@metamask/eslint-config-browser 11.1.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 CHANGED
@@ -6,6 +6,14 @@ 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
+
13
+ ## [12.0.0]
14
+ ### Changed
15
+ - **BREAKING:** Update peer dependency `@metamask/eslint-config` to v12
16
+
9
17
  ## [11.1.0]
10
18
  ### Changed
11
19
  - Exclude test files from package ([#266](https://github.com/MetaMask/eslint-config/pull/266))
@@ -14,6 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
22
  ### Added
15
23
  - Initial release of this package.
16
24
 
17
- [Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.1.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
27
+ [12.0.0]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...v12.0.0
18
28
  [11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.1.0
19
29
  [11.0.0]: https://github.com/MetaMask/eslint-config/releases/tag/v11.0.0
package/README.md CHANGED
@@ -8,13 +8,14 @@ Our default export contains a base set of ESLint rules for ES6+:
8
8
 
9
9
  ```bash
10
10
  yarn add --dev \
11
- @metamask/eslint-config@^11.0.1 \
12
- @metamask/eslint-config-browser@^11.0.0 \
11
+ @metamask/eslint-config@^12.0.0 \
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.26.0 \
16
- eslint-plugin-jsdoc@^39.6.2 \
15
+ eslint-plugin-import@^2.27.5 \
16
+ eslint-plugin-jsdoc@^41.1.2 \
17
17
  eslint-plugin-prettier@^4.2.1 \
18
+ eslint-plugin-promise@^6.1.1 \
18
19
  prettier@^2.7.1
19
20
  ```
20
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/eslint-config-browser",
3
- "version": "11.1.0",
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,13 +25,13 @@
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.26.0",
29
- "eslint-plugin-jsdoc": "^39.6.2",
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
  },
33
33
  "peerDependencies": {
34
- "@metamask/eslint-config": "^11.0.0",
34
+ "@metamask/eslint-config": "^12.0.0",
35
35
  "eslint": "^8.27.0"
36
36
  },
37
37
  "engines": {