Skip to content

Bump the example-dependencies group in /example with 5 updates - #696

Merged
raymond-lam merged 1 commit into
mainfrom
dependabot/npm_and_yarn/example/example-dependencies-143a987f0d
Aug 5, 2026
Merged

Bump the example-dependencies group in /example with 5 updates#696
raymond-lam merged 1 commit into
mainfrom
dependabot/npm_and_yarn/example/example-dependencies-143a987f0d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the example-dependencies group in /example with 5 updates:

Package From To
@rjsf/core 6.6.2 6.7.1
@rjsf/mui 6.6.2 6.7.1
@rjsf/validator-ajv8 6.6.2 6.7.1
@vitejs/plugin-react 6.0.3 6.0.4
vite 8.1.2 8.1.5

Updates @rjsf/core from 6.6.2 to 6.7.1

Release notes

Sourced from @​rjsf/core's releases.

6.7.1

@​rjsf/core

  • Support locale-specific decimal separators in NumberField (e.g. Polish/German comma decimal separators) without breaking non-text widgets like radio buttons and select dropdowns, fixing #5148
  • Fixed ObjectField to preserve the insertion order of additional and pattern properties when keys are renamed to integers, fixing #4631 (#5156)

@​rjsf/utils

  • Added getDecimalSeparator() utility to detect locale-specific decimal separators and updated asNumber() to parse locale-specific decimal strings, partially fixing #5148
  • Fixed a regression where getDefaultFormState() with experimental_defaultFormStateBehavior.arrayMinItems.populate = 'never' padded arrays with null entries up to minItems, fixing #5163
    • Optional arrays with no data are now omitted (unchanged) while required arrays with no data default to [], letting the validator report the minItems violation instead of surfacing invalid null items

