-
Notifications
You must be signed in to change notification settings - Fork 2
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): update dependency @vue/eslint-config-airbnb to v8 #193
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/vue-eslint-config-airbnb-8.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports You could have same capabilities but better runtime performances if you request a new MegaLinter flavor. |
renovate
bot
force-pushed
the
renovate/vue-eslint-config-airbnb-8.x
branch
20 times, most recently
from
January 15, 2024 19:51
301be00
to
b8eff26
Compare
renovate
bot
force-pushed
the
renovate/vue-eslint-config-airbnb-8.x
branch
4 times, most recently
from
January 18, 2024 19:50
7fdb9ca
to
2d63b74
Compare
renovate
bot
force-pushed
the
renovate/vue-eslint-config-airbnb-8.x
branch
5 times, most recently
from
February 4, 2024 10:33
950a88e
to
6f99bd7
Compare
renovate
bot
force-pushed
the
renovate/vue-eslint-config-airbnb-8.x
branch
3 times, most recently
from
June 7, 2024 09:16
1af0709
to
6b8fbce
Compare
renovate
bot
force-pushed
the
renovate/vue-eslint-config-airbnb-8.x
branch
from
June 21, 2024 14:14
6b8fbce
to
a350161
Compare
renovate
bot
force-pushed
the
renovate/vue-eslint-config-airbnb-8.x
branch
2 times, most recently
from
July 6, 2024 15:32
c33def9
to
f05491b
Compare
renovate
bot
force-pushed
the
renovate/vue-eslint-config-airbnb-8.x
branch
3 times, most recently
from
July 18, 2024 17:46
8ec34d9
to
80df780
Compare
renovate
bot
force-pushed
the
renovate/vue-eslint-config-airbnb-8.x
branch
2 times, most recently
from
August 1, 2024 13:58
09ce81f
to
f718ba9
Compare
renovate
bot
force-pushed
the
renovate/vue-eslint-config-airbnb-8.x
branch
from
August 9, 2024 21:26
f718ba9
to
f71131a
Compare
renovate
bot
force-pushed
the
renovate/vue-eslint-config-airbnb-8.x
branch
3 times, most recently
from
August 23, 2024 17:28
989dbb7
to
187a19f
Compare
renovate
bot
force-pushed
the
renovate/vue-eslint-config-airbnb-8.x
branch
2 times, most recently
from
September 1, 2024 17:07
d547fac
to
0e18ec4
Compare
renovate
bot
force-pushed
the
renovate/vue-eslint-config-airbnb-8.x
branch
from
September 21, 2024 13:22
0e18ec4
to
3388f71
Compare
renovate
bot
force-pushed
the
renovate/vue-eslint-config-airbnb-8.x
branch
3 times, most recently
from
October 14, 2024 08:41
111a8eb
to
7a84f87
Compare
renovate
bot
force-pushed
the
renovate/vue-eslint-config-airbnb-8.x
branch
7 times, most recently
from
October 22, 2024 09:07
5aa5ba7
to
adc01da
Compare
renovate
bot
force-pushed
the
renovate/vue-eslint-config-airbnb-8.x
branch
from
October 22, 2024 09:50
adc01da
to
ea94ca4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.0
Release Notes
vuejs/eslint-config-airbnb (@vue/eslint-config-airbnb)
v8.0.0
Compare Source
Major Changes
v7.0.1
Compare Source
Patch Changes
fix: remove
vue/no-setup-props-destructure
rule (#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.0
Compare 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
createAliasSetting
helper 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 - "before 4am on the first day of the month" (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.