@graphcommerce/graphql-mesh 4.0.0 → 4.0.3

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 +40 -0
  2. package/package.json +12 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96)
8
+ Thanks [@paales](https://github.com/paales)! - made packages public
9
+
10
+ * [#1278](https://github.com/ho-nl/m2-pwa/pull/1278)
11
+ [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20)
12
+ Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Upgraded dependencies to the latest version
13
+
14
+ ## 4.0.2
15
+
16
+ ### Patch Changes
17
+
18
+ - [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
19
+ [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
20
+ Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
21
+ `dependencies` to `peerDependencies`. The result of this is that there will be significantly less
22
+ duplicate packages in the node_modules folders.
23
+
24
+ * [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
25
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
26
+ Thanks [@paales](https://github.com/paales)! - Upgraded to
27
+ [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
28
+ implementing
29
+ [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
30
+ soon.
31
+
32
+ This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
33
+ frontend to be able to revalidate pages manually.
34
+
35
+ ## 4.0.1
36
+
37
+ ### Patch Changes
38
+
39
+ - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
40
+ Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
41
+ so that the packages link to back to the website and repository
42
+
3
43
  ## 4.0.0
4
44
 
5
45
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "@graphcommerce/graphql-mesh",
3
- "version": "4.0.0",
3
+ "homepage": "https://www.graphcommerce.org/",
4
+ "repository": "github:graphcommerce-org/graphcommerce",
5
+ "version": "4.0.3",
4
6
  "author": "",
5
7
  "license": "MIT",
6
8
  "scripts": {
@@ -9,19 +11,19 @@
9
11
  "start": "next start"
10
12
  },
11
13
  "dependencies": {
12
- "@graphql-mesh/cache-inmemory-lru": "^0.5.43",
13
- "@graphql-mesh/config": "^0.29.1",
14
+ "@graphql-mesh/cache-inmemory-lru": "^0.5.45",
15
+ "@graphql-mesh/config": "^0.29.4",
14
16
  "@graphql-mesh/graphql": "^0.20.17",
15
17
  "@graphql-mesh/merger-stitching": "^0.15.5",
16
- "@graphql-mesh/runtime": "^0.30.0",
18
+ "@graphql-mesh/runtime": "^0.30.3",
17
19
  "@graphql-mesh/store": "^0.3.13",
18
20
  "@graphql-mesh/transform-cache": "^0.11.14",
19
21
  "@graphql-mesh/transform-federation": "^0.8.13",
20
22
  "@graphql-mesh/transform-filter-schema": "^0.14.13",
21
- "@graphql-mesh/types": "^0.61.0",
23
+ "@graphql-mesh/types": "^0.62.1",
22
24
  "@graphql-mesh/utils": "^0.27.0",
23
25
  "@graphql-tools/utils": "^8.6.1",
24
- "@vue/compiler-sfc": "^3.2.30",
26
+ "@vue/compiler-sfc": "^3.2.31",
25
27
  "apollo-server-core": "^3.6.3",
26
28
  "apollo-server-micro": "^3.6.3",
27
29
  "apollo-tracing": "^0.15.0",
@@ -34,10 +36,10 @@
34
36
  "ts-tiny-invariant": "^1.0.5"
35
37
  },
36
38
  "devDependencies": {
37
- "@graphcommerce/eslint-config-pwa": "^4.0.0",
38
- "@graphcommerce/prettier-config-pwa": "^4.0.0",
39
- "@graphcommerce/typescript-config-pwa": "^4.0.0",
40
- "@playwright/test": "^1.18.1",
39
+ "@graphcommerce/eslint-config-pwa": "^4.0.3",
40
+ "@graphcommerce/prettier-config-pwa": "^4.0.2",
41
+ "@graphcommerce/typescript-config-pwa": "^4.0.2",
42
+ "@playwright/test": "^1.19.1",
41
43
  "@types/micro-cors": "^0.1.2",
42
44
  "graphql-tag": "2.12.6",
43
45
  "typescript": "^4.5.5"