@graphcommerce/eslint-config-pwa 4.0.1 → 4.0.4

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 +45 -0
  2. package/package.json +10 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1285](https://github.com/ho-nl/m2-pwa/pull/1285)
8
+ [`c85294ba6`](https://github.com/ho-nl/m2-pwa/commit/c85294ba6d742ce78c074559a1e95409b25a5017)
9
+ Thanks [@paales](https://github.com/paales)! - upgraded dependencies
10
+
11
+ ## 4.0.3
12
+
13
+ ### Patch Changes
14
+
15
+ - [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96)
16
+ Thanks [@paales](https://github.com/paales)! - made packages public
17
+
18
+ * [#1278](https://github.com/ho-nl/m2-pwa/pull/1278)
19
+ [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20)
20
+ Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Upgraded dependencies to the latest version
21
+
22
+ * Updated dependencies
23
+ [[`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96)]:
24
+ - @graphcommerce/prettier-config-pwa@4.0.2
25
+ - @graphcommerce/typescript-config-pwa@4.0.2
26
+
27
+ ## 4.0.2
28
+
29
+ ### Patch Changes
30
+
31
+ - [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
32
+ [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
33
+ Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
34
+ `dependencies` to `peerDependencies`. The result of this is that there will be significantly less
35
+ duplicate packages in the node_modules folders.
36
+
37
+ * [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
38
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
39
+ Thanks [@paales](https://github.com/paales)! - Upgraded to
40
+ [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
41
+ implementing
42
+ [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
43
+ soon.
44
+
45
+ This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
46
+ frontend to be able to revalidate pages manually.
47
+
3
48
  ## 4.0.1
4
49
 
5
50
  ### Patch Changes
package/package.json CHANGED
@@ -2,24 +2,26 @@
2
2
  "name": "@graphcommerce/eslint-config-pwa",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "4.0.1",
5
+ "version": "4.0.4",
6
6
  "main": "index.js",
7
7
  "dependencies": {
8
- "@graphcommerce/prettier-config-pwa": "^4.0.1",
9
- "@graphcommerce/typescript-config-pwa": "^4.0.1",
10
- "@next/eslint-plugin-next": "^12.0.10",
11
- "@typescript-eslint/eslint-plugin": "^5.11.0",
12
- "@typescript-eslint/parser": "^5.11.0",
13
- "eslint": "^8.8.0",
8
+ "@graphcommerce/prettier-config-pwa": "^4.0.2",
9
+ "@graphcommerce/typescript-config-pwa": "^4.0.2",
10
+ "@next/eslint-plugin-next": "^12.1.0",
11
+ "@typescript-eslint/eslint-plugin": "^5.12.1",
12
+ "@typescript-eslint/parser": "^5.12.1",
14
13
  "eslint-config-airbnb": "^19.0.4",
15
14
  "eslint-config-airbnb-typescript": "^16.1.0",
16
15
  "eslint-config-prettier": "^8.3.0",
17
16
  "eslint-import-resolver-webpack": "^0.13.2",
18
17
  "eslint-plugin-import": "^2.25.4",
19
18
  "eslint-plugin-jsx-a11y": "^6.5.1",
20
- "eslint-plugin-react": "^7.28.0",
19
+ "eslint-plugin-react": "^7.29.2",
21
20
  "eslint-plugin-react-hooks": "^4.3.0"
22
21
  },
22
+ "peerDependencies": {
23
+ "eslint": "^8.8.0"
24
+ },
23
25
  "sideEffects": false,
24
26
  "engines": {
25
27
  "node": "14.x"