@commercetools-backend/eslint-config-node 24.7.2 → 24.8.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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @commercetools-backend/eslint-config-node
2
2
 
3
+ ## 24.8.1
4
+
5
+ ## 24.8.0
6
+
7
+ ### Patch Changes
8
+
9
+ - [#3639](https://github.com/commercetools/merchant-center-application-kit/pull/3639) [`f2d1596`](https://github.com/commercetools/merchant-center-application-kit/commit/f2d1596c3b8d88105b543e8c2a7c76062549f74a) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies to latest minor versions, see https://github.com/commercetools/merchant-center-application-kit/pull/3639 for details
10
+
3
11
  ## 24.7.2
4
12
 
5
13
  ## 24.7.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-backend/eslint-config-node",
3
- "version": "24.7.2",
3
+ "version": "24.8.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": {
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@tsconfig/node22": "^22.0.0",
44
- "eslint": "8.57.0"
44
+ "eslint": "8.57.1"
45
45
  },
46
46
  "engines": {
47
47
  "node": "18.x || 20.x || >=22.0.0"