Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#2069
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@chakra-ui/react (source) ^3.36.0^3.36.1 age confidence
@changesets/cli (source) ^2.31.0^2.31.1 age confidence
@​codemirror/view ^6.43.2^6.43.6 age confidence
@eslint/js (source) ^9.39.4^9.39.5 age confidence
@rjsf/core ^6.6.2^6.7.0 age confidence
@rjsf/utils ^6.6.2^6.7.0 age confidence
@rjsf/validator-ajv8 ^6.6.2^6.7.0 age confidence
@storybook/addon-onboarding (source) ^10.4.6^10.5.2 age confidence
@storybook/react-vite (source) ^10.4.6^10.5.2 age confidence
@types/chrome (source) ^0.2.0^0.2.2 age confidence
@types/node (source) ^24.13.2^24.13.3 age confidence
@types/supertest (source) ^7.2.0^7.2.1 age confidence
@typescript-eslint/eslint-plugin (source) ^8.62.0^8.64.0 age confidence
@typescript-eslint/parser (source) ^8.62.0^8.64.0 age confidence
@uiw/codemirror-themes (source) ^4.25.10^4.25.11 age confidence
@uiw/react-codemirror (source) ^4.25.10^4.25.11 age confidence
electron ^42.4.1^42.7.0 age confidence
eslint (source) ^9.39.4^9.39.5 age confidence
eslint-plugin-jest ^29.15.2^29.15.4 age confidence
immutable (source) ^5.1.7^5.1.9 age confidence
knex (source) ^3.2.10^3.3.0 age confidence
nanoid ^5.1.15^5.1.16 age confidence
pnpm (source) 11.9.011.15.1 age confidence
prettier (source) 3.8.43.9.5 age confidence
react-icons ^5.6.0^5.7.0 age confidence
react-router-dom (source) ^7.18.0^7.18.1 age confidence
selenium-webdriver (source) ^4.45.0^4.46.0 age confidence
storybook (source) ^10.4.6^10.5.2 age confidence
typescript (source) ^6.0.1^6.0.2 age confidence
typescript-7 (source) 7.0.1-rc7.0.2 age confidence
typescript-eslint (source) ^8.62.0^8.64.0 age confidence
webpack ^5.107.2^5.108.4 age confidence
webpack-cli (source) ^7.0.3^7.2.1 age confidence

Release Notes

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

v3.36.1

Compare Source

Patch Changes
  • #​10868
    f32a160
    Thanks @​WahabKhan7528! -
    OverlayManager: add has() method to createOverlay return

  • #​10885
    e503f8d
    Thanks @​dfedoryshchev! - - Bleed: Fix
    incorrect css prop application

  • 129c50f
    Thanks @​segunadebayo! - Fix issue where the
    checked ring of RadioCard and CheckboxCard (outline variant) gets clipped
    when a parent has overflow: hidden|auto|scroll. The ring is now drawn with
    an inset shadow instead of an outer shadow.

  • #​10859
    6f10270
    Thanks @​dfedoryshchev! - - Checkmark: Fix
    incorrect css prop application

  • #​10884
    e7431f1
    Thanks @​sanjibani! - - Docs: fix
    Stack.Separator references in the v3 migration guide. The standalone
    Separator component is now used in both the StackDivider and Stack Props
    examples.

  • 0fe3055
    Thanks @​segunadebayo! - Fix error when
    merging recipes (e.g. composing a recipe-based component through the chakra
    factory). Recipe merging now normalizes compiled and raw configs before
    combining them, and no longer throws or mutates the source configs.

  • #​10879
    e882dc0
    Thanks @​dfedoryshchev! - - Float: Fix
    incorrect css prop application

  • 2ed9026
    Thanks @​segunadebayo! - Add a default
    minSize of { width: 240, height: 100 } to FloatingPanel.Root to prevent
    the panel from being resized to zero. Pass your own minSize to override it.

  • #​10863
    b5de5e2
    Thanks @​dfedoryshchev! - - Image: Fix
    custom className removing the base chakra-image class

  • #​10873
    c4e79c1
    Thanks @​dfedoryshchev! - Fix issue where
    LinkOverlay dropped the rel attribute instead of forwarding it to the
    rendered anchor.

  • 0fe3055
    Thanks @​segunadebayo! - Improve render
    performance of recipe components (Button, Badge, Skeleton, etc.) in
    large lists and tables.

    • Cache compiled recipes per system instead of per component instance.
    • Memoize variant style resolution so results are referentially stable.
    • Drop the per-instance structuredClone of recipe configs.

    In benchmarks, repeated variant resolution is ~70-90x faster and
    compile+resolve ~30x faster. No public API changes.

  • #​10860
    f53e46a
    Thanks @​dfedoryshchev! - - WrapItem: Fix
    incorrect css prop application

