@commercetools-backend/eslint-config-node 21.11.0 → 21.13.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 (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @commercetools-backend/eslint-config-node
2
2
 
3
+ ## 21.13.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`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.
8
+
9
+ ## 21.13.0
10
+
11
+ ### Patch Changes
12
+
13
+ - [#2761](https://github.com/commercetools/merchant-center-application-kit/pull/2761) [`d012420e5`](https://github.com/commercetools/merchant-center-application-kit/commit/d012420e563b34a1678693f19905bdd79b2317e2) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Update all dependencies
14
+
15
+ ## 21.12.0
16
+
3
17
  ## 21.11.0
4
18
 
5
19
  ## 21.10.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-backend/eslint-config-node",
3
- "version": "21.11.0",
3
+ "version": "21.13.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": {
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@tsconfig/node16": "^1.0.3",
37
- "eslint": "8.19.0"
37
+ "eslint": "8.22.0"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=14"