From 0d7af76c27b654dffc322270ddb9f5ba4674e494 Mon Sep 17 00:00:00 2001 From: Victor Sumner Date: Wed, 18 May 2022 15:22:34 -0400 Subject: [PATCH 1/9] Drop node 12 --- .github/workflows/node-ci.yml | 2 +- config/loom/index.ts | 4 ++-- packages/address-consts/package.json | 2 +- packages/address-mocks/package.json | 2 +- packages/address/package.json | 2 +- packages/admin-graphql-api-utilities/package.json | 2 +- packages/ast-utilities/package.json | 2 +- packages/async/package.json | 2 +- packages/browser/package.json | 2 +- packages/csrf-token-fetcher/package.json | 2 +- packages/css-utilities/package.json | 2 +- packages/dates/package.json | 2 +- packages/decorators/package.json | 2 +- packages/function-enhancers/package.json | 2 +- packages/graphql-config-utilities/package.json | 2 +- packages/graphql-fixtures/package.json | 2 +- packages/graphql-mini-transforms/package.json | 2 +- packages/graphql-persisted/package.json | 2 +- packages/graphql-testing/package.json | 2 +- packages/graphql-tool-utilities/package.json | 2 +- packages/graphql-typed/package.json | 2 +- packages/graphql-typescript-definitions/package.json | 2 +- packages/graphql-validate-fixtures/package.json | 2 +- packages/i18n/package.json | 2 +- packages/jest-dom-mocks/package.json | 2 +- packages/jest-koa-mocks/package.json | 2 +- packages/koa-liveness-ping/package.json | 2 +- packages/koa-metrics/package.json | 2 +- packages/koa-performance/package.json | 2 +- packages/koa-shopify-graphql-proxy/package.json | 2 +- packages/koa-shopify-webhooks/package.json | 2 +- packages/logger/package.json | 2 +- packages/mime-types/package.json | 2 +- packages/network/package.json | 2 +- packages/performance/package.json | 2 +- packages/polyfills/package.json | 2 +- packages/predicates/package.json | 2 +- packages/react-app-bridge-universal-provider/package.json | 2 +- packages/react-async/package.json | 2 +- packages/react-bugsnag/package.json | 2 +- packages/react-compose/package.json | 2 +- packages/react-cookie/package.json | 2 +- packages/react-csrf-universal-provider/package.json | 2 +- packages/react-csrf/package.json | 2 +- packages/react-effect/package.json | 2 +- packages/react-form-state/package.json | 2 +- packages/react-form/package.json | 2 +- packages/react-google-analytics/package.json | 2 +- packages/react-graphql-universal-provider/package.json | 2 +- packages/react-graphql/package.json | 2 +- packages/react-hooks/package.json | 2 +- packages/react-html/package.json | 2 +- packages/react-hydrate/package.json | 2 +- packages/react-i18n-universal-provider/package.json | 2 +- packages/react-i18n/package.json | 2 +- packages/react-idle/package.json | 2 +- packages/react-import-remote/package.json | 2 +- packages/react-intersection-observer/package.json | 2 +- packages/react-network/package.json | 2 +- packages/react-performance/package.json | 2 +- packages/react-router/package.json | 2 +- packages/react-server/package.json | 2 +- packages/react-shortcuts/package.json | 2 +- packages/react-testing/package.json | 2 +- packages/react-tracking-pixel/package.json | 2 +- packages/react-universal-provider/package.json | 2 +- packages/react-web-worker/package.json | 2 +- packages/semaphore/package.json | 2 +- packages/sewing-kit-koa/package.json | 2 +- packages/statsd/package.json | 2 +- packages/storybook-a11y-test/package.json | 2 +- packages/useful-types/package.json | 2 +- packages/web-worker/package.json | 2 +- packages/with-env/package.json | 2 +- shipit.beta-js.yml | 1 - shipit.production-js.yml | 1 - templates/package.hbs.json | 2 +- 77 files changed, 76 insertions(+), 78 deletions(-) diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 891c1c64bf..3dcbc027a1 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -17,7 +17,7 @@ jobs: # output to 14.x and 16.x, so for now lock to the last version in 14 # and 16 before the ICU change. # Once we drop support for node 12 we can consider using 14.x and 16.x - node-version: ['12.22', '14.18', '16.13'] + node-version: ['14.18', '16.13'] timeout-minutes: 15 steps: diff --git a/config/loom/index.ts b/config/loom/index.ts index 959027b88a..e4269ccd93 100644 --- a/config/loom/index.ts +++ b/config/loom/index.ts @@ -23,8 +23,8 @@ export function quiltPackage({ const polyfillOptions = polyfill ? {} : {useBuiltIns: false, corejs: false}; const targets = isIsomorphic - ? 'extends @shopify/browserslist-config, node 12.14.0' - : 'node 12.14.0'; + ? 'extends @shopify/browserslist-config, node 14.17.4' + : 'node 14.17.4'; return createComposedProjectPlugin('Quilt.Package', [ buildLibrary({ diff --git a/packages/address-consts/package.json b/packages/address-consts/package.json index a816515c19..1ed26cb0fa 100644 --- a/packages/address-consts/package.json +++ b/packages/address-consts/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/address-consts/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "files": [ "build/", diff --git a/packages/address-mocks/package.json b/packages/address-mocks/package.json index 66941508dc..41681d968d 100644 --- a/packages/address-mocks/package.json +++ b/packages/address-mocks/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/address-mocks/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "devDependencies": { "@shopify/jest-dom-mocks": "^2.11.5" diff --git a/packages/address/package.json b/packages/address/package.json index 08ac86c1c4..f9dbff982b 100644 --- a/packages/address/package.json +++ b/packages/address/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/address/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "devDependencies": { "@shopify/address-mocks": "^2.1.0", diff --git a/packages/admin-graphql-api-utilities/package.json b/packages/admin-graphql-api-utilities/package.json index e1a71f4587..049d9fe880 100644 --- a/packages/admin-graphql-api-utilities/package.json +++ b/packages/admin-graphql-api-utilities/package.json @@ -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": ">=14.17.4" }, "sideEffects": false, "files": [ diff --git a/packages/ast-utilities/package.json b/packages/ast-utilities/package.json index a00cfe0da1..bb63fc08ca 100644 --- a/packages/ast-utilities/package.json +++ b/packages/ast-utilities/package.json @@ -31,7 +31,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/ast-utilities/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "devDependencies": { "@babel/core": ">=7.0.0", diff --git a/packages/async/package.json b/packages/async/package.json index 6c523959c3..890bf69609 100644 --- a/packages/async/package.json +++ b/packages/async/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/async/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "devDependencies": { "@babel/core": ">=7.0.0", diff --git a/packages/browser/package.json b/packages/browser/package.json index e02a69e331..08f146bc65 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/browser/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "files": [ "build/", diff --git a/packages/csrf-token-fetcher/package.json b/packages/csrf-token-fetcher/package.json index 9d50c07001..0998d0141a 100644 --- a/packages/csrf-token-fetcher/package.json +++ b/packages/csrf-token-fetcher/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/csrf-token-fetcher/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "files": [ "build/", diff --git a/packages/css-utilities/package.json b/packages/css-utilities/package.json index 50176f5e7a..290aacd134 100644 --- a/packages/css-utilities/package.json +++ b/packages/css-utilities/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/css-utilities/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "classnames": "^2.3.1" diff --git a/packages/dates/package.json b/packages/dates/package.json index 44d5d5a1b9..a932395d40 100644 --- a/packages/dates/package.json +++ b/packages/dates/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/dates/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/decorators": "^2.0.8" diff --git a/packages/decorators/package.json b/packages/decorators/package.json index 72ccf7d849..ae07469664 100644 --- a/packages/decorators/package.json +++ b/packages/decorators/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/decorators/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "files": [ "build/", diff --git a/packages/function-enhancers/package.json b/packages/function-enhancers/package.json index 197f8c0be1..56dc126cc4 100644 --- a/packages/function-enhancers/package.json +++ b/packages/function-enhancers/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/function-enhancers/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "files": [ "build/", diff --git a/packages/graphql-config-utilities/package.json b/packages/graphql-config-utilities/package.json index 61dc6d791f..690d24ef04 100644 --- a/packages/graphql-config-utilities/package.json +++ b/packages/graphql-config-utilities/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-config-utilities/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "glob": "^7.1.6", diff --git a/packages/graphql-fixtures/package.json b/packages/graphql-fixtures/package.json index 26278c9a6c..145da74677 100644 --- a/packages/graphql-fixtures/package.json +++ b/packages/graphql-fixtures/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-fixtures/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@faker-js/faker": "^5.5.3", diff --git a/packages/graphql-mini-transforms/package.json b/packages/graphql-mini-transforms/package.json index 53fd1fb3fe..bd0aefcad7 100644 --- a/packages/graphql-mini-transforms/package.json +++ b/packages/graphql-mini-transforms/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-mini-transforms/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@jest/transform": ">= 27 <29", diff --git a/packages/graphql-persisted/package.json b/packages/graphql-persisted/package.json index 80b68fd4ad..36899c359d 100644 --- a/packages/graphql-persisted/package.json +++ b/packages/graphql-persisted/package.json @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-persisted/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@types/koa": "^2.0.0", diff --git a/packages/graphql-testing/package.json b/packages/graphql-testing/package.json index d211f891a3..2132eea55c 100644 --- a/packages/graphql-testing/package.json +++ b/packages/graphql-testing/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-testing/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "apollo-cache-inmemory": ">=1.0.0 <2.0.0", diff --git a/packages/graphql-tool-utilities/package.json b/packages/graphql-tool-utilities/package.json index cd8d40ca98..0ad5f8c29d 100644 --- a/packages/graphql-tool-utilities/package.json +++ b/packages/graphql-tool-utilities/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-tool-utilities/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "apollo-codegen-core": "^0.40.4", diff --git a/packages/graphql-typed/package.json b/packages/graphql-typed/package.json index 88434a43ab..f5e29510c1 100644 --- a/packages/graphql-typed/package.json +++ b/packages/graphql-typed/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-typed/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "peerDependencies": { "graphql": ">=14.5.0 <16.0.0" diff --git a/packages/graphql-typescript-definitions/package.json b/packages/graphql-typescript-definitions/package.json index f007b9fb74..254d1bd40d 100644 --- a/packages/graphql-typescript-definitions/package.json +++ b/packages/graphql-typescript-definitions/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-typescript-definitions/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@babel/generator": "^7.14.5", diff --git a/packages/graphql-validate-fixtures/package.json b/packages/graphql-validate-fixtures/package.json index 40db0014d1..d92bd4fd71 100644 --- a/packages/graphql-validate-fixtures/package.json +++ b/packages/graphql-validate-fixtures/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-validate-fixtures/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "chalk": "^4.0.0", diff --git a/packages/i18n/package.json b/packages/i18n/package.json index fbeb1e2bc7..03197c851b 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/i18n/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "sideEffects": false, "files": [ diff --git a/packages/jest-dom-mocks/package.json b/packages/jest-dom-mocks/package.json index e7c0753bb2..b9f22793bc 100644 --- a/packages/jest-dom-mocks/package.json +++ b/packages/jest-dom-mocks/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/jest-dom-mocks/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/async": "^3.1.5", diff --git a/packages/jest-koa-mocks/package.json b/packages/jest-koa-mocks/package.json index c29d051859..0168918ef7 100644 --- a/packages/jest-koa-mocks/package.json +++ b/packages/jest-koa-mocks/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/jest-koa-mocks/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "koa": "^2.13.4", diff --git a/packages/koa-liveness-ping/package.json b/packages/koa-liveness-ping/package.json index 3c11670af9..9228919898 100644 --- a/packages/koa-liveness-ping/package.json +++ b/packages/koa-liveness-ping/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-liveness-ping/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "devDependencies": { "@shopify/jest-koa-mocks": "^3.1.5", diff --git a/packages/koa-metrics/package.json b/packages/koa-metrics/package.json index b8199bba55..7a5a863f34 100644 --- a/packages/koa-metrics/package.json +++ b/packages/koa-metrics/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-metrics/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/statsd": "^3.0.12" diff --git a/packages/koa-performance/package.json b/packages/koa-performance/package.json index 17d4170966..5493232ec8 100644 --- a/packages/koa-performance/package.json +++ b/packages/koa-performance/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-performance/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/network": "^2.0.8", diff --git a/packages/koa-shopify-graphql-proxy/package.json b/packages/koa-shopify-graphql-proxy/package.json index aa292eace6..dbb2d1803e 100644 --- a/packages/koa-shopify-graphql-proxy/package.json +++ b/packages/koa-shopify-graphql-proxy/package.json @@ -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": ">=14.17.4" }, "dependencies": { "@types/koa": "^2.0.0", diff --git a/packages/koa-shopify-webhooks/package.json b/packages/koa-shopify-webhooks/package.json index 5ebd88a10a..e321800927 100644 --- a/packages/koa-shopify-webhooks/package.json +++ b/packages/koa-shopify-webhooks/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-shopify-webhooks/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/network": "^2.0.8", diff --git a/packages/logger/package.json b/packages/logger/package.json index 0937e735dd..5379a45134 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/logger/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "chalk": "^2.4.1", diff --git a/packages/mime-types/package.json b/packages/mime-types/package.json index 96c71f5a9f..ee4d0a44e9 100644 --- a/packages/mime-types/package.json +++ b/packages/mime-types/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/mime-types/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "files": [ "build/", diff --git a/packages/network/package.json b/packages/network/package.json index 1cdbf5bf6b..3a1cdc8a99 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/network/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "files": [ "build/", diff --git a/packages/performance/package.json b/packages/performance/package.json index 763f9ac48d..ecdeb4ca7a 100644 --- a/packages/performance/package.json +++ b/packages/performance/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/performance/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "files": [ "build/", diff --git a/packages/polyfills/package.json b/packages/polyfills/package.json index 9438aff347..eb65d416aa 100644 --- a/packages/polyfills/package.json +++ b/packages/polyfills/package.json @@ -85,7 +85,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/polyfills/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/useful-types": "^4.0.3", diff --git a/packages/predicates/package.json b/packages/predicates/package.json index 168562a39e..74ac60e3e5 100644 --- a/packages/predicates/package.json +++ b/packages/predicates/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/predicates/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "files": [ "build/", diff --git a/packages/react-app-bridge-universal-provider/package.json b/packages/react-app-bridge-universal-provider/package.json index 1dc748e58e..678b4341a5 100644 --- a/packages/react-app-bridge-universal-provider/package.json +++ b/packages/react-app-bridge-universal-provider/package.json @@ -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": ">=14.17.4" }, "dependencies": { "@shopify/app-bridge-react": ">=1.5.0", diff --git a/packages/react-async/package.json b/packages/react-async/package.json index 1f41edc98c..78136a879d 100644 --- a/packages/react-async/package.json +++ b/packages/react-async/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-async/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/async": "^3.1.5", diff --git a/packages/react-bugsnag/package.json b/packages/react-bugsnag/package.json index ea5e5aecdc..96dc10081e 100644 --- a/packages/react-bugsnag/package.json +++ b/packages/react-bugsnag/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-bugsnag/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@bugsnag/js": "^7.1.1", diff --git a/packages/react-compose/package.json b/packages/react-compose/package.json index b515939de8..cdba9b6c80 100644 --- a/packages/react-compose/package.json +++ b/packages/react-compose/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-compose/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/useful-types": "^4.0.3", diff --git a/packages/react-cookie/package.json b/packages/react-cookie/package.json index c2ce2c8165..ded04b1a93 100644 --- a/packages/react-cookie/package.json +++ b/packages/react-cookie/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-cookie/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/react-hooks": "^2.1.19", diff --git a/packages/react-csrf-universal-provider/package.json b/packages/react-csrf-universal-provider/package.json index d4720796ca..49eb7b09a1 100644 --- a/packages/react-csrf-universal-provider/package.json +++ b/packages/react-csrf-universal-provider/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-csrf-universal-provider/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/react-csrf": "^2.1.10", diff --git a/packages/react-csrf/package.json b/packages/react-csrf/package.json index 66a1e94375..0b3d63c364 100644 --- a/packages/react-csrf/package.json +++ b/packages/react-csrf/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-csrf/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "peerDependencies": { "react": ">=16.8.0 <18.0.0" diff --git a/packages/react-effect/package.json b/packages/react-effect/package.json index 2d37ee85db..094d1eb41b 100644 --- a/packages/react-effect/package.json +++ b/packages/react-effect/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-effect/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "files": [ "build/", diff --git a/packages/react-form-state/package.json b/packages/react-form-state/package.json index 3398fda421..20da66751f 100644 --- a/packages/react-form-state/package.json +++ b/packages/react-form-state/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-form-state/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/predicates": "^2.0.8", diff --git a/packages/react-form/package.json b/packages/react-form/package.json index 654a8e06c1..ab491cda2c 100644 --- a/packages/react-form/package.json +++ b/packages/react-form/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-form/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "peerDependencies": { "react": ">=16.8.0 <18.0.0" diff --git a/packages/react-google-analytics/package.json b/packages/react-google-analytics/package.json index 52566df7f0..e1c9c32b96 100644 --- a/packages/react-google-analytics/package.json +++ b/packages/react-google-analytics/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-google-analytics/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/react-import-remote": "^2.1.25" diff --git a/packages/react-graphql-universal-provider/package.json b/packages/react-graphql-universal-provider/package.json index 71c4561403..21a67d061a 100644 --- a/packages/react-graphql-universal-provider/package.json +++ b/packages/react-graphql-universal-provider/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-graphql-universal-provider/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/react-graphql": "^7.2.0", diff --git a/packages/react-graphql/package.json b/packages/react-graphql/package.json index 63c7757191..a2da16ee49 100644 --- a/packages/react-graphql/package.json +++ b/packages/react-graphql/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-graphql/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@apollo/react-common": ">=3.0.0 <4.0.0", diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index c88bbb6663..f6b34bd574 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-hooks/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "files": [ "build/", diff --git a/packages/react-html/package.json b/packages/react-html/package.json index ce49dada0b..8d44e54b66 100644 --- a/packages/react-html/package.json +++ b/packages/react-html/package.json @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-html/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/react-effect": "^4.1.12", diff --git a/packages/react-hydrate/package.json b/packages/react-hydrate/package.json index f7b5e98503..df4c53aad9 100644 --- a/packages/react-hydrate/package.json +++ b/packages/react-hydrate/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-hydrate/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/react-effect": "^4.1.12", diff --git a/packages/react-i18n-universal-provider/package.json b/packages/react-i18n-universal-provider/package.json index 1915e331dc..74b7b58bf7 100644 --- a/packages/react-i18n-universal-provider/package.json +++ b/packages/react-i18n-universal-provider/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-i18n-universal-provider/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/react-hooks": "^2.1.19", diff --git a/packages/react-i18n/package.json b/packages/react-i18n/package.json index 3aca4ed6e6..8882f21344 100644 --- a/packages/react-i18n/package.json +++ b/packages/react-i18n/package.json @@ -33,7 +33,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-i18n/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "devDependencies": { "@babel/core": "^7.14.6", diff --git a/packages/react-idle/package.json b/packages/react-idle/package.json index a4a9656fcf..39d363e521 100644 --- a/packages/react-idle/package.json +++ b/packages/react-idle/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-idle/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/async": "^3.1.5", diff --git a/packages/react-import-remote/package.json b/packages/react-import-remote/package.json index 9d50dc6bac..f0a3096d9b 100644 --- a/packages/react-import-remote/package.json +++ b/packages/react-import-remote/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-import-remote/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/async": "^3.1.5", diff --git a/packages/react-intersection-observer/package.json b/packages/react-intersection-observer/package.json index 4f3debbe09..8e088132d8 100644 --- a/packages/react-intersection-observer/package.json +++ b/packages/react-intersection-observer/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-intersection-observer/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "files": [ "build/", diff --git a/packages/react-network/package.json b/packages/react-network/package.json index 58d71065e3..b1605ee4e4 100644 --- a/packages/react-network/package.json +++ b/packages/react-network/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-network/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/network": "^2.0.8", diff --git a/packages/react-performance/package.json b/packages/react-performance/package.json index b5c21e2609..09b587eea7 100644 --- a/packages/react-performance/package.json +++ b/packages/react-performance/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-performance/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/performance": "^2.0.14" diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 43ea9204df..ac4e2dd8d3 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-router/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/react-network": "^4.2.13", diff --git a/packages/react-server/package.json b/packages/react-server/package.json index b7253f58e9..dcc0895d11 100644 --- a/packages/react-server/package.json +++ b/packages/react-server/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-server/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/network": "^2.0.8", diff --git a/packages/react-shortcuts/package.json b/packages/react-shortcuts/package.json index f83d2c7401..ed52b9800d 100644 --- a/packages/react-shortcuts/package.json +++ b/packages/react-shortcuts/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-shortcuts/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "peerDependencies": { "react": ">=16.8.0 <18.0.0" diff --git a/packages/react-testing/package.json b/packages/react-testing/package.json index 076b716fab..b4437910a2 100644 --- a/packages/react-testing/package.json +++ b/packages/react-testing/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-testing/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/useful-types": "^4.0.3", diff --git a/packages/react-tracking-pixel/package.json b/packages/react-tracking-pixel/package.json index b4601d9154..3436f33bcc 100644 --- a/packages/react-tracking-pixel/package.json +++ b/packages/react-tracking-pixel/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-tracking-pixel/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/react-html": "^11.1.23" diff --git a/packages/react-universal-provider/package.json b/packages/react-universal-provider/package.json index aaa5d24a0d..4f7d04db4b 100644 --- a/packages/react-universal-provider/package.json +++ b/packages/react-universal-provider/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-universal-provider/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/react-effect": "^4.1.12", diff --git a/packages/react-web-worker/package.json b/packages/react-web-worker/package.json index ecf94d0cb2..070faff2c4 100644 --- a/packages/react-web-worker/package.json +++ b/packages/react-web-worker/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-web-worker/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/react-hooks": "^2.1.19", diff --git a/packages/semaphore/package.json b/packages/semaphore/package.json index fbc67d7b93..eb1a1a8764 100644 --- a/packages/semaphore/package.json +++ b/packages/semaphore/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/semaphore/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "files": [ "build/", diff --git a/packages/sewing-kit-koa/package.json b/packages/sewing-kit-koa/package.json index b5ca38fee0..c192fa8a41 100644 --- a/packages/sewing-kit-koa/package.json +++ b/packages/sewing-kit-koa/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/sewing-kit-koa/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@shopify/network": "^2.0.8", diff --git a/packages/statsd/package.json b/packages/statsd/package.json index 7de3841297..a347eaab68 100644 --- a/packages/statsd/package.json +++ b/packages/statsd/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/statsd/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "change-case": "^4.1.1", diff --git a/packages/storybook-a11y-test/package.json b/packages/storybook-a11y-test/package.json index d1a1a7c2a5..9e51dbb3c1 100644 --- a/packages/storybook-a11y-test/package.json +++ b/packages/storybook-a11y-test/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/storybook-a11y-test/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": { "@axe-core/puppeteer": "^4.3.2", diff --git a/packages/useful-types/package.json b/packages/useful-types/package.json index fb9f8ae4c1..843342ac69 100644 --- a/packages/useful-types/package.json +++ b/packages/useful-types/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/useful-types/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "files": [ "build/", diff --git a/packages/web-worker/package.json b/packages/web-worker/package.json index e39789682c..a49af5f6d9 100644 --- a/packages/web-worker/package.json +++ b/packages/web-worker/package.json @@ -51,7 +51,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/web-worker/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "files": [ "build/", diff --git a/packages/with-env/package.json b/packages/with-env/package.json index 8a1bd48121..71edcf080b 100644 --- a/packages/with-env/package.json +++ b/packages/with-env/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/with-env/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "sideEffects": false, "files": [ diff --git a/shipit.beta-js.yml b/shipit.beta-js.yml index fd4b4fbd35..05776927c8 100644 --- a/shipit.beta-js.yml +++ b/shipit.beta-js.yml @@ -1,6 +1,5 @@ ci: require: - - node-tests (12.22) - node-tests (14.18) - node-tests (16.13) dependencies: diff --git a/shipit.production-js.yml b/shipit.production-js.yml index fd4b4fbd35..05776927c8 100644 --- a/shipit.production-js.yml +++ b/shipit.production-js.yml @@ -1,6 +1,5 @@ ci: require: - - node-tests (12.22) - node-tests (14.18) - node-tests (16.13) dependencies: diff --git a/templates/package.hbs.json b/templates/package.hbs.json index bf6975765c..3e986d0ad3 100644 --- a/templates/package.hbs.json +++ b/templates/package.hbs.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/{{name}}/README.md", "engines": { - "node": ">=12.14.0" + "node": ">=14.17.4" }, "dependencies": {}, "files": [ From bb51bb6d8b18675cc94e008abfc71b2b3391050f Mon Sep 17 00:00:00 2001 From: Victor Sumner Date: Wed, 18 May 2022 15:29:01 -0400 Subject: [PATCH 2/9] use 14.18.0 --- config/loom/index.ts | 4 ++-- packages/address-consts/package.json | 2 +- packages/address-mocks/package.json | 2 +- packages/address/package.json | 2 +- packages/admin-graphql-api-utilities/package.json | 2 +- packages/ast-utilities/package.json | 2 +- packages/async/package.json | 2 +- packages/browser/package.json | 2 +- packages/csrf-token-fetcher/package.json | 2 +- packages/css-utilities/package.json | 2 +- packages/dates/package.json | 2 +- packages/decorators/package.json | 2 +- packages/function-enhancers/package.json | 2 +- packages/graphql-config-utilities/package.json | 2 +- packages/graphql-fixtures/package.json | 2 +- packages/graphql-mini-transforms/package.json | 2 +- packages/graphql-persisted/package.json | 2 +- packages/graphql-testing/package.json | 2 +- packages/graphql-tool-utilities/package.json | 2 +- packages/graphql-typed/package.json | 2 +- packages/graphql-typescript-definitions/package.json | 2 +- packages/graphql-validate-fixtures/package.json | 2 +- packages/i18n/package.json | 2 +- packages/jest-dom-mocks/package.json | 2 +- packages/jest-koa-mocks/package.json | 2 +- packages/koa-liveness-ping/package.json | 2 +- packages/koa-metrics/package.json | 2 +- packages/koa-performance/package.json | 2 +- packages/koa-shopify-graphql-proxy/package.json | 2 +- packages/koa-shopify-webhooks/package.json | 2 +- packages/logger/package.json | 2 +- packages/mime-types/package.json | 2 +- packages/network/package.json | 2 +- packages/performance/package.json | 2 +- packages/polyfills/package.json | 2 +- packages/predicates/package.json | 2 +- packages/react-app-bridge-universal-provider/package.json | 2 +- packages/react-async/package.json | 2 +- packages/react-bugsnag/package.json | 2 +- packages/react-compose/package.json | 2 +- packages/react-cookie/package.json | 2 +- packages/react-csrf-universal-provider/package.json | 2 +- packages/react-csrf/package.json | 2 +- packages/react-effect/package.json | 2 +- packages/react-form-state/package.json | 2 +- packages/react-form/package.json | 2 +- packages/react-google-analytics/package.json | 2 +- packages/react-graphql-universal-provider/package.json | 2 +- packages/react-graphql/package.json | 2 +- packages/react-hooks/package.json | 2 +- packages/react-html/package.json | 2 +- packages/react-hydrate/package.json | 2 +- packages/react-i18n-universal-provider/package.json | 2 +- packages/react-i18n/package.json | 2 +- packages/react-idle/package.json | 2 +- packages/react-import-remote/package.json | 2 +- packages/react-intersection-observer/package.json | 2 +- packages/react-network/package.json | 2 +- packages/react-performance/package.json | 2 +- packages/react-router/package.json | 2 +- packages/react-server/package.json | 2 +- packages/react-shortcuts/package.json | 2 +- packages/react-testing/package.json | 2 +- packages/react-tracking-pixel/package.json | 2 +- packages/react-universal-provider/package.json | 2 +- packages/react-web-worker/package.json | 2 +- packages/semaphore/package.json | 2 +- packages/sewing-kit-koa/package.json | 2 +- packages/statsd/package.json | 2 +- packages/storybook-a11y-test/package.json | 2 +- packages/useful-types/package.json | 2 +- packages/web-worker/package.json | 2 +- packages/with-env/package.json | 2 +- templates/package.hbs.json | 2 +- 74 files changed, 75 insertions(+), 75 deletions(-) diff --git a/config/loom/index.ts b/config/loom/index.ts index e4269ccd93..af1af0e4f6 100644 --- a/config/loom/index.ts +++ b/config/loom/index.ts @@ -23,8 +23,8 @@ export function quiltPackage({ const polyfillOptions = polyfill ? {} : {useBuiltIns: false, corejs: false}; const targets = isIsomorphic - ? 'extends @shopify/browserslist-config, node 14.17.4' - : 'node 14.17.4'; + ? 'extends @shopify/browserslist-config, node 14.18.0' + : 'node 14.18.0'; return createComposedProjectPlugin('Quilt.Package', [ buildLibrary({ diff --git a/packages/address-consts/package.json b/packages/address-consts/package.json index 1ed26cb0fa..e9d76a0771 100644 --- a/packages/address-consts/package.json +++ b/packages/address-consts/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/address-consts/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "files": [ "build/", diff --git a/packages/address-mocks/package.json b/packages/address-mocks/package.json index 41681d968d..aa77b992ab 100644 --- a/packages/address-mocks/package.json +++ b/packages/address-mocks/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/address-mocks/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "devDependencies": { "@shopify/jest-dom-mocks": "^2.11.5" diff --git a/packages/address/package.json b/packages/address/package.json index f9dbff982b..28366e05d0 100644 --- a/packages/address/package.json +++ b/packages/address/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/address/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "devDependencies": { "@shopify/address-mocks": "^2.1.0", diff --git a/packages/admin-graphql-api-utilities/package.json b/packages/admin-graphql-api-utilities/package.json index 049d9fe880..52fa8db862 100644 --- a/packages/admin-graphql-api-utilities/package.json +++ b/packages/admin-graphql-api-utilities/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/admin-graphql-api-utilities/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "sideEffects": false, "files": [ diff --git a/packages/ast-utilities/package.json b/packages/ast-utilities/package.json index bb63fc08ca..0fbe9c8a32 100644 --- a/packages/ast-utilities/package.json +++ b/packages/ast-utilities/package.json @@ -31,7 +31,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/ast-utilities/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "devDependencies": { "@babel/core": ">=7.0.0", diff --git a/packages/async/package.json b/packages/async/package.json index 890bf69609..324f7431d3 100644 --- a/packages/async/package.json +++ b/packages/async/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/async/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "devDependencies": { "@babel/core": ">=7.0.0", diff --git a/packages/browser/package.json b/packages/browser/package.json index 08f146bc65..1df34ca427 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/browser/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "files": [ "build/", diff --git a/packages/csrf-token-fetcher/package.json b/packages/csrf-token-fetcher/package.json index 0998d0141a..04c5fc5a69 100644 --- a/packages/csrf-token-fetcher/package.json +++ b/packages/csrf-token-fetcher/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/csrf-token-fetcher/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "files": [ "build/", diff --git a/packages/css-utilities/package.json b/packages/css-utilities/package.json index 290aacd134..d82519a3b0 100644 --- a/packages/css-utilities/package.json +++ b/packages/css-utilities/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/css-utilities/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "classnames": "^2.3.1" diff --git a/packages/dates/package.json b/packages/dates/package.json index a932395d40..5d798026dc 100644 --- a/packages/dates/package.json +++ b/packages/dates/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/dates/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/decorators": "^2.0.8" diff --git a/packages/decorators/package.json b/packages/decorators/package.json index ae07469664..16344286f7 100644 --- a/packages/decorators/package.json +++ b/packages/decorators/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/decorators/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "files": [ "build/", diff --git a/packages/function-enhancers/package.json b/packages/function-enhancers/package.json index 56dc126cc4..e8a8e0d11d 100644 --- a/packages/function-enhancers/package.json +++ b/packages/function-enhancers/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/function-enhancers/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "files": [ "build/", diff --git a/packages/graphql-config-utilities/package.json b/packages/graphql-config-utilities/package.json index 690d24ef04..6a71cc5319 100644 --- a/packages/graphql-config-utilities/package.json +++ b/packages/graphql-config-utilities/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-config-utilities/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "glob": "^7.1.6", diff --git a/packages/graphql-fixtures/package.json b/packages/graphql-fixtures/package.json index 145da74677..bb535567b3 100644 --- a/packages/graphql-fixtures/package.json +++ b/packages/graphql-fixtures/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-fixtures/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@faker-js/faker": "^5.5.3", diff --git a/packages/graphql-mini-transforms/package.json b/packages/graphql-mini-transforms/package.json index bd0aefcad7..44540c5f25 100644 --- a/packages/graphql-mini-transforms/package.json +++ b/packages/graphql-mini-transforms/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-mini-transforms/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@jest/transform": ">= 27 <29", diff --git a/packages/graphql-persisted/package.json b/packages/graphql-persisted/package.json index 36899c359d..b65f9e31d6 100644 --- a/packages/graphql-persisted/package.json +++ b/packages/graphql-persisted/package.json @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-persisted/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@types/koa": "^2.0.0", diff --git a/packages/graphql-testing/package.json b/packages/graphql-testing/package.json index 2132eea55c..0d54aff7b2 100644 --- a/packages/graphql-testing/package.json +++ b/packages/graphql-testing/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-testing/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "apollo-cache-inmemory": ">=1.0.0 <2.0.0", diff --git a/packages/graphql-tool-utilities/package.json b/packages/graphql-tool-utilities/package.json index 0ad5f8c29d..c5a5e1e0b7 100644 --- a/packages/graphql-tool-utilities/package.json +++ b/packages/graphql-tool-utilities/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-tool-utilities/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "apollo-codegen-core": "^0.40.4", diff --git a/packages/graphql-typed/package.json b/packages/graphql-typed/package.json index f5e29510c1..ca150e1f03 100644 --- a/packages/graphql-typed/package.json +++ b/packages/graphql-typed/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-typed/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "peerDependencies": { "graphql": ">=14.5.0 <16.0.0" diff --git a/packages/graphql-typescript-definitions/package.json b/packages/graphql-typescript-definitions/package.json index 254d1bd40d..94132bd4a8 100644 --- a/packages/graphql-typescript-definitions/package.json +++ b/packages/graphql-typescript-definitions/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-typescript-definitions/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@babel/generator": "^7.14.5", diff --git a/packages/graphql-validate-fixtures/package.json b/packages/graphql-validate-fixtures/package.json index d92bd4fd71..7f66df593a 100644 --- a/packages/graphql-validate-fixtures/package.json +++ b/packages/graphql-validate-fixtures/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-validate-fixtures/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "chalk": "^4.0.0", diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 03197c851b..be13699b83 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/i18n/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "sideEffects": false, "files": [ diff --git a/packages/jest-dom-mocks/package.json b/packages/jest-dom-mocks/package.json index b9f22793bc..5bbc551809 100644 --- a/packages/jest-dom-mocks/package.json +++ b/packages/jest-dom-mocks/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/jest-dom-mocks/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/async": "^3.1.5", diff --git a/packages/jest-koa-mocks/package.json b/packages/jest-koa-mocks/package.json index 0168918ef7..c1db0e9666 100644 --- a/packages/jest-koa-mocks/package.json +++ b/packages/jest-koa-mocks/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/jest-koa-mocks/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "koa": "^2.13.4", diff --git a/packages/koa-liveness-ping/package.json b/packages/koa-liveness-ping/package.json index 9228919898..cbd18aa45d 100644 --- a/packages/koa-liveness-ping/package.json +++ b/packages/koa-liveness-ping/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-liveness-ping/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "devDependencies": { "@shopify/jest-koa-mocks": "^3.1.5", diff --git a/packages/koa-metrics/package.json b/packages/koa-metrics/package.json index 7a5a863f34..734e3a54c7 100644 --- a/packages/koa-metrics/package.json +++ b/packages/koa-metrics/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-metrics/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/statsd": "^3.0.12" diff --git a/packages/koa-performance/package.json b/packages/koa-performance/package.json index 5493232ec8..603823d21c 100644 --- a/packages/koa-performance/package.json +++ b/packages/koa-performance/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-performance/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/network": "^2.0.8", diff --git a/packages/koa-shopify-graphql-proxy/package.json b/packages/koa-shopify-graphql-proxy/package.json index dbb2d1803e..2795113280 100644 --- a/packages/koa-shopify-graphql-proxy/package.json +++ b/packages/koa-shopify-graphql-proxy/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-shopify-graphql-proxy/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@types/koa": "^2.0.0", diff --git a/packages/koa-shopify-webhooks/package.json b/packages/koa-shopify-webhooks/package.json index e321800927..83916af055 100644 --- a/packages/koa-shopify-webhooks/package.json +++ b/packages/koa-shopify-webhooks/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-shopify-webhooks/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/network": "^2.0.8", diff --git a/packages/logger/package.json b/packages/logger/package.json index 5379a45134..7662aba456 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/logger/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "chalk": "^2.4.1", diff --git a/packages/mime-types/package.json b/packages/mime-types/package.json index ee4d0a44e9..4623d9c4a3 100644 --- a/packages/mime-types/package.json +++ b/packages/mime-types/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/mime-types/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "files": [ "build/", diff --git a/packages/network/package.json b/packages/network/package.json index 3a1cdc8a99..e7899a6194 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/network/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "files": [ "build/", diff --git a/packages/performance/package.json b/packages/performance/package.json index ecdeb4ca7a..c52c911456 100644 --- a/packages/performance/package.json +++ b/packages/performance/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/performance/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "files": [ "build/", diff --git a/packages/polyfills/package.json b/packages/polyfills/package.json index eb65d416aa..57c0871fe5 100644 --- a/packages/polyfills/package.json +++ b/packages/polyfills/package.json @@ -85,7 +85,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/polyfills/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/useful-types": "^4.0.3", diff --git a/packages/predicates/package.json b/packages/predicates/package.json index 74ac60e3e5..20b726fce3 100644 --- a/packages/predicates/package.json +++ b/packages/predicates/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/predicates/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "files": [ "build/", diff --git a/packages/react-app-bridge-universal-provider/package.json b/packages/react-app-bridge-universal-provider/package.json index 678b4341a5..628a76fac2 100644 --- a/packages/react-app-bridge-universal-provider/package.json +++ b/packages/react-app-bridge-universal-provider/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-app-bridge-universal-provider/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/app-bridge-react": ">=1.5.0", diff --git a/packages/react-async/package.json b/packages/react-async/package.json index 78136a879d..78e75b0933 100644 --- a/packages/react-async/package.json +++ b/packages/react-async/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-async/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/async": "^3.1.5", diff --git a/packages/react-bugsnag/package.json b/packages/react-bugsnag/package.json index 96dc10081e..b5c825b3ac 100644 --- a/packages/react-bugsnag/package.json +++ b/packages/react-bugsnag/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-bugsnag/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@bugsnag/js": "^7.1.1", diff --git a/packages/react-compose/package.json b/packages/react-compose/package.json index cdba9b6c80..b1a6573a74 100644 --- a/packages/react-compose/package.json +++ b/packages/react-compose/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-compose/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/useful-types": "^4.0.3", diff --git a/packages/react-cookie/package.json b/packages/react-cookie/package.json index ded04b1a93..cc7962bf8b 100644 --- a/packages/react-cookie/package.json +++ b/packages/react-cookie/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-cookie/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/react-hooks": "^2.1.19", diff --git a/packages/react-csrf-universal-provider/package.json b/packages/react-csrf-universal-provider/package.json index 49eb7b09a1..3f08e71679 100644 --- a/packages/react-csrf-universal-provider/package.json +++ b/packages/react-csrf-universal-provider/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-csrf-universal-provider/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/react-csrf": "^2.1.10", diff --git a/packages/react-csrf/package.json b/packages/react-csrf/package.json index 0b3d63c364..922f0537b7 100644 --- a/packages/react-csrf/package.json +++ b/packages/react-csrf/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-csrf/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "peerDependencies": { "react": ">=16.8.0 <18.0.0" diff --git a/packages/react-effect/package.json b/packages/react-effect/package.json index 094d1eb41b..b64c91aca4 100644 --- a/packages/react-effect/package.json +++ b/packages/react-effect/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-effect/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "files": [ "build/", diff --git a/packages/react-form-state/package.json b/packages/react-form-state/package.json index 20da66751f..c5e4998244 100644 --- a/packages/react-form-state/package.json +++ b/packages/react-form-state/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-form-state/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/predicates": "^2.0.8", diff --git a/packages/react-form/package.json b/packages/react-form/package.json index ab491cda2c..5a65c618d2 100644 --- a/packages/react-form/package.json +++ b/packages/react-form/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-form/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "peerDependencies": { "react": ">=16.8.0 <18.0.0" diff --git a/packages/react-google-analytics/package.json b/packages/react-google-analytics/package.json index e1c9c32b96..c100598d84 100644 --- a/packages/react-google-analytics/package.json +++ b/packages/react-google-analytics/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-google-analytics/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/react-import-remote": "^2.1.25" diff --git a/packages/react-graphql-universal-provider/package.json b/packages/react-graphql-universal-provider/package.json index 21a67d061a..0b03a38bc0 100644 --- a/packages/react-graphql-universal-provider/package.json +++ b/packages/react-graphql-universal-provider/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-graphql-universal-provider/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/react-graphql": "^7.2.0", diff --git a/packages/react-graphql/package.json b/packages/react-graphql/package.json index a2da16ee49..424499a7c0 100644 --- a/packages/react-graphql/package.json +++ b/packages/react-graphql/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-graphql/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@apollo/react-common": ">=3.0.0 <4.0.0", diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index f6b34bd574..437f8b90a2 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-hooks/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "files": [ "build/", diff --git a/packages/react-html/package.json b/packages/react-html/package.json index 8d44e54b66..49e2dd4aef 100644 --- a/packages/react-html/package.json +++ b/packages/react-html/package.json @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-html/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/react-effect": "^4.1.12", diff --git a/packages/react-hydrate/package.json b/packages/react-hydrate/package.json index df4c53aad9..cdf9d1a87e 100644 --- a/packages/react-hydrate/package.json +++ b/packages/react-hydrate/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-hydrate/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/react-effect": "^4.1.12", diff --git a/packages/react-i18n-universal-provider/package.json b/packages/react-i18n-universal-provider/package.json index 74b7b58bf7..598f09f953 100644 --- a/packages/react-i18n-universal-provider/package.json +++ b/packages/react-i18n-universal-provider/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-i18n-universal-provider/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/react-hooks": "^2.1.19", diff --git a/packages/react-i18n/package.json b/packages/react-i18n/package.json index 8882f21344..c46a445ea4 100644 --- a/packages/react-i18n/package.json +++ b/packages/react-i18n/package.json @@ -33,7 +33,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-i18n/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "devDependencies": { "@babel/core": "^7.14.6", diff --git a/packages/react-idle/package.json b/packages/react-idle/package.json index 39d363e521..ca0943e5b6 100644 --- a/packages/react-idle/package.json +++ b/packages/react-idle/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-idle/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/async": "^3.1.5", diff --git a/packages/react-import-remote/package.json b/packages/react-import-remote/package.json index f0a3096d9b..912503727d 100644 --- a/packages/react-import-remote/package.json +++ b/packages/react-import-remote/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-import-remote/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/async": "^3.1.5", diff --git a/packages/react-intersection-observer/package.json b/packages/react-intersection-observer/package.json index 8e088132d8..1790d98fe2 100644 --- a/packages/react-intersection-observer/package.json +++ b/packages/react-intersection-observer/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-intersection-observer/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "files": [ "build/", diff --git a/packages/react-network/package.json b/packages/react-network/package.json index b1605ee4e4..fc1c2a6de1 100644 --- a/packages/react-network/package.json +++ b/packages/react-network/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-network/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/network": "^2.0.8", diff --git a/packages/react-performance/package.json b/packages/react-performance/package.json index 09b587eea7..d248ba27e7 100644 --- a/packages/react-performance/package.json +++ b/packages/react-performance/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-performance/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/performance": "^2.0.14" diff --git a/packages/react-router/package.json b/packages/react-router/package.json index ac4e2dd8d3..af744527f9 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-router/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/react-network": "^4.2.13", diff --git a/packages/react-server/package.json b/packages/react-server/package.json index dcc0895d11..22678867df 100644 --- a/packages/react-server/package.json +++ b/packages/react-server/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-server/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/network": "^2.0.8", diff --git a/packages/react-shortcuts/package.json b/packages/react-shortcuts/package.json index ed52b9800d..42327e5f38 100644 --- a/packages/react-shortcuts/package.json +++ b/packages/react-shortcuts/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-shortcuts/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "peerDependencies": { "react": ">=16.8.0 <18.0.0" diff --git a/packages/react-testing/package.json b/packages/react-testing/package.json index b4437910a2..469c3253e3 100644 --- a/packages/react-testing/package.json +++ b/packages/react-testing/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-testing/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/useful-types": "^4.0.3", diff --git a/packages/react-tracking-pixel/package.json b/packages/react-tracking-pixel/package.json index 3436f33bcc..2ca6231da2 100644 --- a/packages/react-tracking-pixel/package.json +++ b/packages/react-tracking-pixel/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-tracking-pixel/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/react-html": "^11.1.23" diff --git a/packages/react-universal-provider/package.json b/packages/react-universal-provider/package.json index 4f7d04db4b..6c274735a8 100644 --- a/packages/react-universal-provider/package.json +++ b/packages/react-universal-provider/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-universal-provider/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/react-effect": "^4.1.12", diff --git a/packages/react-web-worker/package.json b/packages/react-web-worker/package.json index 070faff2c4..5ac0e8965d 100644 --- a/packages/react-web-worker/package.json +++ b/packages/react-web-worker/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-web-worker/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/react-hooks": "^2.1.19", diff --git a/packages/semaphore/package.json b/packages/semaphore/package.json index eb1a1a8764..bcded1f909 100644 --- a/packages/semaphore/package.json +++ b/packages/semaphore/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/semaphore/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "files": [ "build/", diff --git a/packages/sewing-kit-koa/package.json b/packages/sewing-kit-koa/package.json index c192fa8a41..b723db698b 100644 --- a/packages/sewing-kit-koa/package.json +++ b/packages/sewing-kit-koa/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/sewing-kit-koa/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@shopify/network": "^2.0.8", diff --git a/packages/statsd/package.json b/packages/statsd/package.json index a347eaab68..a718650b5f 100644 --- a/packages/statsd/package.json +++ b/packages/statsd/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/statsd/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "change-case": "^4.1.1", diff --git a/packages/storybook-a11y-test/package.json b/packages/storybook-a11y-test/package.json index 9e51dbb3c1..5a976d6c36 100644 --- a/packages/storybook-a11y-test/package.json +++ b/packages/storybook-a11y-test/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/storybook-a11y-test/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": { "@axe-core/puppeteer": "^4.3.2", diff --git a/packages/useful-types/package.json b/packages/useful-types/package.json index 843342ac69..4ecf123859 100644 --- a/packages/useful-types/package.json +++ b/packages/useful-types/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/useful-types/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "files": [ "build/", diff --git a/packages/web-worker/package.json b/packages/web-worker/package.json index a49af5f6d9..84a4b04206 100644 --- a/packages/web-worker/package.json +++ b/packages/web-worker/package.json @@ -51,7 +51,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/web-worker/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "files": [ "build/", diff --git a/packages/with-env/package.json b/packages/with-env/package.json index 71edcf080b..d1b730800c 100644 --- a/packages/with-env/package.json +++ b/packages/with-env/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/with-env/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "sideEffects": false, "files": [ diff --git a/templates/package.hbs.json b/templates/package.hbs.json index 3e986d0ad3..556d0bf168 100644 --- a/templates/package.hbs.json +++ b/templates/package.hbs.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/{{name}}/README.md", "engines": { - "node": ">=14.17.4" + "node": ">=14.18.0" }, "dependencies": {}, "files": [ From 838984c9548cff9286a02ace5cc5d49a37e769f2 Mon Sep 17 00:00:00 2001 From: Victor Sumner Date: Wed, 18 May 2022 15:49:44 -0400 Subject: [PATCH 3/9] update targets --- config/loom/index.ts | 4 ++-- packages/address-consts/package.json | 2 +- packages/address-mocks/package.json | 2 +- packages/address/package.json | 2 +- packages/admin-graphql-api-utilities/package.json | 2 +- packages/ast-utilities/package.json | 2 +- packages/async/package.json | 2 +- packages/browser/package.json | 2 +- packages/csrf-token-fetcher/package.json | 2 +- packages/css-utilities/package.json | 2 +- packages/dates/package.json | 2 +- packages/decorators/package.json | 2 +- packages/function-enhancers/package.json | 2 +- packages/graphql-config-utilities/package.json | 2 +- packages/graphql-fixtures/package.json | 2 +- packages/graphql-mini-transforms/package.json | 2 +- packages/graphql-persisted/package.json | 2 +- packages/graphql-testing/package.json | 2 +- packages/graphql-tool-utilities/package.json | 2 +- packages/graphql-typed/package.json | 2 +- packages/graphql-typescript-definitions/package.json | 2 +- packages/graphql-validate-fixtures/package.json | 2 +- packages/i18n/package.json | 2 +- packages/jest-dom-mocks/package.json | 2 +- packages/jest-koa-mocks/package.json | 2 +- packages/koa-liveness-ping/package.json | 2 +- packages/koa-metrics/package.json | 2 +- packages/koa-performance/package.json | 2 +- packages/koa-shopify-graphql-proxy/package.json | 2 +- packages/koa-shopify-webhooks/package.json | 2 +- packages/logger/package.json | 2 +- packages/mime-types/package.json | 2 +- packages/network/package.json | 2 +- packages/performance/package.json | 2 +- packages/polyfills/package.json | 2 +- packages/predicates/package.json | 2 +- packages/react-app-bridge-universal-provider/package.json | 2 +- packages/react-async/package.json | 2 +- packages/react-bugsnag/package.json | 2 +- packages/react-compose/package.json | 2 +- packages/react-cookie/package.json | 2 +- packages/react-csrf-universal-provider/package.json | 2 +- packages/react-csrf/package.json | 2 +- packages/react-effect/package.json | 2 +- packages/react-form-state/package.json | 2 +- packages/react-form/package.json | 2 +- packages/react-google-analytics/package.json | 2 +- packages/react-graphql-universal-provider/package.json | 2 +- packages/react-graphql/package.json | 2 +- packages/react-hooks/package.json | 2 +- packages/react-html/package.json | 2 +- packages/react-hydrate/package.json | 2 +- packages/react-i18n-universal-provider/package.json | 2 +- packages/react-i18n/package.json | 2 +- packages/react-idle/package.json | 2 +- packages/react-import-remote/package.json | 2 +- packages/react-intersection-observer/package.json | 2 +- packages/react-network/package.json | 2 +- packages/react-performance/package.json | 2 +- packages/react-router/package.json | 2 +- packages/react-server/package.json | 2 +- packages/react-shortcuts/package.json | 2 +- packages/react-testing/package.json | 2 +- packages/react-tracking-pixel/package.json | 2 +- packages/react-universal-provider/package.json | 2 +- packages/react-web-worker/package.json | 2 +- packages/semaphore/package.json | 2 +- packages/sewing-kit-koa/package.json | 2 +- packages/statsd/package.json | 2 +- packages/storybook-a11y-test/package.json | 2 +- packages/useful-types/package.json | 2 +- packages/web-worker/package.json | 2 +- packages/with-env/package.json | 2 +- 73 files changed, 74 insertions(+), 74 deletions(-) diff --git a/config/loom/index.ts b/config/loom/index.ts index af1af0e4f6..4f9103da99 100644 --- a/config/loom/index.ts +++ b/config/loom/index.ts @@ -23,8 +23,8 @@ export function quiltPackage({ const polyfillOptions = polyfill ? {} : {useBuiltIns: false, corejs: false}; const targets = isIsomorphic - ? 'extends @shopify/browserslist-config, node 14.18.0' - : 'node 14.18.0'; + ? 'extends @shopify/browserslist-config, node 14.17.0' + : 'node 14.17.0'; return createComposedProjectPlugin('Quilt.Package', [ buildLibrary({ diff --git a/packages/address-consts/package.json b/packages/address-consts/package.json index e9d76a0771..89dbcc46d0 100644 --- a/packages/address-consts/package.json +++ b/packages/address-consts/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/address-consts/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/address-mocks/package.json b/packages/address-mocks/package.json index aa77b992ab..0687dd90e2 100644 --- a/packages/address-mocks/package.json +++ b/packages/address-mocks/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/address-mocks/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "devDependencies": { "@shopify/jest-dom-mocks": "^2.11.5" diff --git a/packages/address/package.json b/packages/address/package.json index 28366e05d0..9f059d4846 100644 --- a/packages/address/package.json +++ b/packages/address/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/address/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "devDependencies": { "@shopify/address-mocks": "^2.1.0", diff --git a/packages/admin-graphql-api-utilities/package.json b/packages/admin-graphql-api-utilities/package.json index 52fa8db862..6add91fe2e 100644 --- a/packages/admin-graphql-api-utilities/package.json +++ b/packages/admin-graphql-api-utilities/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/admin-graphql-api-utilities/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "sideEffects": false, "files": [ diff --git a/packages/ast-utilities/package.json b/packages/ast-utilities/package.json index 0fbe9c8a32..bfd6ceec40 100644 --- a/packages/ast-utilities/package.json +++ b/packages/ast-utilities/package.json @@ -31,7 +31,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/ast-utilities/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "devDependencies": { "@babel/core": ">=7.0.0", diff --git a/packages/async/package.json b/packages/async/package.json index 324f7431d3..acfb0e4220 100644 --- a/packages/async/package.json +++ b/packages/async/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/async/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "devDependencies": { "@babel/core": ">=7.0.0", diff --git a/packages/browser/package.json b/packages/browser/package.json index 1df34ca427..7d90bf8483 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/browser/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/csrf-token-fetcher/package.json b/packages/csrf-token-fetcher/package.json index 04c5fc5a69..9c0f3b629e 100644 --- a/packages/csrf-token-fetcher/package.json +++ b/packages/csrf-token-fetcher/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/csrf-token-fetcher/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/css-utilities/package.json b/packages/css-utilities/package.json index d82519a3b0..8db554caef 100644 --- a/packages/css-utilities/package.json +++ b/packages/css-utilities/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/css-utilities/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "classnames": "^2.3.1" diff --git a/packages/dates/package.json b/packages/dates/package.json index 5d798026dc..a9dfacd232 100644 --- a/packages/dates/package.json +++ b/packages/dates/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/dates/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/decorators": "^2.0.8" diff --git a/packages/decorators/package.json b/packages/decorators/package.json index 16344286f7..1468a2fabf 100644 --- a/packages/decorators/package.json +++ b/packages/decorators/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/decorators/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/function-enhancers/package.json b/packages/function-enhancers/package.json index e8a8e0d11d..1db48034a7 100644 --- a/packages/function-enhancers/package.json +++ b/packages/function-enhancers/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/function-enhancers/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/graphql-config-utilities/package.json b/packages/graphql-config-utilities/package.json index 6a71cc5319..4ad9d70765 100644 --- a/packages/graphql-config-utilities/package.json +++ b/packages/graphql-config-utilities/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-config-utilities/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "glob": "^7.1.6", diff --git a/packages/graphql-fixtures/package.json b/packages/graphql-fixtures/package.json index bb535567b3..263f19e6e6 100644 --- a/packages/graphql-fixtures/package.json +++ b/packages/graphql-fixtures/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-fixtures/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@faker-js/faker": "^5.5.3", diff --git a/packages/graphql-mini-transforms/package.json b/packages/graphql-mini-transforms/package.json index 44540c5f25..9001a81014 100644 --- a/packages/graphql-mini-transforms/package.json +++ b/packages/graphql-mini-transforms/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-mini-transforms/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@jest/transform": ">= 27 <29", diff --git a/packages/graphql-persisted/package.json b/packages/graphql-persisted/package.json index b65f9e31d6..c2a14e5a70 100644 --- a/packages/graphql-persisted/package.json +++ b/packages/graphql-persisted/package.json @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-persisted/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@types/koa": "^2.0.0", diff --git a/packages/graphql-testing/package.json b/packages/graphql-testing/package.json index 0d54aff7b2..137ca1e043 100644 --- a/packages/graphql-testing/package.json +++ b/packages/graphql-testing/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-testing/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "apollo-cache-inmemory": ">=1.0.0 <2.0.0", diff --git a/packages/graphql-tool-utilities/package.json b/packages/graphql-tool-utilities/package.json index c5a5e1e0b7..a51951aeef 100644 --- a/packages/graphql-tool-utilities/package.json +++ b/packages/graphql-tool-utilities/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-tool-utilities/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "apollo-codegen-core": "^0.40.4", diff --git a/packages/graphql-typed/package.json b/packages/graphql-typed/package.json index ca150e1f03..81e8ce8016 100644 --- a/packages/graphql-typed/package.json +++ b/packages/graphql-typed/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-typed/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "peerDependencies": { "graphql": ">=14.5.0 <16.0.0" diff --git a/packages/graphql-typescript-definitions/package.json b/packages/graphql-typescript-definitions/package.json index 94132bd4a8..dc88c94702 100644 --- a/packages/graphql-typescript-definitions/package.json +++ b/packages/graphql-typescript-definitions/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-typescript-definitions/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@babel/generator": "^7.14.5", diff --git a/packages/graphql-validate-fixtures/package.json b/packages/graphql-validate-fixtures/package.json index 7f66df593a..45e620188f 100644 --- a/packages/graphql-validate-fixtures/package.json +++ b/packages/graphql-validate-fixtures/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-validate-fixtures/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "chalk": "^4.0.0", diff --git a/packages/i18n/package.json b/packages/i18n/package.json index be13699b83..2e730691cb 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/i18n/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "sideEffects": false, "files": [ diff --git a/packages/jest-dom-mocks/package.json b/packages/jest-dom-mocks/package.json index 5bbc551809..a10a1dffe0 100644 --- a/packages/jest-dom-mocks/package.json +++ b/packages/jest-dom-mocks/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/jest-dom-mocks/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/async": "^3.1.5", diff --git a/packages/jest-koa-mocks/package.json b/packages/jest-koa-mocks/package.json index c1db0e9666..f060d59f52 100644 --- a/packages/jest-koa-mocks/package.json +++ b/packages/jest-koa-mocks/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/jest-koa-mocks/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "koa": "^2.13.4", diff --git a/packages/koa-liveness-ping/package.json b/packages/koa-liveness-ping/package.json index cbd18aa45d..b7e783944d 100644 --- a/packages/koa-liveness-ping/package.json +++ b/packages/koa-liveness-ping/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-liveness-ping/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "devDependencies": { "@shopify/jest-koa-mocks": "^3.1.5", diff --git a/packages/koa-metrics/package.json b/packages/koa-metrics/package.json index 734e3a54c7..5a5ad37bb3 100644 --- a/packages/koa-metrics/package.json +++ b/packages/koa-metrics/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-metrics/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/statsd": "^3.0.12" diff --git a/packages/koa-performance/package.json b/packages/koa-performance/package.json index 603823d21c..396a510f97 100644 --- a/packages/koa-performance/package.json +++ b/packages/koa-performance/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-performance/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/network": "^2.0.8", diff --git a/packages/koa-shopify-graphql-proxy/package.json b/packages/koa-shopify-graphql-proxy/package.json index 2795113280..9843bf9c59 100644 --- a/packages/koa-shopify-graphql-proxy/package.json +++ b/packages/koa-shopify-graphql-proxy/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-shopify-graphql-proxy/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@types/koa": "^2.0.0", diff --git a/packages/koa-shopify-webhooks/package.json b/packages/koa-shopify-webhooks/package.json index 83916af055..b6bcfd7d88 100644 --- a/packages/koa-shopify-webhooks/package.json +++ b/packages/koa-shopify-webhooks/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-shopify-webhooks/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/network": "^2.0.8", diff --git a/packages/logger/package.json b/packages/logger/package.json index 7662aba456..5d6d4f2f55 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/logger/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "chalk": "^2.4.1", diff --git a/packages/mime-types/package.json b/packages/mime-types/package.json index 4623d9c4a3..e85deb0790 100644 --- a/packages/mime-types/package.json +++ b/packages/mime-types/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/mime-types/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/network/package.json b/packages/network/package.json index e7899a6194..04905fefea 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/network/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/performance/package.json b/packages/performance/package.json index c52c911456..0887b7d4c7 100644 --- a/packages/performance/package.json +++ b/packages/performance/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/performance/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/polyfills/package.json b/packages/polyfills/package.json index 57c0871fe5..69903ab5eb 100644 --- a/packages/polyfills/package.json +++ b/packages/polyfills/package.json @@ -85,7 +85,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/polyfills/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/useful-types": "^4.0.3", diff --git a/packages/predicates/package.json b/packages/predicates/package.json index 20b726fce3..56e98b90de 100644 --- a/packages/predicates/package.json +++ b/packages/predicates/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/predicates/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/react-app-bridge-universal-provider/package.json b/packages/react-app-bridge-universal-provider/package.json index 628a76fac2..12958dfdf3 100644 --- a/packages/react-app-bridge-universal-provider/package.json +++ b/packages/react-app-bridge-universal-provider/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-app-bridge-universal-provider/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/app-bridge-react": ">=1.5.0", diff --git a/packages/react-async/package.json b/packages/react-async/package.json index 78e75b0933..066edea0ec 100644 --- a/packages/react-async/package.json +++ b/packages/react-async/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-async/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/async": "^3.1.5", diff --git a/packages/react-bugsnag/package.json b/packages/react-bugsnag/package.json index b5c825b3ac..4502d691b9 100644 --- a/packages/react-bugsnag/package.json +++ b/packages/react-bugsnag/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-bugsnag/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@bugsnag/js": "^7.1.1", diff --git a/packages/react-compose/package.json b/packages/react-compose/package.json index b1a6573a74..1d0d0c5523 100644 --- a/packages/react-compose/package.json +++ b/packages/react-compose/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-compose/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/useful-types": "^4.0.3", diff --git a/packages/react-cookie/package.json b/packages/react-cookie/package.json index cc7962bf8b..f801ac6743 100644 --- a/packages/react-cookie/package.json +++ b/packages/react-cookie/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-cookie/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-hooks": "^2.1.19", diff --git a/packages/react-csrf-universal-provider/package.json b/packages/react-csrf-universal-provider/package.json index 3f08e71679..c4599368ac 100644 --- a/packages/react-csrf-universal-provider/package.json +++ b/packages/react-csrf-universal-provider/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-csrf-universal-provider/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-csrf": "^2.1.10", diff --git a/packages/react-csrf/package.json b/packages/react-csrf/package.json index 922f0537b7..cb0316f93d 100644 --- a/packages/react-csrf/package.json +++ b/packages/react-csrf/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-csrf/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "peerDependencies": { "react": ">=16.8.0 <18.0.0" diff --git a/packages/react-effect/package.json b/packages/react-effect/package.json index b64c91aca4..7bce4ae04d 100644 --- a/packages/react-effect/package.json +++ b/packages/react-effect/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-effect/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/react-form-state/package.json b/packages/react-form-state/package.json index c5e4998244..2a89eb5366 100644 --- a/packages/react-form-state/package.json +++ b/packages/react-form-state/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-form-state/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/predicates": "^2.0.8", diff --git a/packages/react-form/package.json b/packages/react-form/package.json index 5a65c618d2..d2ea29d078 100644 --- a/packages/react-form/package.json +++ b/packages/react-form/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-form/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "peerDependencies": { "react": ">=16.8.0 <18.0.0" diff --git a/packages/react-google-analytics/package.json b/packages/react-google-analytics/package.json index c100598d84..0f8b44b632 100644 --- a/packages/react-google-analytics/package.json +++ b/packages/react-google-analytics/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-google-analytics/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-import-remote": "^2.1.25" diff --git a/packages/react-graphql-universal-provider/package.json b/packages/react-graphql-universal-provider/package.json index 0b03a38bc0..6fa12a93da 100644 --- a/packages/react-graphql-universal-provider/package.json +++ b/packages/react-graphql-universal-provider/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-graphql-universal-provider/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-graphql": "^7.2.0", diff --git a/packages/react-graphql/package.json b/packages/react-graphql/package.json index 424499a7c0..7954d392a4 100644 --- a/packages/react-graphql/package.json +++ b/packages/react-graphql/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-graphql/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@apollo/react-common": ">=3.0.0 <4.0.0", diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 437f8b90a2..4798da18a0 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-hooks/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/react-html/package.json b/packages/react-html/package.json index 49e2dd4aef..3506cee7f0 100644 --- a/packages/react-html/package.json +++ b/packages/react-html/package.json @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-html/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-effect": "^4.1.12", diff --git a/packages/react-hydrate/package.json b/packages/react-hydrate/package.json index cdf9d1a87e..e4b15b697f 100644 --- a/packages/react-hydrate/package.json +++ b/packages/react-hydrate/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-hydrate/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-effect": "^4.1.12", diff --git a/packages/react-i18n-universal-provider/package.json b/packages/react-i18n-universal-provider/package.json index 598f09f953..52fe90bf84 100644 --- a/packages/react-i18n-universal-provider/package.json +++ b/packages/react-i18n-universal-provider/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-i18n-universal-provider/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-hooks": "^2.1.19", diff --git a/packages/react-i18n/package.json b/packages/react-i18n/package.json index c46a445ea4..5944f411ad 100644 --- a/packages/react-i18n/package.json +++ b/packages/react-i18n/package.json @@ -33,7 +33,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-i18n/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "devDependencies": { "@babel/core": "^7.14.6", diff --git a/packages/react-idle/package.json b/packages/react-idle/package.json index ca0943e5b6..ef2484b111 100644 --- a/packages/react-idle/package.json +++ b/packages/react-idle/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-idle/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/async": "^3.1.5", diff --git a/packages/react-import-remote/package.json b/packages/react-import-remote/package.json index 912503727d..db46bc6663 100644 --- a/packages/react-import-remote/package.json +++ b/packages/react-import-remote/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-import-remote/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/async": "^3.1.5", diff --git a/packages/react-intersection-observer/package.json b/packages/react-intersection-observer/package.json index 1790d98fe2..e505c88106 100644 --- a/packages/react-intersection-observer/package.json +++ b/packages/react-intersection-observer/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-intersection-observer/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/react-network/package.json b/packages/react-network/package.json index fc1c2a6de1..e235ca5d84 100644 --- a/packages/react-network/package.json +++ b/packages/react-network/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-network/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/network": "^2.0.8", diff --git a/packages/react-performance/package.json b/packages/react-performance/package.json index d248ba27e7..c81e3e5298 100644 --- a/packages/react-performance/package.json +++ b/packages/react-performance/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-performance/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/performance": "^2.0.14" diff --git a/packages/react-router/package.json b/packages/react-router/package.json index af744527f9..0948b03692 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-router/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-network": "^4.2.13", diff --git a/packages/react-server/package.json b/packages/react-server/package.json index 22678867df..1b15decd53 100644 --- a/packages/react-server/package.json +++ b/packages/react-server/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-server/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/network": "^2.0.8", diff --git a/packages/react-shortcuts/package.json b/packages/react-shortcuts/package.json index 42327e5f38..b555d0ea9a 100644 --- a/packages/react-shortcuts/package.json +++ b/packages/react-shortcuts/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-shortcuts/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "peerDependencies": { "react": ">=16.8.0 <18.0.0" diff --git a/packages/react-testing/package.json b/packages/react-testing/package.json index 469c3253e3..e6a656c508 100644 --- a/packages/react-testing/package.json +++ b/packages/react-testing/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-testing/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/useful-types": "^4.0.3", diff --git a/packages/react-tracking-pixel/package.json b/packages/react-tracking-pixel/package.json index 2ca6231da2..7fb7b95dca 100644 --- a/packages/react-tracking-pixel/package.json +++ b/packages/react-tracking-pixel/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-tracking-pixel/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-html": "^11.1.23" diff --git a/packages/react-universal-provider/package.json b/packages/react-universal-provider/package.json index 6c274735a8..71a264a57b 100644 --- a/packages/react-universal-provider/package.json +++ b/packages/react-universal-provider/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-universal-provider/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-effect": "^4.1.12", diff --git a/packages/react-web-worker/package.json b/packages/react-web-worker/package.json index 5ac0e8965d..6ac1d0cf74 100644 --- a/packages/react-web-worker/package.json +++ b/packages/react-web-worker/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-web-worker/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-hooks": "^2.1.19", diff --git a/packages/semaphore/package.json b/packages/semaphore/package.json index bcded1f909..82f58c5bfc 100644 --- a/packages/semaphore/package.json +++ b/packages/semaphore/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/semaphore/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/sewing-kit-koa/package.json b/packages/sewing-kit-koa/package.json index b723db698b..49f76a2391 100644 --- a/packages/sewing-kit-koa/package.json +++ b/packages/sewing-kit-koa/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/sewing-kit-koa/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/network": "^2.0.8", diff --git a/packages/statsd/package.json b/packages/statsd/package.json index a718650b5f..9f4869d38c 100644 --- a/packages/statsd/package.json +++ b/packages/statsd/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/statsd/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "change-case": "^4.1.1", diff --git a/packages/storybook-a11y-test/package.json b/packages/storybook-a11y-test/package.json index 5a976d6c36..afdf623c47 100644 --- a/packages/storybook-a11y-test/package.json +++ b/packages/storybook-a11y-test/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/storybook-a11y-test/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "dependencies": { "@axe-core/puppeteer": "^4.3.2", diff --git a/packages/useful-types/package.json b/packages/useful-types/package.json index 4ecf123859..81eb602d2e 100644 --- a/packages/useful-types/package.json +++ b/packages/useful-types/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/useful-types/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/web-worker/package.json b/packages/web-worker/package.json index 84a4b04206..1e8923e1e5 100644 --- a/packages/web-worker/package.json +++ b/packages/web-worker/package.json @@ -51,7 +51,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/web-worker/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/with-env/package.json b/packages/with-env/package.json index d1b730800c..e89dbd97bb 100644 --- a/packages/with-env/package.json +++ b/packages/with-env/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/with-env/README.md", "engines": { - "node": ">=14.18.0" + "node": ">=^14.17.0 || >=16.0.0" }, "sideEffects": false, "files": [ From 8c5c8950fee5841433488ffa7c752a15cfcd8810 Mon Sep 17 00:00:00 2001 From: Victor Sumner Date: Wed, 18 May 2022 16:02:57 -0400 Subject: [PATCH 4/9] Remove wildcard exports --- packages/address-consts/package.json | 3 +-- packages/address-mocks/package.json | 3 +-- packages/address/package.json | 3 +-- packages/admin-graphql-api-utilities/package.json | 3 +-- packages/ast-utilities/package.json | 3 +-- packages/async/package.json | 3 +-- packages/browser/package.json | 3 +-- packages/csrf-token-fetcher/package.json | 3 +-- packages/css-utilities/package.json | 3 +-- packages/dates/package.json | 3 +-- packages/decorators/package.json | 3 +-- packages/function-enhancers/package.json | 3 +-- packages/graphql-config-utilities/package.json | 3 +-- packages/graphql-fixtures/package.json | 3 +-- packages/graphql-mini-transforms/package.json | 3 +-- packages/graphql-persisted/package.json | 3 +-- packages/graphql-testing/package.json | 3 +-- packages/graphql-tool-utilities/package.json | 3 +-- packages/graphql-typed/package.json | 3 +-- packages/graphql-typescript-definitions/package.json | 3 +-- packages/graphql-validate-fixtures/package.json | 3 +-- packages/i18n/package.json | 3 +-- packages/jest-dom-mocks/package.json | 3 +-- packages/jest-koa-mocks/package.json | 3 +-- packages/koa-liveness-ping/package.json | 3 +-- packages/koa-metrics/package.json | 3 +-- packages/koa-performance/package.json | 3 +-- packages/koa-shopify-graphql-proxy/package.json | 3 +-- packages/koa-shopify-webhooks/package.json | 3 +-- packages/logger/package.json | 3 +-- packages/mime-types/package.json | 3 +-- packages/network/package.json | 3 +-- packages/performance/package.json | 3 +-- packages/polyfills/package.json | 3 +-- packages/predicates/package.json | 3 +-- packages/react-app-bridge-universal-provider/package.json | 3 +-- packages/react-async/package.json | 3 +-- packages/react-bugsnag/package.json | 3 +-- packages/react-compose/package.json | 3 +-- packages/react-cookie/package.json | 3 +-- packages/react-csrf-universal-provider/package.json | 3 +-- packages/react-csrf/package.json | 3 +-- packages/react-effect/package.json | 3 +-- packages/react-form-state/package.json | 3 +-- packages/react-form/package.json | 3 +-- packages/react-google-analytics/package.json | 3 +-- packages/react-graphql-universal-provider/package.json | 3 +-- packages/react-graphql/package.json | 3 +-- packages/react-hooks/package.json | 3 +-- packages/react-html/package.json | 3 +-- packages/react-hydrate/package.json | 3 +-- packages/react-i18n-universal-provider/package.json | 3 +-- packages/react-i18n/package.json | 3 +-- packages/react-idle/package.json | 3 +-- packages/react-import-remote/package.json | 3 +-- packages/react-intersection-observer/package.json | 3 +-- packages/react-network/package.json | 3 +-- packages/react-performance/package.json | 3 +-- packages/react-router/package.json | 3 +-- packages/react-server/package.json | 3 +-- packages/react-shortcuts/package.json | 3 +-- packages/react-testing/package.json | 3 +-- packages/react-tracking-pixel/package.json | 3 +-- packages/react-universal-provider/package.json | 3 +-- packages/react-web-worker/package.json | 3 +-- packages/semaphore/package.json | 3 +-- packages/sewing-kit-koa/package.json | 3 +-- packages/statsd/package.json | 3 +-- packages/storybook-a11y-test/package.json | 3 +-- packages/useful-types/package.json | 3 +-- packages/web-worker/package.json | 3 +-- packages/with-env/package.json | 3 +-- templates/package.hbs.json | 3 +-- 73 files changed, 73 insertions(+), 146 deletions(-) diff --git a/packages/address-consts/package.json b/packages/address-consts/package.json index 89dbcc46d0..1e260bdb5a 100644 --- a/packages/address-consts/package.json +++ b/packages/address-consts/package.json @@ -38,7 +38,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/address-mocks/package.json b/packages/address-mocks/package.json index 0687dd90e2..629abdcb89 100644 --- a/packages/address-mocks/package.json +++ b/packages/address-mocks/package.json @@ -45,7 +45,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/address/package.json b/packages/address/package.json index 9f059d4846..b825a87b3a 100644 --- a/packages/address/package.json +++ b/packages/address/package.json @@ -45,7 +45,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/admin-graphql-api-utilities/package.json b/packages/admin-graphql-api-utilities/package.json index 6add91fe2e..f21346c0e8 100644 --- a/packages/admin-graphql-api-utilities/package.json +++ b/packages/admin-graphql-api-utilities/package.json @@ -38,7 +38,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/ast-utilities/package.json b/packages/ast-utilities/package.json index bfd6ceec40..9782aea402 100644 --- a/packages/ast-utilities/package.json +++ b/packages/ast-utilities/package.json @@ -82,7 +82,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/async/package.json b/packages/async/package.json index acfb0e4220..f225f2e574 100644 --- a/packages/async/package.json +++ b/packages/async/package.json @@ -57,7 +57,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/browser/package.json b/packages/browser/package.json index 7d90bf8483..5d14198b44 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -41,7 +41,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/csrf-token-fetcher/package.json b/packages/csrf-token-fetcher/package.json index 9c0f3b629e..6a739eda4b 100644 --- a/packages/csrf-token-fetcher/package.json +++ b/packages/csrf-token-fetcher/package.json @@ -38,7 +38,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/css-utilities/package.json b/packages/css-utilities/package.json index 8db554caef..d6088a6ff8 100644 --- a/packages/css-utilities/package.json +++ b/packages/css-utilities/package.json @@ -41,7 +41,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/dates/package.json b/packages/dates/package.json index a9dfacd232..066da0560f 100644 --- a/packages/dates/package.json +++ b/packages/dates/package.json @@ -44,7 +44,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/decorators/package.json b/packages/decorators/package.json index 1468a2fabf..2d3d5dc6cc 100644 --- a/packages/decorators/package.json +++ b/packages/decorators/package.json @@ -41,7 +41,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/function-enhancers/package.json b/packages/function-enhancers/package.json index 1db48034a7..ffce27b23a 100644 --- a/packages/function-enhancers/package.json +++ b/packages/function-enhancers/package.json @@ -38,7 +38,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/graphql-config-utilities/package.json b/packages/graphql-config-utilities/package.json index 4ad9d70765..68bc8a2f04 100644 --- a/packages/graphql-config-utilities/package.json +++ b/packages/graphql-config-utilities/package.json @@ -42,8 +42,7 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } }, "tags": [ "graphql", diff --git a/packages/graphql-fixtures/package.json b/packages/graphql-fixtures/package.json index 263f19e6e6..bfab2c8586 100644 --- a/packages/graphql-fixtures/package.json +++ b/packages/graphql-fixtures/package.json @@ -48,7 +48,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/graphql-mini-transforms/package.json b/packages/graphql-mini-transforms/package.json index 9001a81014..edfb110e03 100644 --- a/packages/graphql-mini-transforms/package.json +++ b/packages/graphql-mini-transforms/package.json @@ -82,8 +82,7 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } }, "tags": [ "graphql", diff --git a/packages/graphql-persisted/package.json b/packages/graphql-persisted/package.json index c2a14e5a70..298f780399 100644 --- a/packages/graphql-persisted/package.json +++ b/packages/graphql-persisted/package.json @@ -69,7 +69,6 @@ "esnext": "./koa.esnext", "import": "./koa.mjs", "require": "./koa.js" - }, - "./*": "./*" + } } } diff --git a/packages/graphql-testing/package.json b/packages/graphql-testing/package.json index 137ca1e043..042a9f026e 100644 --- a/packages/graphql-testing/package.json +++ b/packages/graphql-testing/package.json @@ -63,7 +63,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/graphql-tool-utilities/package.json b/packages/graphql-tool-utilities/package.json index a51951aeef..a2485c1a33 100644 --- a/packages/graphql-tool-utilities/package.json +++ b/packages/graphql-tool-utilities/package.json @@ -42,8 +42,7 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } }, "tags": [ "graphql", diff --git a/packages/graphql-typed/package.json b/packages/graphql-typed/package.json index 81e8ce8016..80bfd146ed 100644 --- a/packages/graphql-typed/package.json +++ b/packages/graphql-typed/package.json @@ -41,7 +41,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/graphql-typescript-definitions/package.json b/packages/graphql-typescript-definitions/package.json index dc88c94702..a7fa6bc996 100644 --- a/packages/graphql-typescript-definitions/package.json +++ b/packages/graphql-typescript-definitions/package.json @@ -64,7 +64,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/graphql-validate-fixtures/package.json b/packages/graphql-validate-fixtures/package.json index 45e620188f..5424eedc72 100644 --- a/packages/graphql-validate-fixtures/package.json +++ b/packages/graphql-validate-fixtures/package.json @@ -50,7 +50,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 2e730691cb..8278933c28 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -38,7 +38,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/jest-dom-mocks/package.json b/packages/jest-dom-mocks/package.json index a10a1dffe0..2bd40f713a 100644 --- a/packages/jest-dom-mocks/package.json +++ b/packages/jest-dom-mocks/package.json @@ -46,7 +46,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/jest-koa-mocks/package.json b/packages/jest-koa-mocks/package.json index f060d59f52..bfc6152965 100644 --- a/packages/jest-koa-mocks/package.json +++ b/packages/jest-koa-mocks/package.json @@ -46,7 +46,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/koa-liveness-ping/package.json b/packages/koa-liveness-ping/package.json index b7e783944d..4894768b68 100644 --- a/packages/koa-liveness-ping/package.json +++ b/packages/koa-liveness-ping/package.json @@ -45,7 +45,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/koa-metrics/package.json b/packages/koa-metrics/package.json index 5a5ad37bb3..5c9247c063 100644 --- a/packages/koa-metrics/package.json +++ b/packages/koa-metrics/package.json @@ -47,7 +47,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/koa-performance/package.json b/packages/koa-performance/package.json index 396a510f97..306d6d147b 100644 --- a/packages/koa-performance/package.json +++ b/packages/koa-performance/package.json @@ -54,7 +54,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/koa-shopify-graphql-proxy/package.json b/packages/koa-shopify-graphql-proxy/package.json index 9843bf9c59..0a20663884 100644 --- a/packages/koa-shopify-graphql-proxy/package.json +++ b/packages/koa-shopify-graphql-proxy/package.json @@ -45,7 +45,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/koa-shopify-webhooks/package.json b/packages/koa-shopify-webhooks/package.json index b6bcfd7d88..61d63b1d00 100644 --- a/packages/koa-shopify-webhooks/package.json +++ b/packages/koa-shopify-webhooks/package.json @@ -53,7 +53,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/logger/package.json b/packages/logger/package.json index 5d6d4f2f55..11833cb466 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -43,7 +43,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/mime-types/package.json b/packages/mime-types/package.json index e85deb0790..f13d59f503 100644 --- a/packages/mime-types/package.json +++ b/packages/mime-types/package.json @@ -38,7 +38,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/network/package.json b/packages/network/package.json index 04905fefea..9c6062e0cf 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -38,7 +38,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/performance/package.json b/packages/performance/package.json index 0887b7d4c7..962d66c2b1 100644 --- a/packages/performance/package.json +++ b/packages/performance/package.json @@ -38,7 +38,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/polyfills/package.json b/packages/polyfills/package.json index 69903ab5eb..eb8e3e1b63 100644 --- a/packages/polyfills/package.json +++ b/packages/polyfills/package.json @@ -277,7 +277,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/predicates/package.json b/packages/predicates/package.json index 56e98b90de..87488faddf 100644 --- a/packages/predicates/package.json +++ b/packages/predicates/package.json @@ -38,7 +38,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-app-bridge-universal-provider/package.json b/packages/react-app-bridge-universal-provider/package.json index 12958dfdf3..9108399cd4 100644 --- a/packages/react-app-bridge-universal-provider/package.json +++ b/packages/react-app-bridge-universal-provider/package.json @@ -48,7 +48,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-async/package.json b/packages/react-async/package.json index 066edea0ec..ff04a08b34 100644 --- a/packages/react-async/package.json +++ b/packages/react-async/package.json @@ -65,7 +65,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-bugsnag/package.json b/packages/react-bugsnag/package.json index 4502d691b9..f6851834a9 100644 --- a/packages/react-bugsnag/package.json +++ b/packages/react-bugsnag/package.json @@ -45,7 +45,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-compose/package.json b/packages/react-compose/package.json index 1d0d0c5523..1e14086d9a 100644 --- a/packages/react-compose/package.json +++ b/packages/react-compose/package.json @@ -45,7 +45,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-cookie/package.json b/packages/react-cookie/package.json index f801ac6743..93893024af 100644 --- a/packages/react-cookie/package.json +++ b/packages/react-cookie/package.json @@ -47,7 +47,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-csrf-universal-provider/package.json b/packages/react-csrf-universal-provider/package.json index c4599368ac..90872222f2 100644 --- a/packages/react-csrf-universal-provider/package.json +++ b/packages/react-csrf-universal-provider/package.json @@ -49,7 +49,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-csrf/package.json b/packages/react-csrf/package.json index cb0316f93d..017057e87c 100644 --- a/packages/react-csrf/package.json +++ b/packages/react-csrf/package.json @@ -41,7 +41,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-effect/package.json b/packages/react-effect/package.json index 7bce4ae04d..991c87dab5 100644 --- a/packages/react-effect/package.json +++ b/packages/react-effect/package.json @@ -57,7 +57,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-form-state/package.json b/packages/react-form-state/package.json index 2a89eb5366..f73b709b3a 100644 --- a/packages/react-form-state/package.json +++ b/packages/react-form-state/package.json @@ -45,7 +45,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-form/package.json b/packages/react-form/package.json index d2ea29d078..ac73285dcd 100644 --- a/packages/react-form/package.json +++ b/packages/react-form/package.json @@ -47,7 +47,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-google-analytics/package.json b/packages/react-google-analytics/package.json index 0f8b44b632..4c15c7015e 100644 --- a/packages/react-google-analytics/package.json +++ b/packages/react-google-analytics/package.json @@ -44,7 +44,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-graphql-universal-provider/package.json b/packages/react-graphql-universal-provider/package.json index 6fa12a93da..c4beee0d0a 100644 --- a/packages/react-graphql-universal-provider/package.json +++ b/packages/react-graphql-universal-provider/package.json @@ -54,7 +54,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-graphql/package.json b/packages/react-graphql/package.json index 7954d392a4..bd0f0c97a8 100644 --- a/packages/react-graphql/package.json +++ b/packages/react-graphql/package.json @@ -58,7 +58,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 4798da18a0..10b31f6a8f 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -41,8 +41,7 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } }, "devDependencies": { "@shopify/react-testing": "^3.3.10" diff --git a/packages/react-html/package.json b/packages/react-html/package.json index 3506cee7f0..6182d97c5b 100644 --- a/packages/react-html/package.json +++ b/packages/react-html/package.json @@ -68,7 +68,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-hydrate/package.json b/packages/react-hydrate/package.json index e4b15b697f..d5915724f8 100644 --- a/packages/react-hydrate/package.json +++ b/packages/react-hydrate/package.json @@ -45,7 +45,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-i18n-universal-provider/package.json b/packages/react-i18n-universal-provider/package.json index 52fe90bf84..50411685c6 100644 --- a/packages/react-i18n-universal-provider/package.json +++ b/packages/react-i18n-universal-provider/package.json @@ -49,7 +49,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-i18n/package.json b/packages/react-i18n/package.json index 5944f411ad..1e496ae194 100644 --- a/packages/react-i18n/package.json +++ b/packages/react-i18n/package.json @@ -106,7 +106,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-idle/package.json b/packages/react-idle/package.json index ef2484b111..447322047a 100644 --- a/packages/react-idle/package.json +++ b/packages/react-idle/package.json @@ -45,7 +45,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-import-remote/package.json b/packages/react-import-remote/package.json index db46bc6663..a0a1d9b38b 100644 --- a/packages/react-import-remote/package.json +++ b/packages/react-import-remote/package.json @@ -48,7 +48,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-intersection-observer/package.json b/packages/react-intersection-observer/package.json index e505c88106..3d3b63892e 100644 --- a/packages/react-intersection-observer/package.json +++ b/packages/react-intersection-observer/package.json @@ -41,7 +41,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-network/package.json b/packages/react-network/package.json index e235ca5d84..95205e16f8 100644 --- a/packages/react-network/package.json +++ b/packages/react-network/package.json @@ -71,7 +71,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-performance/package.json b/packages/react-performance/package.json index c81e3e5298..611973b152 100644 --- a/packages/react-performance/package.json +++ b/packages/react-performance/package.json @@ -47,7 +47,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 0948b03692..297f5e69c1 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -47,7 +47,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-server/package.json b/packages/react-server/package.json index 1b15decd53..44ae7985a7 100644 --- a/packages/react-server/package.json +++ b/packages/react-server/package.json @@ -91,7 +91,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-shortcuts/package.json b/packages/react-shortcuts/package.json index b555d0ea9a..422d07876c 100644 --- a/packages/react-shortcuts/package.json +++ b/packages/react-shortcuts/package.json @@ -41,7 +41,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-testing/package.json b/packages/react-testing/package.json index e6a656c508..3bc844fa82 100644 --- a/packages/react-testing/package.json +++ b/packages/react-testing/package.json @@ -62,7 +62,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-tracking-pixel/package.json b/packages/react-tracking-pixel/package.json index 7fb7b95dca..d2c879b8e9 100644 --- a/packages/react-tracking-pixel/package.json +++ b/packages/react-tracking-pixel/package.json @@ -44,7 +44,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-universal-provider/package.json b/packages/react-universal-provider/package.json index 71a264a57b..99c00359e9 100644 --- a/packages/react-universal-provider/package.json +++ b/packages/react-universal-provider/package.json @@ -45,7 +45,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/react-web-worker/package.json b/packages/react-web-worker/package.json index 6ac1d0cf74..76ca48380e 100644 --- a/packages/react-web-worker/package.json +++ b/packages/react-web-worker/package.json @@ -47,7 +47,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/semaphore/package.json b/packages/semaphore/package.json index 82f58c5bfc..4eda87e364 100644 --- a/packages/semaphore/package.json +++ b/packages/semaphore/package.json @@ -38,7 +38,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/sewing-kit-koa/package.json b/packages/sewing-kit-koa/package.json index 49f76a2391..6ffb6535a4 100644 --- a/packages/sewing-kit-koa/package.json +++ b/packages/sewing-kit-koa/package.json @@ -58,7 +58,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/statsd/package.json b/packages/statsd/package.json index 9f4869d38c..3f86e32c6a 100644 --- a/packages/statsd/package.json +++ b/packages/statsd/package.json @@ -42,7 +42,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/storybook-a11y-test/package.json b/packages/storybook-a11y-test/package.json index afdf623c47..c04023490f 100644 --- a/packages/storybook-a11y-test/package.json +++ b/packages/storybook-a11y-test/package.json @@ -57,7 +57,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/useful-types/package.json b/packages/useful-types/package.json index 81eb602d2e..260bea9f46 100644 --- a/packages/useful-types/package.json +++ b/packages/useful-types/package.json @@ -38,7 +38,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/packages/web-worker/package.json b/packages/web-worker/package.json index 1e8923e1e5..34b6421aac 100644 --- a/packages/web-worker/package.json +++ b/packages/web-worker/package.json @@ -32,8 +32,7 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } }, "sideEffects": false, "publishConfig": { diff --git a/packages/with-env/package.json b/packages/with-env/package.json index e89dbd97bb..543eb1ba2a 100644 --- a/packages/with-env/package.json +++ b/packages/with-env/package.json @@ -38,7 +38,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } diff --git a/templates/package.hbs.json b/templates/package.hbs.json index 556d0bf168..5ce63d651c 100644 --- a/templates/package.hbs.json +++ b/templates/package.hbs.json @@ -40,7 +40,6 @@ "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" - }, - "./*": "./*" + } } } From 7a508fc351c4c370e4aab297cbce8227e0a2087b Mon Sep 17 00:00:00 2001 From: Victor Sumner Date: Wed, 18 May 2022 16:32:53 -0400 Subject: [PATCH 5/9] fix verion range --- packages/address-consts/package.json | 2 +- packages/address-mocks/package.json | 2 +- packages/address/package.json | 2 +- packages/admin-graphql-api-utilities/package.json | 2 +- packages/ast-utilities/package.json | 2 +- packages/async/package.json | 2 +- packages/browser/package.json | 2 +- packages/csrf-token-fetcher/package.json | 2 +- packages/css-utilities/package.json | 2 +- packages/dates/package.json | 2 +- packages/decorators/package.json | 2 +- packages/function-enhancers/package.json | 2 +- packages/graphql-config-utilities/package.json | 2 +- packages/graphql-fixtures/package.json | 2 +- packages/graphql-mini-transforms/package.json | 2 +- packages/graphql-persisted/package.json | 2 +- packages/graphql-testing/package.json | 2 +- packages/graphql-tool-utilities/package.json | 2 +- packages/graphql-typed/package.json | 2 +- packages/graphql-typescript-definitions/package.json | 2 +- packages/graphql-validate-fixtures/package.json | 2 +- packages/i18n/package.json | 2 +- packages/jest-dom-mocks/package.json | 2 +- packages/jest-koa-mocks/package.json | 2 +- packages/koa-liveness-ping/package.json | 2 +- packages/koa-metrics/package.json | 2 +- packages/koa-performance/package.json | 2 +- packages/koa-shopify-graphql-proxy/package.json | 2 +- packages/koa-shopify-webhooks/package.json | 2 +- packages/logger/package.json | 2 +- packages/mime-types/package.json | 2 +- packages/network/package.json | 2 +- packages/performance/package.json | 2 +- packages/polyfills/package.json | 2 +- packages/predicates/package.json | 2 +- packages/react-app-bridge-universal-provider/package.json | 2 +- packages/react-async/package.json | 2 +- packages/react-bugsnag/package.json | 2 +- packages/react-compose/package.json | 2 +- packages/react-cookie/package.json | 2 +- packages/react-csrf-universal-provider/package.json | 2 +- packages/react-csrf/package.json | 2 +- packages/react-effect/package.json | 2 +- packages/react-form-state/package.json | 2 +- packages/react-form/package.json | 2 +- packages/react-google-analytics/package.json | 2 +- packages/react-graphql-universal-provider/package.json | 2 +- packages/react-graphql/package.json | 2 +- packages/react-hooks/package.json | 2 +- packages/react-html/package.json | 2 +- packages/react-hydrate/package.json | 2 +- packages/react-i18n-universal-provider/package.json | 2 +- packages/react-i18n/package.json | 2 +- packages/react-idle/package.json | 2 +- packages/react-import-remote/package.json | 2 +- packages/react-intersection-observer/package.json | 2 +- packages/react-network/package.json | 2 +- packages/react-performance/package.json | 2 +- packages/react-router/package.json | 2 +- packages/react-server/package.json | 2 +- packages/react-shortcuts/package.json | 2 +- packages/react-testing/package.json | 2 +- packages/react-tracking-pixel/package.json | 2 +- packages/react-universal-provider/package.json | 2 +- packages/react-web-worker/package.json | 2 +- packages/semaphore/package.json | 2 +- packages/sewing-kit-koa/package.json | 2 +- packages/statsd/package.json | 2 +- packages/storybook-a11y-test/package.json | 2 +- packages/useful-types/package.json | 2 +- packages/web-worker/package.json | 2 +- packages/with-env/package.json | 2 +- 72 files changed, 72 insertions(+), 72 deletions(-) diff --git a/packages/address-consts/package.json b/packages/address-consts/package.json index 1e260bdb5a..6956e4d171 100644 --- a/packages/address-consts/package.json +++ b/packages/address-consts/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/address-consts/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/address-mocks/package.json b/packages/address-mocks/package.json index 629abdcb89..f02491ec51 100644 --- a/packages/address-mocks/package.json +++ b/packages/address-mocks/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/address-mocks/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "devDependencies": { "@shopify/jest-dom-mocks": "^2.11.5" diff --git a/packages/address/package.json b/packages/address/package.json index b825a87b3a..081be85bc3 100644 --- a/packages/address/package.json +++ b/packages/address/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/address/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "devDependencies": { "@shopify/address-mocks": "^2.1.0", diff --git a/packages/admin-graphql-api-utilities/package.json b/packages/admin-graphql-api-utilities/package.json index f21346c0e8..823f31daa1 100644 --- a/packages/admin-graphql-api-utilities/package.json +++ b/packages/admin-graphql-api-utilities/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/admin-graphql-api-utilities/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "sideEffects": false, "files": [ diff --git a/packages/ast-utilities/package.json b/packages/ast-utilities/package.json index 9782aea402..cf42997f42 100644 --- a/packages/ast-utilities/package.json +++ b/packages/ast-utilities/package.json @@ -31,7 +31,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/ast-utilities/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "devDependencies": { "@babel/core": ">=7.0.0", diff --git a/packages/async/package.json b/packages/async/package.json index f225f2e574..865b716af2 100644 --- a/packages/async/package.json +++ b/packages/async/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/async/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "devDependencies": { "@babel/core": ">=7.0.0", diff --git a/packages/browser/package.json b/packages/browser/package.json index 5d14198b44..b3f14e3931 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/browser/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/csrf-token-fetcher/package.json b/packages/csrf-token-fetcher/package.json index 6a739eda4b..00639028be 100644 --- a/packages/csrf-token-fetcher/package.json +++ b/packages/csrf-token-fetcher/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/csrf-token-fetcher/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/css-utilities/package.json b/packages/css-utilities/package.json index d6088a6ff8..1622bf8745 100644 --- a/packages/css-utilities/package.json +++ b/packages/css-utilities/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/css-utilities/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "classnames": "^2.3.1" diff --git a/packages/dates/package.json b/packages/dates/package.json index 066da0560f..43ae935441 100644 --- a/packages/dates/package.json +++ b/packages/dates/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/dates/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/decorators": "^2.0.8" diff --git a/packages/decorators/package.json b/packages/decorators/package.json index 2d3d5dc6cc..314c5eb47e 100644 --- a/packages/decorators/package.json +++ b/packages/decorators/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/decorators/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/function-enhancers/package.json b/packages/function-enhancers/package.json index ffce27b23a..529ec353a2 100644 --- a/packages/function-enhancers/package.json +++ b/packages/function-enhancers/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/function-enhancers/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/graphql-config-utilities/package.json b/packages/graphql-config-utilities/package.json index 68bc8a2f04..95437b75f1 100644 --- a/packages/graphql-config-utilities/package.json +++ b/packages/graphql-config-utilities/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-config-utilities/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "glob": "^7.1.6", diff --git a/packages/graphql-fixtures/package.json b/packages/graphql-fixtures/package.json index bfab2c8586..883c76217b 100644 --- a/packages/graphql-fixtures/package.json +++ b/packages/graphql-fixtures/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-fixtures/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@faker-js/faker": "^5.5.3", diff --git a/packages/graphql-mini-transforms/package.json b/packages/graphql-mini-transforms/package.json index edfb110e03..90684a524b 100644 --- a/packages/graphql-mini-transforms/package.json +++ b/packages/graphql-mini-transforms/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-mini-transforms/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@jest/transform": ">= 27 <29", diff --git a/packages/graphql-persisted/package.json b/packages/graphql-persisted/package.json index 298f780399..33b9290a61 100644 --- a/packages/graphql-persisted/package.json +++ b/packages/graphql-persisted/package.json @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-persisted/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@types/koa": "^2.0.0", diff --git a/packages/graphql-testing/package.json b/packages/graphql-testing/package.json index 042a9f026e..e8b8073e14 100644 --- a/packages/graphql-testing/package.json +++ b/packages/graphql-testing/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-testing/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "apollo-cache-inmemory": ">=1.0.0 <2.0.0", diff --git a/packages/graphql-tool-utilities/package.json b/packages/graphql-tool-utilities/package.json index a2485c1a33..0bee7432cc 100644 --- a/packages/graphql-tool-utilities/package.json +++ b/packages/graphql-tool-utilities/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-tool-utilities/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "apollo-codegen-core": "^0.40.4", diff --git a/packages/graphql-typed/package.json b/packages/graphql-typed/package.json index 80bfd146ed..79a4fb27a7 100644 --- a/packages/graphql-typed/package.json +++ b/packages/graphql-typed/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-typed/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "peerDependencies": { "graphql": ">=14.5.0 <16.0.0" diff --git a/packages/graphql-typescript-definitions/package.json b/packages/graphql-typescript-definitions/package.json index a7fa6bc996..5070c0625d 100644 --- a/packages/graphql-typescript-definitions/package.json +++ b/packages/graphql-typescript-definitions/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-typescript-definitions/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@babel/generator": "^7.14.5", diff --git a/packages/graphql-validate-fixtures/package.json b/packages/graphql-validate-fixtures/package.json index 5424eedc72..af5147a843 100644 --- a/packages/graphql-validate-fixtures/package.json +++ b/packages/graphql-validate-fixtures/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-validate-fixtures/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "chalk": "^4.0.0", diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 8278933c28..e318aeee5d 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/i18n/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "sideEffects": false, "files": [ diff --git a/packages/jest-dom-mocks/package.json b/packages/jest-dom-mocks/package.json index 2bd40f713a..6261431b39 100644 --- a/packages/jest-dom-mocks/package.json +++ b/packages/jest-dom-mocks/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/jest-dom-mocks/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/async": "^3.1.5", diff --git a/packages/jest-koa-mocks/package.json b/packages/jest-koa-mocks/package.json index bfc6152965..3f2f9f81b4 100644 --- a/packages/jest-koa-mocks/package.json +++ b/packages/jest-koa-mocks/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/jest-koa-mocks/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "koa": "^2.13.4", diff --git a/packages/koa-liveness-ping/package.json b/packages/koa-liveness-ping/package.json index 4894768b68..e4d080ca00 100644 --- a/packages/koa-liveness-ping/package.json +++ b/packages/koa-liveness-ping/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-liveness-ping/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "devDependencies": { "@shopify/jest-koa-mocks": "^3.1.5", diff --git a/packages/koa-metrics/package.json b/packages/koa-metrics/package.json index 5c9247c063..239ebb0e71 100644 --- a/packages/koa-metrics/package.json +++ b/packages/koa-metrics/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-metrics/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/statsd": "^3.0.12" diff --git a/packages/koa-performance/package.json b/packages/koa-performance/package.json index 306d6d147b..0bf0bc2154 100644 --- a/packages/koa-performance/package.json +++ b/packages/koa-performance/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-performance/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/network": "^2.0.8", diff --git a/packages/koa-shopify-graphql-proxy/package.json b/packages/koa-shopify-graphql-proxy/package.json index 0a20663884..4c6eda8ca8 100644 --- a/packages/koa-shopify-graphql-proxy/package.json +++ b/packages/koa-shopify-graphql-proxy/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-shopify-graphql-proxy/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@types/koa": "^2.0.0", diff --git a/packages/koa-shopify-webhooks/package.json b/packages/koa-shopify-webhooks/package.json index 61d63b1d00..d58e6686af 100644 --- a/packages/koa-shopify-webhooks/package.json +++ b/packages/koa-shopify-webhooks/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-shopify-webhooks/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/network": "^2.0.8", diff --git a/packages/logger/package.json b/packages/logger/package.json index 11833cb466..36d99c1f89 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/logger/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "chalk": "^2.4.1", diff --git a/packages/mime-types/package.json b/packages/mime-types/package.json index f13d59f503..ba7eb9baf9 100644 --- a/packages/mime-types/package.json +++ b/packages/mime-types/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/mime-types/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/network/package.json b/packages/network/package.json index 9c6062e0cf..d383fc817b 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/network/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/performance/package.json b/packages/performance/package.json index 962d66c2b1..21db691ef0 100644 --- a/packages/performance/package.json +++ b/packages/performance/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/performance/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/polyfills/package.json b/packages/polyfills/package.json index eb8e3e1b63..496d26b287 100644 --- a/packages/polyfills/package.json +++ b/packages/polyfills/package.json @@ -85,7 +85,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/polyfills/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/useful-types": "^4.0.3", diff --git a/packages/predicates/package.json b/packages/predicates/package.json index 87488faddf..a389faabb4 100644 --- a/packages/predicates/package.json +++ b/packages/predicates/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/predicates/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/react-app-bridge-universal-provider/package.json b/packages/react-app-bridge-universal-provider/package.json index 9108399cd4..8350dd547e 100644 --- a/packages/react-app-bridge-universal-provider/package.json +++ b/packages/react-app-bridge-universal-provider/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-app-bridge-universal-provider/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/app-bridge-react": ">=1.5.0", diff --git a/packages/react-async/package.json b/packages/react-async/package.json index ff04a08b34..991142d944 100644 --- a/packages/react-async/package.json +++ b/packages/react-async/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-async/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/async": "^3.1.5", diff --git a/packages/react-bugsnag/package.json b/packages/react-bugsnag/package.json index f6851834a9..a2857e710e 100644 --- a/packages/react-bugsnag/package.json +++ b/packages/react-bugsnag/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-bugsnag/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@bugsnag/js": "^7.1.1", diff --git a/packages/react-compose/package.json b/packages/react-compose/package.json index 1e14086d9a..a2870e9a53 100644 --- a/packages/react-compose/package.json +++ b/packages/react-compose/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-compose/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/useful-types": "^4.0.3", diff --git a/packages/react-cookie/package.json b/packages/react-cookie/package.json index 93893024af..4ac2e0d766 100644 --- a/packages/react-cookie/package.json +++ b/packages/react-cookie/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-cookie/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-hooks": "^2.1.19", diff --git a/packages/react-csrf-universal-provider/package.json b/packages/react-csrf-universal-provider/package.json index 90872222f2..89b255d175 100644 --- a/packages/react-csrf-universal-provider/package.json +++ b/packages/react-csrf-universal-provider/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-csrf-universal-provider/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-csrf": "^2.1.10", diff --git a/packages/react-csrf/package.json b/packages/react-csrf/package.json index 017057e87c..fc0948f204 100644 --- a/packages/react-csrf/package.json +++ b/packages/react-csrf/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-csrf/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "peerDependencies": { "react": ">=16.8.0 <18.0.0" diff --git a/packages/react-effect/package.json b/packages/react-effect/package.json index 991c87dab5..fdd0e7ac70 100644 --- a/packages/react-effect/package.json +++ b/packages/react-effect/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-effect/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/react-form-state/package.json b/packages/react-form-state/package.json index f73b709b3a..b47bf08c25 100644 --- a/packages/react-form-state/package.json +++ b/packages/react-form-state/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-form-state/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/predicates": "^2.0.8", diff --git a/packages/react-form/package.json b/packages/react-form/package.json index ac73285dcd..031308d54a 100644 --- a/packages/react-form/package.json +++ b/packages/react-form/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-form/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "peerDependencies": { "react": ">=16.8.0 <18.0.0" diff --git a/packages/react-google-analytics/package.json b/packages/react-google-analytics/package.json index 4c15c7015e..3380c3a173 100644 --- a/packages/react-google-analytics/package.json +++ b/packages/react-google-analytics/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-google-analytics/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-import-remote": "^2.1.25" diff --git a/packages/react-graphql-universal-provider/package.json b/packages/react-graphql-universal-provider/package.json index c4beee0d0a..9e9aec7bda 100644 --- a/packages/react-graphql-universal-provider/package.json +++ b/packages/react-graphql-universal-provider/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-graphql-universal-provider/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-graphql": "^7.2.0", diff --git a/packages/react-graphql/package.json b/packages/react-graphql/package.json index bd0f0c97a8..149886bd10 100644 --- a/packages/react-graphql/package.json +++ b/packages/react-graphql/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-graphql/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@apollo/react-common": ">=3.0.0 <4.0.0", diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 10b31f6a8f..c0fc8230a7 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-hooks/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/react-html/package.json b/packages/react-html/package.json index 6182d97c5b..6e7044e5e9 100644 --- a/packages/react-html/package.json +++ b/packages/react-html/package.json @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-html/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-effect": "^4.1.12", diff --git a/packages/react-hydrate/package.json b/packages/react-hydrate/package.json index d5915724f8..3bd1982a71 100644 --- a/packages/react-hydrate/package.json +++ b/packages/react-hydrate/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-hydrate/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-effect": "^4.1.12", diff --git a/packages/react-i18n-universal-provider/package.json b/packages/react-i18n-universal-provider/package.json index 50411685c6..f2e3bd798f 100644 --- a/packages/react-i18n-universal-provider/package.json +++ b/packages/react-i18n-universal-provider/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-i18n-universal-provider/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-hooks": "^2.1.19", diff --git a/packages/react-i18n/package.json b/packages/react-i18n/package.json index 1e496ae194..038dd3e421 100644 --- a/packages/react-i18n/package.json +++ b/packages/react-i18n/package.json @@ -33,7 +33,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-i18n/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "devDependencies": { "@babel/core": "^7.14.6", diff --git a/packages/react-idle/package.json b/packages/react-idle/package.json index 447322047a..0be6ce64bc 100644 --- a/packages/react-idle/package.json +++ b/packages/react-idle/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-idle/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/async": "^3.1.5", diff --git a/packages/react-import-remote/package.json b/packages/react-import-remote/package.json index a0a1d9b38b..27caebb067 100644 --- a/packages/react-import-remote/package.json +++ b/packages/react-import-remote/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-import-remote/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/async": "^3.1.5", diff --git a/packages/react-intersection-observer/package.json b/packages/react-intersection-observer/package.json index 3d3b63892e..7c7710f9f5 100644 --- a/packages/react-intersection-observer/package.json +++ b/packages/react-intersection-observer/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-intersection-observer/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/react-network/package.json b/packages/react-network/package.json index 95205e16f8..75f7c0127b 100644 --- a/packages/react-network/package.json +++ b/packages/react-network/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-network/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/network": "^2.0.8", diff --git a/packages/react-performance/package.json b/packages/react-performance/package.json index 611973b152..366f3919f6 100644 --- a/packages/react-performance/package.json +++ b/packages/react-performance/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-performance/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/performance": "^2.0.14" diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 297f5e69c1..9c209c6830 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-router/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-network": "^4.2.13", diff --git a/packages/react-server/package.json b/packages/react-server/package.json index 44ae7985a7..5d3ed096b3 100644 --- a/packages/react-server/package.json +++ b/packages/react-server/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-server/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/network": "^2.0.8", diff --git a/packages/react-shortcuts/package.json b/packages/react-shortcuts/package.json index 422d07876c..109cdc0883 100644 --- a/packages/react-shortcuts/package.json +++ b/packages/react-shortcuts/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-shortcuts/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "peerDependencies": { "react": ">=16.8.0 <18.0.0" diff --git a/packages/react-testing/package.json b/packages/react-testing/package.json index 3bc844fa82..6a9232e571 100644 --- a/packages/react-testing/package.json +++ b/packages/react-testing/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-testing/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/useful-types": "^4.0.3", diff --git a/packages/react-tracking-pixel/package.json b/packages/react-tracking-pixel/package.json index d2c879b8e9..6cea279c75 100644 --- a/packages/react-tracking-pixel/package.json +++ b/packages/react-tracking-pixel/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-tracking-pixel/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-html": "^11.1.23" diff --git a/packages/react-universal-provider/package.json b/packages/react-universal-provider/package.json index 99c00359e9..2d58c93801 100644 --- a/packages/react-universal-provider/package.json +++ b/packages/react-universal-provider/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-universal-provider/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-effect": "^4.1.12", diff --git a/packages/react-web-worker/package.json b/packages/react-web-worker/package.json index 76ca48380e..45cf49d2b1 100644 --- a/packages/react-web-worker/package.json +++ b/packages/react-web-worker/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-web-worker/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/react-hooks": "^2.1.19", diff --git a/packages/semaphore/package.json b/packages/semaphore/package.json index 4eda87e364..9e2b4f855a 100644 --- a/packages/semaphore/package.json +++ b/packages/semaphore/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/semaphore/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/sewing-kit-koa/package.json b/packages/sewing-kit-koa/package.json index 6ffb6535a4..1c61dff029 100644 --- a/packages/sewing-kit-koa/package.json +++ b/packages/sewing-kit-koa/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/sewing-kit-koa/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/network": "^2.0.8", diff --git a/packages/statsd/package.json b/packages/statsd/package.json index 3f86e32c6a..bcd7c499e3 100644 --- a/packages/statsd/package.json +++ b/packages/statsd/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/statsd/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "change-case": "^4.1.1", diff --git a/packages/storybook-a11y-test/package.json b/packages/storybook-a11y-test/package.json index c04023490f..606240ecbb 100644 --- a/packages/storybook-a11y-test/package.json +++ b/packages/storybook-a11y-test/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/storybook-a11y-test/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@axe-core/puppeteer": "^4.3.2", diff --git a/packages/useful-types/package.json b/packages/useful-types/package.json index 260bea9f46..179eb01d1f 100644 --- a/packages/useful-types/package.json +++ b/packages/useful-types/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/useful-types/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/web-worker/package.json b/packages/web-worker/package.json index 34b6421aac..f9551ad3a7 100644 --- a/packages/web-worker/package.json +++ b/packages/web-worker/package.json @@ -50,7 +50,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/web-worker/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "files": [ "build/", diff --git a/packages/with-env/package.json b/packages/with-env/package.json index 543eb1ba2a..7583ad14de 100644 --- a/packages/with-env/package.json +++ b/packages/with-env/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/with-env/README.md", "engines": { - "node": ">=^14.17.0 || >=16.0.0" + "node": "^14.17.0 || >=16.0.0" }, "sideEffects": false, "files": [ From 2b014f2cbafd62ac08b0b6e97bbfc4447603e678 Mon Sep 17 00:00:00 2001 From: Victor Sumner Date: Wed, 18 May 2022 16:45:28 -0400 Subject: [PATCH 6/9] Fix test --- templates/package.hbs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/package.hbs.json b/templates/package.hbs.json index 5ce63d651c..0b3791d162 100644 --- a/templates/package.hbs.json +++ b/templates/package.hbs.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/{{name}}/README.md", "engines": { - "node": ">=14.18.0" + "node": "^14.17.0 || >=16.0.0" }, "dependencies": {}, "files": [ From e4174917c9023484be76d4765cf1c60299629c2f Mon Sep 17 00:00:00 2001 From: Victor Sumner Date: Wed, 18 May 2022 16:51:24 -0400 Subject: [PATCH 7/9] update browserslist-config --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 79f333b292..0fd279b15b 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@faker-js/faker": "^5.5.3", "@shopify/app-bridge": "^2.0.3", "@shopify/babel-preset": "^24.1.4", - "@shopify/browserslist-config": "^2.2.4", + "@shopify/browserslist-config": "^3.0.0", "@shopify/eslint-plugin": "^41.1.0", "@shopify/loom": "^1.0.1", "@shopify/loom-cli": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index 446ec74df4..a8d2903356 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2979,10 +2979,10 @@ babel-plugin-react-test-id "^1.0.2" babel-plugin-transform-inline-environment-variables "^0.4.3" -"@shopify/browserslist-config@^2.2.4": - version "2.2.4" - resolved "https://registry.yarnpkg.com/@shopify/browserslist-config/-/browserslist-config-2.2.4.tgz#fcb0d1b7e3fab70a6d3cead21c6ceeb7b10fe53f" - integrity sha512-jtg92Qj4s6Nh4/Y7+ITkyoh6mcS4rmQFo55OY6B52KO5hs7ORw40Ayj5pbThmcNyvfxFmU4yi2wV2fuwuanoOA== +"@shopify/browserslist-config@^3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@shopify/browserslist-config/-/browserslist-config-3.0.0.tgz#fedfef0dedc97155a60432c152eff50df88e13d2" + integrity sha512-NzZTZ8EEG6xmM1ApSsQFDqW6C5CmByNhXyLxwWjVX08GzHxkhMc10MSY7WGvTCzd1lQuZEp8Ko/jOCBTQQsEGg== "@shopify/eslint-plugin@^41.1.0": version "41.1.0" @@ -6236,9 +6236,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001317: - version "1.0.30001323" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001323.tgz#a451ff80dec7033016843f532efda18f02eec011" - integrity sha512-e4BF2RlCVELKx8+RmklSEIVub1TWrmdhvA5kEUueummz1XyySW0DVk+3x9HyhU9MuWTa2BhqLgEuEmUwASAdCA== + version "1.0.30001341" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001341.tgz#59590c8ffa8b5939cf4161f00827b8873ad72498" + integrity sha512-2SodVrFFtvGENGCv0ChVJIDQ0KPaS1cg7/qtfMaICgeMolDdo/Z2OD32F0Aq9yl6F4YFwGPBS5AaPqNYiW4PoA== capital-case@^1.0.4: version "1.0.4" From e1df4692d1ab17fa6d67b5080147d6f386810339 Mon Sep 17 00:00:00 2001 From: Victor Sumner Date: Wed, 18 May 2022 16:55:05 -0400 Subject: [PATCH 8/9] Update the changelogs --- packages/address-consts/CHANGELOG.md | 6 +++++- packages/address-mocks/CHANGELOG.md | 6 +++++- packages/address/CHANGELOG.md | 6 +++++- packages/admin-graphql-api-utilities/CHANGELOG.md | 6 +++++- packages/ast-utilities/CHANGELOG.md | 6 +++++- packages/async/CHANGELOG.md | 6 +++++- packages/browser/CHANGELOG.md | 6 +++++- packages/csrf-token-fetcher/CHANGELOG.md | 6 +++++- packages/css-utilities/CHANGELOG.md | 6 +++++- packages/dates/CHANGELOG.md | 6 +++++- packages/decorators/CHANGELOG.md | 6 +++++- packages/function-enhancers/CHANGELOG.md | 6 +++++- packages/graphql-config-utilities/CHANGELOG.md | 6 +++++- packages/graphql-fixtures/CHANGELOG.md | 6 +++++- packages/graphql-mini-transforms/CHANGELOG.md | 6 +++++- packages/graphql-persisted/CHANGELOG.md | 6 +++++- packages/graphql-testing/CHANGELOG.md | 6 +++++- packages/graphql-tool-utilities/CHANGELOG.md | 6 +++++- packages/graphql-typed/CHANGELOG.md | 6 +++++- packages/graphql-typescript-definitions/CHANGELOG.md | 6 +++++- packages/graphql-validate-fixtures/CHANGELOG.md | 6 +++++- packages/i18n/CHANGELOG.md | 6 +++++- packages/jest-dom-mocks/CHANGELOG.md | 6 +++++- packages/jest-koa-mocks/CHANGELOG.md | 6 +++++- packages/koa-liveness-ping/CHANGELOG.md | 6 +++++- packages/koa-metrics/CHANGELOG.md | 6 +++++- packages/koa-performance/CHANGELOG.md | 6 +++++- packages/koa-shopify-graphql-proxy/CHANGELOG.md | 6 +++++- packages/koa-shopify-webhooks/CHANGELOG.md | 6 +++++- packages/logger/CHANGELOG.md | 6 +++++- packages/mime-types/CHANGELOG.md | 6 +++++- packages/network/CHANGELOG.md | 6 +++++- packages/performance/CHANGELOG.md | 6 +++++- packages/polyfills/CHANGELOG.md | 6 +++++- packages/predicates/CHANGELOG.md | 6 +++++- packages/react-app-bridge-universal-provider/CHANGELOG.md | 6 +++++- packages/react-bugsnag/CHANGELOG.md | 6 +++++- packages/react-compose/CHANGELOG.md | 6 +++++- packages/react-cookie/CHANGELOG.md | 6 +++++- packages/react-csrf-universal-provider/CHANGELOG.md | 6 +++++- packages/react-csrf/CHANGELOG.md | 6 +++++- packages/react-effect/CHANGELOG.md | 6 +++++- packages/react-form-state/CHANGELOG.md | 6 +++++- packages/react-form/CHANGELOG.md | 6 +++++- packages/react-google-analytics/CHANGELOG.md | 6 +++++- packages/react-graphql-universal-provider/CHANGELOG.md | 6 +++++- packages/react-graphql/CHANGELOG.md | 6 +++++- packages/react-hooks/CHANGELOG.md | 6 +++++- packages/react-html/CHANGELOG.md | 6 +++++- packages/react-hydrate/CHANGELOG.md | 6 +++++- packages/react-i18n-universal-provider/CHANGELOG.md | 6 +++++- packages/react-idle/CHANGELOG.md | 6 +++++- packages/react-import-remote/CHANGELOG.md | 6 +++++- packages/react-intersection-observer/CHANGELOG.md | 6 +++++- packages/react-network/CHANGELOG.md | 6 +++++- packages/react-performance/CHANGELOG.md | 6 +++++- packages/react-router/CHANGELOG.md | 6 +++++- packages/react-server/CHANGELOG.md | 6 +++++- packages/react-shortcuts/CHANGELOG.md | 6 +++++- packages/react-testing/CHANGELOG.md | 6 +++++- packages/react-tracking-pixel/CHANGELOG.md | 6 +++++- packages/react-universal-provider/CHANGELOG.md | 6 +++++- packages/react-web-worker/CHANGELOG.md | 6 +++++- packages/semaphore/CHANGELOG.md | 6 +++++- packages/sewing-kit-koa/CHANGELOG.md | 6 +++++- packages/statsd/CHANGELOG.md | 6 +++++- packages/storybook-a11y-test/CHANGELOG.md | 6 +++++- packages/useful-types/CHANGELOG.md | 6 +++++- packages/web-worker/CHANGELOG.md | 6 +++++- packages/with-env/CHANGELOG.md | 6 +++++- 70 files changed, 350 insertions(+), 70 deletions(-) diff --git a/packages/address-consts/CHANGELOG.md b/packages/address-consts/CHANGELOG.md index 36becfe7f1..fb32443759 100644 --- a/packages/address-consts/CHANGELOG.md +++ b/packages/address-consts/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.0.10 - 2022-03-09 diff --git a/packages/address-mocks/CHANGELOG.md b/packages/address-mocks/CHANGELOG.md index 6494904bf1..40cf7b9e46 100644 --- a/packages/address-mocks/CHANGELOG.md +++ b/packages/address-mocks/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.0 - 2022-03-10 diff --git a/packages/address/CHANGELOG.md b/packages/address/CHANGELOG.md index 973cc15d9c..aaac2393d0 100644 --- a/packages/address/CHANGELOG.md +++ b/packages/address/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.2.0 - 2022-03-10 diff --git a/packages/admin-graphql-api-utilities/CHANGELOG.md b/packages/admin-graphql-api-utilities/CHANGELOG.md index 4a1fd5c9c6..c4c53464f6 100644 --- a/packages/admin-graphql-api-utilities/CHANGELOG.md +++ b/packages/admin-graphql-api-utilities/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.0.9 - 2022-03-09 diff --git a/packages/ast-utilities/CHANGELOG.md b/packages/ast-utilities/CHANGELOG.md index 2557309839..cf0270260e 100644 --- a/packages/ast-utilities/CHANGELOG.md +++ b/packages/ast-utilities/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.3.4 - 2022-03-09 diff --git a/packages/async/CHANGELOG.md b/packages/async/CHANGELOG.md index 20802284e5..cbc784acc5 100644 --- a/packages/async/CHANGELOG.md +++ b/packages/async/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.1.5 - 2022-03-09 diff --git a/packages/browser/CHANGELOG.md b/packages/browser/CHANGELOG.md index 1ba18a992d..2edca5d879 100644 --- a/packages/browser/CHANGELOG.md +++ b/packages/browser/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.0.9 - 2022-03-09 diff --git a/packages/csrf-token-fetcher/CHANGELOG.md b/packages/csrf-token-fetcher/CHANGELOG.md index 17a0a4e3ed..032cfb3fa4 100644 --- a/packages/csrf-token-fetcher/CHANGELOG.md +++ b/packages/csrf-token-fetcher/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.0.8 - 2022-03-09 diff --git a/packages/css-utilities/CHANGELOG.md b/packages/css-utilities/CHANGELOG.md index ce9ddafa03..6bf168c6f1 100644 --- a/packages/css-utilities/CHANGELOG.md +++ b/packages/css-utilities/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.0.9 - 2022-03-09 diff --git a/packages/dates/CHANGELOG.md b/packages/dates/CHANGELOG.md index ad775328e7..5440f43517 100644 --- a/packages/dates/CHANGELOG.md +++ b/packages/dates/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.1.5 - 2022-03-09 diff --git a/packages/decorators/CHANGELOG.md b/packages/decorators/CHANGELOG.md index f6530c8c5f..fe7ee2e4d0 100644 --- a/packages/decorators/CHANGELOG.md +++ b/packages/decorators/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.0.8 - 2022-03-09 diff --git a/packages/function-enhancers/CHANGELOG.md b/packages/function-enhancers/CHANGELOG.md index 50891861ff..b6ae8eaffc 100644 --- a/packages/function-enhancers/CHANGELOG.md +++ b/packages/function-enhancers/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.0.8 - 2022-03-09 diff --git a/packages/graphql-config-utilities/CHANGELOG.md b/packages/graphql-config-utilities/CHANGELOG.md index 81d3ee6e24..5edbbca9f0 100644 --- a/packages/graphql-config-utilities/CHANGELOG.md +++ b/packages/graphql-config-utilities/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.0.10 - 2022-03-09 diff --git a/packages/graphql-fixtures/CHANGELOG.md b/packages/graphql-fixtures/CHANGELOG.md index dedd441e5a..92bd99986a 100644 --- a/packages/graphql-fixtures/CHANGELOG.md +++ b/packages/graphql-fixtures/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.4.6 - 2022-04-25 diff --git a/packages/graphql-mini-transforms/CHANGELOG.md b/packages/graphql-mini-transforms/CHANGELOG.md index 51fb8327fe..4078a0b8e1 100644 --- a/packages/graphql-mini-transforms/CHANGELOG.md +++ b/packages/graphql-mini-transforms/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.1.0 - 2022-04-25 diff --git a/packages/graphql-persisted/CHANGELOG.md b/packages/graphql-persisted/CHANGELOG.md index 22c0c6ffae..9df1a40c26 100644 --- a/packages/graphql-persisted/CHANGELOG.md +++ b/packages/graphql-persisted/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.1.5 - 2022-03-09 diff --git a/packages/graphql-testing/CHANGELOG.md b/packages/graphql-testing/CHANGELOG.md index a66a57c617..3bbc16af3b 100644 --- a/packages/graphql-testing/CHANGELOG.md +++ b/packages/graphql-testing/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 5.1.9 - 2022-03-09 diff --git a/packages/graphql-tool-utilities/CHANGELOG.md b/packages/graphql-tool-utilities/CHANGELOG.md index 811d786d2e..d5d50bebfe 100644 --- a/packages/graphql-tool-utilities/CHANGELOG.md +++ b/packages/graphql-tool-utilities/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.7 - 2022-04-25 diff --git a/packages/graphql-typed/CHANGELOG.md b/packages/graphql-typed/CHANGELOG.md index c8dca79af2..71d57be58a 100644 --- a/packages/graphql-typed/CHANGELOG.md +++ b/packages/graphql-typed/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.1.5 - 2022-03-09 diff --git a/packages/graphql-typescript-definitions/CHANGELOG.md b/packages/graphql-typescript-definitions/CHANGELOG.md index a1e8ccf8e7..1fd8eec3c3 100644 --- a/packages/graphql-typescript-definitions/CHANGELOG.md +++ b/packages/graphql-typescript-definitions/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.11 - 2022-04-25 diff --git a/packages/graphql-validate-fixtures/CHANGELOG.md b/packages/graphql-validate-fixtures/CHANGELOG.md index 55aa9fd283..e4e6b0962d 100644 --- a/packages/graphql-validate-fixtures/CHANGELOG.md +++ b/packages/graphql-validate-fixtures/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.8 - 2022-04-25 diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 5e24b25a51..0259b9f987 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.0.9 - 2022-03-09 diff --git a/packages/jest-dom-mocks/CHANGELOG.md b/packages/jest-dom-mocks/CHANGELOG.md index 561abc0a38..3ac6b8931c 100644 --- a/packages/jest-dom-mocks/CHANGELOG.md +++ b/packages/jest-dom-mocks/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.0.16 - 2022-03-09 diff --git a/packages/jest-koa-mocks/CHANGELOG.md b/packages/jest-koa-mocks/CHANGELOG.md index d37f5d3449..38b93b4330 100644 --- a/packages/jest-koa-mocks/CHANGELOG.md +++ b/packages/jest-koa-mocks/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.1.5 - 2022-03-09 diff --git a/packages/koa-liveness-ping/CHANGELOG.md b/packages/koa-liveness-ping/CHANGELOG.md index 403243137f..67769989c6 100644 --- a/packages/koa-liveness-ping/CHANGELOG.md +++ b/packages/koa-liveness-ping/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.1.5 - 2022-03-09 diff --git a/packages/koa-metrics/CHANGELOG.md b/packages/koa-metrics/CHANGELOG.md index 658e4dd3ed..555a04bcaf 100644 --- a/packages/koa-metrics/CHANGELOG.md +++ b/packages/koa-metrics/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.1.5 - 2022-03-09 diff --git a/packages/koa-performance/CHANGELOG.md b/packages/koa-performance/CHANGELOG.md index 7f5f61b8b4..89917075f8 100644 --- a/packages/koa-performance/CHANGELOG.md +++ b/packages/koa-performance/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.2.0 - 2022-05-03 diff --git a/packages/koa-shopify-graphql-proxy/CHANGELOG.md b/packages/koa-shopify-graphql-proxy/CHANGELOG.md index b9a6e1499b..17ff986e19 100644 --- a/packages/koa-shopify-graphql-proxy/CHANGELOG.md +++ b/packages/koa-shopify-graphql-proxy/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 6.0.7 - 2022-03-09 diff --git a/packages/koa-shopify-webhooks/CHANGELOG.md b/packages/koa-shopify-webhooks/CHANGELOG.md index 1edc66d89a..e0829d5779 100644 --- a/packages/koa-shopify-webhooks/CHANGELOG.md +++ b/packages/koa-shopify-webhooks/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.4.4 - 2022-03-09 diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index e9741dd199..f6272a23fd 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.0.11 - 2022-03-09 diff --git a/packages/mime-types/CHANGELOG.md b/packages/mime-types/CHANGELOG.md index 4aff934c81..6f2326a2d3 100644 --- a/packages/mime-types/CHANGELOG.md +++ b/packages/mime-types/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.2.4 - 2022-03-09 diff --git a/packages/network/CHANGELOG.md b/packages/network/CHANGELOG.md index 3d3825c14f..050905b352 100644 --- a/packages/network/CHANGELOG.md +++ b/packages/network/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.0.8 - 2022-03-09 diff --git a/packages/performance/CHANGELOG.md b/packages/performance/CHANGELOG.md index 11c8b69bae..60863e76d7 100644 --- a/packages/performance/CHANGELOG.md +++ b/packages/performance/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.0.14 - 2022-03-09 diff --git a/packages/polyfills/CHANGELOG.md b/packages/polyfills/CHANGELOG.md index 46e96e25be..24166b1472 100644 --- a/packages/polyfills/CHANGELOG.md +++ b/packages/polyfills/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.1.13 - 2022-04-25 diff --git a/packages/predicates/CHANGELOG.md b/packages/predicates/CHANGELOG.md index 12cc477d0c..22f8418111 100644 --- a/packages/predicates/CHANGELOG.md +++ b/packages/predicates/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.0.8 - 2022-03-09 diff --git a/packages/react-app-bridge-universal-provider/CHANGELOG.md b/packages/react-app-bridge-universal-provider/CHANGELOG.md index 33c7a970cb..77f48d9556 100644 --- a/packages/react-app-bridge-universal-provider/CHANGELOG.md +++ b/packages/react-app-bridge-universal-provider/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.26 - 2022-04-25 diff --git a/packages/react-bugsnag/CHANGELOG.md b/packages/react-bugsnag/CHANGELOG.md index 18b802c081..0a4417cc33 100644 --- a/packages/react-bugsnag/CHANGELOG.md +++ b/packages/react-bugsnag/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.2.12 - 2022-03-09 diff --git a/packages/react-compose/CHANGELOG.md b/packages/react-compose/CHANGELOG.md index 81c05ba571..ada3982cb9 100644 --- a/packages/react-compose/CHANGELOG.md +++ b/packages/react-compose/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.13 - 2022-04-25 diff --git a/packages/react-cookie/CHANGELOG.md b/packages/react-cookie/CHANGELOG.md index 015b368fcb..0920cb95b8 100644 --- a/packages/react-cookie/CHANGELOG.md +++ b/packages/react-cookie/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.2.13 - 2022-04-25 diff --git a/packages/react-csrf-universal-provider/CHANGELOG.md b/packages/react-csrf-universal-provider/CHANGELOG.md index d88f0ddc39..e261ea9a6b 100644 --- a/packages/react-csrf-universal-provider/CHANGELOG.md +++ b/packages/react-csrf-universal-provider/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.23 - 2022-04-25 diff --git a/packages/react-csrf/CHANGELOG.md b/packages/react-csrf/CHANGELOG.md index 93308e7f1b..bb74c125a5 100644 --- a/packages/react-csrf/CHANGELOG.md +++ b/packages/react-csrf/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.10 - 2022-03-09 diff --git a/packages/react-effect/CHANGELOG.md b/packages/react-effect/CHANGELOG.md index 3649388d5a..5746697657 100644 --- a/packages/react-effect/CHANGELOG.md +++ b/packages/react-effect/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.1.12 - 2022-03-15 diff --git a/packages/react-form-state/CHANGELOG.md b/packages/react-form-state/CHANGELOG.md index f658d09bcc..d1a9f449c6 100644 --- a/packages/react-form-state/CHANGELOG.md +++ b/packages/react-form-state/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.1.15 - 2022-03-09 diff --git a/packages/react-form/CHANGELOG.md b/packages/react-form/CHANGELOG.md index cc5e2ec522..9394a1de74 100644 --- a/packages/react-form/CHANGELOG.md +++ b/packages/react-form/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.1.19 - 2022-04-25 diff --git a/packages/react-google-analytics/CHANGELOG.md b/packages/react-google-analytics/CHANGELOG.md index bae95b7c0a..fdfd00dd5c 100644 --- a/packages/react-google-analytics/CHANGELOG.md +++ b/packages/react-google-analytics/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.1.25 - 2022-04-25 diff --git a/packages/react-graphql-universal-provider/CHANGELOG.md b/packages/react-graphql-universal-provider/CHANGELOG.md index 3367854254..1c082d7fd9 100644 --- a/packages/react-graphql-universal-provider/CHANGELOG.md +++ b/packages/react-graphql-universal-provider/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.4.13 - 2022-04-25 diff --git a/packages/react-graphql/CHANGELOG.md b/packages/react-graphql/CHANGELOG.md index e60b0a532b..d7b255cf33 100644 --- a/packages/react-graphql/CHANGELOG.md +++ b/packages/react-graphql/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 7.2.0 - 2022-04-25 diff --git a/packages/react-hooks/CHANGELOG.md b/packages/react-hooks/CHANGELOG.md index e2ee8debd6..4f1d8abbbb 100644 --- a/packages/react-hooks/CHANGELOG.md +++ b/packages/react-hooks/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.19 - 2022-04-25 diff --git a/packages/react-html/CHANGELOG.md b/packages/react-html/CHANGELOG.md index a9f687144c..786a189fb5 100644 --- a/packages/react-html/CHANGELOG.md +++ b/packages/react-html/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 11.1.23 - 2022-04-25 diff --git a/packages/react-hydrate/CHANGELOG.md b/packages/react-hydrate/CHANGELOG.md index 4daec517b4..50b1a50955 100644 --- a/packages/react-hydrate/CHANGELOG.md +++ b/packages/react-hydrate/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.21 - 2022-04-25 diff --git a/packages/react-i18n-universal-provider/CHANGELOG.md b/packages/react-i18n-universal-provider/CHANGELOG.md index bdc4362a16..dce39f101f 100644 --- a/packages/react-i18n-universal-provider/CHANGELOG.md +++ b/packages/react-i18n-universal-provider/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.34 - 2022-04-25 diff --git a/packages/react-idle/CHANGELOG.md b/packages/react-idle/CHANGELOG.md index 01f7947a2f..d3f797bc2f 100644 --- a/packages/react-idle/CHANGELOG.md +++ b/packages/react-idle/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.14 - 2022-04-25 diff --git a/packages/react-import-remote/CHANGELOG.md b/packages/react-import-remote/CHANGELOG.md index 3f2fb17254..ae696e61aa 100644 --- a/packages/react-import-remote/CHANGELOG.md +++ b/packages/react-import-remote/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.25 - 2022-04-25 diff --git a/packages/react-intersection-observer/CHANGELOG.md b/packages/react-intersection-observer/CHANGELOG.md index fadaffca2c..2f147c4b87 100644 --- a/packages/react-intersection-observer/CHANGELOG.md +++ b/packages/react-intersection-observer/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.1.11 - 2022-03-09 diff --git a/packages/react-network/CHANGELOG.md b/packages/react-network/CHANGELOG.md index c300d79f77..d060fb4221 100644 --- a/packages/react-network/CHANGELOG.md +++ b/packages/react-network/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.2.13 - 2022-04-25 diff --git a/packages/react-performance/CHANGELOG.md b/packages/react-performance/CHANGELOG.md index 0c2a24785e..99b2ec5e3d 100644 --- a/packages/react-performance/CHANGELOG.md +++ b/packages/react-performance/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.14 - 2022-03-09 diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index 5a4378c256..9f0fd305a7 100644 --- a/packages/react-router/CHANGELOG.md +++ b/packages/react-router/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.5.6 - 2022-04-25 diff --git a/packages/react-server/CHANGELOG.md b/packages/react-server/CHANGELOG.md index a238632747..1a1a1e6da1 100644 --- a/packages/react-server/CHANGELOG.md +++ b/packages/react-server/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.13 - 2022-04-25 diff --git a/packages/react-shortcuts/CHANGELOG.md b/packages/react-shortcuts/CHANGELOG.md index dc26fa259b..6e69fb72c3 100644 --- a/packages/react-shortcuts/CHANGELOG.md +++ b/packages/react-shortcuts/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.2.4 - 2022-03-09 diff --git a/packages/react-testing/CHANGELOG.md b/packages/react-testing/CHANGELOG.md index d29c22b91e..52676ffdc9 100644 --- a/packages/react-testing/CHANGELOG.md +++ b/packages/react-testing/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.3.10 - 2022-04-25 diff --git a/packages/react-tracking-pixel/CHANGELOG.md b/packages/react-tracking-pixel/CHANGELOG.md index 169d4ad275..583e6cad65 100644 --- a/packages/react-tracking-pixel/CHANGELOG.md +++ b/packages/react-tracking-pixel/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.1.23 - 2022-04-25 diff --git a/packages/react-universal-provider/CHANGELOG.md b/packages/react-universal-provider/CHANGELOG.md index 67adac2b73..efc65cd193 100644 --- a/packages/react-universal-provider/CHANGELOG.md +++ b/packages/react-universal-provider/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.23 - 2022-04-25 diff --git a/packages/react-web-worker/CHANGELOG.md b/packages/react-web-worker/CHANGELOG.md index 1efae9c3cb..74766f451e 100644 --- a/packages/react-web-worker/CHANGELOG.md +++ b/packages/react-web-worker/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.0.11 - 2022-04-25 diff --git a/packages/semaphore/CHANGELOG.md b/packages/semaphore/CHANGELOG.md index bec574f146..f18e32a94e 100644 --- a/packages/semaphore/CHANGELOG.md +++ b/packages/semaphore/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.0.11 - 2022-03-09 diff --git a/packages/sewing-kit-koa/CHANGELOG.md b/packages/sewing-kit-koa/CHANGELOG.md index 82d9b8640a..211c36be71 100644 --- a/packages/sewing-kit-koa/CHANGELOG.md +++ b/packages/sewing-kit-koa/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 8.1.5 - 2022-03-09 diff --git a/packages/statsd/CHANGELOG.md b/packages/statsd/CHANGELOG.md index 09d1907d81..5e8d1ec312 100644 --- a/packages/statsd/CHANGELOG.md +++ b/packages/statsd/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.0.12 - 2022-03-09 diff --git a/packages/storybook-a11y-test/CHANGELOG.md b/packages/storybook-a11y-test/CHANGELOG.md index b6a472529f..642d022c87 100644 --- a/packages/storybook-a11y-test/CHANGELOG.md +++ b/packages/storybook-a11y-test/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 0.5.1 - 2022-04-25 diff --git a/packages/useful-types/CHANGELOG.md b/packages/useful-types/CHANGELOG.md index 659fe05f2a..560951c98c 100644 --- a/packages/useful-types/CHANGELOG.md +++ b/packages/useful-types/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.0.3 - 2022-04-25 diff --git a/packages/web-worker/CHANGELOG.md b/packages/web-worker/CHANGELOG.md index e3669328b4..c95a5df55b 100644 --- a/packages/web-worker/CHANGELOG.md +++ b/packages/web-worker/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.0.5 - 2022-03-09 diff --git a/packages/with-env/CHANGELOG.md b/packages/with-env/CHANGELOG.md index 7ff3f1df54..6e041a40af 100644 --- a/packages/with-env/CHANGELOG.md +++ b/packages/with-env/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Breaking Change + +- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.0.8 - 2022-03-09 From 706190a4adaa41e4270bbaf4eba7946a0052b4d6 Mon Sep 17 00:00:00 2001 From: Victor Sumner Date: Wed, 18 May 2022 18:01:31 -0400 Subject: [PATCH 9/9] Update the changelogs --- packages/address-consts/CHANGELOG.md | 2 +- packages/address-mocks/CHANGELOG.md | 2 +- packages/address/CHANGELOG.md | 2 +- packages/admin-graphql-api-utilities/CHANGELOG.md | 2 +- packages/ast-utilities/CHANGELOG.md | 2 +- packages/async/CHANGELOG.md | 2 +- packages/browser/CHANGELOG.md | 2 +- packages/csrf-token-fetcher/CHANGELOG.md | 2 +- packages/css-utilities/CHANGELOG.md | 2 +- packages/dates/CHANGELOG.md | 2 +- packages/decorators/CHANGELOG.md | 2 +- packages/function-enhancers/CHANGELOG.md | 2 +- packages/graphql-config-utilities/CHANGELOG.md | 2 +- packages/graphql-fixtures/CHANGELOG.md | 2 +- packages/graphql-mini-transforms/CHANGELOG.md | 2 +- packages/graphql-persisted/CHANGELOG.md | 2 +- packages/graphql-testing/CHANGELOG.md | 2 +- packages/graphql-tool-utilities/CHANGELOG.md | 2 +- packages/graphql-typed/CHANGELOG.md | 2 +- packages/graphql-typescript-definitions/CHANGELOG.md | 2 +- packages/graphql-validate-fixtures/CHANGELOG.md | 2 +- packages/i18n/CHANGELOG.md | 2 +- packages/jest-dom-mocks/CHANGELOG.md | 2 +- packages/jest-koa-mocks/CHANGELOG.md | 2 +- packages/koa-liveness-ping/CHANGELOG.md | 2 +- packages/koa-metrics/CHANGELOG.md | 2 +- packages/koa-performance/CHANGELOG.md | 2 +- packages/koa-shopify-graphql-proxy/CHANGELOG.md | 2 +- packages/koa-shopify-webhooks/CHANGELOG.md | 2 +- packages/logger/CHANGELOG.md | 2 +- packages/mime-types/CHANGELOG.md | 2 +- packages/network/CHANGELOG.md | 2 +- packages/performance/CHANGELOG.md | 2 +- packages/polyfills/CHANGELOG.md | 2 +- packages/predicates/CHANGELOG.md | 2 +- packages/react-app-bridge-universal-provider/CHANGELOG.md | 2 +- packages/react-bugsnag/CHANGELOG.md | 2 +- packages/react-compose/CHANGELOG.md | 2 +- packages/react-cookie/CHANGELOG.md | 2 +- packages/react-csrf-universal-provider/CHANGELOG.md | 2 +- packages/react-csrf/CHANGELOG.md | 2 +- packages/react-effect/CHANGELOG.md | 2 +- packages/react-form-state/CHANGELOG.md | 2 +- packages/react-form/CHANGELOG.md | 2 +- packages/react-google-analytics/CHANGELOG.md | 2 +- packages/react-graphql-universal-provider/CHANGELOG.md | 2 +- packages/react-graphql/CHANGELOG.md | 2 +- packages/react-hooks/CHANGELOG.md | 2 +- packages/react-html/CHANGELOG.md | 2 +- packages/react-hydrate/CHANGELOG.md | 2 +- packages/react-i18n-universal-provider/CHANGELOG.md | 2 +- packages/react-idle/CHANGELOG.md | 2 +- packages/react-import-remote/CHANGELOG.md | 2 +- packages/react-intersection-observer/CHANGELOG.md | 2 +- packages/react-network/CHANGELOG.md | 2 +- packages/react-performance/CHANGELOG.md | 2 +- packages/react-router/CHANGELOG.md | 2 +- packages/react-server/CHANGELOG.md | 2 +- packages/react-shortcuts/CHANGELOG.md | 2 +- packages/react-testing/CHANGELOG.md | 2 +- packages/react-tracking-pixel/CHANGELOG.md | 2 +- packages/react-universal-provider/CHANGELOG.md | 2 +- packages/react-web-worker/CHANGELOG.md | 2 +- packages/semaphore/CHANGELOG.md | 2 +- packages/sewing-kit-koa/CHANGELOG.md | 2 +- packages/statsd/CHANGELOG.md | 2 +- packages/storybook-a11y-test/CHANGELOG.md | 2 +- packages/useful-types/CHANGELOG.md | 2 +- packages/web-worker/CHANGELOG.md | 2 +- packages/with-env/CHANGELOG.md | 2 +- 70 files changed, 70 insertions(+), 70 deletions(-) diff --git a/packages/address-consts/CHANGELOG.md b/packages/address-consts/CHANGELOG.md index fb32443759..20a5b4712d 100644 --- a/packages/address-consts/CHANGELOG.md +++ b/packages/address-consts/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.0.10 - 2022-03-09 diff --git a/packages/address-mocks/CHANGELOG.md b/packages/address-mocks/CHANGELOG.md index 40cf7b9e46..e44916f1bf 100644 --- a/packages/address-mocks/CHANGELOG.md +++ b/packages/address-mocks/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.0 - 2022-03-10 diff --git a/packages/address/CHANGELOG.md b/packages/address/CHANGELOG.md index aaac2393d0..e7dffa4773 100644 --- a/packages/address/CHANGELOG.md +++ b/packages/address/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.2.0 - 2022-03-10 diff --git a/packages/admin-graphql-api-utilities/CHANGELOG.md b/packages/admin-graphql-api-utilities/CHANGELOG.md index c4c53464f6..c463990bf2 100644 --- a/packages/admin-graphql-api-utilities/CHANGELOG.md +++ b/packages/admin-graphql-api-utilities/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.0.9 - 2022-03-09 diff --git a/packages/ast-utilities/CHANGELOG.md b/packages/ast-utilities/CHANGELOG.md index cf0270260e..da62a1df32 100644 --- a/packages/ast-utilities/CHANGELOG.md +++ b/packages/ast-utilities/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.3.4 - 2022-03-09 diff --git a/packages/async/CHANGELOG.md b/packages/async/CHANGELOG.md index cbc784acc5..e4b80ae79b 100644 --- a/packages/async/CHANGELOG.md +++ b/packages/async/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.1.5 - 2022-03-09 diff --git a/packages/browser/CHANGELOG.md b/packages/browser/CHANGELOG.md index 2edca5d879..48e634a1f4 100644 --- a/packages/browser/CHANGELOG.md +++ b/packages/browser/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.0.9 - 2022-03-09 diff --git a/packages/csrf-token-fetcher/CHANGELOG.md b/packages/csrf-token-fetcher/CHANGELOG.md index 032cfb3fa4..744c2318d5 100644 --- a/packages/csrf-token-fetcher/CHANGELOG.md +++ b/packages/csrf-token-fetcher/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.0.8 - 2022-03-09 diff --git a/packages/css-utilities/CHANGELOG.md b/packages/css-utilities/CHANGELOG.md index 6bf168c6f1..bab9b2c1ac 100644 --- a/packages/css-utilities/CHANGELOG.md +++ b/packages/css-utilities/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.0.9 - 2022-03-09 diff --git a/packages/dates/CHANGELOG.md b/packages/dates/CHANGELOG.md index 5440f43517..8a0e57828d 100644 --- a/packages/dates/CHANGELOG.md +++ b/packages/dates/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.1.5 - 2022-03-09 diff --git a/packages/decorators/CHANGELOG.md b/packages/decorators/CHANGELOG.md index fe7ee2e4d0..312bd3bc4d 100644 --- a/packages/decorators/CHANGELOG.md +++ b/packages/decorators/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.0.8 - 2022-03-09 diff --git a/packages/function-enhancers/CHANGELOG.md b/packages/function-enhancers/CHANGELOG.md index b6ae8eaffc..cbb3ab4467 100644 --- a/packages/function-enhancers/CHANGELOG.md +++ b/packages/function-enhancers/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.0.8 - 2022-03-09 diff --git a/packages/graphql-config-utilities/CHANGELOG.md b/packages/graphql-config-utilities/CHANGELOG.md index 5edbbca9f0..ae375703d9 100644 --- a/packages/graphql-config-utilities/CHANGELOG.md +++ b/packages/graphql-config-utilities/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.0.10 - 2022-03-09 diff --git a/packages/graphql-fixtures/CHANGELOG.md b/packages/graphql-fixtures/CHANGELOG.md index 92bd99986a..7c5aae78cf 100644 --- a/packages/graphql-fixtures/CHANGELOG.md +++ b/packages/graphql-fixtures/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.4.6 - 2022-04-25 diff --git a/packages/graphql-mini-transforms/CHANGELOG.md b/packages/graphql-mini-transforms/CHANGELOG.md index 4078a0b8e1..e61f2612fb 100644 --- a/packages/graphql-mini-transforms/CHANGELOG.md +++ b/packages/graphql-mini-transforms/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.1.0 - 2022-04-25 diff --git a/packages/graphql-persisted/CHANGELOG.md b/packages/graphql-persisted/CHANGELOG.md index 9df1a40c26..76a8c3cac9 100644 --- a/packages/graphql-persisted/CHANGELOG.md +++ b/packages/graphql-persisted/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.1.5 - 2022-03-09 diff --git a/packages/graphql-testing/CHANGELOG.md b/packages/graphql-testing/CHANGELOG.md index 3bbc16af3b..50ed7a0bf0 100644 --- a/packages/graphql-testing/CHANGELOG.md +++ b/packages/graphql-testing/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 5.1.9 - 2022-03-09 diff --git a/packages/graphql-tool-utilities/CHANGELOG.md b/packages/graphql-tool-utilities/CHANGELOG.md index d5d50bebfe..4a6f15abcc 100644 --- a/packages/graphql-tool-utilities/CHANGELOG.md +++ b/packages/graphql-tool-utilities/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.7 - 2022-04-25 diff --git a/packages/graphql-typed/CHANGELOG.md b/packages/graphql-typed/CHANGELOG.md index 71d57be58a..898115dd95 100644 --- a/packages/graphql-typed/CHANGELOG.md +++ b/packages/graphql-typed/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.1.5 - 2022-03-09 diff --git a/packages/graphql-typescript-definitions/CHANGELOG.md b/packages/graphql-typescript-definitions/CHANGELOG.md index 1fd8eec3c3..79b8c4340d 100644 --- a/packages/graphql-typescript-definitions/CHANGELOG.md +++ b/packages/graphql-typescript-definitions/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.11 - 2022-04-25 diff --git a/packages/graphql-validate-fixtures/CHANGELOG.md b/packages/graphql-validate-fixtures/CHANGELOG.md index e4e6b0962d..0269b7715a 100644 --- a/packages/graphql-validate-fixtures/CHANGELOG.md +++ b/packages/graphql-validate-fixtures/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.8 - 2022-04-25 diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 0259b9f987..d0e0effef3 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.0.9 - 2022-03-09 diff --git a/packages/jest-dom-mocks/CHANGELOG.md b/packages/jest-dom-mocks/CHANGELOG.md index 3ac6b8931c..477ce3167e 100644 --- a/packages/jest-dom-mocks/CHANGELOG.md +++ b/packages/jest-dom-mocks/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.0.16 - 2022-03-09 diff --git a/packages/jest-koa-mocks/CHANGELOG.md b/packages/jest-koa-mocks/CHANGELOG.md index 38b93b4330..fbab735733 100644 --- a/packages/jest-koa-mocks/CHANGELOG.md +++ b/packages/jest-koa-mocks/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.1.5 - 2022-03-09 diff --git a/packages/koa-liveness-ping/CHANGELOG.md b/packages/koa-liveness-ping/CHANGELOG.md index 67769989c6..53fae25b30 100644 --- a/packages/koa-liveness-ping/CHANGELOG.md +++ b/packages/koa-liveness-ping/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.1.5 - 2022-03-09 diff --git a/packages/koa-metrics/CHANGELOG.md b/packages/koa-metrics/CHANGELOG.md index 555a04bcaf..c43ba0b523 100644 --- a/packages/koa-metrics/CHANGELOG.md +++ b/packages/koa-metrics/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.1.5 - 2022-03-09 diff --git a/packages/koa-performance/CHANGELOG.md b/packages/koa-performance/CHANGELOG.md index 89917075f8..85dbd312b7 100644 --- a/packages/koa-performance/CHANGELOG.md +++ b/packages/koa-performance/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.2.0 - 2022-05-03 diff --git a/packages/koa-shopify-graphql-proxy/CHANGELOG.md b/packages/koa-shopify-graphql-proxy/CHANGELOG.md index 17ff986e19..e75f1f46be 100644 --- a/packages/koa-shopify-graphql-proxy/CHANGELOG.md +++ b/packages/koa-shopify-graphql-proxy/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 6.0.7 - 2022-03-09 diff --git a/packages/koa-shopify-webhooks/CHANGELOG.md b/packages/koa-shopify-webhooks/CHANGELOG.md index e0829d5779..37132cb935 100644 --- a/packages/koa-shopify-webhooks/CHANGELOG.md +++ b/packages/koa-shopify-webhooks/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.4.4 - 2022-03-09 diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index f6272a23fd..de9dea3852 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.0.11 - 2022-03-09 diff --git a/packages/mime-types/CHANGELOG.md b/packages/mime-types/CHANGELOG.md index 6f2326a2d3..4c791a005a 100644 --- a/packages/mime-types/CHANGELOG.md +++ b/packages/mime-types/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.2.4 - 2022-03-09 diff --git a/packages/network/CHANGELOG.md b/packages/network/CHANGELOG.md index 050905b352..fa9bd0ec34 100644 --- a/packages/network/CHANGELOG.md +++ b/packages/network/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.0.8 - 2022-03-09 diff --git a/packages/performance/CHANGELOG.md b/packages/performance/CHANGELOG.md index 60863e76d7..dafb4679b4 100644 --- a/packages/performance/CHANGELOG.md +++ b/packages/performance/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.0.14 - 2022-03-09 diff --git a/packages/polyfills/CHANGELOG.md b/packages/polyfills/CHANGELOG.md index 24166b1472..bdd410e2c5 100644 --- a/packages/polyfills/CHANGELOG.md +++ b/packages/polyfills/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.1.13 - 2022-04-25 diff --git a/packages/predicates/CHANGELOG.md b/packages/predicates/CHANGELOG.md index 22f8418111..44eca237e8 100644 --- a/packages/predicates/CHANGELOG.md +++ b/packages/predicates/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.0.8 - 2022-03-09 diff --git a/packages/react-app-bridge-universal-provider/CHANGELOG.md b/packages/react-app-bridge-universal-provider/CHANGELOG.md index 77f48d9556..576496e34a 100644 --- a/packages/react-app-bridge-universal-provider/CHANGELOG.md +++ b/packages/react-app-bridge-universal-provider/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.26 - 2022-04-25 diff --git a/packages/react-bugsnag/CHANGELOG.md b/packages/react-bugsnag/CHANGELOG.md index 0a4417cc33..eafb350630 100644 --- a/packages/react-bugsnag/CHANGELOG.md +++ b/packages/react-bugsnag/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.2.12 - 2022-03-09 diff --git a/packages/react-compose/CHANGELOG.md b/packages/react-compose/CHANGELOG.md index ada3982cb9..3cc701f6c5 100644 --- a/packages/react-compose/CHANGELOG.md +++ b/packages/react-compose/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.13 - 2022-04-25 diff --git a/packages/react-cookie/CHANGELOG.md b/packages/react-cookie/CHANGELOG.md index 0920cb95b8..bf2f129dc8 100644 --- a/packages/react-cookie/CHANGELOG.md +++ b/packages/react-cookie/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.2.13 - 2022-04-25 diff --git a/packages/react-csrf-universal-provider/CHANGELOG.md b/packages/react-csrf-universal-provider/CHANGELOG.md index e261ea9a6b..79ccb66f97 100644 --- a/packages/react-csrf-universal-provider/CHANGELOG.md +++ b/packages/react-csrf-universal-provider/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.23 - 2022-04-25 diff --git a/packages/react-csrf/CHANGELOG.md b/packages/react-csrf/CHANGELOG.md index bb74c125a5..6c75a8fe81 100644 --- a/packages/react-csrf/CHANGELOG.md +++ b/packages/react-csrf/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.10 - 2022-03-09 diff --git a/packages/react-effect/CHANGELOG.md b/packages/react-effect/CHANGELOG.md index 5746697657..284bf2109b 100644 --- a/packages/react-effect/CHANGELOG.md +++ b/packages/react-effect/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.1.12 - 2022-03-15 diff --git a/packages/react-form-state/CHANGELOG.md b/packages/react-form-state/CHANGELOG.md index d1a9f449c6..231ea5d948 100644 --- a/packages/react-form-state/CHANGELOG.md +++ b/packages/react-form-state/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.1.15 - 2022-03-09 diff --git a/packages/react-form/CHANGELOG.md b/packages/react-form/CHANGELOG.md index 9394a1de74..08e1c2443a 100644 --- a/packages/react-form/CHANGELOG.md +++ b/packages/react-form/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.1.19 - 2022-04-25 diff --git a/packages/react-google-analytics/CHANGELOG.md b/packages/react-google-analytics/CHANGELOG.md index fdfd00dd5c..4d9a43bec4 100644 --- a/packages/react-google-analytics/CHANGELOG.md +++ b/packages/react-google-analytics/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.1.25 - 2022-04-25 diff --git a/packages/react-graphql-universal-provider/CHANGELOG.md b/packages/react-graphql-universal-provider/CHANGELOG.md index 1c082d7fd9..a66cc3516d 100644 --- a/packages/react-graphql-universal-provider/CHANGELOG.md +++ b/packages/react-graphql-universal-provider/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.4.13 - 2022-04-25 diff --git a/packages/react-graphql/CHANGELOG.md b/packages/react-graphql/CHANGELOG.md index d7b255cf33..6b43dff439 100644 --- a/packages/react-graphql/CHANGELOG.md +++ b/packages/react-graphql/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 7.2.0 - 2022-04-25 diff --git a/packages/react-hooks/CHANGELOG.md b/packages/react-hooks/CHANGELOG.md index 4f1d8abbbb..10c29bb73e 100644 --- a/packages/react-hooks/CHANGELOG.md +++ b/packages/react-hooks/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.19 - 2022-04-25 diff --git a/packages/react-html/CHANGELOG.md b/packages/react-html/CHANGELOG.md index 786a189fb5..b47931ae0c 100644 --- a/packages/react-html/CHANGELOG.md +++ b/packages/react-html/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 11.1.23 - 2022-04-25 diff --git a/packages/react-hydrate/CHANGELOG.md b/packages/react-hydrate/CHANGELOG.md index 50b1a50955..61a8cc7c20 100644 --- a/packages/react-hydrate/CHANGELOG.md +++ b/packages/react-hydrate/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.21 - 2022-04-25 diff --git a/packages/react-i18n-universal-provider/CHANGELOG.md b/packages/react-i18n-universal-provider/CHANGELOG.md index dce39f101f..967371bfac 100644 --- a/packages/react-i18n-universal-provider/CHANGELOG.md +++ b/packages/react-i18n-universal-provider/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.34 - 2022-04-25 diff --git a/packages/react-idle/CHANGELOG.md b/packages/react-idle/CHANGELOG.md index d3f797bc2f..4ab5a2b1e6 100644 --- a/packages/react-idle/CHANGELOG.md +++ b/packages/react-idle/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.14 - 2022-04-25 diff --git a/packages/react-import-remote/CHANGELOG.md b/packages/react-import-remote/CHANGELOG.md index ae696e61aa..21b434243d 100644 --- a/packages/react-import-remote/CHANGELOG.md +++ b/packages/react-import-remote/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.25 - 2022-04-25 diff --git a/packages/react-intersection-observer/CHANGELOG.md b/packages/react-intersection-observer/CHANGELOG.md index 2f147c4b87..ee8a8cfab0 100644 --- a/packages/react-intersection-observer/CHANGELOG.md +++ b/packages/react-intersection-observer/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.1.11 - 2022-03-09 diff --git a/packages/react-network/CHANGELOG.md b/packages/react-network/CHANGELOG.md index d060fb4221..c62d588022 100644 --- a/packages/react-network/CHANGELOG.md +++ b/packages/react-network/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.2.13 - 2022-04-25 diff --git a/packages/react-performance/CHANGELOG.md b/packages/react-performance/CHANGELOG.md index 99b2ec5e3d..054fa32869 100644 --- a/packages/react-performance/CHANGELOG.md +++ b/packages/react-performance/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.14 - 2022-03-09 diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index 9f0fd305a7..a5a285e646 100644 --- a/packages/react-router/CHANGELOG.md +++ b/packages/react-router/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 1.5.6 - 2022-04-25 diff --git a/packages/react-server/CHANGELOG.md b/packages/react-server/CHANGELOG.md index 1a1a1e6da1..10c82987cd 100644 --- a/packages/react-server/CHANGELOG.md +++ b/packages/react-server/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.13 - 2022-04-25 diff --git a/packages/react-shortcuts/CHANGELOG.md b/packages/react-shortcuts/CHANGELOG.md index 6e69fb72c3..fc73b26ae6 100644 --- a/packages/react-shortcuts/CHANGELOG.md +++ b/packages/react-shortcuts/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.2.4 - 2022-03-09 diff --git a/packages/react-testing/CHANGELOG.md b/packages/react-testing/CHANGELOG.md index 52676ffdc9..cbc205e1f6 100644 --- a/packages/react-testing/CHANGELOG.md +++ b/packages/react-testing/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.3.10 - 2022-04-25 diff --git a/packages/react-tracking-pixel/CHANGELOG.md b/packages/react-tracking-pixel/CHANGELOG.md index 583e6cad65..02a30b3eef 100644 --- a/packages/react-tracking-pixel/CHANGELOG.md +++ b/packages/react-tracking-pixel/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.1.23 - 2022-04-25 diff --git a/packages/react-universal-provider/CHANGELOG.md b/packages/react-universal-provider/CHANGELOG.md index efc65cd193..44f3e5c37f 100644 --- a/packages/react-universal-provider/CHANGELOG.md +++ b/packages/react-universal-provider/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.1.23 - 2022-04-25 diff --git a/packages/react-web-worker/CHANGELOG.md b/packages/react-web-worker/CHANGELOG.md index 74766f451e..23da4f67fe 100644 --- a/packages/react-web-worker/CHANGELOG.md +++ b/packages/react-web-worker/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.0.11 - 2022-04-25 diff --git a/packages/semaphore/CHANGELOG.md b/packages/semaphore/CHANGELOG.md index f18e32a94e..8ffad6f215 100644 --- a/packages/semaphore/CHANGELOG.md +++ b/packages/semaphore/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.0.11 - 2022-03-09 diff --git a/packages/sewing-kit-koa/CHANGELOG.md b/packages/sewing-kit-koa/CHANGELOG.md index 211c36be71..126d3e5dc1 100644 --- a/packages/sewing-kit-koa/CHANGELOG.md +++ b/packages/sewing-kit-koa/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 8.1.5 - 2022-03-09 diff --git a/packages/statsd/CHANGELOG.md b/packages/statsd/CHANGELOG.md index 5e8d1ec312..4735b620b3 100644 --- a/packages/statsd/CHANGELOG.md +++ b/packages/statsd/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 3.0.12 - 2022-03-09 diff --git a/packages/storybook-a11y-test/CHANGELOG.md b/packages/storybook-a11y-test/CHANGELOG.md index 642d022c87..6cafa043da 100644 --- a/packages/storybook-a11y-test/CHANGELOG.md +++ b/packages/storybook-a11y-test/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 0.5.1 - 2022-04-25 diff --git a/packages/useful-types/CHANGELOG.md b/packages/useful-types/CHANGELOG.md index 560951c98c..ad2aa97917 100644 --- a/packages/useful-types/CHANGELOG.md +++ b/packages/useful-types/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.0.3 - 2022-04-25 diff --git a/packages/web-worker/CHANGELOG.md b/packages/web-worker/CHANGELOG.md index c95a5df55b..eddbf0f62c 100644 --- a/packages/web-worker/CHANGELOG.md +++ b/packages/web-worker/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 4.0.5 - 2022-03-09 diff --git a/packages/with-env/CHANGELOG.md b/packages/with-env/CHANGELOG.md index 6e041a40af..42ef55cc10 100644 --- a/packages/with-env/CHANGELOG.md +++ b/packages/with-env/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Breaking Change -- Drop support for node 12. Remove wildcard export. Update `@shopify/browserslist-config`. [[#2277](https://github.com/Shopify/quilt/pull/2277)] +- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)] ## 2.0.8 - 2022-03-09