-
Notifications
You must be signed in to change notification settings - Fork 97
chore(deps): update dependency eslint to v9 #1825
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
Conversation
ddbcff8
to
84e999e
Compare
0739b59
to
d5f2cca
Compare
a8d6234
to
f345f52
Compare
3ead230
to
9fbd22c
Compare
Waiting for update to CI to allow bot builds. |
The linting test is failing but there's no indication it's related to the CI config. Is it passing locally? |
This repo hasn't yet been configured for eslint v9 😉 |
9fbd22c
to
8629c38
Compare
8629c38
to
b11a458
Compare
yes, this is true, good point. haha also the lack of eslint v9 config. 🤦🏻 |
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. |
Status of the update:
Using eslint's handy-dandy inspector, I can see rules are being applied, but clearly the actual linting process is still kinda jank. 💀 |
@geotrev ha, those typography |
package.json
Outdated
"@typescript-eslint/parser": "7.18.0", | ||
"@zendeskgarden/css-bedrock": "9.1.1", | ||
"@zendeskgarden/eslint-config": "40.0.0", | ||
"@zendeskgarden/eslint-config": "42.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we bump this to the latest v43.0.0 instead?
|
||
return ( | ||
<StyledCalendarItem key={`day-${itemsIndex}`} $isCompact={isCompact}> | ||
<StyledCalendarItem key={date.toISOString()} $isCompact={isCompact}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
This PR contains the following updates:
8.57.0
->9.7.0
Release Notes
eslint/eslint (eslint)
v9.7.0
Compare Source
Features
7bd9839
feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)1381394
feat: addregex
option inno-restricted-imports
(#18622) (Nitin Kumar)Bug Fixes
14e9f81
fix: destructuring in catch clause inno-unused-vars
(#18636) (Francesco Trotta)Documentation
9f416db
docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M)c8d26cb
docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic)6e79ac7
docs:loadESLint
does not support optioncwd
(#18641) (Francesco Trotta)Chores
793b718
chore: upgrade @eslint/js@9.7.0 (#18680) (Francesco Trotta)7ed6f9a
chore: package.json update for @eslint/js release (Jenkins)7bcda76
refactor: Add type references (#18652) (Nicholas C. Zakas)51bf57c
chore: add tech sponsors through actions (#18624) (Strek)6320732
refactor: don't useparent
property inNodeEventGenerator
(#18653) (Milos Djermanovic)9e6d640
refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)v9.6.0
Compare Source
v9.5.0
Compare Source
v9.4.0
Compare Source
v9.3.0
Compare Source
v9.2.0
Compare Source
v9.1.1
Compare Source
v9.1.0
Compare Source
v9.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - "on Monday every 9 weeks of the year starting on the 5th week" (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.