fix(deps): update all non-major dependencies #1843
Open
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.11.3
->^4.12.0
^7.26.4
->^7.27.0
^8.0.0-alpha.16
->^8.0.0-alpha.17
^7.26.9
->^7.26.10
^7.26.8
->^7.27.0
^7.26.9
->^7.26.10
^7.26.0
->^7.27.0
^2.10.6
->^2.10.7
^2.28.1
->^2.29.2
^3.2.5
->^3.2.6
^1.2.7
->^1.2.8
^9.21.0
->^9.25.1
^2.6.0
->^2.7.0
^5.24.3
->^5.24.8
^5.24.3
->^5.24.8
^5.24.3
->^5.24.8
^8.6.4
->^8.6.12
^8.6.4
->^8.6.12
^8.6.4
->^8.6.12
^8.6.4
->^8.6.12
^8.6.4
->^8.6.12
^8.6.4
->^8.6.12
^8.6.4
->^8.6.12
^8.6.4
->^8.6.12
^16.2.0
->^16.3.0
^0.0.308
->^0.0.316
^22.13.9
->^22.14.1
^18.3.18
->^18.3.20
^18.3.5
->^18.3.6
^7.5.8
->^7.7.0
^6.0.2
->^6.0.3
^8.26.0
->^8.31.0
^8.26.0
->^8.31.0
^5.65.18
->^5.65.19
^0.25.0
->^0.25.3
^9.21.0
->^9.25.1
^10.0.2
->^10.1.2
^7.37.4
->^7.37.5
^9.0.2
->^9.1.0
^2.5.2
->^2.6.0
^5.0.3
->^5.1.1
^0.6.0
->^0.7.3
^5.1.2
->^5.1.5
^10.1.0
->^10.1.1
9.15.6
->9.15.9
^4.29.0
->^4.31.0
^8.6.4
->^8.6.12
^16.15.0
->^16.19.0
^7.0.0
->^7.1.0
^29.2.6
->^29.3.2
~5.8.2
->~5.8.3
^8.26.0
->^8.31.0
^5.98.0
->^5.99.6
^5.2.0
->^5.2.1
Release Notes
apollographql/apollo-server (@apollo/server)
v4.12.0
Compare Source
Minor Changes
89e3f84
Thanks @clenfest! - Adds a new graphql-js validation rule to reject operations that recursively request selections above a specified maximum, which is disabled by default. Use configuration optionmaxRecursiveSelections=true
to enable with a maximum of 10,000,000, ormaxRecursiveSelections=<number>
for a custom maximum. Enabling this validation can help avoid performance issues with configured validation rules or plugins.Patch Changes
2550d9f
Thanks @slagiewka! - Add return after sending 400 response in doubly escaped JSON parser middlewarebabel/babel (@babel/cli)
v7.27.0
Compare Source
👓 Spec Compliance
babel-generator
,babel-parser
importAttributesKeyword
towith
(@JLHwung)🚀 New Feature
babel-helper-create-class-features-plugin
,babel-traverse
,babel-types
traverseFast
to exit early (@liuxingbaoyu)babel-parser
,babel-types
ImportAttributes
toStandardized
and move its parser test fixtures (@JLHwung)babel-generator
babel-parser
,babel-template
allowYieldOutsideFunction
to parser (@liuxingbaoyu)babel-plugin-transform-typescript
,babel-traverse
upToScope
parameter tohasBinding
(@liuxingbaoyu)babel-parser
babel-types
🐛 Bug Fix
babel-helper-create-class-features-plugin
,babel-plugin-transform-class-properties
babel-traverse
scope.crawl()
(@liuxingbaoyu)babel-helpers
,babel-preset-typescript
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
rewriteRelativeImportExtensions
(@JLHwung)babel-cli
@babel/cli
generates duplicate inline source maps (@liuxingbaoyu)babel-plugin-transform-named-capturing-groups-regex
,babel-types
🏃♀️ Performance
babel-types
@babel/types
(@liuxingbaoyu)babel-helper-create-regexp-features-plugin
babel/babel (@babel/code-frame)
v8.0.0-alpha.17
Compare Source
v8.0.0-alpha.17 (2025-03-11)
This release also includes all changes from v7.26.10.
This release includes a fix for GHSA-968p-4wvh-cqc8, a security vulnerability which affects the
.replace
method of transpiled regular expressions that use named capturing groups.💥 Breaking Change
babel-parser
,babel-types
Committers: 6
changesets/changesets (@changesets/cli)
v2.29.2
Compare Source
Patch Changes
#1636
f73f84a
Thanks @Netail! - Correctly resolve new changesets withsince
option when the.changeset
directory is not directly in the git rootUpdated dependencies [
f73f84a
]:v2.29.1
Compare Source
v2.29.0
Compare Source
Minor Changes
29f34a3
Thanks @JounQin! - Support scoped registries configured usingpackage.json#publishConfig
chromaui/addon-visual-tests (@chromatic-com/storybook)
v3.2.6
Compare Source
🐛 Bug Fix
Authors: 1
eslint/rewrite (@eslint/compat)
v1.2.8
Compare Source
eslint/eslint (@eslint/js)
v9.25.1
Compare Source
v9.25.0
Compare Source
v9.24.0
Compare Source
v9.23.0
Compare Source
v9.22.0
Compare Source
reduxjs/redux-toolkit (@reduxjs/toolkit)
v2.7.0
Compare Source
RTK has hit Stage 2.7! 🤣 This feature release adds support for Standard Schema validation in RTK Query endpoints, fixes several issues with infinite queries, improves perf when infinite queries provide tags, adds a dev-mode check for duplicate middleware, and improves reference stability in slice selectors and infinite query hooks.
Changelog
Standard Schema Validation for RTK Query
Apps often need to validate responses from the server, both to ensure the data is correct, and to help enforce that the data matches the expected TS types. This is typically done with schema libraries such as Zod, Valibot, and Arktype. Because of the similarities in usage APIs, those libraries and others now support a common API definition called Standard Schema, allowing you to plug your chosen validation library in anywhere Standard Schema is supported.
RTK Query now supports using Standard Schema to validate query args, responses, and errors. If schemas are provided, the validations will be run and errors thrown if the data is invalid. Additionally, providing a schema allows TS inference for that type as well, allowing you to omit generic types from the endpoint.
Schema usage is per-endpoint, and can look like this: