fix(deps): update all non-major dependencies #323
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.1.0
->^6.1.1
^3.0.3
->^3.0.4
^5.2.1
->^5.3.1
^10.0.1
->^10.0.2
^7.0.0
->^7.0.1
^3.17.0
->^3.18.0
^8.35.0
->^8.37.1
^1.7.40
->^1.9.1
^0.2.36
->^0.2.37
^20.17.1
->^20.17.6
^9.0.1
->^9.1.0
^2.8.0
->^2.8.1
Release Notes
sapphiredev/utilities (@sapphire/decorators)
v6.1.1
Compare Source
🏠 Refactor
🐛 Bug Fixes
📝 Documentation
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
bullmq
dependency (80d26ac)ScheduledTasksResolvableNoPayload
(ec27a29)📝 Documentation
sapphiredev/plugins (@sapphire/plugin-subcommands)
v7.0.1
Compare Source
🐛 Bug Fixes
📝 Documentation
sapphiredev/utilities (@sapphire/utilities)
v3.18.0
Compare Source
🏠 Refactor
NonNullObject
andAnyObject
(0dce7d6) (#821 by @kyranet)roundNumber
(1e7d2de) (#810 by @kyranet)🐛 Bug Fixes
🚀 Features
If
andRequiredIf
(143375f) (#825 by @kyranet)PrettifyObject
type (5ac3f24) (#822 by @kyranet)Arr
to the docs (997614c) (#780 by @favna)getsentry/sentry-javascript (@sentry/node)
v8.37.1
Compare Source
Bundle size 📦
v8.37.0
Compare Source
Important CHanges
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: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
http.response_delivery_type
attribute to resource spans (#14056)skipBrowserExtensionCheck
escape hatch option (#14147)asyncFunctionReExports
to define re-exported server functions (#14104)piniaIntegration
(#14138)maybeInstrument
(#14140)modulesIntegration
does not crash esm apps (#14169)Work in this release was contributed by @rexxars. Thank you for your contribution!
Bundle size 📦
v8.36.0
Compare Source
Important Changes
The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, set the
trackPinia
option totrue
in your client config:Read more about the Pinia plugin in the Sentry Pinia Documentation.
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
child_process
andworker_thread
(#13896).mjs
entry files in rollup (#14060)onError
callback (#14002)swc-project/swc (@swc/core)
v1.9.1
Compare Source
Bug Fixes
ends_with_alpha_num
(#9720) (569c799)v1.9.0
Compare Source
Bug Fixes
(es/minifier) Avoid generating reserved mangling names (#9710) (b49317a)
(es/plugin) Revert #9696 (#9717) (772f023)
Features
isolatedDeclarations
updates (#9712) (6194044)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
(es) Add
es2023
andes2024
toEsVersion
(#9700) (5a6f0e6)(es/plugin) Introduce
manual-tokio-runtmie
toswc
crate (#9701) (97298c4)Performance
(common) Make character analysis lazy (#9696) (1c3eaf6)
(es/renamer) Modify parallel renaming threshold (#9706) (91a9106)
v1.7.42
Compare Source
Bug Fixes
(es/generator) Fix code generation for
break
in nested while (#9684) (65872af)(es/parser) Parse
await using()
call (#9693) (bcf05de)(es/resolver) Skip resolving lowercase
JSXIdentifiers
(#9686) (6ed1715)(es/types) Add
jsc.experimental.keepImportAssertions
to types (#9691) (4b4dcfa)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
(es) Cache
current_dir()
system calls (#9683) (7aab945)(es/lints) Disable lints by default (#9689) (4d887d0)
(visit) Introduce
Pass
API and adjust visitor APIs for it (#9680) (581aafb)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.
This PR was generated by Mend Renovate. View the repository job log.