Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): bump the non-breaking-changes group with 19 updates #5654

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2025

Bumps the non-breaking-changes group with 19 updates:

Package From To
@clack/prompts 0.9.1 0.10.0
@iconify/json 2.2.311 2.2.313
@tanstack/vue-query 5.66.9 5.67.1
@typescript-eslint/eslint-plugin 8.25.0 8.26.0
@typescript-eslint/parser 8.25.0 8.26.0
@vueuse/integrations 12.5.0 12.8.2
cz-git 1.11.0 1.11.1
czg 1.11.0 1.11.1
eslint-plugin-n 17.15.1 17.16.2
lucide-vue-next 0.469.0 0.477.0
nitropack 2.10.4 2.11.1
publint 0.2.12 0.3.8
stylelint 16.14.1 16.15.0
typescript 5.7.3 5.8.2
vite-plugin-dts 4.5.1 4.5.3
vue-tsc 2.1.10 2.2.8
vxe-pc-ui 4.3.99 4.4.2
vxe-table 4.10.0 4.11.17
@ast-grep/napi 0.32.3 0.35.0

Updates @clack/prompts from 0.9.1 to 0.10.0

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​0.10.0

Minor Changes

  • 613179d: Adds a new indicator option to spinner, which supports the original "dots" loading animation or a new "timer" loading animation.

    import * as p from "@clack/prompts";
    const spin = p.spinner({ indicator: "timer" });
    spin.start("Loading");
    await sleep(3000);
    spin.stop("Loaded");

  • a38b2bc: Adds stream API which provides the same methods as log, but for iterable (even async) message streams. This is particularly useful for AI responses which are dynamically generated by LLMs.

    import * as p from "@clack/prompts";
    await p.stream.step(
    (async function* () {
    yield* generateLLMResponse(question);
    })()
    );

Changelog

Sourced from @​clack/prompts's changelog.

0.10.0

Minor Changes

  • 613179d: Adds a new indicator option to spinner, which supports the original "dots" loading animation or a new "timer" loading animation.

    import * as p from "@clack/prompts";
    const spin = p.spinner({ indicator: "timer" });
    spin.start("Loading");
    await sleep(3000);
    spin.stop("Loaded");

  • a38b2bc: Adds stream API which provides the same methods as log, but for iterable (even async) message streams. This is particularly useful for AI responses which are dynamically generated by LLMs.

    import * as p from "@clack/prompts";
    await p.stream.step(
    (async function* () {
    yield* generateLLMResponse(question);
    })()
    );

Commits

Updates @iconify/json from 2.2.311 to 2.2.313

Commits
  • f24b9bb Update 4 icon sets: Devicon Plain, Devicon, Material Symbols Light, Material ...
  • a05488f Update 7 icon sets
  • See full diff in compare view

Updates @tanstack/vue-query from 5.66.9 to 5.67.1

Release notes

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

v5.67.1

Version 5.67.1 - 3/3/25, 3:57 PM

Changes

