Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps eslint-plugin-vue from 9.32.0 to 10.1.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v10.1.0

✨ Enhancements

  • #2734 Improved allowlist option of vue/no-bare-strings-in-template rule to accept regex.
  • #2736 Added vue/define-props-destructuring rule that enforce consistent style for props destructuring.
  • #2685 Added disallowComments option to vue/no-multiple-template-root rule.

Full Changelog: vuejs/eslint-plugin-vue@v10.0.1...v10.1.0

v10.0.1

🐛 Bug Fixes

  • #2700 Fixed incorrect type for .eslintrc configs.
  • #2703 Fixed false negatives for multiple script blocks in vue/prefer-use-template-ref rule.
  • #2726 Fixed false positives for tagged template expressions in vue/no-ref-as-operand rule.
  • #2728 Fixed false negatives for props destructure in vue/require-default-prop rule.
  • #2731 Fixed false positives for renamed props in vue/no-dupe-keys rule.

⚙️ Updates

  • #2701 Improved the report location for vue/no-export-in-script-setup rule.
  • #2724 Improved the report location for vue/html-self-closing rule.

Full Changelog: vuejs/eslint-plugin-vue@v10.0.0...v10.0.1

v10.0.0

💥 Breaking changes

... (truncated)

Commits
  • 1b63454 10.1.0
  • f8d0757 feat(no-multiple-template-root): support disallowComments property (#2685)
  • ce92931 feat: add define-props-destructuring rule (#2736)
  • c68cb1a feat(no-bare-strings-in-template): allowlist support regex (#2734)
  • 654c3cb 10.0.1
  • 7dec48d fix(no-dupe-keys): detect props destructure rename (#2731)
  • 41e0192 fix(require-default-prop): report props destructure (#2728)
  • 554596c docs: use === instead of == (#2727)
  • 6e22d51 fix(no-ref-as-operand): do not report in tagged template expression (#2726)
  • 527081f Better report location for vue/html-self-closing (#2724)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2025
@github-actions
Copy link

github-actions bot commented May 1, 2025

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-vue-10.1.0 branch from d0cba90 to b3ea953 Compare May 7, 2025 09:27
@Pugma
Copy link
Contributor

Pugma commented Jun 15, 2025

@dependabot rebase

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-vue-10.1.0 branch from b3ea953 to 85f0360 Compare June 15, 2025 07:29
@codecov
Copy link

codecov bot commented Jun 16, 2025

Codecov Report

Attention: Patch coverage is 0% with 153 lines in your changes missing coverage. Please review.

Project coverage is 8.70%. Comparing base (47a9d1a) to head (e26f57a).
Report is 10 commits behind head on master.

Files with missing lines Patch % Lines
src/components/Settings/SessionTab/TokenInfo.vue 0.00% 7 Missing ⚠️
.../Main/CommandPalette/SearchSuggestionQueryItem.vue 0.00% 6 Missing ⚠️
...iew/ChannelSidebar/ChannelSidebarViewersDetail.vue 0.00% 6 Missing ⚠️
...maryViewSidebar/SidebarEvent/SidebarEventFrame.vue 0.00% 6 Missing ⚠️
...ngs/StampPaletteTab/StampPaletteListItemHeader.vue 0.00% 6 Missing ⚠️
src/views/Settings/ThemeTab.vue 0.00% 6 Missing ⚠️
...iew/PrimaryViewSidebar/SidebarContentContainer.vue 0.00% 4 Missing ⚠️
src/components/Main/MainView/QallView/UserCard.vue 0.00% 4 Missing ⚠️
...Content/DraftList/DraftListDetailsPanelChannel.vue 0.00% 4 Missing ⚠️
...nts/Authenticate/ConsentForm/ClientDescription.vue 0.00% 3 Missing ⚠️
... and 54 more
Additional details and impacted files
@@            Coverage Diff            @@
##           master   #4552      +/-   ##
=========================================
- Coverage    8.72%   8.70%   -0.02%     
=========================================
  Files         692     692              
  Lines       30872   30939      +67     
  Branches      531     531              
=========================================
  Hits         2694    2694              
- Misses      28172   28239      +67     
  Partials        6       6              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@Takeno-hito Takeno-hito left a comment

Choose a reason for hiding this comment

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

LGTM

@Pugma Pugma merged commit a6f7653 into master Jun 16, 2025
11 checks passed
@Pugma Pugma deleted the dependabot/npm_and_yarn/eslint-plugin-vue-10.1.0 branch June 16, 2025 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants