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 #323

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sapphire/decorators (source) ^6.1.0 -> ^6.1.1 age adoption passing confidence
@sapphire/fetch (source) ^3.0.3 -> ^3.0.4 age adoption passing confidence
@sapphire/framework (source) ^5.2.1 -> ^5.3.1 age adoption passing confidence
@sapphire/plugin-scheduled-tasks (source) ^10.0.1 -> ^10.0.2 age adoption passing confidence
@sapphire/plugin-subcommands (source) ^7.0.0 -> ^7.0.1 age adoption passing confidence
@sapphire/utilities (source) ^3.17.0 -> ^3.18.0 age adoption passing confidence
@sentry/node (source) ^8.35.0 -> ^8.37.1 age adoption passing confidence
@swc/core (source) ^1.7.40 -> ^1.9.1 age adoption passing confidence
@swc/jest (source) ^0.2.36 -> ^0.2.37 age adoption passing confidence
@types/node (source) ^20.17.1 -> ^20.17.6 age adoption passing confidence
concurrently ^9.0.1 -> ^9.1.0 age adoption passing confidence
tslib (source) ^2.8.0 -> ^2.8.1 age adoption passing confidence

Release Notes

sapphiredev/utilities (@​sapphire/decorators)

v6.1.1

Compare Source

🏠 Refactor

🐛 Bug Fixes

📝 Documentation

  • decorator: Fix tsdoc comments (97dd5ac)
sapphiredev/utilities (@​sapphire/fetch)

v3.0.4

Compare Source

🐛 Bug Fixes

sapphiredev/framework (@​sapphire/framework)

v5.3.1

Compare Source

🐛 Bug Fixes

v5.3.0

Compare Source

🐛 Bug Fixes

📝 Documentation

🚀 Features

sapphiredev/plugins (@​sapphire/plugin-scheduled-tasks)

v10.0.2

Compare Source

🐛 Bug Fixes

📝 Documentation

sapphiredev/plugins (@​sapphire/plugin-subcommands)

v7.0.1

Compare Source

🐛 Bug Fixes

  • Update sapphire dependencies (a837459)

📝 Documentation

sapphiredev/utilities (@​sapphire/utilities)

v3.18.0

Compare Source

🏠 Refactor

🐛 Bug Fixes

🚀 Features

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

v8.37.1

Compare Source

Bundle size 📦

Path Size
@​sentry/browser 22.76 KB
@​sentry/browser - with treeshaking flags 21.54 KB
@​sentry/browser (incl. Tracing) 35.18 KB
@​sentry/browser (incl. Tracing, Replay) 71.9 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.33 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 76.22 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.02 KB
@​sentry/browser (incl. Feedback) 39.9 KB
@​sentry/browser (incl. sendFeedback) 27.4 KB
@​sentry/browser (incl. FeedbackAsync) 32.2 KB
@​sentry/react 25.51 KB
@​sentry/react (incl. Tracing) 38.15 KB
@​sentry/vue 26.9 KB
@​sentry/vue (incl. Tracing) 37.07 KB
@​sentry/svelte 22.89 KB
CDN Bundle 24.11 KB
CDN Bundle (incl. Tracing) 37 KB
CDN Bundle (incl. Tracing, Replay) 71.66 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77 KB
CDN Bundle - uncompressed 70.66 KB
CDN Bundle (incl. Tracing) - uncompressed 109.79 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.31 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.52 KB
@​sentry/nextjs (client) 38.23 KB
@​sentry/sveltekit (client) 35.78 KB
@​sentry/node 131.52 KB
@​sentry/node - without tracing 95.64 KB
@​sentry/aws-serverless 105.91 KB

v8.37.0

Compare Source

