@commercetools-frontend/eslint-config-mc-app 21.14.0 → 21.14.1

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
@@ -1,5 +1,16 @@
1
1
  # @commercetools-frontend/eslint-config-mc-app
2
2
 
3
+ ## 21.14.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2797](https://github.com/commercetools/merchant-center-application-kit/pull/2797) [`03e9772de`](https://github.com/commercetools/merchant-center-application-kit/commit/03e9772def9106107a192c9c93a05f4e49e5f124) Thanks [@tdeekens](https://github.com/tdeekens)! - Remove `jest/no-jest-import` rule from ESLint configs.
8
+
9
+ This allows consumers of our configs to update to `eslint-plugin-jest` v27 which removes the rule as a breaking change.
10
+
11
+ - Updated dependencies []:
12
+ - @commercetools-frontend/babel-preset-mc-app@21.14.1
13
+
3
14
  ## 21.14.0
4
15
 
5
16
  ### Patch Changes
@@ -260,7 +260,6 @@ const craRules = {
260
260
  'jest/no-identical-title': statusCode.error,
261
261
  'jest/no-interpolation-in-snapshots': statusCode.error,
262
262
  'jest/no-jasmine-globals': statusCode.error,
263
- 'jest/no-jest-import': statusCode.error,
264
263
  'jest/no-mocks-import': statusCode.error,
265
264
  'jest/valid-describe-callback': statusCode.error,
266
265
  'jest/valid-expect': statusCode.error,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/eslint-config-mc-app",
3
- "version": "21.14.0",
3
+ "version": "21.14.1",
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": {
@@ -17,7 +17,7 @@
17
17
  "dependencies": {
18
18
  "@babel/core": "^7.18.6",
19
19
  "@babel/eslint-parser": "^7.18.2",
20
- "@commercetools-frontend/babel-preset-mc-app": "^21.14.0",
20
+ "@commercetools-frontend/babel-preset-mc-app": "^21.14.1",
21
21
  "@rushstack/eslint-patch": "^1.1.4",
22
22
  "@typescript-eslint/eslint-plugin": "^5.30.6",
23
23
  "@typescript-eslint/parser": "^5.30.6",