Bump the major-updates group across 1 directory with 2 updates
Bumps the major-updates group with 2 updates in the / directory: @vitejs/plugin-vue and vue-tsc.
Updates @vitejs/plugin-vue from 4.6.2 to 5.0.4
Release notes
Sourced from @vitejs/plugin-vue's releases.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
Changelog
Sourced from @vitejs/plugin-vue's changelog.
5.0.4 (2024-02-09)
- chore(deps-dev): bump vite from 5.0.10 to 5.0.12 (#354) (0294b9d), closes #354
- chore(deps): update dependency prettier to v3.2.4 (#347) (e957179), closes #347
- chore(deps): update dependency prettier to v3.2.5 (#352) (a9f5b11), closes #352
- chore(deps): update upstream (#333) (573420d), closes #333
- types: omit overridden options (0c7432b)
- fix(deps): update all non-major dependencies (#332) (70e5df9), closes #332
- fix(plugin-vue): allow disabling transformAssetUrls (#326) (0ff6fb7), closes #326
5.0.3 (2024-01-10)
- fix(deps): update all non-major dependencies (#309) (8c694f6), closes #309
- fix(plugin-vue): handle circular references in HMR check (#334) (eddcfa8), closes #334 #325
- fix(plugin-vue): handle custom element when hot update (6ffee6d)
- chore: fix typo (0a3b9a5)
- chore(deps): update upstream (#310) (90eb484), closes #310
5.0.2 (2023-12-30)
- fix: ensure consistent user template options when reusing AST (bc0ad64), closes #322
- fix: only enable ast reuse for vue 3.4.3+ (4a53b6f)
- chore: bump vue to 3.4.2 (97002e1)
5.0.1 (2023-12-29)
- fix: Revert "feat: support template AST reuse from Vue 3.4 parser" (5d68fbd), closes #322 /github.com/vuejs/core/blob/a41c5f1f4367a9f41bcdb8c4e02f54b2378e577d/packages/compiler-sfc/src/parse.ts#L133-L139 /github.com/vitejs/vite-plugin-vue/blob/f75de2e5284af6036efa45d5c9ec37757485e3a0/packages/plugin-vue/src/template.ts#L186-L190
- chore: aggregated changelog for 5.0 [ci skip] (2b33c32)
5.0.0 (2023-12-25)
- Breaking: drop
reactivityTransformsupport- Breaking: drop Node 14/16 support
- Breaking: drop Vite 4.x support
- Vue 3.4 template AST reuse support
- Vue 3.4 compile-time flag
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__support- Added
customElementoption- Deprecated
defineModeloption5.0.0-beta.1 (2023-12-14)
- chore: deprecate defineModel option (0d52a27)
... (truncated)
Commits
1fe0d97release: [email protected]0294b9dchore(deps-dev): bump vite from 5.0.10 to 5.0.12 (#354)0c7432btypes: omit overridden options0ff6fb7fix(plugin-vue): allow disabling transformAssetUrls (#326)a9f5b11chore(deps): update dependency prettier to v3.2.5 (#352)70e5df9fix(deps): update all non-major dependencies (#332)e957179chore(deps): update dependency prettier to v3.2.4 (#347)573420dchore(deps): update upstream (#333)1963dcfrelease: [email protected]eddcfa8fix(plugin-vue): handle circular references in HMR check (#334)- Additional commits viewable in compare view
Updates vue-tsc from 1.8.27 to 2.0.19
Release notes
Sourced from vue-tsc's releases.
v2.0.19
Bug Fixes
- language-core: property 'xyz' does not exist on type 'abc' when using v-for (#4386)
- language-core: avoid report error when events do not accept parameters (#4387)
- language-core: inline dynamic event handlers should not expect commas (#4387)
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.19 (2024-05-16)
Bug Fixes
- language-core: property 'xyz' does not exist on type 'abc' when using v-for (#4386)
- language-core: avoid report error when events do not accept parameters (#4387)
- language-core: inline dynamic event handlers should not expect commas (#4387)
2.1.0-insiders.10 (2024-05-15)
Download Pages: GitHub Releases, 爱发电电圈
Join the Insiders Program for more exclusive features and updates.
Other Changes
- Merged v2.0.18.
2.0.18 (2024-05-15)
Features
- language-core: report unknown events when strictTemplates is enabled (#3718)
- language-core: add
compileSFCScriptplugin hook (#3200)- vscode: add coffeescript syntax highlight support
Bug Fixes
- language-core: fix event handler type for hyphen-case event names
- language-core: allow binding multiple events with the same name (#4369)
- language-core: variable used in
keyappears as unused in v-for template tag (#329) (#3421)- language-core: generics with slots don't work with Vue 2.7 (#3241)
- language-core: template language of .md files should be markdown (#4299)
- language-core: no template class links when
experimentalResolveStyleCssClassesis set toalways(#4379)Other Changes
- Upgrade Volar from
v2.2.2tov2.2.4.
- Fixed a few URI conversion issues
- fix(typescript): empty items list should be valid completion result (#4368)
- fix(typescript): path completion not working for meta files
- Upgrade Volar services from
v0.0.44tov0.0.45.
- fix(typescript-twoslash-queries): inlay hints not working
- fix(css, html, json, yaml): failed to resolve relative path
- feat(emmet): port VSCode emmet extension client logic (volarjs/services#95)
- The following extensions have been added to Hybrid Mode’s compatibility whitelist:
miaonster.vscode-tsx-arrow-definitionrunem.lit-plugin2.1.0-insiders.9 (2024-05-10)
... (truncated)
Commits
a9fae15v2.0.1994c3386fix(language-core): property 'xyz' does not exist on type 'abc' when using v-for7aac280v2.0.1845832efchore: bump volare86e6ebchore: upgrade volar968039cv2.0.1782af0cfchore: bump volardd6c13efix(language-core): support defineModel for generic component (#4345)555178bchore: bump volar95b78c3v2.0.16- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions