@commercetools-frontend/eslint-config-mc-app 20.9.3 → 21.0.0-rc.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +18 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @commercetools-frontend/eslint-config-mc-app
2
2
 
3
+ ## 21.0.0-rc.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2450](https://github.com/commercetools/merchant-center-application-kit/pull/2450) [`eb8f5b2c`](https://github.com/commercetools/merchant-center-application-kit/commit/eb8f5b2c885a4c3ffc7857a61e50508b429bf964) Thanks [@emmenko](https://github.com/emmenko)! - Update dependencies
8
+
9
+ ## 20.12.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [#2433](https://github.com/commercetools/merchant-center-application-kit/pull/2433) [`d65e29e4`](https://github.com/commercetools/merchant-center-application-kit/commit/d65e29e4eea4d1809abaa8cc82cc246c681dfa27) Thanks [@emmenko](https://github.com/emmenko)! - Replace `ts-jest/utils` with `jest-mock`, for using the `mocked` function.
14
+
15
+ * [#2433](https://github.com/commercetools/merchant-center-application-kit/pull/2433) [`d65e29e4`](https://github.com/commercetools/merchant-center-application-kit/commit/d65e29e4eea4d1809abaa8cc82cc246c681dfa27) Thanks [@emmenko](https://github.com/emmenko)! - Update dependencies
16
+
17
+ ## 20.10.6
18
+
19
+ ### Patch Changes
20
+
21
+ - [#2386](https://github.com/commercetools/merchant-center-application-kit/pull/2386) [`d7fcf6fc`](https://github.com/commercetools/merchant-center-application-kit/commit/d7fcf6fc8495d4eae68e0a4f4c1f1b3e0e394454) Thanks [@emmenko](https://github.com/emmenko)! - Upgrade to Yarn v3
22
+
23
+ ## 20.10.1
24
+
25
+ ### Patch Changes
26
+
27
+ - [#2356](https://github.com/commercetools/merchant-center-application-kit/pull/2356) [`e34fe076`](https://github.com/commercetools/merchant-center-application-kit/commit/e34fe076aab6681cdcc54622d84123f2c22020e6) Thanks [@ByronDWall](https://github.com/ByronDWall)! - set node version to 16.8 in nvmrc to avoid a bug in node/v8
28
+
3
29
  ## 20.9.3
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/eslint-config-mc-app",
3
- "version": "20.9.3",
3
+ "version": "21.0.0-rc.0",
4
4
  "description": "ESLint config used by a Custom Application.",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {
@@ -11,34 +11,35 @@
11
11
  "homepage": "https://docs.commercetools.com/custom-applications",
12
12
  "keywords": ["javascript", "frontend", "react", "toolkit", "eslint"],
13
13
  "license": "MIT",
14
- "private": false,
15
14
  "publishConfig": {
16
15
  "access": "public"
17
16
  },
18
- "scripts": {},
19
17
  "dependencies": {
20
- "@typescript-eslint/eslint-plugin": "^4.14.0",
21
- "@typescript-eslint/parser": "^4.14.0",
18
+ "@typescript-eslint/eslint-plugin": "^4.33.0",
19
+ "@typescript-eslint/parser": "^4.33.0",
22
20
  "babel-eslint": "^10.1.0",
23
- "eslint-config-prettier": "^8.0.0",
21
+ "eslint-config-prettier": "^8.3.0",
24
22
  "eslint-config-react-app": "^6.0.0",
25
- "eslint-import-resolver-typescript": "^2.3.0",
23
+ "eslint-import-resolver-typescript": "^2.5.0",
26
24
  "eslint-plugin-babel": "^5.3.1",
27
- "eslint-plugin-cypress": "^2.11.2",
28
- "eslint-plugin-flowtype": "^5.2.0",
29
- "eslint-plugin-import": "^2.22.1",
30
- "eslint-plugin-jest": "^24.1.3",
31
- "eslint-plugin-jest-dom": "^3.6.5",
32
- "eslint-plugin-jsx-a11y": "^6.4.1",
33
- "eslint-plugin-prettier": "^3.3.1",
34
- "eslint-plugin-react": "^7.22.0",
35
- "eslint-plugin-react-hooks": "^4.2.0",
36
- "eslint-plugin-testing-library": "^4.0.0"
25
+ "eslint-plugin-cypress": "^2.12.1",
26
+ "eslint-plugin-flowtype": "^5.10.0",
27
+ "eslint-plugin-import": "^2.25.4",
28
+ "eslint-plugin-jest": "^24.7.0",
29
+ "eslint-plugin-jest-dom": "^3.9.4",
30
+ "eslint-plugin-jsx-a11y": "^6.5.1",
31
+ "eslint-plugin-prettier": "^3.4.1",
32
+ "eslint-plugin-react": "^7.28.0",
33
+ "eslint-plugin-react-hooks": "^4.3.0",
34
+ "eslint-plugin-testing-library": "^4.12.4"
37
35
  },
38
36
  "peerDependencies": {
39
37
  "eslint": ">=7.0.0"
40
38
  },
41
39
  "devDependencies": {
42
40
  "eslint": "7.32.0"
41
+ },
42
+ "engines": {
43
+ "node": ">=14"
43
44
  }
44
45
  }