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

Update cdn-support-with-asset-prefix.md (#17237)

Modified paths to absolute paths.
- Deploying to Vercel
- Base path

92b20c8a1e5cbfcc749a3a5a49f771b775e2f6e6 authored about 4 years ago by GH Lee <[email protected]>
Fix for missing babel dependencies in with-rebass example (#16839)

Pull request for (Issue: Fix or remove the with-rebass example #16828). Just added some missing ...

2e87e22731017551e5f2582b9c0475faf5cf9aed authored about 4 years ago by Austin Huang <[email protected]>
Update PatternFly example to v4 (#17241)

`esModule: false` required for fonts to load.

eaea7a8793723493d9284d69fe90e33e22c760c9 authored about 4 years ago by Mohamed Akram <[email protected]>
Update trailingSlash parameter name (#17228)

Reflect the change in `trailingSlash` parameter name.

I found this because of the great warning...

571f8bedf7f21e9786da0635afeb6f8a7fa592c8 authored about 4 years ago by Daniel Lauzon <[email protected]>
Fix invalid href error message (#17183)

0c4022e4195f6b36aa141967f0ec3aea33b0b580 authored about 4 years ago by Sam Dornan <[email protected]>
Adds note about public directory (#17203)

This comes up a lot in discussions/as an issue, so added a small comment about uploading files t...

5f16e063a6ae7b6eaa1b240a59935c06c666ec71 authored about 4 years ago by Dan Laugharn <[email protected]>
fix(eslint-plugin-next): support src/pages folder in no-html-link-for-pages rule (#16743)

currently, the `no-html-link-for-pages` eslint rule will look for the pages folder in either `pa...

fa0351639a184264375e7ecbe44db3a15c0917ca authored about 4 years ago by stefanprobst <[email protected]>
feat(examples/with-react-intl): add locale negotation to client side (#16806)

fix #16752

cc @thuringia

67b67b28b229fca0bd937d154270c6a6312e2bce authored about 4 years ago by Long Ho <[email protected]>
Add missing comma in docs example (#17129)

Including prettier changes that were done automatically after the code sample became valid.

4ba768e22c56141d5488f8ee1f1d78d703b0fbfd authored about 4 years ago by Luis Alvarez D <[email protected]>
v9.5.4-canary.20

63fee0f30c0215614fde1ef7f2f0a18eff8ed0e4 authored about 4 years ago by Joe Haddad <[email protected]>
Separate resolved asPath from resolved URL for GSSP (#17121)

This makes sure we have the correct `asPath` value to prevent breaking hydration for `getServerS...

2cf1d1c191923f7f1a8edbbc684da5cf9b3bdebf authored about 4 years ago by JJ Kasper <[email protected]>
v9.5.4-canary.19

6a4c256491f4643bf6baf456487dcde542244c25 authored about 4 years ago by Joe Haddad <[email protected]>
Update webpack 5 resolving (#17095)

On the latest beta of webpack 5 resolving fails with the below error and according to https://gi...

a4c97c5c4adb66d733f617ce200535a968e12ba5 authored about 4 years ago by JJ Kasper <[email protected]>
v9.5.4-canary.18

0c1ebb4d3a275e717b6bbdd92f02f7591989ee12 authored about 4 years ago by Joe Haddad <[email protected]>
Fix API page check during SSG page collecting (#17092)

Fixes SSG pages that start with `/api` not being detected as SSG pages. This also adds tests to ...

62cbbf525c42d0d423fc29bded90000a9cd47e71 authored about 4 years ago by JJ Kasper <[email protected]>
Provide resolvedUrl to getServerSideProps (#17082)

This continues off of https://github.com/vercel/next.js/pull/17081 and provides this normalized ...

d3f4a4cb2afc9e18a82609d907d50a311578470f authored about 4 years ago by JJ Kasper <[email protected]>
v9.5.4-canary.17

71a01815728303c5dd4dd1a840568a9f251909ce authored about 4 years ago by JJ Kasper <[email protected]>
Polyfill missing std lib fns for module browsers (#17083)

49a59b1ad2fde90ddcba01d2f7eb0c779ab5d9ff authored about 4 years ago by Joe Haddad <[email protected]>
v9.5.4-canary.16

7203f500916d336f4e1cbcd162baff624c9cd969 authored about 4 years ago by JJ Kasper <[email protected]>
Normalize asPath for GS(S)P pages (#17081)

This normalizes the `asPath` for `getServerSideProps` and `getStaticProps` pages to ensure it ma...

94a5bd6109b84ef55c1a07b0be019ea32a559390 authored about 4 years ago by JJ Kasper <[email protected]>
[Fix] `[email protected]`: Invalid configuration (#17045)

Earlier today #17038 was merged which I opened to fix a problem when using `[email protected]...

80000f42383af03e2f21cf1ba60b860ee78ffb08 authored about 4 years ago by Jens Meindertsma <[email protected]>
v9.5.4-canary.15

1d30f2179f5f2da619b819ac3e82909cac7bb4bd authored about 4 years ago by Joe Haddad <[email protected]>
Include all files in Prettier (#17050)

This uses the "Expand directories" feature introduces in Prettier 2.0 to automatically format al...

a3c47721a1822f6eb3c2443439e33efa106a91e4 authored about 4 years ago by Jens Meindertsma <[email protected]>
Use babel 7 jsx syntax (#17043)

For some reason babel-plugin-syntax-jsx of babel 6 was used instead of
babel 7 version.

9959d7ef32bb74ec9467df86c598d0a365942d48 authored about 4 years ago by Bogdan Chadkin <[email protected]>
Examples blogs: fix spelling (#17049)

Throughout some of the blog examples word `formatter` is spelled as `formater`, this PR changes ...

0f41062db0bb1341c76bc9190415d27de6625e64 authored about 4 years ago by Fran Zekan <[email protected]>
Improve custom document error message (#17048)

9b22dc4660e4b60e56f4a2558f9d1c780ddd087f authored about 4 years ago by Joe Haddad <[email protected]>
Improve Document Component Error (#17047)

9adf3bb637e219e49765023ec6cc59d3b5f48df5 authored about 4 years ago by Joe Haddad <[email protected]>
v9.5.4-canary.14

d113c640b3374d122bd3746bc1c45c56140db7e1 authored about 4 years ago by Tim Neutkens <[email protected]>
Update workflow to use latest webpack 5 beta

79f060eeba9a55ad7fd6542319a6b1738e8028dc authored about 4 years ago by Tim Neutkens <[email protected]>
Fix Webpack 5 configuration for v5.0.0-beta.30 (#17038)

This PR fixes #17035. As described in the issue, there was a breaking change in `[email protected]...

4af5032e778fdfb8e65ea5230f111d6be58bb9ef authored about 4 years ago by Jens Meindertsma <[email protected]>
v9.5.4-canary.13

4c3631402fb88c428979151bb2068d90eb2fda2b authored about 4 years ago by Joe Haddad <[email protected]>
Remove false positive in circular structure detection (#16380)

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

76e86e0fba5968db7fcc32398f58ed2100b640dc authored about 4 years ago by Markus Lautenbach <[email protected]>
docs(babelrc): precise usage without configuring plugins (#16779)

71c5ab629eeef62a24bda146f7802b70bba1c194 authored about 4 years ago by Vincent Voyer <[email protected]>
Updates "msw" package to version 0.21.0 (#17012)

260814cc04c52d8e9368ec2a6beeb366f1c8d263 authored about 4 years ago by Artem Zakharchenko <[email protected]>
fix gtag syntax in measuring docs (#16933)

d4a8d4fc880e94101c260d703570e603ae92beee authored about 4 years ago by Vahid Hallaji <[email protected]>
Update build time env variable link in the runtime config section (#17017)

Since [the current link](https://nextjs.org/docs/api-reference/next.config.js/environment-variab...

6659334930fa538754d6c975d5e0e524545ee364 authored about 4 years ago by Jonathan Svenheden <[email protected]>
Upgrade web-vitals (#17028)

ref https://github.com/GoogleChrome/web-vitals/pull/68

won't fail the new [`no-unload-listeners...

5f36f4699cd595685262b339510bb71cf985df89 authored about 4 years ago by Ole-Martin Bratteng <[email protected]>
v9.5.4-canary.12

310863e86fe5a7e886c414bb914dd9dc0d4e8450 authored about 4 years ago by Joe Haddad <[email protected]>
Upgrade cacache of terser-webpack-plugin (#17022)

Ref https://github.com/webpack-contrib/terser-webpack-plugin/blob/v4.1.0/package.json#L44

cacac...

f786ccdbb9ace80a3d0bfe738d8575d42a2f7ad2 authored about 4 years ago by Bogdan Chadkin <[email protected]>
Prefer builtin optional chaining and nullish coalescing (#16780)

Babel-preset-env includes includes optional chaining and
nullish-coalescing since [7.8.0](https:...

ddf9ed3b62ecdb8324acefee3877c2cfb7209c95 authored about 4 years ago by Bogdan Chadkin <[email protected]>
Upgrade sass loader (#16970)

The new version replaced big clone-deep package with dependency-free klona
- https://github.com/...

e5f9fbbcdf07e470b719781d81313271efd6711e authored about 4 years ago by Bogdan Chadkin <[email protected]>
Security upgrade node-fetch (#17009)

There was a security update for node-fetch.

> This is an important security release. It is stro...

7efa3babb7564217d442078d114f15599523facd authored about 4 years ago by Sakito Mukai <[email protected]>
Update to check for overlay in client nav tests (#17002)

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

8ecc359b6dfd7c6abdb12ad8a3c8275ce2110f50 authored about 4 years ago by JJ Kasper <[email protected]>
v9.5.4-canary.11

a7a6187193ad0e2cb868d808ee2012591b63c149 authored about 4 years ago by Joe Haddad <[email protected]>
Adding globalStyled with styled components (#16783)

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

91b4a2b37ea51620b2707f945e12b790ebae428a authored about 4 years ago by Arthur Maverick <[email protected]>
Add error when href interpolation fails (#16946)

This adds an error when interpolation fails to make sure invalid `href`s aren't accidentally use...

47d983f71f90a4c3fccd43479505b0270f7fb258 authored about 4 years ago by JJ Kasper <[email protected]>
v9.5.4-canary.10

c12afa066e08a1aa0984f18dc4b7c2141367f6aa authored about 4 years ago by Joe Haddad <[email protected]>
Improve Asset Prefix Docs (#16998)

Fixes #16444

6ecb740415bff7e45a62bfd39908ec38d610f7ca authored about 4 years ago by Joe Haddad <[email protected]>
Document CSS Grid Better (#16996)

Fixes #10508

fa9523c0632b7bdfb06e98a87c9d3638abe78cfd authored about 4 years ago by Joe Haddad <[email protected]>
Importing CSS from Third Party React Components (#16993)

1ea674510665f950509e6a63ea080cf33fa8990d authored about 4 years ago by Joe Haddad <[email protected]>
Correct query behavior for falsey values to pre 9.5.1 behavior (#16608)

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

5aed1d2e353a1e49db49a69405ab6cd17328743a authored about 4 years ago by Jan Potoms <[email protected]>
v9.5.4-canary.9

ca986abd95b39b876236815490bcb2d591ddff5d authored about 4 years ago by Joe Haddad <[email protected]>
Fix resolving href with a rewrite (#16975)

This makes sure we properly resolve a rewrite when only the `href` value is used. This was causi...

dcdcf49a87f28f0b90991b7e44280803baa1e5f7 authored about 4 years ago by JJ Kasper <[email protected]>
v9.5.4-canary.8

72b78f3be3ce7c1c6ecc99f1822c04ceed86d922 authored about 4 years ago by Joe Haddad <[email protected]>
Add Support for CSS Module Value Imports (#16973)

Fixes #10142
Fixes #11629

25cdaab2972c6f27ed453e53674be0a48681f76a authored about 4 years ago by Joe Haddad <[email protected]>
Update with-slate example (#16959)

## Changelog

- Updated slate.js to version 0.58.4
- Removed unused packages (immutable & slate-...

c42ee58ccb58de5eb3b7ed4298673a62d53115b0 authored about 4 years ago by Henrik Wenz <[email protected]>
Ignore .next also in subfolders (#16962)

As the example is about Yarn workspaces, it should gitignore `.next` recursively.

99998f0b49b8ff96596341b8d722959b28e66a82 authored about 4 years ago by Borek Bernard <[email protected]>
v9.5.4-canary.7

fceb566bafc18d2ae0659c630ca520439e17137e authored about 4 years ago by Joe Haddad <[email protected]>
Remove `next-head-count` (#16758)

Removes `next-head-count`, improving support for 3rd party libraries that insert or append new e...

039eb817e1bd04a99c070ac08bcf65937faeee66 authored about 4 years ago by Gerald Monaco <[email protected]>
Fix typo in Pet mongoose model (#16943)

s/applicale/applicable/

4ba3607dcbb6ad88a9ee6935504f2dadc91dd0de authored about 4 years ago by Sashank Thupukari <[email protected]>
Fix align documentation with the code (#16843)

b22769194262a700728be9b912cce2f63383bca0 authored about 4 years ago by Turcan Vladimir <[email protected]>
Correct page path for GS(S)P data refreshing (#16939)

This makes sure to the page path is the expected version to trigger refreshing on the client and...

f46ddc693302b2f32c5aadfb91d82d9975ee014a authored about 4 years ago by JJ Kasper <[email protected]>
v9.5.4-canary.6

ac0c892acc700ef36986f9e16492b8020c34f285 authored about 4 years ago by Tim Neutkens <[email protected]>
Add handling for redirects from getStaticProps/getServerSideProps (#16642)

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

bc80fb4fb2530c9730ea6d2c7e118d31ec7965f4 authored about 4 years ago by JJ Kasper <[email protected]>
Fix extension name for example app (#16906) (#16916)

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

6935a9386870b6f0aff7c8b30de1f2f0c8bc2145 authored about 4 years ago by Piotr Zarycki <[email protected]>
Update link docs to reflect changes on dynamic routing (#16634)

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

- The docs and examples that use `as` hav...

ea2df6c0c28cc753b81b25c2f57a13a624a30fee authored about 4 years ago by Luis Alvarez D <[email protected]>
v9.5.4-canary.5

4c5c7cd2daf0f88a060b098c4f7906936bbeb883 authored about 4 years ago by Tim Neutkens <[email protected]>
Include additional query values when interpolating href (#16878)

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

f942d9e89295b98cb48eee3e1fbf074c936a98f9 authored about 4 years ago by JJ Kasper <[email protected]>
Fix Three.js example's BoxesPage variable name (#16900)

The BirdsPage name seems to have been copy/pasted from `pages/birds.js` and forgotten by mistake.

2058c9f8de898aac032663c1620efe25d035bc1c authored about 4 years ago by Anders KjÊr Damgaard <[email protected]>
Divide export build output in 4 segments instead of showing it one by one (#16815)

f077a39e21a31a9d0e65ff65fda2df46206b71e2 authored about 4 years ago by Tim Neutkens <[email protected]>
v9.5.4-canary.4

a9c442f2dfb9679312404021389bbc62201ac4b9 authored about 4 years ago by JJ Kasper <[email protected]>
Fix href resolving with trailing slash enabled (#16873)

This makes sure to strip the trailing slash before attempting to resolve the `href` against page...

489cad36bcc95f93ce012712369a83809e91956d authored about 4 years ago by JJ Kasper <[email protected]>
Remove path specific switch statement from http2 example (#16558)

Is this switch necessary

e2cdf215bcc6cacb47ce2cc3345bfb1c24ed96ce authored about 4 years ago by Mohsen Azimi <[email protected]>
Update dynamic-import docs (#16803)

Goals of this PR:

- Explain `import()` first without mentioning `next/dynamic`, because `next/d...

b5cf3e4c940f2553f0db6a903363588c01c0c680 authored about 4 years ago by Luis Alvarez D <[email protected]>
update nextjs-auth0 versionfor auth0 example (#16871)

While running the current [auth0 example](https://github.com/vercel/next.js/tree/canary/examples...

a7a6aa54ef90c586dcc9274b7366c31873a552ad authored about 4 years ago by Adityo Pratomo <[email protected]>
[EXAMPLE] with-cssed (#16735)

Adding an example with [cssed](https://github.com/okotoki/cssed). A custom styling solution, whi...

134bcf8d4c2da00b7993d82b2d729f7fc2d87bdb authored about 4 years ago by Eugene C <[email protected]>
chore: update example names to match their folders (#16268)

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

A decent amount of the examples don't have a `name` f...

2acb53bd300acd5ecdfd89ee828af8ed79d0dd9c authored about 4 years ago by Kristoffer K <[email protected]>
v9.5.4-canary.3

ae7ae0ba68e4aacdad62415482b2179acc9e997c authored about 4 years ago by Joe Haddad <[email protected]>
Correct client rewrite resolving with query (#16860)

This makes sure we only pass the as value's `pathname` instead of the full value so that we don'...

6233ef7ed89b9d369580a2ac13b6119bc4b18a1c authored about 4 years ago by JJ Kasper <[email protected]>
Use useRouter over Router for with-google-analytics example (#16846)

Updating `with-google-analytics` example to be in line with [our documentation recommending `use...

1c7cc60b8adc2119e0780afc53c367ff2eaaea73 authored about 4 years ago by Shu Uesugi <[email protected]>
v9.5.4-canary.2

f7435b414278ad0133c8070ea0985d0da79c1cfa authored about 4 years ago by JJ Kasper <[email protected]>
Fix invalid config export errors (#16834)

This corrects detecting of invalid page config exports and adds additional test cases for non-in...

d97237a292b3a0740ea1ee90e93be8e44c22673c authored about 4 years ago by JJ Kasper <[email protected]>
chore(examples): fix missing document components error messages (#16802)

Thanks vercel team create multiple examples for much use cases, I found some error messages and ...

3c992063135f553b507dd49d28d2b19aebed3ac6 authored about 4 years ago by Peng Jie <[email protected]>
Undo unrequired readme changes done to examples (#16831)

Related to https://github.com/vercel/next.js/pull/16678#issuecomment-684962496

4162e39696a3b91fb3bf10317588640319df79f0 authored about 4 years ago by Luis Alvarez D <[email protected]>
Add tests for searchParams dev warning (#16798)

Fixes a warning being logged to the console when using `href` with a dynamic path. Fixes #16794

08859275ae8295ee29214f7c26138b3fee76bbcb authored about 4 years ago by Zack Tanner <[email protected]>
make parseRelativeUrl return a UrlObject (#16809)

Alternative to https://github.com/vercel/next.js/pull/16798

764b194505caf1e3f10e58f57b8a06eaecc8ca75 authored about 4 years ago by Jan Potoms <[email protected]>
Update `with-stitches` example (#16827)

Hi 👋

[Stitches](https://stitches.dev) `v0.0.1` beta was recently released. This PR updates the...

0e843e6001a0be20876872e5466f7ec7799bbf7d authored about 4 years ago by Pedro Duarte <[email protected]>
Minor spelling fix in zones example's readme (#16822)

4048d29896b99552a79eca101fccbddab6ea9d61 authored about 4 years ago by Gianmarco <[email protected]>
Update to show build indicator while re-fetching GS(S)P data in dev (#16789)

This is a follow-up to https://github.com/vercel/next.js/pull/16744 which shows the build/activi...

8426f13713c6a1ac498562479d864633cf355c6d authored about 4 years ago by JJ Kasper <[email protected]>
[Example] Fix relay network request (#16525)

* fix(with-react-relay-network-modern): fix README.md typo error

* fix(with-react-relay-netwo...

064917682f9b26c3a895dee6168a2167be83ba2a authored about 4 years ago by Ting-Hsiang Hsu <[email protected]>
v9.5.4-canary.1

a555029a7b3f2b4aee65864e6c096762d3fc50bd authored about 4 years ago by Joe Haddad <[email protected]>
Add automatic reloading when editing GS(S)P methods (#16744)

This adds initial support for reloading the page when `getStaticProps`, `getStaticPaths`, or `ge...

4685332353943c8f4aa67e9d945bd2315ac9eac8 authored about 4 years ago by JJ Kasper <[email protected]>
Ensure interpolating dynamic href values works correctly (#16774)

This corrects/makes sure interpolating dynamic route values for `href` works correctly. This pro...

f8d92a67f04481cba7e8a3ac1ebc5a6b7dadc873 authored about 4 years ago by JJ Kasper <[email protected]>
Create _document.js to include current language in HTML tag (#16360)

* Create _document.js

Includes the lang attribute with current language inside the <html> ta...

22800319159d8594224e22766c33ca387761d05c authored about 4 years ago by John Doe <[email protected]>
Only update lookups for dev overlay if mounted (#16776)

Since the error overlay could be dismissed before this is resolved we need to make sure the comp...

fa153bcface44c19e3cb80832d429e39c1e24cc7 authored about 4 years ago by JJ Kasper <[email protected]>
v9.5.4-canary.0

200c5ed806546d1b0f40caa41cf7bef55b43e733 authored about 4 years ago by Joe Haddad <[email protected]>
Make the image post-processor ignore SVG images (#16732)

This is a small change to the image post-processor logic. When it's looking for images to preloa...

6874adbbb9e65f968f24b5ef309aa258670c7028 authored about 4 years ago by Alex Castle <[email protected]>
force persistor persist again after persistStore bootstrap done (#16085)

This PR is to fix "[Examples] Problem with query parameters in with-redux-persist (#15484)"
The ...

aa568a549ebe10ac6748a8c77010a06c3b81ff93 authored about 4 years ago by WeichienHung <[email protected]>
Add Fast Refresh Demo (#16576)

Closes #16538

Basically reverts #16497 and some minor changes. Also adds a link in the docs.

...

9e4bb5a1299360042cb9170b5717be5657b75df3 authored about 4 years ago by Yichi Zhang <[email protected]>
v9.5.3

b6df8104068fb43fc07183390d661470a3bccb95 authored about 4 years ago by Joe Haddad <[email protected]>