[PR #609] [MERGED] Bump vuetify-loader from 1.4.3 to 1.6.0 #1658

Closed
opened 2026-02-25 23:30:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/609
Author: @dependabot-preview[bot]
Created: 7/20/2020
Status: Merged
Merged: 8/19/2020
Merged by: @marcelklehr

Base: developHead: dependabot/npm_and_yarn/vuetify-loader-1.6.0


📝 Commits (1)

  • 1b5a28a Bump vuetify-loader from 1.4.3 to 1.6.0

📊 Changes

2 files changed (+15 additions, -4 deletions)

View changed files

📝 package-lock.json (+14 -3)
📝 package.json (+1 -1)

📄 Description

Bumps vuetify-loader from 1.4.3 to 1.6.0.

Release notes

Sourced from vuetify-loader's releases.

v1.6.0

Bug Fixes

  • don't try to load custom blocks in .vue files (86751a1)
  • handle multiple vue-loader rules (9f0e669), closes #106

Features

  • export VuetifyLoaderPlugin from index.js (660faf9), closes #138

v1.5.0

This release coincides with vuetify 2.3.0

Features

v1.4.4

Bug Fixes

  • don't remove touch directive when directives.default doesn't exist (e353643), closes #130
  • package.json: update vue-template-compiler peerDependency from v2.5.0 to v2.6.10 (e866b36)
Commits
  • 0dafb0a v1.6.0
  • 660faf9 feat: export VuetifyLoaderPlugin from index.js
  • 9f0e669 fix: handle multiple vue-loader rules
  • 86751a1 fix: don't try to load custom blocks in .vue files
  • 1f7b93b v1.5.0
  • 290f520 feat: expose the v-click-outside directive (#131)
  • d1e275f v1.4.4
  • e353643 fix: don't remove touch directive when directives.default doesn't exist
  • a458093 chore: bump acorn from 6.1.1 to 6.4.1 in /dev
  • 2e66f7c chore: bump acorn from 6.2.1 to 6.4.1
  • Additional commits viewable in compare view

Dependabot compatibility score

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
  • @dependabot badge me will 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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/609 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/20/2020 **Status:** ✅ Merged **Merged:** 8/19/2020 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/vuetify-loader-1.6.0` --- ### 📝 Commits (1) - [`1b5a28a`](https://github.com/floccusaddon/floccus/commit/1b5a28a4ac40181524a3ab99c38a6339e87a4f00) Bump vuetify-loader from 1.4.3 to 1.6.0 ### 📊 Changes **2 files changed** (+15 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+14 -3) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [vuetify-loader](https://github.com/vuetifyjs/vuetify-loader) from 1.4.3 to 1.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuetifyjs/vuetify-loader/releases">vuetify-loader's releases</a>.</em></p> <blockquote> <h2>v1.6.0</h2> <h3>Bug Fixes</h3> <ul> <li>don't try to load custom blocks in .vue files (<a href="https://github.com/vuetifyjs/vuetify-loader/commit/86751a137a7ffa251d94822b17f139ecf55f45ba">86751a1</a>)</li> <li>handle multiple vue-loader rules (<a href="https://github.com/vuetifyjs/vuetify-loader/commit/9f0e6699421362c03cfa29adfcd2b48bd1c6b51e">9f0e669</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify-loader/issues/106">#106</a></li> </ul> <h3>Features</h3> <ul> <li>export VuetifyLoaderPlugin from index.js (<a href="https://github.com/vuetifyjs/vuetify-loader/commit/660faf94a90e56ade424cac57a522f8816ca65af">660faf9</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify-loader/issues/138">#138</a></li> </ul> <h2>v1.5.0</h2> <p>This release coincides with vuetify 2.3.0</p> <h3>Features</h3> <ul> <li>expose the v-click-outside directive (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify-loader/issues/131">#131</a>) (<a href="https://github.com/vuetifyjs/vuetify-loader/commit/290f520220fb7d3c0ee3bb292300a18bf0afc273">290f520</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify-loader/issues/133">#133</a></li> </ul> <h2>v1.4.4</h2> <h3>Bug Fixes</h3> <ul> <li>don't remove touch directive when directives.default doesn't exist (<a href="https://github.com/vuetifyjs/vuetify-loader/commit/e353643d8403bc95ee605b9b0bbc0bc64b40bfe3">e353643</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify-loader/issues/130">#130</a></li> <li><strong>package.json:</strong> update vue-template-compiler peerDependency from v2.5.0 to v2.6.10 (<a href="https://github.com/vuetifyjs/vuetify-loader/commit/e866b369999432314def9bd7f2d65579bb4a9d59">e866b36</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuetifyjs/vuetify-loader/commit/0dafb0a880ed371f6896e5c2d5613bee9fedbc6b"><code>0dafb0a</code></a> v1.6.0</li> <li><a href="https://github.com/vuetifyjs/vuetify-loader/commit/660faf94a90e56ade424cac57a522f8816ca65af"><code>660faf9</code></a> feat: export VuetifyLoaderPlugin from index.js</li> <li><a href="https://github.com/vuetifyjs/vuetify-loader/commit/9f0e6699421362c03cfa29adfcd2b48bd1c6b51e"><code>9f0e669</code></a> fix: handle multiple vue-loader rules</li> <li><a href="https://github.com/vuetifyjs/vuetify-loader/commit/86751a137a7ffa251d94822b17f139ecf55f45ba"><code>86751a1</code></a> fix: don't try to load custom blocks in .vue files</li> <li><a href="https://github.com/vuetifyjs/vuetify-loader/commit/1f7b93bb66dd154e20da73ca9a51e5d616ae9b6e"><code>1f7b93b</code></a> v1.5.0</li> <li><a href="https://github.com/vuetifyjs/vuetify-loader/commit/290f520220fb7d3c0ee3bb292300a18bf0afc273"><code>290f520</code></a> feat: expose the v-click-outside directive (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify-loader/issues/131">#131</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify-loader/commit/d1e275f456c5954b5c5e6110ab1ef04bf711fbae"><code>d1e275f</code></a> v1.4.4</li> <li><a href="https://github.com/vuetifyjs/vuetify-loader/commit/e353643d8403bc95ee605b9b0bbc0bc64b40bfe3"><code>e353643</code></a> fix: don't remove touch directive when directives.default doesn't exist</li> <li><a href="https://github.com/vuetifyjs/vuetify-loader/commit/a458093070d04dcadbf07e5655f024e5831c6d98"><code>a458093</code></a> chore: bump acorn from 6.1.1 to 6.4.1 in /dev</li> <li><a href="https://github.com/vuetifyjs/vuetify-loader/commit/2e66f7c813c6b1c6776c7d2c3adfda695b2b9425"><code>2e66f7c</code></a> chore: bump acorn from 6.2.1 to 6.4.1</li> <li>Additional commits viewable in <a href="https://github.com/vuetifyjs/vuetify-loader/compare/v1.4.3...v1.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=vuetify-loader&package-manager=npm_and_yarn&previous-version=1.4.3&new-version=1.6.0)](https://dependabot.com/compatibility-score/?dependency-name=vuetify-loader&package-manager=npm_and_yarn&previous-version=1.4.3&new-version=1.6.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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <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 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 - `@dependabot badge me` will 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:30:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1658
No description provided.