@​rjsf/validator-ata

  • Updated the ata-validator dependency to ^1.1.0, which fixes a stack overflow in browser environments for schemas its JS engine cannot compile and shrinks the install footprint via per-platform optional packages (#5162)

Dev / docs / playground

  • Updated utility-functions.md to document getDecimalSeparator()
  • Removed bump-peer-deps script, pnpm workspaces now handles this for us.

6.7.0

New feature

  • We added CyclicSchemaField and CyclicSchemaExpandTemplate to prevent infinite cyclic expansion of schemas. If you want to override the UI for this, you can customize your own CyclicSchemaExpandTemplate
  • Added new nestedDefaultPrecedence option to experimental_defaultFormStateBehavior

@​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

... (truncated)

Changelog

Sourced from @​rjsf/core's changelog.

6.7.1

@​rjsf/core

  • Support locale-specific decimal separators in NumberField (e.g. Polish/German comma decimal separators) without breaking non-text widgets like radio buttons and select dropdowns, fixing #5148
  • Fixed ObjectField to preserve the insertion order of additional and pattern properties when keys are renamed to integers, fixing #4631 (#5156)

@​rjsf/utils

  • Added getDecimalSeparator() utility to detect locale-specific decimal separators and updated asNumber() to parse locale-specific decimal strings, partially fixing #5148
  • Fixed a regression where getDefaultFormState() with experimental_defaultFormStateBehavior.arrayMinItems.populate = 'never' padded arrays with null entries up to minItems, fixing #5163
    • Optional arrays with no data are now omitted (unchanged) while required arrays with no data default to [], letting the validator report the minItems violation instead of surfacing invalid null items

@​rjsf/validator-ata

  • Updated the ata-validator dependency to ^1.1.0, which fixes a stack overflow in browser environments for schemas its JS engine cannot compile and shrinks the install footprint via per-platform optional packages (#5162)

Dev / docs / playground

  • Updated utility-functions.md to document getDecimalSeparator()
  • Removed bump-peer-deps script, pnpm workspaces now handles this for us.

6.7.0

@​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

... (truncated)

Commits
  • b30b9a9 Releasing 6.7.1
  • 344443e chore(deps): bump fast-uri from 3.1.4 to 4.1.1 (#5166)
  • e73b960 Fix 5163: stop padding minItems arrays with null under arrayMinItems.populate...
  • 0e31f51 Remove bump-peer-deps (#5161)
  • bc95051 Fix 4631: preserve additional property order for numeric keys (#5156)
  • c67ed34 chore(deps): bump fast-uri from 3.1.2 to 3.1.4 (#5165)
  • 7a3caf8 fix(core): support locale-specific decimal separators in NumberField (#5148)
  • ec7d6ac chore: bump ata-validator to ^1.1.0 in @​rjsf/validator-ata (#5162)
  • eaeed10 Releasing 6.7.0 (#5160)
  • a9f1f43 Clarify playground example property names (#5158)
  • Additional commits viewable in compare view

Updates @rjsf/mui from 6.6.2 to 6.7.1

Release notes

Sourced from @​rjsf/mui's releases.

6.7.1

@​rjsf/core

  • Support locale-specific decimal separators in NumberField (e.g. Polish/German comma decimal separators) without breaking non-text widgets like radio buttons and select dropdowns, fixing #5148
  • Fixed ObjectField to preserve the insertion order of additional and pattern properties when keys are renamed to integers, fixing #4631 (#5156)

@​rjsf/utils

  • Added getDecimalSeparator() utility to detect locale-specific decimal separators and updated asNumber() to parse locale-specific decimal strings, partially fixing #5148
  • Fixed a regression where getDefaultFormState() with experimental_defaultFormStateBehavior.arrayMinItems.populate = 'never' padded arrays with null entries up to minItems, fixing #5163
    • Optional arrays with no data are now omitted (unchanged) while required arrays with no data default to [], letting the validator report the minItems violation instead of surfacing invalid null items

@​rjsf/validator-ata

  • Updated the ata-validator dependency to ^1.1.0, which fixes a stack overflow in browser environments for schemas its JS engine cannot compile and shrinks the install footprint via per-platform optional packages (#5162)

Dev / docs / playground

  • Updated utility-functions.md to document getDecimalSeparator()
  • Removed bump-peer-deps script, pnpm workspaces now handles this for us.

6.7.0

New feature

  • We added CyclicSchemaField and CyclicSchemaExpandTemplate to prevent infinite cyclic expansion of schemas. If you want to override the UI for this, you can customize your own CyclicSchemaExpandTemplate
  • Added new nestedDefaultPrecedence option to experimental_defaultFormStateBehavior

@​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

... (truncated)

Changelog

Sourced from @​rjsf/mui's changelog.

6.7.1

@​rjsf/core

  • Support locale-specific decimal separators in NumberField (e.g. Polish/German comma decimal separators) without breaking non-text widgets like radio buttons and select dropdowns, fixing #5148
  • Fixed ObjectField to preserve the insertion order of additional and pattern properties when keys are renamed to integers, fixing #4631 (#5156)

@​rjsf/utils

  • Added getDecimalSeparator() utility to detect locale-specific decimal separators and updated asNumber() to parse locale-specific decimal strings, partially fixing #5148
  • Fixed a regression where getDefaultFormState() with experimental_defaultFormStateBehavior.arrayMinItems.populate = 'never' padded arrays with null entries up to minItems, fixing #5163
    • Optional arrays with no data are now omitted (unchanged) while required arrays with no data default to [], letting the validator report the minItems violation instead of surfacing invalid null items

@​rjsf/validator-ata

  • Updated the ata-validator dependency to ^1.1.0, which fixes a stack overflow in browser environments for schemas its JS engine cannot compile and shrinks the install footprint via per-platform optional packages (#5162)

Dev / docs / playground

  • Updated utility-functions.md to document getDecimalSeparator()
  • Removed bump-peer-deps script, pnpm workspaces now handles this for us.

6.7.0

@​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

... (truncated)

Commits
  • b30b9a9 Releasing 6.7.1
  • 344443e chore(deps): bump fast-uri from 3.1.4 to 4.1.1 (#5166)
  • e73b960 Fix 5163: stop padding minItems arrays with null under arrayMinItems.populate...
  • 0e31f51 Remove bump-peer-deps (#5161)
  • bc95051 Fix 4631: preserve additional property order for numeric keys (#5156)
  • c67ed34 chore(deps): bump fast-uri from 3.1.2 to 3.1.4 (#5165)
  • 7a3caf8 fix(core): support locale-specific decimal separators in NumberField (#5148)
  • ec7d6ac chore: bump ata-validator to ^1.1.0 in @​rjsf/validator-ata (#5162)
  • eaeed10 Releasing 6.7.0 (#5160)
  • a9f1f43 Clarify playground example property names (#5158)
  • Additional commits viewable in compare view

Updates @rjsf/validator-ajv8 from 6.6.2 to 6.7.1

Release notes

Sourced from @​rjsf/validator-ajv8's releases.

6.7.1

@​rjsf/core

  • Support locale-specific decimal separators in NumberField (e.g. Polish/German comma decimal separators) without breaking non-text widgets like radio buttons and select dropdowns, fixing #5148
  • Fixed ObjectField to preserve the insertion order of additional and pattern properties when keys are renamed to integers, fixing #4631 (#5156)

@​rjsf/utils

  • Added getDecimalSeparator() utility to detect locale-specific decimal separators and updated asNumber() to parse locale-specific decimal strings, partially fixing #5148
  • Fixed a regression where getDefaultFormState() with experimental_defaultFormStateBehavior.arrayMinItems.populate = 'never' padded arrays with null entries up to minItems, fixing #5163
    • Optional arrays with no data are now omitted (unchanged) while required arrays with no data default to [], letting the validator report the minItems violation instead of surfacing invalid null items

@​rjsf/validator-ata

  • Updated the ata-validator dependency to ^1.1.0, which fixes a stack overflow in browser environments for schemas its JS engine cannot compile and shrinks the install footprint via per-platform optional packages (#5162)

Dev / docs / playground

  • Updated utility-functions.md to document getDecimalSeparator()
  • Removed bump-peer-deps script, pnpm workspaces now handles this for us.

6.7.0

New feature

  • We added CyclicSchemaField and CyclicSchemaExpandTemplate to prevent infinite cyclic expansion of schemas. If you want to override the UI for this, you can customize your own CyclicSchemaExpandTemplate
  • Added new nestedDefaultPrecedence option to experimental_defaultFormStateBehavior

@​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

... (truncated)

Changelog

Sourced from @​rjsf/validator-ajv8's changelog.

6.7.1

@​rjsf/core

  • Support locale-specific decimal separators in NumberField (e.g. Polish/German comma decimal separators) without breaking non-text widgets like radio buttons and select dropdowns, fixing #5148
  • Fixed ObjectField to preserve the insertion order of additional and pattern properties when keys are renamed to integers, fixing #4631 (#5156)

@​rjsf/utils

  • Added getDecimalSeparator() utility to detect locale-specific decimal separators and updated asNumber() to parse locale-specific decimal strings, partially fixing #5148
  • Fixed a regression where getDefaultFormState() with experimental_defaultFormStateBehavior.arrayMinItems.populate = 'never' padded arrays with null entries up to minItems, fixing #5163
    • Optional arrays with no data are now omitted (unchanged) while required arrays with no data default to [], letting the validator report the minItems violation instead of surfacing invalid null items

@​rjsf/validator-ata

  • Updated the ata-validator dependency to ^1.1.0, which fixes a stack overflow in browser environments for schemas its JS engine cannot compile and shrinks the install footprint via per-platform optional packages (#5162)

Dev / docs / playground

  • Updated utility-functions.md to document getDecimalSeparator()
  • Removed bump-peer-deps script, pnpm workspaces now handles this for us.

6.7.0

@​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

... (truncated)

Commits
  • b30b9a9 Releasing 6.7.1
  • 344443e chore(deps): bump fast-uri from 3.1.4 to 4.1.1 (#5166)
  • e73b960 Fix 5163: stop padding minItems arrays with null under arrayMinItems.populate...
  • 0e31f51 Remove bump-peer-deps (#5161)
  • bc95051 Fix 4631: preserve additional property order for numeric keys (#5156)
  • c67ed34 chore(deps): bump fast-uri from 3.1.2 to 3.1.4 (#5165)
  • 7a3caf8 fix(core): support locale-specific decimal separators in NumberField (#5148)
  • ec7d6ac chore: bump ata-validator to ^1.1.0 in @​rjsf/validator-ata (#5162)
  • eaeed10 Releasing 6.7.0 (#5160)
  • a9f1f43 Clarify playground example property names (#5158)
  • Additional commits viewable in compare view

Updates @vitejs/plugin-react from 6.0.3 to 6.0.4

Release notes

Sourced from @​vitejs/plugin-react's releases.

plugin-react@6.0.4

Fixed $RefreshSig$ is not defined error when running vite dev with NODE_ENV=production

When running vite dev with NODE_ENV=production, the app errored with $RefreshSig$ is not defined. This error is now fixed.

Changelog

Sourced from @​vitejs/plugin-react's changelog.

6.0.4 (2026-07-22)

Fixed $RefreshSig$ is not defined error when running vite dev with NODE_ENV=production

When running vite dev with NODE_ENV=production, the app errored with $RefreshSig$ is not defined. This error is now fixed.

Commits
  • f4b5498 release: plugin-react@6.0.4
  • 7a40659 fix(react): $RefreshSig$ is not defined with NODE_ENV=production vite dev ...
  • 98b32d4 fix(deps): update react 19.2.8 (#1298)
  • 8ae5449 fix: babel-plugin-react-compiler cannot be imported when used in a framework ...
  • f09ea01 fix(deps): update all non-major dependencies (#1282)
  • See full diff in compare view

Updates vite from 8.1.2 to 8.1.5

Release notes

Sourced from vite's releases.

v8.1.5

Please refer to CHANGELOG.md for details.

v8.1.4

Please refer to CHANGELOG.md for details.

v8.1.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.1.5 (2026-07-16)

Bug Fixes

  • bundled-dev: avoid duplicated buildEnd (#22931) (8100320)
  • client: overlay error message format align rolldown (#22869) (5a72b87)
  • deps: update all non-major dependencies (#22921) (fef682d)
  • deps: update rolldown-related dependencies (#22922) (3c345e4)
  • module-runner: don't crash stack-trace source mapping when globalThis.Buffer is absent (#22945) (f8b38e3)
  • optimizer: respect importer module format for dynamic import interop with CJS deps (#22951) (6c08c39)
  • ssr: scope switch-case declarations to the switch, not the function (#22893) (b59a73f)

Documentation

  • build: fix incorrect @default for build.cssMinify (#22948) (c88c236)
  • build: fix incorrect @default for build.lib.formats (#22911) (369ed60)

Tests

  • avoid scanner scanning all files under __tests__ (#22912) (c961cae)

8.1.4 (2026-07-09)

Features

Bug Fixes

  • build: add workaround for building on stackblitz (#22840) (575c32c)
  • build: keep import.meta.url in preload function as-is (#22839) (f1f90ed)
  • deps: update all non-major dependencies (#22865) (d4295a9)
  • deps: update rolldown-related dependencies (#22866) (7cf07e4)
  • html: avoid backtracking in import-only check (#22848) (b5868c0)
  • optimizer: avoid optimizer run for transform request before init (#22852) (72a5e21)
  • ssr: align named export function call stacktrace column with Node (#22829) (173a1b6)
  • strip pure CSS chunk imports when chunkImportMap is enabled (#22841) (648bd04)

Documentation

Miscellaneous Chores

  • deps: update dependency postcss-modules to v9 (#22867) (a9539d6)

Code Refactoring

Tests

... (truncated)

Commits
  • 5e7fe12 release: v8.1.5
  • 6c08c39 fix(optimizer): respect importer module format for dynamic import interop wit...
  • 5a72b87 fix(client): overlay error message format align rolldown (#22869)
  • f8b38e3 fix(module-runner): don't crash stack-trace source mapping when globalThis.Bu...
  • 8100320 fix(bundled-dev): avoid duplicated buildEnd (#22931)
  • c88c236 docs(build): fix incorrect @default for build.cssMinify (#22948)
  • b59a73f fix(ssr): scope switch-case declarations to the switch, not the function (#22...
  • fef682d fix(deps): update all non-major dependencies (#22921)
  • 3c345e4 fix(deps): update rolldown-related dependencies (#22922)
  • 369ed60 docs(build): fix incorrect @default for build.lib.formats (#22911)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 1, 2026
@coveralls

coveralls commented Aug 1, 2026

Copy link
Copy Markdown

Coverage Status

coverage: 72.704%. remained the same — dependabot/npm_and_yarn/example/example-dependencies-143a987f0d into main

Bumps the example-dependencies group in /example with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@rjsf/core](https://github.com/rjsf-team/react-jsonschema-form) | `6.6.2` | `6.7.1` |
| [@rjsf/mui](https://github.com/rjsf-team/react-jsonschema-form) | `6.6.2` | `6.7.1` |
| [@rjsf/validator-ajv8](https://github.com/rjsf-team/react-jsonschema-form) | `6.6.2` | `6.7.1` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `6.0.3` | `6.0.4` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.1.2` | `8.1.5` |


Updates `@rjsf/core` from 6.6.2 to 6.7.1
- [Release notes](https://github.com/rjsf-team/react-jsonschema-form/releases)
- [Changelog](https://github.com/rjsf-team/react-jsonschema-form/blob/main/CHANGELOG.md)
- [Commits](rjsf-team/react-jsonschema-form@6.6.2...v6.7.1)

Updates `@rjsf/mui` from 6.6.2 to 6.7.1
- [Release notes](https://github.com/rjsf-team/react-jsonschema-form/releases)
- [Changelog](https://github.com/rjsf-team/react-jsonschema-form/blob/main/CHANGELOG.md)
- [Commits](rjsf-team/react-jsonschema-form@6.6.2...v6.7.1)

Updates `@rjsf/validator-ajv8` from 6.6.2 to 6.7.1
- [Release notes](https://github.com/rjsf-team/react-jsonschema-form/releases)
- [Changelog](https://github.com/rjsf-team/react-jsonschema-form/blob/main/CHANGELOG.md)
- [Commits](rjsf-team/react-jsonschema-form@6.6.2...v6.7.1)

Updates `@vitejs/plugin-react` from 6.0.3 to 6.0.4
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.4/packages/plugin-react)

Updates `vite` from 8.1.2 to 8.1.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.1.5/packages/vite)

---
updated-dependencies:
- dependency-name: "@rjsf/core"
  dependency-version: 6.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@rjsf/mui"
  dependency-version: 6.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@rjsf/validator-ajv8"
  dependency-version: 6.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 6.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: vite
  dependency-version: 8.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@raymond-lam
raymond-lam force-pushed the dependabot/npm_and_yarn/example/example-dependencies-143a987f0d branch from 8ee1736 to 995373c Compare August 4, 2026 20:43
@raymond-lam
raymond-lam merged commit 785b114 into main Aug 5, 2026
14 checks passed
@raymond-lam
raymond-lam deleted the dependabot/npm_and_yarn/example/example-dependencies-143a987f0d branch August 5, 2026 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants