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 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 update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ @typescript-eslint/eslint-plugin (5.22.0 → 5.23.0) · Repo · Changelog
Release Notes
5.23.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 16 commits:
chore: publish v5.23.0
chore: Bump eslint-plugin-react-hooks from 4.4.0 to 4.5.0 (#4928)
chore: Bump @types/react from 17.0.43 to 18.0.9 (#4930)
chore: Bump @types/babel__core from 7.1.14 to 7.1.19 (#4929)
chore: update sponsors (#4925)
Rename no-non-null-assertion to member-ordering in README (#4921)
Fix typo in link (#4918)
fix(eslint-plugin): [no-unnecessary-type-constraint] change to suggestion fix, fix multiple trailing comma failures (#4901)
feat(utils): update eslint types (#4896)
fix(eslint-plugin): [no-restricted-imports] allow type import as long as there's one matching pattern (#4898)
chore: Bump async from 2.6.3 to 2.6.4 (#4894)
chore: Bump @babel/eslint-parser from 7.15.4 to 7.17.0 (#4888)
chore: Bump @commitlint/config-conventional from 16.2.1 to 16.2.4 (#4889)
chore: Bump @swc/core from 1.2.171 to 1.2.174 (#4891)
chore: Bump ejs from 3.1.6 to 3.1.7 (#4893)
fix(ast-spec): correct `AwaitExpression.argument` type (#4880)
✳️ @typescript-eslint/parser (5.22.0 → 5.23.0) · Repo · Changelog
Release Notes
5.23.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 16 commits:
chore: publish v5.23.0
chore: Bump eslint-plugin-react-hooks from 4.4.0 to 4.5.0 (#4928)
chore: Bump @types/react from 17.0.43 to 18.0.9 (#4930)
chore: Bump @types/babel__core from 7.1.14 to 7.1.19 (#4929)
chore: update sponsors (#4925)
Rename no-non-null-assertion to member-ordering in README (#4921)
Fix typo in link (#4918)
fix(eslint-plugin): [no-unnecessary-type-constraint] change to suggestion fix, fix multiple trailing comma failures (#4901)
feat(utils): update eslint types (#4896)
fix(eslint-plugin): [no-restricted-imports] allow type import as long as there's one matching pattern (#4898)
chore: Bump async from 2.6.3 to 2.6.4 (#4894)
chore: Bump @babel/eslint-parser from 7.15.4 to 7.17.0 (#4888)
chore: Bump @commitlint/config-conventional from 16.2.1 to 16.2.4 (#4889)
chore: Bump @swc/core from 1.2.171 to 1.2.174 (#4891)
chore: Bump ejs from 3.1.6 to 3.1.7 (#4893)
fix(ast-spec): correct `AwaitExpression.argument` type (#4880)
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