fix(deps): update all non-major frontend dependencies #794
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:
~1.5.0
->~1.6.0
~8.39.0
->~8.40.0
22.9.1
->22.9.3
~11.2.0
->~11.3.0
~9.14.0
->~9.15.0
6.4.0
->6.5.0
10.9.0
->10.9.1
4.2.2
->4.2.3
~5.6.0
->~5.7.0
Release Notes
digitalservicebund/ris-ui (@digitalservicebund/ris-ui)
v1.6.1
Compare Source
Bug Fixes
getsentry/sentry-javascript (@sentry/vue)
v8.40.0
Compare Source
Important Changes
feat(angular): Support Angular 19 (#14398)
The
@sentry/angular
SDK can now be used with Angular 19. If you're upgrading to the new Angular version, you might want to migrate from the now deprecatedAPP_INITIALIZER
token toprovideAppInitializer
.In this case, change the Sentry
TraceService
initialization inapp.config.ts
:feat(core): Deprecate
debugIntegration
andsessionTimingIntegration
(#14363)The
debugIntegration
was deprecated and will be removed in the next major version of the SDK.To log outgoing events, use Hook Options (
beforeSend
,beforeSendTransaction
, ...).The
sessionTimingIntegration
was deprecated and will be removed in the next major version of the SDK.To capture session durations alongside events, use Context (
Sentry.setContext()
).feat(nestjs): Deprecate
@WithSentry
in favor of@SentryExceptionCaptured
(#14323)The
@WithSentry
decorator was deprecated. Use@SentryExceptionCaptured
instead. This is a simple renaming and functionality stays identical.feat(nestjs): Deprecate
SentryTracingInterceptor
,SentryService
,SentryGlobalGenericFilter
,SentryGlobalGraphQLFilter
(#14371)The
SentryTracingInterceptor
was deprecated. If you are using@sentry/nestjs
you can safely remove any references to theSentryTracingInterceptor
. If you are using another package migrate to@sentry/nestjs
and remove theSentryTracingInterceptor
afterwards.The
SentryService
was deprecated and its functionality was added toSentry.init
. If you are using@sentry/nestjs
you can safely remove any references to theSentryService
. If you are using another package migrate to@sentry/nestjs
and remove theSentryService
afterwards.The
SentryGlobalGenericFilter
was deprecated. Use theSentryGlobalFilter
instead which is a drop-in replacement.The
SentryGlobalGraphQLFilter
was deprecated. Use theSentryGlobalFilter
instead which is a drop-in replacement.feat(node): Deprecate
nestIntegration
andsetupNestErrorHandler
in favor of using@sentry/nestjs
(#14374)The
nestIntegration
andsetupNestErrorHandler
functions from@sentry/node
were deprecated and will be removed in the next major version of the SDK. If you're using@sentry/node
in a NestJS application, we recommend switching to our new dedicated@sentry/nestjs
package.Other Changes
normalizedRequest
onsdkProcessingMetadata
is merged (#14315)@sentry/utils
into@sentry/core
(#14382)__self
and__source
attributes on feedback nodes (#14356)Bundle size 📦
vueuse/vueuse (@vueuse/core)
v11.3.0
Compare Source
🚀 Features
🐞 Bug Fixes
hash
mode missinglocation.search
- by @Huodoo, 霍冬冬 and @antfu in https://github.com/vueuse/vueuse/issues/4340 (e77ca)View changes on GitHub
eslint/eslint (eslint)
v9.15.0
Compare Source
testing-library/eslint-plugin-testing-library (eslint-plugin-testing-library)
v6.5.0
Compare Source
Features
npm/cli (npm)
v10.9.1
Compare Source
Bug Fixes
c7fe0db
#7924 perf: enable compile cache if present (#7924) (@H4ad)Dependencies
a221db7
#7931[email protected]
fbad17a
#7931[email protected]
65d2a86
#7922@sigstore/[email protected]
be45963
#7922[email protected]
fb0bfbd
#7922[email protected]
ccadf2a
#7922[email protected]
b25712e
#7922[email protected]
1c9e96f
#7922[email protected]
f13bc9c
#7922[email protected]
029060c
#7922[email protected]
9350950
#7922@npmcli/[email protected]
c003827
#7922[email protected]
d6194f5
#7922[email protected]
4ff29f6
#7922[email protected]
fd6f4fb
#7922[email protected]
b3f3004
#7922[email protected]
a1f9d48
#7922[email protected]
Chores
3ace1c1
#7922 update arborist in mock-registry (@wraithgar)[email protected]
primefaces/primevue (primevue)
v4.2.3
Compare Source
Full Changelog
Fixed bugs:
Implemented New Features and Enhancements:
microsoft/TypeScript (typescript)
v5.7.2
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 5:30am every weekday,after 7pm every weekday" in timezone Europe/Berlin.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.