-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initialize Release 14.0.0 * Update Release 14.0.0 * Update all changelogs * Bump peer dependency version * Update versions to workspace:^ * Fix typo in Vitest changelog validate script
- Loading branch information
Showing
26 changed files
with
202 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [14.0.0] | ||
|
||
### Changed | ||
|
||
- **BREAKING:** Bump minimum Node.js version from 16 to 18.18 ([#371](https://github.com/MetaMask/eslint-config/pull/371)) | ||
- **BREAKING:** Bump peer dependency on ESLint from `^8.57.0` to `^9.11.0` ([#370](https://github.com/MetaMask/eslint-config/pull/370)) | ||
- ESLint 9 requires flat configs, so this change also rewrites the configs to | ||
use flat configs. The legacy config format is no longer supported. | ||
- **BREAKING:** Bump peer dependency on `@metamask/eslint-config` from `^13.0.0` to `^14.0.0` ([#377](https://github.com/MetaMask/eslint-config/pull/377)) | ||
- **BREAKING:** Bump peer dependency on `eslint-config-prettier` from `^8.5.0` to `^9.1.0` ([#370](https://github.com/MetaMask/eslint-config/pull/370)) | ||
- **BREAKING:** Bump peer dependency on `eslint-plugin-import-x` from `^0.5.1` to `^4.3.0` ([#370](https://github.com/MetaMask/eslint-config/pull/370)) | ||
- **BREAKING:** Bump peer dependency on `eslint-plugin-jsdoc` from `>=43.0.7 <48` to `^50.2.4` ([#370](https://github.com/MetaMask/eslint-config/pull/370)) | ||
- **BREAKING:** Bump peer dependency on `eslint-plugin-prettier` from `^4.2.1` to `^5.2.1` ([#370](https://github.com/MetaMask/eslint-config/pull/370)) | ||
- **BREAKING:** Bump peer dependency on `eslint-plugin-promise` from `^6.1.1` to `^7.1.0` ([#370](https://github.com/MetaMask/eslint-config/pull/370)) | ||
- **BREAKING:** Bump peer dependency on `prettier` from `^2.7.1` to `^3.3.3` ([#370](https://github.com/MetaMask/eslint-config/pull/370)) | ||
- **BREAKING:** Change package to be pure ESM ([#370](https://github.com/MetaMask/eslint-config/pull/370)) | ||
- ESLint 9 supports ESM out-of-the-box, so this change updates the package to | ||
be pure ESM. This means that the package can no longer be used with CommonJS | ||
`require` syntax. | ||
|
||
## [13.0.0] | ||
|
||
### Changed | ||
|
@@ -244,7 +264,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
- Add base, TypeScript, and Jest configs (#3) | ||
|
||
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected] | ||
[14.0.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[13.0.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[12.2.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[12.1.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [14.0.0] | ||
|
||
### Changed | ||
|
||
- **BREAKING:** Bump minimum Node.js version from 16 to 18.18 ([#371](https://github.com/MetaMask/eslint-config/pull/371)) | ||
- **BREAKING:** Bump peer dependency on ESLint from `^8.57.0` to `^9.11.0` ([#370](https://github.com/MetaMask/eslint-config/pull/370)) | ||
- ESLint 9 requires flat configs, so this change also rewrites the configs to | ||
use flat configs. The legacy config format is no longer supported. | ||
- **BREAKING:** Bump peer dependency on `@metamask/eslint-config` from `^13.0.0` to `^14.0.0` ([#377](https://github.com/MetaMask/eslint-config/pull/377)) | ||
- **BREAKING:** Change package to be pure ESM ([#370](https://github.com/MetaMask/eslint-config/pull/370)) | ||
- ESLint 9 supports ESM out-of-the-box, so this change updates the package to | ||
be pure ESM. This means that the package can no longer be used with CommonJS | ||
`require` syntax. | ||
|
||
## [13.0.0] | ||
|
||
### Changed | ||
|
@@ -40,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
- Initial release of this package. | ||
|
||
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected] | ||
[14.0.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[13.0.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[12.1.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[12.0.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [14.0.0] | ||
|
||
### Changed | ||
|
||
- **BREAKING:** Bump minimum Node.js version from 16 to 18.18 ([#371](https://github.com/MetaMask/eslint-config/pull/371)) | ||
- **BREAKING:** Bump peer dependency on ESLint from `^8.57.0` to `^9.11.0` ([#370](https://github.com/MetaMask/eslint-config/pull/370)) | ||
- ESLint 9 requires flat configs, so this change also rewrites the configs to | ||
use flat configs. The legacy config format is no longer supported. | ||
- **BREAKING:** Bump peer dependency on `@metamask/eslint-config` from `^13.0.0` to `^14.0.0` ([#377](https://github.com/MetaMask/eslint-config/pull/377)) | ||
- **BREAKING:** Change package to be pure ESM ([#370](https://github.com/MetaMask/eslint-config/pull/370)) | ||
- ESLint 9 supports ESM out-of-the-box, so this change updates the package to | ||
be pure ESM. This means that the package can no longer be used with CommonJS | ||
`require` syntax. | ||
|
||
## [13.0.0] | ||
|
||
### Changed | ||
|
@@ -35,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
- Initial release of this package ([#267](https://github.com/MetaMask/eslint-config/pull/267)) | ||
|
||
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected] | ||
[14.0.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[13.0.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[12.1.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[12.0.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [14.0.0] | ||
|
||
### Changed | ||
|
||
- **BREAKING:** Bump minimum Node.js version from 16 to 18.18 ([#371](https://github.com/MetaMask/eslint-config/pull/371)) | ||
- **BREAKING:** Bump peer dependency on ESLint from `^8.57.0` to `^9.11.0` ([#370](https://github.com/MetaMask/eslint-config/pull/370)) | ||
- ESLint 9 requires flat configs, so this change also rewrites the configs to | ||
use flat configs. The legacy config format is no longer supported. | ||
- **BREAKING:** Bump peer dependency on `@metamask/eslint-config` from `^13.0.0` to `^14.0.0` ([#377](https://github.com/MetaMask/eslint-config/pull/377)) | ||
- **BREAKING:** Bump peer dependency on `eslint-plugin-jest` from `^27.9.0` to `^28.8.3` ([#370](https://github.com/MetaMask/eslint-config/pull/370)) | ||
- **BREAKING:** Change package to be pure ESM ([#370](https://github.com/MetaMask/eslint-config/pull/370)) | ||
- ESLint 9 supports ESM out-of-the-box, so this change updates the package to | ||
be pure ESM. This means that the package can no longer be used with CommonJS | ||
`require` syntax. | ||
|
||
## [13.0.0] | ||
|
||
### Changed | ||
|
@@ -92,7 +107,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- 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`. | ||
- Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151)) | ||
|
||
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected] | ||
[14.0.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[13.0.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[12.1.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[12.0.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [14.0.0] | ||
|
||
### Changed | ||
|
||
- **BREAKING:** Bump minimum Node.js version from 16 to 18.18 ([#371](https://github.com/MetaMask/eslint-config/pull/371)) | ||
- **BREAKING:** Bump peer dependency on ESLint from `^8.57.0` to `^9.11.0` ([#370](https://github.com/MetaMask/eslint-config/pull/370)) | ||
- ESLint 9 requires flat configs, so this change also rewrites the configs to | ||
use flat configs. The legacy config format is no longer supported. | ||
- **BREAKING:** Bump peer dependency on `@metamask/eslint-config` from `^13.0.0` to `^14.0.0` ([#377](https://github.com/MetaMask/eslint-config/pull/377)) | ||
- **BREAKING:** Bump peer dependency on `eslint-plugin-mocha` from `^10.4.1` to `^10.5.0` ([#370](https://github.com/MetaMask/eslint-config/pull/370)) | ||
- **BREAKING:** Change package to be pure ESM ([#370](https://github.com/MetaMask/eslint-config/pull/370)) | ||
- ESLint 9 supports ESM out-of-the-box, so this change updates the package to | ||
be pure ESM. This means that the package can no longer be used with CommonJS | ||
`require` syntax. | ||
|
||
## [13.0.0] | ||
|
||
### Changed | ||
|
@@ -94,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- 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`. | ||
- Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151)) | ||
|
||
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected] | ||
[14.0.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[13.0.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[12.1.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[12.0.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [14.0.0] | ||
|
||
### Changed | ||
|
||
- **BREAKING:** Bump minimum Node.js version from 16 to 18.18 ([#371](https://github.com/MetaMask/eslint-config/pull/371)) | ||
- **BREAKING:** Bump peer dependency on ESLint from `^8.57.0` to `^9.11.0` ([#370](https://github.com/MetaMask/eslint-config/pull/370)) | ||
- ESLint 9 requires flat configs, so this change also rewrites the configs to | ||
use flat configs. The legacy config format is no longer supported. | ||
- **BREAKING:** Bump peer dependency on `@metamask/eslint-config` from `^13.0.0` to `^14.0.0` ([#377](https://github.com/MetaMask/eslint-config/pull/377)) | ||
- **BREAKING:** Bump peer dependency on `eslint-plugin-n` from `^16.6.2` to `^17.10.3` ([#370](https://github.com/MetaMask/eslint-config/pull/370)) | ||
- **BREAKING:** Change package to be pure ESM ([#370](https://github.com/MetaMask/eslint-config/pull/370)) | ||
- ESLint 9 supports ESM out-of-the-box, so this change updates the package to | ||
be pure ESM. This means that the package can no longer be used with CommonJS | ||
`require` syntax. | ||
|
||
## [13.0.0] | ||
|
||
### Changed | ||
|
@@ -108,7 +123,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- 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`. | ||
- Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151)) | ||
|
||
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected] | ||
[14.0.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[13.0.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[12.1.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[12.0.0]: https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.