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 grouped-dependencies group across 1 directory with 22 updates #906

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2024

Bumps the grouped-dependencies group with 22 updates in the / directory:

Package From To
@biomejs/biome 1.7.0 1.7.1
taze 0.13.6 0.13.7
turbo 1.13.2 1.13.3
vercel 34.0.0 34.1.3
vue 3.4.21 3.4.25
@vitest/coverage-v8 1.5.0 1.5.2
vitest 1.5.0 1.5.2
@tresjs/core 3.8.1 3.9.0
three 0.162.0 0.164.1
@types/three 0.162.0 0.164.0
eslint-plugin-vue 9.24.1 9.25.0
vue-router 4.3.0 4.3.2
vue-tsc 2.0.6 2.0.14
@typescript-eslint/eslint-plugin 7.6.0 7.7.1
@typescript-eslint/parser 7.6.0 7.7.1
eslint 8.57.0 9.1.1
vite 5.2.8 5.2.10
astro 4.6.2 4.7.0
@unocss/nuxt 0.59.2 0.59.4
primevue 3.51.0 3.52.0
unocss 0.59.2 0.59.4
@unocss/reset 0.59.2 0.59.4

Updates @biomejs/biome from 1.7.0 to 1.7.1

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.7.1

Editors

Bug fixes

Formatter

Bug fixes

  • Add parentheses for the return expression that has leading multiline comments. #2504. Contributed by @​ah-yu

  • Correctly format dangling comments of continue statements. #2555. Contributed by @​ah-yu

Linter

Bug fixes

  • Fix case where jsxRuntime wasn't being respected by useImportType rule (#2473).Contributed by @​arendjr
  • Fix #2460, where the rule noUselessFragments was crashing the linter in some cases. Now cases like these are correctly handled:
    callFunction(<>{bar}</>)
    Contributed by @​ematipico
  • Fix #2366, where noDuplicateJsonKeys incorrectly computed the kes to highlight. Contributed by @​ematipico

Enhancements

  • The rule noMisplacedAssertions now considers valid calling expect inside waitFor:
    import { waitFor } from '@testing-library/react';
    await waitFor(() => {
    expect(111).toBe(222);
    });
    Contributed by @​ematipico

What's Changed

Other changes

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.7.1 (2024-04-22)

Editors

Bug fixes

Formatter

Bug fixes

  • Add parentheses for the return expression that has leading multiline comments. #2504. Contributed by @​ah-yu

  • Correctly format dangling comments of continue statements. #2555. Contributed by @​ah-yu

  • Prevent comments from being eaten by the formatter #2578. Now the comments won't be eaten for the following code:

    console.log((a,b/* comment */));

    Contributed by @​ah-yu

Linter

Bug fixes

  • Fix case where jsxRuntime wasn't being respected by useImportType rule (#2473).Contributed by @​arendjr
  • Fix #2460, where the rule noUselessFragments was crashing the linter in some cases. Now cases like these are correctly handled:
    callFunction(<>{bar}</>)
    Contributed by @​ematipico
  • Fix #2366, where noDuplicateJsonKeys incorrectly computed the kes to highlight. Contributed by @​ematipico

Enhancements

  • The rule noMisplacedAssertions now considers valid calling expect inside waitFor:
    import { waitFor } from '@testing-library/react';
    await waitFor(() => {
    expect(111).toBe(222);
    });
    Contributed by @​ematipico
Commits

Updates taze from 0.13.6 to 0.13.7

Release notes

Sourced from taze's releases.

v0.13.7

No significant changes

    View changes on GitHub
Commits

Updates turbo from 1.13.2 to 1.13.3

Release notes

Sourced from turbo's releases.

Turborepo v1.13.3-canary.3

What's Changed

Changelog

Full Changelog: vercel/turbo@v1.13.3-canary.2...v1.13.3-canary.3

Turborepo v1.13.3-canary.2

What's Changed

Docs

turbo-ignore

Changelog

New Contributors

Full Changelog: vercel/turbo@v1.13.3-canary.1...v1.13.3-canary.2

Turborepo v1.13.3-canary.1

What's Changed

Docs

create-turbo

eslint

@​turbo/telemetry

Examples

Changelog

... (truncated)

Commits
  • 3f46456 publish 1.13.3 to registry
  • 326b541 fix(telemetry): correctly parse alerted date (#8042)
  • 5e5f7d9 feat(turborepo): Process package change events asynchronously (#8036)
  • 09b266c chore: remove repetitive words (#8032)
  • db0eaf2 feat(Turborepo): support inputs for file hash watching (#7907)
  • 9783846 Remove can_be_in_same_chunk (#8029)
  • e63b1a8 chore: fix turborepo-repository MUSL release (#8028)
  • ef3b09b chore(ci): bump protoc version (#8025)
  • ab004db chore(ci): pin Github Actions runner that builds turborepo to macos-12 (#8024)
  • da53c14 feat(turborepo): Persistent Tasks in Watch Mode (#7922)
  • Additional commits viewable in compare view

Updates vercel from 34.0.0 to 34.1.3

Release notes

Sourced from vercel's releases.

vercel@34.1.3

Patch Changes

vercel@34.1.2

Patch Changes

vercel@34.1.1

Patch Changes

vercel@34.1.0

Minor Changes

  • Don't propagate legacy env VERCEL_ANALYTICS_ID if @​vercel/speed-insights package is detected (#11305)

Patch Changes

  • Replace console.log that communicates to user with client.output methods (#11353)

  • [cli] Do not pipe git stderr to user during successful vc dev run (#11450)

  • fix: Sort default team to the top of the selection list (#11451)

  • Updated dependencies [993a60ef7, 949d84ad1, 5bb96ea07, fd8031874]:

    • @​vercel/next@​4.2.1
Changelog

Sourced from vercel's changelog.

34.1.3

Patch Changes

34.1.2

Patch Changes

34.1.1

Patch Changes

34.1.0

Minor Changes

  • Don't propagate legacy env VERCEL_ANALYTICS_ID if @​vercel/speed-insights package is detected (#11305)

Patch Changes

  • Replace console.log that communicates to user with client.output methods (#11353)

  • [cli] Do not pipe git stderr to user during successful vc dev run (#11450)

  • fix: Sort default team to the top of the selection list (#11451)

  • Updated dependencies [993a60ef7, 949d84ad1, 5bb96ea07, fd8031874]:

    • @​vercel/next@​4.2.1
Commits
  • 21b87d2 Version Packages (#11489)
  • 0f12005 [cli] Migrate alias command to use parseArguments and getFlagsSpecification (...
  • 3980c60 Version Packages (#11471)
  • 02454d4 Version Packages (#11462)
  • f4c181a [static-build] Don't rely on hugo binary existing in build-container (#11455)
  • fc7a8bc Version Packages (#11421)
  • 596b68c Add eslint rule for no-console within the cli package (#11452)
  • 1e6323e [cli] Ignore VERCEL_ANALYTICS_ID if @​vercel/speed-insights is present on the ...
  • 8fd2c06 [cli] Sort default team to the top of the team selector (#11451)
  • 1447bc0 [cli] Don't log error when running vc dev in a directory without a .git direc...
  • Additional commits viewable in compare view

Updates vue from 3.4.21 to 3.4.25

Release notes

Sourced from vue's releases.

v3.4.25

Please refer to CHANGELOG.md for details.

v3.4.24

Please refer to CHANGELOG.md for details.

v3.4.23

Please refer to CHANGELOG.md for details.

v3.4.22

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.4.25 (2024-04-24)

Bug Fixes

3.4.24 (2024-04-22)

Bug Fixes

  • compiler-core: handle template ref bound via v-bind object on v-for (#10706) (da7adef), closes #10696
  • compiler-core: properly parse await expressions in edge cases (b92c25f), closes #10754
  • compiler-sfc: handle readonly operator and ReadonlyArray/Map/Set types (5cef52a), closes #10726
  • compiler-ssr: fix hydration mismatch for conditional slot in transition (f12c81e), closes #10743
  • compiler-ssr: fix v-html SSR for nullish values (1ff4076), closes #10725
  • deps: update compiler (#10760) (15df5c1)
  • runtime-core: fix edge case of KeepAlive inside Transition with slot children (#10719) (e51ca61), closes #10708
  • runtime-core: further fix slots _ctx check (cde7f05), closes #10724
  • runtime-core: props should be readonly via direct template access (b93f264), closes #8216 #10736
  • transition: transition is breaking/flickering when enter is canceled (#10688) (65109a7)

3.4.23 (2024-04-16)

Bug Fixes

  • runtime-core: fix regression for $attrs tracking in slots (6930e60), closes #10710
  • runtime-core: use same internal object mechanism for slots (6df53d8), closes #10709

3.4.22 (2024-04-15)

Bug Fixes

  • compat: fix $options mutation + adjust private API initialization (d58d133), closes #10626 #10636
  • compile-sfc: analyze v-bind shorthand usage in template (#10518) (e5919d4), closes #10515
  • compiler-core: fix loc.source for end tags with whitespace before > (16174da), closes #10694 #10695
  • compiler-core: fix v-bind shorthand for component :is (04af950), closes #10469 #10471
  • compiler-sfc: :is() and :where() in compound selectors (#10522) (660cadc), closes #10511
  • compiler-sfc: also search for .tsx when type import's extension is omitted (#10637) (34106bc), closes #10635

... (truncated)

Commits
  • 574c3e6 release: v3.4.25
  • 8ee69e7 ci: use single thread for e2e tests on ci
  • 064e82f fix(runtime-core): use normal object as internal prototype for attrs and slots
  • 4253a57 fix(defineModel): align prod mode runtime type generation with defineProps
  • 3724693 fix(runtime-core): properly get keepAlive child (#10772)
  • 958286e release: v3.4.24
  • b92c25f fix(compiler-core): properly parse await expressions in edge cases
  • 173ec65 test: revert to threads
  • f12c81e fix(compiler-ssr): fix hydration mismatch for conditional slot in transition
  • c8e87a1 test: use pool: vmThreads
  • Additional commits viewable in compare view

Updates @vitest/coverage-v8 from 1.5.0 to 1.5.2

Release notes

Sourced from @​vitest/coverage-v8's releases.

v1.5.2

   🐞 Bug Fixes

    View changes on GitHub

v1.5.1

   🚀 Features

  • api: startVitest() to accept stdout and stdin  -  by @​AriPerkkio in vitest-dev/vitest#5493 (780b1)
    • This is listed as a feature, but it doesn't increase the minor version because startVitest API is experimental and doesn't follow semver.

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates vitest from 1.5.0 to 1.5.2

Release notes

Sourced from vitest's releases.

v1.5.2

   🐞 Bug Fixes

    View changes on GitHub

v1.5.1

   🚀 Features

  • api: startVitest() to accept stdout and stdin  -  by @​AriPerkkio in vitest-dev/vitest#5493 (780b1)
    • This is listed as a feature, but it doesn't increase the minor version because startVitest API is experimental and doesn't follow semver.

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 81f57f4 chore: release v1.5.2
  • 1be4510 chore: release v1.5.1
  • f1bec62 refactor: remove VitestCache.clearCache method (#5602)
  • 780b187 feat(api): startVitest() to accept stdout and stdin (#5493)
  • 2b3fc0f docs: fix cli-table generator
  • 597e0c2 docs: generate CLI table automatically (#5588)
  • 4da8804 fix(vitest): stubEnv casts boolean on PROD/SSR/DEV (#5590)
  • ec9d7c9 fix: resolve cwd correctly when initiating projects (#5582)
  • e40f992 fix(vitest): watch the output directory correctly (#5584)
  • 9c64967 fix: fix default import.meta.env.PROD: false (#5561)
  • Additional commits viewable in compare view

Updates @tresjs/core from 3.8.1 to 3.9.0

Updates three from 0.162.0 to 0.164.1

Commits

Updates @types/three from 0.162.0 to 0.164.0

Commits

Updates eslint-plugin-vue from 9.24.1 to 9.25.0

Release notes

Sourced from eslint-plugin-vue's releases.

v9.25.0

✨ Enhancements

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.24.1...v9.25.0

Commits
  • cfad3ee 9.25.0
  • e665b7c Fixed false negatives for props in template in vue/no-unused-properties (#2...
  • a4be0fc Support Pinia methods in vue/no-unused-properties (#2441)
  • 52e0770 fix(no-use-computed-property-like-method): extract LogicalExpression (#2438)
  • See full diff in compare view

Updates vue-router from 4.3.0 to 4.3.2

Release notes

Sourced from vue-router's releases.

v4.3.2

Please refer to CHANGELOG.md for details.

v4.3.1

Please refer to CHANGELOG.md for details.

Commits

Updates vue-tsc from 2.0.6 to 2.0.14

Release notes

Sourced from vue-tsc's releases.

v2.0.14

Features

  • language-core: added search html tag (#4280) - Thanks @​audunhov
  • language-service: added Russian, Czech localization support

Bug Fixes

  • language-core: @ts-ignore not working for slots (#4263)
  • language-core: reduce unnecessary props mapping (#4284)
  • tsc: improve regexp performance for global type removal (#4260) - Thanks @​blake-newman

Other Changes

  • Upgrade Volar from v2.2.0-alpha.8 to v2.2.0-alpha.10 to fix some issues:
    • Parameter Hints not working in Hybrid Mode (#3948)
    • TS server to crash repeatedly when include large js file (#4278)
    • Randomly causing errors when renaming / find definitions in Hybrid Mode (#4257, #4281, #4282)
    • Unable to resolve Nuxt UI component type
    • Incomplete results for find refernces in Hybrid Mode
  • The following extensions have been added to Hybrid Mode’s compatibility whitelist:
    • bierner.lit-html
    • denoland.vscode-deno (When deno.enable is false)
    • jenkey2011.string-highlight
  • language-core: improve maintainability of codegen (#4276)
    • Deprecated vueCompilerOptions.nativeTags, now respects the nodeType property of template AST node.
    • Dynamic component types without v-bind:is are no longer supported.

Please refer to CHANGELOG.md for details.

Insiders Program 🚀

This project is community-driven. If you would like to support this project, consider joining the Insiders Program to improve the sustainability of this project and unlock more features.

Sponsors

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

2.0.14 (2024/4/22)

Features

  • language-core: added search html tag (#4280) - Thanks @​audunhov
  • language-service: added Russian, Czech localization support

Bug Fixes

  • language-core: @ts-ignore not working for slots (#4263)
  • language-core: reduce unnecessary props mapping (#4284)
  • tsc: improve regexp performance for global type removal (#4260) - Thanks @​blake-newman

Other Changes

  • Upgrade Volar from v2.2.0-alpha.8 to v2.2.0-alpha.10 to fix some issues:
    • Parameter Hints not working in Hybrid Mode (#3948)
    • TS server to crash repeatedly when include large js file (#4278)
    • R...

      Description has been truncated

…ith 22 updates

Bumps the grouped-dependencies group with 22 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.7.0` | `1.7.1` |
| [taze](https://github.com/antfu/taze) | `0.13.6` | `0.13.7` |
| [turbo](https://github.com/vercel/turbo) | `1.13.2` | `1.13.3` |
| [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) | `34.0.0` | `34.1.3` |
| [vue](https://github.com/vuejs/core) | `3.4.21` | `3.4.25` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.5.0` | `1.5.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.5.0` | `1.5.2` |
| @tresjs/core | `3.8.1` | `3.9.0` |
| [three](https://github.com/mrdoob/three.js) | `0.162.0` | `0.164.1` |
| [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three) | `0.162.0` | `0.164.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.24.1` | `9.25.0` |
| [vue-router](https://github.com/vuejs/router) | `4.3.0` | `4.3.2` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.0.6` | `2.0.14` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.6.0` | `7.7.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.6.0` | `7.7.1` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.1.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.2.8` | `5.2.10` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.6.2` | `4.7.0` |
| [@unocss/nuxt](https://github.com/unocss/unocss/tree/HEAD/packages/nuxt) | `0.59.2` | `0.59.4` |
| [primevue](https://github.com/primefaces/primevue) | `3.51.0` | `3.52.0` |
| [unocss](https://github.com/unocss/unocss) | `0.59.2` | `0.59.4` |
| [@unocss/reset](https://github.com/unocss/unocss) | `0.59.2` | `0.59.4` |



Updates `@biomejs/biome` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.1/packages/@biomejs/biome)

Updates `taze` from 0.13.6 to 0.13.7
- [Release notes](https://github.com/antfu/taze/releases)
- [Commits](antfu-collective/taze@v0.13.6...v0.13.7)

Updates `turbo` from 1.13.2 to 1.13.3
- [Release notes](https://github.com/vercel/turbo/releases)
- [Changelog](https://github.com/vercel/turbo/blob/main/release.md)
- [Commits](vercel/turbo@v1.13.2...v1.13.3)

Updates `vercel` from 34.0.0 to 34.1.3
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/vercel@34.1.3/packages/cli)

Updates `vue` from 3.4.21 to 3.4.25
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.21...v3.4.25)

Updates `@vitest/coverage-v8` from 1.5.0 to 1.5.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.5.2/packages/coverage-v8)

Updates `vitest` from 1.5.0 to 1.5.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.5.2/packages/vitest)

Updates `@tresjs/core` from 3.8.1 to 3.9.0

Updates `three` from 0.162.0 to 0.164.1
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

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

Updates `eslint-plugin-vue` from 9.24.1 to 9.25.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v9.24.1...v9.25.0)

Updates `vue-router` from 4.3.0 to 4.3.2
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.3.0...v4.3.2)

Updates `vue-tsc` from 2.0.6 to 2.0.14
- [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.0.14/packages/tsc)

Updates `@typescript-eslint/eslint-plugin` from 7.6.0 to 7.7.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.7.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.6.0 to 7.7.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.7.1/packages/parser)

Updates `eslint` from 8.57.0 to 9.1.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.1.1)

Updates `vite` from 5.2.8 to 5.2.10
- [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.10/packages/vite)

Updates `astro` from 4.6.2 to 4.7.0
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.7.0/packages/astro)

Updates `@unocss/nuxt` from 0.59.2 to 0.59.4
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v0.59.4/packages/nuxt)

Updates `primevue` from 3.51.0 to 3.52.0
- [Release notes](https://github.com/primefaces/primevue/releases)
- [Changelog](https://github.com/primefaces/primevue/blob/master/CHANGELOG.md)
- [Commits](primefaces/primevue@3.51.0...3.52.0)

Updates `unocss` from 0.59.2 to 0.59.4
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.59.2...v0.59.4)

Updates `@unocss/reset` from 0.59.2 to 0.59.4
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.59.2...v0.59.4)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: grouped-dependencies
- dependency-name: taze
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: grouped-dependencies
- dependency-name: turbo
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: grouped-dependencies
- dependency-name: vercel
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: grouped-dependencies
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: grouped-dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: grouped-dependencies
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: grouped-dependencies
- dependency-name: "@tresjs/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grouped-dependencies
- dependency-name: three
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grouped-dependencies
- dependency-name: "@types/three"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: grouped-dependencies
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: grouped-dependencies
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: grouped-dependencies
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: grouped-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grouped-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grouped-dependencies
- dependency-name: eslint
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: grouped-dependencies
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: grouped-dependencies
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grouped-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: grouped-dependencies
- dependency-name: primevue
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grouped-dependencies
- dependency-name: unocss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: grouped-dependencies
- dependency-name: "@unocss/reset"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: grouped-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 26, 2024
Copy link

vercel bot commented Apr 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
frontends-demo 🔄 Building (Inspect) Visit Preview Apr 26, 2024 4:30pm
shopware-frontends-docs ✅ Ready (Inspect) Visit Preview Apr 26, 2024 4:30pm

Copy link

codspeed-hq bot commented Apr 26, 2024

CodSpeed Performance Report

Merging #906 will not alter performance

Comparing dependabot/npm_and_yarn/grouped-dependencies-51fcb01cd5 (6c26733) with main (18d8528)

Summary

✅ 9 untouched benchmarks

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2024

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

@dependabot dependabot bot closed this Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/grouped-dependencies-51fcb01cd5 branch April 29, 2024 16:25
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.

None yet

0 participants