Skip to content

Commit efcdccc

Browse files
9.0.0 (#206)
1 parent fd38ece commit efcdccc

File tree

16 files changed

+53
-28
lines changed

16 files changed

+53
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"private": true,
55
"engines": {
66
"node": ">=12.0.0"

packages/base/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [9.0.0]
10+
### Added
11+
- **BREAKING** Add JSDoc ESLint rules ([#203](https://github.com/MetaMask/eslint-config/pull/203))
12+
913
## [8.0.0]
1014
### Changed
1115
- **(BREAKING)** Require newlines between multiline blocks and expressions ([#197](https://github.com/MetaMask/eslint-config/pull/197))
@@ -112,7 +116,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
112116
### Added
113117
- Add base, TypeScript, and Jest configs (#3)
114118

115-
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v8.0.0...HEAD
119+
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v9.0.0...HEAD
120+
[9.0.0]: https://github.com/MetaMask/eslint-config/compare/v8.0.0...v9.0.0
116121
[8.0.0]: https://github.com/MetaMask/eslint-config/compare/v7.0.1...v8.0.0
117122
[7.0.1]: https://github.com/MetaMask/eslint-config/compare/v7.0.0...v7.0.1
118123
[7.0.0]: https://github.com/MetaMask/eslint-config/compare/v6.0.0...v7.0.0

packages/base/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Our default export contains a base set of ESLint rules for ES6+:
88

99
```bash
1010
yarn add --dev \
11-
@metamask/eslint-config@^7.0.0 \
11+
@metamask/eslint-config@^9.0.0 \
1212
eslint@^7.23.0 \
1313
eslint-config-prettier@^8.1.0 \
1414
eslint-plugin-import@^2.22.1 \

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eslint-config",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"description": "Shareable MetaMask ESLint config.",
55
"main": "src/index.js",
66
"publishConfig": {

packages/jest/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [9.0.0]
10+
### Added
11+
- **BREAKING** Add JSDoc ESLint rules ([#203](https://github.com/MetaMask/eslint-config/pull/203))
12+
913
## [8.0.0]
1014

1115
## [7.0.0]
@@ -25,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2529
- To continue extending this config, install this package and update your `.eslintrc.js` `extends` array to include `@metamask/eslint-config-jest` instead of `@metamask/eslint-config/jest`.
2630
- Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151))
2731

28-
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v8.0.0...HEAD
32+
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v9.0.0...HEAD
33+
[9.0.0]: https://github.com/MetaMask/eslint-config/compare/v8.0.0...v9.0.0
2934
[8.0.0]: https://github.com/MetaMask/eslint-config/compare/v7.0.0...v8.0.0
3035
[7.0.0]: https://github.com/MetaMask/eslint-config/compare/v6.0.0...v7.0.0
3136
[6.0.0]: https://github.com/MetaMask/eslint-config/releases/tag/v6.0.0

packages/jest/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ MetaMask's [Jest](https://jestjs.io/) ESLint configuration.
66

77
```bash
88
yarn add --dev \
9-
@metamask/eslint-config@^7.0.0 \
10-
@metamask/eslint-config-jest@^7.0.0 \
9+
@metamask/eslint-config@^9.0.0 \
10+
@metamask/eslint-config-jest@^9.0.0 \
1111
eslint@^7.23.0 \
1212
eslint-config-prettier@^8.1.0 \
1313
eslint-plugin-import@^2.22.1 \

packages/jest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eslint-config-jest",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"description": "Shareable MetaMask ESLint config for Jest.",
55
"main": "src/index.js",
66
"publishConfig": {
@@ -27,12 +27,12 @@
2727
},
2828
"homepage": "https://github.com/MetaMask/eslint-config#readme",
2929
"devDependencies": {
30-
"@metamask/eslint-config": "^8.0.0",
30+
"@metamask/eslint-config": "^9.0.0",
3131
"eslint": "^7.23.0",
3232
"eslint-plugin-jest": "^24.1.3"
3333
},
3434
"peerDependencies": {
35-
"@metamask/eslint-config": "^8.0.0",
35+
"@metamask/eslint-config": "^9.0.0",
3636
"eslint": "^7.23.0",
3737
"eslint-plugin-jest": "^24.1.3"
3838
}

packages/mocha/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [9.0.0]
10+
### Added
11+
- **BREAKING** Add JSDoc ESLint rules ([#203](https://github.com/MetaMask/eslint-config/pull/203))
12+
913
## [8.0.0]
1014

1115
## [7.0.0]
@@ -26,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2630
- To continue extending this config, install this package and update your `.eslintrc.js` `extends` array to include `@metamask/eslint-config-mocha` instead of `@metamask/eslint-config/mocha`.
2731
- Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151))
2832

29-
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v8.0.0...HEAD
33+
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v9.0.0...HEAD
34+
[9.0.0]: https://github.com/MetaMask/eslint-config/compare/v8.0.0...v9.0.0
3035
[8.0.0]: https://github.com/MetaMask/eslint-config/compare/v7.0.0...v8.0.0
3136
[7.0.0]: https://github.com/MetaMask/eslint-config/compare/v6.0.0...v7.0.0
3237
[6.0.0]: https://github.com/MetaMask/eslint-config/releases/tag/v6.0.0

packages/mocha/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ MetaMask's [Mocha](https://mochajs.org/) ESLint configuration.
66

77
```bash
88
yarn add --dev \
9-
@metamask/eslint-config@^7.0.0 \
10-
@metamask/eslint-config-mocha@^7.0.0 \
9+
@metamask/eslint-config@^9.0.0 \
10+
@metamask/eslint-config-mocha@^9.0.0 \
1111
eslint@^7.23.0 \
1212
eslint-config-prettier@^8.1.0 \
1313
eslint-plugin-import@^2.22.1 \

packages/mocha/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eslint-config-mocha",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"description": "Shareable MetaMask ESLint config for Mocha.",
55
"main": "src/index.js",
66
"publishConfig": {
@@ -27,12 +27,12 @@
2727
},
2828
"homepage": "https://github.com/MetaMask/eslint-config#readme",
2929
"devDependencies": {
30-
"@metamask/eslint-config": "^8.0.0",
30+
"@metamask/eslint-config": "^9.0.0",
3131
"eslint": "^7.23.0",
3232
"eslint-plugin-mocha": "^8.1.0"
3333
},
3434
"peerDependencies": {
35-
"@metamask/eslint-config": "^8.0.0",
35+
"@metamask/eslint-config": "^9.0.0",
3636
"eslint": "^7.23.0",
3737
"eslint-plugin-mocha": "^8.1.0"
3838
}

0 commit comments

Comments
 (0)