apollographql / apollo-client-nextjs

Apollo Client support for the Next.js App Router
https://www.npmjs.com/package/@apollo/experimental-nextjs-app-support
MIT License
358 stars 25 forks source link

Require sha in snapshot releases for forks #292

Closed jerelmiller closed 2 weeks ago

jerelmiller commented 2 weeks ago

Copying the work from https://github.com/apollographql/apollo-client/pull/11794 to here as well.

netlify[bot] commented 2 weeks ago

Deploy Preview for apollo-client-nextjs-docmodel ready!

Name Link
Latest commit 1917e67f43bc37a9111736f2217ce4ad34783746
Latest deploy log https://app.netlify.com/sites/apollo-client-nextjs-docmodel/deploys/66277fe7386a870008597c1b
Deploy Preview https://deploy-preview-292--apollo-client-nextjs-docmodel.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

github-actions[bot] commented 2 weeks ago

size-limit report πŸ“¦

Path Size
{ ApolloNextAppProvider, NextSSRApolloClient, NextSSRInMemoryCache } from '@apollo/experimental-nextjs-app-support/ssr' (Browser ESM) 7.78 KB (0%)
{ WrapApolloProvider, ApolloClient, InMemoryCache } from '@apollo/client-react-streaming' (Browser ESM) 1.4 KB (0%)
{ buildManualDataTransport } from '@apollo/client-react-streaming/manual-transport' (Browser ESM) 6.27 KB (0%)
@apollo/client-react-streaming (Browser ESM) 2.13 KB (0%)
@apollo/client-react-streaming (SSR ESM) 1.75 KB (0%)
@apollo/client-react-streaming (RSC ESM) 1.36 KB (0%)
@apollo/client-react-streaming/manual-transport (Browser ESM) 6.45 KB (0%)
@apollo/client-react-streaming/manual-transport (SSR ESM) 6.34 KB (0%)
@apollo/experimental-nextjs-app-support/ssr (Browser ESM) 8.41 KB (0%)
@apollo/experimental-nextjs-app-support/ssr (SSR ESM) 8.33 KB (0%)
@apollo/experimental-nextjs-app-support/ssr (RSC ESM) 867 B (0%)
@apollo/experimental-nextjs-app-support/rsc (RSC ESM) 626 B (0%)
relativeci[bot] commented 2 weeks ago

Job #161: Bundle Size β€” 1.01MiB (0%).

3e47580(current) vs 0aca825 main#160(baseline)

[!WARNING] Bundle contains 1 duplicate package – View duplicate packages

Bundle metrics  Change 1 change
                 Current
Job #161
     Baseline
Job #160
No change  Initial JS 890.59KiB 890.59KiB
No change  Initial CSS 0B 0B
Change  Cache Invalidation 0.03% 0.04%
No change  Chunks 24 24
No change  Assets 45 45
No change  Modules 512 512
No change  Duplicate Modules 30 30
No change  Duplicate Code 1.29% 1.29%
No change  Packages 29 29
No change  Duplicate Packages 1 1

Bundle size by type  no changes
|            |       Current
[Job #161](https://app.relative-ci.com/projects/fukE5WxC5RnzLcZncFJw/jobs/161-RpAHlxQyD9iZnTzYho0v?utm_source=github&utm_medium=pr-report "View job report") |      Baseline
[Job #160](https://app.relative-ci.com/projects/fukE5WxC5RnzLcZncFJw/jobs/160-GC72NL01OxcV2rBbBGAv?utm_source=github&utm_medium=pr-report "View baseline job report") | |:--|--:|--:| | Not changed  [JS](https://app.relative-ci.com/projects/fukE5WxC5RnzLcZncFJw/jobs/161-RpAHlxQyD9iZnTzYho0v/assets?ba=%7B%22filters%22%3A%22ft.CSS-0_ft.JS-1_ft.IMG-0_ft.MEDIA-0_ft.FONT-0_ft.HTML-0_ft.OTHER-0%22%7D "View JS assets") | `1023.85KiB` | `1023.85KiB` | | Not changed  [Other](https://app.relative-ci.com/projects/fukE5WxC5RnzLcZncFJw/jobs/161-RpAHlxQyD9iZnTzYho0v/assets?ba=%7B%22filters%22%3A%22ft.CSS-0_ft.JS-0_ft.IMG-0_ft.MEDIA-0_ft.FONT-0_ft.HTML-0_ft.OTHER-1%22%7D "View Other assets") | `5.99KiB` | `5.99KiB` |

View job #161 report View jerel/snapshot-release-update branch activity View project dashboard

phryneas commented 2 weeks ago

Thank you!