Releases: solidjs-community/eslint-plugin-solid
Releases · solidjs-community/eslint-plugin-solid
v0.14.5
What's Changed
- fix: add missing typescript peer deps by @rtritto in #172
- Bump rollup from 3.29.4 to 3.29.5 by @dependabot in #167
- add
bool
namespace to "no-unknown-namespaces" by @titoBouzout in #171 - fix broken link in readme by @titoBouzout in #170
New Contributors
- @rtritto made their first contribution in #172
- @titoBouzout made their first contribution in #171
Full Changelog: v0.14.4...v0.14.5
v0.14.4
What's Changed
- Fix rule documentation URLs. by @joshwilsonvu in #159
- Less strict checking of event handler attribute names by @pedro00dk in #164
- Fix rule table links. by @joshwilsonvu in #165
- components-return-once: Support declarations after final return. by @joshwilsonvu in #166
New Contributors
- @pedro00dk made their first contribution in #164
Full Changelog: v0.14.3...v0.14.4
v0.14.3
What's Changed
- Restructure to turbo monorepo by @joshwilsonvu in #150
- Add GH Action for bumping package versions. by @joshwilsonvu in #153
- Update Regex that ignores untracked Scopes by @N0tExisting in #152
New Contributors
- @N0tExisting made their first contribution in #152
Full Changelog: v0.14.2...v0.14.3
v0.14.2
What's Changed
- fix: allow typescript-eslint@8 as dependency by @JoshuaKGoldberg in #149
- Bump braces from 3.0.2 to 3.0.3 in /standalone by @dependabot in #143
New Contributors
- @JoshuaKGoldberg made their first contribution in #149
Full Changelog: v0.14.1...v0.14.2
v0.14.1
What's Changed
- fix(deps): bump eslint peer dep to include v9 by @pauliesnug in #141
- use ESLint v9 internally and update CI by @joshwilsonvu
New Contributors
- @pauliesnug made their first contribution in #141
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's Changed
This version brings support for ESLint v9 and some great improvements from the community. Thank you!
My current plan is to release v1 soon with few or no changes.
- Cleanup dependencies by @nix6839 in #130
- Bump workflows by @nix6839 in #131
- Don't crash when encounter unknown node like
as
by @nix6839 in #134 - Expose flat configs from package root as .configs['flat/*']. by @joshwilsonvu in #139
- ESLint v9 backwards-compatible support by @joshwilsonvu in #140
Full Changelog: v0.13.2...v0.14.0
v0.13.2
What's Changed
- Tighten up checking for tracked scopes in custom hook arguments. by @joshwilsonvu in #125
- Enable type generation by @nix6839 in #129
New Contributors
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
- Fix minor syntax mistake in readme by @SomeAspy in #107
- Bump @babel/traverse from 7.21.3 to 7.23.2 by @dependabot in #109
- inline methods of jsx-ast-utils to simplify dependency tree by @ulrichstark in #114
- Fix flat imports example by adding configs dir to files field, for #118. by @joshwilsonvu in #119
- Fix crash when parsing undefined in certain places by @joshwilsonvu in #120
- Support custom reactive functions for reactivity rule by @CreativeTechGuy in #113
- Make function name checking more resilient for #116. by @joshwilsonvu in #121
- Check JSXFragment in most places where checking JSXElement, fixes #106. by @joshwilsonvu in #122
- Only mark props as reactive for non-sync callbacks, fixes #110. by @joshwilsonvu in #123
New Contributors
- @SomeAspy made their first contribution in #107
- @CreativeTechGuy made their first contribution in #113
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- Add basic Flat Config setup to README by @Mitsunee in #96
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #104
- Bump word-wrap from 1.2.3 to 1.2.5 in /standalone by @dependabot in #103
New Contributors
Full Changelog: v0.12.1...v0.13.0
v0.12.1
What's Changed
- Fix broken NPM link in README.md by @ulrichstark in #93
- Fixes regression where functions could not be passed inline to component event handlers by @joshwilsonvu in #94
New Contributors
- @ulrichstark made their first contribution in #93
Full Changelog: v0.12.0...v0.12.1