Releases: planetlabs/eslint-config-planet
Releases · planetlabs/eslint-config-planet
v21.1.0
What's Changed
- Bump prettier from 3.2.4 to 3.2.5 by @dependabot in #58
- Bump eslint from 8.56.0 to 8.57.0 by @dependabot in #59
- Bump eslint-plugin-react from 7.33.2 to 7.34.0 by @dependabot in #60
- Bump eslint-plugin-react from 7.34.0 to 7.34.1 by @dependabot in #61
- Add .jsx as default file extension to scan in addition to .js by @bcvazquez in #62
Full Changelog: v21.0.0...v21.1.0
v21.0.0
What's Changed
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #51
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #52
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #53
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #54
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #55
- Updates to work with Prettier 3 by @tschaub in #56
- Additional rules by @tschaub in #57
Full Changelog: v20.0.3...v21.0.0
v20.0.3
Full Changelog: v20.0.2...v20.0.3
v20.0.2
What's Changed
- Bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #47
- Bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #48
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #49
- bump dependencies by @bcvazquez in #50
New Contributors
- @bcvazquez made their first contribution in #50
Full Changelog: v20.0.1...v20.0.2
v20.0.1
What's Changed
- Configure a list of files to be included in the package by @tschaub in #44
- Bump lodash from 4.17.20 to 4.17.21 by @dependabot in #46
Full Changelog: v20.0.0...v20.0.1
v20.0.0
What's Changed
- Update dependencies by @Primajin in #35
- Move import sorting to main ruleset by @Primajin in #36
- Avoid duplicate and self imports by @Primajin in #40
- Always have imports first by @Primajin in #41
- Add missing 'react/no-will-update-set-state' rule by @Primajin in #42
New Contributors
Full Changelog: v19.0.0...v20.0.0
v19.0.0
This release brings in Prettier@2, which changes formatting in ways that could be considered "breaking." In addition, the no-const-assign
rule is now enforced.