@commercetools-backend/eslint-config-node 21.6.0 → 21.9.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @commercetools-backend/eslint-config-node
2
2
 
3
+ ## 21.9.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2705](https://github.com/commercetools/merchant-center-application-kit/pull/2705) [`abe2c475`](https://github.com/commercetools/merchant-center-application-kit/commit/abe2c475be2aff3781ac6151178aede1e0801f77) Thanks [@emmenko](https://github.com/emmenko)! - Update typescript dependencies
8
+
9
+ * [#2708](https://github.com/commercetools/merchant-center-application-kit/pull/2708) [`bc1137f1`](https://github.com/commercetools/merchant-center-application-kit/commit/bc1137f1e40cfc947245c7e9c23df896d8a40fd8) Thanks [@emmenko](https://github.com/emmenko)! - Update ESLint dependencies
10
+
11
+ - [#2702](https://github.com/commercetools/merchant-center-application-kit/pull/2702) [`69a1fe13`](https://github.com/commercetools/merchant-center-application-kit/commit/69a1fe13362188977c0a9df86754634fdc81a413) Thanks [@emmenko](https://github.com/emmenko)! - Update Babel dependencies
12
+
13
+ ## 21.8.1
14
+
15
+ ## 21.8.0
16
+
17
+ ### Patch Changes
18
+
19
+ - [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files
20
+
3
21
  ## 21.6.0
4
22
 
5
23
  ### Patch Changes
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020 commercetools GmbH
3
+ Copyright (c) commercetools GmbH
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-backend/eslint-config-node",
3
- "version": "21.6.0",
3
+ "version": "21.9.0",
4
4
  "description": "ESLint config for Node.js projects.",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {
@@ -15,25 +15,26 @@
15
15
  "access": "public"
16
16
  },
17
17
  "dependencies": {
18
- "@babel/core": "^7.17.9",
19
- "@babel/eslint-parser": "^7.17.0",
20
- "@babel/preset-env": "^7.16.11",
21
- "@babel/preset-typescript": "^7.16.7",
22
- "@rushstack/eslint-patch": "^1.1.2",
23
- "@typescript-eslint/eslint-plugin": "^5.19.0",
24
- "@typescript-eslint/parser": "^5.19.0",
18
+ "@babel/core": "^7.18.6",
19
+ "@babel/eslint-parser": "^7.18.2",
20
+ "@babel/preset-env": "^7.18.6",
21
+ "@babel/preset-typescript": "^7.18.6",
22
+ "@rushstack/eslint-patch": "^1.1.4",
23
+ "@typescript-eslint/eslint-plugin": "^5.30.6",
24
+ "@typescript-eslint/parser": "^5.30.6",
25
25
  "eslint-config-prettier": "^8.5.0",
26
- "eslint-import-resolver-typescript": "^2.7.1",
26
+ "eslint-import-resolver-typescript": "^3.2.5",
27
27
  "eslint-plugin-import": "^2.26.0",
28
- "eslint-plugin-jest": "^25.7.0",
28
+ "eslint-plugin-jest": "^26.5.3",
29
29
  "eslint-plugin-node": "^11.1.0",
30
- "eslint-plugin-prettier": "^4.0.0"
30
+ "eslint-plugin-prettier": "^4.2.1"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "eslint": "8.x"
34
34
  },
35
35
  "devDependencies": {
36
- "eslint": "8.15.0"
36
+ "@tsconfig/node16": "^1.0.3",
37
+ "eslint": "8.19.0"
37
38
  },
38
39
  "engines": {
39
40
  "node": ">=14"
package/tsconfig.json ADDED
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "@tsconfig/node16/tsconfig.json"
3
+ }