Skip to content

Commit 46b0219

Browse files
github-actions[bot]github-actionslegobeat
authored
12.1.0 (#306)
--------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
1 parent c430e96 commit 46b0219

15 files changed

Lines changed: 50 additions & 15 deletions

File tree

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": "12.0.0",
3+
"version": "12.1.0",
44
"private": true,
55
"repository": {
66
"type": "git",

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+
## [12.1.0]
10+
### Changed
11+
- Add support for typescript 5.0.x, 5.1.x ([#288](https://github.com/MetaMask/eslint-config/pull/288))
12+
913
## [12.0.0]
1014
### Added
1115
- **BREAKING:** Add `eslint-plugin-promise` peer dependency, and enable `no-multiple-resolved` ([#287](https://github.com/MetaMask/eslint-config/pull/287))
@@ -164,7 +168,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
164168
### Added
165169
- Add base, TypeScript, and Jest configs (#3)
166170

167-
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v12.0.0...HEAD
171+
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v12.1.0...HEAD
172+
[12.1.0]: https://github.com/MetaMask/eslint-config/compare/v12.0.0...v12.1.0
168173
[12.0.0]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...v12.0.0
169174
[11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.2...v11.1.0
170175
[11.0.2]: https://github.com/MetaMask/eslint-config/compare/v11.0.1...v11.0.2

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": "12.0.0",
3+
"version": "12.1.0",
44
"description": "Shareable MetaMask ESLint config.",
55
"homepage": "https://github.com/MetaMask/eslint-config#readme",
66
"bugs": {

packages/browser/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+
## [12.1.0]
10+
### Changed
11+
- Add support for typescript 5.0.x, 5.1.x ([#288](https://github.com/MetaMask/eslint-config/pull/288))
12+
913
## [12.0.0]
1014
### Changed
1115
- **BREAKING:** Update peer dependency `@metamask/eslint-config` to v12
@@ -18,7 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1822
### Added
1923
- Initial release of this package.
2024

21-
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v12.0.0...HEAD
25+
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v12.1.0...HEAD
26+
[12.1.0]: https://github.com/MetaMask/eslint-config/compare/v12.0.0...v12.1.0
2227
[12.0.0]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...v12.0.0
2328
[11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.1.0
2429
[11.0.0]: https://github.com/MetaMask/eslint-config/releases/tag/v11.0.0

packages/browser/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-browser",
3-
"version": "12.0.0",
3+
"version": "12.1.0",
44
"description": "Shareable MetaMask ESLint plugin for browser environments.",
55
"homepage": "https://github.com/MetaMask/eslint-config#readme",
66
"bugs": {

packages/commonjs/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+
## [12.1.0]
10+
### Changed
11+
- Add support for typescript 5.0.x, 5.1.x ([#288](https://github.com/MetaMask/eslint-config/pull/288))
12+
913
## [12.0.0]
1014
### Changed
1115
- **BREAKING:** Add peer dependency `@metamask/eslint-config` and remove ESLint plugin and prettier peer dependencies ([#301](https://github.com/MetaMask/eslint-config/pull/301))
@@ -15,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1519
### Added
1620
- Initial release of this package ([#267](https://github.com/MetaMask/eslint-config/pull/267))
1721

18-
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v12.0.0...HEAD
22+
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v12.1.0...HEAD
23+
[12.1.0]: https://github.com/MetaMask/eslint-config/compare/v12.0.0...v12.1.0
1924
[12.0.0]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...v12.0.0
2025
[11.1.0]: https://github.com/MetaMask/eslint-config/releases/tag/v11.1.0

packages/commonjs/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-commonjs",
3-
"version": "12.0.0",
3+
"version": "12.1.0",
44
"description": "Shareable MetaMask ESLint config for CommonJS projects.",
55
"homepage": "https://github.com/MetaMask/eslint-config#readme",
66
"bugs": {

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+
## [12.1.0]
10+
### Changed
11+
- Add support for typescript 5.0.x, 5.1.x ([#288](https://github.com/MetaMask/eslint-config/pull/288))
12+
913
## [12.0.0]
1014
### Changed
1115
- **BREAKING:** Update peer dependency `@metamask/eslint-config` to v12
@@ -59,7 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5963
- 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`.
6064
- Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151))
6165

62-
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v12.0.0...HEAD
66+
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v12.1.0...HEAD
67+
[12.1.0]: https://github.com/MetaMask/eslint-config/compare/v12.0.0...v12.1.0
6368
[12.0.0]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...v12.0.0
6469
[11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.1.0
6570
[11.0.0]: https://github.com/MetaMask/eslint-config/compare/v10.0.0...v11.0.0

packages/jest/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-jest",
3-
"version": "12.0.0",
3+
"version": "12.1.0",
44
"description": "Shareable MetaMask ESLint config for Jest.",
55
"homepage": "https://github.com/MetaMask/eslint-config#readme",
66
"bugs": {

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+
## [12.1.0]
10+
### Changed
11+
- Add support for typescript 5.0.x, 5.1.x ([#288](https://github.com/MetaMask/eslint-config/pull/288))
12+
913
## [12.0.0]
1014
### Changed
1115
- **BREAKING:** Update peer dependency `@metamask/eslint-config` to v12
@@ -61,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6165
- 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`.
6266
- Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151))
6367

64-
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v12.0.0...HEAD
68+
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v12.1.0...HEAD
69+
[12.1.0]: https://github.com/MetaMask/eslint-config/compare/v12.0.0...v12.1.0
6570
[12.0.0]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...v12.0.0
6671
[11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.1.0
6772
[11.0.0]: https://github.com/MetaMask/eslint-config/compare/v10.0.0...v11.0.0

0 commit comments

Comments
 (0)