Skip to content

fix(deps): update all non-major dependencies #1843

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 8, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 5, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/server (source) ^4.11.3 -> ^4.12.0 age adoption passing confidence
@babel/cli (source) ^7.26.4 -> ^7.27.2 age adoption passing confidence
@babel/code-frame (source) ^8.0.0-alpha.16 -> ^8.0.0-alpha.17 age adoption passing confidence
@babel/core (source) ^7.26.9 -> ^7.27.1 age adoption passing confidence
@babel/eslint-parser (source) ^7.26.8 -> ^7.27.1 age adoption passing confidence
@babel/plugin-transform-runtime (source) ^7.26.9 -> ^7.27.1 age adoption passing confidence
@babel/preset-env (source) ^7.26.9 -> ^7.27.2 age adoption passing confidence
@babel/preset-react (source) ^7.26.3 -> ^7.27.1 age adoption passing confidence
@babel/preset-typescript (source) ^7.26.0 -> ^7.27.1 age adoption passing confidence
@babel/register (source) ^7.25.9 -> ^7.27.1 age adoption passing confidence
@chakra-ui/react (source) ^2.10.6 -> ^2.10.7 age adoption passing confidence
@changesets/cli (source) ^2.28.1 -> ^2.29.3 age adoption passing confidence
@chromatic-com/storybook ^3.2.5 -> ^3.2.6 age adoption passing confidence
@eslint/compat ^1.2.7 -> ^1.2.9 age adoption passing confidence
@eslint/js (source) ^9.21.0 -> ^9.26.0 age adoption passing confidence
@reduxjs/toolkit (source) ^2.6.0 -> ^2.8.1 age adoption passing confidence
@rjsf/core ^5.24.3 -> ^5.24.10 age adoption passing confidence
@rjsf/utils ^5.24.3 -> ^5.24.10 age adoption passing confidence
@rjsf/validator-ajv8 ^5.24.3 -> ^5.24.10 age adoption passing confidence
@storybook/addon-essentials (source) ^8.6.4 -> ^8.6.12 age adoption passing confidence
@storybook/addon-interactions (source) ^8.6.4 -> ^8.6.12 age adoption passing confidence
@storybook/addon-links (source) ^8.6.4 -> ^8.6.12 age adoption passing confidence
@storybook/addon-onboarding (source) ^8.6.4 -> ^8.6.12 age adoption passing confidence
@storybook/blocks (source) ^8.6.4 -> ^8.6.12 age adoption passing confidence
@storybook/react (source) ^8.6.4 -> ^8.6.12 age adoption passing confidence
@storybook/react-webpack5 (source) ^8.6.4 -> ^8.6.12 age adoption passing confidence
@storybook/test (source) ^8.6.4 -> ^8.6.12 age adoption passing confidence
@testing-library/react ^16.2.0 -> ^16.3.0 age adoption passing confidence
@types/chrome (source) ^0.0.308 -> ^0.0.320 age adoption passing confidence
@types/node (source) ^22.13.9 -> ^22.15.15 age adoption passing confidence
@types/react (source) ^18.3.18 -> ^18.3.21 age adoption passing confidence
@types/react-dom (source) ^18.3.5 -> ^18.3.7 age adoption passing confidence
@types/semver (source) ^7.5.8 -> ^7.7.0 age adoption passing confidence
@types/supertest (source) ^6.0.2 -> ^6.0.3 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.26.0 -> ^8.32.0 age adoption passing confidence
@typescript-eslint/parser (source) ^8.26.0 -> ^8.32.0 age adoption passing confidence
codemirror ^5.65.18 -> ^5.65.19 age adoption passing confidence
esbuild ^0.25.0 -> ^0.25.4 age adoption passing confidence
eslint (source) ^9.21.0 -> ^9.26.0 age adoption passing confidence
eslint-config-prettier ^10.0.2 -> ^10.1.3 age adoption passing confidence
eslint-plugin-react ^7.37.4 -> ^7.37.5 age adoption passing confidence
fork-ts-checker-webpack-plugin ^9.0.2 -> ^9.1.0 age adoption passing confidence
graphql ^16.10.0 -> ^16.11.0 age adoption passing confidence
html-entities ^2.5.2 -> ^2.6.0 age adoption passing confidence
immutable (source) ^5.0.3 -> ^5.1.2 age adoption passing confidence
jsondiffpatch ^0.6.0 -> ^0.7.3 age adoption passing confidence
nanoid ^5.1.2 -> ^5.1.5 age adoption passing confidence
open ^10.1.0 -> ^10.1.2 age adoption passing confidence
pnpm (source) 9.15.6 -> 9.15.9 age adoption passing confidence
selenium-webdriver (source) ^4.29.0 -> ^4.32.0 age adoption passing confidence
storybook (source) ^8.6.4 -> ^8.6.12 age adoption passing confidence
stylelint (source) ^16.15.0 -> ^16.19.1 age adoption passing confidence
supertest ^7.0.0 -> ^7.1.0 age adoption passing confidence
ts-jest (source) ^29.2.6 -> ^29.3.2 age adoption passing confidence
typescript (source) ~5.8.2 -> ~5.8.3 age adoption passing confidence
typescript-eslint (source) ^8.26.0 -> ^8.32.0 age adoption passing confidence
webpack ^5.98.0 -> ^5.99.8 age adoption passing confidence
webpack-dev-server ^5.2.0 -> ^5.2.1 age adoption passing confidence

Release Notes

apollographql/apollo-server (@​apollo/server)

v4.12.0

Compare Source

Minor Changes
  • #​8054 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 option maxRecursiveSelections=true to enable with a maximum of 10,000,000, or maxRecursiveSelections=<number> for a custom maximum. Enabling this validation can help avoid performance issues with configured validation rules or plugins.
Patch Changes
babel/babel (@​babel/cli)

v7.27.2

Compare Source

🐛 Bug Fix
🏃‍♀️ Performance

v7.27.1

Compare Source

👓 Spec Compliance
🐛 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
    • #​17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@​JLHwung)
  • 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
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • Other
  • babel-register
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Mar 5, 2025

⚠️ No Changeset found

Latest commit: 3e79c86

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c86eeeb to e5c282e Compare March 5, 2025 21:54
@renovate renovate bot changed the title fix(deps): update all non-major dependencies to ^5.24.4 fix(deps): update all non-major dependencies to ^5.24.5 Mar 5, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e5c282e to d0ea65d Compare March 6, 2025 02:28
@renovate renovate bot changed the title fix(deps): update all non-major dependencies to ^5.24.5 fix(deps): update all non-major dependencies to ^5.24.7 Mar 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d0ea65d to 6eee69f Compare March 6, 2025 15:44
@renovate renovate bot changed the title fix(deps): update all non-major dependencies to ^5.24.7 fix(deps): update all non-major dependencies Mar 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 4ac238d to 998080d Compare March 11, 2025 23:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from dba086b to dc7adf0 Compare March 21, 2025 10:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dc7adf0 to 16e9463 Compare March 21, 2025 23:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 55fa8cb to eba3fe2 Compare May 2, 2025 06:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 3fda079 to 2632602 Compare May 7, 2025 20:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7d89408 to 3295b24 Compare May 8, 2025 01:58
@Methuselah96 Methuselah96 enabled auto-merge (squash) May 8, 2025 02:25
@Methuselah96 Methuselah96 merged commit 5dc8611 into main May 8, 2025
1 check passed
@Methuselah96 Methuselah96 deleted the renovate/all-minor-patch branch May 8, 2025 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant