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

Update all of typescript-eslint 5.62.0 → 6.18.1 (major) #6379

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Jan 14, 2024

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​typescript-eslint/eslint-plugin (5.62.0 → 6.18.1) · Repo · Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

✳️ @​typescript-eslint/parser (5.62.0 → 6.18.1) · Repo · Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

🆕 @​typescript-eslint/scope-manager (added, 6.18.1)

🆕 @​typescript-eslint/types (added, 6.18.1)

🆕 @​typescript-eslint/typescript-estree (added, 6.18.1)

🆕 @​typescript-eslint/utils (added, 6.18.1)

🆕 @​typescript-eslint/visitor-keys (added, 6.18.1)

🗑️ natural-compare-lite (removed)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Jan 14, 2024
@depfu depfu bot requested a review from a team January 14, 2024 19:45
@kraenhansen kraenhansen self-assigned this Jan 15, 2024
@depfu depfu bot force-pushed the depfu/update/npm/group/typescript-eslint-6.18.1 branch 4 times, most recently from e8a1d7f to 7243dad Compare January 22, 2024 10:20
@depfu depfu bot force-pushed the depfu/update/npm/group/typescript-eslint-6.18.1 branch from 7243dad to 5e44c62 Compare January 25, 2024 11:40
@cla-bot cla-bot bot added the cla: yes label Jan 25, 2024
@kraenhansen
Copy link
Member

@​depfu rebase
@​depfu merge

@depfu depfu bot force-pushed the depfu/update/npm/group/typescript-eslint-6.18.1 branch from 5e44c62 to ffc5a4c Compare January 25, 2024 12:11
@kraenhansen
Copy link
Member

This seem to fail, due to commander no longer being installed (I see it getting removed from the package-lock.json), but I think this is due to bindgen not explicitly declaring a dependency on it, which is why I've opened realm/realm-core#7292.

@depfu depfu bot force-pushed the depfu/update/npm/group/typescript-eslint-6.18.1 branch 3 times, most recently from 5e47aa3 to e228376 Compare January 27, 2024 16:00
Copy link

coveralls-official bot commented Jan 27, 2024

Coverage Status

coverage: 85.346%. remained the same
when pulling 95d35ea on depfu/update/npm/group/typescript-eslint-6.18.1
into c837d54 on main.

@depfu depfu bot force-pushed the depfu/update/npm/group/typescript-eslint-6.18.1 branch 2 times, most recently from 5c6c91f to 95d35ea Compare January 28, 2024 11:05
@kraenhansen kraenhansen marked this pull request as draft January 28, 2024 11:17
@depfu depfu bot force-pushed the depfu/update/npm/group/typescript-eslint-6.18.1 branch 2 times, most recently from b673f31 to 2bf3325 Compare February 9, 2024 15:00
@kraenhansen
Copy link
Member

Rebased this branch locally on the latest main, but running npm install yields unresolved peer dependencies:

❯ npm install
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: @typescript-eslint/[email protected]
npm WARN node_modules/@typescript-eslint/eslint-plugin
npm WARN   @typescript-eslint/eslint-plugin@"^6.18.1" from the root project
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peerOptional @typescript-eslint/eslint-plugin@"^5.0.0" from [email protected]
npm WARN node_modules/eslint-plugin-jest
npm WARN   eslint-plugin-jest@"^26.5.3" from @react-native/[email protected]
npm WARN   node_modules/@react-native/eslint-config
npm WARN 
npm WARN Conflicting peer dependency: @typescript-eslint/[email protected]
npm WARN node_modules/@typescript-eslint/eslint-plugin
npm WARN   peerOptional @typescript-eslint/eslint-plugin@"^5.0.0" from [email protected]
npm WARN   node_modules/eslint-plugin-jest
npm WARN     eslint-plugin-jest@"^26.5.3" from @react-native/[email protected]
npm WARN     node_modules/@react-native/eslint-config

It looks to me like we'll need to await an update of eslint-plugin-jest in a future version of @react-native/eslint-config.

@depfu depfu bot force-pushed the depfu/update/npm/group/typescript-eslint-6.18.1 branch from 2bf3325 to 9c7f639 Compare February 26, 2024 08:50
@depfu depfu bot force-pushed the depfu/update/npm/group/typescript-eslint-6.18.1 branch 2 times, most recently from eb1162d to b427dc3 Compare April 10, 2024 09:21
@depfu depfu bot force-pushed the depfu/update/npm/group/typescript-eslint-6.18.1 branch from b427dc3 to 834cab7 Compare June 4, 2024 13:42
@depfu depfu bot force-pushed the depfu/update/npm/group/typescript-eslint-6.18.1 branch from 834cab7 to 6711ce9 Compare June 17, 2024 08:05
@depfu depfu bot force-pushed the depfu/update/npm/group/typescript-eslint-6.18.1 branch from 6711ce9 to 50d4dc3 Compare July 5, 2024 05:50
@depfu depfu bot force-pushed the depfu/update/npm/group/typescript-eslint-6.18.1 branch from 50d4dc3 to bc1de31 Compare July 16, 2024 20:50
@depfu depfu bot force-pushed the depfu/update/npm/group/typescript-eslint-6.18.1 branch from bc1de31 to 31fc6d8 Compare July 17, 2024 11:20
@depfu depfu bot force-pushed the depfu/update/npm/group/typescript-eslint-6.18.1 branch 2 times, most recently from c539a97 to 4aaefa3 Compare August 28, 2024 08:35
@depfu depfu bot force-pushed the depfu/update/npm/group/typescript-eslint-6.18.1 branch from 4aaefa3 to 0a9fa5a Compare October 29, 2024 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant