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/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.26.10 age adoption passing confidence
@babel/plugin-transform-runtime (source) ^7.26.9 -> ^7.26.10 age adoption passing confidence
@babel/runtime (source) ^7.26.9 -> ^7.26.10 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/js (source) ^9.21.0 -> ^9.22.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.7 age adoption passing confidence
@storybook/addon-interactions (source) ^8.6.4 -> ^8.6.7 age adoption passing confidence
@storybook/addon-links (source) ^8.6.4 -> ^8.6.7 age adoption passing confidence
@storybook/addon-onboarding (source) ^8.6.4 -> ^8.6.7 age adoption passing confidence
@storybook/blocks (source) ^8.6.4 -> ^8.6.7 age adoption passing confidence
@storybook/react (source) ^8.6.4 -> ^8.6.7 age adoption passing confidence
@storybook/react-webpack5 (source) ^8.6.4 -> ^8.6.7 age adoption passing confidence
@storybook/test (source) ^8.6.4 -> ^8.6.7 age adoption passing confidence
@types/chrome (source) ^0.0.308 -> ^0.0.309 age adoption passing confidence
@types/node (source) ^22.13.9 -> ^22.13.10 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.26.0 -> ^8.26.1 age adoption passing confidence
@typescript-eslint/parser (source) ^8.26.0 -> ^8.26.1 age adoption passing confidence
esbuild ^0.25.0 -> ^0.25.1 age adoption passing confidence
eslint (source) ^9.21.0 -> ^9.22.0 age adoption passing confidence
eslint-config-prettier ^10.0.2 -> ^10.1.1 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
storybook (source) ^8.6.4 -> ^8.6.7 age adoption passing confidence
stylelint (source) ^16.15.0 -> ^16.16.0 age adoption passing confidence
typescript-eslint (source) ^8.26.0 -> ^8.26.1 age adoption passing confidence

Release Notes

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
babel/babel (@​babel/core)

v7.26.10

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
🏠 Internal
chromaui/addon-visual-tests (@​chromatic-com/storybook)

v3.2.6

Compare Source

🐛 Bug Fix
Authors: 1
eslint/eslint (@​eslint/js)

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

Compare Source

v8.6.6

Compare Source

v8.6.5

Compare Source

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

v8.6.7

Compare Source

v8.6.6

Compare Source

8.6.6

v8.6.5

Compare Source

8.6.5

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

v8.26.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-return] handle recursive type (#​10883)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as eligible for nullish coalescing (#​10865)
❤️ Thank You

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

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

v8.26.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.

evanw/esbuild (esbuild)

v0.25.1

Compare Source

  • Fix incorrect paths in inline source maps (#​4070, #​4075, #​4105)

    This fixes a regression from version 0.25.0 where esbuild didn't correctly resolve relative paths contained within source maps in inline sourceMappingURL data URLs. The paths were incorrectly being passed through as-is instead of being resolved relative to the source file containing the sourceMappingURL comment, which was due to the data URL not being a file URL. This regression has been fixed, and this case now has test coverage.

  • Fix invalid generated source maps (#​4080, #​4082, #​4104, #​4107)

    This release fixes a regression from version 0.24.1 that could cause esbuild to generate invalid source maps. Specifically under certain conditions, esbuild could generate a mapping with an out-of-bounds source index. It was introduced by code that attempted to improve esbuild's handling of "null" entries in source maps (i.e. mappings with a generated position but no original position). This regression has been fixed.

    This fix was contributed by @​jridgewell.

  • Fix a regression with non-file source map paths (#​4078)

    The format of paths in source maps that aren't in the file namespace was unintentionally changed in version 0.25.0. Path namespaces is an esbuild-specific concept that is optionally available for plugins to use to distinguish paths from file paths and from paths meant for other plugins. Previously the namespace was prepended to the path joined with a : character, but version 0.25.0 unintentionally failed to prepend the namespace. The previous behavior has been restored.

  • Fix a crash with switch optimization (#​4088)

    The new code in the previous release to optimize dead code in switch statements accidentally introduced a crash in the edge case where one or more switch case values include a function expression. This is because esbuild now visits the case values first to determine whether any cases are dead code, and then visits the case bodies once the dead code status is known. That triggered some internal asserts that guard against traversing the AST in an unexpected order. This crash has been fixed by changing esbuild to expect the new traversal ordering. Here's an example of affected code:

    switch (x) {
      case '':
        return y.map(z => z.value)
      case y.map(z => z.key).join(','):
        return []
    }
  • Update Go from 1.23.5 to 1.23.7 (#​4076, #​4077)

    This should have no effect on existing code as this version change does not change Go's operating system support. It may remove certain reports from vulnerability scanners that detect which version of the Go compiler esbuild uses.

    This PR was contributed by @​MikeWillCook.

eslint/eslint (eslint)

v9.22.0

Compare Source

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

v10.1.1

Compare Source

Patch Changes
  • #​309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also #​308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

v10.1.0

Compare Source

Minor Changes

v10.0.3

Compare Source

Patch Changes
ai/nanoid (nanoid)

v5.1.5

Compare Source

  • Fixed latest version on npm after 3.x release.

v5.1.4

Compare Source

  • Fixed latest version on npm after 3.x release.

v5.1.3

Compare Source

pnpm/pnpm (pnpm)

v9.15.9: pnpm 9.15.9

Compare Source

Patch Changes
  • Fix running pnpm CLI from pnpm CLI on Windows when the CLI is bundled to an executable #​8971.
Platinum Sponsors
Bit Bit Syntax
Gold Sponsors
Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v9.15.8: pnpm 9.15.8

Compare Source

Patch Changes
  • pnpm self-update should always update the version in the packageManager field of package.json.
  • The pnpm CLI process should not stay hanging, when --silent reporting is used.
  • When --loglevel is set to error, don't show installation summary, execution time, and big tarball download progress.
  • Don't show info output when --loglevel=error is used.
Platinum Sponsors
Bit 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: 61b7fc6

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 7 times, most recently from 203c986 to 6f19c2b Compare March 17, 2025 20:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6f19c2b to 61b7fc6 Compare March 19, 2025 01:32
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