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

startup performance improvements (#24129)

* import next-server logic during the time the configuration is loaded
* load minimizer plugins ...

5bdef6aabee380ce682d65b1da7cce984bfc3748 authored over 3 years ago by Tobias Koppers <[email protected]>
Ensure query for static pages with rewrites is updated correctly (#24189)

This updates the query refreshing on the client to also refresh when rewrites are used and the p...

65588083db392712f842a67f3e63911a626e33ec authored over 3 years ago by JJ Kasper <[email protected]>
Add error for getStaticPaths on non-dynamic page (#24188)

Noticed in this issue the reproduction was using `getStaticPaths` on a non-dynamic page incorrec...

6e7245cddb1e1671ec1c57cb9ceec5eba9f0ddd2 authored over 3 years ago by JJ Kasper <[email protected]>
Ensure locale is not duplicated from differing casing (#24187)

This ensures we don't attempt adding a locale to a path when the locale is already present but i...

a153b63240f38488a7a82eb6c54e9f8890ab7a22 authored over 3 years ago by JJ Kasper <[email protected]>
Update incremental adoption in rewrites doc (#24186)

This updates the incremental adoption section in the rewrites docs to mention the new fallback r...

d2b0d43eb92a6dbc6194e2361b4f3c079e76d47a authored over 3 years ago by JJ Kasper <[email protected]>
Update SWR in with-magic example (#24185)

## Documentation / Examples

- [x] Make sure the linting passes

Closes: https://github.com/verc...

557ecb0fa27badea42d1b82012529d29a3ef7959 authored over 3 years ago by JJ Kasper <[email protected]>
Update Chakra UI examples to latest versions. (#23585)

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added

## Fe...

2e7d405fedbc9c07135ece14c6f7f2ac18a81a2a authored over 3 years ago by Abdullah Mzaien <[email protected]>
Fix serving Images through external rewrite with Image component (#21001)

This PR fixes the issue described here: https://github.com/vercel/next.js/issues/20909

The _req...

9fcfce3463095af63e93251ae12f5cac8344aa7f authored over 3 years ago by umarsenpai <[email protected]>
Use same num workers between export and build (#24180)

This ensures we use the same `numWorkers` config between `next build` and `next export` since we...

432c9ee5fcf7687e0dae2252a7eed2277c954d16 authored over 3 years ago by JJ Kasper <[email protected]>
Docs update: Redirect paths with parentheses (#24062)

It took me quite a while to understand that in order to redirect from `/english(default)/:path` ...

646a881183132b0756818bc48484360c1fa12cf8 authored over 3 years ago by Julien Benchetrit <[email protected]>
Updated prefetch documentation (#24171)

Added the fact that when `prefetch` is set to `false`, Next will prefetch the link when an `onMo...

6e22a440e284628ed768a1a92a2936b9f5b1f380 authored over 3 years ago by Steven Tey <[email protected]>
v10.1.4-canary.9

fe0583edea83c42332f1b65485f93f6096f317bd authored over 3 years ago by JJ Kasper <[email protected]>
Fix fallback: false triggering 404 before rewrites (#24121)

This fixes dynamic pages with `fallback: false` that don't have a matching path causing a 404 be...

7d77a19af2e6da82ffbc02a9b66a9f0d3c1e53ac authored over 3 years ago by JJ Kasper <[email protected]>
test(create-next-app): use latest examples (#24048)

Update CNA test suite to consume [vercel-learn-starter](https://github.com/vercel/next-learn-sta...

4b8e539628d4c1ba9071185088b8ea661ca06389 authored over 3 years ago by James George <[email protected]>
Document the need to call App.getInitialProps() from a custom app's getInitialProps (#24002)

Document the need to call App.getInitialProps() from a custom app's getInitialProps. See https:/...

b7a12655e27df3d2af4f5038135def8817693263 authored over 3 years ago by Marc van Gend <[email protected]>
Fix typescript types. (#23771)

Fix typescript type for cache and null check in mutation result.

## Bug

- fixes : https://gith...

15133b47ec7bfc413aa068d92fb678626cf47571 authored over 3 years ago by Sahil Rajput <[email protected]>
Fix IE11 incompatibility due to string litterals (#23784)

Fixes #22270

## Bug

- [X] Related issues linked using `fixes #number`
- [ ] Integration tests...

b2ee0a93fe5653a050550455d817f7e460205b4a authored over 3 years ago by Martin Alix <[email protected]>
Update with-electron test (#24036)

* Use ssh for git regexr dependency

* remove .git from dep

* update

* update test

* ...

35258650acb5bc17555e8e8c37845540f609ee9d authored over 3 years ago by JJ Kasper <[email protected]>
v10.1.4-canary.8

3fb4e091bcecc2fcca5860d946c37325f5e30f9a authored over 3 years ago by JJ Kasper <[email protected]>
Switch Create Next App default template to use next/image (#24076)

Follow PR to #23887 to add next/image.

Only other change was wrapping the image in a span to al...

c3d06a275fa8c7f0f07f8dfb904d12c4ef951eb7 authored over 3 years ago by Gary Meehan <[email protected]>
improve pr stats action (#24086)

* add cache build duration tracking
* default = webpack 5
* better hash handling
* allow to opt-...

1c2ee7c6b8de144ffcdbbde68abf73570839dbd5 authored over 3 years ago by Tobias Koppers <[email protected]>
Fall back to default components when a top-level error occurs (#24079)

This fixes an internal server error showing when a top-level error occurs in `_app` in developme...

1797fc50ab6a6059a3d118236dcd9cbf22ef91b8 authored over 3 years ago by JJ Kasper <[email protected]>
update webpack to 5.33 (#24077)

relevant changes:

* performance improvements for `export *` and reexports
* fixes incorrect cac...

1e207301c2e33a81607c7678200b0be03594a025 authored over 3 years ago by Tobias Koppers <[email protected]>
Update .now.sh to .vercel.app. (#22359)

279e105279f3c95d22ec13cb915766e25956f658 authored over 3 years ago by Lee Robinson <[email protected]>
docs(create-next-app): add --use-npm (#24018)

Document `--use-npm`.

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integrati...

79d6f44d4813b5d1846cd0b15033b50cac493c6e authored over 3 years ago by James George <[email protected]>
fix: upgrade cssnano/postcss version (#24034)

This PR upgrades CSSNano and PostCSS to v8, fixing various longstanding PostCSS bugs in PostCSS@...

880935842fd97555fabccd9787fa55aceb405e41 authored over 3 years ago by Joe Haddad <[email protected]>
docs: Fix TypeScript casing (#24040)

8df5fc5a8e292845f9044adc96f474d620fcc4d8 authored over 3 years ago by Alex Vilchis <[email protected]>
Add react@experimental testing (#23359)

cb7ef3feb5702cf64fe68bf183999961f9153d5e authored over 3 years ago by Gerald Monaco <[email protected]>
v10.1.4-canary.7

c3390b8cca70529bd26c3029a79254a09c18b9f1 authored over 3 years ago by JJ Kasper <[email protected]>
Clean up eventsource initialization (#24015)

Just cleans up some code, doesn't change the underlying mechanism

## Bug

- [ ] Related issue...

9baee888afa1519796510cd1ebca07ee54d17e87 authored over 3 years ago by Tim Neutkens <[email protected]>
Use regex lexer for gathering named groups from has (#23626)

This is a follow-up to https://github.com/vercel/next.js/pull/23588 to update to use a regex lex...

4d291bd810bc4245c241bed9ae79228febb704fc authored over 3 years ago by JJ Kasper <[email protected]>
Add missing import in CSS docs (#24007)

This is a one-line commit, which adds the missing import for VisuallyHidden component, from Reac...

9a548b649f541d2e0631102b2a4dc40edff7b1e6 authored over 3 years ago by Angel Gomez <[email protected]>
Add request deduplication to image optimizer (#24000)

This PR adds the deduplication logic to image optimizer so the cache will be reused as much as p...

b610db830ef1ef2458c3c75ba1955b57b7291264 authored over 3 years ago by Shu Ding <[email protected]>
v10.1.4-canary.6

25ca1b5babe41033f4a2c9e5bbc98c384c8f8660 authored over 3 years ago by Tim Neutkens <[email protected]>
Enable webpack5 by default (#23810)

- Enable webpack 5 by default for apps without custom webpack configuration

Fixes #23143

## ...

2dba861ea346b87d2ad8a100d25fe9f1cf6e73a7 authored over 3 years ago by Tim Neutkens <[email protected]>
Update redux-toolkit-typescript README. (#23997)

d302a52bc6c242dba1956fd2466894ad8a9824c4 authored over 3 years ago by Lee Robinson <[email protected]>
v10.1.4-canary.5

1be97547d957f0a5bf95fd2bfdfe1ae0d483e009 authored over 3 years ago by JJ Kasper <[email protected]>
Ensure minimal mode SSR 404 handling is correct (#23996)

ec62ea6134017d480c5b1f00272cef3367fd160c authored over 3 years ago by JJ Kasper <[email protected]>
Ensure no-op rewrite matches dynamic route with i18n correctly (#23860)

This ensures we match dynamic routes correctly when applying `check: true` behavior with i18n so...

f02363e0c4958968cd171e5a2213bcddc75b3bfc authored over 3 years ago by JJ Kasper <[email protected]>
Increase base Lighthouse score of default Create Next App template (#23887)

4f7f5f30deca5eaafb4890768f708a168c37da99 authored over 3 years ago by Gary Meehan <[email protected]>
test(create-next-app): suppplying --use-npm prefers npm for installation (#23880)

This PR aims at updating the `create-next-app` test suite to include a test case for the `--use-...

428a7de5b5aad08ac95da2cf0bd5be79c45b6e84 authored over 3 years ago by James George <[email protected]>
v10.1.4-canary.4

c5c16494e3a8977f71b323c92c4efe714665d36a authored over 3 years ago by Tim Neutkens <[email protected]>
Update with-electron example (#23873)

This PR updates `example/with-electron`:

- Updates electron to version [12 (latest stable)](htt...

2cfcab8a74a6991208ea9954c729aa6c86d0250a authored over 3 years ago by Henrik Wenz <[email protected]>
Remove bugfix needed for webpack 4 when webpack 5 is used (#23886)

Tobias has fixed the `compiler.hooks.invalid.call()` bug in webpack 5 so this is no longer neede...

2b48670bd639f59eb3d8c5f704423b7cd54208bf authored over 3 years ago by Tim Neutkens <[email protected]>
reduce the number of write syscalls by buffering (#23863)

buffer the output of bfj to avoid 1000s of small write calls

2c2ac2e868b0edbaddd7ae2ea3d6cdf3023beae9 authored over 3 years ago by Tobias Koppers <[email protected]>
Update incremental migration doc and add version for new rewrites (#23859)

This updates the incremental migration doc to mention the new fallback rewrites over the previou...

de567d91d70bb58e5a7f3ea4a6f484ec51610b8f authored over 3 years ago by JJ Kasper <[email protected]>
upgrade webpack to 5.31.2 (#23861)

https://github.com/webpack/webpack/releases/tag/v5.31.1

## Bug

- [ ] Related issues linked usi...

1258d13d734e530b4d9542bdd240f40a124ad8cc authored over 3 years ago by Tobias Koppers <[email protected]>
Update Tailwind CSS example with emotion to use JIT (#23843)

## Documentation / Examples

- [X] Make sure the linting passes

0af3b526408bae26d6b3f8cab75c4229998bf7cb authored over 3 years ago by Santi Dalmasso <[email protected]>
Add experimental note to docs for has (#23835)

This adds a note the `has` documentation mentioning the feature is still experimental as we curr...

1cf7360788a35485c45d69b5f24427c3fe6fb6cc authored over 3 years ago by JJ Kasper <[email protected]>
Update tailwind css to v2.1 with jit support (#23793)

## Documentation / Examples

- [x] Make sure the linting passes

cffdf1e0881aa89453028230b41fc0ea927023db authored over 3 years ago by Pranav P <[email protected]>
Resolve new babel loader through require.resolve (#23819)

a561dd9cdb899c32863c8c7bf75d43901c47ec14 authored over 3 years ago by Tim Neutkens <[email protected]>
Adding a plausible example (#23814)

## Documentation / Examples

- [X] Make sure the linting passes

Adding a [Plausible](https://pl...

761d72fbc099747f3dee498e3ca356b274376e69 authored over 3 years ago by Dominik Wilkowski <[email protected]>
v10.1.4-canary.3

911bdacf8993b6a3ac72557ad82fda49676bbac0 authored over 3 years ago by Tim Neutkens <[email protected]>
Babel fast mode (#23760)

@timneutkens it'd be great to get your input.

These changes introduce a new Babel loader that e...

c2dfe40296c7d35f1713435cf0a8e217c202fbb8 authored over 3 years ago by Dale Bustad <[email protected]>
Fix upgrading broken link (#23785)

Fix a broken link in the [upgrading documentation](https://github.com/vercel/next.js/blob/canary...

bce78ba89c86214ef22d02f03984c7fb1830dd99 authored over 3 years ago by Pierre Berger <[email protected]>
docs: Update built-in-css-support.md with Linaria example (#23333)

add link to Linaria example

7f6a74a8e2d234470b3b98ce3f4cac46b4c5829d authored over 3 years ago by Turadg Aleahmad <[email protected]>
Fixed issue accessing index page of "with-reason-relay" example (#23780)

Within the "with-reason-relay" example:
- Redirect from NextJS-routed root route to reason-compi...

d34c9f16d88e3a95d42c14fc4e82786077aaeaee authored over 3 years ago by Max Leon <[email protected]>
upgrade to webpack 5.31.0 (#23776)

* fixes a bundle size regression from webpack 4 to 5
* fixes these warnings during resolving bui...

c5cf9e4c699d1fc9bede97f83b42003d7b64ff0b authored over 3 years ago by Tobias Koppers <[email protected]>
Add note about prefetching (#23732)

Fixes #23687

## Bug

- [x] Related issues linked using `fixes #number`
- [ ] Integration test...

d2dc91c80ce9708aae6055cff1ef6cb9f67bf98a authored over 3 years ago by Tim Neutkens <[email protected]>
Merge tag 'v10.1.3' into canary

v10.1.3

3b803c6e5716df6433f159c1c0e2a7ef6a364248 authored over 3 years ago by Brandon Bayer <[email protected]>
add custom merge driver for compiled deps

a9f3a415218c651390db34711425012037e1c117 authored over 3 years ago by Brandon Bayer <[email protected]>
v0.34.0-canary.1

c5122c4c009a68dd1b8077af8a9cef36cd1c4885 authored over 3 years ago by Brandon Bayer <[email protected]>
Prune unchanged nextjs packages from workspace & build (#2182)

(ignore)

22735d375554f3499878cb3d214f717246ec091b authored over 3 years ago by Brandon Bayer <[email protected]>
Change Blitz to use our nextjs fork (no internal changes besides using our own build) (#2122)

(patch)

62c0bb093229c180723aba5216aee30a1bb5b15b authored over 3 years ago by Brandon Bayer <[email protected]>
v10.1.4-canary.2

23ad3a718950557d2e42e6ccc0302f363064f5a5 authored over 3 years ago by JJ Kasper <[email protected]>
Ensure no-op export returns without error (#23752)

This ensures we don't reach the invariant from trying to create the export progress with no item...

348115036ca01590b7f5f109eed9eca6e5a78843 authored over 3 years ago by JJ Kasper <[email protected]>
Update to with-supertokens example (#23728)

- Updated dependency version
- Optimises for serverless execution by taking advantage of `/tmp` ...

f7d0bd115cb3abebaee16359e0ba103ecd273426 authored over 3 years ago by Rishabh Poddar <[email protected]>
Ensure fallback rewrites dont match over pages with i18n (#23674)

This ensures we are checking the filesystem correctly when i18n is used to prevent fallback rewr...

45b8c885215023ef9a62b8a67d3038839d98df9b authored over 3 years ago by JJ Kasper <[email protected]>
Ensure basePath is not applied for external GSSP redirect (#23673)

This ensures we don't attempt prepending the `basePath` for external (http://) `getStaticProps`/...

55c6b7aba2dbf07e07a9daf82fbcab394308a60d authored over 3 years ago by JJ Kasper <[email protected]>
Fix webpack5 cache distDir (#23718)

## Bug

- [x] Related issues linked using `fixes #number`
- [x] Integration tests added

## Fe...

c2c1b965440fd6ce062c0601a077a0a31021ae83 authored over 3 years ago by Felipe Lima <[email protected]>
v10.1.4-canary.1

9986d7c92ef2c9613a8338be777221cfa80b195b authored over 3 years ago by JJ Kasper <[email protected]>
Stop mutating `resolvedAsPath` (#23705)

Follow up to #23614. `resolvedAsPath` isn't actually even being used as an output, we're just mu...

63b96b18840c85192db4b1ecea2cc6dd7a4e651a authored over 3 years ago by Gerald Monaco <[email protected]>
Font optimization (#21676)

Enable font optimization by default

8fdcc52854007f64f079ce3b4a45f43269b8baec authored over 3 years ago by Janicklas Ralph <[email protected]>
v10.1.4-canary.0

bf629f94270bd180cb44a3a018fe57ad5701e884 authored over 3 years ago by JJ Kasper <[email protected]>
Ensure default fallback values are correct with i18n (#23675)

This ensures we don't parse the default params when auto-exporting dynamic routes with i18n sinc...

88fd76f4d2a212860fe4ad2f5b19cf545e791ddc authored over 3 years ago by JJ Kasper <[email protected]>
Fix: Codeblock Syntax Highlighting (#23545)

I don't believe NodeJS code should receive Bash syntax highlighting :).

## Bug

- [x] Related...

0d98cd9037bb51c749e22fe9cf3e97e66e004055 authored over 3 years ago by Rayhan Arayilakath <[email protected]>
fix with-mqtt-js example. (#23636)

## Documentation / Examples

- [x] Make sure the linting passes

***

Related to #23607

We sh...

9d2962cfab075ea2fd5ca92a490dd6d6bb609c4a authored over 3 years ago by david <[email protected]>
fix with-styled-jsx-plugins example. (#23635)

## Documentation / Examples

- [x] Make sure the linting passes

***

Related to #23607

Bump ...

6b2a2d9bc59a30f4e5379c445daec1aa6ffebf0f authored over 3 years ago by david <[email protected]>
fix with-web-worker example. (#23634)

## Documentation / Examples

- [x] Make sure the linting passes

***

Related to #23607

Inste...

c46e99d346fe1cb44b6e4e8ab178718d2a5022a6 authored over 3 years ago by david <[email protected]>
fixes a part of #23607 remove with-glamor example (#23639)

## Bug

- [x] Related issues linked using `fixes #number`
- [ ] Integration tests added

## Fe...

be0957650dc662955e1b1b8c628b85489fdf17d9 authored over 3 years ago by rpxs <[email protected]>
v10.1.3

29aa48dfc4684ac3c05177e69ac3e7d79c98cdf8 authored over 3 years ago by Tim Neutkens <[email protected]>
v10.1.3

0fd9f7e99027b5876e85c760b80b172cf032e27f authored over 3 years ago by Tim Neutkens <[email protected]>
v10.1.3-canary.2

71d7f91c7dd1f8f02011797116c208d312fbdfa5 authored over 3 years ago by Tim Neutkens <[email protected]>
v10.1.3-canary.2

6e51f2a8163034314d564450ae5f9e8705beb62b authored over 3 years ago by Tim Neutkens <[email protected]>
Clean up RenderOptsPartial (#23614)

* Remove autoExport from RenderOpts

* Remove ampMode from RenderOpts

* Stop passing inAmpM...

e2b9408eb6a0af1f6e09abe58130aa77ca9ec048 authored over 3 years ago by Gerald Monaco <[email protected]>
Clean up RenderOptsPartial (#23614)

* Remove autoExport from RenderOpts

* Remove ampMode from RenderOpts

* Stop passing inAmpM...

af3315b14d2704a58edffbf8c0c7cf4de9b44380 authored over 3 years ago by Gerald Monaco <[email protected]>
v10.1.3-canary.1

95b98396222f3765796c6ba5b7b144b937de0dcb authored over 3 years ago by JJ Kasper <[email protected]>
v10.1.3-canary.1

3192dfc215b0c2f20dad345bac559ed55b943d2b authored over 3 years ago by JJ Kasper <[email protected]>
update webpack to 5.30 (#23612)

* has some memory usage improvements
* after a while cache entries that are unused and already p...

8ac46f4e020953f2462b14b1bfbcc81a08031208 authored over 3 years ago by Tobias Koppers <[email protected]>
update webpack to 5.30 (#23612)

* has some memory usage improvements
* after a while cache entries that are unused and already p...

0ad805fee6d7fd1998060963c60e8fa67be81955 authored over 3 years ago by Tobias Koppers <[email protected]>
Update router.md to improve a11y (#23611)

Code examples used `span`, change to use `button` for better accessibility

## Documentation / ...

4de984ca232d63a59e320428719e13a7161aaf37 authored over 3 years ago by Sam Robbins <[email protected]>
Update router.md to improve a11y (#23611)

Code examples used `span`, change to use `button` for better accessibility

## Documentation / ...

b356c0f2008507e7647b9473c61494287d6189c6 authored over 3 years ago by Sam Robbins <[email protected]>
Update custom-routes-proxying to use fallback rewrites (#23610)

This updates to use the new `fallback` rewrites support instead of the previous no-op rewrite ...

f52cfddfaefd22198df2e2750aa76aa506f419a5 authored over 3 years ago by JJ Kasper <[email protected]>
Update custom-routes-proxying to use fallback rewrites (#23610)

This updates to use the new `fallback` rewrites support instead of the previous no-op rewrite ...

bfd36bd227695cf93c91477e480b6b2d1e6a6f06 authored over 3 years ago by JJ Kasper <[email protected]>
Delete examples/with-style-sheet directory (#23609)

The underlying package [style-sheet](https://github.com/giuseppeg/style-sheet) has been archived...

8e84a36ed20996c58410db72412f05c23b4f7877 authored over 3 years ago by Sam Robbins <[email protected]>
Delete examples/with-style-sheet directory (#23609)

The underlying package [style-sheet](https://github.com/giuseppeg/style-sheet) has been archived...

ba81b6ab2a06a33971cbfc9d9ac207c73845ed2c authored over 3 years ago by Sam Robbins <[email protected]>
Update decoder to correctly handle grayscale PNGs (#23393)

This PR updates the Squoosh PNG decoder, which fixes #22929 in GoogleChromeLabs/squoosh#971.

##...

2ed54cddfa213b4353696214994025792e27c64a authored over 3 years ago by Shu Ding <[email protected]>
Update decoder to correctly handle grayscale PNGs (#23393)

This PR updates the Squoosh PNG decoder, which fixes #22929 in GoogleChromeLabs/squoosh#971.

##...

77bfaa2a343ae46f0a7c6e6a263dcec5126f491e authored over 3 years ago by Shu Ding <[email protected]>
Ensure has segments are allowed in destination (#23588)

This ensures we gather segments from the experimental has field when validating segments used in...

1c9de0fd520aa46a6fce491c996f38245cd17c4a authored over 3 years ago by JJ Kasper <[email protected]>
Ensure has segments are allowed in destination (#23588)

This ensures we gather segments from the experimental has field when validating segments used in...

65c22167c8b797ae8282c9c5301499301a54ff74 authored over 3 years ago by JJ Kasper <[email protected]>