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 14 updates #2223

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2024

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

Package From To
@hookform/resolvers 3.4.2 3.6.0
@tanstack/react-query 5.40.0 5.49.0
antd 5.17.2 5.18.3
monaco-editor 0.49.0 0.50.0
monaco-yaml 5.1.1 5.2.0
oauth4webapi 2.10.4 2.11.1
react-hook-form 7.51.5 7.52.0
react-router-dom 6.23.1 6.24.0
@types/node 20.13.0 20.14.9
@typescript-eslint/eslint-plugin 7.13.1 7.14.1
@typescript-eslint/parser 7.13.1 7.14.1
eslint 9.5.0 9.6.0
typescript 5.4.5 5.5.2
vite 5.2.11 5.3.2

Updates @hookform/resolvers from 3.4.2 to 3.6.0

Release notes

Sourced from @​hookform/resolvers's releases.

v3.6.0

3.6.0 (2024-06-06)

Features

  • upgrade and migrate Valibot to v0.31.0 (#688) (bdd5ef5)

v3.5.0

3.5.0 (2024-06-04)

Features

Commits

Updates @tanstack/react-query from 5.40.0 to 5.49.0

Release notes

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

v5.49.0

Version 5.49.0 - 6/29/24, 6:21 AM

Changes

Feat

  • hydration: dehydrate.serialize and hydrate.deserialize (#7615) (8cbe7d5) by Julius Marminge

Chore

  • Update ESLint config (#7637) (febbde6) by Lachlan Collins
  • Migrate to ESLint flat config (#7636) (e6a0fdd) by Lachlan Collins

Ci

  • Use Node 20 for CodeSandbox examples (#7646) (033e739) by Lachlan Collins

Docs

  • remove suspense reference to useQuery (#7640) (87c8e01) by @​alexander-svendsen
  • examples: code refactoring and type improvement (#7634) (8d75aaa) by @​aziyatali
  • Remove the variable assignment from example code (#7623) (8b89941) by Kenrick Beckett

Tests

  • Use recommended @testing-library/svelte setup (#7645) (003e1a8) by Lachlan Collins

Packages

  • @​tanstack/eslint-plugin-query@​5.49.0
  • @​tanstack/query-async-storage-persister@​5.49.0
  • @​tanstack/query-broadcast-client-experimental@​5.49.0
  • @​tanstack/query-core@​5.49.0
  • @​tanstack/query-devtools@​5.49.0
  • @​tanstack/query-persist-client-core@​5.49.0
  • @​tanstack/query-sync-storage-persister@​5.49.0
  • @​tanstack/react-query@​5.49.0
  • @​tanstack/react-query-devtools@​5.49.0
  • @​tanstack/react-query-persist-client@​5.49.0
  • @​tanstack/react-query-next-experimental@​5.49.0
  • @​tanstack/solid-query@​5.49.0
  • @​tanstack/solid-query-devtools@​5.49.0
  • @​tanstack/solid-query-persist-client@​5.49.0
  • @​tanstack/svelte-query@​5.49.0
  • @​tanstack/svelte-query-devtools@​5.49.0
  • @​tanstack/svelte-query-persist-client@​5.49.0
  • @​tanstack/vue-query@​5.49.0
  • @​tanstack/vue-query-devtools@​5.49.0
  • @​tanstack/angular-query-devtools-experimental@​5.49.0

... (truncated)

Commits

Updates antd from 5.17.2 to 5.18.3

Release notes

Sourced from antd's releases.

5.18.3


5.18.2

  • 🐞 Fix the bug where the icon and the text aren't strictly centered in message. #49429 @​nova1751
  • 🐞 Fix Table sorter argument of onChange with unexpected value for #49134. #49289 @​Zyf665
  • 🐞 Add aria-label for expand icon in Collapse. #49395 @​wanpan11
  • 🐞 Fix token inputFontSizeSM and inputFontSizeLG not working in InputNumber. #49369
  • 💄 Fix Empty sometimes doesn't take colorTextDescription as description text color. #49408
  • 💄 Resolve Badge processing status style conflict with Tailwind CSS. #49379
  • 🌐 Locales

  • 🐞 修复了 message 图标与文本内容没有严格居中对齐的问题。#49429 @​nova1751
  • 🐞 修复 #49134 #49289 中提到的 Table 组件的 onChange 事件中排序器参数的问题。@​Zyf665
  • 🐞 为 Collapse 组件中展开/折叠图标 添加具有语义的 aria-label 属性值。#49395 @​wanpan11
  • 🐞 修复 InputNumber 组件中 token inputFontSizeSMinputFontSizeLG 不生效的问题。#49369
  • 💄 修复 Empty 部分样式下,描述的 colorTextDescription 不生效的问题。#49408
  • 💄 解决 Badge processing 与 Tailwind CSS 样式冲突的问题。#49379
  • 🌐 国际化

5.18.1

  • Typography
    • 🐞 Fix Typography component's ellipsis not working properly in pre tag. #49168 @​nova1751
    • 🐞 Fix Typography ellipsis sometimes not working in Safari. #49221
  • 🐞 Fix Space size setting to 0 did not take effect. #49192 @​coding-ice
  • 🐞 Fix padding of Progress text is invalid in cssinjs. #49250 @​vagusX
  • 🐞 Fix Modal close button's zIndex being incorrect in cssVar mode. #49238
  • 🐞 Fix Image width height being applied to preview images. #49259 @​nova1751
  • 🐞 Fix the icon of the Pagination page switcher disappears when hovering. #49262
  • 🐞 Fix Mentions not responding to Enter event when loading=true. #49292 @​wanpan11
  • 🐞 Fix Notification did not inherit App config properties. #49339 @​hemengke1997
  • 💄 Fix the text color of Drawer was incorrect in dark mode. #49217
  • 💄 Fix the style was not visible and the percent progress was not passed when customizing the indicator of Spin. #49211 @​wanpan11
  • DatePicker
    • 🐞 Fix the placement property of DatePicker/TimePicker was invalid. #49303
    • 💄 Fix the content in the DatePicker header area is not centered. #49332
  • TypeScript
  • 🌐 Locales

... (truncated)

Changelog

Sourced from antd's changelog.

5.18.3

2024-06-19

5.18.2

2024-06-17

  • 🐞 Fix the bug where the icon and the text aren't strictly centered in message. #49429 @​nova1751
  • 🐞 Fix Table sorter argument of onChange with unexpected value for #49134. #49289 @​Zyf665
  • 🐞 Add aria-label for expand icon in Collapse. #49395 @​wanpan11
  • 🐞 Fix token inputFontSizeSM and inputFontSizeLG not working in InputNumber. #49369
  • 💄 Fix Empty sometimes doesn't take colorTextDescription as description text color. #49408
  • 💄 Resolve Badge processing status style conflict with Tailwind CSS. #49379
  • 🌐 Locales

5.18.1

2024-06-12

  • Typography
    • 🐞 Fix Typography component's ellipsis not working properly in pre tag. #49168 @​nova1751
    • 🐞 Fix Typography ellipsis sometimes not working in Safari. #49221
  • 🐞 Fix Space size setting to 0 did not take effect. #49192 @​coding-ice
  • 🐞 Fix padding of Progress text is invalid in cssinjs. #49250 @​vagusX
  • 🐞 Fix Modal close button's zIndex being incorrect in cssVar mode. #49238
  • 🐞 Fix Image width height being applied to preview images. #49259 @​nova1751
  • 🐞 Fix the icon of the Pagination page switcher disappears when hovering. #49262
  • 🐞 Fix Mentions not responding to Enter event when loading=true. #49292 @​wanpan11
  • 🐞 Fix Notification did not inherit App config properties. #49339 @​hemengke1997
  • 💄 Fix the text color of Drawer was incorrect in dark mode. #49217
  • 💄 Fix the style was not visible and the percent progress was not passed when customizing the indicator of Spin. #49211 @​wanpan11
  • DatePicker
    • 🐞 Fix the placement property of DatePicker/TimePicker was invalid. #49303
    • 💄 Fix the content in the DatePicker header area is not centered. #49332
  • TypeScript
  • 🌐 Locales

5.18.0

2024-06-03

... (truncated)

Commits

Updates monaco-editor from 0.49.0 to 0.50.0

Release notes

Sourced from monaco-editor's releases.

v0.50.0

Changes:

  • #4572: Prepare monaco-editor for release
  • #4570: Bump ws from 8.4.2 to 8.17.1
  • #4447: Bump express from 4.18.1 to 4.19.2 in /website
  • #4446: Bump express from 4.18.1 to 4.19.2 in /samples
  • #4565: Bump braces from 3.0.2 to 3.0.3 in /samples
  • #4564: Bump braces from 3.0.2 to 3.0.3
  • #4482: Call clearFiles on internal EmitOutput diagnostics, pass args down
  • #4504: Add extension to csp.contribution.ts
  • #4525: Update version
  • #4528: chore: exclude all vscode from CG
  • #4401: Adding Python f-string syntax support
  • #4305: Update TypeScript to TS 5.4.5 in all projects, vendored files

This list of changes was auto generated.

v0.50.0-rc

Changes:

  • #4570: Bump ws from 8.4.2 to 8.17.1

This list of changes was auto generated.

v0.50.0-dev-20240620

No release notes provided.

v0.50.0-dev-20240619

No release notes provided.

v0.50.0-dev-20240618

Changes:

  • #4447: Bump express from 4.18.1 to 4.19.2 in /website
  • #4446: Bump express from 4.18.1 to 4.19.2 in /samples
  • #4565: Bump braces from 3.0.2 to 3.0.3 in /samples
  • #4564: Bump braces from 3.0.2 to 3.0.3

This list of changes was auto generated.

v0.50.0-dev-20240617

... (truncated)

Changelog

Sourced from monaco-editor's changelog.

[0.50.0]

  • New field IEditorMinimapOptions.sectionHeaderLetterSpacing
  • New field IOverlayWidgetPosition.stackOridinal
  • New field EmitOutput.diagnostics
  • New event IOverlayWidget.onDidLayout
  • New events ICodeEditor.onBeginUpdate and ICodeEditor.onEndUpdate
  • HoverVerbosityRequest.action -> HoverVerbosityRequest.verbosityDelta
  • MultiDocumentHighlightProvider.selector changed from LanguageFilter to LanguageSelector
  • New optional parameters in getEmitOutput: emitOnlyDtsFiles and forceDtsEmit

Contributions to monaco-editor:

Commits
  • c321d0f Merge pull request #4572 from microsoft/satisfactory-beetle
  • 29a4a3a updating the version in the package.json file
  • ada2b3d Merge pull request #4570 from microsoft/dependabot/npm_and_yarn/ws-8.17.1
  • 8a98f87 Bump ws from 8.4.2 to 8.17.1
  • d15d6ba Bump express from 4.18.1 to 4.19.2 in /website (#4447)
  • 654fd3d Bump express from 4.18.1 to 4.19.2 in /samples (#4446)
  • 1eed447 Bump braces from 3.0.2 to 3.0.3 in /samples (#4565)
  • f883fe9 Bump braces from 3.0.2 to 3.0.3 (#4564)
  • c49fdf9 Merge pull request #4482 from jakebailey/emit-file-diagnostics
  • 045e29b Merge pull request #4504 from htcfreek/patch-1
  • Additional commits viewable in compare view

Updates monaco-yaml from 5.1.1 to 5.2.0

Release notes

Sourced from monaco-yaml's releases.

v5.2.0

  • 1997880 Reduce bundle size
  • 6f86e70 Add support for document on type formatting
  • 32bb27e Add support for YAML selection ranges
  • 4df69c7 Update to yaml-language-server 1.15.0
  • bbeb19b Publish TypeScript declaration maps
  • cac9739 Use the marker data provider revalidate method to avoid reloading the worker.

Full Changelog: remcohaszing/monaco-yaml@v5.1.1...v5.2.0

Commits
  • 9c511bd 5.2.0
  • 1997880 Reduce bundle size
  • 6f86e70 Add support for document on type formatting
  • 32bb27e Add support for YAML selection ranges
  • a255d0e Remove useless arrow function wrappers
  • 4df69c7 Update to yaml-language-server 1.15.0
  • 28b7345 Enable ESLint rule jsdoc/require-jsdoc
  • 8570a4d Leverage the vscode-nls types for the filler
  • ad261cc Build the type definitions from source
  • bbeb19b Use TypeScript project references
  • Additional commits viewable in compare view

Updates oauth4webapi from 2.10.4 to 2.11.1

Release notes

Sourced from oauth4webapi's releases.

v2.11.1

Fixes

  • allow ID Token auth_time to be present even if client.require_auth_time is false (caa9ab3)

v2.11.0

Features

  • add experimental support for edge compute runtimes JWKS caching (15b7aff)

Refactor

  • update maxAge option type check error message (7fe3454)

Documentation

  • clarify documentation is more an API Reference (c96c8e0)
  • update example import (651e8ea)
  • updates for readability and consistency (b1b8b7d)
Changelog

Sourced from oauth4webapi's changelog.

2.11.1 (2024-06-20)

Fixes

  • allow ID Token auth_time to be present even if client.require_auth_time is false (caa9ab3)

2.11.0 (2024-06-19)

Features

  • add experimental support for edge compute runtimes JWKS caching (15b7aff)

Refactor

  • update maxAge option type check error message (7fe3454)

Documentation

  • clarify documentation is more an API Reference (c96c8e0)
  • update example import (651e8ea)
  • updates for readability and consistency (b1b8b7d)
Commits
  • f69a98a chore(release): 2.11.1
  • 3d3f8d2 test: add end2end test with validateDetachedSignatureResponse
  • caa9ab3 fix: allow ID Token auth_time to be present even if client.require_auth_time ...
  • c0b1cc3 test: wait for final end2end callback to be done
  • fee08ee chore: bump dev deps
  • 771a323 chore: cleanup after release
  • 6f35ce7 chore(release): 2.11.0
  • 7c5afb7 test: add error logs and avoid consent-related flakyness
  • 95539fe ci: retry one more time
  • 15b7aff feat: add experimental support for edge compute runtimes JWKS caching
  • Additional commits viewable in compare view

Updates react-hook-form from 7.51.5 to 7.52.0

Release notes

Sourced from react-hook-form's releases.

v7.52.0

⚛️ close #11932 enable react 19 peer dependency (#11935) 👮‍♀️ close #11954 getFieldState remove unnessaried inValidating and touched subscription (#11995) 🐞 fix #11985 logic createFormControl check field before usage (#11986) ⌨️ fix: enforce type safety for deps property in RegisterOptions (#11969) 🐞 fix #11922 keep dirty on reset with dirty fields (#11958) 🚔 close #11937 add validation in the cleanup process in useController (#11938) Revert "⌨️ close: correct type of error field in getFieldState return object (#11831)" 📖 fix: change info.values type in WatchObserver (#11917)

thanks to @​nakaakist, @​IdoBouskila, @​pincy and @​peinguin

Commits

Updates react-router-dom from 6.23.1 to 6.24.0

Release notes

Sourced from react-router-dom's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

6.24.0

Minor Changes

Patch Changes

  • Fix fetcher.submit types - remove incorrect navigate/fetcherKey/unstable_viewTransition options because they are only relevant for useSubmit (#11631)
  • Allow falsy location.state values passed to <StaticRouter> (#11495)
  • Updated dependencies:
Commits

Updates @types/node from 20.13.0 to 20.14.9

Commits

Updates @typescript-eslint/eslint-plugin from 7.13.1 to 7.14.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.14.1

7.14.1 (2024-06-24)

🚀 Features

  • support TypeScript 5.5 (#9397)
  • ast-spec: tighter types and documentation for declaration/* (#9211)

🩹 Fixes

  • keep warnAbountTSVersion in sync with package.json (#9400)
  • eslint-plugin: [no-extraneous-class] handle abstract members (#9367)
  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types (#9378)
  • eslint-plugin: [no-invalid-this] support AccessorProperty (#9411)
  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (#9376)
  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens (#9380)

❤️ Thank You

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

v7.14.0

7.14.0 (2024-06-24)

We followed this up soon after with 7.14.1 - see the combined release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1

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

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.14.1 (2024-06-24)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types

  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens

❤️ Thank You

  • Jake Bailey

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

7.14.0 (2024-06-24)

🚀 Features

  • support TypeScript 5.5

🩹 Fixes

  • eslint-plugin: [no-extraneous-class] handle abstract members

  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types

  • eslint-plugin: [no-invalid-this] support AccessorProperty

❤️ Thank You

  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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

Commits
  • b4fe94f chore(release): publish 7.14.1
  • f29150f fix(eslint-plugin): [prefer-nullish-coalescing] ensure ternary fix does not r...
  • 9b7731d fix(eslint-plugin): [prefer-nullish-coalescing] treat enums and literals as t...
  • dfc4469 chore(release): publish 7.14.0
  • 635133a docs: split troubleshooting into granular sections (#9024)
  • c322099 fix(eslint-plugin): [no-invalid-this] support AccessorProperty (#9411)
  • 23e6468 fix(eslint-plugin): [prefer-nullish-coalescing] handle intersected primitive ...
  • 5c4a5de feat(ast-spec): tighter types and documentation for declaration/* (#9211)
  • e47123d fix(eslint-plugin): [no-extraneous-class] handle abstract members (#9367)
  • dc18229 feat: support TypeScript 5.5 (#9397)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 7.13.1 to 7.14.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.14.1

7.14.1 (2024-06-24)

🚀 Features

  • support TypeScript 5.5 (#9397)
  • ast-spec: tighter types and documentation for declaration/* (#9211)

🩹 Fixes

  • keep warnAbountTSVersion in sync with package.json (#9400)
  • eslint-plugin: [no-extraneous-class] handle abstract members (#9367)
  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types (#9378)
  • eslint-plugin: [no-invalid-this] support AccessorProperty (#9411)
  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (#9376)
  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens (#9380)

❤️ Thank You

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

v7.14.0

7.14.0 (2024-06-24)

We followed this up soon after with 7.14.1 - see the combined release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1

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

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.14.1 (2024-06-24)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read ab...

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `3.4.2` | `3.6.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.40.0` | `5.49.0` |
| [antd](https://github.com/ant-design/ant-design) | `5.17.2` | `5.18.3` |
| [monaco-editor](https://github.com/microsoft/monaco-editor) | `0.49.0` | `0.50.0` |
| [monaco-yaml](https://github.com/remcohaszing/monaco-yaml) | `5.1.1` | `5.2.0` |
| [oauth4webapi](https://github.com/panva/oauth4webapi) | `2.10.4` | `2.11.1` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.51.5` | `7.52.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.23.1` | `6.24.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.13.0` | `20.14.9` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.13.1` | `7.14.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.13.1` | `7.14.1` |
| [eslint](https://github.com/eslint/eslint) | `9.5.0` | `9.6.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.2.11` | `5.3.2` |


Updates `@hookform/resolvers` from 3.4.2 to 3.6.0
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](react-hook-form/resolvers@v3.4.2...v3.6.0)

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

Updates `antd` from 5.17.2 to 5.18.3
- [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.17.2...5.18.3)

Updates `monaco-editor` from 0.49.0 to 0.50.0
- [Release notes](https://github.com/microsoft/monaco-editor/releases)
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
- [Commits](microsoft/monaco-editor@v0.49.0...v0.50.0)

Updates `monaco-yaml` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/remcohaszing/monaco-yaml/releases)
- [Commits](remcohaszing/monaco-yaml@v5.1.1...v5.2.0)

Updates `oauth4webapi` from 2.10.4 to 2.11.1
- [Release notes](https://github.com/panva/oauth4webapi/releases)
- [Changelog](https://github.com/panva/oauth4webapi/blob/main/CHANGELOG.md)
- [Commits](panva/oauth4webapi@v2.10.4...v2.11.1)

Updates `react-hook-form` from 7.51.5 to 7.52.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.51.5...v7.52.0)

Updates `react-router-dom` from 6.23.1 to 6.24.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 `@types/node` from 20.13.0 to 20.14.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 7.13.1 to 7.14.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/v7.14.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.13.1 to 7.14.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/v7.14.1/packages/parser)

Updates `eslint` from 9.5.0 to 9.6.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.5.0...v9.6.0)

Updates `typescript` from 5.4.5 to 5.5.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.2)

Updates `vite` from 5.2.11 to 5.3.2
- [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/v5.3.2/packages/vite)

---
updated-dependencies:
- dependency-name: "@hookform/resolvers"
  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: antd
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: monaco-editor
  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-hook-form
  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: "@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: typescript
  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 June 30, 2024 05:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 30, 2024
Copy link

netlify bot commented Jun 30, 2024

Deploy Preview for docs-kargo-akuity-io ready!

Name Link
🔨 Latest commit b6a31f3
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-akuity-io/deploys/6680e99fb7a88700082eedf2
😎 Deploy Preview https://deploy-preview-2223.kargo.akuity.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 added this to the v0.8.0 milestone Jul 1, 2024
@rbreeze rbreeze added this pull request to the merge queue Jul 1, 2024
Merged via the queue into main with commit fef5d4f Jul 1, 2024
19 checks passed
@rbreeze rbreeze deleted the dependabot/npm_and_yarn/ui/js-minor-31b5fe7fa4 branch July 1, 2024 17:44
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