Releases: salesforce/eslint-config-lwc
v4.1.2
What's Changed
- @W-17931403 Expose ts configs to published library by @abhagta-sfdc in #150
- chore(master): add note to write rules in ESLint v8 & v9 to
CONTRIBUTING.mdby @jmsjtu in #152 - feat: ESLint v9 by @jmsjtu in #151
- chore(deps): bump @babel/helpers from 7.26.0 to 7.27.0 by @dependabot[bot] in #154
- 4.0.0 by @jmsjtu in #155
- chore: create missing OSS files @W-18819307 by @wjhsf in #160
- fix: add newer-version-available to the recommended list by @scarrawaySF in #162
- fix: enable auto-deploy by @jmsjtu in #163
- 4.1.0 by @jmsjtu in #164
- chore: fix workflow by @jmsjtu in #165
- 4.1.1 by @jmsjtu in #166
- fix: disable jest/no-deprecated-functions is jest is not installed by @jmsjtu in #167
Full Changelog: v3.7.1...v4.1.2
v4.1.1
What's Changed
- @W-17931403 Expose ts configs to published library by @abhagta-sfdc in #150
- chore(master): add note to write rules in ESLint v8 & v9 to
CONTRIBUTING.mdby @jmsjtu in #152 - feat: ESLint v9 by @jmsjtu in #151
- chore(deps): bump @babel/helpers from 7.26.0 to 7.27.0 by @dependabot[bot] in #154
- 4.0.0 by @jmsjtu in #155
- chore: create missing OSS files @W-18819307 by @wjhsf in #160
- fix: add newer-version-available to the recommended list by @scarrawaySF in #162
- fix: enable auto-deploy by @jmsjtu in #163
- 4.1.0 by @jmsjtu in #164
- chore: fix workflow by @jmsjtu in #165
Full Changelog: v3.7.1...v4.1.1
v4.1.0
What's Changed
- @W-17931403 Expose ts configs to published library by @abhagta-sfdc in #150
- chore(master): add note to write rules in ESLint v8 & v9 to
CONTRIBUTING.mdby @jmsjtu in #152 - feat: ESLint v9 by @jmsjtu in #151
- chore(deps): bump @babel/helpers from 7.26.0 to 7.27.0 by @dependabot[bot] in #154
- 4.0.0 by @jmsjtu in #155
- chore: create missing OSS files @W-18819307 by @wjhsf in #160
- fix: add newer-version-available to the recommended list by @scarrawaySF in #162
- fix: enable auto-deploy by @jmsjtu in #163
Full Changelog: v3.7.1...v4.1.0
v4.0.0
Breaking Changes
This release drops support for ESLint versions below v9 in the master branch.
As a transitional step, ESLint v8 rules have been moved to the eslint-v8 branch and can be retrieved from npm using the eslint-v8 tag.
Important
As part of the transition step, all new rules will be created for both v8 (eslint-v8 branch) and v9 (master branch).
Check the official ESLint page for details migrating to ESLint v9.
What's Changed
- @W-17931403 Expose ts configs to published library by @abhagta-sfdc in #150
- chore(master): add note to write rules in ESLint v8 & v9 to
CONTRIBUTING.mdby @jmsjtu in #152 - feat: ESLint v9 by @jmsjtu in #151
Full Changelog: v3.7.1...v4.0.0
v3.7.2
What's Changed
- @W-17931403 Expose ts configs to published library by @abhagta-sfdc in #150
- chore(eslint-v8): add note to write rules in ESLint v8 & v9 to
CONTRIBUTING.mdby @jmsjtu in #153
Full Changelog: v3.7.1...v3.7.2
v3.7.1
What's Changed
- fix: bump accepted peer dependency version of @lwc/eslint-plugin-lwc by @ravijayaramappa in #145
Full Changelog: v3.7.0...v3.7.1
What's Changed
- chore: release v3.6.0 by @wjhsf in #135
- chore(deps): bump micromatch from 4.0.7 to 4.0.8 by @dependabot in #136
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #139
- @W-17374681 include new ssr rules in ssr config by @abhagta-sfdc in #140
- Update README.md by @wjhsf in #138
- @ W-17538276 Update ssr configs by @abhagta-sfdc in #142
- chore: v3.7.0 by @ravijayaramappa in #144
- fix: bump accepted peer dependency version of @lwc/eslint-plugin-lwc by @ravijayaramappa in #145
New Contributors
- @abhagta-sfdc made their first contribution in #140
Full Changelog: v3.6.0...v3.7.1
v4.0.0-beta.1
Breaking Change
- feat!: added support for eslint v9, dropped support for eslint v8 and older @W-17448473 by @ravijayaramappa in #141
What's Changed
- chore: release v3.6.0 by @wjhsf in #135
- chore(deps): bump micromatch from 4.0.7 to 4.0.8 by @dependabot in #136
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #139
- @W-17374681 include new ssr rules in ssr config by @abhagta-sfdc in #140
- Update README.md by @wjhsf in #138
- @ W-17538276 Update ssr configs by @abhagta-sfdc in #142
New Contributors
- @abhagta-sfdc made their first contribution in #140
Full Changelog: v3.6.0...v4.0.0-beta.1
v3.6.0
v3.6.0 introduces new variations of the existing configs that support parsing TypeScript files. TypeScript support is experimental, and not all rules will report violations when used with TypeScript language features.
The new configs are:
@salesforce/eslint-config-lwc/base-ts@salesforce/eslint-config-lwc/recommended-ts@salesforce/eslint-config-lwc/extended-ts@salesforce/eslint-config-lwc/i18n-ts@salesforce/eslint-config-lwc/ssr-ts
v3.5.0
What's Changed
- feat: add
ssrconfig by @abdulsattar in #113 - chore(deps): bump yaml from 2.2.1 to 2.2.2 by @dependabot in #118
- chore(deps): bump semver from 7.3.8 to 7.5.2 by @dependabot in #119
Full Changelog: v3.4.0...v3.5.0
v3.4.0
What's Changed
- chore: restrict @salesforce/lds imports by @scarrawaySF in #111
New Contributors
- @scarrawaySF made their first contribution in #111
Full Changelog: v3.3.4...v3.4.0