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

build(deps): bump @sentry/vue from 7.70.0 to 7.71.0 #1549

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2023

Bumps @sentry/vue from 7.70.0 to 7.71.0.

Release notes

Sourced from @​sentry/vue's releases.

7.71.0

  • feat(bun): Instrument Bun.serve (#9080)
  • fix(core): Ensure global event processors are always applied to event (#9064)
  • fix(core): Run client eventProcessors before global ones (#9032)
  • fix(nextjs): Use webpack module paths to attempt to resolve internal request async storage module (#9100)
  • fix(react): Add actual error name to boundary error name (#9065)
  • fix(react): Compare location against basename-prefixed route. (#9076)
  • ref(browser): Refactor browser integrations to use processEvent (#9022)

Work in this release contributed by @​jorrit. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 75.58 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 31.46 KB
@​sentry/browser - Webpack (gzipped) 22.06 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 70.27 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 28.57 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 20.64 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 222.17 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 86.57 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 61.42 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 31.43 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 75.6 KB
@​sentry/react - Webpack (gzipped) 22.09 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 93.48 KB
@​sentry/nextjs Client - Webpack (gzipped) 51.04 KB
Changelog

Sourced from @​sentry/vue's changelog.

7.71.0

  • feat(bun): Instrument Bun.serve (#9080)
  • fix(core): Ensure global event processors are always applied to event (#9064)
  • fix(core): Run client eventProcessors before global ones (#9032)
  • fix(nextjs): Use webpack module paths to attempt to resolve internal request async storage module (#9100)
  • fix(react): Add actual error name to boundary error name (#9065)
  • fix(react): Compare location against basename-prefixed route. (#9076)
  • ref(browser): Refactor browser integrations to use processEvent (#9022)

Work in this release contributed by @​jorrit. Thank you for your contribution!

Commits
  • e3a51df release: 7.71.0
  • 3ee7e00 Merge pull request #9103 from getsentry/prepare-release/7.71.0
  • 90b0c1f meta(changelog): Update changelog for 7.71.0
  • 622186c fix(nextjs): Use webpack module paths to attempt to resolve internal request ...
  • 705be9b ref(opentelemetry-node): Extract maybeCaptureExceptionForTimedEvent (#9099)
  • 0532541 chore: Publish @​sentry/vercel-edge to release registry (#9074)
  • d94e72a ref(node-experimental): Reorder files into opentelemetry folder (#9084)
  • 9dc0f12 build(deps): bump graphql from 16.3.0 to 16.8.1
  • 1f8de57 fix(react): Add actual error name to boundary error name (#9065)
  • 8001498 feat(bun): Instrument Bun.serve (#9080)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 will merge this PR once it's up-to-date and CI passes on it, as requested by @skyYaga.


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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from skyYaga as a code owner September 26, 2023 12:33
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 26, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/vue-7.71.0 branch from 9aa9625 to c07daff Compare September 26, 2023 13:25
Copy link
Owner

@skyYaga skyYaga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Bumps [@sentry/vue](https://github.com/getsentry/sentry-javascript) from 7.70.0 to 7.71.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.70.0...7.71.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/vue-7.71.0 branch from c07daff to b2dbd56 Compare September 26, 2023 13:27
Copy link
Owner

@skyYaga skyYaga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@sonarcloud
Copy link

sonarcloud bot commented Sep 26, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@dependabot dependabot bot merged commit 7a3245b into master Sep 26, 2023
5 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sentry/vue-7.71.0 branch September 26, 2023 13:31
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant