apollographql / apollo-client

:rocket:  A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server.
https://apollographql.com/client
MIT License
19.34k stars 2.66k forks source link

chore(deps): update all dependencies - patch updates #11840

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/parser (source) 7.24.5 -> 7.24.7 age adoption passing confidence
@changesets/cli (source) 2.27.1 -> 2.27.7 age adoption passing confidence
@graphql-tools/merge (source) 9.0.3 -> 9.0.4 age adoption passing confidence
@graphql-tools/schema (source) 10.0.3 -> 10.0.4 age adoption passing confidence
@size-limit/esbuild-why 11.1.2 -> 11.1.4 age adoption passing confidence
@size-limit/preset-small-lib 11.1.2 -> 11.1.4 age adoption passing confidence
@testing-library/jest-dom 6.4.5 -> 6.4.6 age adoption passing confidence
@testing-library/react 15.0.6 -> 15.0.7 age adoption passing confidence
@types/lodash (source) 4.17.1 -> 4.17.6 age adoption passing confidence
@types/react (source) 18.3.1 -> 18.3.3 age adoption passing confidence
@types/relay-runtime (source) 14.1.23 -> 14.1.24 age adoption passing confidence
react-19 (source) 19.0.0-rc-cc1ec60d0d-20240607 -> 19.0.0-rc-fb9a90fa48-20240614 age adoption passing confidence
react-dom-19 (source) 19.0.0-rc-cc1ec60d0d-20240607 -> 19.0.0-rc-fb9a90fa48-20240614 age adoption passing confidence
recast 0.23.6 -> 0.23.9 age adoption passing confidence
rimraf 5.0.5 -> 5.0.7 age adoption passing confidence
size-limit 11.1.2 -> 11.1.4 age adoption passing confidence
terser (source) 5.31.0 -> 5.31.1 age adoption passing confidence
ts-jest (source) 29.1.2 -> 29.1.5 age adoption passing confidence
typescript (source) 5.5.2 -> 5.5.3 age adoption passing confidence

Release Notes

