@metamask/eslint-config-browser 12.0.0 → 12.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -1
- package/README.md +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
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
|
+
|
|
9
13
|
## [12.0.0]
|
|
10
14
|
### Changed
|
|
11
15
|
- **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
|
|
|
18
22
|
### Added
|
|
19
23
|
- Initial release of this package.
|
|
20
24
|
|
|
21
|
-
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v12.
|
|
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
|
|
22
27
|
[12.0.0]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...v12.0.0
|
|
23
28
|
[11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.1.0
|
|
24
29
|
[11.0.0]: https://github.com/MetaMask/eslint-config/releases/tag/v11.0.0
|
package/README.md
CHANGED
|
@@ -12,8 +12,8 @@ yarn add --dev \
|
|
|
12
12
|
@metamask/eslint-config-browser@^12.0.0 \
|
|
13
13
|
eslint@^8.27.0 \
|
|
14
14
|
eslint-config-prettier@^8.5.0 \
|
|
15
|
-
eslint-plugin-import@^2.
|
|
16
|
-
eslint-plugin-jsdoc@^
|
|
15
|
+
eslint-plugin-import@^2.27.5 \
|
|
16
|
+
eslint-plugin-jsdoc@^41.1.2 \
|
|
17
17
|
eslint-plugin-prettier@^4.2.1 \
|
|
18
18
|
eslint-plugin-promise@^6.1.1 \
|
|
19
19
|
prettier@^2.7.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/eslint-config-browser",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.1.0",
|
|
4
4
|
"description": "Shareable MetaMask ESLint plugin for browser environments.",
|
|
5
5
|
"homepage": "https://github.com/MetaMask/eslint-config#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"@metamask/auto-changelog": "^3.0.0",
|
|
26
26
|
"eslint": "^8.27.0",
|
|
27
27
|
"eslint-config-prettier": "^8.5.0",
|
|
28
|
-
"eslint-plugin-import": "^2.
|
|
29
|
-
"eslint-plugin-jsdoc": "^
|
|
28
|
+
"eslint-plugin-import": "^2.27.5",
|
|
29
|
+
"eslint-plugin-jsdoc": "^41.1.2",
|
|
30
30
|
"eslint-plugin-prettier": "^4.2.1",
|
|
31
31
|
"prettier": "^2.7.1"
|
|
32
32
|
},
|