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 error message for next export and next/image. (#23061)

a63c64a02d0f7cd05544b55bc85db42b41c85c15 authored over 3 years ago by Lee Robinson <[email protected]>
Update README to fix broken links. (#23058)

Also put current maintainers at the top of the list.

c4508d1d13c2fabb6169d7a304200177ecc7d137 authored over 3 years ago by Lee Robinson <[email protected]>
Update pages.md (#23064)

The `path` variable must be an array of objects which has a `params` key. This code will prevent...

3063d3b8ffcb65146585be332f984e1860397bfa authored over 3 years ago by Alex Safian <[email protected]>
Ensure i18n index prefetch is correct with trailingSlash (#22746)

This fixes index data route loading for i18n with `trailingSlash: true` enabled and also fixes p...

9afcdfcbc417f28b869d6ecf80312cbb0cf0945c authored over 3 years ago by JJ Kasper <[email protected]>
Add an example for styled-jsx with content security policy (#23021)

This is an example on how to use styled-jsx with content security policy.

c1b2b3f91fd8b858e76353a631c7890a95db6875 authored over 3 years ago by Karthikeyan Ranasthala <[email protected]>
v10.0.9-canary.7

0ec58c632852290b17d8957dfc078a38a75e63b2 authored over 3 years ago by JJ Kasper <[email protected]>
Ensure export only triggers when static pages are present (#22996)

This makes sure we don't trigger the export step if we aren't exporting any static pages during ...

7e63bd7d54901103681e64982282990cb5a8c2d6 authored over 3 years ago by JJ Kasper <[email protected]>
it is props: { posts } (#23004)

changing `props: posts` to `props: { posts }`

2af5a0e47cb2246cc373736c05e8d76778f73c36 authored over 3 years ago by Kenneth Lum <[email protected]>
When there is data already, the props is props: { data } (#23003)

When there is data already, the props is props: { data }
Would be better if the `props: { }` par...

e7a22afe2fa09d994bed96cc3718428ef00e540a authored over 3 years ago by Kenneth Lum <[email protected]>
Add note for loading env files during testing (#22982)

This adds a note to the environment variables documentation to mention how the env files can be ...

62967fc667cef919e6af059dc906a62828f10f6f authored over 3 years ago by JJ Kasper <[email protected]>
v10.0.9-canary.6

97ebc742e8afcd1b6ac7892f3bdf9292d75b8eb4 authored over 3 years ago by JJ Kasper <[email protected]>
Silence trace debug messages (#22988)

These messages aren't necessary in the normal course of using Next.js. Hiding behind a flag to ...

ffbb10fa9abca2d5a0ff8cc4a6b9fe9de95d59db authored over 3 years ago by Dale Bustad <[email protected]>
Install tailwindcss as a development dependency (#22964)

Set tailwindcss as a development dependency https://tailwindcss.com/docs/guides/nextjs#install-t...

371aa608b20e5cc196b61c9f1370764c420fa9be authored over 3 years ago by Nabil Boussouf <[email protected]>
v10.0.9-canary.5

014a2f849545d5910491f1ab5819d1e54b82a2be authored over 3 years ago by JJ Kasper <[email protected]>
Telemetry-compatible tracing (#22713)

A number of changes here. I recommend viewing the diff with the <a href="?w=1">whitespace flag ...

e27b7e996d6e7e6772272f3d189ce93dac25fc3d authored over 3 years ago by Dale Bustad <[email protected]>
Fix typo in source maps documentation. (#22952)

fa02b197f5254cfe9f0feabaa64e598d60d4745d authored over 3 years ago by Lee Robinson <[email protected]>
v10.0.9-canary.4

7f1800e175aa4ea30ecbc0e14f74d4555bf19400 authored over 3 years ago by JJ Kasper <[email protected]>
Fix next/image being downloaded multiple times on Safari (#22902)

Currently if you have `sizes` set in `next/image`, the image will likely be downloaded multiple ...

7dd99faee7fa2c793bf19c41001a71a5dac1fdec authored over 3 years ago by Shu Ding <[email protected]>
Add appDir field to server files manifest (#22915)

This adds an `appDir` field to the `required-server-files` manifest signifying where the app sou...

e84571d8e36f062f1f66decd03252d6a8ca84811 authored over 3 years ago by JJ Kasper <[email protected]>
v10.0.9-canary.3

969ef1676d5c4d223112065795a12dc2fcfd8ea6 authored over 3 years ago by Tim Neutkens <[email protected]>
Add documentation for new static 500 behavior (#22888)

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

e9a1d8fd4237b978ccb6e9637d9f4bcddff0c526 authored over 3 years ago by JJ Kasper <[email protected]>
Update /500 page exporting when _error has custom GIP (#22887)

This updates to not automatically export `/500` from `_error` if a custom `getInitialProps` is u...

d951b2385f29ac8646b3e90f43a28185dfbc140f authored over 3 years ago by JJ Kasper <[email protected]>
Fix typo (#22891)

This PR fixed a typo in api reference.

635a98e2fd8113ccb9c2b0086dff103d9c01e6e2 authored over 3 years ago by Yuki Takemoto <[email protected]>
chore: adds compiled css example (#22786)

Hiya! I was asked to add an example of how to use [Compiled](https://compiledcssinjs.com/) with ...

40f4cf4866d4254451fdc73750e276faa9d71507 authored over 3 years ago by DOUGES <[email protected]>
v10.0.9-canary.2

38964ab09c4f217f0b192529245d5bd19d456e16 authored over 3 years ago by JJ Kasper <[email protected]>
Ensure env is loaded before next config (#22879)

This ensures we load all env values before loading `next.config.js` since these values can be us...

e9506773a39ff8fcee6a13d8cb380b907ff78c3b authored over 3 years ago by JJ Kasper <[email protected]>
Upgrade webpack 5 (#22864)

Upgrades webpack 5 to the latest version.

9e06f82af49d1bf32a758f0b44ea3eda7360413d authored over 3 years ago by Tim Neutkens <[email protected]>
Update router.md (#21899)

include scroll option documentation for router.push

81b05256dd1848c6dd8a364b0db720159265f1d6 authored over 3 years ago by Jason Emery <[email protected]>
Remove extra work on cli functions (#22855)

Hi I saw you wrote extra async await code for command line function that doesn't need. I fixed t...

42b3b162dfebc8928f695ad55dd2b9d9c12aa3ca authored over 3 years ago by Sadra Bahrami <[email protected]>
Update module-path-aliases.md (#22739)

Add note about restarting dev server on changes to tsconfig / jsconfig

87ccebf5fd9e2331c61cb58683436cafadb9004d authored over 3 years ago by Sebastian Andil <[email protected]>
Corrected the url to strapi documentation (#22870)

e235f7fa4ea174f0a907d27ce2bf2fdda469fb30 authored over 3 years ago by harshit bhalla <[email protected]>
v10.0.9-canary.1

e7a1cb86e30519649e84c0dec47d5c3b940ef02a authored over 3 years ago by Tim Neutkens <[email protected]>
Ensure /404 is not exported during build un-necessarily (#22825)

This ensures we don't export `/404` during the automatic static optimization during build when t...

cdf8f9a1d03c0613aceb5389aa6c6ec3b6f61cfb authored over 3 years ago by JJ Kasper <[email protected]>
Add RTL to with-next-translate example (#22808)

### Arabic/Hebrew RTL to `with-next-translate` Example
Added a simple example to change HTML dir...

3f9c469bca080ddf296def4e38a6cf8f9a3c31ad authored over 3 years ago by Laith Younes <[email protected]>
Add deploy with Vercel button to api-routes-apollo-server-and-client example (#22841)

e861ada67d412ae7d0785bd69e64d18b1c2e17fd authored over 3 years ago by Edaz <[email protected]>
v10.0.9-canary.0

e17398f40e64cf8ff8ef00d39e51d7522a2f86e9 authored over 3 years ago by JJ Kasper <[email protected]>
Dedupe in-flight server data requests (#22781)

This PR adds request deduplication for `_getServerData`. If a request with the same URL is alrea...

2d207fb11d16c02d6d7f419f4001a63dcbe7c944 authored over 3 years ago by Shu Ding <[email protected]>
Fix idleTimeout error being thrown in route loader (#22775)

In the current implementation, `idleTimeout` will always be thrown even if it didn't time out an...

afc8ce4d0dd324135ea3f5b4d65ecd95fb455299 authored over 3 years ago by Shu Ding <[email protected]>
v10.0.8

33255b7f4ed6dd2608d6a6590d137353b6f19f67 authored over 3 years ago by Joe Haddad <[email protected]>
v10.0.8-canary.17

c49379116562d04d40c78fdf500eac88d0f256a7 authored over 3 years ago by JJ Kasper <[email protected]>
v10.0.8-canary.16

27555c8ef9b06ff71e245e086db191103ecd2026 authored over 3 years ago by JJ Kasper <[email protected]>
Fix index revalidate with dynamic route in minimal mode (#22783)

This fixes the case where index page revalidation would match a dynamic page instead of the inde...

3417164c1db8e968e255e35efb5685edb02b8a1c authored over 3 years ago by JJ Kasper <[email protected]>
Add example prepr cms (#22776)

Added preview example with Prepr CMS.

Working demo at https://next-blog-prepr.vercel.app/

1f5c2c851333b5601cc1e9463253fdad0f0d8883 authored over 3 years ago by Tim <[email protected]>
Examples bump supertokens (#22764)

Hey team!
We are updating the `with-supertokens` example to reflect the use of credentials along...

f00f4bd9123e0ccbdcfc262a114294e31ab615c5 authored over 3 years ago by NkxxkN <[email protected]>
v10.0.8-canary.15

2046648fa720de0a21686ec2ed953627b82f4a4f authored over 3 years ago by Joe Haddad <[email protected]>
chore: upgrade webpack 5 version (#22737)

61dae380a81da07e71a53869decc989312b9b3fb authored over 3 years ago by Joe Haddad <[email protected]>
Update NEXT_LOCALE cookie note (#22736)

This updates the `NEXT_LOCALE` cookie docs to mention how it is used for redirecting from `/` mo...

ce400b2678abeb409c5d978f36328d6482c8b36e authored over 3 years ago by JJ Kasper <[email protected]>
Ensure component load order (#22731)

This ensures we load `_document` then `_app` and then the page's component in all cases which ma...

1435de15bc40e2943730bdcb731638f58e11b1dd authored over 3 years ago by JJ Kasper <[email protected]>
Add missing dependencies in example (#22712)

@babel/plugin-proposal-class-properties is missing in with-mobx-react-lite example

e04d399ab5d9665168e032ecd3c5d82fe7e15d6a authored over 3 years ago by Grigory <[email protected]>
Add Azure Pipelines example to no-cache docs (#22708)

I added this in to my own pipeline to fix the no-cache error and thought it may be of use to oth...

bdc20c26578e40ad88335c919d78057e6ddbec65 authored over 3 years ago by Chris Meagher <[email protected]>
v10.0.8-canary.14

5b479b609a6e26da18e5f0d8e8a57e54bc624e85 authored over 3 years ago by Tim Neutkens <[email protected]>
Update webpack server chunks output (#22697)

This updates to output server chunks to a nested folder to prevent bundling the entire folder wh...

b80fdfb8287980c8f9ae3c9c591ab796ad00baf1 authored over 3 years ago by JJ Kasper <[email protected]>
v10.0.8-canary.13

ac47795d372349fd3fc0f5280a8637e114c34e40 authored over 3 years ago by JJ Kasper <[email protected]>
Ensure optional params are normalized in minimal mode (#22676)

e037c22997d96b913edc113dfa8b8dd515480322 authored over 3 years ago by JJ Kasper <[email protected]>
Experimental script loader changes (#22038)

Making experimental script work in _document.js - Fixes for server to client transition
Adding ...

a107dcb73268500e926856a224767788bcfa12fd authored over 3 years ago by Janicklas Ralph <[email protected]>
v10.0.8-canary.12

103422ce70fc2c53f5af98e06420a01f54826fec authored over 3 years ago by Joe Haddad <[email protected]>
Add note for using `getStaticProps` with `404.js` (#22693)

Help clarify that this option is available!

006eba32256ef67b1fa9cb0b466effca249b1921 authored over 3 years ago by Lee Robinson <[email protected]>
deps(examples/hello-world): Upgrade to React v17 (#22692)

8dfe5a3bd519cece4bd34a92ee27e0d8087e654b authored over 3 years ago by Yasser A.Idrissi <[email protected]>
[examples/with-typescript] Upgrade to React v17 (#22674)

This avoids the warning when you init a new Next.js app with the example:

```
warn - React 17....

1352ba1dcf796be72601106416f2b93ad482e610 authored over 3 years ago by Yann Pringault <[email protected]>
Add note about preloading to routing introduction. (#22656)

Preloading is mentioned in the `next/link` docs, but not in the routing introduction.

b874bc7f821f8cb39d888fdb94b66405abcd0eb1 authored over 3 years ago by Lee Robinson <[email protected]>
Fix grammar in next/amp API reference (#22653)

Change 'an' of "The page has an user-accessible" to 'a'.

5b0ed99093c895a1c00c14091773d5cf1f64e352 authored over 3 years ago by Ålex <[email protected]>
v10.0.8-canary.11

72ce0173e17afd7000380ee046c702d1594a1d8c authored over 3 years ago by Joe Haddad <[email protected]>
Update authentication.md SSR example (#22641)

There are two examples, one (a) for "Authenticating Statically Generated Pages" and one (b) for ...

86ce29b34aa71423f59d814a5c3eb5d96d8a0cad authored over 3 years ago by dominicfraser <[email protected]>
Add note about other redirects to `next.config.js` docs. (#22640)

In case a user lands on this page via search or from Google, we should mention the other ways yo...

eb79218b7d214bd0d47d34f4316dd6f028ae5179 authored over 3 years ago by Lee Robinson <[email protected]>
add-supertokens-to-authentication.md (#22223)

Hey team. This PR is a follow up on https://github.com/vercel/next.js/pull/21384 to add a refere...

293c243ab7f0f02cd80c7333842776d1d45762ff authored over 3 years ago by NkxxkN <[email protected]>
v10.0.8-canary.10

7aaebee14e830709776bf18801a9018438078c55 authored over 3 years ago by Joe Haddad <[email protected]>
Fix typescript-eslint-jest example to remove Prettier package causing errors (#22452)

Delete "prettier/@typescript-eslint" from .eslintrc.json.

After update to the last version I g...

4e9c5eeae075e2cba60bab0a522cd43ce9662c5c authored over 3 years ago by Rostyslav Sipakov <[email protected]>
Add use cases for API Routes to documentation. (#22616)

I've seen this confusion come up a few times, specifically [here](https://www.reddit.com/r/nextj...

0a35b578d4ab482da3b199c501ce192783a7f2a1 authored over 3 years ago by Lee Robinson <[email protected]>
Switch to stable rust for with-webassembly example (#22582)

Since Rust 1.30 (released Oct 2018), the wasm target is supported on stable.

ref: https://rustw...

6c59b77702760d25f11f9c44b9c0a3959dd80168 authored over 3 years ago by Nick Babcock <[email protected]>
fix: load webpack hook before config is required (#22583)

This pull request ensures the webpack hook is installed before an attempt is made to load the co...

04f37d0978e5fc9939012c1d771ef4e6535e7787 authored over 3 years ago by Joe Haddad <[email protected]>
Load next.config.js async (#22578)

Just the conversion of config loading from sync to async from https://github.com/vercel/next.js/...

1ebc9bbb5e220aa6adbe8f2067534ad978ac0620 authored over 3 years ago by Jan Potoms <[email protected]>
Simplify code examples for dynamic API routes (#22546)

Deep matching destructuring syntax is hard to understand and read vs. `const { ... } = req.query`.

a289d3805724099862ca477c4d4719d8e5078c4d authored over 3 years ago by devuxer <[email protected]>
Add link to TypeScript docs from API Routes section (#22564)

1ba5c0acc7e0920efbd71182c1f67c9bc69af901 authored over 3 years ago by Slawa Pidgorny <[email protected]>
Update the react-three-js example. (#22549)

- Removed deprecated drei dependency.
- Added @react-three/drei and updated imports.
- Upgrade...

66d2eae2c12f05443ffc08538cc7c920e4132615 authored over 3 years ago by LUIS ANAYA <[email protected]>
Forward log argument from loadEnvConfig to processEnv (#22440)

We do have a third argument on `processEnv` to customize the console instance, however `processE...

7380f20cdb84e9862827fee60c807636869e2348 authored over 3 years ago by Adrien MILLE <[email protected]>
bug (#21943): remove incorrect rewrite of parsedUrl.pathname in serverless handler (#22445)

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

i confirmed in a personal test repo that t...

b1a1c80e7cfa3ad8c35ced40fc5c153ee4316935 authored over 3 years ago by lindsaylevine <[email protected]>
docs(deployment): Update user ownership in docker deployment docs (#22539)

After testing the new docker deployment documentation, ran into the following error when running...

69fe678ea92e9036f956d2314a06d6d653f0125a authored over 3 years ago by Alex <[email protected]>
v10.0.8-canary.9

0088caa1ea2724ef8fd3c32ee4ed422a3b5f78a9 authored over 3 years ago by JJ Kasper <[email protected]>
Fix experimental optimizeCss for SSR (#22513)

This ensures `distDir` is set under `renderOpts` in `next-server` so that it is present when exp...

6d068aed4f81085e2619cd0d51dbd91b2bac4e97 authored over 3 years ago by JJ Kasper <[email protected]>
moving to upstash and new integration (#22436)

c81eadc6dcf64c0688be6875a660e1015e89a1ff authored over 3 years ago by Noah Fischer <[email protected]>
Allow smaller sizes in srcset for image with fill layout and sizes prop (#21670)

Currently, the image component doesn't handle use of the `sizes` property with `layout="fill"` a...

a0d44ca3119bf8e34f17c1f99c669e31d774d652 authored over 3 years ago by Alex Castle <[email protected]>
Mention regex route behavior with i18n (#22500)

This mentions how locale routes are transformed when `locale: false` is not used to explain why ...

d9bb645c03b6a41231ecaa201ea97cd61cef1fdc authored over 3 years ago by JJ Kasper <[email protected]>
v10.0.8-canary.8

b90b4b503c4444507595be0f9e0edd8a19ea2254 authored over 3 years ago by JJ Kasper <[email protected]>
fix: correctly handle fallbacks for webpack 5 (#22497)

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

775bdc341ed27be01e34541845aaae1838fffaab authored over 3 years ago by Joe Haddad <[email protected]>
Ensure rewrites are resolved while prefetching (#22442)

This ensures we handle resolve rewrites during prefetching the same way we do during a client-tr...

9d2b0fc04aca9b13c7fac645d2553d25433fe924 authored over 3 years ago by JJ Kasper <[email protected]>
example: Nhost with auth and realtime graphql example added (#22493)

a78e904fc8f51a511999caff99dccb80c7eb9f39 authored over 3 years ago by Johan Eliasson <[email protected]>
Update deployment docs to mention caveat on next.config.js. (#22480)

460c7c7ddcc55f9f15e43250b01f09e8385abc52 authored over 3 years ago by Lee Robinson <[email protected]>
docs(deployment): Update working directory in builder stage (#22478)

Update docker file example in deploy documentation to use correct working directory in builder s...

e5bc0cdae0f17c09f89ab609b6187b9178ef3204 authored over 3 years ago by Alex <[email protected]>
docs(deployment): Add Docker Image section (#17794)

Add a Docker Image section into the Deployment Documentation with an example and how to build an...

1253a11971c8a3c024e0483a486d217ce3c9c5ac authored over 3 years ago by Armando Magalhães <[email protected]>
v10.0.8-canary.7

59d467542a39c7d4b20ef4f4566b8d2b38bf271b authored over 3 years ago by JJ Kasper <[email protected]>
Ensure static 500 hydrates correctly with query (#22468)

Follow-up to https://github.com/vercel/next.js/pull/22139 this ensures the default 500 error pag...

5cf16ece71495b6bd3f2b51ef3cead7fee04cd0b authored over 3 years ago by JJ Kasper <[email protected]>
chore: upgrade webpack5 (#22460)

Upgrades webpack 5 and watchpack to their latest versions.

f8cd0758705f16b8d0750f4d1661ebd78427fedf authored over 3 years ago by Joe Haddad <[email protected]>
fix(examples/with-three-js): Upgrade [email protected] & [email protected] #22365 (#22431)

If the three dependency is upgraded to version 0.125.0 and upwards, the following errors occur:
...

4b587d34b867b4f5bad20d520b789f1543249df2 authored over 3 years ago by Yasser A.Idrissi <[email protected]>
v10.0.8-canary.6

435eef75e207690d8b12c2831b9b8003d38e642c authored over 3 years ago by JJ Kasper <[email protected]>
Add generating static 500 status page (#22139)

This adds generating a static 500 status page when a `pages/500.js` file is added similar to how...

51e0752f8710ee0eebc68c87a50cf61b5c8082c0 authored over 3 years ago by JJ Kasper <[email protected]>
Reduce webpack watcher aggregate timing (#22418)

Reduces the time the watcher waits for events coming in before compiling.

9ab98bc95601a9f0c76516f713270aaaa7ee48fc authored over 3 years ago by Tim Neutkens <[email protected]>
added port config var to migrate-db.js and .env (#22395)

Added port config variable to the migrate-db.js script and .env.local.example files. This allows...

f9de10f64dd336fa3bec6b4d18dd18b79f52905f authored over 3 years ago by unimprobable <[email protected]>
chore: fix typo in web.js (#22150)

hte -> the

85f7efaf1f90e90cbf653e3f6459035867fad9fe authored over 3 years ago by Ikko Ashimine <[email protected]>
Update docs. (#22358)

fea5c18132146976913f4148210b74d6d9b1ef8c authored over 3 years ago by Lee Robinson <[email protected]>
Fix issue templates (#22349)

This PR fixes the issue templates!

Details: https://gh-community.github.io/issue-template-feedb...

dd7413d0eaea15e07e30a8b5107812ddf47b35e9 authored over 3 years ago by Denise Yu <[email protected]>