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 akp-js-minor group in /ui with 15 updates #1300

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2023

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

Package From To
@bufbuild/protobuf 1.4.2 1.6.0
@fortawesome/fontawesome-svg-core 6.4.2 6.5.1
@fortawesome/free-brands-svg-icons 6.4.2 6.5.1
@fortawesome/free-solid-svg-icons 6.4.2 6.5.1
@tanstack/react-query 5.8.4 5.14.1
antd 5.11.2 5.12.4
monaco-editor 0.44.0 0.45.0
react-hook-form 7.48.2 7.49.2
react-router-dom 6.19.0 6.21.0
@types/node 20.9.2 20.10.5
@typescript-eslint/eslint-plugin 6.11.0 6.15.0
@typescript-eslint/parser 6.11.0 6.15.0
eslint 8.54.0 8.56.0
eslint-config-prettier 9.0.0 9.1.0
typescript 5.2.2 5.3.3

Updates @bufbuild/protobuf from 1.4.2 to 1.6.0

Release notes

Sourced from @​bufbuild/protobuf's releases.

v1.6.0

What's Changed

Full Changelog: bufbuild/protobuf-es@v1.5.1...v1.6.0

v1.5.1

What's Changed

Full Changelog: bufbuild/protobuf-es@v1.5.0...v1.5.1

v1.5.0

This release includes preliminary support for editions. Please note that it's still an experimental feature.

What's Changed

New Contributors

Full Changelog: bufbuild/protobuf-es@v1.4.2...v1.5.0

Commits

Updates @fortawesome/fontawesome-svg-core from 6.4.2 to 6.5.1

Release notes

Sourced from @​fortawesome/fontawesome-svg-core's releases.

Release 6.5.1

Change log available at https://fontawesome.com/docs/changelog/

Release 6.5.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @fortawesome/free-brands-svg-icons from 6.4.2 to 6.5.1

Release notes

Sourced from @​fortawesome/free-brands-svg-icons's releases.

Release 6.5.1

Change log available at https://fontawesome.com/docs/changelog/

Release 6.5.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @fortawesome/free-solid-svg-icons from 6.4.2 to 6.5.1

Release notes

Sourced from @​fortawesome/free-solid-svg-icons's releases.

Release 6.5.1

Change log available at https://fontawesome.com/docs/changelog/

Release 6.5.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @tanstack/react-query from 5.8.4 to 5.14.1

Release notes

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

v5.14.1

Version 5.14.1 - 12/17/2023, 2:28 PM

Changes

Fix

