From 1df597f35f7488c352ac88bd00372159847c1574 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 00:16:09 +0000 Subject: [PATCH 1/3] chore(deps): update dependency bob-the-bundler to v4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 49810f7d..b86d9504 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "babel-jest": "28.1.3", "babel-plugin-parameter-decorator": "1.0.16", "babel-plugin-transform-typescript-metadata": "0.3.2", - "bob-the-bundler": "3.0.5", + "bob-the-bundler": "4.0.0", "graphql": "16.5.0", "husky": "8.0.1", "jest": "28.1.3", diff --git a/yarn.lock b/yarn.lock index dc1f7400..5ec90ff4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3155,10 +3155,10 @@ binary-extensions@^2.0.0: resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d" integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== -bob-the-bundler@3.0.5: - version "3.0.5" - resolved "https://registry.yarnpkg.com/bob-the-bundler/-/bob-the-bundler-3.0.5.tgz#21add478d193690fa2ad2e1af918ee9fe62c2142" - integrity sha512-j5QPBp+jYB+13KcaQpKE3Qg5wM/l9ojFOvTMeymC8I+THoJJEdcopDxgTjwg1KVuVvFCmXIjx+YAhBA9hFupKA== +bob-the-bundler@4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/bob-the-bundler/-/bob-the-bundler-4.0.0.tgz#b4998b7693cd824ddc63dea251c02e218aebbfeb" + integrity sha512-/DorxQaL3tESxBFfe5cPZbuWRS33EA3oada/7DJ0Be9Ot2GhYfK6BaXBgatEuGI/t0t9rJv6RoR+L/+zUHPllg== dependencies: "@rollup/plugin-json" "^4.1.0" "@rollup/plugin-node-resolve" "^13.3.0" From 006ce33096d2a6f4f37c4b04188bc344c54b6a02 Mon Sep 17 00:00:00 2001 From: Dotan Simha Date: Tue, 9 Aug 2022 10:05:11 +0300 Subject: [PATCH 2/3] try to fix bob issues --- packages/add-source-name/package.json | 2 +- packages/apollo/package.json | 2 +- packages/auto-pagination/package.json | 2 +- packages/auto-type-merging/package.json | 2 +- packages/block-tracking/package.json | 2 +- packages/cli/package.json | 2 +- packages/urql/package.json | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/add-source-name/package.json b/packages/add-source-name/package.json index a35ada3e..5e7bcb51 100644 --- a/packages/add-source-name/package.json +++ b/packages/add-source-name/package.json @@ -27,7 +27,7 @@ "exports": { ".": { "require": { - "types": "./dist/typings/index.d.ts", + "types": "./dist/typings/index.d.cts", "default": "./dist/cjs/index.js" }, "import": { diff --git a/packages/apollo/package.json b/packages/apollo/package.json index a3f8ba45..9fffa81d 100644 --- a/packages/apollo/package.json +++ b/packages/apollo/package.json @@ -27,7 +27,7 @@ "exports": { ".": { "require": { - "types": "./dist/typings/index.d.ts", + "types": "./dist/typings/index.d.cts", "default": "./dist/cjs/index.js" }, "import": { diff --git a/packages/auto-pagination/package.json b/packages/auto-pagination/package.json index f40e4c0f..78368825 100644 --- a/packages/auto-pagination/package.json +++ b/packages/auto-pagination/package.json @@ -27,7 +27,7 @@ "exports": { ".": { "require": { - "types": "./dist/typings/index.d.ts", + "types": "./dist/typings/index.d.cts", "default": "./dist/cjs/index.js" }, "import": { diff --git a/packages/auto-type-merging/package.json b/packages/auto-type-merging/package.json index 2519492d..0d7f8e3a 100644 --- a/packages/auto-type-merging/package.json +++ b/packages/auto-type-merging/package.json @@ -27,7 +27,7 @@ "exports": { ".": { "require": { - "types": "./dist/typings/index.d.ts", + "types": "./dist/typings/index.d.cts", "default": "./dist/cjs/index.js" }, "import": { diff --git a/packages/block-tracking/package.json b/packages/block-tracking/package.json index fa01a483..879e0d4a 100644 --- a/packages/block-tracking/package.json +++ b/packages/block-tracking/package.json @@ -27,7 +27,7 @@ "exports": { ".": { "require": { - "types": "./dist/typings/index.d.ts", + "types": "./dist/typings/index.d.cts", "default": "./dist/cjs/index.js" }, "import": { diff --git a/packages/cli/package.json b/packages/cli/package.json index d92858b5..b3391834 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -30,7 +30,7 @@ "exports": { ".": { "require": { - "types": "./dist/typings/index.d.ts", + "types": "./dist/typings/index.d.cts", "default": "./dist/cjs/index.js" }, "import": { diff --git a/packages/urql/package.json b/packages/urql/package.json index 288b04a4..9cb86360 100644 --- a/packages/urql/package.json +++ b/packages/urql/package.json @@ -27,7 +27,7 @@ "exports": { ".": { "require": { - "types": "./dist/typings/index.d.ts", + "types": "./dist/typings/index.d.cts", "default": "./dist/cjs/index.js" }, "import": { @@ -41,7 +41,7 @@ }, "./*": { "require": { - "types": "./dist/typings/*.d.ts", + "types": "./dist/typings/*.d.cts", "default": "./dist/cjs/*.js" }, "import": { From 082014babc438c3bddbc4ffffa4fa6e5e0860e9b Mon Sep 17 00:00:00 2001 From: Dotan Simha Date: Tue, 9 Aug 2022 10:16:07 +0300 Subject: [PATCH 3/3] Create tricky-frogs-attend.md --- .changeset/tricky-frogs-attend.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .changeset/tricky-frogs-attend.md diff --git a/.changeset/tricky-frogs-attend.md b/.changeset/tricky-frogs-attend.md new file mode 100644 index 00000000..17843549 --- /dev/null +++ b/.changeset/tricky-frogs-attend.md @@ -0,0 +1,11 @@ +--- +"@graphprotocol/client-add-source-name": patch +"@graphprotocol/client-apollo": patch +"@graphprotocol/client-auto-pagination": patch +"@graphprotocol/client-auto-type-merging": patch +"@graphprotocol/client-block-tracking": patch +"@graphprotocol/client-cli": patch +"@graphprotocol/client-urql": patch +--- + +- Fix `package.json` issues with `exports.require` configuration.