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 NextSeo example (#14643)

2ad0b5ba4aa7e66b71b616b94893609bc58e8160 authored over 4 years ago by ralphilius <[email protected]>
v9.4.5-canary.24

af901f4366b168e1ac4af0dc439fd54bb18cd2fd authored over 4 years ago by Joe Haddad <[email protected]>
Upgrade CSSNano Version (#14638)

Fixes #14632
Fixes #14690

923afd68d4c2539e8e7276146ca61141f5146e8f authored over 4 years ago by Joe Haddad <[email protected]>
Fetch Data on Runtime (with-MongoDB-mongoose example) (#14674)

Change Data Fetching Method in Example with-mongodb-mongoose
Fetch Data on Runtime (getServerSi...

6079dc243bf9ce750b2ee5b2f6105704750f4837 authored over 4 years ago by Arsalan Khattak <[email protected]>
Fix dynamic route encoding for NextLinks (#14281)

ac5b2acd12f061c2a7cfeee414bad4f80212c7c6 authored over 4 years ago by Joe Haddad <[email protected]>
[examples/with-three-js] Component with useLoader can use dynamic import (#14648)

The existing example gives an error on every hot reload, perhaps because of the way that an init...

c9bc101df89d28e33497e62371816abdf6b2a68e authored over 4 years ago by Pascal Pixel <[email protected]>
Enable Optional Catch-All by Default (#14687)

Closes #14682

1d0e7a8a9a008cb0287673a1c6dcc604a892a7bb authored over 4 years ago by Joe Haddad <[email protected]>
v9.4.5-canary.23

f12a9f92f8c44375ac74e2f3c5ca5e5b1c46880e authored over 4 years ago by JJ Kasper <[email protected]>
Update to use getDataHref in fetchNextData (#14667)

This updates `fetchNextData` to re-use the `getDataHref` function from `page-loader` which has m...

89ca0d10d45b1d8fce6cb0358a2662c27b61a850 authored over 4 years ago by JJ Kasper <[email protected]>
Handle trailing slashes, even when query parameters (#14650)

Add tests and fix for when the url contains query parameters.
`router` now uses the same method ...

b8a30bab55b8d2bf4511d902bdd0ecb1604e70de authored over 4 years ago by Jan Potoms <[email protected]>
Clean up plugins (#14676)

Preparation for a larger rewrite

327f6eed417cfe387fd6db15b69c7c4832f5c18a authored over 4 years ago by Tim Neutkens <[email protected]>
Convert incremental generation cache to a class (#14660)

We've been meaning to change this code for a while :+1:

- Changed the name from spr to incremen...

83de34239c8403be19b744d1fbec4b1003e9f80e authored over 4 years ago by Tim Neutkens <[email protected]>
Positive req/seq change is not a warning (#14640)

Tweak PR stats message for req/sec metrics. I think they should warn when they are negative, not...

14f1a7b27a8f19e67fd3a97b55f1f9ef15bbae97 authored over 4 years ago by Jan Potoms <[email protected]>
Add Environment Variables Example (#14575)

Closes https://github.com/vercel/next.js/issues/14570
Closes https://github.com/vercel/next.js/i...

a04fdc8475a2e5d924e21b59b6370b4efba97703 authored over 4 years ago by Luis Alvarez D <[email protected]>
Add @prefresh/next to dependencies of preact example (#14649)

Add @prefresh/next as dependency

Closes #14607

874378dcb577dd0d67a93b4743c476be43cf3480 authored over 4 years ago by S M Mahmudul Hasan <[email protected]>
Introduce react profiling production flag (#13873)

Closes [13709](https://github.com/vercel/next.js/issues/13709).

The solution works, **(tested a...

1aed9eaac18bced087ac36f9916409ee09c271e9 authored over 4 years ago by Todor Totev <[email protected]>
v9.4.5-canary.22

479c38d3b764569dcbefdf78953094df4ce5f112 authored over 4 years ago by Tim Neutkens <[email protected]>
Updated exportPathMap docs (#14630)

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

0f60377967f7cd72bb98ea4c7d524172bf95a87b authored over 4 years ago by Luis Alvarez D <[email protected]>
Use assetEmitted hook instead of afterEmit (#14626)

Makes sure this works correctly with webpack 5.

b4b68c0b853d11beb23c6520011fe05fc169dced authored over 4 years ago by Tim Neutkens <[email protected]>
Fix trailing slash handling in exporting pages with getStaticPaths (#14620)

Fixes https://github.com/vercel/next.js/issues/14573

bd24b70d601156e58f83850b4ed8a7d30fb274cd authored over 4 years ago by Jan Potoms <[email protected]>
v9.4.5-canary.21

3909c76cef90f5da053b02dc7766455adbc3981f authored over 4 years ago by Tim Neutkens <[email protected]>
Tailwind config: also look for .tsx .jsx and .ts (#14621)

Closes: #14595

09b2a66f4983276269743335d100aebd1ab59097 authored over 4 years ago by S M Mahmudul Hasan <[email protected]>
De-experimentalize custom-routes (#14602)

This moves the custom-routes configs outside of the experimental section to prepare them for bei...

61b68730f87e9285b16550a5621f73afec9b8dfe authored over 4 years ago by JJ Kasper <[email protected]>
Update the passHref link (#14584)

Keeping up with section headers in markdown is fun :)

Co-authored-by: kodiakhq[bot] <49736102...

166834e578461de1400ae145f2a20f050f8130ec authored over 4 years ago by James Bowes <[email protected]>
Remove next-cookies and prop-types (#14579)

87bb11c98cc288c4fbeb6d9da09808a8c8eaa40e authored over 4 years ago by matamatanot <[email protected]>
v9.4.5-canary.20

8393869912105ef5be969b227a7af2a0f2e24cfc authored over 4 years ago by Tim Neutkens <[email protected]>
Use entry option instead of custom make hook (#14527)

Simplifies on-demand-entries a bit.

ae542b852533551f1f59028cd5f454046172e5b1 authored over 4 years ago by Tim Neutkens <[email protected]>
[Docs] Focus on useRouter (#14515)

[ch4109]

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

Our current docs for `next/rout...

c6dc34e4d72f2539f20b650b4303ab3744b45973 authored over 4 years ago by Luis Alvarez D <[email protected]>
v9.4.5-canary.19

3b12dbf48858ea0d05a7d7735415d1971599dbbe authored over 4 years ago by JJ Kasper <[email protected]>
Fix native-url path parsing bug (#14442)

Test case for https://github.com/GoogleChromeLabs/native-url/pull/28

Fix https://github.com/ver...

fdcc24be6db7d0c2a3dc5e75f427a33669d61e25 authored over 4 years ago by Jan Potoms <[email protected]>
Fix windows tests: snapshot backslash needs to be escaped (#14559)

Noticed while trying to get https://github.com/vercel/next.js/pull/14442 tests to pass. The back...

1a838f45aab2597b32759f5d6786e2414fcf2a38 authored over 4 years ago by Jan Potoms <[email protected]>
Add [with-storybook-typescript] example (#14398)

Basically this PR adds Next.js 's default TypeScript setting and integrates [@storybook/preset-t...

c8dbc7e572d0e827eff9b2703b11dfa1da9c0774 authored over 4 years ago by Hyeungshik Jung <[email protected]>
Avoid adding basePath when it's not needed (#14535)

* Avoid adding basePath when it's not needed

When using the `basePath` setting, on pages with...

61c4cdb501eec8382c79b841c2a273846b8e9b53 authored over 4 years ago by Anthony Short <[email protected]>
Add 'with-next-auth' example (#14530)

I accidentally deleted the repo the original PR was based upon haha.

Anyway, the code was stil...

fe529c49bf2642777c6f4c24c8ea1045ed5cd339 authored over 4 years ago by Nico Domino <[email protected]>
Update index.js (#14528)

* Update index.js

* Update index.js

* Update examples/with-firebase-authentication/pages/i...

c690a68b3c01fc9381057a72b35b063028f0d023 authored over 4 years ago by Oğuzcan Köse <[email protected]>
Warn/revert custom devtool in development mode (#14285)

Warn users and revert their `devtool` when they manually change the `devtool` in development mod...

435bf657847329c753b6c0633f6580a62dddb8ba authored over 4 years ago by James Mosier <[email protected]>
fixing the docker multi-stage build failures (#14513)

It looks like the docker multi-stage file wasn't building, so fixed that and also cleaned up som...

afa9bab11a014f6778f34efac9741873bd3819e3 authored over 4 years ago by Vinci Rufus <[email protected]>
Remove unused package in with-apollo-and-redux example (#14507)

Usage of `apollo/react-ssr` was removed when the example moved to SSG.

a9bfe13ae5b7d891c70d3d0186e3f4625a12de1d authored over 4 years ago by Steven Bell <[email protected]>
v9.4.5-canary.18

15367829de66b1c4f48b6a9c5df7343bb59a889e authored over 4 years ago by JJ Kasper <[email protected]>
Handle rendering next/head outside of Next.js (#14511)

This ensures `next/head` doesn't fail to render when being rendered during tests or outside of N...

5bb081f13f62b6ff33c74d792b798e9412671bf7 authored over 4 years ago by JJ Kasper <[email protected]>
Remove deprecated plugin in favor of the option (#14503)

Not sure if it's still there for a reason, but from the types for `NoEmitOnErrorsPlugin`
```js
...

574e9d285ac79b98f74e53ae6c5f2099fc8f1f80 authored over 4 years ago by Jan Potoms <[email protected]>
Webpack 5 build compat (#14498)

Initial PR to make `next build` work with webpack 5, still needs more work to make sure runtimeC...

be2a63238a64867f458a50158d27ccd8ef87969e authored over 4 years ago by Tim Neutkens <[email protected]>
Ensure dev overlay uses basePath for requests (#14475)

This fixes the `basePath` not being used when making requests for the `react-dev-overlay`. We mi...

2136c46b89972610e750517546b66eb2c0a76d91 authored over 4 years ago by JJ Kasper <[email protected]>
v9.4.5-canary.17

23db226ea5721e5f4bc14e3b79efa03143e0657f authored over 4 years ago by Tim Neutkens <[email protected]>
Normalize trailing slashes (#13333)

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

2142b76e6bd8717d4671ef3d965fc7894fd49fe9 authored over 4 years ago by Jan Potoms <[email protected]>
[Examples] Use the vercel CLI for with-zones (#14480)

[ch3480]

Fixes https://github.com/vercel/next.js/issues/14242
Closes https://github.com/vercel/...

b90fa0a3e12ef68eb358d0d491fce65b77401385 authored over 4 years ago by Luis Alvarez D <[email protected]>
Fix prerendered nested index handling (#14383)

Noticed this while reviewing https://github.com/vercel/next.js/pull/14376. After having done htt...

bc2cb2210ff7b407a9312a7ce91715fecaf8cdfc authored over 4 years ago by Jan Potoms <[email protected]>
Update to rely on dynamic param values from proxy (#12608)

This updates to rely on query values from the proxy when capable to ensure the correct values ar...

fca768d3d2570512779efc954b88c54d3695084e authored over 4 years ago by JJ Kasper <[email protected]>
v9.4.5-canary.16

1f125f8a7e80a117d3051dcfd7aee20b7ae67d45 authored over 4 years ago by Tim Neutkens <[email protected]>
Remove buildId from server-side files (#14413)

Gets rid of the custom function for naming files by removing buildId from the file paths.

6c2ce706086cc2b6ffbbbf6dfbc8f39aa7c73722 authored over 4 years ago by Tim Neutkens <[email protected]>
Update route regex for optional catch-all parameters in named regexes (#14456)

Noticed while working on https://github.com/vercel/next.js/pull/14400 that the optional catch-al...

a7af013350e95a44cf7d991d1187ec0b40cb642b authored over 4 years ago by Jan Potoms <[email protected]>
Shave a few bytes off the bootstrap code (#14457)

Saw in the client bootstrap script that the error message was printed alongside the stacktrace. ...

70783185439cfdfce9362e991deb3fcb8fcea05d authored over 4 years ago by Jan Potoms <[email protected]>
v9.4.5-canary.15

6ab072491601a4426d584e432f287d6752d48c79 authored over 4 years ago by Joe Haddad <[email protected]>
Do not remove no-FOUC styles too early (#14448)

We previously used to remove our FOUC helper inside of the style injection to ensure content was...

67ff62507d190386ada881b24539fe944e25587d authored over 4 years ago by Joe Haddad <[email protected]>
Prettier `trailingComma` default value to `es5` since 2.0 (#14391)

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

b560ac4312e4c2d1243076af12bea1bf8e74da40 authored over 4 years ago by matamatanot <[email protected]>
open click-to-open editor in foreground for windows (#14307)

spent a lot of hours trying to figure out why did the editor window not open in the foreground o...

19f3306aaadc00be1ba6d3521dfdeca49d7a95fe authored over 4 years ago by Darsh Patel <[email protected]>
Fix prefetch and some other issues with optional catch all (#14400)

Fix https://github.com/vercel/next.js/issues/14290 and a couple other issues around optional cat...

eead55cbaf278dfaa4eda9d055eb1042ec5dc535 authored over 4 years ago by Jan Potoms <[email protected]>
Add example for proxying upstream with custom routes (#14374)

As discussed this adds an example to demonstrate how you can achieve proxying upstream requests ...

051481c55c0b3a1d317d0fbd41560aeed890ba54 authored over 4 years ago by JJ Kasper <[email protected]>
Add A/B Tests and Feature Flags example (#13629)

## Summary
This PR adds a basic example of how [Tesfy](https://tesfy.io/) could be integrated wi...

6424e1f1d90b47cb4a52b8282b043ca81a10ab4c authored over 4 years ago by Andres Alvarez <[email protected]>
v9.4.5-canary.14

ee1cf6f8c4a09d1660ffe7655d86cc604e21008d authored over 4 years ago by Tim Neutkens <[email protected]>
Update filename generation for client-side compilation (#14279)

Updates the way filenames are generated for browser compilation.
Notably:
- All entry bundles no...

bef9b5610911532689dc251b7ceac72985e6b6dd authored over 4 years ago by Tim Neutkens <[email protected]>
Update graphql-hooks with memcache (#14364)

Today the https://github.com/nearform/graphql-hooks/commit/cd4178b53ed20d220fa0e01ba498af6b86bfc...

76673fd880859103c20d9dc880da971e16b9294f authored over 4 years ago by Sebastian Sycz <[email protected]>
[Examples] Remove getInitialProps from with-cookie-auth-fauna (#13887)

* Remove getInitialProps

* added swr

* Update examples/with-cookie-auth-fauna/pages/profil...

5bed435176bff7d0e2d3245da93c0354eb6d5690 authored over 4 years ago by Todor Totev <[email protected]>
Correct /_next/data link for GS(S)P with basePath (#14376)

This corrects the `/_next/data` path generated when using `basePath` with `getStaticProps` in a ...

546c6512bd559e91d7fbe92e0b812f8ecc7f2f2e authored over 4 years ago by JJ Kasper <[email protected]>
Fix typo in test names: "treversing" → "traversing" (#14347)

Just a quick typo fix for some test names.

4e5e3b9072ad1775d709da6927dc54aacb13fe9a authored over 4 years ago by Ty Mick <[email protected]>
Update Algolia's Instant Search Example (#14233)

* Update Algolio's Instant Search Example
- Moved from `getInitialProps` to `getServerSideProps...

ca49c547d06c4ea292fc91996a74446ee76aafec authored over 4 years ago by Bing Quan <[email protected]>
Thor/stripe/add use shopping cart example (#14239)

r? @lfades
cc @timothyis @dayhaysoos @ChrisBrownie55

* Add [use-shopping-cart](https://github....

0d6b7e95eda6b91251658e7034d05f937117c456 authored over 4 years ago by Thor 雷神 <[email protected]>
De-experimentalize basePath config (#14283)

This moves the experimental `basePath` config out of the `experimental` section to prepare it fo...

f92571d502877ecc5d85307e9b97de5ccf68af09 authored over 4 years ago by JJ Kasper <[email protected]>
docs: update links to docs site (#14305)

this updates some links to the docs site to their new location

279ae19c7e4cb75bd79873b0036332222781b792 authored over 4 years ago by stefanprobst <[email protected]>
fix csp errors in with-strict-csp-app example (#14262)

Added proper content security policies in the dev environment
fixes: #14221

42c309ad3771a4c77acb4a2dca539d8935eff51f authored over 4 years ago by Darsh Patel <[email protected]>
fix typo in fast refresh documentation (#14296)

e87b739f335dad7b6f032c95a61f9aaa21ec667d authored over 4 years ago by Balázs Orbán <[email protected]>
Add `c=1` to deploy buttons on CMS Examples (#14293)

Fixes #14291

a841d109542026f1beb61c87bc409b98eea9b680 authored over 4 years ago by Shu Uesugi <[email protected]>
Add Fast Refresh Documentation (#14273)

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

0426694ce0cdd6cd8cef26347e35559fb4bf265a authored over 4 years ago by Joe Haddad <[email protected]>
Prepare for webpack 5 upgrade (#14268)

Tweaked the config that can already be updated a bit.

1fc0aae5891644e6e3a719befb642d275472c537 authored over 4 years ago by Tim Neutkens <[email protected]>
v9.4.5-canary.13

11753dd27f8c94226a2f385da8e2e703f4d0942c authored over 4 years ago by Joe Haddad <[email protected]>
WSL should be considered Windows for HMR option (#14254)

This toggles the separate Windows `devtool` setting for WSL. We cannot test this as we do not ha...

7ce000b328305737099549bc186ddd3a39a2528b authored over 4 years ago by Joe Haddad <[email protected]>
Render a helpful message for null GS(S)P return (#14252)

This makes Next.js render a better error message when `undefined` (or null) is returned from `ge...

5ed89d3021d62dcb1165202793718058978e7208 authored over 4 years ago by Joe Haddad <[email protected]>
(fix) Missing props key from getServerSideProps (#14255)

Crashes the site
This change fixes the example
examples/with-cookie-auth-fauna/pages/profile.js

4152e0cee43bc528910a767ab85140071e24fe79 authored over 4 years ago by Vorathep Sumetphong <[email protected]>
Update preview-mode.md (#14210)

It is an English grammar fix for the sentence, so that the user can better understand the docume...

da65f5e409cbcbfc3e72d6cdfc12ee8f50ec3422 authored over 4 years ago by Bowen <[email protected]>
Refactor moveExportedPages to use getPagePath (#14247)

Updates to not build the path from scratch here and relies on `getPagePath` instead

Closes: htt...

a9a7319ee3cb8ebcf5e9687b7b909625282b2b4c authored over 4 years ago by JJ Kasper <[email protected]>
Added missing .env.local.example file for with example firebase-authentication-app (#14235)

Added missing .env.local.example file for with example firebase-authentication-app.
I've tested ...

335e9d4e8dfb68e9140b01b6326d881605e10a34 authored over 4 years ago by Gourav Goyal <[email protected]>
chore(examples): update next to latest on cms examples (#14230)

Hey guys, thanks for the amazing job you are doing 💜

This PR fixes a small error I faced when ...

0e8ed87d201d3f3c91bb0eb67e9135819193f0d1 authored over 4 years ago by João Pedro Schmitz <[email protected]>
Using cross-spawn for cross platform use in with-react-intl (#14231)

[In this Discussion](https://github.com/vercel/next.js/discussions/14220) it appears that trying...

d75da7d91f7a89c55354190f2421c8c119197df9 authored over 4 years ago by James Mosier <[email protected]>
Update routeKeys to handle non-word characters (#12801)

This updates the named regexes output in the `routes-manifest` and the associated `routeKeys` to...

08d7755e68ceda8f599a8f1a799aeab2fd8f7e86 authored over 4 years ago by JJ Kasper <[email protected]>
switch to function component with-react-intl example (#14217)

The example was using class-based component for custom _app, switched to functional component ap...

a3ffa2e65f1d0158acde82f7fde41c4a5bb4e699 authored over 4 years ago by Darsh Patel <[email protected]>
Fix GraphQL Hooks Example Safari bug (#14205)

Fixes #14187, where the [GraphQL Hooks Example](https://github.com/vercel/next.js/tree/canary/ex...

725376a9d759608f95749026bb0a473af0709eff authored over 4 years ago by Ty Mick <[email protected]>
Update Data Fetching Method (#14190)

8cfa51878a66ad186932687e7594b31ba1eec3ca authored over 4 years ago by Arsalan Khattak <[email protected]>
bug fixes for css eslint rule (#14202)

- ignores the link tags which do not have literal href
e.g. `<link rel="stylesheet" href={props....

6ff72006c831c84a9a286776b0dbbd12f132174c authored over 4 years ago by Prateek Bhatnagar <[email protected]>
added graphcms (#14026)

* added graphcms

* Updated readme and environment variables

* Removed gitignore

* Updat...

d3704a66f8e21b774eafd8678424fb1824548f2c authored over 4 years ago by Jesse <[email protected]>
use requirePage for /_document and /_app (#14176)

ea6b8dac4028ae950ee2d913802662101cc56205 authored over 4 years ago by Tim Neutkens <[email protected]>
Fix: validatePassword function logic [Fixes 14174 ] (#14183)

Updated the `validatePassword` function as mentioned in https://github.com/vercel/next.js/issues...

d68afed6abed15adb203a9eaa1815f67d0b194f0 authored over 4 years ago by Darsh Patel <[email protected]>
chore: add retry method to loadable types (#14152)

66778c7ab0683ee5e7686a5067c4eff1825e3540 authored over 4 years ago by stefanprobst <[email protected]>
update AMP Optimizer to v2.5.3 (#14173)

eef40c5948acf84ef3432016a9948fb1331500d5 authored over 4 years ago by Sebastian Benz <[email protected]>
[Example] remove getInitialProps from aws-amplify (#13896)

* Remove getInitialProps

* update package

* Applied requested changes.

* thats essentia...

e4f0848c81df060fb557271d3035bbd6d1ba13ed authored over 4 years ago by Todor Totev <[email protected]>
Clean up AMP bundle removal (#14130)

Drops the entrypoint instead of removing the underlying file.

27f653bb3d24cc62c2fd0dba95838fa9a985d52a authored over 4 years ago by Tim Neutkens <[email protected]>
Fix broken link (#14158)

05f61b22adb4d7d636bbaad531cb6eb2ff5fc391 authored over 4 years ago by Robert Valmassoi <[email protected]>
Update stats action for running locally (#14143)

Noticed a few things that could be updated to make running the stats locally better e.g. if the ...

10fda8a9b9cb40ecec52ea9180fd1c78e52eeaad authored over 4 years ago by JJ Kasper <[email protected]>
[with-recoil example] use functional form of state updaters for simplicity (#14014)

This is probably a pretty subjective change, but one might argue it less complex and may have mi...

6163f30ad805dad0b5253efa6f9a2306bf8df43b authored over 4 years ago by Alexej Dyschelmann <[email protected]>
[Docs] Update custom server docs (#14147)

[ch3235]

0b4c32c2aac0f470a67cc182402c3178bdadd71e authored over 4 years ago by Luis Alvarez D <[email protected]>
Add test for title and routeChangeComplete (#14132)

This adds a test case for the `document.title` not being updated by the time `routeChangeComplet...

0a02efbfcc1ff5a8e0be780efee4f3c4ce0c5c85 authored over 4 years ago by JJ Kasper <[email protected]>