vue-password
vue-password copied to clipboard
Bump minimist, mkdirp, @vue/cli-plugin-e2e-nightwatch, loader-fs-cache and handlebars
Bumps minimist to 1.2.6 and updates ancestor dependencies minimist, mkdirp, @vue/cli-plugin-e2e-nightwatch, loader-fs-cache and handlebars. These dependencies need to be updated together.
Updates minimist from 1.2.0 to 1.2.6
Changelog
Sourced from minimist's changelog.
v1.2.6 - 2022-03-21
Commits
- test from prototype pollution PR
bc8ecee- isConstructorOrProto adapted from PR
c2b9819- security notice for additional prototype pollution issue
ef88b93v1.2.5 - 2020-03-12
v1.2.4 - 2020-03-11
Commits
v1.2.3 - 2020-03-10
Commits
- more failing proto pollution tests
13c01a5- even more aggressive checks for protocol pollution
38a4d1cv1.2.2 - 2020-03-10
Commits
- failing test for protocol pollution
0efed03- cleanup
67d3722- console.dir -> console.log
47acf72- don't assign onto proto
63e7ed0v1.2.1 - 2020-03-10
Merged
- move the
opts['--']example back where it belongs[#63](https://github.com/minimistjs/minimist/issues/63)Commits
Commits
7efb22a1.2.6ef88b93security notice for additional prototype pollution issuec2b9819isConstructorOrProto adapted from PRbc8eceetest from prototype pollution PRaeb3e271.2.5278677b1.2.44cf1354security notice1043d21additional test for constructor prototype pollution6457d741.2.338a4d1ceven more aggressive checks for protocol pollution- Additional commits viewable in compare view
Updates mkdirp from 0.5.1 to 0.5.6
Commits
92f086d0.5.62a28125clean up testsc905d65update minimist049cf180.5.5bea6382Remove unnecessary umask calls42a012c0.5.42867920fix infinite loop on windows machinesd784e700.5.3d612c5dadd files list so this package isn't a monsterb2e7ba00.5.2- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by isaacs, a new releaser for mkdirp since your current version.
Updates @vue/cli-plugin-e2e-nightwatch from 3.7.0 to 5.0.8
Release notes
Sourced from @vue/cli-plugin-e2e-nightwatch'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.serveroption, 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-compileris 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)@blzsaav5.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-ipcwith@achrinza/node-ipcto further secure the dependency chainCommitters: 1
- Andrei (
@AndreiSoroka)- Haoqun Jiang (
@sodatea)v5.0.3
... (truncated)
Changelog
Sourced from @vue/cli-plugin-e2e-nightwatch's changelog.
5.0.7 (2022-07-05)
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.serveroption, 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-compileris 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)@blzsaa5.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-ipcwith@achrinza/node-ipcto further secure the dependency chainCommitters: 1
... (truncated)
Commits
b154dbdv5.0.84a0655fv5.0.76f9b6ecchore: update fallback chromedriver versionef08a08v5.0.698c66c9v5.0.527dba1afix: eliminate calling deprecated function in cli-plugin-e2e-cypress and cli-...ca97fc2v5.0.4dd53f26v5.0.3a859b1fv5.0.292d80a8v5.0.1- Additional commits viewable in compare view
Updates loader-fs-cache from 1.0.2 to 1.0.3
Commits
- See full diff in compare view
Updates handlebars from 4.1.2 to 4.7.7
Changelog
Sourced from handlebars's changelog.
v4.7.7 - February 15th, 2021
- fix weird error in integration tests - eb860c0
- fix: check prototype property access in strict-mode (#1736) - b6d3de7
- fix: escape property names in compat mode (#1736) - f058970
- refactor: In spec tests, use expectTemplate over equals and shouldThrow (#1683) - 77825f8
- chore: start testing on Node.js 12 and 13 - 3789a30
(POSSIBLY) BREAKING CHANGES:
- the changes from version 4.6.0 now also apply in when using the compile-option "strict: true". Access to prototype properties is forbidden completely by default, specific properties or methods can be allowed via runtime-options. See #1633 for details. If you are using Handlebars as documented, you should not be accessing prototype properties from your template anyway, so the changes should not be a problem for you. Only the use of undocumented features can break your build.
That is why we only bump the patch version despite mentioning breaking changes.
v4.7.6 - April 3rd, 2020
Chore/Housekeeping:
- #1672 - Switch cmd parser to latest minimist (
@dougwilsonCompatibility notes:
- Restored Node.js compatibility
v4.7.5 - April 2nd, 2020
Chore/Housekeeping:
Node.js version support has been changed to v6+Reverted in 4.7.6Compatibility notes:
Node.js < v6 is no longer supportedReverted in 4.7.6v4.7.4 - April 1st, 2020
Chore/Housekeeping:
- #1666 - Replaced minimist with yargs for handlebars CLI (
@aorinevo,@AviVahl&@fabb)Compatibility notes:
... (truncated)
Commits
a9a8e40v4.7.7e66aed5Update release notes7d4d170disable IE in Saucelabs testseb860c0fix weird error in integration testsb6d3de7fix: check prototype property access in strict-mode (#1736)f058970fix: escape property names in compat mode (#1736)77825f8refator: In spec tests, use expectTemplate over equals and shouldThrow (#1683)3789a30chore: start testing on Node.js 12 and 13e6ad93ev4.7.62bf4fc6Update release notes- 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
You can disable automated security fix PRs for this repo from the Security Alerts page.