Skip to content

Commit 792904c

Browse files
dependabot[bot]Kocal
authored andcommitted
build: bump vue-loader from 15.0.9 to 15.1.0 in /examples/full (#146)
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.0.9 to 15.1.0. <details> <summary>Changelog</summary> *Sourced from [vue-loader's changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md).* > # [15.1.0](vuejs/vue-loader@v15.0.12...v15.1.0) (2018-05-19) > > > ### Performance Improvements > > * avoid duplicate linting when used with eslint-loader ([3d07f81](vuejs/vue-loader@3d07f81)) > > > > <a name="15.0.12"></a> > ## [15.0.12](vuejs/vue-loader@v15.0.11...v15.0.12) (2018-05-18) > > > ### Bug Fixes > > * ignore attrs that might interfere with query generation ([3a37269](vuejs/vue-loader@3a37269)), closes [vuejs/vue-cli#1324](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/1324) > > > > <a name="15.0.11"></a> </details> <details> <summary>Commits</summary> - See full diff in [compare view](https://github.com/vuejs/vue-loader/commits) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/ci_status?dependency-name=vue-loader&package-manager=npm_and_yarn&previous-version=15.0.9&new-version=15.1.0)](https://dependabot.com/compatibility-score.html?dependency-name=vue-loader&package-manager=npm_and_yarn&previous-version=15.0.9&new-version=15.1.0) 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`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 (this|these) label[s]` will set the current labels as the default for future PRs for this repo and language - `@dependabot use (this|these) reviewer[s]` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use (this|these) assignee[s]` will set the current assignees as the default for future PRs for this repo and language Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
1 parent b4fabda commit 792904c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/full/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"node-sass": "^4.5.3",
4545
"prettier": "^1.12.1",
4646
"sass-loader": "^7.0.1",
47-
"vue-loader": "^15.0.7",
47+
"vue-loader": "^15.1.0",
4848
"vue-template-compiler": "^2.5.13",
4949
"webpack": "^4.8.3",
5050
"webpack-chrome-extension-reloader": "^0.6.7",

examples/full/yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -7012,9 +7012,9 @@ vue-hot-reload-api@^2.3.0:
70127012
version "2.3.0"
70137013
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.0.tgz#97976142405d13d8efae154749e88c4e358cf926"
70147014

7015-
vue-loader@^15.0.7:
7016-
version "15.0.9"
7017-
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.0.9.tgz#2f3f59ffd395b03e413bbe14db1369c2f57917c8"
7015+
vue-loader@^15.1.0:
7016+
version "15.1.0"
7017+
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.1.0.tgz#82a2a5c310951aba17ad5d8680fe016c77d37e80"
70187018
dependencies:
70197019
"@vue/component-compiler-utils" "^1.2.1"
70207020
hash-sum "^1.0.2"

0 commit comments

Comments
 (0)