Build(deps-dev): bump eslint-plugin-vue from 9.14.1 to 9.15.0 #1273

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-eslint-plugin-vue-9.15.0 into master 2023-06-19 08:09:29 +00:00
argoyle commented 2023-06-19 04:42:47 +00:00 (Migrated from gitlab.com)

Bumps eslint-plugin-vue from 9.14.1 to 9.15.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.15.0

Enhancements

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.14.1...v9.15.0

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR. Deprecated, use GitLab's native /rebase instead
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.14.1 to 9.15.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/eslint-plugin-vue/releases">eslint-plugin-vue's releases</a>.</em></p> <blockquote> <h2>v9.15.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2194">#2194</a> Added <a href="https://eslint.vuejs.org/rules/no-console.html"><code>vue/no-console</code></a> rule that applies the core <a href="https://eslint.org/docs/latest/rules/no-console"><code>no-console</code></a> rule to expressions in <code>\&lt;template&gt;</code>.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2198">#2198</a> Added <a href="https://eslint.vuejs.org/rules/require-macro-variable-name.html"><code>vue/require-macro-variable-name</code></a> rule that requires a certain macro variable name.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2204">#2204</a> Added <a href="https://eslint.vuejs.org/rules/require-typed-ref.html"><code>vue/require-typed-ref</code></a> rule that requires <code>ref</code> and <code>shallowRef</code> functions to be strongly typed.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2210">#2210</a> Added <a href="https://eslint.vuejs.org/rules/no-restricted-component-names.html"><code>vue/no-restricted-component-names</code></a> rule that disallow specific component names.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2213">#2213</a> Added <a href="https://eslint.vuejs.org/rules/max-lines-per-block.html"><code>vue/max-lines-per-block</code></a> rule that enforces a maximum number of lines in Vue SFC blocks.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.14.1...v9.15.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.14.1...v9.15.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/57c1e6f27af68b684e08ec8c4fcf98bc3bf642b8"><code>57c1e6f</code></a> 9.15.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/25a2db502065ae1b55f952e3836e2f623bb54163"><code>25a2db5</code></a> Add <code>vue/max-lines-per-block</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2213">#2213</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/e643d449f68ea6a890ac6454dcc7a7f96b650274"><code>e643d44</code></a> Add <code>vue/no-restricted-component-names</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2210">#2210</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/81ce0cecb87eae60830b9b973790d4f2386062c1"><code>81ce0ce</code></a> Add <code>vue/require-typed-ref</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2204">#2204</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/11f3f9f8a4cd947702cbba99e188ec23998540ef"><code>11f3f9f</code></a> Mark default options correctly in <code>vue/define-macros-order</code> docs (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2208">#2208</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/d815a486bb9c8ddfa2960eebc41dc9767691835f"><code>d815a48</code></a> Add <code>vue/require-macro-variable-name</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2198">#2198</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/13167ed832f1171112b8906d1b39709c441b4f68"><code>13167ed</code></a> Add <code>vue/no-console</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2194">#2194</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.14.1...v9.15.0">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR. Deprecated, use GitLab's native /rebase instead - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2023-06-19 08:09:17 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 5a9ebd19 - 1 commit from branch master
  • 89d723db - Build(deps-dev): bump eslint-plugin-vue from 9.14.1 to 9.15.0

Compare with previous version

added 2 commits <ul><li>5a9ebd19 - 1 commit from branch <code>master</code></li><li>89d723db - Build(deps-dev): bump eslint-plugin-vue from 9.14.1 to 9.15.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1224/diffs?diff_id=711552396&start_sha=b8238dc9869477b7d02e12c60b734400c90d6d7e)
argoyle (Migrated from gitlab.com) merged commit into master 2023-06-19 08:09:30 +00:00
Sign in to join this conversation.