Important CHanges
  • feat(nuxt): Add piniaIntegration (#​14138)

The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, add the piniaIntegration to your client config:

// sentry.client.config.ts
import { usePinia } from '#imports';

Sentry.init({
  integrations: [
    Sentry.piniaIntegration(usePinia(), {
      /* optional Pinia plugin options */
    }),
  ],
});

The Sentry Metrics beta has ended in favour of revisiting metrics in another form at a later date.

This new approach will include different APIs, making the current metrics API unnecessary. This release
deprecates the metrics API with the plan to remove in the next SDK major version. If you currently use the
metrics API in your code, you can safely continue to do so but sent data will no longer be processed by Sentry.

Learn more about the end of the Metrics beta.

Other Changes

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

Bundle size 📦

Path Size
@​sentry/browser 22.76 KB
@​sentry/browser - with treeshaking flags 21.54 KB
@​sentry/browser (incl. Tracing) 35.18 KB
@​sentry/browser (incl. Tracing, Replay) 71.9 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.33 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 76.22 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.02 KB
@​sentry/browser (incl. Feedback) 39.9 KB
@​sentry/browser (incl. sendFeedback) 27.4 KB
@​sentry/browser (incl. FeedbackAsync) 32.2 KB
@​sentry/react 25.51 KB
@​sentry/react (incl. Tracing) 38.15 KB
@​sentry/vue 26.9 KB
@​sentry/vue (incl. Tracing) 37.07 KB
@​sentry/svelte 22.89 KB
CDN Bundle 24.11 KB
CDN Bundle (incl. Tracing) 37 KB
CDN Bundle (incl. Tracing, Replay) 71.66 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77 KB
CDN Bundle - uncompressed 70.66 KB
CDN Bundle (incl. Tracing) - uncompressed 109.79 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.31 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.52 KB
@​sentry/nextjs (client) 38.23 KB
@​sentry/sveltekit (client) 35.78 KB
@​sentry/node 131.52 KB
@​sentry/node - without tracing 95.64 KB
@​sentry/aws-serverless 105.91 KB

v8.36.0

Compare Source

Important Changes
  • feat(nuxt): Add Sentry Pinia plugin (#​14047)

The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, set the trackPinia option to true in your client config:

// sentry.client.config.ts

Sentry.init({
  trackPinia: true,
});

Read more about the Pinia plugin in the Sentry Pinia Documentation.

  • feat(nextjs/vercel-edge/cloudflare): Switch to OTEL for performance monitoring (#​13889)

With this release, the Sentry Next.js, and Cloudflare SDKs will now capture performance data based on OpenTelemetry.
Some exceptions apply in cases where Next.js captures inaccurate data itself.

NOTE: You may experience minor differences in transaction names in Sentry.
Most importantly transactions for serverside pages router invocations will now be named GET /[param]/my/route instead of /[param]/my/route.
This means that those transactions are now better aligned with the OpenTelemetry semantic conventions.

Other Changes
swc-project/swc (@​swc/core)

v1.9.1

Compare Source

Bug Fixes

v1.9.0

Compare Source

Bug Fixes
Features
Miscellaneous Tasks

v1.8.0

Compare Source

Bug Fixes
  • (es/typescript) Handle multiline type parameters in async arrow functions (#​9704) (c5ed19c)

  • (es/typescript) Handle ASI hazards in fast type strip (#​9707) (c135f71)

Features
Performance

v1.7.42

Compare Source

Bug Fixes
Features
  • (es/minifier) Optimize switch with side effect and termination tests (#​9677) (7344a63)

  • (es/parser) Ability to get script's potential module errors (#​9682) (2bbd1e8)

Miscellaneous Tasks
Performance
open-cli-tools/concurrently (concurrently)

v9.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.0.1...v9.1.0

Microsoft/tslib (tslib)

v2.8.1

Compare Source


Configuration

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

🚦 Automerge: Enabled.

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 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 added the dependencies Concerns external dependencies or libraries used in the project. label Nov 3, 2024
Copy link

codecov bot commented Nov 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.96%. Comparing base (cf795ca) to head (a86caa0).
Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #323   +/-   ##
=======================================
  Coverage   41.96%   41.96%           
=======================================
  Files          18       18           
  Lines         255      255           
  Branches       61       53    -8     
=======================================
  Hits          107      107           
- Misses        117      148   +31     
+ Partials       31        0   -31     

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 7b5830f to 4febd3a Compare November 6, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Concerns external dependencies or libraries used in the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants