fix(deps): update all non-major dependencies #1843
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.11.3
->^4.12.0
^7.26.4
->^7.27.2
^8.0.0-alpha.16
->^8.0.0-alpha.17
^7.26.9
->^7.27.1
^7.26.8
->^7.27.1
^7.26.9
->^7.27.1
^7.26.9
->^7.27.2
^7.26.3
->^7.27.1
^7.26.0
->^7.27.1
^7.25.9
->^7.27.1
^2.10.6
->^2.10.7
^2.28.1
->^2.29.3
^3.2.5
->^3.2.6
^1.2.7
->^1.2.9
^9.21.0
->^9.26.0
^2.6.0
->^2.8.1
^5.24.3
->^5.24.10
^5.24.3
->^5.24.10
^5.24.3
->^5.24.10
^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.320
^22.13.9
->^22.15.15
^18.3.18
->^18.3.21
^18.3.5
->^18.3.7
^7.5.8
->^7.7.0
^6.0.2
->^6.0.3
^8.26.0
->^8.32.0
^8.26.0
->^8.32.0
^5.65.18
->^5.65.19
^0.25.0
->^0.25.4
^9.21.0
->^9.26.0
^10.0.2
->^10.1.3
^7.37.4
->^7.37.5
^9.0.2
->^9.1.0
^16.10.0
->^16.11.0
^2.5.2
->^2.6.0
^5.0.3
->^5.1.2
^0.6.0
->^0.7.3
^5.1.2
->^5.1.5
^10.1.0
->^10.1.2
9.15.6
->9.15.9
^4.29.0
->^4.32.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.32.0
^5.98.0
->^5.99.8
^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.2
Compare Source
🐛 Bug Fix
babel-parser
@babel/parser/bin/index.js
containsnode:
protocol require (@liuxingbaoyu)babel-plugin-transform-object-rest-spread
babel-plugin-transform-modules-commonjs
,babel-template
🏃♀️ Performance
babel-cli
@babel/cli
(@JLHwung)v7.27.1
Compare Source
👓 Spec Compliance
babel-parser
using of
as lexical declaration within for (@JLHwung)babel-parser
,babel-types
🐛 Bug Fix
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-traverse
babel-helper-wrap-function
,babel-plugin-transform-async-to-generator
babel-helper-remap-async-to-generator
,babel-plugin-transform-async-to-generator
babel-helper-fixtures
,babel-parser
babel-generator
,babel-parser
babel-parser
babel-compat-data
,babel-preset-env
babel-traverse
babel-generator
💅 Polish
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-proposal-decorators
,babel-plugin-transform-arrow-functions
,babel-plugin-transform-class-properties
,babel-plugin-transform-destructuring
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-parameters
,babel-traverse
🏠 Internal
babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
regenerator-runtime
dep in@babel/runtime
(@nicolo-ribaudo)babel-compat-data
,babel-preset-env
babel-compat-data
,babel-standalone
babel-register
@babel/register
to cts (@liuxingbaoyu)babel-cli
,babel-compat-data
,babel-core
,babel-generator
,babel-helper-compilation-targets
,babel-helper-fixtures
,babel-helper-module-imports
,babel-helper-module-transforms
,babel-helper-plugin-test-runner
,babel-helper-transform-fixture-test-runner
,babel-helpers
,babel-node
,babel-parser
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-modules-umd
,babel-plugin-transform-react-display-name
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-plugin-transform-typeof-symbol
,babel-plugin-transform-typescript
,babel-preset-env
,babel-register
,babel-standalone
,babel-types
babel-plugin-transform-regenerator
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.