Releases: e18e/eslint-plugin
Releases · e18e/eslint-plugin
0.5.1
What's Changed
- chore(deps-dev): bump the development-dependencies group with 8 updates by @dependabot[bot] in #116
- chore: enable staged publishing by @43081j in #117
- chore(deps-dev): bump the development-dependencies group with 7 updates by @dependabot[bot] in #119
- chore(deps): bump semver from 7.8.0 to 7.8.1 in the production-dependencies group across 1 directory by @dependabot[bot] in #118
- chore(deps-dev): bump the development-dependencies group with 8 updates by @dependabot[bot] in #120
- chore(deps-dev): bump the development-dependencies group with 6 updates by @dependabot[bot] in #123
- chore(deps): bump the production-dependencies group with 2 updates by @dependabot[bot] in #122
- chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group by @dependabot[bot] in #121
- feat: add prefer-flatmap-over-map-flat rule by @webpro in #107
- feat: add prefer-get-or-insert by @43081j in #124
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- feat(prefer-spread-syntax): spread syntactically known arrays in untyped contexts by @webpro in #105
- feat: add prefer-string-fromcharcode rule by @webpro in #106
- feat: add no-delete-property rule by @webpro in #108
- feat: add prefer-includes-over-regex-test rule by @webpro in #111
- chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot[bot] in #112
- Extend the prefer-array-some rule to also detect filter().length calls by @ashleylamont in #113
- feat: add prefer-static-collator rule by @webpro in #110
- chore(deps): bump the production-dependencies group with 2 updates by @dependabot[bot] in #114
- chore(deps-dev): bump the development-dependencies group with 6 updates by @dependabot[bot] in #115
- feat: add no-spread-in-reduce rule by @webpro in #109
New Contributors
- @webpro made their first contribution in #105
- @ashleylamont made their first contribution in #113
Full Changelog: 0.4.1...0.5.0
0.4.1
0.4.0
What's Changed
- chore(deps-dev): bump the development-dependencies group with 6 updates by @dependabot[bot] in #88
- [prefer-spread-syntax] Fix bug: Object.assign({}, ...arrOfObjs) incorrectly auto-fixed by @oBusk in #91
- feat: expand array elements in prefer-spread-syntax by @43081j in #93
- fix: Type exported configs correctly by @porada in #95
- fix: default untyped elements as non-arrays by @43081j in #94
- chore(deps-dev): bump the development-dependencies group with 9 updates by @dependabot[bot] in #96
- chore(deps-dev): bump the development-dependencies group with 8 updates by @dependabot[bot] in #97
- feat: adopt ban-dependencies rule by @43081j in #98
- chore(deps-dev): bump the development-dependencies group with 7 updates by @dependabot[bot] in #101
- chore(deps): bump actions/setup-node from 6.3.0 to 6.4.0 in the github-actions group by @dependabot[bot] in #99
- chore(deps): bump module-replacements from 3.0.0-beta.4 to 3.0.0-beta.7 in the production-dependencies group by @dependabot[bot] in #100
- chore(deps-dev): bump the development-dependencies group with 6 updates by @dependabot[bot] in #102
- chore: improve descriptions of ban-dependencies rule by @43081j in #103
New Contributors
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- chore(deps-dev): bump the development-dependencies group across 1 directory with 10 updates by @dependabot[bot] in #73
- chore(deps-dev): bump the development-dependencies group with 6 updates by @dependabot[bot] in #74
- docs: update sponsors image link by @ghostdevv in #75
- chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot[bot] in #78
- chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 in the github-actions group by @dependabot[bot] in #76
- chore(deps): bump eslint-plugin-depend from 1.4.0 to 1.5.0 in the production-dependencies group by @dependabot[bot] in #77
- chore(deps-dev): bump the development-dependencies group with 8 updates by @dependabot[bot] in #80
- fix(prefer-array-fill): do not flag non-constant factory functions by @yharaskrik in #72
- fix: ignore stateful regex flags by @43081j in #85
- feat: type-enhanced prefer-array-to-reversed by @43081j in #84
- feat: type-enhance prefer-spread-syntax by @43081j in #86
- fix: handle optional chaining and multiple expressions by @43081j in #87
New Contributors
- @yharaskrik made their first contribution in #72
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- make eslint and oxlint optional peer deps by @gameroman in #57
- feat(prefer-array-to-sorted): add type enhanced logic by @43081j in #59
- docs: add sponsors by @ghostdevv in #60
- chore: support ESLint 10.x by @43081j in #63
- feat: new rule prefer-static-regex by @43081j in #64
- feat: new rule
prefer-inline-equalityby @43081j in #65 - chore: remove prefer-inline-equality from recommended for now by @43081j in #66
New Contributors
- @gameroman made their first contribution in #57
- @ghostdevv made their first contribution in #60
Full Changelog: 0.1.4...0.2.0
0.1.4
What's Changed
- chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot[bot] in #35
- chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot[bot] in #37
- chore(deps-dev): bump the development-dependencies group with 6 updates by @dependabot[bot] in #38
- chore: document package.json integration by @43081j in #40
- chore(deps-dev): bump the development-dependencies group with 8 updates by @dependabot[bot] in #42
- chore(deps): bump actions/setup-node from 6.1.0 to 6.2.0 in the github-actions group by @dependabot[bot] in #41
- chore(deps-dev): bump the development-dependencies group with 8 updates by @dependabot[bot] in #44
- chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 in the github-actions group by @dependabot[bot] in #43
- fix(prefer-spread-syntax): exclude
Buffer.concatby @43081j in #48 - fix(prefer-timer-args): exclude
thisby @43081j in #49 - fix(prefer-array-at): make the rule type-enhanced by @43081j in #50
- feat(prefer-array-some): new rule by @43081j in #52
- fix(prefer-timer-args): exclude member expressions by @43081j in #53
Full Changelog: 0.1.3...0.1.4