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

chore(deps-dev): bump the npm-updates group across 1 directory with 9 updates #161

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps the npm-updates group with 8 updates in the /samples/weather-forecast directory:

Package From To
@mui/icons-material 6.3.0 6.3.1
@mui/material 6.3.0 6.3.1
@rjsf/core 5.23.2 5.24.1
@rjsf/mui 5.23.2 5.24.1
@rjsf/utils 5.23.2 5.24.1
@rjsf/validator-ajv8 5.23.2 5.24.1
core-js 3.39.0 3.40.0
ts-loader 9.5.1 9.5.2

Updates @mui/icons-material from 6.3.0 to 6.3.1

Release notes

Sourced from @​mui/icons-material's releases.

v6.3.1

A big thanks to the 8 contributors who made this release possible.

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​adityaparab, @​DiegoAndai, @​komkanit, @​oliviertassinari, @​sai6855, @​siddhantantil39, @​yash49, @​ZeeshanTamboli

Changelog

Sourced from @​mui/icons-material's changelog.

6.3.1

Jan 3, 2025

A big thanks to the 8 contributors who made this release possible.

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​adityaparab, @​DiegoAndai, @​komkanit, @​oliviertassinari, @​sai6855, @​siddhantantil39, @​yash49, @​ZeeshanTamboli

Commits

Updates @mui/material from 6.3.0 to 6.3.1

Release notes

Sourced from @​mui/material's releases.

v6.3.1

A big thanks to the 8 contributors who made this release possible.

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​adityaparab, @​DiegoAndai, @​komkanit, @​oliviertassinari, @​sai6855, @​siddhantantil39, @​yash49, @​ZeeshanTamboli

Changelog

Sourced from @​mui/material's changelog.

6.3.1

Jan 3, 2025

A big thanks to the 8 contributors who made this release possible.

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​adityaparab, @​DiegoAndai, @​komkanit, @​oliviertassinari, @​sai6855, @​siddhantantil39, @​yash49, @​ZeeshanTamboli

Commits

Updates @mui/system from 6.3.0 to 6.3.1

Release notes

Sourced from @​mui/system's releases.

v6.3.1

A big thanks to the 8 contributors who made this release possible.

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​adityaparab, @​DiegoAndai, @​komkanit, @​oliviertassinari, @​sai6855, @​siddhantantil39, @​yash49, @​ZeeshanTamboli

Changelog

Sourced from @​mui/system's changelog.

6.3.1

Jan 3, 2025

A big thanks to the 8 contributors who made this release possible.

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​adityaparab, @​DiegoAndai, @​komkanit, @​oliviertassinari, @​sai6855, @​siddhantantil39, @​yash49, @​ZeeshanTamboli

Commits

Updates @rjsf/core from 5.23.2 to 5.24.1

Release notes

Sourced from @​rjsf/core's releases.

5.24.1

@​rjsf/utils

  • Fixed documentation for getChangedFields()

