aave-utilities
aave-utilities copied to clipboard
chore(deps-dev): bump eslint-config-xo-typescript from 0.45.2 to 0.54.1
Bumps eslint-config-xo-typescript from 0.45.2 to 0.54.1.
Release notes
Sourced from eslint-config-xo-typescript's releases.
v0.54.1
- Mistake. Please ignore.
v0.53.0
New rules
@typescript-eslint/consistent-type-exports829d012@typescript-eslint/consistent-type-importsa1bdfc9Improvements
- Add options to
@typescript-eslint/prefer-nullish-coalescingrule f4cf50dhttps://github.com/xojs/eslint-config-xo-typescript/compare/v0.52.0...v0.53.0
v0.52.0
New rules
@typescript-eslint/consistent-generic-constructorse15cd30@typescript-eslint/consistent-type-definitions7decafc
typeandinterfaceare almost interchangeable. The main difference is thatinterfacecan be extended from anywhere, which can be useful in a few cases, but can most often cause surprising hard to track down behavior. XO prefers being strict by default and have chosentype. Just use aneslint-disablecomment in the few cases where you need the declaration to be extendable.- More info
Improvements
- Add
@typescript-eslint/parsertopeerDependencies(#61) fe6f4b7- Remove deprecated
@typescript-eslint/no-duplicate-importsrule 33c6d92https://github.com/xojs/eslint-config-xo-typescript/compare/v0.51.1...v0.52.0
v0.51.1
- Fix typo e806cd7
https://github.com/xojs/eslint-config-xo-typescript/compare/v0.51.0...v0.51.1
v0.51.0
New rules
@typescript-eslint/no-duplicate-enum-values286a88e@typescript-eslint/parameter-properties6b9c65d@typescript-eslint/space-before-blocks5c4a2b5@typescript-eslint/no-useless-empty-export75cd60b@typescript-eslint/no-redundant-type-constituents092b7b7Improvements
- Add
BigIntto@typescript-eslint/ban-typesa5eedf0- Add option to
@typescript-eslint/unified-signaturesrule 6e7a385- Disable the
import/no-duplicatesrule (#55) b45f017- Disable the
@typescript-eslint/no-unused-varsrule 022fe25
... (truncated)
Commits
8cc2ac50.54.1ac585a90.53.22a7e3b00.53.0829d012Add@typescript-eslint/consistent-type-exportsrulea1bdfc9Add@typescript-eslint/consistent-type-importsrulef4cf50dAdd options to@typescript-eslint/prefer-nullish-coalescingruleeded22d0.52.0e15cd30Add@typescript-eslint/consistent-generic-constructorsrulefe6f4b7Add@typescript-eslint/parsertopeerDependencies(#61)7decafcAdd@typescript-eslint/consistent-type-definitionsrule- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)