Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps eslint-plugin-vue from 9.30.0 to 9.32.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.32.0

✨ Enhancements

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.31.0...v9.32.0

v9.31.0

✨ Enhancements

🐛 Bug Fixes

⚙️ Updates

Full Changelog: vuejs/eslint-plugin-vue@v9.30.0...v9.31.0

Commits
  • 4cbcad6 9.32.0
  • dc06535 docs: add example config with typescript-eslint and Prettier (#2522)
  • 618f49c fix(require-explicit-slots): add support for type references (#2617)
  • a270df8 feat: add slot-name-casing rule (#2620)
  • fdfffd6 fix(prefer-use-template-ref): only check root-level variables (#2612)
  • 39b353a Chore: workaround for ESLint Stylistic issue (#2623)
  • bed816b feat: add restricted-component-names rule (#2611)
  • 9ddf3e5 feat: add ignoreTags option (#2609)
  • bea53c0 feat(no-v-text-v-html-on-component): add ignore namespace option (#2610)
  • 86a8138 feat(no-duplicate-attr-inheritance): ignore multi root (#2598)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Summary by Sourcery

Update eslint-plugin-vue from 9.30.0 to 9.32.0.

New Features:

  • Introduce restricted-component-names rule to enforce specific component names.
  • Introduce slot-name-casing rule to enforce specific casing for slot names.

Enhancements:

  • Add new rules and options for linting Vue components, including restricted-component-names and slot-name-casing.
  • Improve existing rules like no-duplicate-attr-inheritance, no-v-text-v-html-on-component, attribute-hyphenation, v-on-event-hyphenation, require-explicit-slots, and prefer-use-template-ref.
  • Fix a bug in prefer-use-template-ref where it checked variables beyond the root level.

Tests:

  • Add support for type references in require-explicit-slots rule.
  • Add support for shallowRef in prefer-use-template-ref rule.

Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.30.0 to 9.32.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v9.30.0...v9.32.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@sourcery-ai
Copy link

sourcery-ai bot commented Jan 1, 2025

Reviewer's Guide by Sourcery

This PR bumps the eslint-plugin-vue package from version 9.30.0 to 9.32.0. This upgrade includes several enhancements, bug fixes, and updates as detailed in the change list below.

Class diagram showing updated ESLint Vue plugin rules

classDiagram
    class ESLintVuePlugin {
      +version: 9.32.0
    }

    class NewRules {
      +restricted-component-names
      +slot-name-casing
    }

    class EnhancedRules {
      +no-duplicate-attr-inheritance
      +no-v-text-v-html-on-component
      +attribute-hyphenation
      +v-on-event-hyphenation
      +require-explicit-slots
      +prefer-use-template-ref
    }

    ESLintVuePlugin --> NewRules : adds
    ESLintVuePlugin --> EnhancedRules : enhances

    note for NewRules "New rules added in v9.32.0"
    note for EnhancedRules "Existing rules with new options"
Loading

File-Level Changes

Change Details Files
Upgrades the eslint-plugin-vue package to v9.32.0
  • Updates the eslint-plugin-vue version in package.json
  • Updates the eslint-plugin-vue version in yarn.lock
package.json
yarn.lock

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

@github-actions github-actions bot merged commit c9abe7c into master Jan 1, 2025
2 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/eslint-plugin-vue-9.32.0 branch January 1, 2025 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant