From 17e468cae274e607ebb4b63e582d211dfb2a2e38 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Fri, 17 Jul 2026 10:28:40 +0200 Subject: [PATCH 1/4] Update events for summit 2026 Updated event details and added links to upcoming events. --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f1f5b0a7428..761db120cc1 100644 --- a/README.md +++ b/README.md @@ -89,19 +89,16 @@ We regularly update our [public roadmap](https://github.com/apollographql/apollo | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | What do you like best about Apollo Client? What needs to be improved? Please tell us by taking a [one-minute survey](https://docs.google.com/forms/d/e/1FAIpQLSczNDXfJne3ZUOXjk9Ursm9JYvhTh1_nFTDfdq3XBAFWCzplQ/viewform?usp=pp_url&entry.1170701325=Apollo+Client&entry.204965213=Readme). Your responses will help us understand Apollo Client usage and allow us to serve you better. | -## 🗓️ Events -Join these live events to meet other GraphQL users and learn more: +## 🗓️ Events -🎪 [**GraphQL Summit 2025**](https://summit.graphql.com?utm_source=github&utm_medium=apollographql_apollo-client&utm_campaign=readme) -Oct 6-8, 2025 • San Francisco -_1000+ engineers, talks, workshops, and office hours_ +Join these live events to meet other GraphQL users and learn more: -🌟 [**GraphQLConf 2025**](https://graphql.org/conf/2025) -Sep 8-10, 2025 • Amsterdam -_Celebrating 10 Years of GraphQL_ +🎪 [**Apollo Summit 2026**](https://apollosummit.dev/) + Oct 6-8, 2026 • San Francisco + *1000+ engineers, talks, workshops, and office hours* -[**View All Events →**](https://www.apollographql.com/events?utm_source=github&utm_medium=apollographql_apollo-client&utm_campaign=readme) +[**View All Events →**](https://www.apollographql.com/events?utm_source=github&utm_medium=apollographql_apollo-kotlin&utm_campaign=readme) ## 🏆 Contributing From 1fcb9e31342dceeb11e41f3d5c61a4340644d82d Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Fri, 17 Jul 2026 10:29:23 +0200 Subject: [PATCH 2/4] Fix event link for Apollo Summit 2026 Updated event link in README for Apollo Client. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 761db120cc1..92c69a06101 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Join these live events to meet other GraphQL users and learn more: Oct 6-8, 2026 • San Francisco *1000+ engineers, talks, workshops, and office hours* -[**View All Events →**](https://www.apollographql.com/events?utm_source=github&utm_medium=apollographql_apollo-kotlin&utm_campaign=readme) +[**View All Events →**](https://www.apollographql.com/events?utm_source=github&utm_medium=apollographql_apollo-client&utm_campaign=readme) ## 🏆 Contributing From ddf0abf1a751d7fa426444ee0cd7f86b74156d00 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Fri, 24 Jul 2026 16:34:06 -0600 Subject: [PATCH 3/4] Formatting --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 92c69a06101..99149fee382 100644 --- a/README.md +++ b/README.md @@ -89,14 +89,13 @@ We regularly update our [public roadmap](https://github.com/apollographql/apollo | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | What do you like best about Apollo Client? What needs to be improved? Please tell us by taking a [one-minute survey](https://docs.google.com/forms/d/e/1FAIpQLSczNDXfJne3ZUOXjk9Ursm9JYvhTh1_nFTDfdq3XBAFWCzplQ/viewform?usp=pp_url&entry.1170701325=Apollo+Client&entry.204965213=Readme). Your responses will help us understand Apollo Client usage and allow us to serve you better. | - ## 🗓️ Events -Join these live events to meet other GraphQL users and learn more: +Join these live events to meet other GraphQL users and learn more: 🎪 [**Apollo Summit 2026**](https://apollosummit.dev/) - Oct 6-8, 2026 • San Francisco - *1000+ engineers, talks, workshops, and office hours* +Oct 6-8, 2026 • San Francisco + _1000+ engineers, talks, workshops, and office hours_ [**View All Events →**](https://www.apollographql.com/events?utm_source=github&utm_medium=apollographql_apollo-client&utm_campaign=readme) From 8f0ab1a1a6e7d03be25997d2f3fd157191d415e2 Mon Sep 17 00:00:00 2001 From: jerelmiller <565661+jerelmiller@users.noreply.github.com> Date: Fri, 24 Jul 2026 22:37:31 +0000 Subject: [PATCH 4/4] Clean up Prettier, Size-limit, and Api-Extractor --- .size-limits.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.size-limits.json b/.size-limits.json index ac934d29228..c924e077682 100644 --- a/.size-limits.json +++ b/.size-limits.json @@ -1,6 +1,6 @@ { - "import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (CJS)": 47966, - "import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production) (CJS)": 42232, - "import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\"": 36007, - "import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production)": 29491 + "import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (CJS)": 47972, + "import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production) (CJS)": 42227, + "import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\"": 35919, + "import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production)": 29427 }