Skip to content

Commit

Permalink
Version Packages (#462)
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 b1b449c commit d69470f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/spicy-toes-punch.md

This file was deleted.

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

## 47.0.1

### Patch Changes

- [#461](https://github.com/Shopify/web-configs/pull/461) [`b1b449c`](https://github.com/Shopify/web-configs/commit/b1b449c86acf8cd3578d47f5ff76b94ae4b20aaf) Thanks [@BPScott](https://github.com/BPScott)! - Add `@typescript-eslint/no-unused-expressions` to typescript ruleset

In v46 in, we enabled `no-unused-expressions` in the core js config, then disabled it and replaced it with `@babel/no-unused-expressions` in esnext config. In typescript files we turn off `no-unused-expressions` but left `@babel/no-unused-expressions` enabled - which seems like an oversight given that `@typescript-eslint/no-unused-expressions` existed. In v47.0.0 we removed configuration of `@babel/no-unused-expressions` entirely, which meant that there was no linting of unused-expressions. This change brings back unused expression linting to typescript files.

## 47.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": "47.0.0",
"version": "47.0.1",
"license": "MIT",
"description": "Shopify's ESLint rules and configs.",
"keywords": [
Expand Down

0 comments on commit d69470f

Please sign in to comment.