You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/base/CHANGELOG.md
+27-5Lines changed: 27 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,34 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
7
7
## [Unreleased]
8
8
9
+
## [6.0.0] - 2021-04-08
10
+
11
+
## Changed
12
+
13
+
-**(BREAKING)** Set minimum Node.js version to `^12.0.0` ([#144](https://github.com/MetaMask/eslint-config/pull/144))
14
+
-**(BREAKING)** Set ECMAScript version to `es2017`/`8` ([#150](https://github.com/MetaMask/eslint-config/pull/150))
15
+
-**(BREAKING)** Add the [Prettier](https://prettier.io) ESLint plugin and extend the recommended Prettier ESLint config ([#96](https://github.com/MetaMask/eslint-config/pull/96))
16
+
- See [here](https://github.com/prettier/eslint-plugin-prettier/blob/d993f24/eslint-plugin-prettier.js#L62-L73) for the `eslint-plugin-prettier` rules and [here](https://github.com/prettier/eslint-config-prettier/blob/abf3ba1/index.js) for the rules of `eslint-config-prettier`, which the plugin extends.
17
+
- The rules of this config should otherwise be unchanged.
18
+
- Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151))
19
+
20
+
## Removed
21
+
22
+
-**(BREAKING)** All configs except the base config ([#141](https://github.com/MetaMask/eslint-config/pull/141))
23
+
- All configs are now published as separate packages, and must be extended by referencing their package names:
24
+
-[`@metamask/eslint-config`](https://npmjs.com/package/@metamask/eslint-config) (the base config)
-**(BREAKING)** Set minimum Node.js version to `^12.0.0` ([#144](https://github.com/MetaMask/eslint-config/pull/144))
14
+
- Publish this config as its own package ([#141](https://github.com/MetaMask/eslint-config/pull/141))
15
+
- The contents of this package were previously published as part of [`@metamask/eslint-config`](https://npmjs.com/package/@metamask/eslint-config).
16
+
For changes prior to version `6.0.0`, please refer to the changelog of that package.
17
+
- 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`.
18
+
- Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151))
Copy file name to clipboardExpand all lines: packages/mocha/CHANGELOG.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [Unreleased]
7
+
## [6.0.0] - 2021-04-08
8
8
9
-
The contents of this package were previosly published as part of [`@metamask/eslint-config`](https://npmjs.com/package/@metamask/eslint-config).
10
-
For changes prior to version `6.0.0`, please refer to the changelog of that package.
- Publish this config as its own package ([#141](https://github.com/MetaMask/eslint-config/pull/141))
14
+
- The contents of this package were previously published as part of [`@metamask/eslint-config`](https://npmjs.com/package/@metamask/eslint-config).
15
+
For changes prior to version `6.0.0`, please refer to the changelog of that package.
16
+
- 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`.
17
+
- Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151))
-**(BREAKING)** Set minimum Node.js version to `^12.0.0` ([#144](https://github.com/MetaMask/eslint-config/pull/144))
14
+
- Publish this config as its own package ([#141](https://github.com/MetaMask/eslint-config/pull/141))
15
+
- The contents of this package were previously published as part of [`@metamask/eslint-config`](https://npmjs.com/package/@metamask/eslint-config).
16
+
For changes prior to version `6.0.0`, please refer to the changelog of that package.
17
+
- To continue extending this config, install this package and update your `.eslintrc.js``extends` array to include `@metamask/eslint-config-nodejs` instead of `@metamask/eslint-config/nodejs`.
18
+
- Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151))
- Publish this config as its own package ([#141](https://github.com/MetaMask/eslint-config/pull/141))
22
+
- The contents of this package were previously published as part of [`@metamask/eslint-config`](https://npmjs.com/package/@metamask/eslint-config).
23
+
For changes prior to version `6.0.0`, please refer to the changelog of that package.
24
+
- To continue extending this config, install this package and update your `.eslintrc.js``extends` array to include `@metamask/eslint-config-typescript` instead of `@metamask/eslint-config/typescript`.
25
+
- Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151))
0 commit comments