@graphcommerce/eslint-config-pwa 9.0.1-canary.0 → 9.0.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 +3 -51
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 9.0.1
|
|
3
|
+
## 9.0.1
|
|
4
|
+
|
|
5
|
+
## 9.0.1-canary.1
|
|
4
6
|
|
|
5
7
|
## 9.0.0
|
|
6
8
|
|
|
@@ -14,56 +16,6 @@
|
|
|
14
16
|
|
|
15
17
|
- [#2421](https://github.com/graphcommerce-org/graphcommerce/pull/2421) [`d500643`](https://github.com/graphcommerce-org/graphcommerce/commit/d500643138799b6db1610cb10a1d065d6219d8ea) - Resolve peer dependency issues so we get a clean install ([@paales](https://github.com/paales))
|
|
16
18
|
|
|
17
|
-
## 9.0.0-canary.118
|
|
18
|
-
|
|
19
|
-
## 9.0.0-canary.117
|
|
20
|
-
|
|
21
|
-
## 9.0.0-canary.116
|
|
22
|
-
|
|
23
|
-
## 9.0.0-canary.115
|
|
24
|
-
|
|
25
|
-
## 9.0.0-canary.114
|
|
26
|
-
|
|
27
|
-
## 9.0.0-canary.113
|
|
28
|
-
|
|
29
|
-
## 9.0.0-canary.112
|
|
30
|
-
|
|
31
|
-
## 9.0.0-canary.111
|
|
32
|
-
|
|
33
|
-
## 9.0.0-canary.110
|
|
34
|
-
|
|
35
|
-
## 9.0.0-canary.109
|
|
36
|
-
|
|
37
|
-
## 9.0.0-canary.108
|
|
38
|
-
|
|
39
|
-
## 9.0.0-canary.107
|
|
40
|
-
|
|
41
|
-
## 9.0.0-canary.106
|
|
42
|
-
|
|
43
|
-
## 9.0.0-canary.105
|
|
44
|
-
|
|
45
|
-
## 9.0.0-canary.104
|
|
46
|
-
|
|
47
|
-
## 9.0.0-canary.103
|
|
48
|
-
|
|
49
|
-
### Patch Changes
|
|
50
|
-
|
|
51
|
-
- [#2421](https://github.com/graphcommerce-org/graphcommerce/pull/2421) [`ef925eb`](https://github.com/graphcommerce-org/graphcommerce/commit/ef925eb3d2c2cb2f03f9797892023015acf18dec) - Let eslint also work for js/mjs files ([@paales](https://github.com/paales))
|
|
52
|
-
|
|
53
|
-
- [#2421](https://github.com/graphcommerce-org/graphcommerce/pull/2421) [`d500643`](https://github.com/graphcommerce-org/graphcommerce/commit/d500643138799b6db1610cb10a1d065d6219d8ea) - Resolve peer dependency issues so we get a clean install ([@paales](https://github.com/paales))
|
|
54
|
-
|
|
55
|
-
## 9.0.0-canary.63
|
|
56
|
-
|
|
57
|
-
### Patch Changes
|
|
58
|
-
|
|
59
|
-
- [`0acfda7`](https://github.com/graphcommerce-org/graphcommerce/commit/0acfda73760921d74412c8c8bc8e8de5732e1f39) - Move back to eslint 8 ([@paales](https://github.com/paales))
|
|
60
|
-
|
|
61
|
-
## 8.1.0-canary.46
|
|
62
|
-
|
|
63
|
-
### Patch Changes
|
|
64
|
-
|
|
65
|
-
- [#2314](https://github.com/graphcommerce-org/graphcommerce/pull/2314) [`fe8fce7`](https://github.com/graphcommerce-org/graphcommerce/commit/fe8fce7f5a82e227ed4a1992415af73fa7d0bb79) - Importing \*.interceptor is NOT allowed ([@paales](https://github.com/paales))
|
|
66
|
-
|
|
67
19
|
## 8.0.0
|
|
68
20
|
|
|
69
21
|
### Patch Changes
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "@graphcommerce/eslint-config-pwa",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.1
|
|
5
|
+
"version": "9.0.1",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@graphcommerce/typescript-config-pwa": "9.0.1
|
|
8
|
+
"@graphcommerce/typescript-config-pwa": "9.0.1",
|
|
9
9
|
"@next/eslint-plugin-next": "15.1.0",
|
|
10
10
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
11
11
|
"@typescript-eslint/parser": "^7.18.0",
|