vue-aplayer
vue-aplayer copied to clipboard
build(deps-dev): bump @vue/cli-plugin-eslint from 3.2.1 to 3.12.1
Bumps @vue/cli-plugin-eslint from 3.2.1 to 3.12.1.
Release notes
Sourced from @vue/cli-plugin-eslint's releases.
v3.12.1
Regarding recent patch releases of Vue CLI v4, we are not fixing bugs in v4 itself, but for v3 compatibility actually (to be more specific, for the
vue add routerandvue add vuexcommands in the older CLI versions, user projects are not likely affected). We still recommend all users to upgrade to v4 early.This is because we've made a mistake in implementing the version check mechanism of core plugins in v3. As we expect to bring users the latest and best practices for their projects, we always use the latest versions of the core plugins for scaffolding. This, however, became a burden when we bump the major versions. During the RC phase, the version check logic wasn't triggered, thus we failed to spot this problem early enough.
Luckily, few breaking changes have been made in v4 regarding the scaffolding part, so most users are not affected. The main issues are due to the changed locations of
routerandvuextemplates. But as the usage varies (scaffolding via Vue CLI UI / command line; calling CLI v4 in v3 projects; calling CLI v3 in v4 projects, etc.), it took us several patches to fully address these issues. We are now also releasing this patch version in v3 so that users who are not confident enough to upgrade their workflow to v4 can have a more backward-compatible CLI to use.
:bug: Bug Fix
@vue/cli
- #4712 fix(v3): do not install core plugins that have major version bumps (@​sodatea)
Committers: 1
- Haoqun Jiang (@​sodatea)
v3.12.0
:rocket: New Features
@vue/cli-service
- #4662 Support sass-loader v8 (@​sodatea)
:bug: Bug Fix
@vue/cli-service
- #4666 fix: fix redundant log messages from webpack-dev-server (@​sodatea)
- #4613 fix: correctly ignore html templates in copy-webpack-plugin (@​sodatea)
- #4550 fix: should not proxy sockjs endpoint (@​sodatea)
- #4654 fix: fix ie11 compatibility when css.extract set to true (@​sodatea)
@vue/cli-shared-utils
- #4512 fix(pluginResolution): support dots in scope names (@​ma-jahn)
@vue/cli
- #4525 fix: remove the nonexistent
testcommand from generated README (@​cexbrayat):memo: Documentation
@vue/cli
- #4551 docs: remove run for yarn commands in readme (@​cexbrayat)
- Other
- #4561 Edited Dockerfile of Docker(Nginx) deployment doc (@​vahdet)
- #4500 Documentation typo fixes (@​owanhunte)
Committers: 6
- Cédric Exbrayat (@​cexbrayat)
- Haoqun Jiang (@​sodatea)
- Marcel Jahn (@​ma-jahn)
- Natalia Tepluhina (@​NataliaTepluhina)
- Owan Hunte (@​owanhunte)
- vahdet (@​vahdet)
v3.11.0
:rocket: New Features
... (truncated)
Changelog
Sourced from @vue/cli-plugin-eslint's changelog.
3.12.1 (2019-10-18)
:bug: Bug Fix
@vue/cli
- #4712 fix(v3): do not install core plugins that have major version bumps (@​sodatea)
Committers: 1
- Haoqun Jiang (@​sodatea)
3.12.0 (2019-10-10)
:rocket: New Features
@vue/cli-service
- #4662 [v3] Support sass-loader v8 (@​sodatea)
:bug: Bug Fix
@vue/cli-service
- #4666 fix: fix redundant log messages from webpack-dev-server (@​sodatea)
- #4613 fix: correctly ignore html templates in copy-webpack-plugin (@​sodatea)
- #4550 fix: should not proxy sockjs endpoint (@​sodatea)
- #4654 fix: fix ie11 compatibility when css.extract set to true (@​sodatea)
@vue/cli-shared-utils
- #4512 fix(pluginResolution): support dots in scope names (@​ma-jahn)
@vue/cli
- #4525 fix: remove the nonexistent
testcommand from generated README (@​cexbrayat):memo: Documentation
@vue/cli
- #4551 docs: remove run for yarn commands in readme (@​cexbrayat)
- Other
- #4561 Edited Dockerfile of Docker(Nginx) deployment doc (@​vahdet)
- #4500 Documentation typo fixes (@​owanhunte)
Committers: 6
- Cédric Exbrayat (@​cexbrayat)
- Haoqun Jiang (@​sodatea)
- Marcel Jahn (@​ma-jahn)
- Natalia Tepluhina (@​NataliaTepluhina)
- Owan Hunte (@​owanhunte)
- vahdet (@​vahdet)
3.11.0 (2019-08-21)
:rocket: New Features
... (truncated)
@vue/cli-service
- #4468 feat: bump default less-loader version (@​sodatea)
Commits
0817e6dv3.12.157c6f03v3.12.09272eadv3.11.090577dcchore: add cwd option when calling globby (#4442)9525f67feat: upgrade webpack (#4253)3c8a890feat: allow omitting scope prefix for official plugins onvue add(#4219)075921cv3.10.0b12f729test: add test for #434766c410bfix(eslint-generator): add ts file check to lint-staged (#4347)c9d5c6ffeat(eslint-generator): upgrade @vue/eslint-config-prettier to v5.0.0 (#4329)- 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 ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Deploy preview for aplayer ready!
Built with commit ae0066454291b403761218d25e521d281404c030
https://deploy-preview-341--aplayer.netlify.com