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.9
^5.24.3
->^5.24.9
^5.24.3
->^5.24.9
^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.317
^22.13.9
->^22.15.2
^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.1
^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.7
^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
v7.27.0 (2025-03-24)
Thanks @ishchhabra and @vovkasm for your first PRs!
👓 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
Committers: 5
babel/babel (@babel/core)
v7.26.10
Compare Source
👓 Spec Compliance
babel-parser
🐛 Bug Fix
babel-parser
,babel-template
babel-core
babel-parser
,babel-plugin-transform-typescript
babel-traverse
babel-generator
abstract override
(@liuxingbaoyu)babel-parser
babel-helpers
,babel-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
💅 Polish
babel-standalone
🏠 Internal
babel-parser
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-t
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.