Dev / docs / playground

  • Updated the peer dependencies for @rjsf/* to be 5.24.x
  • Added documentation for getChangedFields()

5.24.0

New features

  • getChangedFields() utility function

@​rjsf/core

  • Fixed issue with schema if/then/else conditions where switching to then/else subschemas did not reflect the actual validation errors in the onChange event, fixing #4249 and improving performance.
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #4426

@​rjsf/utils

  • Fixed issue with formData not updating when dependencies change, fixing #4325
  • Fixed issue with assigning default values to formData with deeply nested required properties, fixing #4399
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #4426
  • Fix for AJV $data reference in const property in schema treated as default/const value. The issue is mentioned in #4361.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals.

@​rjsf/validator-ajv8

  • Partially fixed issue where dependency errors do not show title or ui:title. This fix only applicable if we use an ajv-i18n localizer. Ref. #4402.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals at precompiledValidator.
Changelog

Sourced from @​rjsf/core's changelog.

5.24.1

@​rjsf/utils

  • Fixed documentation for getChangedFields()

Dev / docs / playground

  • Updated the peer dependencies for @rjsf/* to be 5.24.x
  • Added documentation for getChangedFields()

5.24.0

@​rjsf/core

  • Fixed issue with schema if/then/else conditions where switching to then/else subschemas did not reflect the actual validation errors in the onChange event, fixing #4249 and improving performance.
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #4426

@​rjsf/utils

  • Fixed issue with formData not updating when dependencies change, fixing #4325
  • Fixed issue with assigning default values to formData with deeply nested required properties, fixing #4399
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #4426
  • Fix for AJV $data reference in const property in schema treated as default/const value. The issue is mentioned in #4361.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals.

@​rjsf/validator-ajv8

  • Partially fixed issue where dependency errors do not show title or ui:title. This fix only applicable if we use an ajv-i18n localizer. Ref. #4402.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals at precompiledValidator.
Commits
  • 8ef6238 v5.24.1
  • 7d43cc1 Bump peer dependencies due to new API in utils
  • 81df4f5 v5.24.0 (#4443)
  • 478db10 feat: switch lodash.isEqual to fast-equals.deepEqual to improve performan...
  • d211a7d Partially fixed dependency error messages (#4417)
  • b6c1825 fix: formData change clear errorMessage (#4429)
  • a521990 Bug: AJV $data reference in const property in schema treated as default/cons...
  • f5a24b2 Bug: schema with conditions where switching to then/else subschemas did not r...
  • c2a60d4 Bug: Issue with formData not updating when dependencies change (#4388)
  • e292164 Bug: issue with assigning values to deeply nested required properties (#4425)
  • Additional commits viewable in compare view

Updates @rjsf/mui from 5.23.2 to 5.24.1

Release notes

Sourced from @​rjsf/mui's releases.

5.24.1

@​rjsf/utils

  • Fixed documentation for getChangedFields()

Dev / docs / playground

  • Updated the peer dependencies for @rjsf/* to be 5.24.x
  • Added documentation for getChangedFields()

5.24.0

New features

  • getChangedFields() utility function

@​rjsf/core

  • Fixed issue with schema if/then/else conditions where switching to then/else subschemas did not reflect the actual validation errors in the onChange event, fixing #4249 and improving performance.
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #4426

@​rjsf/utils

  • Fixed issue with formData not updating when dependencies change, fixing #4325
  • Fixed issue with assigning default values to formData with deeply nested required properties, fixing #4399
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #4426
  • Fix for AJV $data reference in const property in schema treated as default/const value. The issue is mentioned in #4361.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals.

@​rjsf/validator-ajv8

  • Partially fixed issue where dependency errors do not show title or ui:title. This fix only applicable if we use an ajv-i18n localizer. Ref. #4402.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals at precompiledValidator.
Changelog

Sourced from @​rjsf/mui's changelog.

5.24.1

@​rjsf/utils

  • Fixed documentation for getChangedFields()

Dev / docs / playground

  • Updated the peer dependencies for @rjsf/* to be 5.24.x
  • Added documentation for getChangedFields()

5.24.0

@​rjsf/core

  • Fixed issue with schema if/then/else conditions where switching to then/else subschemas did not reflect the actual validation errors in the onChange event, fixing #4249 and improving performance.
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #4426

@​rjsf/utils

  • Fixed issue with formData not updating when dependencies change, fixing #4325
  • Fixed issue with assigning default values to formData with deeply nested required properties, fixing #4399
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #4426
  • Fix for AJV $data reference in const property in schema treated as default/const value. The issue is mentioned in #4361.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals.

@​rjsf/validator-ajv8

  • Partially fixed issue where dependency errors do not show title or ui:title. This fix only applicable if we use an ajv-i18n localizer. Ref. #4402.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals at precompiledValidator.
Commits
  • 8ef6238 v5.24.1
  • 7d43cc1 Bump peer dependencies due to new API in utils
  • 81df4f5 v5.24.0 (#4443)
  • 478db10 feat: switch lodash.isEqual to fast-equals.deepEqual to improve performan...
  • d211a7d Partially fixed dependency error messages (#4417)
  • b6c1825 fix: formData change clear errorMessage (#4429)
  • a521990 Bug: AJV $data reference in const property in schema treated as default/cons...
  • f5a24b2 Bug: schema with conditions where switching to then/else subschemas did not r...
  • c2a60d4 Bug: Issue with formData not updating when dependencies change (#4388)
  • e292164 Bug: issue with assigning values to deeply nested required properties (#4425)
  • Additional commits viewable in compare view

Updates @rjsf/utils from 5.23.2 to 5.24.1

Release notes

Sourced from @​rjsf/utils's releases.

5.24.1

@​rjsf/utils

  • Fixed documentation for getChangedFields()

Dev / docs / playground

  • Updated the peer dependencies for @rjsf/* to be 5.24.x
  • Added documentation for getChangedFields()

5.24.0

New features

  • getChangedFields() utility function

@​rjsf/core

  • Fixed issue with schema if/then/else conditions where switching to then/else subschemas did not reflect the actual validation errors in the onChange event, fixing #4249 and improving performance.
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #4426

@​rjsf/utils

  • Fixed issue with formData not updating when dependencies change, fixing #4325
  • Fixed issue with assigning default values to formData with deeply nested required properties, fixing #4399
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #4426
  • Fix for AJV $data reference in const property in schema treated as default/const value. The issue is mentioned in #4361.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals.

@​rjsf/validator-ajv8

  • Partially fixed issue where dependency errors do not show title or ui:title. This fix only applicable if we use an ajv-i18n localizer. Ref. #4402.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals at precompiledValidator.
Changelog

Sourced from @​rjsf/utils's changelog.

5.24.1

@​rjsf/utils

  • Fixed documentation for getChangedFields()

Dev / docs / playground

  • Updated the peer dependencies for @rjsf/* to be 5.24.x
  • Added documentation for getChangedFields()

5.24.0

@​rjsf/core

  • Fixed issue with schema if/then/else conditions where switching to then/else subschemas did not reflect the actual validation errors in the onChange event, fixing #4249 and improving performance.
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #4426

@​rjsf/utils

  • Fixed issue with formData not updating when dependencies change, fixing #4325
  • Fixed issue with assigning default values to formData with deeply nested required properties, fixing #4399
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #4426
  • Fix for AJV $data reference in const property in schema treated as default/const value. The issue is mentioned in #4361.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals.

@​rjsf/validator-ajv8

  • Partially fixed issue where dependency errors do not show title or ui:title. This fix only applicable if we use an ajv-i18n localizer. Ref. #4402.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals at precompiledValidator.
Commits
  • 8ef6238 v5.24.1
  • 7d43cc1 Bump peer dependencies due to new API in utils
  • 81df4f5 v5.24.0 (#4443)
  • 478db10 feat: switch lodash.isEqual to fast-equals.deepEqual to improve performan...
  • d211a7d Partially fixed dependency error messages (#4417)
  • b6c1825 fix: formData change clear errorMessage (#4429)
  • a521990 Bug: AJV $data reference in const property in schema treated as default/cons...
  • f5a24b2 Bug: schema with conditions where switching to then/else subschemas did not r...
  • c2a60d4 Bug: Issue with formData not updating when dependencies change (#4388)
  • e292164 Bug: issue with assigning values to deeply nested required properties (#4425)
  • Additional commits viewable in compare view

Updates @rjsf/validator-ajv8 from 5.23.2 to 5.24.1

Release notes

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

5.24.1

@​rjsf/utils

  • Fixed documentation for getChangedFields()

Dev / docs / playground

  • Updated the peer dependencies for @rjsf/* to be 5.24.x
  • Added documentation for getChangedFields()

5.24.0

New features

  • getChangedFields() utility function

@​rjsf/core

  • Fixed issue with schema if/then/else conditions where switching to then/else subschemas did not reflect the actual validation errors in the onChange event, fixing #4249 and improving performance.
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #4426

@​rjsf/utils

  • Fixed issue with formData not updating when dependencies change, fixing #4325
  • Fixed issue with assigning default values to formData with deeply nested required properties, fixing #4399
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #4426
  • Fix for AJV $data reference in const property in schema treated as default/const value. The issue is mentioned in #4361.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals.

@​rjsf/validator-ajv8

  • Partially fixed issue where dependency errors do not show title or ui:title. This fix only applicable if we use an ajv-i18n localizer. Ref. #4402.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals at precompiledValidator.
Changelog

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

5.24.1

@​rjsf/utils

  • Fixed documentation for getChangedFields()

Dev / docs / playground

  • Updated the peer dependencies for @rjsf/* to be 5.24.x
  • Added documentation for getChangedFields()

5.24.0

@​rjsf/core

  • Fixed issue with schema if/then/else conditions where switching to then/else subschemas did not reflect the actual validation errors in the onChange event, fixing #4249 and improving performance.
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #4426

@​rjsf/utils

  • Fixed issue with formData not updating when dependencies change, fixing #4325
  • Fixed issue with assigning default values to formData with deeply nested required properties, fixing #4399
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #4426
  • Fix for AJV $data reference in const property in schema treated as default/const value. The issue is mentioned in #4361.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals.

@​rjsf/validator-ajv8

  • Partially fixed issue where dependency errors do not show title or ui:title. This fix only applicable if we use an ajv-i18n localizer. Ref. #4402.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals at precompiledValidator.
Commits
  • 8ef6238 v5.24.1
  • 7d43cc1 Bump peer dependencies due to new API in utils
  • 81df4f5 v5.24.0 (#4443)
  • 478db10 feat: switch lodash.isEqual to fast-equals.deepEqual to improve performan...
  • d211a7d Partially fixed dependency error messages (#4417)
  • b6c1825 fix: formData change clear errorMessage (#4429)
  • a521990 Bug: AJV $data reference in const property in schema treated as default/cons...
  • f5a24b2 Bug: schema with conditions where switching to then/else subschemas did not r...
  • c2a60d4 Bug: Issue with formData not updating when dependencies change (#4388)
  • e292164 Bug: issue with assigning values to deeply nested required properties (#4425)
  • Additional commits viewable in compare view

Updates core-js from...

Description has been truncated

… updates

Bumps the npm-updates group with 8 updates in the /samples/weather-forecast directory:

| Package | From | To |
| --- | --- | --- |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `6.3.0` | `6.3.1` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `6.3.0` | `6.3.1` |
| [@rjsf/core](https://github.com/rjsf-team/react-jsonschema-form) | `5.23.2` | `5.24.1` |
| [@rjsf/mui](https://github.com/rjsf-team/react-jsonschema-form) | `5.23.2` | `5.24.1` |
| [@rjsf/utils](https://github.com/rjsf-team/react-jsonschema-form) | `5.23.2` | `5.24.1` |
| [@rjsf/validator-ajv8](https://github.com/rjsf-team/react-jsonschema-form) | `5.23.2` | `5.24.1` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.39.0` | `3.40.0` |
| [ts-loader](https://github.com/TypeStrong/ts-loader) | `9.5.1` | `9.5.2` |



Updates `@mui/icons-material` from 6.3.0 to 6.3.1
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v6.3.1/packages/mui-icons-material)

Updates `@mui/material` from 6.3.0 to 6.3.1
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v6.3.1/packages/mui-material)

Updates `@mui/system` from 6.3.0 to 6.3.1
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v6.3.1/packages/mui-system)

Updates `@rjsf/core` from 5.23.2 to 5.24.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@5.23.2...5.24.1)

Updates `@rjsf/mui` from 5.23.2 to 5.24.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@5.23.2...5.24.1)

Updates `@rjsf/utils` from 5.23.2 to 5.24.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@5.23.2...5.24.1)

Updates `@rjsf/validator-ajv8` from 5.23.2 to 5.24.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@5.23.2...5.24.1)

Updates `core-js` from 3.39.0 to 3.40.0
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.40.0/packages/core-js)

Updates `ts-loader` from 9.5.1 to 9.5.2
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](TypeStrong/ts-loader@v9.5.1...v9.5.2)

---
updated-dependencies:
- dependency-name: "@mui/icons-material"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-updates
- dependency-name: "@mui/material"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-updates
- dependency-name: "@mui/system"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-updates
- dependency-name: "@rjsf/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@rjsf/mui"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@rjsf/utils"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@rjsf/validator-ajv8"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: ts-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from maximizeIT and a team as code owners January 13, 2025 07:41
@dependabot dependabot bot requested a review from Ninerian January 13, 2025 07:41
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 13, 2025
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.

0 participants