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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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.0 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.26.10 age adoption passing confidence
@babel/eslint-parser (source) ^7.26.8 -> ^7.27.0 age adoption passing confidence
@babel/plugin-transform-runtime (source) ^7.26.9 -> ^7.26.10 age adoption passing confidence
@babel/preset-typescript (source) ^7.26.0 -> ^7.27.0 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.2 age adoption passing confidence
@chromatic-com/storybook ^3.2.5 -> ^3.2.6 age adoption passing confidence
@eslint/compat ^1.2.7 -> ^1.2.8 age adoption passing confidence
@eslint/js (source) ^9.21.0 -> ^9.25.1 age adoption passing confidence
@reduxjs/toolkit (source) ^2.6.0 -> ^2.7.0 age adoption passing confidence
@rjsf/core ^5.24.3 -> ^5.24.9 age adoption passing confidence
@rjsf/utils ^5.24.3 -> ^5.24.9 age adoption passing confidence
@rjsf/validator-ajv8 ^5.24.3 -> ^5.24.9 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.317 age adoption passing confidence
@types/node (source) ^22.13.9 -> ^22.15.2 age adoption passing confidence
@types/react (source) ^18.3.18 -> ^18.3.20 age adoption passing confidence
@types/react-dom (source) ^18.3.5 -> ^18.3.6 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.31.0 age adoption passing confidence
@typescript-eslint/parser (source) ^8.26.0 -> ^8.31.0 age adoption passing confidence
codemirror ^5.65.18 -> ^5.65.19 age adoption passing confidence
esbuild ^0.25.0 -> ^0.25.3 age adoption passing confidence
eslint (source) ^9.21.0 -> ^9.25.1 age adoption passing confidence
eslint-config-prettier ^10.0.2 -> ^10.1.2 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
html-entities ^2.5.2 -> ^2.6.0 age adoption passing confidence
immutable (source) ^5.0.3 -> ^5.1.1 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.1 age adoption passing confidence
pnpm (source) 9.15.6 -> 9.15.9 age adoption passing confidence
selenium-webdriver (source) ^4.29.0 -> ^4.31.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.31.0 age adoption passing confidence
webpack ^5.98.0 -> ^5.99.7 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.0

Compare Source

v7.27.0 (2025-03-24)

Thanks @​ishchhabra and @​vovkasm for your first PRs!

👓 Spec Compliance
🚀 New Feature
🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-traverse
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-cli
  • babel-plugin-transform-named-capturing-groups-regex, babel-types
🏃‍♀️ Performance
Committers: 5
babel/babel (@​babel/core)

v7.26.10

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
🏠 Internal
changesets/changesets (@​changesets/cli)

v2.29.2

Compare Source

Patch Changes

v2.29.1

Compare Source

v2.29.0

Compare Source

Minor Changes
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.


  • 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: 9e70d17

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 11 times, most recently from 4933f2a to fa0e115 Compare April 14, 2025 12:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 923007e to 4d09895 Compare April 21, 2025 18:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from e3f51bd to 6ce4ec4 Compare April 25, 2025 11:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6ce4ec4 to 9e70d17 Compare April 25, 2025 17:31
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.

0 participants