dotnet / aspire-samples

MIT License
742 stars 217 forks source link

Bump the all-dependencies group across 1 directory with 12 updates #587

Open dependabot[bot] opened 4 days ago

dependabot[bot] commented 4 days ago

Bumps the all-dependencies group with 11 updates in the /samples/AspireWithJavaScript/AspireJavaScript.Vue directory:

Package From To
vue 3.4.33 3.5.13
@rushstack/eslint-patch 1.10.3 1.10.4
@types/node 20.14.11 22.9.3
@vitejs/plugin-vue 5.0.5 5.2.0
@vue/eslint-config-prettier 9.0.0 10.1.0
@vue/eslint-config-typescript 13.0.0 14.1.3
@vue/tsconfig 0.5.1 0.6.0
npm-run-all2 6.2.2 7.0.1
typescript 5.5.3 5.7.2
vite 5.3.4 5.4.11
vue-tsc 2.0.26 2.1.10

Updates vue from 3.4.33 to 3.5.13

Release notes

Sourced from vue's releases.

v3.5.13

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.12

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.11

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.10

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.9

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.8

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.7

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.6

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.5

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.4

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.3

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.2

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.1

For stable releases, please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vue's changelog.

3.5.13 (2024-11-15)

Bug Fixes

  • compiler-core: handle v-memo + v-for with functional key (#12014) (99009ee), closes #12013
  • compiler-dom: properly stringify template string style (#12392) (2d78539), closes #12391
  • custom-element: avoid triggering mutationObserver when relecting props (352bc88), closes #12214 #12215
  • deps: update dependency postcss to ^8.4.48 (#12356) (b5ff930)
  • hydration: the component vnode's el should be updated when a mismatch occurs. (#12255) (a20a4cb), closes #12253
  • reactiivty: avoid unnecessary watcher effect removal from inactive scope (2193284), closes #5783 #5806
  • reactivity: release nested effects/scopes on effect scope stop (#12373) (bee2f5e), closes #12370
  • runtime-dom: set css vars before user onMounted hooks (2d5c5e2), closes #11533
  • runtime-dom: set css vars on update to handle child forcing reflow in onMount (#11561) (c4312f9)
  • ssr: avoid updating subtree of async component if it is resolved (#12363) (da7ad5e), closes #12362
  • ssr: ensure v-text updates correctly with custom directives in SSR output (#12311) (1f75d4e), closes #12309
  • ssr: handle initial selected state for select with v-model + v-for option (#12399) (4f8d807), closes #12395
  • teleport: handle deferred teleport update before mounted (#12168) (8bff142), closes #12161
  • templateRef: set ref on cached async component which wrapped in KeepAlive (#12290) (983eb50), closes #4999 #5004
  • test: update snapshot (#12169) (828d4a4)
  • Transition: fix transition memory leak edge case (#12182) (660132d), closes #12181
  • transition: reflow before leave-active class after leave-from (#12288) (4b479db), closes #2593
  • types: defineEmits w/ interface declaration (#12343) (1022eab), closes #8457
  • v-once: setting hasOnce to current block only when in v-once (#12374) (37300fc), closes #12371

Performance Improvements

  • reactivity: do not track inner key `__v_skip`` (#11690) (d637bd6)
  • runtime-core: use feature flag for call to resolveMergedOptions (#12163) (1755ac0)

3.5.12 (2024-10-11)

Bug Fixes

... (truncated)

Commits
  • 6eb29d3 release: v3.5.13
  • 4f8d807 fix(ssr): handle initial selected state for select with v-model + v-for optio...
  • 983eb50 fix(templateRef): set ref on cached async component which wrapped in KeepAliv...
  • da7ad5e fix(ssr): avoid updating subtree of async component if it is resolved (#12363)
  • 1f75d4e fix(ssr): ensure v-text updates correctly with custom directives in SSR outpu...
  • 4b479db fix(transition): reflow before leave-active class after leave-from (#12288)
  • a20a4cb fix(hydration): the component vnode's el should be updated when a mismatch oc...
  • 352bc88 fix(custom-element): avoid triggering mutationObserver when relecting props
  • 10ab8c0 chore(playground): reset version when opening local playground from reproduction
  • d637bd6 perf(reactivity): do not track inner key `__v_skip`` (#11690)
  • Additional commits viewable in compare view


Updates @rushstack/eslint-patch from 1.10.3 to 1.10.4

Changelog

Sourced from @​rushstack/eslint-patch's changelog.

1.10.4

Sat, 27 Jul 2024 00:10:27 GMT

Patches

  • Include CHANGELOG.md in published releases again
Commits


Updates @types/node from 20.14.11 to 22.9.3

Commits


Updates @vitejs/plugin-vue from 5.0.5 to 5.2.0

Release notes

Sourced from @​vitejs/plugin-vue's releases.

plugin-vue@5.2.0

Please refer to CHANGELOG.md for details.

plugin-vue@5.1.5

Please refer to CHANGELOG.md for details.

plugin-vue@5.1.4

Please refer to CHANGELOG.md for details.

plugin-vue@5.1.3

Please refer to CHANGELOG.md for details.

plugin-vue@5.1.2

Please refer to CHANGELOG.md for details.

plugin-vue@5.1.1

Please refer to CHANGELOG.md for details.

plugin-vue@5.1.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

5.2.0 (2024-11-13)

  • feat: add a feature option to support custom component id generator (#461) (7a1fc4c), closes #461

5.1.5 (2024-11-11)

5.1.4 (2024-09-16)

  • chore: format (07b29a6)
  • chore(deps): update dependency rollup to ^4.21.3 (#440) (98766c2), closes #440
  • fix: skip checking private properties of typeParameters (#443) (e4f5fff), closes #443
  • fix(plugin-vue): allow overwrite esbuild config (#444) (1344294), closes #444

5.1.3 (2024-08-29)

  • chore: upgrade to eslint 9 (236a40f)
  • chore: use pnpm catalog for shared deps (0735e18)
  • chore(deps): update dependency rollup to ^4.20.0 (#433) (37c9073), closes #433
  • chore(deps): update upstream (#436) (b75a46f), closes #436
  • fix(deps): update all non-major dependencies (#421) (e3a7fec), closes #421
  • fix(plugin-vue): default value for __VUE_OPTIONS_API__ (acb57c9), closes #438

5.1.2 (2024-08-01)

  • refactor(plugin-vue): add type field (a6b7e3f)
  • fix(plugin-vue): add deprecated script.propsDestructure option (1e24322), closes #431
  • chore(deps): update upstream (#432) (5d592cd), closes #432

5.1.1 (2024-07-27)

  • fix(plugin-vue): clear script cache if recall (f5eb5ac), closes #431

... (truncated)

Commits
  • 7edc3d9 release: plugin-vue@5.2.0
  • 7a1fc4c feat: add a feature option to support custom component id generator (#461)
  • 7d081cc release: plugin-vue@5.1.5
  • 91210cc chore(deps): update dependency rollup to ^4.25.0 (#472)
  • e432bcb fix(deps): update all non-major dependencies (#439)
  • 62b17f3 fix(hmr): should reload if relies file changed after re-render (#471)
  • 8f9c624 fix(hmr): re-resolve script after type dep changed (#446)
  • 5625fc9 chore(deps): update upstream (#462)
  • 4a811b0 chore: fix typo (#464)
  • de88394 perf: use hash to replace createHash (#460)
  • Additional commits viewable in compare view


Updates @vue/eslint-config-prettier from 9.0.0 to 10.1.0

Release notes

Sourced from @​vue/eslint-config-prettier's releases.

v10.1.0

New Features

  • Added .d.ts files, fixed #24

Full Changelog: https://github.com/vuejs/eslint-config-prettier/compare/v10.0.0...v10.1.0

v10.0.0

What's Changed

Full Changelog: https://github.com/vuejs/eslint-config-prettier/compare/v9.0.0...v10.0.0

Commits


Updates @vue/eslint-config-typescript from 13.0.0 to 14.1.3

Release notes

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

v14.1.3

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/eslint-config-typescript/compare/v14.1.2...v14.1.3

v14.1.2

Bug Fixes

  • Print more friendly error messages if the user provides a non-existent configuration name to extends.

Full Changelog: https://github.com/vuejs/eslint-config-typescript/compare/v14.1.1...v14.1.2

v14.1.1

Bug Fixes

  • Fixed #91

    TypeError: Config "typescript-eslint/disable-type-checked": Key "files": Expected value to be a non-empty array"

Full Changelog: https://github.com/vuejs/eslint-config-typescript/compare/v14.1.0...v14.1.1

v14.1.0

New Features

Bug Fixes

New Contributors

Full Changelog: https://github.com/vuejs/eslint-config-typescript/compare/v14.0.1...v14.1.0

v14.0.1

Bugfixes

  • Fixed an occasional bug that when using with npm or yarn v1, an invalid ecmaVersion error would be thrown if the wrong version of estree is hoisted to the node_modules root. Fixes #87. [aae95d6]

New Contributors

Full Changelog: https://github.com/vuejs/eslint-config-typescript/compare/v14.0.0...v14.0.1

... (truncated)

Commits
  • 3f8bf2e 14.1.3
  • a6cb23d fix: skip typechecking cjs and mjs files
  • 4cbb1ba docs: add missing curly bracket in example config
  • aaca88c 14.1.2
  • 6b2d045 chore: add more meaningful error message for incorrect config names
  • 21142b1 docs: fix type-aware linting example
  • 3bca91e 14.1.1
  • d414c99 fix: if no matching files found, skip setting the corresponding config
  • 76c7a96 docs: keep the line length short to avoid scrollbars on GitHub
  • 0370486 14.1.0
  • Additional commits viewable in compare view


Updates @vue/tsconfig from 0.5.1 to 0.6.0

Release notes

Sourced from @​vue/tsconfig's releases.

v0.6.0

Notable Changes

Full Changelog: https://github.com/vuejs/tsconfig/compare/v0.5.1...v0.6.0

Commits
  • ab39083 0.6.0
  • 1b9a763 workflow: add release automation with provenance
  • ad9bd77 fix: require vue 3.3 as peer dependency
  • 590d74c fix: add peer dep to typescript v5.x in package.json. (#20)
  • e1ef309 chore: rename bundler to Bundler for consistency
  • 6355fab feat: set moduleDetection to force
  • 27fa57b feat: enable allowImportingTsExtensions
  • 480cd96 fix: typo (#28)
  • 16c3736 chore: remove the FIXME comment on outDir field
  • 354b7df docs: update the examples to use Node.js 22 as it's the active LTS
  • See full diff in compare view


Updates eslint-plugin-vue from 9.27.0 to 9.31.0

Release notes

Sourced from eslint-plugin-vue's releases.

v9.31.0

✨ Enhancements

🐛 Bug Fixes

⚙️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.30.0...v9.31.0

v9.30.0

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.1...v9.30.0

v9.29.1

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.0...v9.29.1

v9.29.0

✨ Enhancements

New Rules

Others

... (truncated)

Commits
  • 16c8778 9.31.0
  • b779f88 feat(no-empty-component-block): support auto fix (#2595)
  • a5fb774 feat: add prefer-use-template-ref rule (#2554)
  • e13089e fix(require-explicit-slots): ignore attribute binding (#2591)
  • 54a99c5 refactor: store the defineEmits variable name (#2592)
  • 9205cc8 feat(no-reserved-component-names): add case sensitive option (#2594)
  • 4729a3b fix(define-macros-order): skip TSModuleDeclaration statements (#2593)
  • 50bde65 9.30.0
  • 9a56de8 Fix false negatives and false positives in vue/require-valid-default-prop r...
  • 86300c4 fix(custom-event-name-casing): check defineEmits variable name in template (#...
  • Additional commits viewable in compare view


Updates npm-run-all2 from 6.2.2 to 7.0.1

Release notes

Sourced from npm-run-all2's releases.

v7.0.1

Commits

  • Revert engine range bump back to Node 18 b2e849b

v7.0.0

Merged

Commits

  • Breaking change: Bump node engines ^18.17.0 || >=20.5.0 49b95f0
  • Merge pull request #156 from bcomnes/rm-rf-rimraf c661ffc
  • Remove rimraf c77e085

v6.2.6

Commits

  • Prevent a throw when looking up undefined results d928f9a

v6.2.4

Merged

Fixed

v6.2.3

Commits

  • Merge pull request #151 from bcomnes/fix-pnpm-agian c43fa2b
  • Avoid passing config fields as flags for pnpm dc2d7da
Changelog

Sourced from npm-run-all2's changelog.

v7.0.1

Commits

  • Revert engine range bump back to Node 18 b2e849b

v7.0.0 - 2024-10-21

Merged

Commits

  • Breaking change: Bump node engines ^18.17.0 || >=20.5.0 49b95f0
  • Merge pull request #156 from bcomnes/rm-rf-rimraf c661ffc
  • Remove rimraf c77e085

v6.2.6 - 2024-10-21

Commits

  • Prevent a throw when looking up undefined results d928f9a

v6.2.4 - 2024-10-18

Merged

Fixed

v6.2.3 - 2024-09-13

Commits

  • Merge pull request #151 from bcomnes/fix-pnpm-agian c43fa2b
  • Avoid passing config fields as flags for pnpm dc2d7da
Commits
  • 43bfd54 7.0.1
  • b2e849b Revert engine range bump back to Node 18
  • 1a2f0a1 7.0.0
  • b300a1f Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/minimatch-10.0.1'
  • 4be26c5 Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/which-5.0.0'
  • 3f28b19 Merge pull request #158 from bcomnes/fix-undefined-throw
  • b0f342e Prevent a throw when looking up undefined results
  • c661ffc Merge pull request #156 from bcomnes/rm-rf-rimraf
  • b667e23 Upgrade: Bump which from 3.0.1 to 5.0.0
  • c989293 Upgrade: Bump minimatch from 9.0.5 to 10.0.1
  • Additional commits viewable in compare view


Updates typescript from 5.5.3 to 5.7.2

Release notes

Sourced from typescript's releases.

TypeScript 5.7

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.7 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

... (truncated)

Commits