fix(deps): update frontend non-major dependencies #1424
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:
4.4.1
->4.5.0
1.1.0
->1.3.0
9.3.0
->9.5.3
0.9.12
->0.9.16
0.10.1
->0.11.0
9.5.0
->9.13.0
9.5.0
->9.13.0
9.5.0
->9.13.0
1.2.4
->1.2.9
1.8.2
->1.8.4
4.4.8
->4.4.9
3.7.2
->3.7.3
3.2.4
->3.2.5
16.4.7
->16.5.0
0.15.13
->0.16.6
26.0.0
->26.1.0
15.4.3
->15.5.1
15.0.7
->15.0.8
2.0.0
->2.0.1
3.16.0
->3.16.2
0.15.13
->0.16.6
3.0.1
->3.0.2
10.6.1+sha512.40ee09af407fa9fbb5fbfb8e1cb40fbb74c0af0c3e10e9224d7b53c7658528615b2c92450e74cfad91e3a2dcafe3ce4050d80bda71d757756d2ce2b66213e9a3
->10.8.1
10.6.1
->10.8.1
1.29.0
->1.30.0
1.85.1
->1.86.3
13.0.23
->13.1.1
5.8.2
->5.8.3
28.4.1
->28.5.0
Release Notes
eslint-community/eslint-plugin-eslint-comments (@eslint-community/eslint-plugin-eslint-comments)
v4.5.0
Compare Source
Features
nuxt/eslint (@nuxt/eslint)
v1.3.0
Compare Source
🚀 Features
View changes on GitHub
v1.2.0
Compare Source
🚀 Features
eslint-plugin-vue
- by @antfu (9fab1)View changes on GitHub
nuxt-modules/i18n (@nuxtjs/i18n)
v9.5.3
Compare Source
🐞 Bug Fixes
View changes on GitHub
v9.5.2
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
modules:done
hook - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3520 (f706a)View changes on GitHub
v9.5.1
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
string
toLocaleObject
normalization in generated options - by @BobbieGoede (09cc1)View changes on GitHub
v9.5.0
Compare Source
This changelog is generated by GitHub Releases
🚀 Features
'off'
option forexperimental.generatedLocaleFilePathFormat
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3508 (e8e8d)🐞 Bug Fixes
useCookieLocale
not being set server-side - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3491 (86a90)tryResolveModule
withresolveModule
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3494 (f6f2a)differentDomains
withno_prefix
missing alternate links - by @ap-arto in https://github.com/nuxt-modules/i18n/issues/3493 (7e16a)modules:done
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3501 (60dec)View changes on GitHub
v9.4.0
Compare Source
This changelog is generated by GitHub Releases
🚀 Features
getRouteBaseName
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3446 (3ca5e)🐞 Bug Fixes
typescript
todependencies
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3447 (2cd02)View changes on GitHub
v9.3.4
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
esbuild
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3428 (b9e00)bundle.optimizeTranslationDirective
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3436 (3f55a)View changes on GitHub
v9.3.3
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
detectBrowserLanguage: false
in SSG plugin - by @ap-arto in https://github.com/nuxt-modules/i18n/issues/3410 (5f56b)View changes on GitHub
v9.3.2
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
@intlify/unplugin-vue-i18n
to^6.0.5
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3420 (10443)View changes on GitHub
v9.3.1
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
std-env
dependency - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3397 (7bc69)View changes on GitHub
nuxt-modules/turnstile (@nuxtjs/turnstile)
v0.9.16
Compare Source
Bug Fixes
[@ts-expect-error](https://redirect.github.com/ts-expect-error)
(#396) (7dddeea)v0.9.15
Compare Source
Bug Fixes
@nuxt/scripts
implementation (#391) (94deb2c)v0.9.14
Compare Source
Bug Fixes
v0.9.13
Compare Source
Bug Fixes
getsentry/sentry-javascript (@sentry/bun)
v9.13.0
Compare Source
Important Changes
feat(node): Add support for winston logger (#15983)
Sentry is adding support for structured logging. In this release we've added support for sending logs to Sentry via the winston logger to the Sentry Node SDK (and SDKs that use the Node SDK under the hood like
@sentry/nestjs
). The Logging APIs in the Sentry SDK are still experimental and subject to change.feat(core): Add
wrapMcpServerWithSentry
to instrument MCP servers from@modelcontextprotocol/sdk
(#16032)The Sentry SDK now supports instrumenting MCP servers from the
@modelcontextprotocol/sdk
package. Compatible with versions^1.9.0
of the@modelcontextprotocol/sdk
package.feat(core): Move console integration into core and add to cloudflare/vercel-edge (#16024)
Console instrumentation has been added to
@sentry/cloudflare
and@sentry/nextjs
Edge Runtime and is enabled by default. Now calls to the console object will be captured as breadcrumbs for those SDKs.feat(bun): Support new
Bun.serve
APIs (#16035)Bun
1.2.6
and above have a newBun.serve
API, which the Bun SDK now supports. The SDK instruments the new routes object that can be used to define routes for the server.Thanks to @Jarred-Sumner for helping us get this supported!
Other Changes
browserTracingIntegration
(#16042)beforeSendLog
after we process log (#16019)unstable_sentryVitePluginOptions
to cli instance (#16033)v9.12.0
Compare Source
v9.11.0
Compare Source
http.redirect_count
attribute tobrowser.redirect
span (#15943)consoleLoggingIntegration
for logs (#15955)turbopack
as tag (#15928)sentryHandleRequest
(#15787)module
instead ofrequire
for CJS check (#15927)ErrorBoundary
wrapper (#15930)sentry.previous_trace
span attribute (#15957)Bundle size 📦
v9.10.1
Compare Source
3.2.4
(#15909)v9.10.0
Compare Source
Important Changes
feat: Add support for logs
beforeSendLog
(#15814)All JavaScript SDKs other than
@sentry/cloudflare
and@sentry/deno
now support sending logs via dedicated methods as part of Sentry's upcoming logging product.Logging is gated by an experimental option,
_experiments.enableLogs
.With server-side SDKs like
@sentry/node
,@sentry/bun
or server-side of@sentry/nextjs
or@sentry/sveltekit
, you can do structured logging without needing thefmt
helper function.To filter logs, or update them before they are sent to Sentry, you can use the
_experiments.beforeSendLog
option.feat(browser): Add
diagnoseSdkConnectivity()
function to programmatically detect possible connectivity issues (#15821)The
diagnoseSdkConnectivity()
function can be used to programmatically detect possible connectivity issues with the Sentry SDK.The result will be an object with the following properties:
"no-client-active"
: There was no active client when the function was called. This possibly means that the SDK was not initialized yet."sentry-unreachable"
: The Sentry SaaS servers were not reachable. This likely means that there is an ad blocker active on the page or that there are other connection issues.undefined
: The SDK is working as expected.SDK Tracing Performance Improvements for Node SDKs
dropUndefinedKeys
(#15796)dropUndefinedKeys
forspanToJSON
calls (#15792)SentryError
for PromiseBuffer control flow (#15822)dropUndefinedKeys
in SpanExporter (#15794)SentryError
for event processing control flow (#15823)dropUndefinedKeys
in Node SDK init (#15797)We've been hard at work making performance improvements to the Sentry Node SDKs (
@sentry/node
,@sentry/aws-serverless
,@sentry/nestjs
, etc.). We've seen that upgrading from9.7.0
to9.10.0
leads to 30-40% improvement in request latency for HTTP web-server applications that use tracing with high sample rates. Non web-server applications and non-tracing applications will see smaller improvements.Other Changes
rrweb
to2.35.0
(#15825)3.2.3
(#15829)v9.9.0
Compare Source
Important Changes
feat(nextjs): Support
instrumentation-client.ts
(#15705)Next.js recently added a feature to support client-side (browser) instrumentation via the
experimental.clientInstrumentationHook
flag and theinstrumentation-client.ts
file.To be forwards compatible, the Sentry Next.js SDK will now pick up
instrumentation-client.ts
files even on older Next.js versions and add them to your client bundles.It is suggested that you either rename your
sentry.client.config.ts
file toinstrumentation-client.ts
, or if you already happen to have ainstrumentation-client.ts
file move the contents ofsentry.client.config.ts
toinstrumentation-client.ts
.feat(browser): Add
previous_trace
span links (#15569)The
@sentry/browser
SDK and SDKs based on@sentry/browser
now emits a link from the first root span of a newly started trace to the root span of a previously started trace. You can control this feature via an option inbrowserTracingIntegration()
:feat(browser): Add
logger.X
methods to browser SDK (#15763)For Sentry's upcoming logging product, the SDK now supports sending logs via dedicated methods.
Please note that the logs product is still in early access. See the link above for more information.
Other Changes
parseStringToURL
method (#15768)dropUndefinedKeys
(#15760)shouldHandleError
(#15771)addNonEnumerableProperty
(#15766)dropUndefinedKeys()
(#15757)dropUndefinedKeys()
(#15781)v9.8.0
Compare Source
res.end
before passing to Proxy (#15776)eventFilters
integration (#15752)v9.7.0
Compare Source
captureLog
method (#15717)sentryHandleError
(#15726)Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.