Docs

  • angular-query: add guides (#6530) (60cbd75e) by Arnoud

Other

  • Update course link (#6545) (c38c1cb5) by Tyler McGinnis

Packages

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

v5.14.0

Version 5.14.0 - 12/15/2023, 12:01 PM

Changes

Feat

  • core: changing mutationKeys should reset observer (#6511) (94154d73) by Dominik Dorfmeister

Docs

  • angular-query: update examples and getting started docs (#6520) (258238cf) by Arnoud
  • add openapi-fetch to community-projects(#6499) (e45c1197) by Drew Powers

... (truncated)

Commits

Updates antd from 5.11.2 to 5.12.4

Release notes

Sourced from antd's releases.

5.12.4

  • 🐞 Fix DatePicker style in cssVar mode. #46526

  • 🐞 修复 DatePicker 组件在 CSS 变量模式下的样式错乱问题。#46526

5.12.3

  • 💄 修复 Tag 组件在 SSR 场景下的样式丢失问题。#46500 @​MadCcc
  • 🐞 Upload 的 disabled 属性不再对下载按钮生效。#46454
  • 💄 Upload.Dragger 增加一个水平内边距。#46457
  • 🐞 修复 Upload actions 的颜色问题。#46456
  • 🐞 修复 Form 使用 getValueProps 展示值无法更新的问题。#46445
  • 💄 修复 Checkbox 自定义 token.lineWidth 时勾选箭头错位问题。#46431
  • 🐞 修复 Select 组件定制 token 会让 padding 失效的问题。#46427 @​MadCcc
  • 🐞 修复 Message 在 cssVar 模式下覆盖组件 token 无效的问题。#46415 @​MadCcc
  • 💄 Flex 组件不应该应用额外的样式。#46404 @​li-jia-nan

  • 💄 Fix Tag that style would be missing in SSR. #46500 @​MadCcc
  • 🐞 Upload disabled prop should not affect download icon. #46454
  • 💄 Upload.Dragger add vertical padding style. #46457
  • 🐞 Fix Upload actions color issue. #46456
  • 🐞 Fix Form with getValueProps not working with value update. #46445
  • 💄 Fix Checkbox style when customize token.lineWidth. #46431
  • 🐞 Fix Select that custom token make padding broken. #46427 @​MadCcc
  • 🐞 Fix Message that token overrides not work in cssVar mode. #46415 @​MadCcc
  • 💄 Fix Flex component don't apply extra style. #46404 @​li-jia-nan

5.12.2


  • 🐞 MISC: 修复 React 17 以下使用 webpack 构建时报错 useId 找不到的问题。#46261
  • Pagination
  • 🐞 修复 Table 筛选菜单在 CSS 变量模式下丢失背景色的问题。#46314
  • 🐞 优化 Spin 交互,全屏状态时禁止用户触发鼠标事件。#46303 @​li-jia-nan
  • 🐞 修复 Form hideRequiredMark 属性的优先级低于 ConfigProvider 的 form 配置的问题。#46299 @​linhf123
  • TypeScript
    • 🤖 修复 Descriptions TS 定义不支持 id 属性的问题。#46367 @​RSS1102

5.12.1

  • 🐞 MISC: Fix missing color less variables converted from token. #46250
  • 🐞 Fix Notification title overlaps with the close icon when it is too long。 #46211 @​zh-lx

... (truncated)

Changelog

Sourced from antd's changelog.

5.12.4

2023-12-19

  • 🐞 Fix DatePicker style in cssVar mode. #46526

5.12.3

2023-12-18

  • 💄 Fix Tag that style would be missing in SSR. #46500 @​MadCcc
  • 🐞 Upload disabled prop should not affect download icon. #46454
  • 💄 Upload.Dragger add vertical padding style. #46457
  • 🐞 Fix Upload actions color issue. #46456
  • 🐞 Fix Form with getValueProps not working with value update. #46445
  • 💄 Fix Checkbox style when customize token.lineWidth. #46431
  • 🐞 Fix Select that custom token make padding broken. #46427 @​MadCcc
  • 🐞 Fix Message that token overrides not work in cssVar mode. #46415 @​MadCcc
  • 💄 Fix Flex component don't apply extra style. #46404 @​li-jia-nan

5.12.2

2023-12-11

5.12.1

2023-12-04

  • 🐞 MISC: Fix missing color less variables converted from token. #46250
  • 🐞 Fix Notification title overlaps with the close icon when it is too long。 #46211 @​zh-lx

5.12.0

2023-12-04

... (truncated)

Commits

Updates monaco-editor from 0.44.0 to 0.45.0

Changelog

Sourced from monaco-editor's changelog.

[0.45.0]

Breaking Changes

  • wordBasedSuggestions: boolean -> 'off' | 'currentDocument' | 'matchingDocuments' | 'allDocuments'
  • occurrencesHighlight: boolean -> 'off' | 'singleFile' | 'multiFile'

Additions

  • Many bug fixes
  • IEditorScrollbarOptions.ignoreHorizontalScrollbarInContentHeight
  • IDiffEditor.goToDiff
  • IDiffEditor.revealFirstDiff
Commits
  • 5e5af01 v0.45.0
  • 091550e Fixes nightly CI
  • 843ff9b Bump @​babel/traverse in /samples/browser-esm-vite-react (#4215)
  • 5d9b9be Bump @​babel/traverse in /samples/browser-esm-webpack-typescript-react (#4216)
  • f70d545 Merge pull request #4089 from microsoft/dependabot/npm_and_yarn/word-wrap-1.2.4
  • 4eb9d98 Merge pull request #4201 from microsoft/dependabot/npm_and_yarn/samples/brows...
  • 614c084 Merge pull request #4204 from microsoft/dependabot/npm_and_yarn/postcss-8.4.31
  • 02a36af Bump postcss from 8.4.16 to 8.4.31 in /samples/browser-esm-vite-react
  • f6c2dac Bump postcss from 8.4.20 to 8.4.31
  • See full diff in compare view

Updates react-hook-form from 7.48.2 to 7.49.2

Release notes

Sourced from react-hook-form's releases.

Version 7.49.2

🐞 fix #11292 issue with controller validation prop (#11294)

Version 7.49.1

🐞 fix #11276 issue with disabled omit on Controller (#11277) 🐞 fix #11287 disabled prop cause const dirtyFields update (#11291)

🎄 Version 7.49.0

📮 feat: add reactive errors prop at useForm (#11188)

useForm({
  errors, // server errors
})

🖥️ feat: add react-server bundle (#11162) 🔩 chore: upgrade Node.js and pnpm (#11163) 🪖 feat: add ValidationModeFlags Type (#11144) 🐞 fix #11267 disabled prop does not affect controller validation (#11273) 🔧 refactor(util function): Enhance Consistency in Utility Functions: Standardizing Export, Function Types, and Naming (#11268) ⌨️ change type structure of UseFormHandleSubmit (#11245) 📮 fix(#11239): Set fields disabled state based on form and field disabled (#11241) 🍢 improved getDirtyFieldsFromDefaultValues type (#11238) 🐞 fix #11229 issue with values not re-render the root form (#11231) 🐞 fix #11218 useFieldArray focus issue with rules prop (#11221) 🔧 chore: improved isObjectType and swap (#11183)

thanks to @​kotarella1110, @​ssi02014, @​thomasdbock, @​mildfuzz and @​Lennon57

Commits

Updates react-router-dom from 6.19.0 to 6.21.0

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9

react-router-dom-v5-compat@6.4.0-pre.8

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.8
    • react-router-dom@6.4.0-pre.8

react-router-dom-v5-compat@6.4.0-pre.7

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.7
    • react-router-dom@6.4.0-pre.7

react-router-dom-v5-compat@6.4.0-pre.6

Patch Changes

  • 44bce3c6: Fix react-router-dom peer dependency version
    • react-router@6.4.0-pre.6
    • react-router-dom@6.4.0-pre.6

react-router-dom-v5-compat@6.4.0-pre.5

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

6.21.0

Minor Changes

  • Add a new future.v7_relativeSplatPath flag to implement a breaking bug fix to relative routing when inside a splat route. (#11087)

    This fix was originally added in #10983 and was later reverted in #11078 because it was determined that a large number of existing applications were relying on the buggy behavior (see #11052)

    The Bug The buggy behavior is that without this flag, the default behavior when resolving relative paths is to ignore any splat (*) portion of the current route path.

    The Background This decision was originally made thinking that it would make the concept of nested different sections of your apps in <Routes> easier if relative routing would replace the current splat:

    <BrowserRouter>
      <Routes>
        <Route path="/" element={<Home />} />
        <Route path="dashboard/*" element={<Dashboard />} />
      </Routes>
    </BrowserRouter>

    Any paths like /dashboard, /dashboard/team, /dashboard/projects will match the Dashboard route. The dashboard component itself can then render nested <Routes>:

    function Dashboard() {
      return (
        <div>
          <h2>Dashboard</h2>
          <nav>
            <Link to="/">Dashboard Home</Link>
            <Link to="team">Team</Link>
            <Link to="projects">Projects</Link>
          </nav>
      &lt;Routes&gt;
        &lt;Route path=&quot;/&quot; element={&lt;DashboardHome /&gt;} /&gt;
        &lt;Route path=&quot;team&quot; element={&lt;DashboardTeam /&gt;} /&gt;
        &lt;Route path=&quot;projects&quot; element={&lt;DashboardProjects /&gt;} /&gt;
      &lt;/Routes&gt;
    &lt;/div&gt;
    
    );
    }

    Now, all links and route paths are relative to the router above them. This makes code splitting and compartmentalizing your app really easy. You could render the Dashboard as its own independent app, or embed it into your large app without making any changes to it.

    The Problem

... (truncated)

Commits

Updates @types/node from 20.9.2 to 20.10.5

Commits

Updates @typescript-eslint/eslint-plugin from 6.11.0 to 6.15.0

Release notes

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

v6.15.0

6.15.0 (2023-12-18)

Features

  • eslint-plugin: [no-useless-template-literals] add new rule (#7957) (ff75785), closes #2846
  • require-array-sort-compare + toSorted (#8052) (c9661c8)

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

v6.14.0

6.14.0 (2023-12-11)

Bug Fixes

  • eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#8038) (431cd15)
  • eslint-plugin: correct message for no-unsafe-unary-minus (#7998) (705370a)

Features

  • eslint-plugin: [explicit-function-return-type] add support for typed class property definitions (#8027) (bff47d7)
  • eslint-plugin: [require-await] allow yielding Promise in async generators (#8003) (4c3e704)

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

v6.13.2

6.13.2 (2023-12-04)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

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

v6.13.1

6.13.1 (2023-11-28)

Bug Fixes

  • default to parse all JSDoc and provide options to configure it (#7999) (779e13e)

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

v6.13.0

6.13.0 (2023-11-27)

Note for eslint plugin authors and other API consumers

... (truncated)

Changelog

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

6.15.0 (2023-12-18)

Features

  • eslint-plugin: [no-useless-template-literals] add new rule (#7957) (ff75785), closes #2846
  • require-array-sort-compare + toSorted (#8052) (c9661c8)

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

6.14.0 (2023-12-11)

Bug Fixes

  • eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#8038) (431cd15)
  • eslint-plugin: correct message for no-unsafe-unary-minus (#7998) (705370a)

Features

  • eslint-plugin: [explicit-function-return-type] add support for typed class property definitions (#8027) (bff47d7)
  • eslint-plugin: [require-await] allow yielding Promise in async generators (#8003) (4c3e704)

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

6.13.2 (2023-12-04)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

6.13.1 (2023-11-28)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

... (truncated)

Commits
  • 6128a02 chore: publish v6.15.0
  • f5e712b docs(eslint-plugin): [require-array-sort-compare] generalize sort method name...
  • e6d49e4 docs(eslint-plugin): [require-array-sort-compare] sync rule description (#8061)
  • ff75785 feat(eslint-plugin): [no-useless-template-literals] add new rule (#7957)
  • c9661c8 feat: require-array-sort-compare + toSorted (#8052)
  • 7ec3022 test(eslint-plugin): include disable-type-checked.ts config in configs test...
  • 3175843 docs(eslint-plugin): simplify a sentence in no-misused-promises.md (#8050)
  • c7d702f chore: publish v6.14.0
  • 431cd15 fix(eslint-plugin): add no-unsafe-unary-minus, prefer-destructuring to disabl...
  • 705370a fix(eslint-plugin): correct message for no-unsafe-unary-minus (#7998)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.11.0 to 6.15.0

Release notes

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

v6.15.0

6.15.0 (2023-12-18)

Features

  • eslint-plugin: [no-useless-template-literals] add new rule (#7957) (ff75785), closes #2846
  • require-array-sort-compare + toSorted (#8052) (c9661c8)

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

v6.14.0

6.14.0 (2023-12-11)

Bug Fixes

  • eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#8038) (431cd15)
  • eslint-plugin: correct message for no-unsafe-unary-minus (#7998) (705370a)

Features

  • eslint-plugin: [explicit-function-return-type] add support for typed class property definitions (#8027) (bff47d7)
  • eslint-plugin: [require-await] allow yielding Promise in async generators (#8003) (4c3e704)

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

v6.13.2

6.13.2 (2023-12-04)

Note:Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf) | `1.4.2` | `1.6.0` |
| [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) | `6.4.2` | `6.5.1` |
| [@fortawesome/free-brands-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.4.2` | `6.5.1` |
| [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.4.2` | `6.5.1` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.8.4` | `5.14.1` |
| [antd](https://github.com/ant-design/ant-design) | `5.11.2` | `5.12.4` |
| [monaco-editor](https://github.com/microsoft/monaco-editor) | `0.44.0` | `0.45.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.48.2` | `7.49.2` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.19.0` | `6.21.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.9.2` | `20.10.5` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.11.0` | `6.15.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.11.0` | `6.15.0` |
| [eslint](https://github.com/eslint/eslint) | `8.54.0` | `8.56.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.0.0` | `9.1.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.3` |


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

Updates `@fortawesome/fontawesome-svg-core` from 6.4.2 to 6.5.1
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.4.2...6.5.1)

Updates `@fortawesome/free-brands-svg-icons` from 6.4.2 to 6.5.1
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.4.2...6.5.1)

Updates `@fortawesome/free-solid-svg-icons` from 6.4.2 to 6.5.1
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.4.2...6.5.1)

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

Updates `antd` from 5.11.2 to 5.12.4
- [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.11.2...5.12.4)

Updates `monaco-editor` from 0.44.0 to 0.45.0
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
- [Commits](microsoft/monaco-editor@v0.44.0...v0.45.0)

Updates `react-hook-form` from 7.48.2 to 7.49.2
- [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.48.2...v7.49.2)

Updates `react-router-dom` from 6.19.0 to 6.21.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/react-router-dom@6.21.0/packages/react-router-dom)

Updates `@types/node` from 20.9.2 to 20.10.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 6.11.0 to 6.15.0
- [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/v6.15.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.11.0 to 6.15.0
- [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/v6.15.0/packages/parser)

Updates `eslint` from 8.54.0 to 8.56.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.54.0...v8.56.0)

Updates `eslint-config-prettier` from 9.0.0 to 9.1.0
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.0.0...v9.1.0)

Updates `typescript` from 5.2.2 to 5.3.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.3)

---
updated-dependencies:
- dependency-name: "@bufbuild/protobuf"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: akp-js-minor
- dependency-name: "@fortawesome/fontawesome-svg-core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: akp-js-minor
- dependency-name: "@fortawesome/free-brands-svg-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: akp-js-minor
- dependency-name: "@fortawesome/free-solid-svg-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: akp-js-minor
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: akp-js-minor
- dependency-name: antd
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: akp-js-minor
- dependency-name: monaco-editor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: akp-js-minor
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: akp-js-minor
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: akp-js-minor
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: akp-js-minor
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: akp-js-minor
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: akp-js-minor
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: akp-js-minor
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: akp-js-minor
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: akp-js-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 19, 2023 16:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 19, 2023
Copy link

netlify bot commented Dec 19, 2023

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

Name Link
🔨 Latest commit 2a1ce06
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-akuity-io/deploys/6581c6e76483bc0008b824a9
😎 Deploy Preview https://deploy-preview-1300.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.

Copy link

codecov bot commented Dec 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (92a4349) 49.41% compared to head (2a1ce06) 49.41%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1300   +/-   ##
=======================================
  Coverage   49.41%   49.41%           
=======================================
  Files         128      128           
  Lines        9892     9892           
=======================================
  Hits         4888     4888           
  Misses       4844     4844           
  Partials      160      160           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 24, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/akp-js-minor-48d5e7dd20 branch December 24, 2023 05:51
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