Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/blitz-js/next.js

The official Blitz.js fork of Next.js
https://github.com/blitz-js/next.js

Fix typo in fast-refresh.md (#16292)

Just correcting a simple typo `fash` to `fast`

24f056c9b3e18ccfca26272234fa231a8411f77a authored about 4 years ago by Louis Juliendo <[email protected]>
Allow React experimental version without warning (#16140)

Co-authored-by: Joe Haddad <[email protected]>

29ae3727385d3c8011034063c397785693e12d69 authored about 4 years ago by James Mosier <[email protected]>
Update docs for server-side code in GS(S)P props (#16198)

Co-authored-by: Joe Haddad <[email protected]>

512782ee2916bd03725af249f7718a0f643bc095 authored about 4 years ago by Rounak Agarwal <[email protected]>
Test basic css module prefetching without compose (#16134)

bb8374126f03e1cb27438b48deda44f1edc28655 authored about 4 years ago by Joe Haddad <[email protected]>
Added next-sitemap example (#15997)

Co-authored-by: Luis Alvarez <[email protected]>

17aa4b458eea66253aa7fbd24b99ef11386e22d3 authored about 4 years ago by Vishnu Sankar <[email protected]>
v9.5.3-canary.7

a81ab3baee073e963389b883e21dc64b4c9e2781 authored about 4 years ago by Joe Haddad <[email protected]>
Fix forEach error in CSS commit in ie11 (#16282)

This fixes an error that was occurring in ie11 due to `forEach` being called on `querySelectorAl...

9aadd1aa36eef8d09232eda3e8b4da5625a265b0 authored about 4 years ago by JJ Kasper <[email protected]>
v9.5.3-canary.6

d824189bcd40913d2961764dc62d0e273d600e83 authored about 4 years ago by Joe Haddad <[email protected]>
Update stylesheets on page navigation (#16126)

This pull request adds a test case for the reproduction provided in #12445. This bug is specific...

06d8acdfd07df0049f6d3148fc9c6d2913a4e33c authored about 4 years ago by Joe Haddad <[email protected]>
v9.5.3-canary.5

cdff5dfb75173f8740913bd8af115909e9e7508b authored about 4 years ago by JJ Kasper <[email protected]>
ci: add pnp test (#16255)

2e6bc8eba4aa6ff8e1668068dda217477efaaf82 authored about 4 years ago by Kristoffer K <[email protected]>
Handle cases where `config` is exported after its declaration (#16211)

AMP will still not work correctly when switching between non-AMP and AMP pages in development mo...

aa4b87e357f1881834ba93b2f33ba2a91e49ecce authored about 4 years ago by Kevin Mårtensson <[email protected]>
Fix data URL with root-catchall and basePath (#16263)

This fixes the incorrect `/_next/data` URL being generated on client transition due to the `as` ...

f8534a6e62a494663a91ca83893855827df649be authored about 4 years ago by JJ Kasper <[email protected]>
v9.5.3-canary.4

aa7659d8078e3da30d634a8c2f88b6e9e1a5a198 authored about 4 years ago by Tim Neutkens <[email protected]>
Make css-minimizer compatible with webpack 5 (#16250)

bbbbb3502dd82b9633ca57517374914282a39869 authored about 4 years ago by Tim Neutkens <[email protected]>
Update to Terser 5 (#16194)

Co-authored-by: Tim Neutkens <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodia...

feeb941dc6fd44887216b0f0d257aab6bbd2625d authored about 4 years ago by Sergey Rubanov <[email protected]>
how to bundle-analyzer with next-compose-plugins (#15370)

Added a section in readme with the proper use of the plugin with next-compose-plugins ^2.0.0, ot...

aec37fa8f12408d77c2cfe06486f56620360e1b0 authored about 4 years ago by cargallo <[email protected]>
Correct a couple of small grammar errors. (#16221)

Just noticed a couple of tiny grammar errors.

2cb05b539eae985454501888d81d049caa348ecd authored about 4 years ago by Tuan Nguyen <[email protected]>
Update Storybook examples to v6.0 (#16139)

* Update with-storybook example

* Delete with-storybook-typescript example

* Add TypeScrip...

521cc621d80542071df6c7ee299cb6ec88e5a4db authored about 4 years ago by Rafael Almeida <[email protected]>
v9.5.3-canary.3

2e8068fcbea427bf50dd464c5565e676e4685ff0 authored about 4 years ago by Joe Haddad <[email protected]>
Update rewrite params query appending (#16189)

This updates to not automatically append params to the query for rewrites if one or more of the ...

1b4d463cc8037be7725f8a2bb8e2b32bd1600f96 authored about 4 years ago by JJ Kasper <[email protected]>
Add MSW usage example (#13731)

* Add MSW usage example

* Updated example

* Added .gitignore

* Added .gitignore in the ...

746000ea5e55c12763defe01028d03ae765eda67 authored about 4 years ago by Artem Zakharchenko <[email protected]>
Refactor <Document> files (#16184)

Instead of reading the `BuildManifest` and passing it to `/_document`, it should be able to read...

9fcf39acd45966d8a6c362bec62e49a53dcd8581 authored about 4 years ago by Joe Haddad <[email protected]>
fix: add missing dependency caniuse-lite (#16091)

**What's the problem this PR addresses?**

https://github.com/vercel/next.js/pull/16048 stopped ...

db40a39f5ec260d29b245d2f5ea54441e9b2cdc4 authored about 4 years ago by Kristoffer K <[email protected]>
v9.5.3-canary.2

32adc3a00de854f071f4c5ea0c53893b38235f94 authored about 4 years ago by Joe Haddad <[email protected]>
Modify low priority files in manifest (#16181)

This pull request edits the `BuildManifest` that is sent to `/_document` instead of modifying a ...

3597978d7f121f11df99cd7cd757e1eb9868fff7 authored about 4 years ago by Joe Haddad <[email protected]>
Add test case for preloading buildManifest (#16183)

39e00a3f2f87fa2c1ee6d858dc49120842fb9a5b authored about 4 years ago by JJ Kasper <[email protected]>
v9.5.3-canary.1

4e813ae0c658f3ead343b4ebd65755d3058528a3 authored about 4 years ago by Joe Haddad <[email protected]>
Share NEXT_DATA type instead of recreating it (#16174)

cb786ebd81f637b8231e664d9e2dce690e34d5e4 authored about 4 years ago by Joe Haddad <[email protected]>
Remove unused dependency (#16168)

33176806f39e5d9f67c4aab43292aa9d7331422e authored about 4 years ago by Joe Haddad <[email protected]>
Convert next/client to TypeScript (#16167)

Fixes #16166

0e48ea3938a6d57bc85c2d903f8401d147bfc4f6 authored about 4 years ago by Joe Haddad <[email protected]>
Convert performance relayer to TypeScript (#16161)

Really basic one! Needed for `next/client`.

09afc376cd67357949d1e1d2ae52aeb82e654a1b authored about 4 years ago by Joe Haddad <[email protected]>
Reduce router code (#16159)

This reduces the code as suggested: https://github.com/vercel/next.js/pull/15231#discussion_r469...

5b81531676df921e272fa655d5359a2c6fe31981 authored about 4 years ago by Joe Haddad <[email protected]>
v9.5.3-canary.0

7b13205e7eef11ba104e23e98583051f497c0a9b authored about 4 years ago by Tim Neutkens <[email protected]>
Add initial handling for dynamic route href resolving and rewrites on the client (#15231)

Co-authored-by: Tim Neutkens <[email protected]>

8a489e24bcb6141ad706e1527b77f3ff38940b6d authored about 4 years ago by JJ Kasper <[email protected]>
Remove unused router method (#16149)

This PR removes a legacy router method that was used for old-style HMR, now replaced by Fast Ref...

ff0571ae1403d162f79c6b9a84bb315c820d33e9 authored about 4 years ago by Joe Haddad <[email protected]>
Dedupe ComponentRes type (#16148)

This PR dedupes the `ComponentRes` type to now align with the `loadPage` return type.

c7acd1187b1eb9f063cfe7cc6e1d2cb27a4b412e authored about 4 years ago by Joe Haddad <[email protected]>
examples: Add with-supabase-auth-realtime-db example. (#16016)

r? @lfades @timothyis
cc @kiwicopple @awalias

Adding a realtime chat example showing how to i...

bdc465092b0bcfad53b7fecc8f1c0a33bb7e778e authored about 4 years ago by Thorsten Schaeff <[email protected]>
removed renderToHTML from ssr-caching and custom-server-hapi in examples (#16138)

Fixes #14737

604ca6c61d048f3fe525ff9f756e29bb1c97fa5b authored about 4 years ago by madiknox <[email protected]>
removed renderToHTML definition from with-flow example (#16137)

This is my very first PR, I'm hoping to contribute more. Should I also remove `renderErrorToHTML...

d81ace268a43e83ddae98fa339dc825ea69a5b43 authored about 4 years ago by madiknox <[email protected]>
Improve page loader types (#16145)

94a85cff12cb37ecbdc88ca0360e467945d1e393 authored about 4 years ago by Joe Haddad <[email protected]>
Strongly type Head Manager (#16144)

16e4f9e79ef804221b7a761ced2971842fff98a5 authored about 4 years ago by Joe Haddad <[email protected]>
Strongly type PageLoader (#16132)

Fixes #16131

9e65c6a958baad321f118c52907c117511cb239e authored about 4 years ago by Joe Haddad <[email protected]>
Remove tslint disables (#16116)

We no longer use tslint so these comments don't do anything.

e72ac7642235d37891deba08fdad31e9963f164c authored about 4 years ago by Tim Neutkens <[email protected]>
Add with-reactstrap example (#15474)

## Summary
This PR adds a Next.js example using [Reactsrap](https://reactstrap.github.io/)

c154a878b641bcc144308d003b6dfd7654f07829 authored about 4 years ago by khasty720 <[email protected]>
Mention header overriding behavior (#16089)

Closes: https://github.com/vercel/next.js/issues/16088

ceeb6c3fce983cf96c6a9d8844a5cded2eedd9a3 authored about 4 years ago by JJ Kasper <[email protected]>
Add stripPrefix of webpack://_N_E/ (#15955)

In with-sentry add stripPrefix of `webpack://_N_E/`. This removes the `webpack://_N_E/` prefix f...

2301331703c118927b8d09811802d9d081a392a0 authored about 4 years ago by Andrew Nagy <[email protected]>
Add codemod documentation (#16067)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

16345f631e380afa836c12e4918ad4ea68fb4e7d authored about 4 years ago by Tim Neutkens <[email protected]>
Fix link to create-next-app docs (#16069)

Fixes #16066

b8662d57665ac4e410aab6cd97a0f43c7de91d83 authored about 4 years ago by Tim Neutkens <[email protected]>
update with-filbert-js (#15968)

- Update dependencies for filbert-js
- Add `@filbert-js/macro` example

9e70b3de4405d91c7489e5af29a7f34708a86999 authored about 4 years ago by anotherjsguy <[email protected]>
Fix: with-firebase-authentication event listener (#16057)

Reference to discussion https://github.com/vercel/next.js/discussions/16010
Bug fixes to `with-f...

4c3d3b712222b38783a025f166e6769f7ff4d779 authored about 4 years ago by Francis Rodrigues <[email protected]>
v9.5.2

07df897dad54fc2e46aa474707da223fa85594f0 authored about 4 years ago by Joe Haddad <[email protected]>
v9.5.2-canary.18

1bc63a379d7311afb22f55742f39ed8a47008865 authored about 4 years ago by Joe Haddad <[email protected]>
Fix with-i18n-rosetta example (#16023)

* fix

* fix unstable useeffect dep

* FIxed lint issue

Co-authored-by: Luis Alvarez <lui...

4b2a8253b9b745842ae828574736ba5b8d770fc8 authored about 4 years ago by Dustin Deus <[email protected]>
v9.5.2-canary.17

782d27e5769b3768bd9d33817725b5a764bae736 authored about 4 years ago by Joe Haddad <[email protected]>
Don’t prevent the browser’s default behavior for Alt key (#16003)

In most browsers, clicking links with the Alt key has a special behavior, for example, Chrome do...

052a9d235333f0e9de5962536c197f201f277431 authored about 4 years ago by Yuhei Yasuda <[email protected]>
v9.5.2-canary.16

378f092aafe1c24ef2ed47abca97bcf926db5e9f authored about 4 years ago by Joe Haddad <[email protected]>
Improvements - Font optimizations (#16031)

Co-authored-by: Tim Neutkens <[email protected]>
Co-authored-by: Joe Haddad <[email protected]>

2ddfd844113dce00929dab3ff5a679664b584218 authored about 4 years ago by Prateek Bhatnagar <[email protected]>
v9.5.2-canary.15

bd703543940a9d401a85a791c385db4c2e06b3ef authored about 4 years ago by Joe Haddad <[email protected]>
Do not assign to readonly property in Safari (#16051)

6d71eef5188aaca5b2f45600a89dc43c9984349a authored about 4 years ago by Joe Haddad <[email protected]>
v9.5.2-canary.14

4a04212d6baa2009034993a159657071b9fecc6f authored about 4 years ago by Joe Haddad <[email protected]>
upgrade @ampproject/toolbox-optimizer to 2.6.0 (#16043)

See [release notes](https://github.com/ampproject/amp-toolbox/releases/tag/v2.6.0).

**Highlight...

d6ad0d084308c6c11aadf87164f7b9f04fc8b017 authored about 4 years ago by Sebastian Benz <[email protected]>
Do not bundle caniuse-lite (#16048)

e08b633c3acf4f7f7f16d1eef1cbfa02753c1c7c authored about 4 years ago by Joe Haddad <[email protected]>
v9.5.2-canary.13

1398aebf7b21b55904387a53776dacdeccc22294 authored about 4 years ago by Tim Neutkens <[email protected]>
Update labeler to include next-codemod (#16041)

89c5689dc978d1987b7bac861fcc03db43a97212 authored about 4 years ago by Tim Neutkens <[email protected]>
Add files array to @next/codemod (#16049)

7acfd7eea7cc06b622704b66c3a5ac3e6b141e97 authored about 4 years ago by Tim Neutkens <[email protected]>
Fix typos in @next/codemod CLI (#16042)

06d0ba41991185b4dbdc24b0976b60462fe35311 authored about 4 years ago by Joe Haddad <[email protected]>
v9.5.2-canary.12

e8e59a175e6ef18697e232f0a80ce2e423159475 authored about 4 years ago by Tim Neutkens <[email protected]>
Add cli for @next/codemod (#16039)

Largely based on the code @threepointone wrote for react-codemod.

Co-Authored-By: Sunil Pai <...

d1701091b892a392faebe0806be14c25ad75f708 authored about 4 years ago by Tim Neutkens <[email protected]>
v9.5.2-canary.11

281318d50ecf71c4ab628f284388c588040d183d authored about 4 years ago by Tim Neutkens <[email protected]>
Update version of next-codemod to prepare for publishing

1738c02ae0daf3c8b4032cf9fe777d6abcbc6551 authored about 4 years ago by Tim Neutkens <[email protected]>
Resolve aliases modules (#16033)

Co-authored-by: Kristoffer K. <[email protected]>

37d2d15b6e8f8441c4922ce7742e1fca846892c6 authored about 4 years ago by Tim Neutkens <[email protected]>
Move next-codemod to Next.js monorepo (#15536)

62031ff24f3f48f84bf384bbd1ef913fe31ddf9d authored about 4 years ago by Tim Neutkens <[email protected]>
v9.5.2-canary.10

f4433ceaa26e8ce3336c77adde356d2b9385fdb8 authored about 4 years ago by Tim Neutkens <[email protected]>
Add browser polyfils for Node.js modules (webpack 5 backwards compat) (#16022)

This adds the following Node.js core polyfills only when the import is used:

- `path`
- `stream...

843d58425b65fc00cfc1b416128fdd3343a3b083 authored about 4 years ago by Tim Neutkens <[email protected]>
Typo fix (built time -> build time) (#16006)

394e24073d0439f4e277ab2a194cd6cbaf3052e7 authored about 4 years ago by Riccardo Di Maio <[email protected]>
Remove another broken demo link from with-graphql-faunadb (#16007)

The link used to appear twice in the README, but it has only been removed once (#15267) to fix #...

bdaedd220ab24fcf132517918456dbdfe975d044 authored about 4 years ago by Riccardo Di Maio <[email protected]>
DOCS: Typo fixes - data-fetching (#16004)

Few typos, missing spaces, some small cleanup on grammar.

79bab9771ca5cdfeef0705e9f0c0d13252817cbc authored about 4 years ago by Caleb Fetzer <[email protected]>
Fix amphtml link rel not respecting basePath (#15949)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

4b6e9a45a376215758eedaa1877c6155ec239049 authored about 4 years ago by Amirali Esmaeili <[email protected]>
Bug fix: Font optimization (#15984)

Bug fix
- Do not remove spaces as it might mangle font names

d8edb2eaa52ace39c5ea2ea147d5f0095cc9bffe authored about 4 years ago by Prateek Bhatnagar <[email protected]>
Make helpers.ts compatible with ie11 (#15973)

Fixes #15680

This does not solve the issue that an error triggered will fail on shadowroots bei...

6f7dfe111c21e270ec0be884d702f91566f9e5ae authored about 4 years ago by Tim Neutkens <[email protected]>
v9.5.2-canary.9

7fc92a6c788d379ae6e9a568a52f794788cc789b authored about 4 years ago by Tim Neutkens <[email protected]>
Remove common PR title prefixes

856b531e4711dc3ff9f3db75f1740097f108ac94 authored about 4 years ago by Tim Neutkens <[email protected]>
Update Sentry example to improve display of server errors (#15495)

In the Sentry example, sourcemaps is not enabled in server error.

I solved this problem by usin...

7a9ee4b9e504647e99a84afa96419ccd97744e1a authored about 4 years ago by Kazuhito Hokamura <[email protected]>
Fix asPath normalizing for non-dynamic pages (#15960)

b1ef76df3133988bb86eb8b3ee174eb4ef937d6c authored about 4 years ago by JJ Kasper <[email protected]>
example application on Redis (Lambda.store) (#15532)

This example application guides you to build a next.js application and integrate lambda.store as...

db69e4747a1feb96b09c393385555b391a6006c7 authored about 4 years ago by Sven Anderson <[email protected]>
Added Friendly error for res.redirect 🐝 (#15844)

## Which solves this PR

Displaying a friendly error, when the user is only passing `statusOrUr...

6375026a413033b018682d243686553934418086 authored about 4 years ago by Markoz Peña <[email protected]>
notify component when route hash changes (#13894)

This resolves https://github.com/vercel/next.js/issues/13659

eb4be226fd6789c4a90ba8a9291c370ceb984158 authored about 4 years ago by Tom Dohnal <[email protected]>
Add PWA Example (#15433)

Co-authored-by: Luis Alvarez D. <[email protected]>

ebd1434a847bb086d13fe4e6671b3b9f482e32c6 authored about 4 years ago by Arsalan Khattak <[email protected]>
Improve Vercel's badge (#15946)

8fed0c3ab50b1a58db6c8e84bd0d7ed52c5358a4 authored about 4 years ago by Evil Rabbit <[email protected]>
with-react-native-web: move meta viewport to _app.js (#15945)

3922fa0584ff481f15cd1b4de689967df88159b5 authored about 4 years ago by Raibima Putra <[email protected]>
Update Fast Refresh doc (#15923)

Co-authored-by: Luis Alvarez D <[email protected]>
Co-authored-by: Tim Neutkens <[email protected]...

e18f74fe2de0672e372aa6425b6b6313a23b91fa authored about 4 years ago by Eric Piacentini <[email protected]>
Remove querystring from the client (#15378)

cbfb8cbcc7b705892dc71e5cf26e870f76cdcc8a authored about 4 years ago by Jan Potoms <[email protected]>
Warn when Fast Refresh is disabled (React <16.10) (#15931)

882288b532c70175c5421484a6dc5154420a2583 authored about 4 years ago by Joe Haddad <[email protected]>
Delay server start message until it's listening (#15929)

Fixes #15928

---

This would cause us to print the message too early and open the browser to a ...

2d42b8e0765050bc61cb2f6efadd1f5825a41f6c authored about 4 years ago by Joe Haddad <[email protected]>
Add missing gitignore

817d558a6d6aafd2bbd5c37ddabd79c1d9cf2b91 authored about 4 years ago by Joe Haddad <[email protected]>
Add variable expansion note (#15917)

Co-authored-by: JJ Kasper <[email protected]>

c86466f4ee13817c190f6bbe34ee70bb96508261 authored about 4 years ago by Joe Haddad <[email protected]>
updated active-class-name example to also demo a `[slug]` path (#15924)

updated example for [active-class-name](https://github.com/vercel/next.js/tree/f00ad581a16a3023f...

7d8e0c512f38e8c31fc1677a5f92495455e525eb authored about 4 years ago by Aubrey <[email protected]>
fix typo in export-all-in-page (#15925)

2c424446b80ff503a6c5853f6a3b42d03acf1abc authored about 4 years ago by matamatanot <[email protected]>
[Examples] Remove horizontal scroll in CMS examples (#15921)

This is the same fix from https://github.com/vercel/next.js/pull/15729 - Adding it in a new PR a...

c11ee1d8573c2c264ee146b365900dce25ac0f4d authored about 4 years ago by Luis Alvarez D <[email protected]>