-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bump ejs and @vue/cli-service #36
Merged
dependabot
merged 1 commit into
master
from
dependabot/npm_and_yarn/ejs-and-vue/cli-service--removed
Sep 22, 2022
Merged
Bump ejs and @vue/cli-service #36
dependabot
merged 1 commit into
master
from
dependabot/npm_and_yarn/ejs-and-vue/cli-service--removed
Sep 22, 2022
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
Removes [ejs](https://github.com/mde/ejs). It's no longer used after updating ancestor dependency [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service). These dependencies need to be updated together. Removes `ejs` Updates `@vue/cli-service` from 4.2.2 to 5.0.8 - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-service) --- updated-dependencies: - dependency-name: ejs dependency-type: indirect - dependency-name: "@vue/cli-service" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Sep 22, 2022
@dependabot merge
…On Thu, Sep 22, 2022 at 8:15 AM dependabot[bot] ***@***.***> wrote:
This automated pull request fixes a security vulnerability
<https://github.com/finalcut/vue-lootly/security/dependabot/49> (critical
severity).
Learn more about Dependabot security updates
<https://docs.github.com/github/managing-security-vulnerabilities/configuring-dependabot-security-updates>.
------------------------------
Removes ejs <https://github.com/mde/ejs>. It's no longer used after
updating ancestor dependency @vue/cli-service
***@***.***/cli-service>.
These dependencies need to be updated together.
Removes ejs
Updates @vue/cli-service from 4.2.2 to 5.0.8
Release notes
*Sourced from @vue/cli-service's releases
<https://github.com/vuejs/vue-cli/releases>.*
v5.0.8 🐛 Bug Fix
- @vue/cli-service
- 0260e4d <vuejs/vue-cli@0260e4d> fix:
add devServer.server.type to useHttps judgement (vuejs/vue-cli#7222
<https://github-redirect.dependabot.com/vuejs/vue-cli/pull/7222>)
- @vue/cli-ui
- 07052c4 <vuejs/vue-cli@07052c4> fix:
Vue CLI UI graphql subscription server error, fixes
vuejs/vue-cli#7221
<https://github-redirect.dependabot.com/vuejs/vue-cli/issues/7221>
v5.0.7
- @vue/cli-service
- #7202
<https://github-redirect.dependabot.com/vuejs/vue-cli/pull/7202>, [
558dea2 <vuejs/vue-cli@558dea2>] fix:
support devServer.server option, avoid deprecation warnings (
@backrunner <https://github.com/backrunner>, @sodatea
<https://github.com/sodatea>)
- [beffe8a <vuejs/vue-cli@beffe8a>] fix:
allow disabling progress plugin via devServer.client.progress
- @vue/cli-ui
- #7210
<https://github-redirect.dependabot.com/vuejs/vue-cli/pull/7210>
chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (@backrunner <https://github.com/backrunner>)
- Haoqun Jiang (@sodatea <https://github.com/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 as
vue/compiler-sfc.
v5.0.5 🐛 Bug Fix
- @vue/cli
- #7167
<https://github-redirect.dependabot.com/vuejs/vue-cli/pull/7167>
fix(upgrade): prevent changing the structure of package.json file during
upgrade (@blzsaa <https://github.com/blzsaa>)
- @vue/cli-service
- #7023
<https://github-redirect.dependabot.com/vuejs/vue-cli/pull/7023>
fix: windows vue.config.mjs support (@xiaoxiangmoe
<https://github.com/xiaoxiangmoe>)
- @vue/cli-plugin-e2e-cypress
- [697bb44] <vuejs/vue-cli@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 <https://github.com/maerteijn>)
- ZHAO Jinxiang (@xiaoxiangmoe <https://github.com/xiaoxiangmoe>)
- @blzsaa <https://github.com/blzsaa>
v5.0.4 🐛 Bug Fix
- @vue/cli-service
- #7005
<https://github-redirect.dependabot.com/vuejs/vue-cli/pull/7005>
Better handling of publicPath: 'auto' (@AndreiSoroka
<https://github.com/AndreiSoroka>)
- @vue/cli-shared-utils, @vue/cli-ui
- 75826d6 <vuejs/vue-cli@75826d6> fix:
replace node-ipc with @achrinza/node-ipc to further secure the
dependency chain
Committers: 1
- Andrei (@AndreiSoroka <https://github.com/AndreiSoroka>)
- Haoqun Jiang (@sodatea <https://github.com/sodatea>)
v5.0.3
... (truncated)
Changelog
*Sourced from @vue/cli-service's changelog
<https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md>.*
5.0.7 (2022-07-05)
- @vue/cli-service
- #7202
<https://github-redirect.dependabot.com/vuejs/vue-cli/pull/7202>, [
558dea2 <vuejs/vue-cli@558dea2>] fix:
support devServer.server option, avoid deprecation warnings (
@backrunner <https://github.com/backrunner>, @sodatea
<https://github.com/sodatea>)
- [beffe8a <vuejs/vue-cli@beffe8a>] fix:
allow disabling progress plugin via devServer.client.progress
- @vue/cli-ui
- #7210
<https://github-redirect.dependabot.com/vuejs/vue-cli/pull/7210>
chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (@backrunner <https://github.com/backrunner>)
- Haoqun Jiang (@sodatea <https://github.com/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 as
vue/compiler-sfc.
5.0.5 (2022-06-16) 🐛 Bug Fix
- @vue/cli
- #7167
<https://github-redirect.dependabot.com/vuejs/vue-cli/pull/7167>
feat(upgrade): prevent changing the structure of package.json file during
upgrade (@blzsaa <https://github.com/blzsaa>)
- @vue/cli-service
- #7023
<https://github-redirect.dependabot.com/vuejs/vue-cli/pull/7023>
fix: windows vue.config.mjs support (@xiaoxiangmoe
<https://github.com/xiaoxiangmoe>)
Committers: 3
- Martijn Jacobs (@maerteijn <https://github.com/maerteijn>)
- ZHAO Jinxiang (@xiaoxiangmoe <https://github.com/xiaoxiangmoe>)
- @blzsaa <https://github.com/blzsaa>
5.0.4 (2022-03-22) 🐛 Bug Fix
- @vue/cli-service
- #7005
<https://github-redirect.dependabot.com/vuejs/vue-cli/pull/7005>
Better handling of publicPath: 'auto' (@AndreiSoroka
<https://github.com/AndreiSoroka>)
- @vue/cli-shared-utils, @vue/cli-ui
- 75826d6 <vuejs/vue-cli@75826d6> fix:
replace node-ipc with @achrinza/node-ipc to further secure the
dependency chain
Committers: 1
... (truncated)
Commits
- b154dbd
<vuejs/vue-cli@b154dbd>
v5.0.8
- 0260e4d
<vuejs/vue-cli@0260e4d>
fix: add devServer.server.type to useHttps judgement (#7222
***@***.***/cli-service/issues/7222>
)
- 4a0655f
<vuejs/vue-cli@4a0655f>
v5.0.7
- beffe8a
<vuejs/vue-cli@beffe8a>
fix: allow disabling progress plugin via devServer.client.progress
- 558dea2
<vuejs/vue-cli@558dea2>
fix: support devServer.server option, avoid deprecation warning
- bddd64d
<vuejs/vue-cli@bddd64d>
fix: optimize the judgment on whether HTTPS has been set in options (
#7202
***@***.***/cli-service/issues/7202>
)
- ef08a08
<vuejs/vue-cli@ef08a08>
v5.0.6
- fcf27e3
<vuejs/vue-cli@fcf27e3>
fixup! fix: compatibility with Vue 2.7
- a648958
<vuejs/vue-cli@a648958>
fix: compatibility with Vue 2.7
- 98c66c9
<vuejs/vue-cli@98c66c9>
v5.0.5
- Additional commits viewable in compare view
***@***.***/cli-service>
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 <https://github.com/finalcut/vue-lootly/network/alerts>.
------------------------------
You can view, comment on, or merge this pull request online at:
#36
Commit Summary
- 168e9b1
<168e9b1>
Bump ejs and @vue/cli-service
File Changes
(2 files <https://github.com/finalcut/vue-lootly/pull/36/files>)
- *M* package-lock.json
<https://github.com/finalcut/vue-lootly/pull/36/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519>
(6469)
- *M* package.json
<https://github.com/finalcut/vue-lootly/pull/36/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519>
(2)
Patch Links:
- https://github.com/finalcut/vue-lootly/pull/36.patch
- https://github.com/finalcut/vue-lootly/pull/36.diff
—
Reply to this email directly, view it on GitHub
<#36>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA2LYMWG7IALZERF7CAEJTV7REWZANCNFSM6AAAAAAQS7XDJU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
dependabot
bot
deleted the
dependabot/npm_and_yarn/ejs-and-vue/cli-service--removed
branch
September 22, 2022 13:06
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Removes ejs. It's no longer used after updating ancestor dependency @vue/cli-service. These dependencies need to be updated together.
Removes
ejs
Updates
@vue/cli-service
from 4.2.2 to 5.0.8Release notes
Sourced from
@vue/cli-service
's releases.... (truncated)
Changelog
Sourced from
@vue/cli-service
's changelog.... (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.5Dependabot 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 languageYou can disable automated security fix PRs for this repo from the Security Alerts page.