babel/babel (@​babel/parser) ### [`v7.24.7`](https://togithub.com/babel/babel/releases/tag/v7.24.7) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.6...v7.24.7) #### v7.24.7 (2024-06-05) ##### :bug: Bug Fix - `babel-node` - [#​16554](https://togithub.com/babel/babel/pull/16554) Allow extra flags in babel-node ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​16522](https://togithub.com/babel/babel/pull/16522) fix: incorrect `constantViolations` with destructuring ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-explicit-resource-management` - [#​16524](https://togithub.com/babel/babel/pull/16524) fix: Transform `using` in `switch` correctly ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-helpers`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16525](https://togithub.com/babel/babel/pull/16525) Delete unused array helpers ([@​blakewilson](https://togithub.com/blakewilson)) ##### Committers: 7 - Amjad Yahia Robeen Hassan ([@​amjed-98](https://togithub.com/amjed-98)) - Babel Bot ([@​babel-bot](https://togithub.com/babel-bot)) - Blake Wilson ([@​blakewilson](https://togithub.com/blakewilson)) - Huáng Jùnliàng ([@​JLHwung](https://togithub.com/JLHwung)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Sukka ([@​SukkaW](https://togithub.com/SukkaW)) - [@​liuxingbaoyu](https://togithub.com/liuxingbaoyu) ### [`v7.24.6`](https://togithub.com/babel/babel/releases/tag/v7.24.6) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.5...v7.24.6) #### v7.24.6 (2024-05-24) Thanks [@​amjed-98](https://togithub.com/amjed-98), [@​blakewilson](https://togithub.com/blakewilson), [@​coelhucas](https://togithub.com/coelhucas), and [@​SukkaW](https://togithub.com/SukkaW) for your first PRs! ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties` - [#​16514](https://togithub.com/babel/babel/pull/16514) Fix source maps for private member expressions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-generator`, `babel-plugin-transform-modules-commonjs` - [#​16515](https://togithub.com/babel/babel/pull/16515) Fix source maps for template literals ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16485](https://togithub.com/babel/babel/pull/16485) Support undecorated static accessor in anonymous classes ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16484](https://togithub.com/babel/babel/pull/16484) Fix decorator bare yield await ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs3` - [#​16483](https://togithub.com/babel/babel/pull/16483) Fix: throw TypeError if addInitializer is called after finished ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-plugin-transform-typescript` - [#​16476](https://togithub.com/babel/babel/pull/16476) fix: Correctly parse `cls.fn = x` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-core`, `babel-helpers`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16501](https://togithub.com/babel/babel/pull/16501) Generate helper metadata at build time ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers` - [#​16499](https://togithub.com/babel/babel/pull/16499) Add `tsconfig.json` for `@babel/helpers/src/helpers` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli`, `babel-helpers`, `babel-plugin-external-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16495](https://togithub.com/babel/babel/pull/16495) Move all runtime helpers to individual files ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser`, `babel-traverse` - [#​16482](https://togithub.com/babel/babel/pull/16482) Statically generate boilerplate for bitfield accessors ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​16466](https://togithub.com/babel/babel/pull/16466) Migrate import assertions syntax ([@​JLHwung](https://togithub.com/JLHwung)) ##### Committers: 9 - Amjad Yahia Robeen Hassan ([@​amjed-98](https://togithub.com/amjed-98)) - Babel Bot ([@​babel-bot](https://togithub.com/babel-bot)) - Blake Wilson ([@​blakewilson](https://togithub.com/blakewilson)) - Huáng Jùnliàng ([@​JLHwung](https://togithub.com/JLHwung)) - Lucas Coelho ([@​coelhucas](https://togithub.com/coelhucas)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Sukka ([@​SukkaW](https://togithub.com/SukkaW)) - Zzzen ([@​Zzzen](https://togithub.com/Zzzen)) - [@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)
changesets/changesets (@​changesets/cli) ### [`v2.27.7`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.7) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.27.6...@changesets/cli@2.27.7) ##### Patch Changes - [#​1047](https://togithub.com/changesets/changesets/pull/1047) [`d108fa6`](https://togithub.com/changesets/changesets/commit/d108fa66e63c3000f42db7580a862b737e241c4d) Thanks [@​patzick](https://togithub.com/patzick)! - Fixed a crash that could occur when depending on a tagged version of another workspace package. - [#​1400](https://togithub.com/changesets/changesets/pull/1400) [`dd6e5bb`](https://togithub.com/changesets/changesets/commit/dd6e5bbf74e246d7a742aa50424989462679b0ca) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed a crash that prevented the CLI from running in a scenario when a workspace depends on the root workspace - Updated dependencies \[[`d108fa6`](https://togithub.com/changesets/changesets/commit/d108fa66e63c3000f42db7580a862b737e241c4d), [`dd6e5bb`](https://togithub.com/changesets/changesets/commit/dd6e5bbf74e246d7a742aa50424989462679b0ca), [`dd6e5bb`](https://togithub.com/changesets/changesets/commit/dd6e5bbf74e246d7a742aa50424989462679b0ca)]: - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​7](https://togithub.com/7).0.4 - [@​changesets/config](https://togithub.com/changesets/config)[@​3](https://togithub.com/3).0.2 - [@​changesets/get-dependents-graph](https://togithub.com/changesets/get-dependents-graph)[@​2](https://togithub.com/2).1.1 - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​6](https://togithub.com/6).0.3 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​4](https://togithub.com/4).0.3 ### [`v2.27.6`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.6) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.27.5...@changesets/cli@2.27.6) ##### Patch Changes - [#​1392](https://togithub.com/changesets/changesets/pull/1392) [`f295b3e`](https://togithub.com/changesets/changesets/commit/f295b3e560233e2a800f62216febb7061ba66df3) Thanks [@​bluwy](https://togithub.com/bluwy)! - Replace `meow` dependency with `mri` to reduce the number of transitive dependencies - [#​1390](https://togithub.com/changesets/changesets/pull/1390) [`6a3452e`](https://togithub.com/changesets/changesets/commit/6a3452ef1943bfb3a3018168b4b6c14af556fdef) Thanks [@​bluwy](https://togithub.com/bluwy)! - Display `changeset status --verbose` in list form and remove `tty-table` dependency ### [`v2.27.5`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.5) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.27.4...@changesets/cli@2.27.5) ##### Patch Changes - [#​1370](https://togithub.com/changesets/changesets/pull/1370) [`5e9d33a`](https://togithub.com/changesets/changesets/commit/5e9d33a2e659abdcf26f204a76a9465cf4b26d6b) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed a regression that caused `changeset version` to fail on packages having a dev dependency on a skipped package. - Updated dependencies \[[`5e9d33a`](https://togithub.com/changesets/changesets/commit/5e9d33a2e659abdcf26f204a76a9465cf4b26d6b)]: - [@​changesets/get-dependents-graph](https://togithub.com/changesets/get-dependents-graph)[@​2](https://togithub.com/2).1.0 - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​6](https://togithub.com/6).0.2 - [@​changesets/config](https://togithub.com/changesets/config)[@​3](https://togithub.com/3).0.1 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​4](https://togithub.com/4).0.2 - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​7](https://togithub.com/7).0.3 ### [`v2.27.4`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.4) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.27.3...@changesets/cli@2.27.4) ##### Patch Changes - [#​1361](https://togithub.com/changesets/changesets/pull/1361) [`954a16a`](https://togithub.com/changesets/changesets/commit/954a16aa1d118a0f7fa745ffe0d19b304f685d4c) Thanks [@​jakebailey](https://togithub.com/jakebailey)! - Ensure that `version`/`tag` do not touch private packages with when versioning/tagging is turned off using `versionPackages` config - [#​1369](https://togithub.com/changesets/changesets/pull/1369) [`d729d8c`](https://togithub.com/changesets/changesets/commit/d729d8cc0e226871aa0c5b73cce80bbf313ca56c) Thanks [@​Andarist](https://togithub.com/Andarist)! - `changeset tag` should now correctly skip tags that exist on the remote - Updated dependencies \[[`954a16a`](https://togithub.com/changesets/changesets/commit/954a16aa1d118a0f7fa745ffe0d19b304f685d4c)]: - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​6](https://togithub.com/6).0.1 - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​7](https://togithub.com/7).0.2 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​4](https://togithub.com/4).0.1 ### [`v2.27.3`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.3) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.27.2...@changesets/cli@2.27.3) ##### Patch Changes - [#​1357](https://togithub.com/changesets/changesets/pull/1357) [`18c966a`](https://togithub.com/changesets/changesets/commit/18c966af7b20201453190cbfd2e2dfb59631c02c) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed an issue with `changeset status` executed without `since` argument. It should now correctly use the configured base branch as the default value. ### [`v2.27.2`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.2) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.27.1...@changesets/cli@2.27.2) ##### Patch Changes - [#​1354](https://togithub.com/changesets/changesets/pull/1354) [`69be7dc`](https://togithub.com/changesets/changesets/commit/69be7dc7195011ac6dbd00b24ea923f02adcf69c) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed an issue with `changeset status` incorrectly returning an error status in two cases: - for changed ignored packages - for changed private packages when `privatePackage.version` was set to `false` - [#​1351](https://togithub.com/changesets/changesets/pull/1351) [`c6da182`](https://togithub.com/changesets/changesets/commit/c6da182ece2ec40974f15f3efcf9d9ba20cf122b) Thanks [@​TheHolyWaffle](https://togithub.com/TheHolyWaffle)! - Fix an issue with not applying a custom `.prettierrc` configuration with `prettier@>= 3.1.1` - Updated dependencies \[[`c6da182`](https://togithub.com/changesets/changesets/commit/c6da182ece2ec40974f15f3efcf9d9ba20cf122b)]: - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​7](https://togithub.com/7).0.1 - [@​changesets/write](https://togithub.com/changesets/write)[@​0](https://togithub.com/0).3.1
ardatan/graphql-tools (@​graphql-tools/merge) ### [`v9.0.4`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/merge/CHANGELOG.md#904) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/merge@9.0.3...@graphql-tools/merge@9.0.4) ##### Patch Changes - [#​6111](https://togithub.com/ardatan/graphql-tools/pull/6111) [`a06dbd2`](https://togithub.com/ardatan/graphql-tools/commit/a06dbd263ec7bfc6d50aa8faf2e35396a67b4f0b) Thanks [@​lesleydreyer](https://togithub.com/lesleydreyer)! - Fix directive merging when directive name is inherited from object prototype (i.e. toString)
ardatan/graphql-tools (@​graphql-tools/schema) ### [`v10.0.4`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/schema/CHANGELOG.md#1004) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/schema@10.0.3...@graphql-tools/schema@10.0.4) ##### Patch Changes - [#​6194](https://togithub.com/ardatan/graphql-tools/pull/6194) [`7368829`](https://togithub.com/ardatan/graphql-tools/commit/73688291af0c8cb2fe550fe8c74fd8af84cb360f) Thanks [@​ardatan](https://togithub.com/ardatan)! - Handle interface objects in a different way - Updated dependencies \[[`7368829`](https://togithub.com/ardatan/graphql-tools/commit/73688291af0c8cb2fe550fe8c74fd8af84cb360f), [`e10c13a`](https://togithub.com/ardatan/graphql-tools/commit/e10c13a60e344b9217dc77a7cac50ec447feda7e)]: - [@​graphql-tools/utils](https://togithub.com/graphql-tools/utils)[@​10](https://togithub.com/10).2.1
ai/size-limit (@​size-limit/esbuild-why) ### [`v11.1.4`](https://togithub.com/ai/size-limit/blob/HEAD/CHANGELOG.md#1114) [Compare Source](https://togithub.com/ai/size-limit/compare/11.1.3...11.1.4) - Fixed types (by [@​aryaemami59](https://togithub.com/aryaemami59)). ### [`v11.1.3`](https://togithub.com/ai/size-limit/blob/HEAD/CHANGELOG.md#1113) [Compare Source](https://togithub.com/ai/size-limit/compare/11.1.2...11.1.3) - Updated `esbuild`. - Updated CSS loaders for webpack.
testing-library/jest-dom (@​testing-library/jest-dom) ### [`v6.4.6`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.4.6) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v6.4.5...v6.4.6) ##### Bug Fixes - Support [@​starting-style](https://togithub.com/starting-style) ([#​602](https://togithub.com/testing-library/jest-dom/issues/602)) ([fd9ee68](https://togithub.com/testing-library/jest-dom/commit/fd9ee68ae4ca93c47f0781ad23113d45118b8476))
testing-library/react-testing-library (@​testing-library/react) ### [`v15.0.7`](https://togithub.com/testing-library/react-testing-library/compare/v15.0.6...c1f2957a219ec7e6a6159a57c5d0717655c515cd) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v15.0.6...v15.0.7)
facebook/react (react-19) ### [`v19.0.0-rc-fb9a90fa48-20240614`](https://togithub.com/facebook/react/compare/f994737d14e83f22ead70e6a41f87353008b73cf...fb9a90fa480efce40ac2a845478817467f965ddc) [Compare Source](https://togithub.com/facebook/react/compare/f994737d14e83f22ead70e6a41f87353008b73cf...fb9a90fa480efce40ac2a845478817467f965ddc) ### [`v19.0.0-rc-f994737d14-20240522`](https://togithub.com/facebook/react/compare/d3ce0d3ea9736e1e1bc3e6b6834bc3170b1fa8eb...f994737d14e83f22ead70e6a41f87353008b73cf) [Compare Source](https://togithub.com/facebook/react/compare/f3e09d6328eb0eca53d8dbc19ea6f8f4aa43db25...f994737d14e83f22ead70e6a41f87353008b73cf) ### [`v19.0.0-rc-f3e09d6328-20240612`](https://togithub.com/facebook/react/compare/eb259b5d3b20b053dc0444e6ae442774c396c4a7...f3e09d6328eb0eca53d8dbc19ea6f8f4aa43db25) [Compare Source](https://togithub.com/facebook/react/compare/f38c22b244086f62ae5ed851b6ed17029ec44be5...f3e09d6328eb0eca53d8dbc19ea6f8f4aa43db25) ### [`v19.0.0-rc-f38c22b244-20240704`](https://togithub.com/facebook/react/compare/eb259b5d3b20b053dc0444e6ae442774c396c4a7...f38c22b244086f62ae5ed851b6ed17029ec44be5) [Compare Source](https://togithub.com/facebook/react/compare/eb259b5d3b20b053dc0444e6ae442774c396c4a7...f38c22b244086f62ae5ed851b6ed17029ec44be5) ### [`v19.0.0-rc-eb259b5d3b-20240605`](https://togithub.com/facebook/react/compare/d3ce0d3ea9736e1e1bc3e6b6834bc3170b1fa8eb...eb259b5d3b20b053dc0444e6ae442774c396c4a7) [Compare Source](https://togithub.com/facebook/react/compare/e684ca66abf785548b05f2185579cd12b50b2910...eb259b5d3b20b053dc0444e6ae442774c396c4a7) ### [`v19.0.0-rc-e684ca66ab-20240619`](https://togithub.com/facebook/react/compare/dfd30974aba0d7740e084f70a8af1cd4c54bb273...e684ca66abf785548b05f2185579cd12b50b2910) [Compare Source](https://togithub.com/facebook/react/compare/e02baf6c92833a0d45a77fb2e741676f393c24f7...e684ca66abf785548b05f2185579cd12b50b2910) ### [`v19.0.0-rc-e02baf6c92-20240627`](https://togithub.com/facebook/react/compare/dfd30974aba0d7740e084f70a8af1cd4c54bb273...e02baf6c92833a0d45a77fb2e741676f393c24f7) [Compare Source](https://togithub.com/facebook/react/compare/dfd30974aba0d7740e084f70a8af1cd4c54bb273...e02baf6c92833a0d45a77fb2e741676f393c24f7) ### [`v19.0.0-rc-dfd30974ab-20240613`](https://togithub.com/facebook/react/compare/d3ce0d3ea9736e1e1bc3e6b6834bc3170b1fa8eb...dfd30974aba0d7740e084f70a8af1cd4c54bb273) [Compare Source](https://togithub.com/facebook/react/compare/d3ce0d3ea9736e1e1bc3e6b6834bc3170b1fa8eb...dfd30974aba0d7740e084f70a8af1cd4c54bb273) ### [`v19.0.0-rc-d3ce0d3ea9-20240520`](https://togithub.com/facebook/react/compare/cc1ec60d0de3be60948fc152b2377a42504f551a...d3ce0d3ea9736e1e1bc3e6b6834bc3170b1fa8eb) [Compare Source](https://togithub.com/facebook/react/compare/cc1ec60d0de3be60948fc152b2377a42504f551a...d3ce0d3ea9736e1e1bc3e6b6834bc3170b1fa8eb)
facebook/react (react-dom-19) ### [`v19.0.0-rc-fb9a90fa48-20240614`](https://togithub.com/facebook/react/compare/f994737d14e83f22ead70e6a41f87353008b73cf...fb9a90fa480efce40ac2a845478817467f965ddc) [Compare Source](https://togithub.com/facebook/react/compare/f994737d14e83f22ead70e6a41f87353008b73cf...fb9a90fa480efce40ac2a845478817467f965ddc) ### [`v19.0.0-rc-f994737d14-20240522`](https://togithub.com/facebook/react/compare/d3ce0d3ea9736e1e1bc3e6b6834bc3170b1fa8eb...f994737d14e83f22ead70e6a41f87353008b73cf) [Compare Source](https://togithub.com/facebook/react/compare/f3e09d6328eb0eca53d8dbc19ea6f8f4aa43db25...f994737d14e83f22ead70e6a41f87353008b73cf) ### [`v19.0.0-rc-f3e09d6328-20240612`](https://togithub.com/facebook/react/compare/eb259b5d3b20b053dc0444e6ae442774c396c4a7...f3e09d6328eb0eca53d8dbc19ea6f8f4aa43db25) [Compare Source](https://togithub.com/facebook/react/compare/f38c22b244086f62ae5ed851b6ed17029ec44be5...f3e09d6328eb0eca53d8dbc19ea6f8f4aa43db25) ### [`v19.0.0-rc-f38c22b244-20240704`](https://togithub.com/facebook/react/compare/eb259b5d3b20b053dc0444e6ae442774c396c4a7...f38c22b244086f62ae5ed851b6ed17029ec44be5) [Compare Source](https://togithub.com/facebook/react/compare/eb259b5d3b20b053dc0444e6ae442774c396c4a7...f38c22b244086f62ae5ed851b6ed17029ec44be5) ### [`v19.0.0-rc-eb259b5d3b-20240605`](https://togithub.com/facebook/react/compare/d3ce0d3ea9736e1e1bc3e6b6834bc3170b1fa8eb...eb259b5d3b20b053dc0444e6ae442774c396c4a7) [Compare Source](https://togithub.com/facebook/react/compare/e684ca66abf785548b05f2185579cd12b50b2910...eb259b5d3b20b053dc0444e6ae442774c396c4a7) ### [`v19.0.0-rc-e684ca66ab-20240619`](https://togithub.com/facebook/react/compare/dfd30974aba0d7740e084f70a8af1cd4c54bb273...e684ca66abf785548b05f2185579cd12b50b2910) [Compare Source](https://togithub.com/facebook/react/compare/e02baf6c92833a0d45a77fb2e741676f393c24f7...e684ca66abf785548b05f2185579cd12b50b2910) ### [`v19.0.0-rc-e02baf6c92-20240627`](https://togithub.com/facebook/react/compare/dfd30974aba0d7740e084f70a8af1cd4c54bb273...e02baf6c92833a0d45a77fb2e741676f393c24f7) [Compare Source](https://togithub.com/facebook/react/compare/dfd30974aba0d7740e084f70a8af1cd4c54bb273...e02baf6c92833a0d45a77fb2e741676f393c24f7) ### [`v19.0.0-rc-dfd30974ab-20240613`](https://togithub.com/facebook/react/compare/d3ce0d3ea9736e1e1bc3e6b6834bc3170b1fa8eb...dfd30974aba0d7740e084f70a8af1cd4c54bb273) [Compare Source](https://togithub.com/facebook/react/compare/d3ce0d3ea9736e1e1bc3e6b6834bc3170b1fa8eb...dfd30974aba0d7740e084f70a8af1cd4c54bb273) ### [`v19.0.0-rc-d3ce0d3ea9-20240520`](https://togithub.com/facebook/react/compare/cc1ec60d0de3be60948fc152b2377a42504f551a...d3ce0d3ea9736e1e1bc3e6b6834bc3170b1fa8eb) [Compare Source](https://togithub.com/facebook/react/compare/cc1ec60d0de3be60948fc152b2377a42504f551a...d3ce0d3ea9736e1e1bc3e6b6834bc3170b1fa8eb)
benjamn/recast (recast) ### [`v0.23.9`](https://togithub.com/benjamn/recast/compare/v0.23.8...v0.23.9) [Compare Source](https://togithub.com/benjamn/recast/compare/v0.23.8...v0.23.9) ### [`v0.23.8`](https://togithub.com/benjamn/recast/compare/v0.23.7...v0.23.8) [Compare Source](https://togithub.com/benjamn/recast/compare/v0.23.7...v0.23.8) ### [`v0.23.7`](https://togithub.com/benjamn/recast/compare/v0.23.6...v0.23.7) [Compare Source](https://togithub.com/benjamn/recast/compare/v0.23.6...v0.23.7)
isaacs/rimraf (rimraf) ### [`v5.0.7`](https://togithub.com/isaacs/rimraf/compare/v5.0.6...v5.0.7) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.6...v5.0.7) ### [`v5.0.6`](https://togithub.com/isaacs/rimraf/compare/v5.0.5...e729f762d66a30c63bf4d3f63bcf905e1faa543b) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.5...v5.0.6)
terser/terser (terser) ### [`v5.31.1`](https://togithub.com/terser/terser/blob/HEAD/CHANGELOG.md#v5311) [Compare Source](https://togithub.com/terser/terser/compare/v5.31.0...v5.31.1) - Allow drop-unused to drop the whole assignment (not just the assigned name) in more situations, in order to avoid duplication of long strings.
kulshekhar/ts-jest (ts-jest) ### [`v29.1.5`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2915-2024-06-16) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v29.1.4...v29.1.5) ##### Bug Fixes - build(deps-dev): bump braces ([5560334](https://togithub.com/kulshekhar/ts-jest/commit/5560334)), ([59026b4](https://togithub.com/kulshekhar/ts-jest/commit/59026b4)), ([0d9e359](https://togithub.com/kulshekhar/ts-jest/commit/0d9e359)) ### [`v29.1.4`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2914-2024-05-28) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v29.1.3...v29.1.4) ##### Bug Fixes - fix(transformer): allow transforming of .cts/.mts extensions. ([#​3996](https://togithub.com/kulshekhar/ts-jest/issues/3996)) ([b8f6eaa](https://togithub.com/kulshekhar/ts-jest/commit/b8f6eaa)), closes [#​3996](https://togithub.com/kulshekhar/ts-jest/issues/3996) ##### Features - feat: make cli generate esm config based on `type: "module"` ([#​4210](https://togithub.com/kulshekhar/ts-jest/issues/4210)) ([81a5f64](https://togithub.com/kulshekhar/ts-jest/commit/81a5f64)), closes [#​4210](https://togithub.com/kulshekhar/ts-jest/issues/4210) [#​4012](https://togithub.com/kulshekhar/ts-jest/issues/4012) ### [`v29.1.3`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2913-2024-05-21) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v29.1.2...v29.1.3) ##### Bug Fixes - add `@jest/transform` as an optional peer dependency ([0ba7f86](https://togithub.com/kulshekhar/ts-jest/commit/0ba7f861c3e1905de5627b4e5d2a2cadad011b67)) - bring back Node 14 support ([eda56a7](https://togithub.com/kulshekhar/ts-jest/commit/eda56a779789d70963b7572e2914b2a3a25ac43a)) ##### Performance Improvements - remove ts resolved module cache file ([4c88da5](https://togithub.com/kulshekhar/ts-jest/commit/4c88da58991b000aa90ea489acfa6aed39b36120))
Microsoft/TypeScript (typescript) ### [`v5.5.3`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...f0e992167440686f948965e5441a918b34251886) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

