@metamask/eslint-config-browser 11.1.0 → 12.0.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,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [12.0.0]
10
+ ### Changed
11
+ - **BREAKING:** Update peer dependency `@metamask/eslint-config` to v12
12
+
9
13
  ## [11.1.0]
10
14
  ### Changed
11
15
  - Exclude test files from package ([#266](https://github.com/MetaMask/eslint-config/pull/266))
@@ -14,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
18
  ### Added
15
19
  - Initial release of this package.
16
20
 
17
- [Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...HEAD
21
+ [Unreleased]: https://github.com/MetaMask/eslint-config/compare/v12.0.0...HEAD
22
+ [12.0.0]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...v12.0.0
18
23
  [11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.1.0
19
24
  [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
15
  eslint-plugin-import@^2.26.0 \
16
16
  eslint-plugin-jsdoc@^39.6.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.0.0",
4
4
  "description": "Shareable MetaMask ESLint plugin for browser environments.",
5
5
  "homepage": "https://github.com/MetaMask/eslint-config#readme",
6
6
  "bugs": {
@@ -31,7 +31,7 @@
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": {