Skip to content

Commit 4e055b0

Browse files
committed
chore(release): 41.0.0
1 parent 29526b6 commit 4e055b0

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [41.0.0](https://github.com/zendeskgarden/eslint-config/compare/v40.0.0...v41.0.0) (2024-06-12)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **deps:** the upgrade to ESLint v9 requires the new [flat config format](https://eslint.org/docs/latest/use/migrate-to-9.0.0#flat-config). Additional features include:
11+
12+
- updated rule parity with eslint and all bundled plugins – jest, jsx-a11y, node, react, react-hooks, and typescript-eslint
13+
- moved plugin peer dependencies to direct dependencies, per updated eslint documentation
14+
15+
See the updated [README](https://github.com/zendeskgarden/eslint-config?tab=readme-ov-file#readme) for details.
16+
17+
* **deps:** update dependency eslint to v9 ([#229](https://github.com/zendeskgarden/eslint-config/issues/229)) ([29526b6](https://github.com/zendeskgarden/eslint-config/commit/29526b6484e45b00d42bf3819c917ded66fb5ef0))
18+
519
## [40.0.0](https://github.com/zendeskgarden/eslint-config/compare/v39.0.1...v40.0.0) (2024-05-15)
620

721

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zendeskgarden/eslint-config",
3-
"version": "40.0.0",
3+
"version": "41.0.0",
44
"description": "Garden ESLint config",
55
"license": "Apache-2.0",
66
"author": "Zendesk Garden <garden@zendesk.com>",

0 commit comments

Comments
 (0)