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 19 updates #1999

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2024

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

Package From To
@bufbuild/protobuf 1.8.0 1.9.0
@connectrpc/connect-query 1.3.1 1.4.0
@tanstack/react-query 5.17.10 5.35.5
antd 5.13.0 5.17.0
monaco-editor 0.45.0 0.48.0
oauth4webapi 2.6.0 2.10.4
react 18.2.0 18.3.1
@types/react 18.2.56 18.3.2
react-dom 18.2.0 18.3.1
@types/react-dom 18.2.19 18.3.0
react-hook-form 7.49.3 7.51.4
react-router-dom 6.21.2 6.23.1
yaml 2.3.4 2.4.2
zod 3.22.4 3.23.8
@types/node 20.11.19 20.12.11
eslint-plugin-react 7.33.2 7.34.1
typescript 5.3.3 5.4.5
vite 5.0.12 5.2.11
vite-tsconfig-paths 4.2.3 4.3.2

Updates @bufbuild/protobuf from 1.8.0 to 1.9.0

Release notes

Sourced from @​bufbuild/protobuf's releases.

v1.9.0

What's Changed

New Contributors

Full Changelog: bufbuild/protobuf-es@v1.8.0...v1.9.0

Commits

Updates @connectrpc/connect-query from 1.3.1 to 1.4.0

Release notes

Sourced from @​connectrpc/connect-query's releases.

v1.4.0

What's Changed

Full Changelog: connectrpc/connect-query-es@v1.3.1...v1.4.0

Commits
  • c326371 Release 1.4.0 (#368)
  • 672f9ba Make sure generated keys include defaults (#366)
  • 3ac9291 Bump the connectrelated group with 4 updates (#362)
  • e379d06 Bump the devdependencies group across 1 directory with 19 updates (#367)
  • a2e8ae6 Bump the reactquery group with 2 updates (#364)
  • 5b632a1 Need mutation context generic to support passing context (#359)
  • fb8b677 Bump the connectrelated group with 4 updates (#354)
  • 9f898f4 Bump the reactquery group with 2 updates (#356)
  • fb675ab Bump the devdependencies group with 13 updates (#355)
  • 865cd1c Migrate to Node16 resolution (#186)
  • Additional commits viewable in compare view

Updates @tanstack/react-query from 5.17.10 to 5.35.5

Release notes

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

v5.35.5

Version 5.35.5 - 5/10/2024, 2:24 PM

Changes

Refactor

  • query-core: update tsdocs for mutation and query observer result (#7399) (bf4cf00b) by Bryan Lumbantobing

Packages

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

v5.35.4

Version 5.35.4 - 5/10/2024, 2:10 PM

Changes

Fix

  • deprecate direction passed to QueryFunctionContext (#7410) (fbe3b445) by Dominik Dorfmeister

Docs

Packages

  • @​tanstack/query-core@​5.35.4
  • @​tanstack/query-broadcast-client-experimental@​5.35.4
  • @​tanstack/query-persist-client-core@​5.35.4

... (truncated)

Commits

Updates antd from 5.13.0 to 5.17.0

Release notes

Sourced from antd's releases.

5.17.0

  • 🔥🔥🔥 @ant-design/cssinjs StyleProvider supports configuring layer to unified downgrade CSS priority. After the downgrade, the style of antd will always be lower than the default CSS selector priority, so that users can override the style (please be sure to check the browser compatibility of @​layer), see full documentation for usage. #48229
  • 🆕 Carousel supports arrows to switching between slides now. #48542
  • Form
    • 🛠 Form move dependency from async-validator to @rc-component/async-validator, fix a bug that transform don't check it's return value type. #48486 @​crazyair
    • 🆕 Form add inlineMargin token. #48362 @​CooperHash
    • 🐞 Fix Form scrollToFirstError cannot work on Upload. #48211 @​Wxh16144
  • Typography
    • 🆕 Typography.Paragraph could customize tabIndex prop for editable and copyable buttons. #48567 @​nova1751
    • 🐞 Fix Typography editable will trigger focus unexpectedly on mounting. #48741
  • DatePicker
    • 🆕 DatePicker.RangePicker showTime.disabledTime supports info.from for customize time level limitation. #48625
    • 🐞 Fix DatePicker hover value flickering issue when closing panel. #48734
  • Drawer
  • Slider
    • 🐞 Fix Slider tooltip cannot be hidden when tooltip={{ formatter: null }}. #48673 @​wanpan11
    • 🐞 Slider tooltip should not display when tooltip={{ open: false }}. #48708
  • Button
  • 🆕 ConfigProvider supports button.autoInsertSpace prop and deprecated autoInsertSpaceInButton prop. #48348 @​li-jia-nan
  • 🆕 TreeSelect supports onPopScroll prop now. #48636 @​wanpan11
  • 🆕 Tabs supports more={{ .. }} to customize more dropdown. #48321 @​CooperHash
  • 🆕 Flex wrap could be boolean type now. #48391 @​li-jia-nan
  • 🆕 Input.OTP supports mask prop. #48257 @​li-jia-nan
  • 🆕 Alert supports id and ref props. #48336 @​li-jia-nan
  • 🆕 Upload supports ref.nativeElenent. #48210 @​Wxh16144
  • 🐞 Fix List would not rerender when grid changed. #48683 @​coderz-w
  • 🐞 Fix QRCode size cannot fit it's container and remove default padding of bordered={false}. #48194 @​thinkasany
  • 🐞 Fix Table shadow should be show when there are columns where fixed={false}. #1113 @​linxianxi
  • 🐞 Fix Progress tooltip wrong distance. #48686
  • 📖 Table add column-drag sorting demo. #48434 @​GeorgeHcc
  • TypeScript
  • Locales

  • 🔥🔥🔥 @ant-design/cssinjs StyleProvider 支持配置 layer 统一降级 默认 CSS 优先级。经过降权后,antd 的样式将始终低于默认的 CSS 选择器优先级,以便于用户进行样式覆盖(请务必注意检查 @​layer 浏览器兼容性),详情可见文档#48229
  • 🆕 Carousel 现在支持 arrows 来开启箭头切换功能。#48542
  • Form
    • 🛠 Form 依赖的 async-validator 替换为 @rc-component/async-validator,并修复 transform 没有自动检测返回值类型的问题。#48486 @​crazyair
    • 🆕 Form 新增 inlineMargin token。#48362 @​CooperHash
    • 🐞 修复 Form 下出现错误时无法滚动到 Upload 组件的问题。#48211 @​Wxh16144
  • Typography
    • 🆕 Typography.Paragraph 的编辑、复制按钮允许修改 tableIndex#48567 @​nova1751
    • 🐞 修复 Typography 开启 editable 时会意外触发 focus 行为的问题。#48741
  • DatePicker

... (truncated)

Changelog

Sourced from antd's changelog.

5.17.0

2024-05-03

  • 🔥🔥🔥 @ant-design/cssinjs StyleProvider supports configuring layer to unified downgrade CSS priority. After the downgrade, the style of antd will always be lower than the default CSS selector priority, so that users can override the style (please be sure to check the browser compatibility of @​layer), see full documentation for usage. #48229
  • 🆕 Carousel supports arrows to switching between slides now. #48542
  • Form
    • 🛠 Form move dependency from async-validator to @rc-component/async-validator, fix a bug that transform don't check it's return value type. #48486 @​crazyair
    • 🆕 Form add inlineMargin token. #48362 @​CooperHash
    • 🐞 Fix Form scrollToFirstError cannot work on Upload. #48211 @​Wxh16144
  • Typography
    • 🆕 Typography.Paragraph could customize tabIndex prop for editable and copyable buttons. #48567 @​nova1751
    • 🐞 Fix Typography editable will trigger focus unexpectedly on mounting. #48741
  • DatePicker
    • 🆕 DatePicker.RangePicker showTime.disabledTime supports info.from for customize time level limitation. #48625
    • 🐞 Fix DatePicker hover value flickering issue when closing panel. #48734
  • Drawer
  • Slider
    • 🐞 Fix Slider tooltip cannot be hidden when tooltip={{ formatter: null }}. #48673 @​wanpan11
    • 🐞 Slider tooltip should not display when tooltip={{ open: false }}. #48708
  • Button
  • 🆕 ConfigProvider supports button.autoInsertSpace prop and deprecated autoInsertSpaceInButton prop. #48348 @​li-jia-nan
  • 🆕 TreeSelect supports onPopScroll prop now. #48636 @​wanpan11
  • 🆕 Tabs supports more={{ .. }} to customize more dropdown. #48321 @​CooperHash
  • 🆕 Flex wrap could be boolean type now. #48391 @​li-jia-nan
  • 🆕 Input.OTP supports mask prop. #48257 @​li-jia-nan
  • 🆕 Alert supports id and ref props. #48336 @​li-jia-nan
  • 🆕 Upload supports ref.nativeElenent. #48210 @​Wxh16144
  • 🐞 Fix List would not rerender when grid changed. #48683 @​coderz-w
  • 🐞 Fix QRCode size cannot fit it's container and remove default padding of bordered={false}. #48194 @​thinkasany
  • 🐞 Fix Table shadow should be show when there are columns where fixed={false}. #1113 @​linxianxi
  • 🐞 Fix Progress tooltip wrong distance. #48686
  • 📖 Table add column-drag sorting demo. #48434 @​GeorgeHcc
  • TypeScript
  • Locales

5.16.5

2024-04-28

  • 🐞 Fix Transfer component issue when trying to select item from the right column while it has "unknown-key" within targetKeys. #48664 @​andreyk1512
  • 🐞 Fix Steps custom icon not vertically centered error. #48650 @​ZinkWu
  • 🐞 Fix Badge number centered but slightly right-aligned. #48605 @​akinocccc

... (truncated)

Commits

Updates monaco-editor from 0.45.0 to 0.48.0

Release notes

Sourced from monaco-editor's releases.

v0.48.0

Changes:

Feature Requests:

  • #727: Expose access to JSON worker
  • #4084: [Feature Request] Explain basic concepts
  • #3883: [Feature Request] Add lexing support for WebGPU Shading Language

Bugs:

  • #4253: [Bug] Comments inside C++ template arguments are sometimes not parsed as such
  • #3923: [Bug] Document symbols are not working
  • #3534: Bracket Matching Does Not Work For Inner Languages

Others:

  • #4451: chore: CG ignore VS Code extensions for nightly
  • #4440: Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /website
  • #4439: Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /samples
  • #4436: Fix bug with highlighting of C++ raw string literals
  • #4435: chore: add another skipAPIScan
  • #4428: Bump follow-redirects from 1.15.1 to 1.15.6 in /samples
  • #4429: Bump follow-redirects from 1.15.1 to 1.15.6 in /website
  • #4431: chore: add cgIgnoreDirectories
  • #4432: chore: skip APIScan
  • #4430: Bump follow-redirects from 1.15.2 to 1.15.6
  • #4349: Bump vite from 2.9.16 to 2.9.17 in /samples/browser-esm-vite-react
  • #4350: Bump vite from 3.2.7 to 3.2.8
  • #4299: Expose JSON worker
  • #3894: Change JSON symbol information to document symbol
  • #4304: Changing the color ranges of the color provider example in the playground
  • #4243: chore(docs): fix monaco.d.ts link
  • #4255: Remove 2 java-only operators from c++ tokenizer
  • #4256: Fix suggestion for #4253
  • #4254: Small wording fix in the site
  • #4212: feat: Python 3.12 keywords support
  • #4210: fix: enable markdown in JSON completion details
  • #4215: Bump @​babel/traverse from 7.17.3 to 7.23.2 in /samples/browser-esm-vite-react
  • #4216: Bump @​babel/traverse from 7.17.3 to 7.23.2 in /samples/browser-esm-webpack-typescript-react
  • #4089: Bump word-wrap from 1.2.3 to 1.2.4
  • #4201: Bump postcss from 8.4.16 to 8.4.31 in /samples/browser-esm-vite-react

... (truncated)

Changelog

Sourced from monaco-editor's changelog.

[0.48.0]

Additions

  • Various bug fixes
  • Minimap Section Headers (see config option showRegionSectionHeaders)
  • Diff Editor Gutter Menu (see config option renderGutterMenu)
  • InlineCompletionsProvider.handlePartialAccept has PartialAcceptInfo

Contributions to monaco-editor:

[0.47.0]

Additions

  • Bug fixes
  • registerNewSymbolNameProvider
  • Experimental registerInlineEditProvider

[0.46.0]

  • Bug fixes
Commits
  • 0037b13 v0.48.0
  • 8503aef chore: CG ignore VS Code extensions for nightly (#4451)
  • 9825225 Merge pull request #4440 from microsoft/dependabot/npm_and_yarn/website/webpa...
  • 725eb79 Merge pull request #4439 from microsoft/dependabot/npm_and_yarn/samples/webpa...
  • 7014d40 Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /website
  • 9f5ddf9 Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /samples
  • 92f21bf Fix bug with highlighting of C++ raw string literals (#4436)
  • c92a363 chore: add another skipAPIScan (#4435)
  • bfc5f7c Adds missing css
  • 023ae42 Update monaco editor core to dev version to investigate CI issues.
  • Additional commits viewable in compare view

Updates oauth4webapi from 2.6.0 to 2.10.4

Release notes

Sourced from oauth4webapi's releases.

v2.10.4

Refactor

  • types: add explicit type to all exported functions (76e8d19)
  • types: add explicit type to all exported symbols (c66c595)
  • types: protectedResourceRequest method argument is just a string (a15d76c)

Documentation

  • mention RFC 6750 in validateJwtAccessToken (f61b68e), closes #115

v2.10.3

Refactor

  • make protectedResourceRequest headers argument optional (bcbc872)

Documentation

v2.10.2

Fixes

  • normalize authorization_details and max_age in issueRequestObject (f8d267e)

v2.10.0

Features

  • types: add interfaces for RFC 9396 (Rich Authorization Requests) (1c606ea)

Refactor

  • some biome identified smells and less non-null assertions (bc508f6)

Documentation

  • update customFetch and useMtlsAlias a bit (627e716)

Fixes

  • types: add missing and optional scope to interfaces (5dc6d17)

v2.9.0

Features

... (truncated)

Changelog

Sourced from oauth4webapi's changelog.

2.10.4 (2024-03-29)

Refactor

  • types: add explicit type to all exported functions (76e8d19)
  • types: add explicit type to all exported symbols (c66c595)
  • types: protectedResourceRequest method argument is just a string (a15d76c)

Documentation

  • mention RFC 6750 in validateJwtAccessToken (f61b68e), closes #115

2.10.3 (2024-02-07)

Refactor

  • make protectedResourceRequest headers argument optional (bcbc872)

Documentation

2.10.2 (2024-02-05)

Fixes

  • normalize authorization_details and max_age in issueRequestObject (f8d267e)

2.10.0 (2024-02-04)

Features

  • types: add interfaces for RFC 9396 (Rich Authorization Requests) (1c606ea)

Refactor

  • some biome identified smells and less non-null assertions (bc508f6)

Documentation

  • update customFetch and useMtlsAlias a bit (627e716)

... (truncated)

Commits
  • ce30bc0 chore(release): 2.10.4
  • f61b68e docs: mention RFC 6750 in validateJwtAccessToken
  • 737189b chore: bump dev deps
  • c66c595 refactor(types): add explicit type to all exported symbols
  • f4b0e24 chore: bump dev deps
  • 76e8d19 refactor(types): add explicit type to all exported functions
  • ecc9701 chore: bump dev deps
  • a6ee7ef chore: bump dev deps
  • a15d76c refactor(types): protectedResourceRequest method argument is just a string
  • 4226d65 chore: bump dev deps
  • Additional commits viewable in compare view

Updates react from 18.2.0 to 18.3.1

Release notes

Sourced from react's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react since your current version.


Updates @types/react from 18.2.56 to 18.3.2

Commits

Updates react-dom from 18.2.0 to 18.3.1

Release notes

Sourced from react-dom's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react-dom's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
  • d6c42f7 Bump to 18.3.1
  • 8a015b6 Add deprecation warning for unmountComponentAtNode
  • c3b2839 Add deprecation warning for findDOMNode
  • d4ea75d ReactDOMTestUtils deprecation warnings
  • 7548c01 Deprecate renderToStaticNodeStream (#28872) (#28874)
  • 5894232 Enable warning for defaultProps on function components for everyone (#25699)
  • c2a246e Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)
  • 2cfb474 Bump version from 18.2 to 18.3
  • See full diff in compare view
Maintainer changes Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf) | `1.8.0` | `1.9.0` |
| [@connectrpc/connect-query](https://github.com/connectrpc/connect-query-es/tree/HEAD/packages/connect-query) | `1.3.1` | `1.4.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.17.10` | `5.35.5` |
| [antd](https://github.com/ant-design/ant-design) | `5.13.0` | `5.17.0` |
| [monaco-editor](https://github.com/microsoft/monaco-editor) | `0.45.0` | `0.48.0` |
| [oauth4webapi](https://github.com/panva/oauth4webapi) | `2.6.0` | `2.10.4` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.56` | `18.3.2` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.19` | `18.3.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.49.3` | `7.51.4` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.21.2` | `6.23.1` |
| [yaml](https://github.com/eemeli/yaml) | `2.3.4` | `2.4.2` |
| [zod](https://github.com/colinhacks/zod) | `3.22.4` | `3.23.8` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.19` | `20.12.11` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.33.2` | `7.34.1` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.5` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.12` | `5.2.11` |
| [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `4.2.3` | `4.3.2` |


Updates `@bufbuild/protobuf` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/bufbuild/protobuf-es/releases)
- [Commits](https://github.com/bufbuild/protobuf-es/commits/v1.9.0/packages/protobuf)

Updates `@connectrpc/connect-query` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/connectrpc/connect-query-es/releases)
- [Commits](https://github.com/connectrpc/connect-query-es/commits/v1.4.0/packages/connect-query)

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

Updates `antd` from 5.13.0 to 5.17.0
- [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.13.0...5.17.0)

Updates `monaco-editor` from 0.45.0 to 0.48.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.45.0...v0.48.0)

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

Updates `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

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

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

Updates `@types/react-dom` from 18.2.19 to 18.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `react-hook-form` from 7.49.3 to 7.51.4
- [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.49.3...v7.51.4)

Updates `react-router-dom` from 6.21.2 to 6.23.1
- [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 `yaml` from 2.3.4 to 2.4.2
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.3.4...v2.4.2)

Updates `zod` from 3.22.4 to 3.23.8
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.22.4...v3.23.8)

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

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

Updates `@types/react-dom` from 18.2.19 to 18.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `eslint-plugin-react` from 7.33.2 to 7.34.1
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.34.1)

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

Updates `vite` from 5.0.12 to 5.2.11
- [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.2.11/packages/vite)

Updates `vite-tsconfig-paths` from 4.2.3 to 4.3.2
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](aleclarson/vite-tsconfig-paths@v4.2.3...v4.3.2)

---
updated-dependencies:
- dependency-name: "@bufbuild/protobuf"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@connectrpc/connect-query"
  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: oauth4webapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  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: yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: zod
  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: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: eslint-plugin-react
  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
- dependency-name: vite-tsconfig-paths
  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 May 12, 2024 05:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 12, 2024
Copy link

netlify bot commented May 12, 2024

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

Name Link
🔨 Latest commit 4fadb31
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-akuity-io/deploys/66405adcbd93a6000839a9b0
😎 Deploy Preview https://deploy-preview-1999.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
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

Superseded by #2008.

@dependabot dependabot bot closed this May 13, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/js-minor-b8eef9cc65 branch May 13, 2024 21:52
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 kind/chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants