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)
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.44.0 → ^6.7.0) · Repo · Changelog
Release Notes
6.7.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 18 commits:
chore: publish v6.7.0
chore(website): [playground] add types tab to playground (#6843)
chore(deps): update dependency @swc/core to v1.3.83 (#7623)
chore(deps): update nx to v16.8.1 (#7567)
chore(deps): update dependency @types/lodash to v4.14.198 (#7620)
docs: added Babel to Dependency Version Upgrades (#7415)
feat(eslint-plugin): [await-thenable] added suggestion fixer (#7437)
fix(eslint-plugin): [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#7560)
chore(website): correct schema autocompletion in playground (#7557)
docs: explain globals in `RuleTester` for Mocha and Vitest (#7606)
chore(ast-spec): exclude tsx fixtures from type-check (#7602)
chore(website): reuse svgs from docusaurus (#7518)
docs: `ts-api-tools` -> `ts-api-utils` (#7618)
chore(deps): update babel to v7.22.15 (#7617)
chore: fix cyclic dependency in repo caused by generate-lib script changes (#7603)
docs: add in the pull request file to not comment in closed prs (#7592)
chore(deps): update dependency tsx to v3.12.8 (#7598)
chore(deps): update dependency @types/node to v20.5.8 (#7600)
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