frontends icon indicating copy to clipboard operation
frontends copied to clipboard

chore(deps): bump the grouped-dependencies group across 1 directory with 26 updates

Open dependabot[bot] opened this issue 1 year ago • 3 comments

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

Package From To
@biomejs/biome 1.7.0 1.7.2
taze 0.13.6 0.13.8
turbo 1.13.2 1.13.3
vercel 34.0.0 34.1.7
vue 3.4.21 3.4.26
@types/markdown-it 14.0.1 14.1.1
@types/node 20.12.7 20.12.8
@vitest/coverage-v8 1.5.0 1.6.0
vitest 1.5.0 1.6.0
@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.16
@typescript-eslint/eslint-plugin 7.6.0 7.8.0
@typescript-eslint/parser 7.6.0 7.8.0
eslint 8.57.0 9.1.1
vite 5.2.8 5.2.11
astro 4.6.2 4.7.1
@unocss/nuxt 0.59.2 0.59.4
@iconify-json/carbon 1.1.31 1.1.32
@adyen/adyen-web 5.63.0 5.64.0
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.2

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.7.2

Analyzer

Bug fixes

  • Import sorting now ignores side effect imports (#817).

    A side effect import consists now in its own group. This ensures that side effect imports are not reordered.

    Here is an example of how imports are now sorted:

      import "z"
    - import { D } from "d";
      import { C } from "c";
    + import { D } from "d";
      import "y"
      import "x"
    - import { B } from "b";
      import { A } from "a";
    + import { B } from "b";
      import "w"
    

    Contributed by @​Conaclos

  • Import sorting now adds spaces where needed (#1665) Contributed by @​Conaclos

CLI

Bug fixes

  • biome migrate eslint now handles cyclic references.

    Some plugins and configurations export objects with cyclic references. This causes biome migrate eslint to fail or ignore them. These edge cases are now handled correctly.

    Contributed by @​Conaclos

Formatter

Bug fixes

  • Correctly handle placement of comments inside named import clauses. #2566. Contributed by @​ah-yu

Linter

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.7.2 (2024-04-30)

Analyzer

Bug fixes

  • Import sorting now ignores side effect imports (#817).

    A side effect import consists now in its own group. This ensures that side effect imports are not reordered.

    Here is an example of how imports are now sorted:

      import "z"
    - import { D } from "d";
      import { C } from "c";
    + import { D } from "d";
      import "y"
      import "x"
    - import { B } from "b";
      import { A } from "a";
    + import { B } from "b";
      import "w"
    

    Contributed by @​Conaclos

  • Import sorting now adds spaces where needed (#1665) Contributed by @​Conaclos

CLI

Bug fixes

  • biome migrate eslint now handles cyclic references.

    Some plugins and configurations export objects with cyclic references. This causes biome migrate eslint to fail or ignore them. These edge cases are now handled correctly.

    Contributed by @​Conaclos

Formatter

Bug fixes

  • Correctly handle placement of comments inside named import clauses. #2566. Contributed by @​ah-yu

Linter

... (truncated)

Commits
  • 2c70d3f release: v1.7.2 (#2651)
  • 46c378e feat(biome_css_analyzer): noUnknownFunction (#2570)
  • de063b4 feat(lint/useDefaultSwitchClause): add rule (#2605)
  • b3ed181 feat(linter): Implement useGenericFontNames (#2573)
  • a13d36d feat: no useless undefined initialization (#2591)
  • ce4979d feat(biome_js_analyze): useArrayLiterals (#2541)
  • b24b44c fix(lint/useConst): handle reads before assignment and improve docs (#2584)
  • b3e5768 feat(linter): add useConsistentNewBuiltin (#2540)
  • 7ea5dff feat(biome_css_analyzer): noUnknownUnit (#2535)
  • 52029f6 fix(configuration_schema): rename some fields to camelCase in the `configurat...
  • Additional commits viewable in compare view

Updates taze from 0.13.6 to 0.13.8

Release notes

Sourced from taze's releases.

v0.13.8

   🚀 Features

    View changes on GitHub

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

What's Changed

Docs

create-turbo

turbo-ignore

eslint

@​turbo/telemetry

Examples

Changelog

New Contributors

Full Changelog: https://github.com/vercel/turbo/compare/v1.13.2...v1.13.3

... (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.7

Release notes

Sourced from vercel's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

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)

... (truncated)

Changelog

Sourced from vercel's changelog.

34.1.7

Patch Changes

34.1.6

Patch Changes

34.1.5

Patch Changes

34.1.4

Patch Changes

34.1.3

Patch Changes

34.1.2

Patch Changes

34.1.1

Patch Changes

... (truncated)

Commits

Updates vue from 3.4.21 to 3.4.26

Release notes

Sourced from vue's releases.

v3.4.26

Please refer to CHANGELOG.md for details.

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.26 (2024-04-29)

Bug Fixes

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

... (truncated)

Commits

Updates @types/markdown-it from 14.0.1 to 14.1.1

Commits

Updates @types/node from 20.12.7 to 20.12.8

Commits

Updates @vitest/coverage-v8 from 1.5.0 to 1.6.0

Release notes

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

v1.6.0

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v1.5.3

   🐞 Bug Fixes

    View changes on GitHub

v1.5.2

   🐞 Bug Fixes

    View changes on GitHub

v1.5.1

   🚀 Features

... (truncated)

Commits
  • 6b29f3d chore: release v1.6.0
  • c9883f3 fix(coverage): apply vite-node's wrapper only to executed files (#5642)
  • a52964b chore: release v1.5.3
  • 81f57f4 chore: release v1.5.2
  • 1be4510 chore: release v1.5.1
  • 80265b4 fix(coverage): thresholds to compare files relative to root (#5574)
  • ea3c16e fix(coverage): prevent crash when cleanOnRerun is disabled (#5540)
  • See full diff in compare view

Updates vitest from 1.5.0 to 1.6.0

Release notes

Sourced from vitest's releases.

v1.6.0

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v1.5.3

   🐞 Bug Fixes

    View changes on GitHub

v1.5.2

   🐞 Bug Fixes

    View changes on GitHub

v1.5.1

   🚀 Features

... (truncated)

Commits
  • 6b29f3d chore: release v1.6.0
  • f8d3d22 feat(benchmark): support comparing benchmark result (#5398)
  • 21e58bd feat(browser): allow injecting scripts (#5656)
  • 30f728b feat: custom "snapshotEnvironment" option (#5449)
  • 2f91322 feat(reporter): support includeConsoleOutput and addFileAttribute in juni...
  • c571276 perf: unnecessary rpc call when coverage is disabled (#5658)
  • bdce0a2 feat: support standalone mode (#5565)
  • 40c299f fix: don't panic on empty files in node_modules
  • c9e68ce fix: hash the name of the file when caching (#5654)
  • f5faf42 fix: call resolveId('vitest') after buildStart (#5646)
  • 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

dependabot[bot] avatar May 03 '24 16:05 dependabot[bot]

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

Name Status Preview Updated (UTC)
frontends-demo 🔄 Building (Inspect) Visit Preview May 3, 2024 4:33pm
shopware-frontends-docs ✅ Ready (Inspect) Visit Preview May 3, 2024 4:33pm

vercel[bot] avatar May 03 '24 16:05 vercel[bot]

CodSpeed Performance Report

Merging #912 will not alter performance

Comparing dependabot/npm_and_yarn/grouped-dependencies-bf2e9c79da (0a009c4) with main (18d8528)

Summary

✅ 9 untouched benchmarks

codspeed-hq[bot] avatar May 03 '24 16:05 codspeed-hq[bot]

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

dependabot[bot] avatar May 06 '24 16:05 dependabot[bot]

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

dependabot[bot] avatar May 07 '24 16:05 dependabot[bot]