chore(deps): update all non-major dependencies #7497
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
5.3.1
->5.3.2
3.15.2
->3.16.0
24.5.1
->24.5.2
0.25.9
->0.25.10
9.35.0
->9.36.0
17.23.0
->17.23.1
5.15.2
->5.16.0
24.21.0
->24.22.0
5.38.10
->5.39.2
29.4.2
->29.4.4
4.37.1
->4.38.0
Release Notes
graphql-hive/envelop (@envelop/core)
v5.3.2
Compare Source
Patch Changes
92948d8
Thanks @EmrysMyrddin! - Fix getters and setters being stripped
away. The value was copied at plugin creation instead of copying the getter and setter (if any).
graphql-hive/graphql-yoga (@graphql-yoga/plugin-defer-stream)
v3.16.0
Compare Source
evanw/esbuild (esbuild)
v0.25.10
Compare Source
Fix a panic in a minification edge case (#4287)
This release fixes a panic due to a null pointer that could happen when esbuild inlines a doubly-nested identity function and the final result is empty. It was fixed by emitting the value
undefined
in this case, which avoids the panic. This case must be rare since it hasn't come up until now. Here is an example of code that previously triggered the panic (which only happened when minifying):Fix
@supports
nested inside pseudo-element (#4265)When transforming nested CSS to non-nested CSS, esbuild is supposed to filter out pseudo-elements such as
::placeholder
for correctness. The CSS nesting specification says the following:However, it seems like this behavior is different for nested at-rules such as
@supports
, which do work with pseudo-elements. So this release modifies esbuild's behavior to now take that into account:eslint/eslint (eslint)
v9.36.0
Compare Source
eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.23.1
Compare Source
🩹 Fixes
📚 Documentation
graphql-hive/graphql-yoga (graphql-yoga)
v5.16.0
Compare Source
Minor Changes
a4e1c5f
Thanks @EmrysMyrddin! - Add
allowedHeaders
option to allowfiltering Response and Request headers
Patch Changes
0a7a635
Thanks @ardatan! - Fix workers' loading in online GraphiQL mode, so
that Monaco features like autocomplete can work properly
puppeteer/puppeteer (puppeteer)
v24.22.0
Compare Source
Miscellaneous Chores
Dependencies
Features
Bug Fixes
sveltejs/svelte (svelte)
v5.39.2
Compare Source
Patch Changes
fix: preserve SSR context when block expressions contain
await
(#16791)chore: bump some devDependencies (#16787)
v5.39.1
Compare Source
Patch Changes
fix: issue
state_proxy_unmount
warning when unmounting a state proxy (#16747)fix: add
then
to class componentrender
output (#16783)v5.39.0
Compare Source
Minor Changes
Patch Changes
kulshekhar/ts-jest (ts-jest)
v29.4.4
Compare Source
Bug Fixes
v29.4.3
Compare Source
Bug Fixes
transpilation
option to replaceisolatedModules
option (#5044) (5868761), closes #5013 #4859cloudflare/workers-sdk (wrangler)
v4.38.0
Compare Source
Minor Changes
#10654
a4e2439
Thanks @laplab! - Switch to WRANGLER_R2_SQL_AUTH_TOKEN env variable for R2 SQL secret. Update the response format for R2 SQL#10676
f76da43
Thanks @penalosa! - Supportctx.exports
in wrangler types#10651
6caf938
Thanks @edevil! - Added new attribute "allowed_sender_addresses" to send email binding.Patch Changes
#10674
1cc258e
Thanks @penalosa! - Fix remote/local display for KV/D1/R2 & Browser bindings#10678
b30263e
Thanks @penalosa! - Remove dummy auth from SDK setup#10678
b30263e
Thanks @penalosa! - AddWRANGLER_TRACE_ID
environment variable to support internal testing#10561
769ffb1
Thanks @danielrs! - Do not show subdomain status mismatch warnings on first deploy.Updated dependencies [
b59e3e1
,e9b0c66
,6caf938
,88132bc
]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.