Skip to content
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

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

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
@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
@babel/runtime (source) ^7.26.9 -> ^7.27.0 age adoption passing confidence
@chakra-ui/react (source) ^2.10.6 -> ^2.10.7 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.23.0 age adoption passing confidence
@reduxjs/toolkit (source) ^2.6.0 -> ^2.6.1 age adoption passing confidence
@rjsf/core ^5.24.3 -> ^5.24.8 age adoption passing confidence
@rjsf/utils ^5.24.3 -> ^5.24.8 age adoption passing confidence
@rjsf/validator-ajv8 ^5.24.3 -> ^5.24.8 age adoption passing confidence
@storybook/addon-essentials (source) ^8.6.4 -> ^8.6.11 age adoption passing confidence
@storybook/addon-interactions (source) ^8.6.4 -> ^8.6.11 age adoption passing confidence
@storybook/addon-links (source) ^8.6.4 -> ^8.6.11 age adoption passing confidence
@storybook/addon-onboarding (source) ^8.6.4 -> ^8.6.11 age adoption passing confidence
@storybook/blocks (source) ^8.6.4 -> ^8.6.11 age adoption passing confidence
@storybook/react (source) ^8.6.4 -> ^8.6.11 age adoption passing confidence
@storybook/react-webpack5 (source) ^8.6.4 -> ^8.6.11 age adoption passing confidence
@storybook/test (source) ^8.6.4 -> ^8.6.11 age adoption passing confidence
@types/chrome (source) ^0.0.308 -> ^0.0.313 age adoption passing confidence
@types/node (source) ^22.13.9 -> ^22.13.17 age adoption passing confidence
@types/react (source) ^18.3.18 -> ^18.3.20 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.29.0 age adoption passing confidence
@typescript-eslint/parser (source) ^8.26.0 -> ^8.29.0 age adoption passing confidence
codemirror ^5.65.18 -> ^5.65.19 age adoption passing confidence
esbuild ^0.25.0 -> ^0.25.2 age adoption passing confidence
eslint (source) ^9.21.0 -> ^9.23.0 age adoption passing confidence
eslint-config-prettier ^10.0.2 -> ^10.1.1 age adoption passing confidence
fork-ts-checker-webpack-plugin ^9.0.2 -> ^9.0.3 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
pnpm (source) 9.15.6 -> 9.15.9 age adoption passing confidence
selenium-webdriver (source) ^4.29.0 -> ^4.30.0 age adoption passing confidence
storybook (source) ^8.6.4 -> ^8.6.11 age adoption passing confidence
stylelint (source) ^16.15.0 -> ^16.17.0 age adoption passing confidence
supertest ^7.0.0 -> ^7.1.0 age adoption passing confidence
ts-jest (source) ^29.2.6 -> ^29.3.1 age adoption passing confidence
typescript-eslint (source) ^8.26.0 -> ^8.29.0 age adoption passing confidence
webpack-dev-server ^5.2.0 -> ^5.2.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/cli)

v7.27.0

Compare Source

👓 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
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
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.23.0

Compare Source

v9.22.0

Compare Source

reduxjs/redux-toolkit (@​reduxjs/toolkit)

v2.6.1

Compare Source

This bugfix release fixes several assorted types issues with the initial infinite query feature release, and adds support for an optional signal argument to createAsyncThunk.

Changelog

Infinite Query Fixes

We've fixed several types issues that were reported with infinite queries after the 2.6.0 release:

  • matchFulfilled and providesTags now get the correct response types
  • We've added pre-typed Type* types to represent infinite queries, similar to the existing pre-defined types for queries and mutations
  • selectCachedArgsForQuery now supports fetching args for infinite query endpoints
  • We fixed some TS type portability issues with infinite queries that caused errors when generating TS declarations
  • useInfiniteQueryState/Subscription now correctly expect just the query arg, not the combined {queryArg, pageParam} object
Other Improvements

createAsyncThunk now accepts an optional {signal} argument. If provided, the internal AbortSignal handling will tie into that signal.

upsertQueryEntries now correctly generates provided tags for upserted cache entries.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.6.0...v2.6.1

rjsf-team/react-jsonschema-form (@​rjsf/core)

v5.24.8

Compare Source

@​rjsf/antd

  • Fixed the total disable of the RadioWidget, fixing #​4481

@​rjsf/validator-ajv8

  • Fixed up the ESM build to properly handle ESM imports for compileSchemaValidatorsCode() by adding a new ajvReplacer.ts and using it

Dev / docs / playground

  • Updated snapshot-tests to add validation of disable RadioWidget via the Form prop as well as uiSchema

v5.24.7

Compare Source

Dev / docs / playground

  • Fixed build issues with small change to core/src/tsconfig.json and improvements to the exports for ESM support
  • Run NX serially in the pipelines to avoid odd out-of-sequence build issues

v5.24.5

Compare Source

@​rjsf/utils

  • Fixed package.json to remove node from the exports block to fix ESM support
storybookjs/storybook (@​storybook/addon-essentials)

v8.6.11

Compare Source

v8.6.10

Compare Source

v8.6.9

Compare Source

v8.6.8

Compare Source

v8.6.7

Compare Source

v8.6.6

Compare Source

v8.6.5

Compare Source

storybookjs/storybook (@​storybook/addon-interactions)

v8.6.11

Compare Source

v8.6.10

Compare Source


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: 06ac3ab

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 16 times, most recently from 32bb981 to 648f8db Compare March 28, 2025 21:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from b05bdd8 to 1fbf04e Compare April 1, 2025 12:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1fbf04e to 06ac3ab Compare April 1, 2025 19:19
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