-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update vue cli (major) #61
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/major-vue-cli
base: master
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.
Open
Conversation
This file contains 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
19d86ca
to
d9c024d
Compare
d9c024d
to
70896ee
Compare
70896ee
to
c6a07f3
Compare
c6a07f3
to
2194813
Compare
2194813
to
0077ee9
Compare
0077ee9
to
e0212d0
Compare
e0212d0
to
b3c1c17
Compare
b3c1c17
to
e683172
Compare
e683172
to
6244ac8
Compare
41f1bac
to
2f62ce9
Compare
71c77d3
to
338657f
Compare
338657f
to
6c5367e
Compare
6c5367e
to
79dc03d
Compare
79dc03d
to
dcd1a97
Compare
dcd1a97
to
8e68336
Compare
8e68336
to
aa56076
Compare
aa56076
to
6310d75
Compare
6310d75
to
9495f84
Compare
9495f84
to
d4de62c
Compare
b894c02
to
3b3a690
Compare
3e0d794
to
8ed860e
Compare
8a41753
to
32cbb28
Compare
32cbb28
to
ff5efe9
Compare
ff5efe9
to
494ab6e
Compare
3072e8a
to
93e736a
Compare
93e736a
to
b825d13
Compare
b825d13
to
e2b66ca
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
major
Pull requests that update a major version
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.11
->5.0.8
4.5.11
->5.0.8
4.5.11
->5.0.8
4.5.11
->5.0.8
4.5.11
->5.0.8
6.0.0
->10.2.0
5.1.0
->14.5.0
Release Notes
vuejs/vue-cli (@vue/cli)
v5.0.8
Compare Source
🐛 Bug Fix
@vue/cli-service
@vue/cli-ui
v5.0.7
Compare Source
@vue/cli-service
devServer.server
option, avoid deprecation warnings (@backrunner, @sodatea)devServer.client.progress
@vue/cli-ui
Committers: 2
v5.0.6
Compare Source
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7,
vue-template-compiler
is no longer a required peer dependency. Rather, there's a new export under the main package asvue/compiler-sfc
.v5.0.5
Compare Source
🐛 Bug Fix
@vue/cli
@vue/cli-service
Committers: 3
v5.0.4
Compare Source
🐛 Bug Fix
@vue/cli-service
publicPath: 'auto'
(@AndreiSoroka)@vue/cli-shared-utils
,@vue/cli-ui
node-ipc
with@achrinza/node-ipc
to further secure the dependency chainCommitters: 1
v5.0.3
Compare Source
🐛 Bug Fix
@vue/cli-shared-utils
,@vue/cli-ui
node-ipc
to v9.2.1v5.0.2
Compare Source
🐛 Bug Fix
@vue/cli-service
Committers: 2
v5.0.1
Compare Source
Same as 5.0.0.
v4.5.19
Compare Source
IMPORTANT NOTE: IE 11 has reached End-of-Life. The default
browserslist
query no longer includes IE 11 as a target.If your project still has to support IE 11, you MUST manually add
IE 11
to the last line of the.browserslistrc
file in the project (orbrowserslist
field inpackage.json
)🐛 Bug Fix
@vue/babel-preset-app
@vue/cli-plugin-typescript
v4.5.18
Compare Source
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7,
vue-template-compiler
is no longer a required peer dependency. Rather, there's a new export under the main package asvue/compiler-sfc
.v4.5.17
Compare Source
🐛 Bug Fix
@vue/cli-shared-utils
,@vue/cli-ui
node-ipc
with@achrinza/node-ipc
to further secure the dependency chainCommitters: 1
v4.5.16
Compare Source
🐛 Bug Fix
@vue/cli-service
@vue/cli-shared-utils
,@vue/cli-ui
node-ipc
to v9.2.1v4.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)
v4.5.13
Compare Source
🐛 Bug Fix
@vue/babel-preset-app
@vue/cli-plugin-unit-mocha
@vue/cli-service
Others
Committers: 3
v4.5.12
Compare Source
vue-codemod
to work around an NPM hoisting bugtypescript
version to 4.1 andprettier
version to 2.x for new projects, fixes #6299vuejs/eslint-config-prettier (@vue/eslint-config-prettier)
v10.2.0
Compare Source
New Features
@stylistic
formatting rules.Full Changelog: vuejs/eslint-config-prettier@v10.1.0...v10.2.0
v10.1.0
Compare Source
New Features
.d.ts
files, fixed #24Full Changelog: vuejs/eslint-config-prettier@v10.0.0...v10.1.0
v10.0.0
Compare Source
What's Changed
.eslintrc*
configuration format. If you need that, please stay on version 9, which is also tagged as@vue/eslint-config-prettier@legacy-eslintrc
.Full Changelog: vuejs/eslint-config-prettier@v9.0.0...v10.0.0
v9.0.0
Compare Source
Breaking Changes
v8.0.0
Compare Source
Breaking Changes
v7.1.0
Compare Source
New Features
skip-formatting
ruleset b5933a9v7.0.0
Compare Source
Breaking Changes
@rushstack/eslint-patch
vuejs/eslint-config-typescript (@vue/eslint-config-typescript)
v14.5.0
Compare Source
v14.4.0
Compare Source
What's Changed
tsSyntaxInTemplates
configuration field, so that linting can be sped up by disabling it by @haoqunjiang in https://github.com/vuejs/eslint-config-typescript/pull/142extends
field, which is supported intypescript-eslint
, fixes #136 by @haoqunjiang in https://github.com/vuejs/eslint-config-typescript/pull/143Full Changelog: vuejs/eslint-config-typescript@v14.3.0...v14.4.0
v14.3.0
Compare Source
New Features
defineConfigWithVueTs
andvueTsConfigs
.Please read the documentation for more details.
With this new API set, you can easily override type-aware linting rules without worrying its position in the config array. Therefore there would be fewer mysterious errors or slowdown in a heavily customized project.
Bug Fixes
New Contributors
Full Changelog: vuejs/eslint-config-typescript@v14.2.0...v14.3.0
v14.2.0
Compare Source
What's Changed
rootDir
issue by @markieo1 in https://github.com/vuejs/eslint-config-typescript/pull/108defineConfig
utility function and use it in examples by @haoqunjiang in https://github.com/vuejs/eslint-config-typescript/pull/117~~ Don't use this feature yet, it's under active refactoring for better usability.New Contributors
Full Changelog: vuejs/eslint-config-typescript@v14.1.4...v14.2.0
v14.1.4
Compare Source
v14.1.3
Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/eslint-config-typescript@v14.1.2...v14.1.3
v14.1.2
Compare Source
Bug Fixes
extends
.Full Changelog: vuejs/eslint-config-typescript@v14.1.1...v14.1.2
v14.1.1
Compare Source
Bug Fixes
Full Changelog: vuejs/eslint-config-typescript@v14.1.0...v14.1.1
v14.1.0
Compare Source
New Features
*TypeChecked
configs by providing a meaningful and performant default by @haoqunjiang in https://github.com/vuejs/eslint-config-typescript/pull/89Bug Fixes
New Contributors
Full Changelog: vuejs/eslint-config-typescript@v14.0.1...v14.1.0
v14.0.1
Compare Source
Bugfixes
invalid ecmaVersion
error would be thrown if the wrong version ofestree
is hoisted to thenode_modules
root. Fixes #87. [aae95d6]New Contributors
Full Changelog: vuejs/eslint-config-typescript@v14.0.0...v14.0.1
v14.0.0
Compare Source
What's Changed
.eslintrc*
configuration format. If you need that, please stay on version 13, which is also tagged as@vue/eslint-config-typescript@legacy-eslintrc
.tseslint.configs.recommended
instead ofeslint-recommended
.Full Changelog: vuejs/eslint-config-typescript@v13.0.0...v14.0.0
v13.0.0
Compare Source
Notable Changes
typescript-eslint
is upgraded to v7.x. The full release notes can be found in their release blog: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7It's a small major release that only updates some peer dependency version requirements:
v12.0.0
Compare Source
Notable Changes
typescript-eslint
is upgraded to v6.x. The full release notes can be found in their release blog: https://typescript-eslint.io/blog/announcing-typescript-eslint-v6/Here are some notable changes you might encounter when upgrading
@vue/eslint-config-typescript
from v11 to v12:valid-typeof
rule is re-enabled because it's not always covered by TypeScriptrecommended
config:@typescript-eslint/eslint-plugin
has split them into standalone configs.warn
toerror
, such as@typescript-eslint/no-unused-vars
.v11.0.3
Compare Source
v11.0.2
Compare Source
v11.0.1
Compare Source
v11.0.0
Compare Source
Breaking Changes
eslint-plugin-vue
to v9Other Notable Changes
v10.0.0
Compare Source
Breaking Change
@typescript-eslint/*
becomes dependencies instead of peer dependencies. It's because we now recommend using this package along with@rushstack/eslint-patch
.v9.1.0
Compare Source
const foo = require('foo')
in plain CommonJS modules (109b3f8)v9.0.1
Compare Source
eslint-plugin-vue
(#37) (@2malh)v9.0.0
Compare Source
vue-eslint-parser
to v8;v8.0.0
Compare Source
@typescript-eslint/*
>= 5.0eslint-plugin-vue
>= 7.17Thanks to @cexbrayat
v7.0.0
Compare Source
Update to
@typescript-eslint/*
v4.See detailed breaking changes at https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0
v6.0.0
Compare Source
Update to @typescript-eslint/* v3. See detailed breaking changes at https://github.com/typescript-eslint/typescript-eslint/releases/tag/v3.0.0
The most notable ones are:
Check out the linked issues for more information about added/removed rules:
@vue/typescript
: https://github.com/typescript-eslint/typescript-eslint/issues/1273@vue/typescript/recommended
: https://github.com/typescript-eslint/typescript-eslint/issues/1423Configuration
📅 Schedule: Branch creation - "* * * * 1-5" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.