chore(deps): bump the grouped-dependencies group across 1 directory with 26 updates
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
@ConaclosImport sorting now adds spaces where needed (#1665) Contributed by
@ConaclosCLI
Bug fixes
biome migrate eslintnow handles cyclic references.Some plugins and configurations export objects with cyclic references. This causes
biome migrate eslintto fail or ignore them. These edge cases are now handled correctly.Contributed by
@ConaclosFormatter
Bug fixes
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
@ConaclosImport sorting now adds spaces where needed (#1665) Contributed by
@ConaclosCLI
Bug fixes
biome migrate eslintnow handles cyclic references.Some plugins and configurations export objects with cyclic references. This causes
biome migrate eslintto fail or ignore them. These edge cases are now handled correctly.Contributed by
@ConaclosFormatter
Bug fixes
Linter
... (truncated)
Commits
2c70d3frelease: v1.7.2 (#2651)46c378efeat(biome_css_analyzer): noUnknownFunction (#2570)de063b4feat(lint/useDefaultSwitchClause): add rule (#2605)b3ed181feat(linter): ImplementuseGenericFontNames(#2573)a13d36dfeat: no useless undefined initialization (#2591)ce4979dfeat(biome_js_analyze): useArrayLiterals (#2541)b24b44cfix(lint/useConst): handle reads before assignment and improve docs (#2584)b3e5768feat(linter): add useConsistentNewBuiltin (#2540)7ea5dfffeat(biome_css_analyzer): noUnknownUnit (#2535)52029f6fix(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
- New mode
next- by@SukkaWin antfu-collective/taze#116 (3b429)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
- feat: use @repo/ pattern in
math-helpersexample, consistent with "getting started" and starter repo by@braden-win vercel/turbo#7911- change init script of storybook by
@zsh77in vercel/turbo#7695- docs(storybook): update documentation to the latest versions available for pnpm installation by
@javievin vercel/turbo#7953- Update storybook docs by
@zsh77in vercel/turbo#7954- Docs(deploying-with-docker.mdx): Inform user about
turbo prunecommand by@WillKirkmanMin vercel/turbo#7948create-turbo
- feat(turbo-ignore): usage metrics by
@tknickmanin vercel/turbo#7897turbo-ignore
- chore(turbo-ignore): lint test files and fix issues by
@mehulkarin vercel/turbo#7991eslint
- chore: pin eslint version by
@chris-olszewskiin vercel/turbo#7971
@turbo/telemetry
- feat(telemetry): defensive config loading by
@tknickmanin vercel/turbo#7891- fix(telemetry): correctly parse alerted date by
@tknickmanin vercel/turbo#8042Examples
- fix typo in dev script of a kitchen-sink's package by
@zsh77in vercel/turbo#7913- Remove pnpm plugin in Gatsby example. by
@anthonyshewin vercel/turbo#7916- Bug fix on with-docker by
@zsh77in vercel/turbo#7915Changelog
- feat(Turborepo): Flag on daemon package discovery by
@gsoltisin vercel/turbo#7654- fix(filter): dependencies filter should match transitive deps by
@chris-olszewskiin vercel/turbo#7886- fix(Turborepo): Disable the new corepack notification by
@gsoltisin vercel/turbo#7901- Update lockfile for compatibility with next.js by
@wbinnssmithin vercel/turbo#7944- fix(ui): avoid rendering area more than u16::MAX by
@chris-olszewskiin vercel/turbo#7867- chore: add removal warning to deprecated flags by
@chris-olszewskiin vercel/turbo#7890- Fix(commands/prune.rs): Add More detail in MissingWorkspace error by
@WillKirkmanMin vercel/turbo#7956- refactor: Make
Run::runtake a ref by@NicholasLYangin vercel/turbo#7946- feat(Turborepo): file hash watching by
@gsoltisin vercel/turbo#7855- fix(pnpm): support pnpm lockfile v9 by
@chris-olszewskiin vercel/turbo#7994- feat(Turborepo): wire file hashing to grpc server by
@gsoltisin vercel/turbo#7868- fix(pnpm): correctly parse dependency paths with nested peer dependecies by
@chris-olszewskiin vercel/turbo#8003- feat(turborepo): Watch mode by
@NicholasLYangin vercel/turbo#7613- feat(Turborepo): add a debouncer to file hash watching by
@gsoltisin vercel/turbo#7904- chore: Improved errors for watch mode by
@NicholasLYangin vercel/turbo#8016- feat(turborepo): Persistent Tasks in Watch Mode by
@NicholasLYangin vercel/turbo#7922- feat(Turborepo): support inputs for file hash watching by
@gsoltisin vercel/turbo#7907- feat(turborepo): Process package change events asynchronously by
@NicholasLYangin vercel/turbo#8036New Contributors
@braden-wmade their first contribution in vercel/turbo#7911@WillKirkmanMmade their first contribution in vercel/turbo#7956@javievmade their first contribution in vercel/turbo#7953@hardlydearlymade their first contribution in vercel/turbo#8032Full Changelog: https://github.com/vercel/turbo/compare/v1.13.2...v1.13.3
... (truncated)
Commits
3f46456publish 1.13.3 to registry326b541fix(telemetry): correctly parse alerted date (#8042)5e5f7d9feat(turborepo): Process package change events asynchronously (#8036)09b266cchore: remove repetitive words (#8032)db0eaf2feat(Turborepo): support inputs for file hash watching (#7907)9783846Removecan_be_in_same_chunk(#8029)e63b1a8chore: fix turborepo-repository MUSL release (#8028)ef3b09bchore(ci): bump protoc version (#8025)ab004dbchore(ci): pin Github Actions runner that builds turborepo to macos-12 (#8024)da53c14feat(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-insightspackage 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
3032563Version Packages (#11523)88f3a81Version Packages (#11520)1bf04baVersion Packages (#11512)256d0fdVersion Packages (#11511)863199aMigrate bisect argument parsing (#11491)21b87d2Version Packages (#11489)0f12005[cli] Migrate alias command to use parseArguments and getFlagsSpecification (...3980c60Version Packages (#11471)02454d4Version Packages (#11462)f4c181a[static-build] Don't rely onhugobinary existing in build-container (#11455)- Additional commits viewable in compare view
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
- compiler-core: fix bail constant for globals (fefce06)
- compiler-core: remove unnecessary constant bail check (09b4df8), closes #10807
- runtime-core: attrs should be readonly in functional components (#10767) (e8fd644)
- runtime-core: ensure slot compiler marker writable (#10825) (9c2de62), closes #10818
- runtime-core: properly handle inherit transition during clone VNode (#10809) (638a79f), closes #3716 #10497 #4091
- Transition: re-fix #10620 (#10832) (accf839), closes #10632 #10827
3.4.25 (2024-04-24)
Bug Fixes
- defineModel: align prod mode runtime type generation with defineProps (4253a57), closes #10769
- runtime-core: properly get keepAlive child (#10772) (3724693), closes #10771
- runtime-core: use normal object as internal prototype for attrs and slots (064e82f), closes /github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add#r141304923
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
... (truncated)
Commits
2417909release: v3.4.26fefce06fix(compiler-core): fix bail constant for globals638a79ffix(runtime-core): properly handle inherit transition during clone VNode (#10...e8fd644fix(runtime-core): attrs should be readonly in functional components (#10767)2d56816refactor: simplify traverse() for deep watchers (#10795)b01be66chore(deps): update lint (#10831)d00632brefactor: remove optional chaining (#10792)1138e7achore(deps): update build (#10830)1e7a806chore(deps): update test (#10829)e97fc93chore(deps): update all non-major dependencies (#10828)- Additional commits viewable in compare view
Updates @types/markdown-it from 14.0.1 to 14.1.1
Commits
- See full diff in compare view
Updates @types/node from 20.12.7 to 20.12.8
Commits
- See full diff in compare view
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
- Support standalone mode - by
@sheremet-vain vitest-dev/vitest#5565 (bdce0)- Custom "snapshotEnvironment" option - by
@sheremet-vain vitest-dev/vitest#5449 (30f72)- benchmark: Support comparing benchmark result - by
@hi-ogawaand@sheremet-vain vitest-dev/vitest#5398 (f8d3d)- browser: Allow injecting scripts - by
@sheremet-vain vitest-dev/vitest#5656 (21e58)- reporter: Support
includeConsoleOutputandaddFileAttributein junit - by@hi-ogawain vitest-dev/vitest#5659 (2f913)- ui: Sort items by file name - by
@bteain vitest-dev/vitest#5652 (1f726)🐞 Bug Fixes
- Keep order of arguments for .each in custom task collectors - by
@sheremet-vain vitest-dev/vitest#5640 (7d57c)- Call
resolveId('vitest')afterbuildStart- by@hi-ogawain vitest-dev/vitest#5646 (f5faf)- Hash the name of the file when caching - by
@sheremet-vain vitest-dev/vitest#5654 (c9e68)- Don't panic on empty files in node_modules - by
@sheremet-va(40c29)- Use
toJSONfor error serialization - by@hi-ogawain vitest-dev/vitest#5526 (19a21)- coverage:
- Exclude
*.test-d.*by default - by@MindfulPolin vitest-dev/vitest#5634 (bfe8a)- Apply
vite-node's wrapper only to executed files - by@AriPerkkioin vitest-dev/vitest#5642 (c9883)- vm:
- Support network imports - by
@sheremet-vain vitest-dev/vitest#5610 (103a6)🏎 Performance
- Improve performance of forks pool - by
@sheremet-vain vitest-dev/vitest#5592 (d8304)- Unnecessary rpc call when coverage is disabled - by
@AriPerkkioin vitest-dev/vitest#5658 (c5712)View changes on GitHub
v1.5.3
🐞 Bug Fixes
- Use package.json name for a workspace project if not provided - by
@sheremet-vain vitest-dev/vitest#5608 (48fba)- Backport jest iterable equality within object - by
@sukovanejin vitest-dev/vitest#5621 (30e5d)- browser: Support benchmark - by
@hi-ogawain vitest-dev/vitest#5622 (becab)- reporter: Use default error formatter for JUnit - by
@hi-ogawain vitest-dev/vitest#5629 (20060)View changes on GitHub
v1.5.2
🐞 Bug Fixes
- Check for null before storing in weakmap - by
@sheremet-va(ce368)View changes on GitHub
v1.5.1
🚀 Features
... (truncated)
Commits
6b29f3dchore: release v1.6.0c9883f3fix(coverage): applyvite-node's wrapper only to executed files (#5642)a52964bchore: release v1.5.381f57f4chore: release v1.5.21be4510chore: release v1.5.180265b4fix(coverage):thresholdsto compare files relative to root (#5574)ea3c16efix(coverage): prevent crash whencleanOnRerunis 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
- Support standalone mode - by
@sheremet-vain vitest-dev/vitest#5565 (bdce0)- Custom "snapshotEnvironment" option - by
@sheremet-vain vitest-dev/vitest#5449 (30f72)- benchmark: Support comparing benchmark result - by
@hi-ogawaand@sheremet-vain vitest-dev/vitest#5398 (f8d3d)- browser: Allow injecting scripts - by
@sheremet-vain vitest-dev/vitest#5656 (21e58)- reporter: Support
includeConsoleOutputandaddFileAttributein junit - by@hi-ogawain vitest-dev/vitest#5659 (2f913)- ui: Sort items by file name - by
@bteain vitest-dev/vitest#5652 (1f726)🐞 Bug Fixes
- Keep order of arguments for .each in custom task collectors - by
@sheremet-vain vitest-dev/vitest#5640 (7d57c)- Call
resolveId('vitest')afterbuildStart- by@hi-ogawain vitest-dev/vitest#5646 (f5faf)- Hash the name of the file when caching - by
@sheremet-vain vitest-dev/vitest#5654 (c9e68)- Don't panic on empty files in node_modules - by
@sheremet-va(40c29)- Use
toJSONfor error serialization - by@hi-ogawain vitest-dev/vitest#5526 (19a21)- coverage:
- Exclude
*.test-d.*by default - by@MindfulPolin vitest-dev/vitest#5634 (bfe8a)- Apply
vite-node's wrapper only to executed files - by@AriPerkkioin vitest-dev/vitest#5642 (c9883)- vm:
- Support network imports - by
@sheremet-vain vitest-dev/vitest#5610 (103a6)🏎 Performance
- Improve performance of forks pool - by
@sheremet-vain vitest-dev/vitest#5592 (d8304)- Unnecessary rpc call when coverage is disabled - by
@AriPerkkioin vitest-dev/vitest#5658 (c5712)View changes on GitHub
v1.5.3
🐞 Bug Fixes
- Use package.json name for a workspace project if not provided - by
@sheremet-vain vitest-dev/vitest#5608 (48fba)- Backport jest iterable equality within object - by
@sukovanejin vitest-dev/vitest#5621 (30e5d)- browser: Support benchmark - by
@hi-ogawain vitest-dev/vitest#5622 (becab)- reporter: Use default error formatter for JUnit - by
@hi-ogawain vitest-dev/vitest#5629 (20060)View changes on GitHub
v1.5.2
🐞 Bug Fixes
- Check for null before storing in weakmap - by
@sheremet-va(ce368)View changes on GitHub
v1.5.1
🚀 Features
... (truncated)
Commits
6b29f3dchore: release v1.6.0f8d3d22feat(benchmark): support comparing benchmark result (#5398)21e58bdfeat(browser): allow injecting scripts (#5656)30f728bfeat: custom "snapshotEnvironment" option (#5449)2f91322feat(reporter): supportincludeConsoleOutputandaddFileAttributein juni...c571276perf: unnecessary rpc call when coverage is disabled (#5658)bdce0a2feat: support standalone mode (#5565)40c299ffix: don't panic on empty files in node_modulesc9e68cefix: hash the name of the file when caching (#5654)f5faf42fix: callresolveId('vitest')afterbuildStart(#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
- See full diff in compare view
Updates @types/three from 0.162.0 to 0.164.0
Commits
- See full diff in compare view
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
- #2441 Added support for Pinia methods to
vue/no-unused-propertiesrule.🐛 Bug Fixes
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 |
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
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.
Looks like these dependencies are updatable in another way, so this is no longer needed.