Skip to content

[Snyk] Upgrade eslint-plugin-vue from 9.17.0 to 10.2.0 #39

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

nerdy-tech-com-gitub
Copy link
Owner

@nerdy-tech-com-gitub nerdy-tech-com-gitub commented Jul 12, 2025

snyk-top-banner

Snyk has created this PR to upgrade eslint-plugin-vue from 9.17.0 to 10.2.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 27 versions ahead of your current version.

  • The recommended version was released a month ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-CROSSSPAWN-8303230
44 Proof of Concept
high severity Denial of Service (DoS)
SNYK-JS-HTTPPROXYMIDDLEWARE-8229906
44 Proof of Concept
medium severity Improper Input Validation
SNYK-JS-NANOID-8492085
44 No Known Exploit
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-PATHTOREGEXP-8482416
44 Proof of Concept
medium severity Cross-site Scripting (XSS)
SNYK-JS-SERIALIZEJAVASCRIPT-6147607
44 Proof of Concept
medium severity Cross-site Scripting (XSS)
SNYK-JS-COOKIE-8163060
44 No Known Exploit
medium severity Always-Incorrect Control Flow Implementation
SNYK-JS-HTTPPROXYMIDDLEWARE-9691387
44 No Known Exploit
medium severity Improper Check for Unusual or Exceptional Conditions
SNYK-JS-HTTPPROXYMIDDLEWARE-9691389
44 No Known Exploit
low severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-BRACEEXPANSION-9789073
44 Proof of Concept
Release notes
Package name: eslint-plugin-vue from eslint-plugin-vue GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Summary by Sourcery

Upgrade eslint-plugin-vue from v9.17.0 to v10.2.0 to adopt the latest major release, update linting rules, and address multiple security vulnerabilities

Bug Fixes:

  • Resolve various security issues such as ReDoS, DoS, and XSS in transitive dependencies

Enhancements:

  • Bump eslint-plugin-vue to version 10.2.0

Build:

  • Update package.json dependency for eslint-plugin-vue

Snyk has created this PR to upgrade eslint-plugin-vue from 9.17.0 to 10.2.0.

See this package in npm:
eslint-plugin-vue

See this project in Snyk:
https://app.snyk.io/org/nerds-github/project/aa77fd79-7d27-4ab0-9d41-5dd117531784?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

sourcery-ai bot commented Jul 12, 2025

Reviewer's Guide

This PR upgrades the eslint-plugin-vue dependency from v9.x to v10.2.0 by updating the version spec in package.json and regenerating the lockfile to pull in the new release, addressing multiple security vulnerabilities and ensuring compatibility with the latest ESLint and Vue features.

Class diagram for updated ESLint Vue plugin rules and configs

classDiagram
  class ESLint {
    +lint()
    +loadPlugins()
  }
  class EslintPluginVue {
    +rules
    +configs
    +peerDependencies
  }
  class Rule {
    <<interface>>
    +name
    +options
    +check()
  }
  class Config {
    +name
    +rules
  }
  ESLint --> EslintPluginVue : uses
  EslintPluginVue --> Rule : defines
  EslintPluginVue --> Config : provides
  EslintPluginVue : - Removed deprecated rules
  EslintPluginVue : - Added new rules (block-order, no-deprecated-delete-set, etc.)
  EslintPluginVue : - Updated configs
  EslintPluginVue : - Now requires vue-eslint-parser as peer
  EslintPluginVue : - Dropped support for old Node/ESLint
  Config : +vue3-essential
  Config : +recommended
  Rule : +block-order
  Rule : +no-deprecated-delete-set
  Rule : +no-deprecated-model-definition
  Rule : +no-required-prop-with-default
  Rule : +valid-define-options
  Rule : +no-import-compiler-macros
  Rule : +define-props-destructuring
  Rule : -component-tags-order (removed)
  Rule : -setup-compiler-macros (removed)
  Rule : -legacy option from custom-event-name-casing (removed)
  Rule : -runOutsideVue option from sort-keys (removed)
Loading

File-Level Changes

Change Details Files
Bumped eslint-plugin-vue to v10.2.0
  • Updated the version spec for eslint-plugin-vue in package.json
  • Ran dependency installation to regenerate the lockfile
glances/outputs/static/package.json
package-lock.json

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. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the 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 exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants