Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(app): update all non-major dependencies (#1383)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@sentry/browser](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/browser) ([source](https://togithub.com/getsentry/sentry-javascript)) | dependencies | minor | [`8.25.0` -> `8.26.0`](https://renovatebot.com/diffs/npm/@sentry%2fbrowser/8.25.0/8.26.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/getsentry/sentry-javascript/badge)](https://securityscorecards.dev/viewer/?uri=github.com/getsentry/sentry-javascript) | | [@sentry/nextjs](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/nextjs) ([source](https://togithub.com/getsentry/sentry-javascript)) | dependencies | minor | [`8.25.0` -> `8.26.0`](https://renovatebot.com/diffs/npm/@sentry%2fnextjs/8.25.0/8.26.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/getsentry/sentry-javascript/badge)](https://securityscorecards.dev/viewer/?uri=github.com/getsentry/sentry-javascript) | | [@sentry/node](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/node) ([source](https://togithub.com/getsentry/sentry-javascript)) | dependencies | minor | [`8.25.0` -> `8.26.0`](https://renovatebot.com/diffs/npm/@sentry%2fnode/8.25.0/8.26.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/getsentry/sentry-javascript/badge)](https://securityscorecards.dev/viewer/?uri=github.com/getsentry/sentry-javascript) | | [@sentry/opentelemetry](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/opentelemetry) ([source](https://togithub.com/getsentry/sentry-javascript)) | dependencies | minor | [`8.25.0` -> `8.26.0`](https://renovatebot.com/diffs/npm/@sentry%2fopentelemetry/8.25.0/8.26.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/getsentry/sentry-javascript/badge)](https://securityscorecards.dev/viewer/?uri=github.com/getsentry/sentry-javascript) | | [@sentry/profiling-node](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/profiling-node) ([source](https://togithub.com/getsentry/sentry-javascript)) | dependencies | minor | [`8.25.0` -> `8.26.0`](https://renovatebot.com/diffs/npm/@sentry%2fprofiling-node/8.25.0/8.26.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/getsentry/sentry-javascript/badge)](https://securityscorecards.dev/viewer/?uri=github.com/getsentry/sentry-javascript) | | [@swc/core](https://swc.rs) ([source](https://togithub.com/swc-project/swc)) | devDependencies | patch | [`1.7.10` -> `1.7.11`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.7.10/1.7.11) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/swc-project/swc/badge)](https://securityscorecards.dev/viewer/?uri=github.com/swc-project/swc) | | [@turbo/gen](https://turbo.build/repo) ([source](https://togithub.com/vercel/turborepo/tree/HEAD/packages/turbo-gen)) | devDependencies | patch | [`2.0.12` -> `2.0.13`](https://renovatebot.com/diffs/npm/@turbo%2fgen/2.0.12/2.0.13) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/turborepo/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/turborepo) | | [eslint-plugin-turbo](https://togithub.com/vercel/turborepo) ([source](https://togithub.com/vercel/turborepo/tree/HEAD/packages/eslint-plugin-turbo)) | devDependencies | patch | [`2.0.12` -> `2.0.13`](https://renovatebot.com/diffs/npm/eslint-plugin-turbo/2.0.12/2.0.13) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/turborepo/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/turborepo) | | [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | packageManager | patch | [`9.7.0` -> `9.7.1`](https://renovatebot.com/diffs/npm/pnpm/9.7.0/9.7.1) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/pnpm/pnpm/badge)](https://securityscorecards.dev/viewer/?uri=github.com/pnpm/pnpm) | | [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turborepo)) | devDependencies | patch | [`2.0.12` -> `2.0.13`](https://renovatebot.com/diffs/npm/turbo/2.0.12/2.0.13) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/turborepo/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/turborepo) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@​sentry/browser)</summary> ### [`v8.26.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/8.26.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/8.25.0...8.26.0) ##### Important Changes - **feat(node): Add `fsInstrumentation` ([#​13291](https://togithub.com/getsentry/sentry-javascript/issues/13291))** This release adds `fsIntegration`, an integration that instruments the `fs` API to the Sentry Node SDK. The integration creates spans with naming patterns of `fs.readFile`, `fs.unlink`, and so on. This integration is not enabled by default and needs to be registered in your `Sentry.init` call. You can configure via options whether to include path arguments or error messages as span attributes when an fs call fails: ```js Sentry.init({ integrations: [ Sentry.fsIntegration({ recordFilePaths: true, recordErrorMessagesAsSpanAttributes: true, }), ], }); ``` **WARNING:** This integration may add significant overhead to your application. Especially in scenarios with a lot of file I/O, like for example when running a framework dev server, including this integration can massively slow down your application. ##### Other Changes - feat(browser): Add spotlightBrowser integration ([#​13263](https://togithub.com/getsentry/sentry-javascript/issues/13263)) - feat(browser): Allow sentry in safari extension background page ([#​13209](https://togithub.com/getsentry/sentry-javascript/issues/13209)) - feat(browser): Send CLS as standalone span (experimental) ([#​13056](https://togithub.com/getsentry/sentry-javascript/issues/13056)) - feat(core): Add OpenTelemetry-specific `getTraceData` implementation ([#​13281](https://togithub.com/getsentry/sentry-javascript/issues/13281)) - feat(nextjs): Always add `browserTracingIntegration` ([#​13324](https://togithub.com/getsentry/sentry-javascript/issues/13324)) - feat(nextjs): Always transmit trace data to the client ([#​13337](https://togithub.com/getsentry/sentry-javascript/issues/13337)) - feat(nextjs): export SentryBuildOptions ([#​13296](https://togithub.com/getsentry/sentry-javascript/issues/13296)) - feat(nextjs): Update `experimental_captureRequestError` to reflect `RequestInfo.path` change in Next.js canary ([#​13344](https://togithub.com/getsentry/sentry-javascript/issues/13344)) - feat(nuxt): Always add tracing meta tags ([#​13273](https://togithub.com/getsentry/sentry-javascript/issues/13273)) - feat(nuxt): Set transaction name for server error ([#​13292](https://togithub.com/getsentry/sentry-javascript/issues/13292)) - feat(replay): Add a replay-specific logger ([#​13256](https://togithub.com/getsentry/sentry-javascript/issues/13256)) - feat(sveltekit): Add bundle size optimizations to plugin options ([#​13318](https://togithub.com/getsentry/sentry-javascript/issues/13318)) - feat(sveltekit): Always add browserTracingIntegration ([#​13322](https://togithub.com/getsentry/sentry-javascript/issues/13322)) - feat(tracing): Make long animation frames opt-out ([#​13255](https://togithub.com/getsentry/sentry-javascript/issues/13255)) - fix(astro): Correctly extract request data ([#​13315](https://togithub.com/getsentry/sentry-javascript/issues/13315)) - fix(astro): Only track access request headers in dynamic page requests ([#​13306](https://togithub.com/getsentry/sentry-javascript/issues/13306)) - fix(nuxt): Add import line for disabled `autoImport` ([#​13342](https://togithub.com/getsentry/sentry-javascript/issues/13342)) - fix(nuxt): Add vue to excludeEsmLoaderHooks array ([#​13346](https://togithub.com/getsentry/sentry-javascript/issues/13346)) - fix(opentelemetry): Do not overwrite http span name if kind is internal ([#​13282](https://togithub.com/getsentry/sentry-javascript/issues/13282)) - fix(remix): Ensure `origin` is correctly set for remix server spans ([#​13305](https://togithub.com/getsentry/sentry-javascript/issues/13305)) Work in this release was contributed by [@​MonstraG](https://togithub.com/MonstraG), [@​undead-voron](https://togithub.com/undead-voron) and [@​Zen-cronic](https://togithub.com/Zen-cronic). Thank you for your contributions! </details> <details> <summary>swc-project/swc (@​swc/core)</summary> ### [`v1.7.11`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1711---2024-08-14) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.10...v1.7.11) ##### Bug Fixes - **(es)** Improve sourcemap url error messages. ([#​9422](https://togithub.com/swc-project/swc/issues/9422)) ([230d1d9](https://togithub.com/swc-project/swc/commit/230d1d98b91bde2fa0de54e5fe06e899302e481c)) - **(visit)** Fix regression of AST paths ([#​9420](https://togithub.com/swc-project/swc/issues/9420)) ([9751518](https://togithub.com/swc-project/swc/commit/9751518a0aa1cbe07e2ad4db7a32b0c6cc342641)) ##### Features - **(es/typescript)** Add ` native_class_properties ` to skip reordering of class properties inits ([#​9421](https://togithub.com/swc-project/swc/issues/9421)) ([d2929d1](https://togithub.com/swc-project/swc/commit/d2929d1ce61a00360cc0596441041571a958da23)) - **(estree/compat)** Remove dependency on `rayon` ([#​9393](https://togithub.com/swc-project/swc/issues/9393)) ([34d1b27](https://togithub.com/swc-project/swc/commit/34d1b27251dab3f87dc3a39d245a3498b4c2b151)) - **(html/minifier)** Support using custom css minifier ([#​9425](https://togithub.com/swc-project/swc/issues/9425)) ([970cc81](https://togithub.com/swc-project/swc/commit/970cc81033b4a616643be6625bdf8da99614ba98)) ##### Miscellaneous Tasks - **(bindings/node)** Deprecate `parse` ([#​9419](https://togithub.com/swc-project/swc/issues/9419)) ([1bf467d](https://togithub.com/swc-project/swc/commit/1bf467d99fb72ebff42136e08d7f03d50872f64e)) - **(deps)** Update cargo (patch) ([#​9405](https://togithub.com/swc-project/swc/issues/9405)) ([baf4928](https://togithub.com/swc-project/swc/commit/baf4928ce2964e659af5ca77cd899427a8c29f60)) - **(es/preset-env)** Update core js compat data ([#​9407](https://togithub.com/swc-project/swc/issues/9407)) ([ce761cf](https://togithub.com/swc-project/swc/commit/ce761cf51571f70c9378b6b67759bac3af4f4f92)) - **(es/typescript)** Remove the workaround for wasm-bindgen ([#​9428](https://togithub.com/swc-project/swc/issues/9428)) ([55f7268](https://togithub.com/swc-project/swc/commit/55f72687f69eae131c6ce08d6a449afaa7357667)) </details> <details> <summary>vercel/turborepo (@​turbo/gen)</summary> ### [`v2.0.13`](https://togithub.com/vercel/turbo/releases/tag/v2.0.13): Turborepo v2.0.13 [Compare Source](https://togithub.com/vercel/turborepo/compare/v2.0.12...v2.0.13) <!-- Release notes generated using configuration in .github/turborepo-release.yml at v2.0.13 --> #### What's Changed ##### Docs - (docs): Improve clarity for watch. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8957](https://togithub.com/vercel/turbo/pull/8957) - Migrate to Storybook 8.2.6 by [@​joeblas](https://togithub.com/joeblas) in [https://github.com/vercel/turbo/pull/8835](https://togithub.com/vercel/turbo/pull/8835) - chore(repo): update readme and links by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/8965](https://togithub.com/vercel/turbo/pull/8965) - docs: add release flag to cargo build by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8992](https://togithub.com/vercel/turbo/pull/8992) ##### Changelog - chore: improve error message for package graph construction by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8966](https://togithub.com/vercel/turbo/pull/8966) - Log changed package names instead of full struct by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/8971](https://togithub.com/vercel/turbo/pull/8971) - refactor: renamed UI to ColorConfig by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8962](https://togithub.com/vercel/turbo/pull/8962) - fix(watch): display which tasks will be rerun by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8960](https://togithub.com/vercel/turbo/pull/8960) - fix: print application errors to stderr instead of stdout by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8969](https://togithub.com/vercel/turbo/pull/8969) - feat: add `--affected` to `turbo ls` by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8970](https://togithub.com/vercel/turbo/pull/8970) - chore(change_mapper): add debug log explaining why package is root dep by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8976](https://togithub.com/vercel/turbo/pull/8976) - chore: remove aliases by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8980](https://togithub.com/vercel/turbo/pull/8980) - enables test_gh\_8599 test by [@​dimitropoulos](https://togithub.com/dimitropoulos) in [https://github.com/vercel/turbo/pull/8984](https://togithub.com/vercel/turbo/pull/8984) - removes GOROOT from globalPassThroughEnv for local dev by [@​dimitropoulos](https://togithub.com/dimitropoulos) in [https://github.com/vercel/turbo/pull/8981](https://togithub.com/vercel/turbo/pull/8981) - simplify Prysk commands by [@​dimitropoulos](https://togithub.com/dimitropoulos) in [https://github.com/vercel/turbo/pull/8982](https://togithub.com/vercel/turbo/pull/8982) - fix(create-turbo): support renamed repositories by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/8993](https://togithub.com/vercel/turbo/pull/8993) - cacheDir for env, config, and flag by [@​dimitropoulos](https://togithub.com/dimitropoulos) in [https://github.com/vercel/turbo/pull/8947](https://togithub.com/vercel/turbo/pull/8947) - Update Socket config by [@​jackwilson323](https://togithub.com/jackwilson323) in [https://github.com/vercel/turbo/pull/9005](https://togithub.com/vercel/turbo/pull/9005) #### New Contributors - [@​joeblas](https://togithub.com/joeblas) made their first contribution in [https://github.com/vercel/turbo/pull/8835](https://togithub.com/vercel/turbo/pull/8835) - [@​konomae](https://togithub.com/konomae) made their first contribution in [https://github.com/vercel/turbo/pull/8908](https://togithub.com/vercel/turbo/pull/8908) **Full Changelog**: vercel/turborepo@v2.0.12...v2.0.13 </details> <details> <summary>pnpm/pnpm (pnpm)</summary> ### [`v9.7.1`](https://togithub.com/pnpm/pnpm/compare/v9.7.0...v9.7.1) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.7.0...v9.7.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/weareinreach/InReach). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJkZXBlbmRlbmNpZXMiLCJrb2RpYWs6IG1lcmdlLm1ldGhvZCA9ICdzcXVhc2gnIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information