This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.5.13
->4.5.15
4.5.13
->4.5.15
4.5.13
->4.5.15
4.5.13
->4.5.15
4.5.13
->4.5.15
4.5.13
->4.5.15
4.5.13
->4.5.15
3.0.11
->3.2.31
2.0.0-rc.6
->2.0.0-rc.17
3.0.11
->3.2.31
4.0.0
->4.0.2
Release Notes
vuejs/vue-cli
v4.5.15
Compare Source
Bug Fixes
.mjs
file type tojavascript/auto
[15b1e1b]This change allows an
.mjs
file to import named exports from.cjs
and plain.js
files.Fixes compatibility with
pinia
.v4.5.14
Compare Source
Security Fixes
This version fixed a CORS vulnerability and an XSS vulnerability in Vue CLI UI.
We recommend all users of
vue ui
to upgrade to this version as soon as possible.Credits:
Ngo Wei Lin (@Creastery) of STAR Labs (@starlabs_sg)
vuejs/core
v3.2.31
Compare Source
Bug Fixes
v3.2.30
Compare Source
Features
Performance Improvements
v3.2.29
Compare Source
Bug Fixes
v3.2.28
Compare Source
v3.2.27
Compare Source
Bug Fixes
Features
ExtractPropTypes
to avoid props JSDocs being removed (#5166) (a570b38)Performance Improvements
v3.2.26
Compare Source
v3.2.25
Compare Source
Bug Fixes
Features
v3.2.24
Compare Source
Bug Fixes
Features
v3.2.23
Compare Source
Bug Fixes
null
as default prop value. (#4979) (f2d2d7b), closes #4868Features
v3.2.22
Compare Source
Bug Fixes
v3.2.21
Compare Source
Bug Fixes
v-memo
to built-in directives check (#4787) (5eb7263)v3.2.20
Compare Source
Bug Fixes
toRef
return correct type(fix #4732) (#4734) (925bc34)Features
<script setup>
defineProps destructure transform (#4690) (467e113)v3.2.19
Compare Source
Bug Fixes
v3.2.18
Compare Source
v3.2.17
Compare Source
Bug Fixes
v3.2.16
Compare Source
Bug Fixes
v3.2.15
Compare Source
Bug Fixes
v3.2.14
Compare Source
Bug Fixes
v3.2.13
Compare Source
Bug Fixes
Features
v3.2.12
Compare Source
Bug Fixes
v3.2.11
Compare Source
Bug Fixes
v3.2.10
Compare Source
Bug Fixes
v3.2.9
Compare Source
Bug Fixes
Date
prop type with defineProps (#4519) (fac9a29)v3.2.8
Compare Source
Bug Fixes
v3.2.7
Compare Source
Bug Fixes
v3.2.6
Compare Source
Bug Fixes
v3.2.5
Compare Source
Bug Fixes
<script>
and<script setup>
co-usage ordering edge case (#4419) (9826382), closes #4395 #4376<script setup>
is used (872b3f7), closes #4369Features
<script>
(06051c4)v3.2.4
Compare Source
Bug Fixes
Reverts
v3.2.3
Compare Source
Bug Fixes
v3.2.2
Compare Source
Bug Fixes
v3.2.1
Compare Source
Bug Fixes
v3.2.0
Compare Source
Compatibility Notes
This release contains no public API breakage. However, there are a few compatibility related notes:
Due to usage of new runtime helpers, code generated by the template compiler in >= 3.2 will not be compatible with runtime < 3.2.
This only affects cases where there is a version mismatch between the compiler and the runtime. The most common case is libraries that ship pre-compiled Vue components. If you are a library author and ship code pre-compiled by Vue >= 3.2, your library will be only compatible Vue >= 3.2.
This release ships TypeScript typings that rely on Template Literal Types and requires TS >= 4.1.
Features
SFC
<script setup>
(27104ea) (Docs) (RFC)<style>
v-bind (3b38c9a) (Docs) (RFC)<script setup>
by avoiding exposing unused imports to template during dev (5a3ccfd), closes #3183Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.