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): bump the js-minor group in /ui with 21 updates #3544

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 Feb 23, 2025

Bumps the js-minor group in /ui with 21 updates:

Package From To
@monaco-editor/react 4.6.0 4.7.0
@rjsf/antd 5.23.2 5.24.3
@rjsf/core 5.23.2 5.24.3
@rjsf/utils 5.23.2 5.24.3
@rjsf/validator-ajv8 5.23.2 5.24.3
@tanstack/react-query 5.62.15 5.66.9
@xyflow/react 12.3.6 12.4.3
antd 5.23.0 5.24.1
monaco-yaml 5.2.3 5.3.1
oauth4webapi 3.1.5 3.3.0
react-router-dom 7.1.5 7.2.0
semver 7.6.3 7.7.1
@apidevtools/json-schema-ref-parser 11.7.3 11.9.1
@tanstack/react-query-devtools 5.62.15 5.66.9
@types/node 22.10.5 22.13.5
@typescript-eslint/eslint-plugin 8.19.1 8.24.1
@typescript-eslint/parser 8.19.1 8.24.1
eslint 9.17.0 9.21.0
postcss 8.4.49 8.5.3
prettier 3.4.2 3.5.2
vite 6.0.9 6.1.1

Updates @monaco-editor/react from 4.6.0 to 4.7.0

Release notes

Sourced from @​monaco-editor/react's releases.

v4.7.0

  • package: update @monaco-editor/loader to the latest (v1.5.0) version (this uses monaco-editor v0.52.2)
  • package: inherit all changes from v4.7.0-rc.0

v4.7.0-rc.0

  • package: add support for react/react-dom v19 as a peer dependency
  • playground: update playground's React version to 19
Changelog

Sourced from @​monaco-editor/react's changelog.

4.7.0

  • package: update @​monaco-editor/loader to the latest (v1.5.0) version (this uses monaco-editor v0.52.2)
  • package: inherit all changes from v4.7.0-rc.0

4.7.0-rc.0

  • package: add support for react/react-dom v19 as a peer dependency
  • playground: update playground's React version to 19
Commits
  • eb120e6 update package to 4.7.0 version
  • cdd070c update snapshots
  • 55a063e update @​monaco-editor/loader to the latest (v1.5.0) version
  • 52e8c75 update package to 4.7.0-rc.o version
  • e72be4e add react 19 to peerDependencies
  • 642be90 update playground's react version to 19
  • ceee344 Add Monaco-React AI Bot in Readme (#655)
  • f7cac39 add electron blog post link
  • ea601cf add tea constitution file
  • 3327f3c add GitHub sponsor button
  • See full diff in compare view

Updates @rjsf/antd from 5.23.2 to 5.24.3

Release notes

Sourced from @​rjsf/antd's releases.

5.24.3

@​rjsf/utils

  • Rollback 4446 due to regression

Dev / docs / playground

  • Fixed issue with selector, where validator was getting refreshed on clicking on anything in selector. #4472

5.24.2

@​rjsf/utils

  • switch lodash.isEqualWith to fast-equals.createCustomEqual providing areFunctionsEqual assuming any functions are equal.
  • Fixed issue with oneOf selector can be modified in readonly mode, fixing #4460
  • Fixed issue with fields inside an array can't be set to empty when a default is set, fixing #4456
  • Fixed issue with file accept attribute, fixing #4404.

@​rjsf/mui

  • Fixed issue with file accept attribute, fixing #4404.

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

... (truncated)

Changelog

Sourced from @​rjsf/antd's changelog.

5.24.3

@​rjsf/utils

  • Rollback 4446 due to regression

Dev / docs / playground

  • Fixed issue with selector, where validator was getting refreshed on clicking on anything in selector. #4472

5.24.2

@​rjsf/utils

  • switch lodash.isEqualWith to fast-equals.createCustomEqual providing areFunctionsEqual assuming any functions are equal.
  • Fixed issue with oneOf selector can be modified in readonly mode, fixing #4460
  • Fixed issue with fields inside an array can't be set to empty when a default is set, fixing #4456
  • Fixed issue with file accept attribute, fixing #4404.

@​rjsf/mui

  • Fixed issue with file accept attribute, fixing #4404.

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

... (truncated)

Commits

Updates @rjsf/core from 5.23.2 to 5.24.3

Release notes

Sourced from @​rjsf/core's releases.

5.24.3

@​rjsf/utils

  • Rollback 4446 due to regression

Dev / docs / playground

  • Fixed issue with selector, where validator was getting refreshed on clicking on anything in selector. #4472

5.24.2

@​rjsf/utils

  • switch lodash.isEqualWith to fast-equals.createCustomEqual providing areFunctionsEqual assuming any functions are equal.
  • Fixed issue with oneOf selector can be modified in readonly mode, fixing #4460
  • Fixed issue with fields inside an array can't be set to empty when a default is set, fixing #4456
  • Fixed issue with file accept attribute, fixing #4404.

@​rjsf/mui

  • Fixed issue with file accept attribute, fixing #4404.

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

... (truncated)

Changelog

Sourced from @​rjsf/core's changelog.

5.24.3

@​rjsf/utils

  • Rollback 4446 due to regression

Dev / docs / playground

  • Fixed issue with selector, where validator was getting refreshed on clicking on anything in selector. #4472

5.24.2

@​rjsf/utils

  • switch lodash.isEqualWith to fast-equals.createCustomEqual providing areFunctionsEqual assuming any functions are equal.
  • Fixed issue with oneOf selector can be modified in readonly mode, fixing #4460
  • Fixed issue with fields inside an array can't be set to empty when a default is set, fixing #4456
  • Fixed issue with file accept attribute, fixing #4404.

@​rjsf/mui

  • Fixed issue with file accept attribute, fixing #4404.

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

... (truncated)

Commits

Updates @rjsf/utils from 5.23.2 to 5.24.3

Release notes

Sourced from @​rjsf/utils's releases.

5.24.3

@​rjsf/utils

  • Rollback 4446 due to regression

Dev / docs / playground

  • Fixed issue with selector, where validator was getting refreshed on clicking on anything in selector. #4472

5.24.2

@​rjsf/utils

  • switch lodash.isEqualWith to fast-equals.createCustomEqual providing areFunctionsEqual assuming any functions are equal.
  • Fixed issue with oneOf selector can be modified in readonly mode, fixing #4460
  • Fixed issue with fields inside an array can't be set to empty when a default is set, fixing #4456
  • Fixed issue with file accept attribute, fixing #4404.

@​rjsf/mui

  • Fixed issue with file accept attribute, fixing #4404.

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

... (truncated)

Changelog

Sourced from @​rjsf/utils's changelog.

5.24.3

@​rjsf/utils

  • Rollback 4446 due to regression

Dev / docs / playground

  • Fixed issue with selector, where validator was getting refreshed on clicking on anything in selector. #4472

5.24.2

@​rjsf/utils

  • switch lodash.isEqualWith to fast-equals.createCustomEqual providing areFunctionsEqual assuming any functions are equal.
  • Fixed issue with oneOf selector can be modified in readonly mode, fixing #4460
  • Fixed issue with fields inside an array can't be set to empty when a default is set, fixing #4456
  • Fixed issue with file accept attribute, fixing #4404.

@​rjsf/mui

  • Fixed issue with file accept attribute, fixing #4404.

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

... (truncated)

Commits

Updates @rjsf/validator-ajv8 from 5.23.2 to 5.24.3

Release notes

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

5.24.3

@​rjsf/utils

  • Rollback 4446 due to regression

Dev / docs / playground

  • Fixed issue with selector, where validator was getting refreshed on clicking on anything in selector. #4472

5.24.2

@​rjsf/utils

  • switch lodash.isEqualWith to fast-equals.createCustomEqual providing areFunctionsEqual assuming any functions are equal.
  • Fixed issue with oneOf selector can be modified in readonly mode, fixing #4460
  • Fixed issue with fields inside an array can't be set to empty when a default is set, fixing #4456
  • Fixed issue with file accept attribute, fixing #4404.

@​rjsf/mui

  • Fixed issue with file accept attribute, fixing #4404.

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

... (truncated)

Changelog

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

5.24.3

@​rjsf/utils

  • Rollback 4446 due to regression

Dev / docs / playground

  • Fixed issue with selector, where validator was getting refreshed on clicking on anything in selector. #4472

5.24.2

@​rjsf/utils

  • switch lodash.isEqualWith to fast-equals.createCustomEqual providing areFunctionsEqual assuming any functions are equal.
  • Fixed issue with oneOf selector can be modified in readonly mode, fixing #4460
  • Fixed issue with fields inside an array can't be set to empty when a default is set, fixing #4456
  • Fixed issue with file accept attribute, fixing #4404.

@​rjsf/mui

  • Fixed issue with file accept attribute, fixing #4404.

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

... (truncated)

Commits

Updates @tanstack/react-query from 5.62.15 to 5.66.9

Release notes

Sourced from @​tanstack/react-query's releases.

v5.66.9

Version 5.66.9 - 2/21/25, 1:19 PM

Changes

Fix

  • types: prevent type errors and improve inference for dynamic queries on useQueries and useSuspenseQueries (#8624) (f63ba16) by Yoomin Kang

Packages

  • @​tanstack/react-query@​5.66.9
  • @​tanstack/solid-query@​5.66.9
  • @​tanstack/solid-query-devtools@​5.66.9
  • @​tanstack/solid-query-persist-client@​5.66.9
  • @​tanstack/svelte-query@​5.66.9
  • @​tanstack/vue-query@​5.66.9
  • @​tanstack/angular-query-experimental@​5.66.9
  • @​tanstack/react-query-devtools@​5.66.9
  • @​tanstack/react-query-persist-client@​5.66.9
  • @​tanstack/react-query-next-experimental@​5.66.9
  • @​tanstack/svelte-query-devtools@​5.66.9
  • @​tanstack/svelte-query-persist-client@​5.66.9
  • @​tanstack/vue-query-devtools@​5.66.9
  • @​tanstack/angular-query-devtools-experimental@​5.66.9

v5.66.8

Version 5.66.8 - 2/20/25, 1:11 PM

Changes

Fix

  • react-query: fix inferring data as | undefined when using initialData without queryFn (#8674) (9ac54b1) by Yoomin Kang

Docs

Packages

  • @​tanstack/react-query@​5.66.8
  • @​tanstack/react-query-devtools@​5.66.8
  • @​tanstack/react-query-persist-client@​5.66.8
  • @​tanstack/react-query-next-experimental@​5.66.8

v5.66.7

Version 5.66.7 - 2/18/25, 2:00 PM

Changes

... (truncated)

Commits

Updates @xyflow/react from 12.3.6 to 12.4.3

Release notes

Sourced from @​xyflow/react's releases.

@​xyflow/react@​12.4.3

Patch Changes

@​xyflow/react@​12.4.2

Patch Changes

@​xyflow/react@​12.4.1

Patch Changes

@​xyflow/react@​12.4.0

Minor Changes

  • #4725 e10f53cf Thanks @​peterkogo! - Add useNodeConnections hook to track all connections to a node. Can be filtered by handleType and handleId.

Patch Changes

... (truncated)

Changelog

Sourced from @​xyflow/react's changelog.

12.4.3

Patch Changes

12.4.2

Patch Changes

12.4.1

Patch Changes

12.4.0

Minor Changes

  • #4725 e10f53cf Thanks @​peterkogo! - Add useNodeConnections hook to track all connections to a node. Can be filtered by handleType and handleId.

Patch Changes

... (truncated)

Commits
  • ebffcb7 chore(packages): bump
  • 4117622 chore(react): cleanup
  • ad047fa Merge pull request #5010 from xyflow/tsdocs-update
  • f51f80d chore(tsdocs): cleanup
  • 0b06491 chore(tsdocs): cleanup
  • d506b10 Merge pull request #5013 from xyflow/fix-connection-component-type
  • 1344cca chore(connection-line): pass generic
  • 61dec4a Merge pull request #4991 from waynetee/fix-viewport
  • a7b141a chore(screenToflowPosition): use correct defaults add snapGrid
  • a541799 chore(types): add tsdocs
  • Additional commits viewable in compare view

Updates antd from 5.23.0 to 5.24.1

Release notes

Sourced from antd's releases.

5.24.1

  • 🐞 Fix Button with color to be primary and variant to be text or link will not use correct color.

Bumps the js-minor group in /ui with 21 updates:

| Package | From | To |
| --- | --- | --- |
| [@monaco-editor/react](https://github.com/suren-atoyan/monaco-react) | `4.6.0` | `4.7.0` |
| [@rjsf/antd](https://github.com/rjsf-team/react-jsonschema-form) | `5.23.2` | `5.24.3` |
| [@rjsf/core](https://github.com/rjsf-team/react-jsonschema-form) | `5.23.2` | `5.24.3` |
| [@rjsf/utils](https://github.com/rjsf-team/react-jsonschema-form) | `5.23.2` | `5.24.3` |
| [@rjsf/validator-ajv8](https://github.com/rjsf-team/react-jsonschema-form) | `5.23.2` | `5.24.3` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.62.15` | `5.66.9` |
| [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) | `12.3.6` | `12.4.3` |
| [antd](https://github.com/ant-design/ant-design) | `5.23.0` | `5.24.1` |
| [monaco-yaml](https://github.com/remcohaszing/monaco-yaml) | `5.2.3` | `5.3.1` |
| [oauth4webapi](https://github.com/panva/oauth4webapi) | `3.1.5` | `3.3.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.1.5` | `7.2.0` |
| [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.1` |
| [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) | `11.7.3` | `11.9.1` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.62.15` | `5.66.9` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.5` | `22.13.5` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.19.1` | `8.24.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.19.1` | `8.24.1` |
| [eslint](https://github.com/eslint/eslint) | `9.17.0` | `9.21.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.49` | `8.5.3` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.9` | `6.1.1` |


Updates `@monaco-editor/react` from 4.6.0 to 4.7.0
- [Release notes](https://github.com/suren-atoyan/monaco-react/releases)
- [Changelog](https://github.com/suren-atoyan/monaco-react/blob/master/CHANGELOG.md)
- [Commits](suren-atoyan/monaco-react@v4.6.0...v4.7.0)

Updates `@rjsf/antd` from 5.23.2 to 5.24.3
- [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.3)

Updates `@rjsf/core` from 5.23.2 to 5.24.3
- [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.3)

Updates `@rjsf/utils` from 5.23.2 to 5.24.3
- [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.3)

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

Updates `@tanstack/react-query` from 5.62.15 to 5.66.9
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.66.9/packages/react-query)

Updates `@xyflow/react` from 12.3.6 to 12.4.3
- [Release notes](https://github.com/xyflow/xyflow/releases)
- [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/[email protected]/packages/react)

Updates `antd` from 5.23.0 to 5.24.1
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@5.23.0...5.24.1)

Updates `monaco-yaml` from 5.2.3 to 5.3.1
- [Release notes](https://github.com/remcohaszing/monaco-yaml/releases)
- [Commits](remcohaszing/monaco-yaml@v5.2.3...v5.3.1)

Updates `oauth4webapi` from 3.1.5 to 3.3.0
- [Release notes](https://github.com/panva/oauth4webapi/releases)
- [Changelog](https://github.com/panva/oauth4webapi/blob/main/CHANGELOG.md)
- [Commits](panva/oauth4webapi@v3.1.5...v3.3.0)

Updates `react-router-dom` from 7.1.5 to 7.2.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

Updates `semver` from 7.6.3 to 7.7.1
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.6.3...v7.7.1)

Updates `@apidevtools/json-schema-ref-parser` from 11.7.3 to 11.9.1
- [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
- [Commits](APIDevTools/json-schema-ref-parser@v11.7.3...v11.9.1)

Updates `@tanstack/react-query-devtools` from 5.62.15 to 5.66.9
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.66.9/packages/react-query-devtools)

Updates `@types/node` from 22.10.5 to 22.13.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.19.1 to 8.24.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.24.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.19.1 to 8.24.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.24.1/packages/parser)

Updates `eslint` from 9.17.0 to 9.21.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.17.0...v9.21.0)

Updates `postcss` from 8.4.49 to 8.5.3
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.49...8.5.3)

Updates `prettier` from 3.4.2 to 3.5.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.2...3.5.2)

Updates `vite` from 6.0.9 to 6.1.1
- [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/[email protected]/packages/vite)

---
updated-dependencies:
- dependency-name: "@monaco-editor/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@rjsf/antd"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@rjsf/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@rjsf/utils"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@rjsf/validator-ajv8"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@xyflow/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: antd
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: monaco-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: oauth4webapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@apidevtools/json-schema-ref-parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 23, 2025 05:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 23, 2025
Copy link

netlify bot commented Feb 23, 2025

Deploy Preview for docs-kargo-io ready!

Name Link
🔨 Latest commit 19b8a4b
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-io/deploys/67bab377b345610008d06b85
😎 Deploy Preview https://deploy-preview-3544.docs.kargo.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@krancour krancour modified the milestones: v1.3.0, v1.4.0 Feb 23, 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.

2 participants