@commercetools-backend/eslint-config-node 21.13.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/index.js +0 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @commercetools-backend/eslint-config-node
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
+ ## 21.14.0
12
+
13
+ ## 21.13.1
14
+
15
+ ### Patch Changes
16
+
17
+ - [`482ad98ee`](https://github.com/commercetools/merchant-center-application-kit/commit/482ad98eeb4570a583d58d476a7902ffe6cc2a94) Thanks [@emmenko](https://github.com/emmenko)! - Nothing changed, the previous release `21.13.0` had an issue publishing to NPM so we're bumping versions to trigger a new release.
18
+
3
19
  ## 21.13.0
4
20
 
5
21
  ### Patch Changes
package/index.js CHANGED
@@ -117,7 +117,6 @@ module.exports = {
117
117
  'jest/no-identical-title': statusCode.error,
118
118
  'jest/no-interpolation-in-snapshots': statusCode.error,
119
119
  'jest/no-jasmine-globals': statusCode.error,
120
- 'jest/no-jest-import': statusCode.error,
121
120
  'jest/no-mocks-import': statusCode.error,
122
121
  'jest/valid-describe-callback': statusCode.error,
123
122
  'jest/valid-expect': statusCode.error,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-backend/eslint-config-node",
3
- "version": "21.13.0",
3
+ "version": "21.14.1",
4
4
  "description": "ESLint config for Node.js projects.",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {