Skip to content

Commit

Permalink
Update changelogs and READMEs
Browse files Browse the repository at this point in the history
The changelog updates were mostly taken from #298, except that for each
non-base config package there was an entry modified to say that the
base config was updated (rather than describing the change in the base
config)
  • Loading branch information
Gudahtt committed Jul 10, 2023
1 parent 452920b commit c23bb69
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 29 deletions.
4 changes: 2 additions & 2 deletions packages/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [12.0.0]
### Uncategorized
- Revert "11.2.0 (#298)" ([#298](https://github.com/MetaMask/eslint-config/pull/298))
### Added
- **BREAKING:** Add `eslint-plugin-promise` peer dependency, and enable `no-multiple-resolved` ([#287](https://github.com/MetaMask/eslint-config/pull/287))

## [11.1.0]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Our default export contains a base set of ESLint rules for ES6+:

```bash
yarn add --dev \
@metamask/eslint-config@^11.0.1 \
@metamask/eslint-config@^12.0.0 \
eslint@^8.27.0 \
eslint-config-prettier@^8.5.0 \
eslint-plugin-import@^2.26.0 \
Expand Down
4 changes: 2 additions & 2 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [12.0.0]
### Uncategorized
- Revert "11.2.0 (#298)" ([#298](https://github.com/MetaMask/eslint-config/pull/298))
### Changed
- **BREAKING:** Update peer dependency `@metamask/eslint-config` to v12

## [11.1.0]
### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Our default export contains a base set of ESLint rules for ES6+:

```bash
yarn add --dev \
@metamask/eslint-config@^11.0.1 \
@metamask/eslint-config-browser@^11.0.0 \
@metamask/eslint-config@^12.0.0 \
@metamask/eslint-config-browser@^12.0.0 \
eslint@^8.27.0 \
eslint-config-prettier@^8.5.0 \
eslint-plugin-import@^2.26.0 \
Expand Down
5 changes: 2 additions & 3 deletions packages/commonjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [12.0.0]
### Uncategorized
- Fix `@metamask/commonjs` peer dependencies ([#301](https://github.com/MetaMask/eslint-config/pull/301))
- Revert "11.2.0 (#298)" ([#298](https://github.com/MetaMask/eslint-config/pull/298))
### Changed
- **BREAKING:** Update peer dependency `@metamask/eslint-config` to v12

## [11.1.0]
### Added
Expand Down
4 changes: 2 additions & 2 deletions packages/commonjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ MetaMask's ESLint configuration for projects using CommonJS.

```bash
yarn add --dev \
@metamask/eslint-config@^11.0.1 \
@metamask/eslint-config-commonjs@^11.0.2 \
@metamask/eslint-config@^12.0.0 \
@metamask/eslint-config-commonjs@^12.0.0 \
eslint@^8.27.0 \
eslint-config-prettier@^8.5.0 \
eslint-plugin-import@^2.26.0 \
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [12.0.0]
### Uncategorized
- Revert "11.2.0 (#298)" ([#298](https://github.com/MetaMask/eslint-config/pull/298))
### Changed
- **BREAKING:** Update peer dependency `@metamask/eslint-config` to v12

## [11.1.0]
### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ MetaMask's [Jest](https://jestjs.io/) ESLint configuration.

```bash
yarn add --dev \
@metamask/eslint-config@^11.0.1 \
@metamask/eslint-config-jest@^11.0.0 \
@metamask/eslint-config@^12.0.0 \
@metamask/eslint-config-jest@^12.0.0 \
eslint@^8.27.0 \
eslint-config-prettier@^8.5.0 \
eslint-plugin-import@^2.26.0 \
Expand Down
4 changes: 2 additions & 2 deletions packages/mocha/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [12.0.0]
### Uncategorized
- Revert "11.2.0 (#298)" ([#298](https://github.com/MetaMask/eslint-config/pull/298))
### Changed
- **BREAKING:** Update peer dependency `@metamask/eslint-config` to v12

## [11.1.0]
### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/mocha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ MetaMask's [Mocha](https://mochajs.org/) ESLint configuration.

```bash
yarn add --dev \
@metamask/eslint-config@^11.0.1 \
@metamask/eslint-config-mocha@^11.0.0 \
@metamask/eslint-config@^12.0.0 \
@metamask/eslint-config-mocha@^12.0.0 \
eslint@^8.27.0 \
eslint-config-prettier@^8.5.0 \
eslint-plugin-import@^2.26.0 \
Expand Down
5 changes: 3 additions & 2 deletions packages/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [12.0.0]
### Uncategorized
- Revert "11.2.0 (#298)" ([#298](https://github.com/MetaMask/eslint-config/pull/298))
### Changed
- **BREAKING:** Update peer dependency `@metamask/eslint-config` to v12
- **BREAKING:** Replace `eslint-plugin-node` with `eslint-plugin-n` ([#297](https://github.com/MetaMask/eslint-config/pull/297))

## [11.1.0]
### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ MetaMask's [Node.js](https://nodejs.org) ESLint configuration.

```bash
yarn add --dev \
@metamask/eslint-config@^11.0.1 \
@metamask/eslint-config-nodejs@^11.0.1 \
@metamask/eslint-config@^12.0.0 \
@metamask/eslint-config-nodejs@^12.0.0 \
eslint@^8.27.0 \
eslint-config-prettier@^8.5.0 \
eslint-plugin-import@^2.26.0 \
Expand Down
12 changes: 9 additions & 3 deletions packages/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [12.0.0]
### Uncategorized
- Revert "11.2.0 (#298)" ([#298](https://github.com/MetaMask/eslint-config/pull/298))
## [11.2.0]
### Added
- **BREAKING:** Add rule to enforce generic parameters have a length of at least 3 characters ([#292](https://github.com/MetaMask/eslint-config/pull/292))
- **BREAKING:** Enable `@typescript-eslint/consistent-type-imports` rule ([#284](https://github.com/MetaMask/eslint-config/pull/284))
- **BREAKING:** Enable `@typescript-eslint/prefer-enum-initializers` rule ([#269](https://github.com/MetaMask/eslint-config/pull/269))

### Changed
- **BREAKING:** Update peer dependency `@metamask/eslint-config` to v12
- Disable naming convention for properties that require quotes ([#293](https://github.com/MetaMask/eslint-config/pull/293))

## [11.1.0]
### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ MetaMask's [TypeScript](https://www.typescriptlang.org) ESLint configuration.

```bash
yarn add --dev \
@metamask/eslint-config@^11.0.1 \
@metamask/eslint-config-typescript@^11.0.0 \
@metamask/eslint-config@^12.0.0 \
@metamask/eslint-config-typescript@^12.0.0 \
@typescript-eslint/eslint-plugin@^5.42.1 \
@typescript-eslint/parser@^5.42.1 \
eslint@^8.27.0 \
Expand Down

0 comments on commit c23bb69

Please sign in to comment.