-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update dependency create-vue to v3.18.0 #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
develop
Choose a base branch
from
renovate/create-vue-3.x-lockfile
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c955c4f
to
5870cf3
Compare
849cda2
to
9be2d07
Compare
9be2d07
to
548e24d
Compare
548e24d
to
f70121d
Compare
f70121d
to
f5e3f23
Compare
f5e3f23
to
b2cb520
Compare
b2cb520
to
010dacd
Compare
010dacd
to
d25877a
Compare
d25877a
to
4b606ee
Compare
4b606ee
to
b905142
Compare
b905142
to
a9e7006
Compare
a9e7006
to
aec6b1a
Compare
aec6b1a
to
1b3a4b3
Compare
1b3a4b3
to
95c6f5f
Compare
95c6f5f
to
36dd35e
Compare
36dd35e
to
72ed6b1
Compare
72ed6b1
to
0de890e
Compare
0de890e
to
a760bff
Compare
a760bff
to
f56f9d5
Compare
f56f9d5
to
3cd0797
Compare
3cd0797
to
1998197
Compare
1998197
to
ed2179f
Compare
ed2179f
to
065323d
Compare
065323d
to
8b2f5ee
Compare
8b2f5ee
to
d700d3b
Compare
d700d3b
to
49249ab
Compare
49249ab
to
f21016f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
3.7.1
->3.18.0
Release Notes
vuejs/create-vue (create-vue)
v3.18.0
: 2025-07-28 (v3.18.0)Compare Source
Notable Changes
engines
field in the generatedpackage.json
by @btea in #775New Contributors
Full Changelog: vuejs/create-vue@v3.17.0...v3.18.0
v3.17.0
: 2025-06-25 (v3.17.0)Compare Source
Notable Changes
rolldown-vite
option by @btea in #760Full Changelog: vuejs/create-vue@v3.16.4...v3.17.0
v3.16.4
: 2025-04-07 (v3.16.4)Compare Source
What's Changed
Full Changelog: vuejs/create-vue@4c21830...v3.16.4
v3.16.3
: 2025-04-03 (v3.16.3)Compare Source
Bug Fixes
[2b4b655]
Full Changelog: vuejs/create-vue@v3.16.2...v3.16.3
v3.16.2
: 2025-04-02 (v3.16.2)Compare Source
Bug Fixes
Full Changelog: vuejs/create-vue@v3.16.0...v3.16.2
v3.16.1
Compare Source
v3.16.0
: 2025-04-02 (v3.16.0)Compare Source
Notable Changes
create-vue
package is now bundled by Rolldown instead of esbuild #721defineConfig
&globalIgnores
helpers from ESLint 9.22+.New Contributors
Full Changelog: vuejs/create-vue@v3.15.1...v3.16.0
v3.15.1
: 2025-03-09 (v3.15.1)Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/create-vue@v3.15.0...v3.15.1
v3.15.0
: 2025-03-08 (v3.15.0)Compare Source
Notable Changes
CLI Experience
--eslint-with-oxlint
and--prettier
#682Prettier
ESLint
eslint-plugin-vue
to v10. The most notable change is for JavaScript projects - browserglobals
must now be explicitly configured ineslint.config.js
New Contributors
Full Changelog: vuejs/create-vue@v3.14.2...v3.15.0
v3.14.2
: 2025-02-17 (v3.14.2)Compare Source
What's Changed
Updated dependency versions. Most notably, pinia is updated to v3.
Full Changelog: vuejs/create-vue@v3.14.1...v3.14.2
v3.14.1
: 2025-02-07 (v3.14.1)Compare Source
What's Changed
--bare
templates by @cexbrayat in #674cypress install
toprepare
script #679pnpm approve-builds
after install #680New Contributors
Full Changelog: vuejs/create-vue@v3.14.0...v3.14.1
v3.14.0
: 2025-01-22 (v3.14.0)Compare Source
What's Changed
eslint.config.ts
in TypeScript projectseslint.config.*
totsconfig.node.json
and fixed other eslint issues by @haoqunjiang in #669defineConfigWithVueTs
helper from@vue/eslint-config-typescript
14.3Intl.getCanonicalLocales
error message by @btea in #650C
/C.UTF-8
by @haoqunjiang in #657New Contributors
Full Changelog: vuejs/create-vue@v3.13.0...v3.14.0
v3.13.0
: 2024-12-24 (v3.13.0)Compare Source
Notable Changes
composite: true
from tsconfigs #635--bare
CLI option to generate a barebone project without example code #636--help
and--version
CLI options #646Full Changelog: vuejs/create-vue@v3.12.2...v3.13.0
Happy Holidays!
v3.12.2
: 2024-11-30 (v3.12.2)Compare Source
What's Changed
--force
from thetype-check
script by @haoqunjiang in #606baseUrl
from all TSConfig files by @haoqunjiang in #607bun run build
, notbun build
by @Hornwitser in #615New Contributors
Full Changelog: vuejs/create-vue@v3.12.1...v3.12.2
v3.12.1
: 2024-11-08 (v3.12.1)Compare Source
What's Changed
vite-plugin-vue-devtools
is included in the base template for all new projects.@types/node
v22 and@tsconfig/node22
, as Node.js v22 has recently become the active LTS--ignore-path .gitignore
to thelint:oxlint
script.Full Changelog: vuejs/create-vue@v3.12.0...v3.12.1
v3.12.0
: 2024-11-05 (v3.12.0)Compare Source
Notable Changes
lang
attribute to an empty string, dropping English as the default language by @botic in #600Please set your preferred language manually after scaffolding the project
create-vue
instead ofvue
core by @haoqunjiang in 5c93155(TL;DR: removed
"arrowParens": "avoid"
and added"printWidth": 100
)New Contributors
Full Changelog: vuejs/create-vue@v3.11.2...v3.12.0
v3.11.2
: 2024-10-25 (v3.11.2)Compare Source
What's Changed
Full Changelog: vuejs/create-vue@v3.11.1...v3.11.2
v3.11.1
: 2024-10-15 (v3.11.1)Compare Source
What's Changed
tsconfig.json
for cypress e2e a level up for better tooling compatibility [5027f2b]Full Changelog: vuejs/create-vue@v3.11.0...v3.11.1
v3.11.0
: 2024-10-11 (v3.11.0)Compare Source
What's Changed
npm run
to start the server on default port by @zetaraku in #540New Contributors
Full Changelog: vuejs/create-vue@v3.10.4...v3.11.0
v3.10.4
: 2024-06-19 (v3.10.4)Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/create-vue@v3.10.3...v3.10.4
v3.10.3
Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/create-vue@v3.10.2...v3.10.3
v3.10.2
: 2024-03-19 (v3.10.2)Compare Source
Notable Changes
bun create vue@latest
(by @ccjr1120 in #471)New Contributors
Full Changelog: vuejs/create-vue@v3.10.1...v3.10.2
v3.10.1
: 2024-03-12 (v3.10.1)Compare Source
Notable Changes
--typescript
) caused the wrong target directory name to be inferredFull Changelog: vuejs/create-vue@v3.10.0...v3.10.1
v3.10.0
: 2024-03-11 (v3.10.0)Compare Source
Notable Changes
vue-tsc
to v2 https://github.com/vuejs/language-tools/releases/tag/v2.0.0eslint-plugin-playwright
would now be included in the default ESLint configuration (by @georgi-mateev in #433)New Contributors
Full Changelog: vuejs/create-vue@v3.9.2...v3.10.0
v3.9.2
: 2024-01-30 (v3.9.2)Compare Source
Notable Changes
@vitejs/plugin-vue
to v5@types/node
to v20 and replaced@tsconfig/node18
withtsconfig/node20
tsBuildInfoFile
intsconfig.*.json
files by @sodatea in #409Full Changelog: vuejs/create-vue@v3.9.1...v3.9.2
v3.9.1
: 2023-12-16 (v3.9.1)Compare Source
Notable Changes
@vue/tsconfig
to v0.5.0, which turnsnoEmit
on by default and provides atsconfig.lib.json
for library authors https://redirect.github.com/vuejs/tsconfig/pull/26/files"type": "module"
in Nightwatch projects by @cexbrayat in #404 Now all the templates are using"type": "module"
in theirpackage.json
s.Full Changelog: vuejs/create-vue@v3.9.0...v3.9.1
v3.9.0
: 2023-12-06 (v3.9.0)Compare Source
Notable Changes
ts-node
, which is used by many other tools underlyingly, hasn't supported it yet TypeStrong/ts-node#2091"type": "module"
inpackage.json
vue-tsc --build --force
command for type-checking, instead of the cumbersomevue-tsc --noEmit -p tsconfig.app.json --composite false
. After this change, thetype-check
command is able to check all files in the project and catch more errors.*.tsbuildinfo
to the end of.gitignore
"noEmit": true
to thecompilerOptions
in all existingtsconfig.*.json
s, such astsconfig.app.json
andtsconfig.node.json
.jsconfig.json
for JS projects by @GraxMonzo in #102New Contributors
Full Changelog: vuejs/create-vue@v3.8.0...v3.9.0
v3.8.0
: 2023-10-20 (v3.8.0)Compare Source
Notable Changes
New Contributors
Full Changelog: vuejs/create-vue@v3.7.5...v3.8.0
v3.7.5
: 2023-09-20 (v3.7.5)Compare Source
Notable Changes
npm-run-all
withnpm-run-all2
(correctly) by @cexbrayat in #343Full Changelog: vuejs/create-vue@v3.7.4...v3.7.5
v3.7.4
: 2023-09-14 (v3.7.4)Compare Source
Notable Changes
ReplacedIt's not actually replaced until the v3.7.5 release.npm-run-all
with its maintained forknpm-run-all2
build
script in the TypeScript template, to allow passing arguments tovite build
(by @wsehl in #338)New Contributors
Full Changelog: vuejs/create-vue@v3.7.3...v3.7.4
v3.7.3
: 2023-08-19 (v3.7.3)Compare Source
Notable Changes
vitest
to v0.34. Note this release contains breaking changes.transformMode
should be removed fromvitest.config.js
orvitest.config.ts
after this update.Full Changelog: vuejs/create-vue@v3.7.2...v3.7.3
v3.7.2
: 2023-07-25 (v3.7.2)Compare Source
Notable Changes
@tsconfig/node18
to v18.moduleResolution
tobundler
intsconfig.node.json
, seef0e47a6
prettier
to v3.@vue/eslint-config-prettier
is also updated to the latest 8.0.0 version.vitest.config.ts
(b948832)resolution-mode: lowest-direct
by default. So, in an existing project,pnpm install
won't get the latest dependency versions automatically, you need to runpnpm up
manually.Full Changelog: vuejs/create-vue@v3.7.1...v3.7.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.