Mirror: The spec-compliant minimum of client-side GraphQL.

chore(workspace): Update changesets

+101 -59
+10 -1
.changeset/config.json
··· 3 3 "changelog": "../scripts/changelog.js", 4 4 "commit": false, 5 5 "access": "public", 6 - "baseBranch": "main" 6 + "baseBranch": "main", 7 + "updateInternalDependencies": "minor", 8 + "snapshot": { 9 + "prereleaseTemplate": "{tag}-{commit}", 10 + "useCalculatedVersion": true 11 + }, 12 + "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { 13 + "onlyUpdatePeerDependentsWhenOutOfRange": true, 14 + "updateInternalDependents": "out-of-range" 15 + } 7 16 }
+1 -1
.github/workflows/release.yml
··· 51 51 52 52 - name: PR or Publish 53 53 id: changesets 54 - uses: changesets/action@v1.4.1 54 + uses: changesets/action@v1.4.5 55 55 with: 56 56 version: pnpm changeset:version 57 57 publish: pnpm changeset:publish
+2 -2
package.json
··· 15 15 ], 16 16 "exports": { 17 17 ".": { 18 + "types": "./dist/graphql.web.d.ts", 18 19 "import": "./dist/graphql.web.mjs", 19 20 "require": "./dist/graphql.web.js", 20 - "types": "./dist/graphql.web.d.ts", 21 21 "source": "./src/index.ts" 22 22 }, 23 23 "./package.json": "./package.json" ··· 74 74 ] 75 75 }, 76 76 "devDependencies": { 77 - "@changesets/cli": "^2.26.0", 77 + "@changesets/cli": "^2.26.2", 78 78 "@changesets/get-github-info": "^0.5.2", 79 79 "@rollup/plugin-buble": "^1.0.2", 80 80 "@rollup/plugin-commonjs": "^24.0.1",
+88 -55
pnpm-lock.yaml
··· 9 9 .: 10 10 devDependencies: 11 11 '@changesets/cli': 12 - specifier: ^2.26.0 13 - version: 2.26.0 12 + specifier: ^2.26.2 13 + version: 2.26.2 14 14 '@changesets/get-github-info': 15 15 specifier: ^0.5.2 16 16 version: 0.5.2 ··· 114 114 '@babel/highlight': 7.18.6 115 115 dev: true 116 116 117 + /@babel/code-frame@7.22.5: 118 + resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==} 119 + engines: {node: '>=6.9.0'} 120 + requiresBuild: true 121 + dependencies: 122 + '@babel/highlight': 7.22.5 123 + dev: true 124 + optional: true 125 + 117 126 /@babel/helper-validator-identifier@7.19.1: 118 127 resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} 119 128 engines: {node: '>=6.9.0'} 120 129 dev: true 121 130 131 + /@babel/helper-validator-identifier@7.22.5: 132 + resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} 133 + engines: {node: '>=6.9.0'} 134 + dev: true 135 + optional: true 136 + 122 137 /@babel/highlight@7.18.6: 123 138 resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} 124 139 engines: {node: '>=6.9.0'} ··· 128 143 js-tokens: 4.0.0 129 144 dev: true 130 145 131 - /@babel/runtime@7.21.0: 132 - resolution: {integrity: sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==} 146 + /@babel/highlight@7.22.5: 147 + resolution: {integrity: sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==} 148 + engines: {node: '>=6.9.0'} 149 + dependencies: 150 + '@babel/helper-validator-identifier': 7.22.5 151 + chalk: 2.4.2 152 + js-tokens: 4.0.0 153 + dev: true 154 + optional: true 155 + 156 + /@babel/runtime@7.22.5: 157 + resolution: {integrity: sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==} 133 158 engines: {node: '>=6.9.0'} 134 159 dependencies: 135 160 regenerator-runtime: 0.13.11 ··· 139 164 resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} 140 165 dev: true 141 166 142 - /@changesets/apply-release-plan@6.1.3: 143 - resolution: {integrity: sha512-ECDNeoc3nfeAe1jqJb5aFQX7CqzQhD2klXRez2JDb/aVpGUbX673HgKrnrgJRuQR/9f2TtLoYIzrGB9qwD77mg==} 167 + /@changesets/apply-release-plan@6.1.4: 168 + resolution: {integrity: sha512-FMpKF1fRlJyCZVYHr3CbinpZZ+6MwvOtWUuO8uo+svcATEoc1zRDcj23pAurJ2TZ/uVz1wFHH6K3NlACy0PLew==} 144 169 dependencies: 145 - '@babel/runtime': 7.21.0 146 - '@changesets/config': 2.3.0 170 + '@babel/runtime': 7.22.5 171 + '@changesets/config': 2.3.1 147 172 '@changesets/get-version-range-type': 0.3.2 148 173 '@changesets/git': 2.0.0 149 174 '@changesets/types': 5.2.1 ··· 154 179 outdent: 0.5.0 155 180 prettier: 2.8.4 156 181 resolve-from: 5.0.0 157 - semver: 5.7.1 182 + semver: 7.5.3 158 183 dev: true 159 184 160 - /@changesets/assemble-release-plan@5.2.3: 161 - resolution: {integrity: sha512-g7EVZCmnWz3zMBAdrcKhid4hkHT+Ft1n0mLussFMcB1dE2zCuwcvGoy9ec3yOgPGF4hoMtgHaMIk3T3TBdvU9g==} 185 + /@changesets/assemble-release-plan@5.2.4: 186 + resolution: {integrity: sha512-xJkWX+1/CUaOUWTguXEbCDTyWJFECEhmdtbkjhn5GVBGxdP/JwaHBIU9sW3FR6gD07UwZ7ovpiPclQZs+j+mvg==} 162 187 dependencies: 163 - '@babel/runtime': 7.21.0 188 + '@babel/runtime': 7.22.5 164 189 '@changesets/errors': 0.1.4 165 - '@changesets/get-dependents-graph': 1.3.5 190 + '@changesets/get-dependents-graph': 1.3.6 166 191 '@changesets/types': 5.2.1 167 192 '@manypkg/get-packages': 1.1.3 168 - semver: 5.7.1 193 + semver: 7.5.3 169 194 dev: true 170 195 171 196 /@changesets/changelog-git@0.1.14: ··· 174 199 '@changesets/types': 5.2.1 175 200 dev: true 176 201 177 - /@changesets/cli@2.26.0: 178 - resolution: {integrity: sha512-0cbTiDms+ICTVtEwAFLNW0jBNex9f5+fFv3I771nBvdnV/mOjd1QJ4+f8KtVSOrwD9SJkk9xbDkWFb0oXd8d1Q==} 202 + /@changesets/cli@2.26.2: 203 + resolution: {integrity: sha512-dnWrJTmRR8bCHikJHl9b9HW3gXACCehz4OasrXpMp7sx97ECuBGGNjJhjPhdZNCvMy9mn4BWdplI323IbqsRig==} 179 204 hasBin: true 180 205 dependencies: 181 - '@babel/runtime': 7.21.0 182 - '@changesets/apply-release-plan': 6.1.3 183 - '@changesets/assemble-release-plan': 5.2.3 206 + '@babel/runtime': 7.22.5 207 + '@changesets/apply-release-plan': 6.1.4 208 + '@changesets/assemble-release-plan': 5.2.4 184 209 '@changesets/changelog-git': 0.1.14 185 - '@changesets/config': 2.3.0 210 + '@changesets/config': 2.3.1 186 211 '@changesets/errors': 0.1.4 187 - '@changesets/get-dependents-graph': 1.3.5 188 - '@changesets/get-release-plan': 3.0.16 212 + '@changesets/get-dependents-graph': 1.3.6 213 + '@changesets/get-release-plan': 3.0.17 189 214 '@changesets/git': 2.0.0 190 215 '@changesets/logger': 0.0.5 191 216 '@changesets/pre': 1.0.14 ··· 194 219 '@changesets/write': 0.2.3 195 220 '@manypkg/get-packages': 1.1.3 196 221 '@types/is-ci': 3.0.0 197 - '@types/semver': 6.2.3 222 + '@types/semver': 7.5.0 198 223 ansi-colors: 4.1.3 199 224 chalk: 2.4.2 200 225 enquirer: 2.3.6 ··· 207 232 p-limit: 2.3.0 208 233 preferred-pm: 3.0.3 209 234 resolve-from: 5.0.0 210 - semver: 5.7.1 235 + semver: 7.5.3 211 236 spawndamnit: 2.0.0 212 237 term-size: 2.2.1 213 238 tty-table: 4.2.1 214 239 dev: true 215 240 216 - /@changesets/config@2.3.0: 217 - resolution: {integrity: sha512-EgP/px6mhCx8QeaMAvWtRrgyxW08k/Bx2tpGT+M84jEdX37v3VKfh4Cz1BkwrYKuMV2HZKeHOh8sHvja/HcXfQ==} 241 + /@changesets/config@2.3.1: 242 + resolution: {integrity: sha512-PQXaJl82CfIXddUOppj4zWu+987GCw2M+eQcOepxN5s+kvnsZOwjEJO3DH9eVy+OP6Pg/KFEWdsECFEYTtbg6w==} 218 243 dependencies: 219 244 '@changesets/errors': 0.1.4 220 - '@changesets/get-dependents-graph': 1.3.5 245 + '@changesets/get-dependents-graph': 1.3.6 221 246 '@changesets/logger': 0.0.5 222 247 '@changesets/types': 5.2.1 223 248 '@manypkg/get-packages': 1.1.3 ··· 231 256 extendable-error: 0.1.7 232 257 dev: true 233 258 234 - /@changesets/get-dependents-graph@1.3.5: 235 - resolution: {integrity: sha512-w1eEvnWlbVDIY8mWXqWuYE9oKhvIaBhzqzo4ITSJY9hgoqQ3RoBqwlcAzg11qHxv/b8ReDWnMrpjpKrW6m1ZTA==} 259 + /@changesets/get-dependents-graph@1.3.6: 260 + resolution: {integrity: sha512-Q/sLgBANmkvUm09GgRsAvEtY3p1/5OCzgBE5vX3vgb5CvW0j7CEljocx5oPXeQSNph6FXulJlXV3Re/v3K3P3Q==} 236 261 dependencies: 237 262 '@changesets/types': 5.2.1 238 263 '@manypkg/get-packages': 1.1.3 239 264 chalk: 2.4.2 240 265 fs-extra: 7.0.1 241 - semver: 5.7.1 266 + semver: 7.5.3 242 267 dev: true 243 268 244 269 /@changesets/get-github-info@0.5.2: ··· 250 275 - encoding 251 276 dev: true 252 277 253 - /@changesets/get-release-plan@3.0.16: 254 - resolution: {integrity: sha512-OpP9QILpBp1bY2YNIKFzwigKh7Qe9KizRsZomzLe6pK8IUo8onkAAVUD8+JRKSr8R7d4+JRuQrfSSNlEwKyPYg==} 278 + /@changesets/get-release-plan@3.0.17: 279 + resolution: {integrity: sha512-6IwKTubNEgoOZwDontYc2x2cWXfr6IKxP3IhKeK+WjyD6y3M4Gl/jdQvBw+m/5zWILSOCAaGLu2ZF6Q+WiPniw==} 255 280 dependencies: 256 - '@babel/runtime': 7.21.0 257 - '@changesets/assemble-release-plan': 5.2.3 258 - '@changesets/config': 2.3.0 281 + '@babel/runtime': 7.22.5 282 + '@changesets/assemble-release-plan': 5.2.4 283 + '@changesets/config': 2.3.1 259 284 '@changesets/pre': 1.0.14 260 285 '@changesets/read': 0.5.9 261 286 '@changesets/types': 5.2.1 ··· 269 294 /@changesets/git@2.0.0: 270 295 resolution: {integrity: sha512-enUVEWbiqUTxqSnmesyJGWfzd51PY4H7mH9yUw0hPVpZBJ6tQZFMU3F3mT/t9OJ/GjyiM4770i+sehAn6ymx6A==} 271 296 dependencies: 272 - '@babel/runtime': 7.21.0 297 + '@babel/runtime': 7.22.5 273 298 '@changesets/errors': 0.1.4 274 299 '@changesets/types': 5.2.1 275 300 '@manypkg/get-packages': 1.1.3 ··· 294 319 /@changesets/pre@1.0.14: 295 320 resolution: {integrity: sha512-dTsHmxQWEQekHYHbg+M1mDVYFvegDh9j/kySNuDKdylwfMEevTeDouR7IfHNyVodxZXu17sXoJuf2D0vi55FHQ==} 296 321 dependencies: 297 - '@babel/runtime': 7.21.0 322 + '@babel/runtime': 7.22.5 298 323 '@changesets/errors': 0.1.4 299 324 '@changesets/types': 5.2.1 300 325 '@manypkg/get-packages': 1.1.3 ··· 304 329 /@changesets/read@0.5.9: 305 330 resolution: {integrity: sha512-T8BJ6JS6j1gfO1HFq50kU3qawYxa4NTbI/ASNVVCBTsKquy2HYwM9r7ZnzkiMe8IEObAJtUVGSrePCOxAK2haQ==} 306 331 dependencies: 307 - '@babel/runtime': 7.21.0 332 + '@babel/runtime': 7.22.5 308 333 '@changesets/git': 2.0.0 309 334 '@changesets/logger': 0.0.5 310 335 '@changesets/parse': 0.3.16 ··· 325 350 /@changesets/write@0.2.3: 326 351 resolution: {integrity: sha512-Dbamr7AIMvslKnNYsLFafaVORx4H0pvCA2MHqgtNCySMe1blImEyAEOzDmcgKAkgz4+uwoLz7demIrX+JBr/Xw==} 327 352 dependencies: 328 - '@babel/runtime': 7.21.0 353 + '@babel/runtime': 7.22.5 329 354 '@changesets/types': 5.2.1 330 355 fs-extra: 7.0.1 331 356 human-id: 1.0.2 ··· 632 657 /@manypkg/find-root@1.1.0: 633 658 resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} 634 659 dependencies: 635 - '@babel/runtime': 7.21.0 660 + '@babel/runtime': 7.22.5 636 661 '@types/node': 12.20.55 637 662 find-up: 4.1.0 638 663 fs-extra: 8.1.0 ··· 641 666 /@manypkg/get-packages@1.1.3: 642 667 resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==} 643 668 dependencies: 644 - '@babel/runtime': 7.21.0 669 + '@babel/runtime': 7.22.5 645 670 '@changesets/types': 4.1.0 646 671 '@manypkg/find-root': 1.1.0 647 672 fs-extra: 8.1.0 ··· 836 861 resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} 837 862 dev: true 838 863 839 - /@types/semver@6.2.3: 840 - resolution: {integrity: sha512-KQf+QAMWKMrtBMsB8/24w53tEsxllMj6TuA80TT/5igJalLI/zm0L3oXRbIAl4Ohfc85gyHX/jhMwsVkmhLU4A==} 841 - dev: true 842 - 843 864 /@types/semver@7.3.13: 844 865 resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==} 866 + dev: true 867 + 868 + /@types/semver@7.5.0: 869 + resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==} 845 870 dev: true 846 871 847 872 /@typescript-eslint/eslint-plugin@5.55.0(@typescript-eslint/parser@5.55.0)(eslint@8.36.0)(typescript@5.0.2): ··· 1224 1249 fill-range: 7.0.1 1225 1250 dev: true 1226 1251 1227 - /breakword@1.0.5: 1228 - resolution: {integrity: sha512-ex5W9DoOQ/LUEU3PMdLs9ua/CYZl1678NUkKOdUSi8Aw5F1idieaiRURCBFJCwVcrD1J8Iy3vfWSloaMwO2qFg==} 1252 + /breakword@1.0.6: 1253 + resolution: {integrity: sha512-yjxDAYyK/pBvws9H4xKYpLDpYKEH6CzrBPAuXq3x18I+c/2MkVtT3qAr7Oloi6Dss9qNhPVueAAVU1CSeNDIXw==} 1229 1254 dependencies: 1230 1255 wcwidth: 1.0.1 1231 1256 dev: true ··· 3544 3569 rollup: 3.19.1 3545 3570 typescript: 5.0.2 3546 3571 optionalDependencies: 3547 - '@babel/code-frame': 7.18.6 3572 + '@babel/code-frame': 7.22.5 3548 3573 dev: true 3549 3574 3550 3575 /rollup@3.19.1: ··· 3604 3629 3605 3630 /semver@7.3.8: 3606 3631 resolution: {integrity: sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==} 3632 + engines: {node: '>=10'} 3633 + hasBin: true 3634 + dependencies: 3635 + lru-cache: 6.0.0 3636 + dev: true 3637 + 3638 + /semver@7.5.3: 3639 + resolution: {integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==} 3607 3640 engines: {node: '>=10'} 3608 3641 hasBin: true 3609 3642 dependencies: ··· 3701 3734 hasBin: true 3702 3735 dependencies: 3703 3736 array.prototype.flat: 1.3.1 3704 - breakword: 1.0.5 3737 + breakword: 1.0.6 3705 3738 grapheme-splitter: 1.0.4 3706 3739 strip-ansi: 6.0.1 3707 3740 wcwidth: 1.0.1 ··· 4027 4060 smartwrap: 2.0.2 4028 4061 strip-ansi: 6.0.1 4029 4062 wcwidth: 1.0.1 4030 - yargs: 17.7.1 4063 + yargs: 17.7.2 4031 4064 dev: true 4032 4065 4033 4066 /type-check@0.4.0: ··· 4287 4320 is-symbol: 1.0.4 4288 4321 dev: true 4289 4322 4290 - /which-module@2.0.0: 4291 - resolution: {integrity: sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==} 4323 + /which-module@2.0.1: 4324 + resolution: {integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==} 4292 4325 dev: true 4293 4326 4294 4327 /which-pm-runs@1.1.0: ··· 4424 4457 require-main-filename: 2.0.0 4425 4458 set-blocking: 2.0.0 4426 4459 string-width: 4.2.3 4427 - which-module: 2.0.0 4460 + which-module: 2.0.1 4428 4461 y18n: 4.0.3 4429 4462 yargs-parser: 18.1.3 4430 4463 dev: true ··· 4442 4475 yargs-parser: 20.2.9 4443 4476 dev: true 4444 4477 4445 - /yargs@17.7.1: 4446 - resolution: {integrity: sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==} 4478 + /yargs@17.7.2: 4479 + resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} 4447 4480 engines: {node: '>=12'} 4448 4481 dependencies: 4449 4482 cliui: 8.0.1