SunQBlog-UserSide
SunQBlog-UserSide copied to clipboard
Bump json5, @vue/cli-plugin-babel and @vue/cli-service
Bumps json5 to 1.0.2 and updates ancestor dependencies json5, @vue/cli-plugin-babel and @vue/cli-service. These dependencies need to be updated together.
Updates json5
from 0.5.1 to 1.0.2
Release notes
Sourced from json5's releases.
v1.0.2
- Fix: Properties with the name
__proto__
are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295). This has been backported to v1. (#298)v1.0.1
This release includes a bug fix and minor change.
Fix:
parse
throws on unclosed objects and arrays.New:
package.json5
has been removed until an easier way to keep it in sync withpackage.json
is found.v1.0.0
This release includes major internal changes and public API enhancements.
Major JSON5 officially supports Node.js v4 and later. Support for Node.js v0.10 and v0.12 have been dropped.
New: Unicode property names and Unicode escapes in property names are supported. (#1)
New:
stringify
outputs trailing commas in objects and arrays when aspace
option is provided. (#66)New: JSON5 allows line and paragraph separator characters (U+2028 and U+2029) in strings in order to be compatible with JSON. However, ES5 does not allow these characters in strings, so JSON5 gives a warning when they are parsed and escapes them when they are stringified. (#70)
New:
stringify
accepts an options object as its second argument. The supported options arereplacer
,space
, and a newquote
option that specifies the quote character used in strings. (#71)New: The CLI supports STDIN and STDOUT and adds
--out-file
,--space
, and--validate
options. Seejson5 --help
for more information. (#72, #84, and #108)New: In addition to the white space characters space
\t
,\v
,\f
,\n
,\r
, and\xA0
, the additional white space characters\u2028
,\u2029
, and all other characters in the Space Separator Unicode category are allowed.New: In addition to the character escapes
\'
,\"
,\\
,\b
,\f
,\n
,\r
, and\t
, the additional character escapes\v
and\0
, hexadecimal escapes like\x0F
, and unnecessary escapes like\a
are allowed in string values and string property names.New:
stringify
outputs strings with single quotes by default but intelligently uses double quotes if there are more single quotes than double quotes inside the string. (i.e.stringify('Stay here.')
outputs'Stay here.'
whilestringify('Let\'s go.')
outputs"Let's go."
)
... (truncated)
Changelog
Sourced from json5's changelog.
Unreleased [code, diff]
v2.2.3 [code, diff]
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2 [code, diff]
- Fix: Properties with the name
__proto__
are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).v2.2.1 [code, diff]
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0 [code, diff]
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5
. (#236, #244)v2.1.3 [code, diff]
v2.1.2 [code, diff]
... (truncated)
Commits
a62db1e
1.0.2e0c23fe
docs: update CHANGELOG for v1.0.262a6540
fix: add proto to objects and arrays072eb40
1.0.1e7bdcd1
Update CHANGELOG for v1.0.1342d575
Remove package.json5 file0336c9c
Fix unclosed object and array bug25929ab
Fix typo in API documentation607c18f
Readme: fix typo in attribution. [skip ci]1d64ece
1.0.0- Additional commits viewable in compare view
Updates @vue/cli-plugin-babel
from 3.0.3 to 3.12.1
Release notes
Sourced from @vue/cli-plugin-babel
'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 router
andvue add vuex
commands 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
router
andvuex
templates. 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
Committers: 1
- Haoqun Jiang (
@sodatea
)v3.12.0
:rocket: New Features
:bug: Bug Fix
@vue/cli-service
@vue/cli-shared-utils
@vue/cli
- #4525 fix: remove the nonexistent
test
command 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-babel
's changelog.
3.12.1 (2019-10-18)
:bug: Bug Fix
Committers: 1
- Haoqun Jiang (
@sodatea
)3.12.0 (2019-10-10)
:rocket: New Features
:bug: Bug Fix
@vue/cli-service
@vue/cli-shared-utils
@vue/cli
- #4525 fix: remove the nonexistent
test
command 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)
Commits
0817e6d
v3.12.157c6f03
v3.12.09272ead
v3.11.09525f67
feat: upgrade webpack (#4253)3c8a890
feat: allow omitting scope prefix for official plugins onvue add
(#4219)075921c
v3.10.0eda08fb
v3.9.2f276598
v3.9.0d6ce9c2
v3.8.07b8a06f
chore: remove gitHead field from package.json- Additional commits viewable in compare view
Updates @vue/cli-service
from 3.0.3 to 5.0.8
Release notes
Sourced from @vue/cli-service
's releases.
v5.0.8
:bug: Bug Fix
@vue/cli-service
- 0260e4d fix: add devServer.server.type to useHttps judgement (vuejs/vue-cli#7222)
@vue/cli-ui
- 07052c4 fix: Vue CLI UI graphql subscription server error, fixes vuejs/vue-cli#7221
v5.0.7
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.server
option, avoid deprecation warnings (@backrunner
,@sodatea
)- [beffe8a] fix: allow disabling progress plugin via
devServer.client.progress
@vue/cli-ui
- #7210 chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (
@backrunner
)- Haoqun Jiang (
@sodatea
)v5.0.6
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
:bug: Bug Fix
@vue/cli
@vue/cli-service
- #7023 fix: windows vue.config.mjs support (
@xiaoxiangmoe
)@vue/cli-plugin-e2e-cypress
- [697bb44] fix: should correctly resolve cypress bin path for Cypress 10 (Note that the project is still created with Cypress 9 by default, but you can upgrade to Cypress 10 on your own now)
Committers: 3
- Martijn Jacobs (
@maerteijn
)- ZHAO Jinxiang (
@xiaoxiangmoe
)@blzsaa
v5.0.4
:bug: Bug Fix
@vue/cli-service
- #7005 Better handling of
publicPath: 'auto'
(@AndreiSoroka
)@vue/cli-shared-utils
,@vue/cli-ui
- 75826d6 fix: replace
node-ipc
with@achrinza/node-ipc
to further secure the dependency chainCommitters: 1
- Andrei (
@AndreiSoroka
)- Haoqun Jiang (
@sodatea
)v5.0.3
... (truncated)
Changelog
Sourced from @vue/cli-service
's changelog.
5.0.7 (2022-07-05)
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.server
option, avoid deprecation warnings (@backrunner
,@sodatea
)- [beffe8a] fix: allow disabling progress plugin via
devServer.client.progress
@vue/cli-ui
- #7210 chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (
@backrunner
)- Haoqun Jiang (
@sodatea
)5.0.6 (2022-06-16)
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
.5.0.5 (2022-06-16)
:bug: Bug Fix
@vue/cli
@vue/cli-service
- #7023 fix: windows vue.config.mjs support (
@xiaoxiangmoe
)Committers: 3
- Martijn Jacobs (
@maerteijn
)- ZHAO Jinxiang (
@xiaoxiangmoe
)@blzsaa
5.0.4 (2022-03-22)
:bug: Bug Fix
@vue/cli-service
- #7005 Better handling of
publicPath: 'auto'
(@AndreiSoroka
)@vue/cli-shared-utils
,@vue/cli-ui
- 75826d6 fix: replace
node-ipc
with@achrinza/node-ipc
to further secure the dependency chainCommitters: 1
... (truncated)
Commits
b154dbd
v5.0.80260e4d
fix: add devServer.server.type to useHttps judgement (#7222)4a0655f
v5.0.7beffe8a
fix: allow disabling progress plugin viadevServer.client.progress
558dea2
fix: supportdevServer.server
option, avoid deprecation warningbddd64d
fix: optimize the judgment on whether HTTPS has been set in options (#7202)ef08a08
v5.0.6fcf27e3
fixup! fix: compatibility with Vue 2.7a648958
fix: compatibility with Vue 2.798c66c9
v5.0.5- 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will 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 labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.