You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/eslint-plugin/CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# Changelog
2
2
3
+
## 45.0.0
4
+
5
+
### Major Changes
6
+
7
+
-[#420](https://github.com/Shopify/web-configs/pull/420)[`32e249f`](https://github.com/Shopify/web-configs/commit/32e249fa6688ae4053eaac1b8f1a524ebad555e8) Thanks [@BPScott](https://github.com/BPScott)! - Update required eslint version to `^8.56.0` as required by the newest version of `@typescript-eslint/eslint-plugin`.
8
+
9
+
Update required node version to `18.20.0` as required by the newest version of `@typescript-eslint/eslint-plugin`.
10
+
11
+
The `jest/no-if` rule has been removed and replaced with `jest/no-conditional-in-test`.
12
+
13
+
The `unicode-bom` rule is no longer turned off if you enable the prettier ruleset per `eslint-config-prettier`, prettier preserves the bom value if it is present and does not add one if missing.
0 commit comments