chore(deps): update dependency @vue/eslint-config-airbnb to v8#193
Closed
renovate[bot] wants to merge 1 commit intomasterfrom
Closed
chore(deps): update dependency @vue/eslint-config-airbnb to v8#193renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
🦙 MegaLinter status:
|
| Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 18 | 0 | 0.22s | |
| ✅ BASH | bash-exec | 7 | 0 | 0.03s | |
| ✅ BASH | shellcheck | 4 | 0 | 0.28s | |
| shfmt | 7 | 1 | 0.02s | ||
| ✅ CSHARP | csharpier | 1 | 0 | 1.71s | |
| ✅ CSHARP | roslynator | 1 | 0 | 26.38s | |
| ✅ CSS | stylelint | 1 | 0 | 2.81s | |
| ✅ DOCKERFILE | hadolint | 4 | 0 | 0.26s | |
| ✅ EDITORCONFIG | editorconfig-checker | 428 | 0 | 13.3s | |
| ✅ ENV | dotenv-linter | 1 | 0 | 0.01s | |
| ✅ GROOVY | npm-groovy-lint | 8 | 0 | 15.43s | |
| ✅ HTML | djlint | 2 | 0 | 1.98s | |
| ✅ HTML | htmlhint | 2 | 0 | 0.37s | |
| ✅ JAVA | checkstyle | 64 | 0 | 9.08s | |
| ✅ JSON | jsonlint | 48 | 0 | 0.4s | |
| ✅ JSON | prettier | 48 | 0 | 5.74s | |
| ✅ JSON | v8r | 48 | 0 | 27.99s | |
| markdownlint | 23 | 229 | 2.54s | ||
| ✅ PYTHON | bandit | 1 | 0 | 1.62s | |
| ✅ PYTHON | black | 1 | 0 | 1.08s | |
| ✅ PYTHON | flake8 | 1 | 0 | 0.61s | |
| ✅ PYTHON | isort | 1 | 0 | 0.36s | |
| ✅ PYTHON | mypy | 1 | 0 | 10.3s | |
| ✅ PYTHON | ruff | 1 | 0 | 0.02s | |
| ✅ REPOSITORY | checkov | yes | no | 26.36s | |
| ✅ REPOSITORY | gitleaks | yes | no | 4.13s | |
| ✅ REPOSITORY | git_diff | yes | no | 0.31s | |
| ✅ REPOSITORY | kics | yes | no | 65.52s | |
| ✅ REPOSITORY | secretlint | yes | no | 3.61s | |
| ✅ REPOSITORY | syft | yes | no | 3.52s | |
| trivy | yes | 1 | 23.08s | ||
| ✅ REPOSITORY | trivy-sbom | yes | no | 0.9s | |
| ✅ REPOSITORY | trufflehog | yes | no | 8.19s | |
| ✅ XML | xmllint | 4 | 0 | 0.02s | |
| prettier | 118 | 1 | 2.38s |
See detailed report in MegaLinter reports
You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.
301be00 to
b8eff26
Compare
7fdb9ca to
2d63b74
Compare
950a88e to
6f99bd7
Compare
8b67299 to
03b359e
Compare
6407b17 to
81c964b
Compare
ed1ebb0 to
4dbcdf7
Compare
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR contains the following updates:
6.0.0->8.0.0Release Notes
vuejs/eslint-config-airbnb (@vue/eslint-config-airbnb)
v8.0.0Compare Source
Major Changes
v7.0.1Compare Source
Patch Changes
fix: remove
vue/no-setup-props-destructurerule (#59)It's deprecated and removed from
eslint-plugin-vue's preset configs since v9.17. More discussions available at https://github.com/vuejs/eslint-plugin-vue/issues/2259v7.0.0Compare Source
Major Changes
All the eslint plugins are listed as
dependencies, rather thanpeerDependencies.So when using these configs with
@rushstack/eslint-patch, you no longer have to install the plugins separately.This major version adds a lot style / accessibility rules for JSX /
<template>syntaxes, adapted from the upstreameslint-plugin-airbnb.You might see many more errors if you are upgrading from older versions of this package. Luckily, most of them are auto-fixable.
In this version, we've provided a
createAliasSettinghelper to help users configure the path aliases used in the project for ESLint.So this package is no longer only coupled with
@vue/cli. Explicitly invoking the helper function is also more reliable than the previous auto-detection feature.Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.