-
-
Notifications
You must be signed in to change notification settings - Fork 565
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 @antfu/eslint-config to ^2.19.0 #2726
Conversation
Run & review this pull request in StackBlitz Codeflow. |
✅ Deploy Preview for elk-docs canceled.
|
✅ Deploy Preview for elk-zone ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
a36e2e4
to
db56421
Compare
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
60f38e8
to
0957be1
Compare
73fbc0e
to
9713f3d
Compare
9713f3d
to
d4e6a71
Compare
d4e6a71
to
ac2c281
Compare
ac2c281
to
dbf4da4
Compare
dbf4da4
to
b41a338
Compare
b41a338
to
c123bea
Compare
c123bea
to
ecc8fe6
Compare
0caefa9
to
29e9fe2
Compare
75cff5c
to
aba90da
Compare
aba90da
to
8018dfc
Compare
8018dfc
to
183ff6c
Compare
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@antfu/eslint-config@2.9.0, npm/@unocss/eslint-config@0.58.9, npm/eslint-plugin-format@0.1.0 |
There lint errors to prevent passing CI: https://github.com/elk-zone/elk/actions/runs/9261246914/job/25476294418?pr=2726 I'm going to fix these errors one by one. |
71:35 error Unnecessary escape character: \/ regexp/no-useless-escape
79:23 error Capturing group number 1 is defined but never used regexp/no-unused-capturing-group 79:39 error '\b' will always accept because it is preceded by a word character and followed by a non-word character regexp/no-useless-assertions 79:53 error '\b' will always accept because it is preceded by a word character and followed by a non-word character regexp/no-useless-assertions 79:67 error '\b' will always accept because it is preceded by a word character and followed by a non-word character regexp/no-useless-assertions 79:81 error '\b' will always accept because it is preceded by a word character and followed by a non-word character regexp/no-useless-assertions
29:55 error '\d' is already included in '\w' regexp/no-dupe-characters-character-class 29:75 error '\d' is already included in '\w' regexp/no-dupe-characters-character-class 29:75 error Invalid character class range. A character set cannot be the minimum or maximum of a character class range. Either escape the `-` or fix the character class range regexp/strict 29:78 error Unnecessary escape character: \. regexp/no-useless-escape
138:34 error '(www\.)?' can be removed because of '\S+'. This cannot be fixed automatically because it might change or remove a capturing group regexp/optimal-quantifier-concatenation
22:47 error Capturing group number 1 is defined but never used regexp/no-unused-capturing-group
…rse.ts` 96:28 error The quantifier '\w*' can exchange characters with '[\s\S]+?'. Using any string accepted by /\w+/, this can be exploited to cause at least polynomial backtracking regexp/no-super-linear-backtracking 96:28 error The quantifier '\w*' can exchange characters (\w) with '[\s\S]+?'. This makes the capturing group misleading, because the quantifier will capture fewer characters than its pattern suggests regexp/no-misleading-capturing-group
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: TAKAHASHI Shuuji <shuuji3@gmail.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
This PR contains the following updates:
^2.9.0
->^2.19.0
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v2.19.0
Compare Source
🚀 Features
antfu/curly
to replacecurly
- by @antfu (42a90)View changes on GitHub
v2.18.1
Compare Source
🚀 Features
View changes on GitHub
v2.18.0
Compare Source
🚀 Features
View changes on GitHub
v2.17.0
Compare Source
🚀 Features
View changes on GitHub
v2.16.4
Compare Source
No significant changes
View changes on GitHub
v2.16.3
Compare Source
🚀 Features
View changes on GitHub
v2.16.2
Compare Source
No significant changes
View changes on GitHub
v2.16.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.16.0
Compare Source
🚀 Features
eslint-plugin-command
- by @antfu (20ea2)🐞 Bug Fixes
View changes on GitHub
v2.15.0
Compare Source
🚨 Breaking Changes
View changes on GitHub
v2.14.0
Compare Source
🚀 Features
lessOpinionated
option - by @antfu (4b87c)View changes on GitHub
v2.13.4
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v2.13.3
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.13.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.13.1
Compare Source
🚀 Features
no-unused-vars
options - by @antfu (1e091)View changes on GitHub
v2.13.0
Compare Source
🚀 Features
View changes on GitHub
v2.12.2
Compare Source
🚀 Features
View changes on GitHub
v2.12.1
Compare Source
🐞 Bug Fixes
no-new-symbol
tono-new-native-nonconstructor
- by @antfu (a278b)View changes on GitHub
v2.12.0
Compare Source
🚀 Features
View changes on GitHub
v2.11.6
Compare Source
🚀 Features
View changes on GitHub
v2.11.5
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.11.4
Compare Source
🐞 Bug Fixes
eslint-plugin-svelte
, fix #437 - by @antfu in https://github.com/antfu/eslint-config/issues/437 (0b364)View changes on GitHub
v2.11.3
Compare Source
🚀 Features
View changes on GitHub
v2.11.2
Compare Source
No significant changes
View changes on GitHub
v2.11.1
Compare Source
🚀 Features
View changes on GitHub
v2.11.0
Compare Source
🚀 Features
View changes on GitHub
v2.10.1
Compare Source
No significant changes
View changes on GitHub
v2.10.0
Compare Source
🚀 Features
View changes on GitHub
v2.9.1
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.