Skip to content

Commit 2188fe8

Browse files
Version Packages (#423)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ebdb347 commit 2188fe8

File tree

3 files changed

+30
-29
lines changed

3 files changed

+30
-29
lines changed

.changeset/proud-chairs-serve.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

packages/eslint-plugin/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

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.
14+
15+
Update eslint plugins to new versions:
16+
17+
- `@typescript-eslint/eslint-plugin`: `^6.2.1` -> `^7.9.0` **MAJOR**
18+
- `eslint-config-prettier`: `^8.10.0` -> `^9.1.0` **MAJOR**
19+
- `eslint-plugin-jest`: `^27.2.3` => `^28.5.0` **MAJOR**
20+
- `eslint-plugin-jsx-ally`: `^6.7.1` => `^6.8.0`
21+
- `eslint-plugin-prettier`: `^5.0.0` => `^5.1.3`
22+
- `eslint-plugin-react`: `^7.33.1` => `^7.34.1`
23+
- `eslint-plugin-react-hooks`: `^4.6.0` => `^4.6.2`
24+
- `eslint-plugin-sort-class-members`: `^1.18.0` => `^1.20.0`
25+
26+
See package changelogs for breaking change information:
27+
28+
- [`@typescript-eslint/eslint-plugin` breaking changes](https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/)
29+
- [`@eslint-plugin-jest` breaking changes](https://github.com/jest-community/eslint-plugin-jest/releases/tag/v28.0.0)
30+
- [`eslint-config-prettier` breaking changes](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md#version-900-2023-08-05)
31+
332
## 44.0.0
433

534
### Major Changes

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/eslint-plugin",
3-
"version": "44.0.0",
3+
"version": "45.0.0",
44
"license": "MIT",
55
"description": "Shopify's ESLint rules and configs.",
66
"keywords": [

0 commit comments

Comments
 (0)