chore(deps): update all non-major dependencies #417
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:
^9.13.0
->^9.14.0
^1.6.11
->^1.6.12
^0.0.48
->^0.0.49
^0.0.48
->^0.0.49
^0.0.48
->^0.0.49
^0.0.48
->^0.0.49
^0.0.48
->^0.0.49
^0.0.48
->^0.0.49
^0.0.48
->^0.0.49
^0.0.48
->^0.0.49
^0.0.48
->^0.0.49
^0.0.48
->^0.0.49
^1.13.3
->^1.13.5
^1.3.0
->^1.3.1
^8.35.0
->^8.36.0
^8.35.0
->^8.36.0
^8.35.0
->^8.36.0
^8.11.0
->^8.12.2
^8.11.0
->^8.12.2
^2.0.1
->^2.2.1
^2.164.1
->^2.165.0
^2.164.1
->^2.165.0
^9.7.1
->^9.8.1
^2.164.1
->^2.165.0
^4.12.13
->^4.12.14
^0.26.2
->^0.27.1
^0.35.3
->^0.36.0
^9.13.0
->^9.14.0
^9.29.1
->^9.30.0
^10.2.0
->^10.3.0
^9.5.0
->^9.5.1
^5.0.0
->^5.1.0
^15.7.4
->^15.8.3
^4.6.7
->^4.6.9
^0.453.0
->^0.454.0
^2.1.0
->^2.1.1
^23.6.0
->^23.6.1
^0.1.80
->^0.1.81
^2.8.0
->^2.8.1
^8.11.0
->^8.12.2
^0.4.199
->^0.4.200
^2.1.3
->^2.1.4
^3.83.0
->^3.84.1
^8.1.9
->^8.2.0
Release Notes
eslint/eslint (@eslint/js)
v9.14.0
Compare Source
floating-ui/floating-ui (@floating-ui/dom)
v1.6.12
Compare Source
Patch Changes
DOMRect
as aboundary
hattipjs/hattip (@hattip/adapter-aws-lambda)
v0.0.49
Compare Source
honojs/node-server (@hono/node-server)
v1.13.5
Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.13.4...v1.13.5
v1.13.4
Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.13.3...v1.13.4
getsentry/sentry-javascript (@sentry/react)
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)typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.12.2
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.12.1
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.12.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.12.2
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.12.1
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.12.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.
pilcrowOnPaper/arctic (arctic)
v2.2.1
v2.2.0
v2.1.0
aws/aws-cdk (aws-cdk)
v2.165.0
Compare Source
Features
Bug Fixes
synth
is called multiple times on mutated construct tree (#31865) (a261c9d), closes #24689fifo: false
does not deploy (#31922) (a9d3b02), closes #8550Alpha modules (2.165.0-alpha.0)
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
VpcCidrBlock
L2 construct replacesCfnVPCCidrBlock
. This change alters the logical ID ofAWS::EC2::VPCCidrBlock
resources in CloudFormation templates. Existing deployments will see errors likeCIDR range conflicts with x.xx.xx.xx/xx with association ID vpc-cidr-assoc-ABCD
. To resolve this, you must recreate your existing stacks to use the new module.Features
Bug Fixes
antfu/bumpp (bumpp)
v9.8.1
Compare Source
v9.8.0
Compare Source
🚀 Features
View changes on GitHub
saadeghi/daisyui (daisyui)
v4.12.14
Compare Source
Bug Fixes
drizzle-team/drizzle-orm (drizzle-kit)
v0.27.1
Compare Source
v0.27.0
Compare Source
Correct behavior when installed in a monorepo (multiple Drizzle instances)
Replacing all
instanceof
statements with a customis()
function allowed us to handle multiple Drizzle packages interacting properly.It also fixes one of our biggest Discord tickets:
maximum call stack exceeded
🎉You should now use
is()
instead ofinstanceof
to check if specific objects are instances of specific Drizzle types. It might be useful if you are building something on top of the Drizzle API.distinct
clause supportAlso,
distinct on
clause is available for PostgreSQL:bigint
andboolean
support for SQLiteContributed by @MrRahulRamkumar (#558), @raducristianpopa (#411) and @meech-ward (#725)
DX improvements
where
callback in RQB for tables without relationsVarious docs improvements
eslint/eslint (eslint)
v9.14.0
Compare Source
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.30.0
Compare Source
eslint/js (espree)
v10.3.0
: espree: v10.3.0[Compare Source](https://redirect.github.com/eslint/j
Configuration
📅 Schedule: Branch creation - "before 4am 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.