Skip to content
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

chore(deps-dev): bump eslint-plugin-vue from 9.15.0 to 9.16.1 #6862

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps eslint-plugin-vue from 9.15.0 to 9.16.1.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.16.1

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.16.0...v9.16.1

v9.16.0

✨ Enhancements

🐛 Bug Fixes

⚙️ Updates

Full Changelog: vuejs/eslint-plugin-vue@v9.15.1...v9.16.0

v9.15.1

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.15.0...v9.15.1

Commits
  • 28efd94 9.16.1
  • 6531988 Fix incompatibility with typescript-eslint v6 in vue/script-indent rule (#2...
  • 56180e3 9.16.0
  • 684c847 Improve the vue/no-setup-props-destructure rule (#2244)
  • b8814c7 Only allow modelValue in vue/no-deprecated-model-definition (#2255)
  • 6080fb3 Bump dependencies to latest version (#2254)
  • 7c63e1e Rename vue/component-tags-order to vue/block-order (#2222)
  • 6dad5c2 Enable more eslint-plugin-unicorn rules (#2253)
  • 3c2e743 Bump development dependencies to latest version (#2252)
  • eddf098 Add vue/no-deprecated-model-definition rule (#2238)
  • 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 dependabot bot added dependencies Pull requests that update a dependency file pr:daveit Disables PR Cop pr:e2e Automatically triggers e2e tests to run pr:platform Runs tests against all supported platforms type:maintenance tests, chores, or project maintenance labels Jul 31, 2023
@deploysentinel
Copy link

deploysentinel bot commented Jul 31, 2023

Current Playwright Test Results Summary

✅ 134 Passing - ⚠️ 4 Flaky

Run may still be in progress, this comment will be updated as current testing workflow or job completes...

(Last updated on 08/08/2023 05:56:25pm UTC)

Run Details

Running Job e2e-stable on CircleCI

Commit: 15882ad

Started: 08/08/2023 05:50:31pm UTC

⚠️ Flakes

📄   functional/plugins/notebook/restrictedNotebook.e2e.spec.js • 2 Flakes

Top 1 Common Error Messages

null

2 Test Cases Affected

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Restricted Notebook with a page locked and with an embed @addinit Allows embeds to be deleted if page unlocked @addinit
Retry 1Initial Attempt
1.03% (1) 1 / 97 run
failed over last 7 days
25.77% (25) 25 / 97 runs
flaked over last 7 days
Restricted Notebook with a page locked and with an embed @addinit Disallows embeds to be deleted if page locked @addinit
Retry 1Initial Attempt
0% (0) 0 / 94 runs
failed over last 7 days
24.47% (23) 23 / 94 runs
flaked over last 7 days

📄   functional/plugins/telemetryTable/telemetryTable.e2e.spec.js • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Telemetry Table unpauses and filters data when paused by button and user changes bounds
Retry 1Initial Attempt
0% (0) 0 / 89 runs
failed over last 7 days
24.72% (22) 22 / 89 runs
flaked over last 7 days

📄   functional/planning/timelist.e2e.spec.js • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Time List Create a Time List, add a single Plan to it and verify all the activities are displayed with no milliseconds
Retry 1Initial Attempt
0% (0) 0 / 126 runs
failed over last 7 days
34.92% (44) 44 / 126 runs
flaked over last 7 days

View Detailed Build Results


@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Merging #6862 (15882ad) into master (1e3097f) will increase coverage by 1.37%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #6862      +/-   ##
==========================================
+ Coverage   46.98%   48.35%   +1.37%     
==========================================
  Files         643      643              
  Lines       25627    25627              
  Branches     2496     2496              
==========================================
+ Hits        12040    12392     +352     
+ Misses      13111    12758     -353     
- Partials      476      477       +1     
Flag Coverage Δ *Carryforward flag
e2e-full 42.03% <ø> (ø) Carriedforward from 1e3097f
e2e-stable 57.14% <ø> (+3.96%) ⬆️
unit 38.74% <ø> (-0.01%) ⬇️

*This pull request uses carry forward flags. Click here to find out more.

see 53 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1e3097f...15882ad. Read the comment docs.

Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.15.0 to 9.16.1.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v9.15.0...v9.16.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-vue-9.16.1 branch from fd578d6 to 15882ad Compare August 8, 2023 17:45
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 9, 2023

Superseded by #6907.

@dependabot dependabot bot closed this Aug 9, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-plugin-vue-9.16.1 branch August 9, 2023 15:36
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 pr:daveit Disables PR Cop pr:e2e Automatically triggers e2e tests to run pr:platform Runs tests against all supported platforms type:maintenance tests, chores, or project maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants