Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
graphql-config 4 update
Browse files Browse the repository at this point in the history
  • Loading branch information
dahukish committed Oct 19, 2021
1 parent 364cf2c commit 23a22fa
Show file tree
Hide file tree
Showing 79 changed files with 343 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['12.14', '14.x']
node-version: ['12.22', '14.17']
timeout-minutes: 15

steps:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.14.0
v12.22.0
2 changes: 1 addition & 1 deletion dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: quilt
type: node
up:
- node:
version: v12.14.0
version: v12.22.0
yarn: v1.22.5
commands:
__default__: start
Expand Down
2 changes: 1 addition & 1 deletion packages/address-consts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/address-consts/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"files": [
"build/",
Expand Down
2 changes: 1 addition & 1 deletion packages/address-mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/address-mocks/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"devDependencies": {
"@shopify/jest-dom-mocks": "^2.11.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/address/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"devDependencies": {
"@shopify/address-mocks": "^2.0.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin-graphql-api-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/admin-graphql-api-utilities/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"sideEffects": false,
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ast-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/ast-utilities/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"devDependencies": {
"@babel/core": ">=7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/async/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"devDependencies": {
"@babel/core": ">=7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/browser/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"files": [
"build/",
Expand Down
2 changes: 1 addition & 1 deletion packages/csrf-token-fetcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/csrf-token-fetcher/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"files": [
"build/",
Expand Down
2 changes: 1 addition & 1 deletion packages/css-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/css-utilities/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"classnames": "^2.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/dates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/dates/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"@shopify/decorators": "^2.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/decorators/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"files": [
"build/",
Expand Down
2 changes: 1 addition & 1 deletion packages/function-enhancers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/function-enhancers/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"files": [
"build/",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-config-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-config-utilities/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"glob": "^7.1.6",
"graphql-config": "^3.2.0"
"graphql-config": "^4.0.2"
},
"files": [
"build/",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-fixtures/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"@shopify/useful-types": "^3.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-mini-transforms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-mini-transforms/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"@jest/transform": "^27.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-persisted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-persisted/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"@types/koa": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-testing/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"apollo-cache-inmemory": ">=1.0.0 <2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-tool-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-tool-utilities/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"apollo-codegen-core": "0.40.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-typed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-typed/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"peerDependencies": {
"graphql": ">=14.5.0 <16.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-typescript-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-typescript-definitions/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"@babel/generator": "^7.14.5",
Expand All @@ -35,7 +35,7 @@
"chokidar": "^3.3.1",
"fs-extra": "^9.1.0",
"graphql": ">=14.5.0 <16.0.0",
"graphql-config": "^3.2.0",
"graphql-config": "^4.0.2",
"graphql-config-utilities": "^3.0.5",
"graphql-tool-utilities": "^2.1.2",
"yargs": "^15.3.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-validate-fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-validate-fixtures/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"chalk": "^4.0.0",
"fs-extra": "^9.1.0",
"glob": "^7.1.2",
"graphql": ">=14.5.0 <16.0.0",
"graphql-config": "^3.2.0",
"graphql-config": "^4.0.2",
"graphql-config-utilities": "^3.0.5",
"graphql-tool-utilities": "^2.1.2",
"yargs": "^15.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/i18n/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"sideEffects": false,
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-dom-mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/jest-dom-mocks/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"@shopify/async": "^3.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-koa-mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/jest-koa-mocks/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"koa": "^2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-liveness-ping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-liveness-ping/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"devDependencies": {
"@shopify/jest-koa-mocks": "^3.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-metrics/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"@shopify/statsd": "^3.0.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-performance/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"@shopify/network": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-shopify-graphql-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-shopify-graphql-proxy/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"@types/koa": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-shopify-webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-shopify-webhooks/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"@shopify/network": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/logger/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"chalk": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/magic-entries-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/magic-entries-webpack-plugin/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"glob": "^7.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/mime-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/mime-types/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"files": [
"build/",
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/network/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"files": [
"build/",
Expand Down
2 changes: 1 addition & 1 deletion packages/performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/performance/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"files": [
"build/",
Expand Down
2 changes: 1 addition & 1 deletion packages/polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/polyfills/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"@shopify/useful-types": "^3.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/predicates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/predicates/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"files": [
"build/",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-app-bridge-universal-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-app-bridge-universal-provider/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"@shopify/app-bridge-react": ">=1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-async/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"@shopify/async": "^3.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-bugsnag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-bugsnag/README.md",
"engines": {
"node": ">=12.14.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"dependencies": {
"@bugsnag/js": "^7.1.1",
Expand Down
Loading

0 comments on commit 23a22fa

Please sign in to comment.