changeset-bot[bot] commented 4 months ago

⚠️ No Changeset found

Latest commit: a37a42d0124b750069b019bf48c7764c89b0da2b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

github-actions[bot] commented 4 months ago

size-limit report 📦

Path Size
dist/apollo-client.min.cjs 38.68 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" 47.48 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" (production) 45.05 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" 34.22 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" (production) 32.08 KB (0%)
import { ApolloProvider } from "dist/react/index.js" 1.26 KB (0%)
import { ApolloProvider } from "dist/react/index.js" (production) 1.24 KB (0%)
import { useQuery } from "dist/react/index.js" 5.32 KB (0%)
import { useQuery } from "dist/react/index.js" (production) 4.39 KB (0%)
import { useLazyQuery } from "dist/react/index.js" 5.6 KB (0%)
import { useLazyQuery } from "dist/react/index.js" (production) 4.67 KB (0%)
import { useMutation } from "dist/react/index.js" 3.59 KB (0%)
import { useMutation } from "dist/react/index.js" (production) 2.81 KB (0%)
import { useSubscription } from "dist/react/index.js" 3.23 KB (0%)
import { useSubscription } from "dist/react/index.js" (production) 2.43 KB (0%)
import { useSuspenseQuery } from "dist/react/index.js" 5.47 KB (0%)
import { useSuspenseQuery } from "dist/react/index.js" (production) 4.12 KB (0%)
import { useBackgroundQuery } from "dist/react/index.js" 4.98 KB (0%)
import { useBackgroundQuery } from "dist/react/index.js" (production) 3.63 KB (0%)
import { useLoadableQuery } from "dist/react/index.js" 5.04 KB (0%)
import { useLoadableQuery } from "dist/react/index.js" (production) 3.69 KB (0%)
import { useReadQuery } from "dist/react/index.js" 3.35 KB (0%)
import { useReadQuery } from "dist/react/index.js" (production) 3.3 KB (0%)
import { useFragment } from "dist/react/index.js" 2.32 KB (0%)
import { useFragment } from "dist/react/index.js" (production) 2.27 KB (0%)