Skip to content

Commit

Permalink
Version Packages (#423)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent ebdb347 commit 2188fe8
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 29 deletions.
28 changes: 0 additions & 28 deletions .changeset/proud-chairs-serve.md

This file was deleted.

29 changes: 29 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## 45.0.0

### Major Changes

- [#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`.

Update required node version to `18.20.0` as required by the newest version of `@typescript-eslint/eslint-plugin`.

The `jest/no-if` rule has been removed and replaced with `jest/no-conditional-in-test`.

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.

Update eslint plugins to new versions:

- `@typescript-eslint/eslint-plugin`: `^6.2.1` -> `^7.9.0` **MAJOR**
- `eslint-config-prettier`: `^8.10.0` -> `^9.1.0` **MAJOR**
- `eslint-plugin-jest`: `^27.2.3` => `^28.5.0` **MAJOR**
- `eslint-plugin-jsx-ally`: `^6.7.1` => `^6.8.0`
- `eslint-plugin-prettier`: `^5.0.0` => `^5.1.3`
- `eslint-plugin-react`: `^7.33.1` => `^7.34.1`
- `eslint-plugin-react-hooks`: `^4.6.0` => `^4.6.2`
- `eslint-plugin-sort-class-members`: `^1.18.0` => `^1.20.0`

See package changelogs for breaking change information:

- [`@typescript-eslint/eslint-plugin` breaking changes](https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/)
- [`@eslint-plugin-jest` breaking changes](https://github.com/jest-community/eslint-plugin-jest/releases/tag/v28.0.0)
- [`eslint-config-prettier` breaking changes](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md#version-900-2023-08-05)

## 44.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/eslint-plugin",
"version": "44.0.0",
"version": "45.0.0",
"license": "MIT",
"description": "Shopify's ESLint rules and configs.",
"keywords": [
Expand Down

0 comments on commit 2188fe8

Please sign in to comment.