Releases: himynameisdave/eslint-config-himynameisdave
Releases ยท himynameisdave/eslint-config-himynameisdave
v10.0.0-alpha.0
WIP, trying to wrangle the new version of eslint etc.
Breaking due to minimum Node version now being >= 20.9.0
Raw commits
v9.0.0
Breaking
- Minimum Node version is
v18.18.0
- This is due to the downstream constraint from the latest version of
typescript-eslint
- This is due to the downstream constraint from the latest version of
Raw commits
v8.4.0
Raw commits
v8.3.0
Mostly just package upgrades.
Raw commits
- ๐ฆ Package upgrades 7c7ab68
- Merge pull request #61 from himynameisdave/dependabot/npm_and_yarn/eslint-plugin-jest-27.6.0 972ce11
- Merge pull request #59 from himynameisdave/dependabot/npm_and_yarn/typescript-eslint/parser-6.9.0 919ff7f
- Merge pull request #53 from himynameisdave/dependabot/npm_and_yarn/babel/traverse-7.23.2 5382324
- Merge pull request #46 from himynameisdave/dependabot/npm_and_yarn/postcss-8.4.31 ef8910b
- Bump eslint-plugin-jest from 27.4.0 to 27.6.0 3e4ff52
- Bump @typescript-eslint/parser from 6.7.3 to 6.9.0 ada92b9
- Bump @babel/traverse from 7.12.5 to 7.23.2 806a580
- Bump postcss from 8.4.26 to 8.4.31 32bfeb3
- Merge pull request #42 from himynameisdave/dependabot/npm_and_yarn/typescript-eslint/parser-6.7.3 3009c8b
- Bump @typescript-eslint/parser from 6.7.2 to 6.7.3 f97aa57
v8.2.0
Package upgrades and adds a new rule. Also adds a cron job to update deps and warn about any newly missing ESLint rules in a PR (#41)
Raw commits
- 2๏ธโฃ Include Node 20 in test matrix a9145b1
- Merge pull request #41 from himynameisdave/auto-find-rules 185d031
- โ Run find-rules on a cron schedule 5d60ffd
- ๐ฆ Re-upgrade packages 141cdb6
- ๐ง Tweaking 3246003
- ๐ง Tweak PR template 3b4e591
- โจ More unique branch names ec9c73e
- ๐ง More tweaking stuff 8af4b5e
- ๐ง Fix the case where find-rules exits 3c8aaba
- โจ Init test 976923c
- ๐ Intentionally pin to outdated versions to test 759dec6
- ๐๏ธ Remove outdated workflow bc574cd
- ๐ฆ Package upgrades d15a337
- ๐ Update svelte multi-line rule fe40881
- ๐ค Add dependabot ebb4171
v8.1.0
v8.0.0
Drops requirement that plugin packages are installed alongside this config! Now you just need to do yarn add -D eslint-config-himynameisdave
. Also tweaks the configs, so that promise
and unicorn
are included in core
(with the core being broken off to base
).
- โ
Include
props
in allowed shorthands e56846a
v8.0.0-rc.0
Testing out the vendored plugins release!
v8.0.0-alpha.0
Attempting a strategy of including deps directly, so consumers don't need to install everything themselves.