changesets/changesets (@​changesets/cli)

v2.31.1

Compare Source

Patch Changes
  • #​2159 15cf592 Thanks @​ingvaldlorentzen! - Fixed already-published version detection with npm 12, which always wraps successful npm info --json output in an array. The unwrapped output made changeset publish treat every package as unpublished and fail attempting to republish existing versions.
eslint/eslint (@​eslint/js)

v9.39.5

Compare Source

Bug Fixes

Documentation

Chores

  • 458205f chore: update @eslint/eslintrc and @eslint/js for v9.39.5 (#​21077) (Francesco Trotta)
  • 202117b chore: package.json update for @​eslint/js release (Jenkins)
  • d9eb6ed test: disable warning for vm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER (#​21074) (Francesco Trotta)
  • 7b431a7 chore: override re2 dependency for @metascraper/helpers (#​21068) (Milos Djermanovic)
  • daf7791 chore: pin fflate@​0.8.2 (#​20895) (Milos Djermanovic)
  • daee8ba ci: use pnpm in eslint-flat-config-utils type integration test (#​20829) (Milos Djermanovic)
  • 116d4be ci: unpin Node.js 25.x in CI (#​20619) (Copilot)
rjsf-team/react-jsonschema-form (@​rjsf/core)

v6.7.0

Compare Source

@​rjsf/antd

  • Added CyclicSchemaExpandTemplate to the list of templates for the theme, updating snapshots accordingly
  • Show selected option descriptions, fixing (#​4214)

@​rjsf/chakra-ui

  • Added CyclicSchemaExpandTemplate to the list of templates for the theme, updating snapshots accordingly
  • Show selected option descriptions, fixing (#​4214)

@​rjsf/core

  • Fixed #​3907 and #​4262 as follows:
    • Added CyclicSchemaExpandTemplate to the list of templates for the theme, updating snapshots accordingly
    • Added CyclicSchemaField to the list of fields, that renders the CyclicSchemaExpandTemplate initially and, if expanded, will render the SchemaField with the RJSF_REF_CYCLE_KEY tag turned off
    • Updated SchemaForm to render the CyclicSchemaField when the schema contains the RJSF_REF_CYCLE_KEY set to true
  • Fixed array fields with empty tuple items and schema-valued additionalItems so clicking add renders the additional item field, fixing #​3791
  • Added a warning when a select widget schema default is not present in the enum options, fixing #​4494
  • Fixed SchemaField so that a schema with a primitive or array type alongside a non-select oneOf/anyOf no longer renders a spurious duplicate input above the option selector, fixing #​5119
  • Fixed MultiSchemaField to propagate the parent schema's type to option sub-schemas that don't define their own, so the correct widget (e.g. StringField) renders for the selected option instead of FallbackField, fixing #​5119
  • Fixed nested constAsDefaults values being skipped in matching conditional allOf schemas, fixing #​4963
  • Fixed processPendingChange so that clearing a string field that has a schema default value no longer re-applies the default, fixing #​5125
  • Fixed a regression introduced in #​5136 where clearing a second field caused a previously-cleared field to be re-populated with its schema default; uses JSON.parse(JSON.stringify(...)) to strip undefined-valued keys from formData before AJV validation so that the #​4518 fix is preserved
  • Show selected option descriptions, fixing (#​4214)
  • Fixed ObjectField's "Add" button for additionalProperties schemas containing a $ref so the new item's default value is computed via getDefaultFormState() against the fully-resolved referenced schema (recursively populating nested defaults) instead of only reading the resolved schema's own top-level default, which discarded the sibling default and any nested property defaults, fixing #​4266

@​rjsf/daisyui

  • Added CyclicSchemaExpandTemplate to the list of templates for the theme, updating snapshots accordingly
  • Show selected option descriptions, fixing (#​4214)

@​rjsf/fluentui-rc

  • Added CyclicSchemaExpandTemplate to the list of templates for the theme, updating snapshots accordingly
  • Show selected option descriptions, fixing (#​4214)

@​rjsf/mantine

  • Added CyclicSchemaExpandTemplate to the list of templates for the theme, updating snapshots accordingly
  • Show selected option descriptions, fixing (#​4214)

@​rjsf/mui

  • Added CyclicSchemaExpandTemplate to the list of templates for the theme, updating snapshots accordingly
  • Show selected option descriptions, fixing (#​4214)

@​rjsf/primereact

  • Added CyclicSchemaExpandTemplate to the list of templates for the theme, updating snapshots accordingly
  • Show selected option descriptions, fixing (#​4214)

@​rjsf/react-bootstrap

  • Added CyclicSchemaExpandTemplate to the list of templates for the theme, updating snapshots accordingly
  • Show selected option descriptions, fixing (#​4214)

@​rjsf/semantic-ui

  • Added CyclicSchemaExpandTemplate to the list of templates for the theme, updating snapshots accordingly
  • Show selected option descriptions, fixing (#​4214)

@​rjsf/shadcn

  • Updated the single select trigger to use native button semantics with expanded and disabled state coverage, fixing #​4764 (#​5117)
  • Added CyclicSchemaExpandTemplate to the list of templates for the theme, updating snapshots accordingly
  • Fixed a small visual bug that caused hovering over items of FancySelect and FancyMultiSelect that have the same label to incorrectly highlight more than one element, fixing #​5126
  • Fixed CommandItem value handling in FancySelect and FancyMultiSelect components to ensure values are passed as strings (#​5155)
  • Show selected option descriptions, fixing (#​4214)

@​rjsf/utils

  • Updated types.ts to add CyclicSchemaExpandProps type and CyclicSchemaExpandTemplate in the TemplatesType
  • Updated resolveAllReferences() to add a new markCycleOnDetection prop which adds RJSF_REF_CYCLE_KEY marker (from constants.ts) to a schema that has been detected to have a cycle, partially fixing #​3907
  • Updated hashForSchema() to filter keys to remove RJSF_REF_KEY prefixed keys before hashing the schema
  • Updated enums.ts to add ExpandButton and CycleDetected keys
  • Updated isFixedItems() to treat empty tuple items arrays as fixed items so additionalItems schemas are handled consistently, fixing #​3791
  • Added logUnsupportedDefaultForEnum() helper for theme select widgets to warn when a schema default is not present in the enum options, fixing #​4494
  • Fixed retrieveSchema() to preserve boolean conditional branches while resolving schemas, fixing #​4476 (#​5101)
  • Updated Experimental_DefaultFormStateBehavior to add a new nestedDefaultsPrecedence option
  • Updated getDefaultFormState() to use the new nestedDefaultsPrecedence option to control how defaults defined on multiple levels are merged together, fixing #​5089
  • Updated omitExtraData() to better handle allOfs containing multiple if/then/else blocks, matching fix in SJSF, fixing #​5142
  • Fixed optionsList() to preserve an explicitly empty string title on oneOf/anyOf options instead of falling back to the option's value, fixing #​4448
  • Show selected option descriptions, fixing (#​4214)
  • Fixed getDefaultFormState() so that optional array defaults are not initialized when experimental_defaultFormStateBehavior.arrayMinItems.populate = never, fixing #​5149

@​rjsf/validator-ajv8

  • Updated transformRJSFValidationErrors() to detect field name for allOf and if-then-else by falling back to the root schema to find the title, fixing #​5134

@​rjsf/validator-ata

  • Updated transformRJSFValidationErrors() to detect field name for allOf and if-then-else by falling back to the root schema to find the title, fixing #​5134
  • Updated the ata-validator dependency to ^1.0.0, its first stable release; no API changes for @rjsf/validator-ata consumers (#​5157)

Dev / docs / playground

  • Updated @rjsf/snapshots to add a test case to formTests that verifies the new Cycle detection UI
  • Updated the custom-templates.md and custom-widgets-fields.md for the new feature
  • Updated utility-functions.md to document logUnsupportedDefaultForEnum()
  • Updated the playground to add a selector for the nestedDefaultsPrecedence option
  • Replaced npm with pnpm v10 for development
storybookjs/storybook (@​storybook/addon-onboarding)

v10.5.2

Compare Source

10.5.2

v10.5.1

Compare Source

10.5.1

v10.5.0

Compare Source

10.5.0

Foundational changes for new AI workflows

Storybook 10.5 contains hundreds of fixes and improvements:

  • ⚡️ Angular-vite framework: Modern, fast dev, docs, and test (preview)
  • 🌈 Vitest initialGlobals: Test across themes, viewports, locales
  • 🤖 Agentic review: AI-curated visual changesets and search results (experimental)
  • ⚛️ React docgen service: Unified metadata across MCP, Docs, and Controls (experimental)
  • 🧑‍💻 Claude / Codex plugins: One-click ADE integration (experimental)
List of all updates

Note

PR body was truncated to here.

@changeset-bot

changeset-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: f17b48b

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 changed the title fix(deps): update all non-major dependencies fix(deps): update dependency electron to ^42.5.0 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 8545ce1 to 474af79 Compare July 18, 2026 23:14
@renovate renovate Bot changed the title fix(deps): update dependency electron to ^42.5.0 fix(deps): update all non-major dependencies Jul 18, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 54bdf60 to 0b062df Compare July 20, 2026 20:59
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 0b062df to f17b48b Compare July 21, 2026 05:46
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