Refactor

  • query-core: improve type safety and performance in getMutationDefaults (#8669) (4d8c27b) by yusheng chen

Packages

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

v5.67.0

Version 5.67.0 - 3/3/25, 3:45 PM

Changes

Feat

  • types: typed query filters (#8670) (1b54251) by Dominik Dorfmeister

Test

  • query-core: add hashKey test code (#8735) (e85df7a) by SeongMin Kim
  • query-core: add test case for queryClient.isFetching (#8720) (5babd11) by @​manudeli

Docs

  • angular-query: document angular httpclient and other data fetching solutions (#8732) (18e357c) by Arnoud

Packages

... (truncated)

Commits

Updates @typescript-eslint/eslint-plugin from 8.25.0 to 8.26.0

Release notes

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

v8.26.0

8.26.0 (2025-03-03)

🚀 Features

  • support TypeScript 5.8 (#10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
  • rule-tester: export TestLanguageOptions (#10892)
  • scope-manager: only call Object.entries once for each lib (#10647)

🩹 Fixes

  • deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
  • eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#10864)
  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
  • rule-tester: Add missing parser dependency (#10909)

❤️ Thank You

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

Changelog

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

8.26.0 (2025-03-03)

🚀 Features

  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
  • support TypeScript 5.8 (#10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
  • eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#10864)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)

❤️ Thank You

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

Commits
  • bc6d19f chore(release): publish 8.26.0
  • 02d9d73 feat(eslint-plugin): [unified-signatures] support ignoring overload signature...
  • 84af50e feat(eslint-plugin): [explicit-module-boundary-types] add an option to ignore...
  • a03b7ef fix(eslint-plugin): [no-unnecessary-type-assertion] handle unknown (#10875)
  • 4082ad0 docs(eslint-plugin): [consistent-return] add link to noImplicitReturns docs...
  • d8d4b3c feat(eslint-plugin): [no-unused-var] handle implicit exports in declaration f...
  • 9674629 feat: support TypeScript 5.8 (#10903)
  • 3c7b8ff chore: fix integration-tests (#10906)
  • 735064a fix(eslint-plugin): [no-invalid-void-type] report accessor properties with ...
  • a6feb59 fix(eslint-plugin): [unified-signatures] does not differentiate truly private...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.25.0 to 8.26.0

Release notes

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

v8.26.0

8.26.0 (2025-03-03)

🚀 Features

  • support TypeScript 5.8 (#10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
  • rule-tester: export TestLanguageOptions (#10892)
  • scope-manager: only call Object.entries once for each lib (#10647)

🩹 Fixes

  • deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
  • eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#10864)
  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
  • rule-tester: Add missing parser dependency (#10909)

❤️ Thank You

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

Changelog

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

8.26.0 (2025-03-03)

🚀 Features

  • support TypeScript 5.8 (#10903)

❤️ Thank You

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

Commits

Updates @vueuse/integrations from 12.5.0 to 12.8.2

Release notes

Sourced from @​vueuse/integrations's releases.

v12.8.2

   🐞 Bug Fixes

    View changes on GitHub

v12.8.1

   🐞 Bug Fixes

    View changes on GitHub

v12.8.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v12.7.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v12.6.1

No significant changes

    View changes on GitHub

... (truncated)

Commits
  • 8e05ae9 chore: release v12.8.2
  • 1389990 chore: release v12.8.1
  • 37a7c22 chore: release v12.8.0
  • 7432fd1 feat(types): deprecate MaybeRef and MaybeRefOrGetter in favor of Vue's na...
  • e4d80df docs: set right the links (#4638)
  • 8c66781 docs: update demo and document to use shallowRef (#4600)
  • 4feb118 refactor: Change primitive and element to shallowRef, update some retur...
  • bc9683f chore: release v12.7.0
  • d9352a3 refactor: change primitive to shallowRef, rename ref usage to deepRef (...
  • 77c795d chore: release v12.6.1
  • Additional commits viewable in compare view

Updates cz-git from 1.11.0 to 1.11.1

Release notes

Sourced from cz-git's releases.

v1.11.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from cz-git's changelog.

1.11.1 (2025-03-03)

Bug Fixes

  • cz-git: default option types add undefined keyword (c7a2d5d), closes #206
  • docs: Fixed typo 'userEmoji -> useEmoji (#212) (f0231ae)
  • plugin-loader: loading ESM configure using URL format (#219) (50d7675), closes #216 #217
  • plugin-loader: when CZ_DEBUG=1 --config specify config file not show (8557221), closes #207
Commits

Updates czg from 1.11.0 to 1.11.1

Release notes

Sourced from czg's releases.

v1.11.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from czg's changelog.

1.11.1 (2025-03-03)

Bug Fixes

  • cz-git: default option types add undefined keyword (c7a2d5d), closes #206
  • docs: Fixed typo 'userEmoji -> useEmoji (#212) (f0231ae)
  • plugin-loader: loading ESM configure using URL format (#219) (50d7675), closes #216 #217
  • plugin-loader: when CZ_DEBUG=1 --config specify config file not show (8557221), closes #207
Commits

Updates eslint-plugin-n from 17.15.1 to 17.16.2

Release notes

Sourced from eslint-plugin-n's releases.

v17.16.2

17.16.2 (2025-03-04)

🩹 Fixes

  • Revert "feat: add support for ignoring sync methods from certain locations" (#416) (0779e2f)

v17.16.1

17.16.1 (2025-03-02)

🩹 Fixes

🧹 Chores

  • package: explicitly declare js module type (#410) (9f09931)

v17.16.0

17.16.0 (2025-02-23)

🌟 Features

  • add support for ignoring sync methods from certain locations (#392) (5544f20)

🩹 Fixes

  • False-positive no-extraneous-import when using the tsconfig > paths alias import (#408) (f486492)

🧹 Chores

Changelog

Sourced from eslint-plugin-n's changelog.

17.16.2 (2025-03-04)

🩹 Fixes

  • Revert "feat: add support for ignoring sync methods from certain locations" (#416) (0779e2f)

17.16.1 (2025-03-02)

🩹 Fixes

🧹 Chores

  • package: explicitly declare js module type (#410) (9f09931)

17.16.0 (2025-02-23)

🌟 Features

  • add support for ignoring sync methods from certain locations (#392) (5544f20)

🩹 Fixes

  • False-positive no-extraneous-import when using the tsconfig > paths alias import (#408) (f486492)

🧹 Chores

Commits
  • 067b9bf chore(master): release 17.16.2 (#417)
  • 0779e2f fix: Revert "feat: add support for ignoring sync methods from certain locatio...
  • 90de242 chore(master): release 17.16.1 (#412)
  • 9f09931 chore(package): explicitly declare js module type (#410)
  • 340312e fix: patch new eslint options types (#411)
  • 17a60cd chore(master): release 17.16.0 (#402)
  • f486492 fix: False-positive no-extraneous-import when using the tsconfig > paths ...
  • 5544f20 feat: add support for ignoring sync methods from certain locations (#392)
  • 4efe60f perf: improve prefer-node-protocol's performance (#406)
  • 86a5242 refactor: eslint v8 compat (#397)
  • See full diff in compare view

Updates lucide-vue-next from 0.469.0 to 0.477.0

Release notes

Sourced from lucide-vue-next's releases.

New icons 0.477.0

New icons 🎨

Modified Icons 🔨

Fixes and new icons 0.476.0

Fixes

New icons 🎨

Modified Icons 🔨

New icons 0.475.0

New icons 🎨

New icons 0.474.0

Modified Icons 🔨

New icons 0.473.0

Modified Icons 🔨

... (truncated)

Commits
  • ae8af19 build(deps-dev): bump vitest from 0.32.4 to 0.33.0 (#2799)
  • bab52d7 build(deps-dev): bump vite from 5.4.13 to 5.4.14 in /packages/lucide-vue-next...
  • 3ab6c37 build(deps-dev): bump vite from 5.4.12 to 5.4.13 (#2798)
  • ba2c4b5 build(deps-dev): bump vite from 5.1.8 to 5.4.12 (#2786)
  • 50630b3 ci: Improve build speeds (#2778)
  • See full diff in compare view

Updates nitropack from 2.10.4 to 2.11.1

Release notes

Sourced from nitropack's releases.

v2.11.1

compare changes

🩹 Fixes

  • dev: Use full socket path for windows and linux (#3152)
  • dev: Add random number to socket name (#3153)
  • dev: Limit /_vfs to local ips only (#3154)
  • app: Update event before calling request hook (#3155)

❤️ Contributors

v2.11.0

💬 Release Discussion

🌟 What is new?

🟢 Better Errors

Error handlers for both development and production environments have been rewritten (see #3002 for more details).

Powered by poppinss/youch (v4.x), you can now view beautiful error pages with stack traces in both the browser and CLI.
Nitro automatically applies source maps to error stack traces—no need to set NODE_OPTIONS="--enable-source-maps"—allowing you to pinpoint the exact file and line where an issue occurs.

Previously, Nitro conditionally rendered JSON errors based on certain user-agent headers or when requests were made to /api/*.
For more consistent behavior, any request not made from a browser (i.e., without the Accept: text/html header) will always receive a JSON response. Additionally, all production errors are now returned in JSON format.

You can still override the error handler for both development and production using the errorHandler config. If you want to fall back to the default error handler conditionally, you can simply return without handling the response (see #3085 for more details).

Additional strict security headers will be always added to error responses (#2907).

Example error in development:

{
  "error": true,
</tr></table> 

... (truncated)

Changelog

Sourced from nitropack's changelog.

v2.11.1

compare changes

🩹 Fixes

  • dev: Use full socket path for windows and linux (#3152)
  • dev: Add random number to socket name (#3153)
  • dev: Limit /_vfs to local ips only (#3154)
  • app: Update event before calling request hook (#3155)

❤️ Contributors

v2.11.0

Check release notes

Commits
  • c9d1032 fix(app): update event before calling request hook (#3155)
  • 94a73b5 fix(dev): limit /_vfs to local ips only (#3154)
  • 47febf5 fix(dev): add random number to socket name (#3153)
  • 6a6ed56 fix(dev): use full socket path for windows and linux (#3152)
  • 3598e03 chore(release): v2.11.0
  • 71e338f fix: simplify type complexity for cloudflare types
  • fd96966 refactor: use exsolve for import
  • af21d57 chore: update ohash
  • 50c778d update unenv
  • 01a4619 fix: pass explicit url to unenv presets
  • Additional commits viewable in compare view

Updates publint from 0.2.12 to 0.3.8

Release notes

Sourced from publint's releases.

publint@0.3.8

Patch Changes

  • Support passing a tarball path to the publint CLI. This allows to easily lint any tarball files at hand. (#166)

    npx publint ./mylib-1.0.0.tgz
  • The publint API now returns a pkg object as a convenience to pass it to formatMessage (#166)

  • Updated dependencies [02d169b]:

    • @​publint/pack@​0.1.2

publint@0.3.7

Patch Changes

  • The "imports" field is now linted with the following rules: (#162)

    • IMPORTS_KEY_INVALID: Ensure the imports key starts with a #
    • IMPORTS_VALUE_INVALID: Ensure the imports value is a valid path that starts with a ./
    • IMPORTS_GLOB_NO_MATCHED_FILES: Ensure the imports glob matches at least one file
    • IMPORTS_DEFAULT_SHOULD_BE_LAST: Ensure the "default" condition is last in an entrypoint's object
    • IMPORTS_MODULE_SHOULD_BE_ESM: Ensure the "module" condition file is ESM
    • IMPORTS_MODULE_SHOULD_PRECEDE_REQUIRE: Ensure the "module" condition precedes the "require" condition in an entrypoint's object
  • Improve SSH git URL detection when checking the "repository" field. Values like "git@github.com:user/project.git" is now detected as a valid git URL, but will be suggested to use a full git URL instead, like "git+ssh://git@github.com/user/project.git" (28da844)

  • Fix exports types message when the "require" or "import" condition already exists but the dts file format is still invalid (a731ec3)

publint@0.3.6

Patch Changes

  • Fix checking bin field file path that omits .js or /index.js (04f289e)

publint@0.3.5

Patch Changes

  • Check the "bin" field if the referenced file exists, has the correct JS format, and can be executed (#150)

  • Deprecate the deps command. The command has been tricky to maintain and incomplete (e.g. doesn't lint recursively). A separate tool can be used to run publint on dependencies instead, e.g. npx renoma --filter-rules "publint". (#149)

publint@0.3.4

Patch Changes

  • When globbing "exports" values that contains *, also respect "exports" keys that mark paths as null. For example: (b9605ae)

    {
      "exports": {

... (truncated)

...

Description has been truncated

Bumps the non-breaking-changes group with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [@clack/prompts](https://github.com/natemoo-re/clack/tree/HEAD/packages/prompts) | `0.9.1` | `0.10.0` |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.311` | `2.2.313` |
| [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) | `5.66.9` | `5.67.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.25.0` | `8.26.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.25.0` | `8.26.0` |
| [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) | `12.5.0` | `12.8.2` |
| [cz-git](https://github.com/Zhengqbbb/cz-git/tree/HEAD/packages/cz-git) | `1.11.0` | `1.11.1` |
| [czg](https://github.com/Zhengqbbb/cz-git/tree/HEAD/packages/cli) | `1.11.0` | `1.11.1` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.15.1` | `17.16.2` |
| [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next) | `0.469.0` | `0.477.0` |
| [nitropack](https://github.com/nitrojs/nitro) | `2.10.4` | `2.11.1` |
| [publint](https://github.com/publint/publint/tree/HEAD/packages/publint) | `0.2.12` | `0.3.8` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.14.1` | `16.15.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.2` |
| [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) | `4.5.1` | `4.5.3` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.1.10` | `2.2.8` |
| [vxe-pc-ui](https://github.com/x-extends/vxe-pc-ui) | `4.3.99` | `4.4.2` |
| [vxe-table](https://github.com/x-extends/vxe-table) | `4.10.0` | `4.11.17` |
| [@ast-grep/napi](https://github.com/ast-grep/ast-grep) | `0.32.3` | `0.35.0` |


Updates `@clack/prompts` from 0.9.1 to 0.10.0
- [Release notes](https://github.com/natemoo-re/clack/releases)
- [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md)
- [Commits](https://github.com/natemoo-re/clack/commits/@clack/prompts@0.10.0/packages/prompts)

Updates `@iconify/json` from 2.2.311 to 2.2.313
- [Commits](iconify/icon-sets@2.2.311...2.2.313)

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

Updates `@typescript-eslint/eslint-plugin` from 8.25.0 to 8.26.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/v8.26.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.25.0 to 8.26.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/v8.26.0/packages/parser)

Updates `@vueuse/integrations` from 12.5.0 to 12.8.2
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v12.8.2/packages/integrations)

Updates `cz-git` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/Zhengqbbb/cz-git/releases)
- [Changelog](https://github.com/Zhengqbbb/cz-git/blob/main/packages/cz-git/CHANGELOG.md)
- [Commits](https://github.com/Zhengqbbb/cz-git/commits/v1.11.1/packages/cz-git)

Updates `czg` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/Zhengqbbb/cz-git/releases)
- [Changelog](https://github.com/Zhengqbbb/cz-git/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/Zhengqbbb/cz-git/commits/v1.11.1/packages/cli)

Updates `eslint-plugin-n` from 17.15.1 to 17.16.2
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.15.1...v17.16.2)

Updates `lucide-vue-next` from 0.469.0 to 0.477.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.477.0/packages/lucide-vue-next)

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

Updates `publint` from 0.2.12 to 0.3.8
- [Release notes](https://github.com/publint/publint/releases)
- [Changelog](https://github.com/publint/publint/blob/master/packages/publint/CHANGELOG.md)
- [Commits](https://github.com/publint/publint/commits/publint@0.3.8/packages/publint)

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

Updates `typescript` from 5.7.3 to 5.8.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.7.3...v5.8.2)

Updates `vite-plugin-dts` from 4.5.1 to 4.5.3
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases)
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md)
- [Commits](qmhc/vite-plugin-dts@v4.5.1...v4.5.3)

Updates `vue-tsc` from 2.1.10 to 2.2.8
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v2.2.8/packages/tsc)

Updates `vxe-pc-ui` from 4.3.99 to 4.4.2
- [Release notes](https://github.com/x-extends/vxe-pc-ui/releases)
- [Commits](https://github.com/x-extends/vxe-pc-ui/commits)

Updates `vxe-table` from 4.10.0 to 4.11.17
- [Release notes](https://github.com/x-extends/vxe-table/releases)
- [Commits](x-extends/vxe-table@4.10.0...4.11.17)

Updates `@ast-grep/napi` from 0.32.3 to 0.35.0
- [Release notes](https://github.com/ast-grep/ast-grep/releases)
- [Changelog](https://github.com/ast-grep/ast-grep/blob/main/CHANGELOG.md)
- [Commits](ast-grep/ast-grep@0.32.3...0.35.0)

---
updated-dependencies:
- dependency-name: "@clack/prompts"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@iconify/json"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@tanstack/vue-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@vueuse/integrations"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: cz-git
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: czg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-n
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: lucide-vue-next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: nitropack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: publint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: stylelint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: vite-plugin-dts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vue-tsc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: vxe-pc-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: vxe-table
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@ast-grep/napi"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from anncwb as a code owner March 5, 2025 19:48
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 5, 2025
@dependabot dependabot bot requested a review from vince292007 as a code owner March 5, 2025 19:48
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Mar 5, 2025
@dependabot dependabot bot requested a review from mynetfan as a code owner March 5, 2025 19:48
Copy link

changeset-bot bot commented Mar 5, 2025

⚠️ No Changeset found

Latest commit: 4e7d9e9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

coderabbitai bot commented Mar 5, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@mynetfan mynetfan closed this Mar 6, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/non-breaking-changes-01fdb82d5c branch March 6, 2025 00:03
# for free to join this conversation on GitHub. Already have an account? # 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.

1 participant