Skip to content

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

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 May 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/server (source) ^4.12.0 -> ^4.12.1 age adoption passing confidence
@babel/runtime (source) ^7.26.9 -> ^7.27.1 age adoption passing confidence
@chakra-ui/react (source) ^2.10.7 -> ^2.10.8 age adoption passing confidence
@changesets/cli (source) ^2.29.3 -> ^2.29.4 age adoption passing confidence
@eslint/js (source) ^9.26.0 -> ^9.27.0 age adoption passing confidence
@reduxjs/toolkit (source) ^2.8.1 -> ^2.8.2 age adoption passing confidence
@storybook/addon-essentials (source) ^8.6.12 -> ^8.6.14 age adoption passing confidence
@storybook/addon-interactions (source) ^8.6.12 -> ^8.6.14 age adoption passing confidence
@storybook/addon-links (source) ^8.6.12 -> ^8.6.14 age adoption passing confidence
@storybook/addon-onboarding (source) ^8.6.12 -> ^8.6.14 age adoption passing confidence
@storybook/blocks (source) ^8.6.12 -> ^8.6.14 age adoption passing confidence
@storybook/react (source) ^8.6.12 -> ^8.6.14 age adoption passing confidence
@storybook/react-webpack5 (source) ^8.6.12 -> ^8.6.14 age adoption passing confidence
@storybook/test (source) ^8.6.12 -> ^8.6.14 age adoption passing confidence
@types/chrome (source) ^0.0.320 -> ^0.0.322 age adoption passing confidence
@types/cors (source) ^2.8.17 -> ^2.8.18 age adoption passing confidence
@types/node (source) ^22.15.15 -> ^22.15.18 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.32.0 -> ^8.32.1 age adoption passing confidence
@typescript-eslint/parser (source) ^8.32.0 -> ^8.32.1 age adoption passing confidence
eslint (source) ^9.26.0 -> ^9.27.0 age adoption passing confidence
eslint-config-prettier ^10.1.3 -> ^10.1.5 age adoption passing confidence
react-bootstrap (source) ^2.10.9 -> ^2.10.10 age adoption passing confidence
semver ^7.7.1 -> ^7.7.2 age adoption passing confidence
storybook (source) ^8.6.12 -> ^8.6.14 age adoption passing confidence
supertest ^7.1.0 -> ^7.1.1 age adoption passing confidence
ts-jest (source) ^29.3.2 -> ^29.3.4 age adoption passing confidence
typescript-eslint (source) ^8.32.0 -> ^8.32.1 age adoption passing confidence

Release Notes

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

v4.12.1

Compare Source

Patch Changes
chakra-ui/chakra-ui (@​chakra-ui/react)

v2.10.8

Compare Source

changesets/changesets (@​changesets/cli)

v2.29.4

Compare Source

Patch Changes
eslint/eslint (@​eslint/js)

v9.27.0

Compare Source

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

v2.8.2

Compare Source

This bugfix release fixes a bundle size regression in RTK Query from the build and packaging changes in v2.8.0.

If you're using v2.8.0 or v2.8.1, please upgrade to v2.8.2 right away to resolve that bundle size issue!

Changelog

RTK Query Bundle Size

In v2.8.0, we reworked our packaging setup to better support React Native. While there weren't many meaningful code changes, we did alter our bundling build config file. In the process, we lost the config options to externalize the @reduxjs/toolkit core when building the RTK Query nested entry points. This resulted in a regression where the RTK core code also got bundled directly into the RTK Query artifacts, resulting in a significant size increase.

This release fixes the build config and restores the previous RTKQ build artifact sizes.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.8.1...v2.8.2

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

v8.6.14

Compare Source

v8.6.13

Compare Source

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

v8.6.14

Compare Source

v8.6.13

Compare Source

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

v8.6.14

Compare Source

v8.6.13

Compare Source

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

v8.6.14

Compare Source

v8.6.13

Compare Source

8.6.13

storybookjs/storybook (@​storybook/blocks)

v8.6.14

Compare Source

v8.6.13

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.32.1

Compare Source

🩹 Fixes
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#​11177)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#​11180)
  • eslint-plugin: [no-deprecated] support computed member access (#​10867)
  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#​11194)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.32.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

eslint/eslint (eslint)

v9.27.0

Compare Source

prettier/eslint-config-prettier (eslint-config-prettier)

v10.1.5

Compare Source

Patch Changes

v10.1.4

Compare Source

Patch Changes
react-bootstrap/react-bootstrap (react-bootstrap)

v2.10.10

Compare Source

Bug Fixes
npm/node-semver (semver)

v7.7.2

Compare Source

Bug Fixes
Chores
ladjs/supertest (supertest)

v7.1.1

Compare Source

kulshekhar/ts-jest (ts-jest)

v29.3.4

Compare Source

Bug Fixes
  • fix: fix TsJestTransformerOptions type (3b11e29), closes #​4247
  • fix(cli): fix wrong path for preset creator fns (249eb2c)
  • fix(config): disable rewriteRelativeImportExtensions always (9b1f472), closes #​4855

v29.3.3

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint (typescript-eslint)

v8.32.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


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 May 8, 2025

⚠️ No Changeset found

Latest commit: fb9ca52

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 10 times, most recently from b64b04a to 5e2f3e9 Compare May 14, 2025 19:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8be1ef3 to 8756077 Compare May 16, 2025 11:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8756077 to fb9ca52 Compare May 16, 2025 22:35
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