diff --git a/package.json b/package.json index 79c9e2df..81e89a48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "12.2.0", + "version": "13.0.0", "private": true, "repository": { "type": "git", @@ -24,8 +24,8 @@ "@eslint/js": "^8.45.0", "@lavamoat/allow-scripts": "^2.3.1", "@metamask/auto-changelog": "^3.0.0", - "@metamask/eslint-config": "^12.0.0", - "@metamask/eslint-config-nodejs": "^12.0.0", + "@metamask/eslint-config": "^13.0.0", + "@metamask/eslint-config-nodejs": "^13.0.0", "@metamask/utils": "^8.1.0", "@types/jest": "^29.5.2", "eslint": "^8.45.0", diff --git a/packages/base/CHANGELOG.md b/packages/base/CHANGELOG.md index 9bd17c20..d565695d 100644 --- a/packages/base/CHANGELOG.md +++ b/packages/base/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [13.0.0] +### Changed +- **BREAKING**: Update minimium Node.js version to v16 ([#332](https://github.com/MetaMask/eslint-config/pull/332)) ([#339](https://github.com/MetaMask/eslint-config/pull/339)) + ## [12.2.0] ### Changed - Remove deprecated rule `jsdoc/newline-after-description` ([#290](https://github.com/MetaMask/eslint-config/pull/290)) @@ -177,7 +181,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add base, TypeScript, and Jest configs (#3) -[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v12.2.0...HEAD +[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v13.0.0...HEAD +[13.0.0]: https://github.com/MetaMask/eslint-config/compare/v12.2.0...v13.0.0 [12.2.0]: https://github.com/MetaMask/eslint-config/compare/v12.1.0...v12.2.0 [12.1.0]: https://github.com/MetaMask/eslint-config/compare/v12.0.0...v12.1.0 [12.0.0]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...v12.0.0 diff --git a/packages/base/package.json b/packages/base/package.json index 4fefb121..9ebc388f 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eslint-config", - "version": "12.2.0", + "version": "13.0.0", "description": "Shareable MetaMask ESLint config.", "homepage": "https://github.com/MetaMask/eslint-config#readme", "bugs": { diff --git a/packages/browser/CHANGELOG.md b/packages/browser/CHANGELOG.md index 03ec2b1b..f968c70f 100644 --- a/packages/browser/CHANGELOG.md +++ b/packages/browser/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [13.0.0] +### Changed +- **BREAKING**: Update minimium Node.js version to v16 ([#332](https://github.com/MetaMask/eslint-config/pull/332)) ([#339](https://github.com/MetaMask/eslint-config/pull/339)) + ## [12.1.0] ### Changed - Add support for typescript 5.0.x, 5.1.x ([#288](https://github.com/MetaMask/eslint-config/pull/288)) @@ -22,7 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release of this package. -[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v12.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v13.0.0...HEAD +[13.0.0]: https://github.com/MetaMask/eslint-config/compare/v12.1.0...v13.0.0 [12.1.0]: https://github.com/MetaMask/eslint-config/compare/v12.0.0...v12.1.0 [12.0.0]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...v12.0.0 [11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.1.0 diff --git a/packages/browser/package.json b/packages/browser/package.json index 3e41b7cc..dbe5dace 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eslint-config-browser", - "version": "12.1.0", + "version": "13.0.0", "description": "Shareable MetaMask ESLint plugin for browser environments.", "homepage": "https://github.com/MetaMask/eslint-config#readme", "bugs": { @@ -31,7 +31,7 @@ "prettier": "^2.7.1" }, "peerDependencies": { - "@metamask/eslint-config": "^12.0.0", + "@metamask/eslint-config": "^13.0.0", "eslint": "^8.27.0" }, "engines": { diff --git a/packages/commonjs/CHANGELOG.md b/packages/commonjs/CHANGELOG.md index 5e114ab7..0ec9d1f4 100644 --- a/packages/commonjs/CHANGELOG.md +++ b/packages/commonjs/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [13.0.0] +### Changed +- **BREAKING**: Update minimium Node.js version to v16 ([#332](https://github.com/MetaMask/eslint-config/pull/332)) ([#339](https://github.com/MetaMask/eslint-config/pull/339)) + ## [12.1.0] ### Changed - Add support for typescript 5.0.x, 5.1.x ([#288](https://github.com/MetaMask/eslint-config/pull/288)) @@ -19,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release of this package ([#267](https://github.com/MetaMask/eslint-config/pull/267)) -[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v12.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v13.0.0...HEAD +[13.0.0]: https://github.com/MetaMask/eslint-config/compare/v12.1.0...v13.0.0 [12.1.0]: https://github.com/MetaMask/eslint-config/compare/v12.0.0...v12.1.0 [12.0.0]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...v12.0.0 [11.1.0]: https://github.com/MetaMask/eslint-config/releases/tag/v11.1.0 diff --git a/packages/commonjs/package.json b/packages/commonjs/package.json index 07c0ee5a..42ca64a5 100644 --- a/packages/commonjs/package.json +++ b/packages/commonjs/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eslint-config-commonjs", - "version": "12.1.0", + "version": "13.0.0", "description": "Shareable MetaMask ESLint config for CommonJS projects.", "homepage": "https://github.com/MetaMask/eslint-config#readme", "bugs": { @@ -31,7 +31,7 @@ "prettier": "^2.7.1" }, "peerDependencies": { - "@metamask/eslint-config": "^12.0.0", + "@metamask/eslint-config": "^13.0.0", "eslint": "^8.27.0" }, "engines": { diff --git a/packages/jest/CHANGELOG.md b/packages/jest/CHANGELOG.md index 48d1ebc5..3e09bcbf 100644 --- a/packages/jest/CHANGELOG.md +++ b/packages/jest/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [13.0.0] +### Changed +- **BREAKING**: Update minimium Node.js version to v16 ([#332](https://github.com/MetaMask/eslint-config/pull/332)) ([#339](https://github.com/MetaMask/eslint-config/pull/339)) + ## [12.1.0] ### Changed - Add support for typescript 5.0.x, 5.1.x ([#288](https://github.com/MetaMask/eslint-config/pull/288)) @@ -63,7 +67,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/v12.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v13.0.0...HEAD +[13.0.0]: https://github.com/MetaMask/eslint-config/compare/v12.1.0...v13.0.0 [12.1.0]: https://github.com/MetaMask/eslint-config/compare/v12.0.0...v12.1.0 [12.0.0]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...v12.0.0 [11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.1.0 diff --git a/packages/jest/package.json b/packages/jest/package.json index c2e4faa8..5ca332d4 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eslint-config-jest", - "version": "12.1.0", + "version": "13.0.0", "description": "Shareable MetaMask ESLint config for Jest.", "homepage": "https://github.com/MetaMask/eslint-config#readme", "bugs": { @@ -23,7 +23,7 @@ }, "devDependencies": { "@metamask/auto-changelog": "^3.0.0", - "@metamask/eslint-config": "^12.0.0", + "@metamask/eslint-config": "^13.0.0", "eslint": "^8.45.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "~2.26.0", @@ -33,7 +33,7 @@ "prettier": "^2.7.1" }, "peerDependencies": { - "@metamask/eslint-config": "^12.0.0", + "@metamask/eslint-config": "^13.0.0", "eslint": "^8.27.0", "eslint-plugin-jest": "^27.1.5" }, diff --git a/packages/mocha/CHANGELOG.md b/packages/mocha/CHANGELOG.md index 99787202..32db3e6e 100644 --- a/packages/mocha/CHANGELOG.md +++ b/packages/mocha/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [13.0.0] +### Changed +- **BREAKING**: Update minimium Node.js version to v16 ([#332](https://github.com/MetaMask/eslint-config/pull/332)) ([#339](https://github.com/MetaMask/eslint-config/pull/339)) + ## [12.1.0] ### Changed - Add support for typescript 5.0.x, 5.1.x ([#288](https://github.com/MetaMask/eslint-config/pull/288)) @@ -65,7 +69,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/v12.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v13.0.0...HEAD +[13.0.0]: https://github.com/MetaMask/eslint-config/compare/v12.1.0...v13.0.0 [12.1.0]: https://github.com/MetaMask/eslint-config/compare/v12.0.0...v12.1.0 [12.0.0]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...v12.0.0 [11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.1.0 diff --git a/packages/mocha/package.json b/packages/mocha/package.json index 6f4b10cf..2420861b 100644 --- a/packages/mocha/package.json +++ b/packages/mocha/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eslint-config-mocha", - "version": "12.1.0", + "version": "13.0.0", "description": "Shareable MetaMask ESLint config for Mocha.", "homepage": "https://github.com/MetaMask/eslint-config#readme", "bugs": { @@ -23,7 +23,7 @@ }, "devDependencies": { "@metamask/auto-changelog": "^3.0.0", - "@metamask/eslint-config": "^12.0.0", + "@metamask/eslint-config": "^13.0.0", "eslint": "^8.45.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "~2.26.0", @@ -33,7 +33,7 @@ "prettier": "^2.7.1" }, "peerDependencies": { - "@metamask/eslint-config": "^12.0.0", + "@metamask/eslint-config": "^13.0.0", "eslint": "^8.27.0", "eslint-plugin-mocha": "^10.1.0" }, diff --git a/packages/nodejs/CHANGELOG.md b/packages/nodejs/CHANGELOG.md index 931c0859..24321f1c 100644 --- a/packages/nodejs/CHANGELOG.md +++ b/packages/nodejs/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [13.0.0] +### Changed +- **BREAKING**: Update minimium Node.js version to v16 ([#332](https://github.com/MetaMask/eslint-config/pull/332)) ([#339](https://github.com/MetaMask/eslint-config/pull/339)) + ## [12.1.0] ### Changed - Add support for typescript 5.0.x, 5.1.x ([#288](https://github.com/MetaMask/eslint-config/pull/288)) @@ -75,7 +79,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/v12.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v13.0.0...HEAD +[13.0.0]: https://github.com/MetaMask/eslint-config/compare/v12.1.0...v13.0.0 [12.1.0]: https://github.com/MetaMask/eslint-config/compare/v12.0.0...v12.1.0 [12.0.0]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...v12.0.0 [11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.1...v11.1.0 diff --git a/packages/nodejs/package.json b/packages/nodejs/package.json index 0723f3ae..e81199dc 100644 --- a/packages/nodejs/package.json +++ b/packages/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eslint-config-nodejs", - "version": "12.1.0", + "version": "13.0.0", "description": "Shareable MetaMask ESLint config for Node.js.", "homepage": "https://github.com/MetaMask/eslint-config#readme", "bugs": { @@ -23,7 +23,7 @@ }, "devDependencies": { "@metamask/auto-changelog": "^3.0.0", - "@metamask/eslint-config": "^12.0.0", + "@metamask/eslint-config": "^13.0.0", "eslint": "^8.45.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "~2.26.0", @@ -33,7 +33,7 @@ "prettier": "^2.7.1" }, "peerDependencies": { - "@metamask/eslint-config": "^12.0.0", + "@metamask/eslint-config": "^13.0.0", "eslint": "^8.27.0", "eslint-plugin-n": "^15.7.0" }, diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md index 8f983238..354b2e17 100644 --- a/packages/typescript/CHANGELOG.md +++ b/packages/typescript/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [13.0.0] +### Changed +- **BREAKING**: Update minimium Node.js version to v16 ([#332](https://github.com/MetaMask/eslint-config/pull/332)) ([#339](https://github.com/MetaMask/eslint-config/pull/339)) + ## [12.1.0] ### Changed - Add support for typescript 5.0.x, 5.1.x ([#288](https://github.com/MetaMask/eslint-config/pull/288)) @@ -107,7 +111,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-typescript` instead of `@metamask/eslint-config/typescript`. - Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151)) -[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v12.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v13.0.0...HEAD +[13.0.0]: https://github.com/MetaMask/eslint-config/compare/v12.1.0...v13.0.0 [12.1.0]: https://github.com/MetaMask/eslint-config/compare/v12.0.0...v12.1.0 [12.0.0]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...v12.0.0 [11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.2...v11.1.0 diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 5e75ff2d..b09f3d71 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eslint-config-typescript", - "version": "12.1.0", + "version": "13.0.0", "description": "Shareable MetaMask ESLint config for TypeScript.", "homepage": "https://github.com/MetaMask/eslint-config#readme", "bugs": { @@ -24,7 +24,7 @@ }, "devDependencies": { "@metamask/auto-changelog": "^3.0.0", - "@metamask/eslint-config": "^12.0.0", + "@metamask/eslint-config": "^13.0.0", "@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/parser": "^5.42.1", "eslint": "^8.45.0", @@ -36,7 +36,7 @@ "typescript": "^5.1.6" }, "peerDependencies": { - "@metamask/eslint-config": "^12.0.0", + "@metamask/eslint-config": "^13.0.0", "@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/parser": "^5.42.1", "eslint": "^8.27.0", diff --git a/yarn.lock b/yarn.lock index 0d378f1a..5caf318c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -991,7 +991,7 @@ __metadata: eslint-plugin-prettier: ^4.2.1 prettier: ^2.7.1 peerDependencies: - "@metamask/eslint-config": ^12.0.0 + "@metamask/eslint-config": ^13.0.0 eslint: ^8.27.0 languageName: unknown linkType: soft @@ -1008,7 +1008,7 @@ __metadata: eslint-plugin-prettier: ^4.2.1 prettier: ^2.7.1 peerDependencies: - "@metamask/eslint-config": ^12.0.0 + "@metamask/eslint-config": ^13.0.0 eslint: ^8.27.0 languageName: unknown linkType: soft @@ -1018,7 +1018,7 @@ __metadata: resolution: "@metamask/eslint-config-jest@workspace:packages/jest" dependencies: "@metamask/auto-changelog": ^3.0.0 - "@metamask/eslint-config": ^12.0.0 + "@metamask/eslint-config": ^13.0.0 eslint: ^8.45.0 eslint-config-prettier: ^8.5.0 eslint-plugin-import: ~2.26.0 @@ -1027,7 +1027,7 @@ __metadata: eslint-plugin-prettier: ^4.2.1 prettier: ^2.7.1 peerDependencies: - "@metamask/eslint-config": ^12.0.0 + "@metamask/eslint-config": ^13.0.0 eslint: ^8.27.0 eslint-plugin-jest: ^27.1.5 languageName: unknown @@ -1038,7 +1038,7 @@ __metadata: resolution: "@metamask/eslint-config-mocha@workspace:packages/mocha" dependencies: "@metamask/auto-changelog": ^3.0.0 - "@metamask/eslint-config": ^12.0.0 + "@metamask/eslint-config": ^13.0.0 eslint: ^8.45.0 eslint-config-prettier: ^8.5.0 eslint-plugin-import: ~2.26.0 @@ -1047,18 +1047,18 @@ __metadata: eslint-plugin-prettier: ^4.2.1 prettier: ^2.7.1 peerDependencies: - "@metamask/eslint-config": ^12.0.0 + "@metamask/eslint-config": ^13.0.0 eslint: ^8.27.0 eslint-plugin-mocha: ^10.1.0 languageName: unknown linkType: soft -"@metamask/eslint-config-nodejs@^12.0.0, @metamask/eslint-config-nodejs@workspace:packages/nodejs": +"@metamask/eslint-config-nodejs@^13.0.0, @metamask/eslint-config-nodejs@workspace:packages/nodejs": version: 0.0.0-use.local resolution: "@metamask/eslint-config-nodejs@workspace:packages/nodejs" dependencies: "@metamask/auto-changelog": ^3.0.0 - "@metamask/eslint-config": ^12.0.0 + "@metamask/eslint-config": ^13.0.0 eslint: ^8.45.0 eslint-config-prettier: ^8.5.0 eslint-plugin-import: ~2.26.0 @@ -1067,7 +1067,7 @@ __metadata: eslint-plugin-prettier: ^4.2.1 prettier: ^2.7.1 peerDependencies: - "@metamask/eslint-config": ^12.0.0 + "@metamask/eslint-config": ^13.0.0 eslint: ^8.27.0 eslint-plugin-n: ^15.7.0 languageName: unknown @@ -1078,7 +1078,7 @@ __metadata: resolution: "@metamask/eslint-config-typescript@workspace:packages/typescript" dependencies: "@metamask/auto-changelog": ^3.0.0 - "@metamask/eslint-config": ^12.0.0 + "@metamask/eslint-config": ^13.0.0 "@typescript-eslint/eslint-plugin": ^5.42.1 "@typescript-eslint/parser": ^5.42.1 eslint: ^8.45.0 @@ -1089,7 +1089,7 @@ __metadata: prettier: ^2.7.1 typescript: ^5.1.6 peerDependencies: - "@metamask/eslint-config": ^12.0.0 + "@metamask/eslint-config": ^13.0.0 "@typescript-eslint/eslint-plugin": ^5.42.1 "@typescript-eslint/parser": ^5.42.1 eslint: ^8.27.0 @@ -1097,7 +1097,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/eslint-config@^12.0.0, @metamask/eslint-config@workspace:packages/base": +"@metamask/eslint-config@^13.0.0, @metamask/eslint-config@workspace:packages/base": version: 0.0.0-use.local resolution: "@metamask/eslint-config@workspace:packages/base" dependencies: @@ -5153,8 +5153,8 @@ __metadata: "@eslint/js": ^8.45.0 "@lavamoat/allow-scripts": ^2.3.1 "@metamask/auto-changelog": ^3.0.0 - "@metamask/eslint-config": ^12.0.0 - "@metamask/eslint-config-nodejs": ^12.0.0 + "@metamask/eslint-config": ^13.0.0 + "@metamask/eslint-config-nodejs": ^13.0.0 "@metamask/utils": ^8.1.0 "@types/jest": ^29.5.2 eslint: ^8.45.0