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

fix(deps): update all non-major dependencies #383

Merged
merged 1 commit into from
Oct 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/node (source) ^8.33.1 -> ^8.34.0 age adoption passing confidence
@swc/core (source) ^1.7.26 -> ^1.7.35 age adoption passing confidence

Release Notes

getsentry/sentry-javascript (@​sentry/node)

v8.34.0

Compare Source

Important Changes

Relevant for users of the @sentry/nextjs package: If you have previously configured a
SENTRY_IGNORE_API_RESOLUTION_ERROR environment variable, it is now safe to unset it.

Other Changes
  • feat(cdn): Export getReplay in replay CDN bundles
    (#​13881)
  • feat(replay): Clear fallback buffer when switching buffers
    (#​13914)
  • feat(replay): Upgrade rrweb packages to 2.28.0 (#​13732)
  • fix(docs): Correct supported browsers due to globalThis
    (#​13788)
  • fix(nextjs): Adjust path to requestAsyncStorageShim.js template file
    (#​13928)
  • fix(nextjs): Detect new locations for request async storage to support Next.js v15.0.0-canary.180 and higher
    (#​13920)
  • fix(nextjs): Drop _not-found spans for all HTTP methods
    (#​13906)
  • fix(nextjs): Fix resolution of request storage shim fallback
    (#​13929)
  • fix(node): Ensure graphql options are correct when preloading
    (#​13769)
  • fix(node): Local variables handle error (#​13827)
  • fix(node): Remove dataloader instrumentation from default integrations
    (#​13873)
  • fix(nuxt): Create declaration files for Nuxt module
    (#​13909)
  • fix(replay): Ensure replay_id is removed from frozen DSC when stopped
    (#​13893)
  • fix(replay): Try/catch sendBufferedReplayOrFlush to prevent cycles
    (#​13900)
  • fix(sveltekit): Ensure trace meta tags are always injected
    (#​13231)
  • fix(sveltekit): Update wrapServerRouteWithSentry to respect ParamMatchers
    (#​13390)
  • fix(wasm): Integration wasm uncaught WebAssembly.Exception
    (#​13787) (#​13854)
  • ref(nextjs): Ignore sentry spans based on query param attribute
    (#​13905)
  • ref(utils): Move vercelWaitUntil to utils (#​13891)

Work in this release was contributed by @​trzeciak, @​gurpreetatwal, @​ykzts and @​lizhiyao. Thank you for your
contributions!

Bundle size 📦

Path Size
@​sentry/browser 22.73 KB
@​sentry/browser - with treeshaking flags 21.53 KB
@​sentry/browser (incl. Tracing) 34.97 KB
@​sentry/browser (incl. Tracing, Replay) 71.62 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.03 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 75.97 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 88.73 KB
@​sentry/browser (incl. Tracing, Replay, Feedback, metrics) 90.59 KB
@​sentry/browser (incl. metrics) 27 KB
@​sentry/browser (incl. Feedback) 39.87 KB
@​sentry/browser (incl. sendFeedback) 27.38 KB
@​sentry/browser (incl. FeedbackAsync) 32.17 KB
@​sentry/react 25.49 KB
@​sentry/react (incl. Tracing) 37.94 KB
@​sentry/vue 26.91 KB
@​sentry/vue (incl. Tracing) 36.86 KB
@​sentry/svelte 22.87 KB
CDN Bundle 24.05 KB
CDN Bundle (incl. Tracing) 36.76 KB
CDN Bundle (incl. Tracing, Replay) 71.38 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 76.7 KB
CDN Bundle - uncompressed 70.53 KB
CDN Bundle (incl. Tracing) - uncompressed 109.04 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 221.4 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 234.62 KB
@​sentry/nextjs (client) 37.91 KB
@​sentry/sveltekit (client) 35.56 KB
@​sentry/node 124.5 KB
@​sentry/node - without tracing 93.64 KB
@​sentry/aws-serverless 103.3 KB
swc-project/swc (@​swc/core)

v1.7.35

Compare Source

Bug Fixes
Features
  • (bindings/html) Accept Buffer|string instead of Buffer (#​9625) (62edb36)

  • (es/preset-env) Update preset-env data (#​9573) (9a11d34)

  • (es/testing) Parse test code as a Program instead of a Module (#​9264) (166b858)

  • (es/testing) Parse test code as a Program instead of a Module (#​9623) (bfea322)

Miscellaneous Tasks
Performance
Refactor
  • (es/typescript) Simplifying enum and namespace transforms (#​9558) (2480bb0)
Build

v1.7.28

Compare Source

Bug Fixes
Miscellaneous Tasks
Testing

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from favna as a code owner October 13, 2024 00:50
@renovate renovate bot enabled auto-merge (rebase) October 13, 2024 00:50
Copy link

codecov bot commented Oct 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 30.56%. Comparing base (a92e0a3) to head (fe8f7f8).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #383   +/-   ##
=======================================
  Coverage   30.56%   30.56%           
=======================================
  Files         128      128           
  Lines        4018     4018           
  Branches      359      359           
=======================================
  Hits         1228     1228           
  Misses       2700     2700           
  Partials       90       90           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot merged commit 75a2e6d into main Oct 13, 2024
7 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 13, 2024 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants