fix(deps): update all non-major dependencies #492
Merged
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.20250313.0
->^4.20250321.0
^9.22.0
->^9.23.0
^1.13.8
->^1.14.0
^0.53.1
->^0.53.3
^9.5.0
->^9.9.0
^9.5.0
->^9.9.0
^9.5.0
->^9.9.0
^4.0.14
->^4.0.15
^8.10.147
->^8.10.148
^1.0.6
->^1.0.7
^19.0.10
->^19.0.12
^8.26.1
->^8.28.0
^8.26.1
->^8.28.0
^5.2.2
->^5.2.3
^2.1004.0
->^2.1005.0
^2.184.1
->^2.185.0
^11.9.0
->^11.9.1
^2.1004.0
->^2.1005.0
^5.0.4
->^5.0.9
^0.40.0
->^0.41.0
^9.22.0
->^9.23.0
^5.2.3
->^5.2.5
^11.4.0
->^11.5.0
^4.7.4
->^4.7.5
^0.482.0
->^0.483.0
^4.0.14
->^4.0.15
^0.2.1
->^0.2.2
^8.26.1
->^8.28.0
^0.4.225
->^0.4.227
^0.8.7
->^0.9.0
^6.2.2
->^6.2.3
^3.0.8
->^3.0.9
^4.0.0
->^4.4.0
Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20250321.0
Compare Source
v4.20250320.0
Compare Source
v4.20250319.0
Compare Source
v4.20250317.0
Compare Source
eslint/eslint (@eslint/js)
v9.23.0
Compare Source
honojs/node-server (@hono/node-server)
v1.14.0
Compare Source
What's Changed
responseViaCache
by @yusukebe in https://github.com/honojs/node-server/pull/234New Contributors
Full Changelog: honojs/node-server@v1.13.8...v1.14.0
chakra-ui/panda (@pandacss/dev)
v0.53.3
Compare Source
Patch Changes
v0.53.2
Compare Source
Patch Changes
cde9a0b
]getsentry/sentry-javascript (@sentry/react)
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
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)fatal
level for unhandled rejections instrict
mode (#15720)v9.6.1
Compare Source
v9.6.0
Compare Source
Important Changes
feat(tanstackstart): Add
@sentry/tanstackstart-react
package and make@sentry/tanstackstart
package a utility package (#15629)Since TanStack Start is supposed to be a generic framework that supports libraries like React and Solid, the
@sentry/tanstackstart
SDK package was renamed to@sentry/tanstackstart-react
to reflect that the SDK is specifically intended to be used for React TanStack Start applications.Note that the TanStack Start SDK is still in alpha status and may be subject to breaking changes in non-major package updates.
Other Changes
fill
only patches functions (#15632)pageExtensions
when looking for instrumentation file (#15701)options
(#15610)Work in this release was contributed by @angelikatyborska and @nwalters512. Thank you for your contributions!
tailwindlabs/tailwindcss (@tailwindcss/vite)
v4.0.15
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.28.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.27.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/utils)
v8.28.0
Compare Source
This was a version bump only for utils to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.27.0
Compare Source
🚀 Features
DeprecatedInfo
forrule.meta.deprecated
(#10932)❤️ Thank You
You can read about our versioning strategy and releases on our website.
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.2.3
aws/aws-cdk-cli (aws-cdk)
v2.1005.0
Compare Source
2.1005.0 (2025-03-19)
Features
Bug Fixes
progress
via app or user configuration (#231) (5631014), closes /github.com/aws/aws-cdk/commit/069b72ca5613b0ec731067fdad7b8ded831044e1#diff-d03bd87f399ba5824d5442aa691df8b6f08f4f8a3848cfc8492c3d52fab5e48bR105aws/aws-cdk (aws-cdk-lib)
v2.185.0
Compare Source
Features
ValidationError
instead of untyped Errors (#33753) (1fea9f1)Bug Fixes
Alpha modules (2.185.0-alpha.0)
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
KinesisDataFirehosePutRecord
has been renamed toFirehosePutRecord
.Bug Fixes
KinesisDataFirehosePutRecord
toFirehosePutRecord
(#33758) (e6f5bc8), closes #33757 #33798WiseLibs/better-sqlite3 (better-sqlite3)
v11.9.1
Compare Source
What's Changed
node:18-bullseye
image for Linux x64 builds by @m4heshd in https://github.com/WiseLibs/better-sqlite3/pull/1349Full Changelog: WiseLibs/better-sqlite3@v11.9.0...v11.9.1
saadeghi/daisyui (daisyui)
v5.0.9
Compare Source
Bug Fixes
v5.0.8
Compare Source
Bug Fixes
v5.0.7
Compare Source
v5.0.6
Compare Source
Bug Fixes
v5.0.5
Compare Source
Bug Fixes
drizzle-team/drizzle-orm (drizzle-orm)
v0.41.0
Compare Source
bigint
,number
modes forSQLite
,MySQL
,PostgreSQL
,SingleStore
decimal
&numeric
column typessql-js
query preparation to query prebuild instead of db-side prepare due to need to manually free prepared queries, removed.free()
methodMySQL
,SingleStore
varchar
allowing not specifyinglength
in configMySQL
,SingleStore
binary
,varbinary
data\type mismatchesnumeric
\decimal
data\type mismatches: #1290, #1453drizzle-studio
+AWS Data Api
connection issue: #3224isConfig
utility function checking types of wrong fieldssupportBigNumbers
in auto-createdmysql2
driver instances1231
(numeric[]
),1115
(timestamp[]
),1185
(timestamp_with_timezone[]
),1187
(interval[]
),1182
(date[]
), preventing precision loss and data\type mismatchesSQLite
buffer
-modeblob
sometimes returningnumber[]
v0.40.1
Compare Source
Updates to
neon-http
for@neondatabase/[email protected]
- thanks @jawjStarting from this version, drizzle-orm will be compatible with both
@neondatabase/serverless
<1.0 and >1.0eslint/eslint (eslint)
v9.23.0
Compare Source
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.2.5
Compare Source
Patch Changes
4f5513d
Thanks @JounQin! - fix: clarify correcteslint-config-prettier
peer range[
v5.2.4
](https://github.com/prettier/eslint-plugin-prettier/blob/HEADConfiguration
📅 Schedule: Branch creation - "* 0-3 * * 1" (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.