Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHORE(NPM) - bump the sentry group with 2 updates #701

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps the sentry group with 2 updates: @sentry/react and @sentry/types.

Updates @sentry/react from 9.5.0 to 9.6.0

Release notes

Sourced from @​sentry/react's releases.

9.6.0

Important Changes

  • feat(tanstackstart): Add @sentry/tanstackstart-react package and make @sentry/tanstackstart package a utility package (#15629)

    Since TanStack Start is supposed to be a generic framework that supports libraries like React and Solid, the @sentry/tanstackstart SDK package was renamed to @sentry/tanstackstart-react to reflect that the SDK is specifically intended to be used for React TanStack Start applications. Note that the TanStack Start SDK is still in alpha status and may be subject to breaking changes in non-major package updates.

Other Changes

  • feat(astro): Accept all vite-plugin options (#15638)
  • feat(deps): bump @​sentry/webpack-plugin from 3.2.1 to 3.2.2 (#15627)
  • feat(tanstackstart): Refine initial API (#15574)
  • fix(core): Ensure fill only patches functions (#15632)
  • fix(nextjs): Consider pageExtensions when looking for instrumentation file (#15701)
  • fix(remix): Null-check options (#15610)
  • fix(sveltekit): Correctly parse angle bracket type assertions for auto instrumentation (#15578)
  • fix(sveltekit): Guard process variable (#15605)

Work in this release was contributed by @​angelikatyborska and @​nwalters512. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser 23.15 KB
@​sentry/browser - with treeshaking flags 22.94 KB
@​sentry/browser (incl. Tracing) 36.21 KB
@​sentry/browser (incl. Tracing, Replay) 73.39 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.8 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 78.01 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 90.57 KB
@​sentry/browser (incl. Feedback) 40.3 KB
@​sentry/browser (incl. sendFeedback) 27.79 KB
@​sentry/browser (incl. FeedbackAsync) 32.58 KB
@​sentry/react 24.97 KB
@​sentry/react (incl. Tracing) 38.1 KB
@​sentry/vue 27.4 KB
@​sentry/vue (incl. Tracing) 37.9 KB
@​sentry/svelte 23.18 KB
CDN Bundle 24.36 KB
CDN Bundle (incl. Tracing) 36.26 KB
CDN Bundle (incl. Tracing, Replay) 71.27 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 76.45 KB
CDN Bundle - uncompressed 71.19 KB
CDN Bundle (incl. Tracing) - uncompressed 107.57 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 218.84 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 231.4 KB
@​sentry/nextjs (client) 39.27 KB
@​sentry/sveltekit (client) 36.63 KB

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

9.6.0

Important Changes

  • feat(tanstackstart): Add @sentry/tanstackstart-react package and make @sentry/tanstackstart package a utility package (#15629)

    Since TanStack Start is supposed to be a generic framework that supports libraries like React and Solid, the @sentry/tanstackstart SDK package was renamed to @sentry/tanstackstart-react to reflect that the SDK is specifically intended to be used for React TanStack Start applications. Note that the TanStack Start SDK is still in alpha status and may be subject to breaking changes in non-major package updates.

Other Changes

  • feat(astro): Accept all vite-plugin options (#15638)
  • feat(deps): bump @​sentry/webpack-plugin from 3.2.1 to 3.2.2 (#15627)
  • feat(tanstackstart): Refine initial API (#15574)
  • fix(core): Ensure fill only patches functions (#15632)
  • fix(nextjs): Consider pageExtensions when looking for instrumentation file (#15701)
  • fix(remix): Null-check options (#15610)
  • fix(sveltekit): Correctly parse angle bracket type assertions for auto instrumentation (#15578)
  • fix(sveltekit): Guard process variable (#15605)

Work in this release was contributed by @​angelikatyborska and @​nwalters512. Thank you for your contributions!

Commits
  • 6ec4602 release: 9.6.0
  • 5ba80bc Merge pull request #15703 from getsentry/prepare-release/9.6.0
  • 8dc6e50 Remove unnecessary changelog item
  • 7889768 meta(changelog): Update changelog for 9.6.0
  • 2b55265 fix(nextjs): Consider pageExtensions when looking for instrumentation file ...
  • 7d88266 chore(ci): Remove type from canary failure template (#15698)
  • 48ed271 chore(deps): bump esbuild from 0.20.0 to 0.25.0 in /dev-packages/e2e-tests/te...
  • e15988c chore: Add external contributor to CHANGELOG.md (#15642)
  • 5c4cab7 chore(deps): Deduplicate @babel dependencies (#15639)
  • ce1ced8 chore: Add external contributor to CHANGELOG.md (#15640)
  • Additional commits viewable in compare view

Updates @sentry/types from 9.5.0 to 9.6.0

Release notes

Sourced from @​sentry/types's releases.

9.6.0

Important Changes

  • feat(tanstackstart): Add @sentry/tanstackstart-react package and make @sentry/tanstackstart package a utility package (#15629)

    Since TanStack Start is supposed to be a generic framework that supports libraries like React and Solid, the @sentry/tanstackstart SDK package was renamed to @sentry/tanstackstart-react to reflect that the SDK is specifically intended to be used for React TanStack Start applications. Note that the TanStack Start SDK is still in alpha status and may be subject to breaking changes in non-major package updates.

Other Changes

  • feat(astro): Accept all vite-plugin options (#15638)
  • feat(deps): bump @​sentry/webpack-plugin from 3.2.1 to 3.2.2 (#15627)
  • feat(tanstackstart): Refine initial API (#15574)
  • fix(core): Ensure fill only patches functions (#15632)
  • fix(nextjs): Consider pageExtensions when looking for instrumentation file (#15701)
  • fix(remix): Null-check options (#15610)
  • fix(sveltekit): Correctly parse angle bracket type assertions for auto instrumentation (#15578)
  • fix(sveltekit): Guard process variable (#15605)

Work in this release was contributed by @​angelikatyborska and @​nwalters512. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser 23.15 KB
@​sentry/browser - with treeshaking flags 22.94 KB
@​sentry/browser (incl. Tracing) 36.21 KB
@​sentry/browser (incl. Tracing, Replay) 73.39 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.8 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 78.01 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 90.57 KB
@​sentry/browser (incl. Feedback) 40.3 KB
@​sentry/browser (incl. sendFeedback) 27.79 KB
@​sentry/browser (incl. FeedbackAsync) 32.58 KB
@​sentry/react 24.97 KB
@​sentry/react (incl. Tracing) 38.1 KB
@​sentry/vue 27.4 KB
@​sentry/vue (incl. Tracing) 37.9 KB
@​sentry/svelte 23.18 KB
CDN Bundle 24.36 KB
CDN Bundle (incl. Tracing) 36.26 KB
CDN Bundle (incl. Tracing, Replay) 71.27 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 76.45 KB
CDN Bundle - uncompressed 71.19 KB
CDN Bundle (incl. Tracing) - uncompressed 107.57 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 218.84 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 231.4 KB
@​sentry/nextjs (client) 39.27 KB
@​sentry/sveltekit (client) 36.63 KB

... (truncated)

Changelog

Sourced from @​sentry/types's changelog.

9.6.0

Important Changes

  • feat(tanstackstart): Add @sentry/tanstackstart-react package and make @sentry/tanstackstart package a utility package (#15629)

    Since TanStack Start is supposed to be a generic framework that supports libraries like React and Solid, the @sentry/tanstackstart SDK package was renamed to @sentry/tanstackstart-react to reflect that the SDK is specifically intended to be used for React TanStack Start applications. Note that the TanStack Start SDK is still in alpha status and may be subject to breaking changes in non-major package updates.

Other Changes

  • feat(astro): Accept all vite-plugin options (#15638)
  • feat(deps): bump @​sentry/webpack-plugin from 3.2.1 to 3.2.2 (#15627)
  • feat(tanstackstart): Refine initial API (#15574)
  • fix(core): Ensure fill only patches functions (#15632)
  • fix(nextjs): Consider pageExtensions when looking for instrumentation file (#15701)
  • fix(remix): Null-check options (#15610)
  • fix(sveltekit): Correctly parse angle bracket type assertions for auto instrumentation (#15578)
  • fix(sveltekit): Guard process variable (#15605)

Work in this release was contributed by @​angelikatyborska and @​nwalters512. Thank you for your contributions!

Commits
  • 6ec4602 release: 9.6.0
  • 5ba80bc Merge pull request #15703 from getsentry/prepare-release/9.6.0
  • 8dc6e50 Remove unnecessary changelog item
  • 7889768 meta(changelog): Update changelog for 9.6.0
  • 2b55265 fix(nextjs): Consider pageExtensions when looking for instrumentation file ...
  • 7d88266 chore(ci): Remove type from canary failure template (#15698)
  • 48ed271 chore(deps): bump esbuild from 0.20.0 to 0.25.0 in /dev-packages/e2e-tests/te...
  • e15988c chore: Add external contributor to CHANGELOG.md (#15642)
  • 5c4cab7 chore(deps): Deduplicate @babel dependencies (#15639)
  • ce1ced8 chore: Add external contributor to CHANGELOG.md (#15640)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the sentry group with 2 updates: [@sentry/react](https://github.com/getsentry/sentry-javascript) and [@sentry/types](https://github.com/getsentry/sentry-javascript).


Updates `@sentry/react` from 9.5.0 to 9.6.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/9.6.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@9.5.0...9.6.0)

Updates `@sentry/types` from 9.5.0 to 9.6.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/9.6.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@9.5.0...9.6.0)

---
updated-dependencies:
- dependency-name: "@sentry/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sentry
- dependency-name: "@sentry/types"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sentry
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 17, 2025 17:38
@dependabot dependabot bot requested a review from a team March 17, 2025 17:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 17, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant