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.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.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.316 age adoption passing confidence
@types/node (source) ^22.13.9 -> ^22.14.1 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.0 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.6 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

👓 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
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-toolkit (@​reduxjs/toolkit)

v2.7.0

Compare Source

RTK has hit Stage 2.7! 🤣 This feature release adds support for Standard Schema validation in RTK Query endpoints, fixes several issues with infinite queries, improves perf when infinite queries provide tags, adds a dev-mode check for duplicate middleware, and improves reference stability in slice selectors and infinite query hooks.

Changelog

Standard Schema Validation for RTK Query

Apps often need to validate responses from the server, both to ensure the data is correct, and to help enforce that the data matches the expected TS types. This is typically done with schema libraries such as Zod, Valibot, and Arktype. Because of the similarities in usage APIs, those libraries and others now support a common API definition called Standard Schema, allowing you to plug your chosen validation library in anywhere Standard Schema is supported.

RTK Query now supports using Standard Schema to validate query args, responses, and errors. If schemas are provided, the validations will be run and errors thrown if the data is invalid. Additionally, providing a schema allows TS inference for that type as well, allowing you to omit generic types from the endpoint.

Schema usage is per-endpoint, and can look like this:

import { createApi, fetchBaseQuery } from '@&#8203;reduxjs/toolkit/query/react'
import * as v from 'valibot'

const postSchema = v.object({
  id: v.number(),
  name: v.string(),
})
type Post = v.InferOutput<typeof postSchema>

const api = createApi({
  baseQuery: fetchBaseQuery({ baseUrl: '

</details>

---

### 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/reduxjs/redux-devtools).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Copy link

changeset-bot bot commented Mar 5, 2025

⚠️ No Changeset found

Latest commit: a4cd4ef

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 13 times, most recently from 0cb5948 to 8c5b364 Compare April 9, 2025 03:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from a418621 to 90f0eb3 Compare April 16, 2025 22:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 3135b60 to e22bdd1 Compare April 23, 2025 07:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e22bdd1 to a4cd4ef Compare April 23, 2025 19: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