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

Refactor decode failures (#26899)

402f0360cece821b9e0017f6ecb499d129993600 authored over 3 years ago by Gerald Monaco <[email protected]>
Refactor decode failures (#26899)

cfa27adb719e7df2671727602fadef1249ba04d4 authored over 3 years ago by Gerald Monaco <[email protected]>
[ESLint] Update default `.eslintrc` file created to have `.json` format (#26884)

f1fe4bbebf8a26c8d7e072f71f4314c7d61a6526 authored over 3 years ago by Houssein Djirdeh <[email protected]>
[ESLint] Update default `.eslintrc` file created to have `.json` format (#26884)

39159ea4132d30817ad29a498655fc37bc9ae9c5 authored over 3 years ago by Houssein Djirdeh <[email protected]>
include image types in `create-next-app` next-env.d.ts (#26890)

Previous TypeScript template in `create-next-app` only had the following in `next-env.d.ts`
```...

da6e9777fb951548474d7b868cc654bb978f1c47 authored over 3 years ago by Sachin Raja <[email protected]>
include image types in `create-next-app` next-env.d.ts (#26890)

Previous TypeScript template in `create-next-app` only had the following in `next-env.d.ts`
```...

ba88bfde3e729d0c1f02034161d323d06a5bed09 authored over 3 years ago by Sachin Raja <[email protected]>
v11.0.2-canary.5

ea7680bb194fd48494075a213485d668cad295d0 authored over 3 years ago by JJ Kasper <[email protected]>
v11.0.2-canary.5

4fbf961c7992f50ba3d01ced2860e5907c564221 authored over 3 years ago by JJ Kasper <[email protected]>
5MB -> 4MB body size limit (#26887)

This decreases the body size limit that triggers a warning from 5MB -> 4MB, which provides a lit...

b8f3a6d2d93709524490e93731c2f06807a3cd47 authored over 3 years ago by Maia Teegarden <[email protected]>
5MB -> 4MB body size limit (#26887)

This decreases the body size limit that triggers a warning from 5MB -> 4MB, which provides a lit...

718342ee68b4d376f0e00083b6cf20f420267926 authored over 3 years ago by Maia Teegarden <[email protected]>
Use Prismic CDN URL in cms-prismic example (#26837)

The CDN URL is the recommended URL for the Prismic REST and GraphQL APIs.

## Documentation / Ex...

b4089998e6761c500c582d2e8e5fa6b145f2cdd6 authored over 3 years ago by Angelo Ashmore <[email protected]>
Use Prismic CDN URL in cms-prismic example (#26837)

The CDN URL is the recommended URL for the Prismic REST and GraphQL APIs.

## Documentation / Ex...

ca2879fae9469c577b720ad8fb035c878568527a authored over 3 years ago by Angelo Ashmore <[email protected]>
Ensure API route errors are propagated in minimal mode (#26875)

This ensures when an error occurs in an API route while using minimal mode the error is bubbled ...

a6965961bd15cea2e7338608af1419b30b75757b authored over 3 years ago by JJ Kasper <[email protected]>
Ensure API route errors are propagated in minimal mode (#26875)

This ensures when an error occurs in an API route while using minimal mode the error is bubbled ...

5dc1cbd3bde90780954bbfc525780b8a6679c891 authored over 3 years ago by JJ Kasper <[email protected]>
Fix: added the key property to the pre next scripts (#26646)

This fixes the React warning: `Warning: Each child in a list should have a unique "key" prop.` t...

3b592e206e0129056409c903946528e20a1fc896 authored over 3 years ago by Paweł Tymczuk <[email protected]>
Fix: added the key property to the pre next scripts (#26646)

This fixes the React warning: `Warning: Each child in a list should have a unique "key" prop.` t...

3535437949949f927f7a9280b8ea49db936e487e authored over 3 years ago by Paweł Tymczuk <[email protected]>
Warn when response body is larger than 5mb (#26831)

This PR adds a warning when api responses exceed 5mb since this will end up failing once deploye...

538095c93640ad7b1f2eba54610295c70b202d30 authored over 3 years ago by Maia Teegarden <[email protected]>
Warn when response body is larger than 5mb (#26831)

This PR adds a warning when api responses exceed 5mb since this will end up failing once deploye...

5df335de7cecdbdd453f1ee61a697078fee3f5e2 authored over 3 years ago by Maia Teegarden <[email protected]>
Fix typo on "occured" to "occurred" (#26876)

- Fix typo on "occured" to "occurred"

bdd1d85813f6aef95dbe45de036f473029fa9ce0 authored over 3 years ago by hiro <[email protected]>
Fix typo on "occured" to "occurred" (#26876)

- Fix typo on "occured" to "occurred"

457345796d4f2c35559d4085fa144a23ab43cbb1 authored over 3 years ago by hiro <[email protected]>
Reorder docs manifest and rename to Script Optimization. (#26874)

So there's _conformance_ between the other docs / optimizations.

78a11853f1c8cbaef0ef5ae38a25e2ac37cf2edc authored over 3 years ago by Lee Robinson <[email protected]>
Reorder docs manifest and rename to Script Optimization. (#26874)

So there's _conformance_ between the other docs / optimizations.

c139f2566a075ea63cd130f3e7135b2f2c640132 authored over 3 years ago by Lee Robinson <[email protected]>
Add instructions on how to add nextjs.org/docs/messages urls (#26865)

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

59c742ee7f534584484a2dd31d53db345568aa13 authored over 3 years ago by Tim Neutkens <[email protected]>
Add instructions on how to add nextjs.org/docs/messages urls (#26865)

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

a451ceebffe5393270d6c9e8771c9c2ad8cf51d2 authored over 3 years ago by Tim Neutkens <[email protected]>
Don't emit duplicate image files (#26843)

fixes #26607

This change makes it so the image loader plugin only emits a file while processing...

277061943a5a537e0bc1c85731b6a872cc31d375 authored over 3 years ago by Alex Castle <[email protected]>
Don't emit duplicate image files (#26843)

fixes #26607

This change makes it so the image loader plugin only emits a file while processing...

6a1006f1cc55ae8930c0fbf72178a53df2f1e240 authored over 3 years ago by Alex Castle <[email protected]>
Update to environment-variable.md (#26863)

## Bug

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

## Fe...

9039afe75bbde13666424a3c167cd0c34773070d authored over 3 years ago by Paul van den Dool <[email protected]>
Update to environment-variable.md (#26863)

## Bug

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

## Fe...

36621fb3f7478e99cbd8042f0b46040ad803e095 authored over 3 years ago by Paul van den Dool <[email protected]>
Make sure 404 pages do not get cached by a CDN when using next start (#24983)

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

4a715a49e1cb5b3e775284c150e49645e0a700d2 authored over 3 years ago by Tim Neutkens <[email protected]>
Make sure 404 pages do not get cached by a CDN when using next start (#24983)

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

270487d7979d86105c73489be81cc0077493ebd3 authored over 3 years ago by Tim Neutkens <[email protected]>
v11.0.2-canary.4

5dfed58ec30b59c45ba9fb8771d0b0cf5b143ccc authored over 3 years ago by JJ Kasper <[email protected]>
v11.0.2-canary.4

138b9ddf99dd2e6c3138839f8d896086a02ed01e authored over 3 years ago by JJ Kasper <[email protected]>
Update `publish-canary` script to include checkout (#26840)

* Update `publish-canary` script to include checkout

* Update contrib with publishing section

acd0fabf83298a50f134b8f34bb222db932703b7 authored over 3 years ago by Steven <[email protected]>
Update `publish-canary` script to include checkout (#26840)

* Update `publish-canary` script to include checkout

* Update contrib with publishing section

9c52e45d922369a63580738f3f3b6570741209a0 authored over 3 years ago by Steven <[email protected]>
Fix immutable header for image with static import & unoptimized (#26836)

Fixes #26587

03b61778ba468093e1eb54b5b30023d2beab47d5 authored over 3 years ago by Steven <[email protected]>
Fix immutable header for image with static import & unoptimized (#26836)

Fixes #26587

17cc085e3eafba1141dd94e9798423ca792093fc authored over 3 years ago by Steven <[email protected]>
Add additional tests for image type detection (#26832)

Adding additional tests. Follow up to #26705

4a5619de3038772d9589685b97bd107f1741d00b authored over 3 years ago by Steven <[email protected]>
Add additional tests for image type detection (#26832)

Adding additional tests. Follow up to #26705

0562cc77bc1ce7b7149d05cbfade30ff1aacafd5 authored over 3 years ago by Steven <[email protected]>
Fix using-preact example deps (#26821)

Fix after https://github.com/vercel/next.js/pull/26133

748b005cda06578efa63babd462f65771e37c0d0 authored over 3 years ago by Artur Sedlukha <[email protected]>
Fix using-preact example deps (#26821)

Fix after https://github.com/vercel/next.js/pull/26133

b91d635807cf89c71539aa9f3fa1ee09e910253b authored over 3 years ago by Artur Sedlukha <[email protected]>
Add "Vary: Accept" header to /_next/image responses (#26788)

This pull request adds "Vary: Accept" header to responses from the image optimizer (i.e. the /_n...

02c242d84abadaa38a420de537cc093566e215a9 authored over 3 years ago by Joachim Viide <[email protected]>
Add "Vary: Accept" header to /_next/image responses (#26788)

This pull request adds "Vary: Accept" header to responses from the image optimizer (i.e. the /_n...

d670198e7c8b2d8d40080f7dbd6f29df710f6a82 authored over 3 years ago by Joachim Viide <[email protected]>
Add `onLoadingComplete()` prop to Image component (#26824)

This adds a new prop, `onLoadingComplete()`, to handle the most common use case of `ref`.

I als...

61cdc72e4c80c568a0e11a8292ac367fd11439ad authored over 3 years ago by Steven <[email protected]>
Add `onLoadingComplete()` prop to Image component (#26824)

This adds a new prop, `onLoadingComplete()`, to handle the most common use case of `ref`.

I als...

93f625428b3605f1601fd44526722e1122640412 authored over 3 years ago by Steven <[email protected]>
Update snapshot for font-optimization test (#26823)

This fixes the `font-optimization` test failing from the links/content changing slightly in the ...

3c994abc29404db4df613a387aeae68ec9f54928 authored over 3 years ago by JJ Kasper <[email protected]>
Update snapshot for font-optimization test (#26823)

This fixes the `font-optimization` test failing from the links/content changing slightly in the ...

18296ae0219f82d9fcba64a309da54d16bb883e5 authored over 3 years ago by JJ Kasper <[email protected]>
fix: detect loop in client error page (#26567)

Co-authored-by: Tobias Koppers <[email protected]>
Co-authored-by: Tim Neutkens <ti...

e89b8e466aad110f8af3f60ef7d8292f6064a245 authored over 3 years ago by Jiachi Liu <[email protected]>
fix: detect loop in client error page (#26567)

Co-authored-by: Tobias Koppers <[email protected]>
Co-authored-by: Tim Neutkens <ti...

327d2fc1dd84e95ec6ca5d06e46713b90dded3ad authored over 3 years ago by Jiachi Liu <[email protected]>
Update repo scripts to separate folder (#26787)

f975d5322afc82e10442c7ec2a4c7f659cd79940 authored over 3 years ago by JJ Kasper <[email protected]>
Update repo scripts to separate folder (#26787)

612889dfeb22a90f7a1c8a2efbd5a1873b536cea authored over 3 years ago by JJ Kasper <[email protected]>
examples: fix typo `lunix` → `linux` (#26796)

## Bug

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

b508d90449515d8eb892557b6db0e9b57ee444a5 authored over 3 years ago by D. Kasi Pavan Kumar <[email protected]>
examples: fix typo `lunix` → `linux` (#26796)

## Bug

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

6817b35d2eb4b46986ebd19294ca61d5b748a20f authored over 3 years ago by D. Kasi Pavan Kumar <[email protected]>
Update codeowners to add new maintainers (#26770)

d2f6b744e10253fc83579e303b4092964ae742a5 authored over 3 years ago by JJ Kasper <[email protected]>
Update codeowners to add new maintainers (#26770)

72318a7ba9bfd223618872cea3438cfe81839484 authored over 3 years ago by JJ Kasper <[email protected]>
Leverage blocked page for _error (#26748)

## Enhance

simplify detection for visiting `_error`

x-ref: #26610

e5c6271a0524ebbec68491ed21150b89193d6d41 authored over 3 years ago by Jiachi Liu <[email protected]>
Leverage blocked page for _error (#26748)

## Enhance

simplify detection for visiting `_error`

x-ref: #26610

c51598268ae443a8af3324f77055127b358dee1f authored over 3 years ago by Jiachi Liu <[email protected]>
Stabilize relay-analytics test (#26782)

be60ef525f3c269551482112f983b4d5647b1d86 authored over 3 years ago by JJ Kasper <[email protected]>
Stabilize relay-analytics test (#26782)

9f16b12203d0249283bfb8ae6f8eee2983fa3fb1 authored over 3 years ago by JJ Kasper <[email protected]>
Update azure tests (#26779)

010a31cf418908834ed475b5d4a709286e0996f9 authored over 3 years ago by JJ Kasper <[email protected]>
Update azure tests (#26779)

b865af88a2460a662fbd98d7736d8c6ee1aa5558 authored over 3 years ago by JJ Kasper <[email protected]>
Fix blurred image position when using objectPosition (#26590)

## Bug

fixes #26309

## Documentation / Examples

see #26309

- [ ] Make sure the linting passes

11112531ac4320434c35ae1b93e6f8d6b8548158 authored over 3 years ago by Nils Schönwald <[email protected]>
Fix blurred image position when using objectPosition (#26590)

## Bug

fixes #26309

## Documentation / Examples

see #26309

- [ ] Make sure the linting passes

551b6149ce9992035e5b79fca5c8054ad820a05e authored over 3 years ago by Nils Schönwald <[email protected]>
Add upstream `max-age` to optimized image (#26739)

This solves the main use case from Issue #19914.

Previously, we would set the `Cache-Control` h...

2373320fc859af3424a8ab7e211b8292e3aafa67 authored over 3 years ago by Steven <[email protected]>
Add upstream `max-age` to optimized image (#26739)

This solves the main use case from Issue #19914.

Previously, we would set the `Cache-Control` h...

6baba7a3a04efbe711aa955891cdcc54fb6d0dc0 authored over 3 years ago by Steven <[email protected]>
Disable build-output size specific tests (#26769)

* Disable build-output size specific tests

* remove size-limit test

* lint-fix

25927380506a50dce8245ae3c823c5ff08f20524 authored over 3 years ago by JJ Kasper <[email protected]>
Disable build-output size specific tests (#26769)

* Disable build-output size specific tests

* remove size-limit test

* lint-fix

b046a0595ee0c8776c02c4910606d120e3be82fb authored over 3 years ago by JJ Kasper <[email protected]>
Support new hydrate API in latest react 18 alpha release (#26664)

* fix: react 18 new hydration API

* support react 18

* compat latest react only, fix resol...

ddc0e793fc497df663b45b4d980ed95865d66a2d authored over 3 years ago by Jiachi Liu <[email protected]>
Support new hydrate API in latest react 18 alpha release (#26664)

* fix: react 18 new hydration API

* support react 18

* compat latest react only, fix resol...

72e5611750d49cadf32553f5dccca87620becc3c authored over 3 years ago by Jiachi Liu <[email protected]>
Move next-server directory files to server directory (#26756)

* Move next-server directory files to server directory

* Update tests

* Update paths in ot...

5b9ad8da909a7870280c39340c189392d6307994 authored over 3 years ago by Tim Neutkens <[email protected]>
Move next-server directory files to server directory (#26756)

* Move next-server directory files to server directory

* Update tests

* Update paths in ot...

53f6e8d1d6400cd2defffed2f2dca5c36e249432 authored over 3 years ago by Tim Neutkens <[email protected]>
Move code shared between server/client to "shared" folder (#26734)

f7413f91960446038b3d1c9a51151dfd9f174e80 authored over 3 years ago by Tim Neutkens <[email protected]>
Move code shared between server/client to "shared" folder (#26734)

136b75439612bf6f2f0cd3fd0d8226fdaa8c0f95 authored over 3 years ago by Tim Neutkens <[email protected]>
Simplify stats action (#26751)

95ec1ee87b48917fcc422b9ac5527a43d5c514ac authored over 3 years ago by Tim Neutkens <[email protected]>
Simplify stats action (#26751)

f5958fdc4fe3e611d7e36d23141a575e0f541318 authored over 3 years ago by Tim Neutkens <[email protected]>
Update PR labeler action

5ffc79464087ce759572699b9d5037e4934fc9ce authored over 3 years ago by Tim Neutkens <[email protected]>
Update PR labeler action

bb42c86c82c9c1f76852bda009223d5c8e459cd6 authored over 3 years ago by Tim Neutkens <[email protected]>
Simplify `next-dev-server` implementation (#26230)

`next-dev-server` having its own implementations of `renderToHTML` and `renderErrorToHTML` has h...

9ab916ac99eb200a478c8d5ffe94b6ec9c0a315b authored over 3 years ago by Gerald Monaco <[email protected]>
Simplify `next-dev-server` implementation (#26230)

`next-dev-server` having its own implementations of `renderToHTML` and `renderErrorToHTML` has h...

4f35ee7c8ba4ada2e2094e0eddb9b395d1d797c0 authored over 3 years ago by Gerald Monaco <[email protected]>
update with-redux-toolkit-typescript (#26714)

## Bug

- [X] Related issues linked using `fixes #26713 `

## Feature

- [ ] Implements an exi...

46a85b4e6f48c35d785a113434f038b7879313be authored over 3 years ago by Soham Shah <[email protected]>
update with-redux-toolkit-typescript (#26714)

## Bug

- [X] Related issues linked using `fixes #26713 `

## Feature

- [ ] Implements an exi...

0a3d77dabf325a0a5c9704aad873e80eb26ee193 authored over 3 years ago by Soham Shah <[email protected]>
[ESLint] Adds --max-warnings flag to `next lint` (#26697)

Adds `--max-warnings` flag to `next lint` to enable setting of a maximum warning threshold.

Fix...

254b9859363c5a15cec27653e83636fda1704916 authored over 3 years ago by Houssein Djirdeh <[email protected]>
[ESLint] Adds --max-warnings flag to `next lint` (#26697)

Adds `--max-warnings` flag to `next lint` to enable setting of a maximum warning threshold.

Fix...

15afd9772983ed4a0ec52e7eaa25e75b15d081c8 authored over 3 years ago by Houssein Djirdeh <[email protected]>
Fix typo on "occured" to "occurred" (#26709)

* fix: typo occured -> occurred

* fix: typo occured -> occurred

* fix: typo occured -> occ...

18dfc4c25ddec5ea10eef5aef7ced1ff46a5034e authored over 3 years ago by hiro <[email protected]>
Fix typo on "occured" to "occurred" (#26709)

* fix: typo occured -> occurred

* fix: typo occured -> occurred

* fix: typo occured -> occ...

956bc2f387c80777fad0371eae2ebef125441231 authored over 3 years ago by hiro <[email protected]>
Update layouts example to persist state across client-side transitions. (#26706)

* Update layouts example

* Update examples/layout-component/components/layout.js

Co-author...

1dd6eeb59892944eeb06e0fdffe3e868b77e0a71 authored over 3 years ago by Lee Robinson <[email protected]>
Update layouts example to persist state across client-side transitions. (#26706)

* Update layouts example

* Update examples/layout-component/components/layout.js

Co-author...

93a32b33c0a08d8e05d0841e70934844ca4ef4c1 authored over 3 years ago by Lee Robinson <[email protected]>
Fix image content type octet stream 400 (#26705)

Fixes #23523 by adding image content type detection

## Bug

- [x] Related issues linked using `...

eabecf3d0af18f598e1246feb3ddcc4150212bf9 authored over 3 years ago by Steven <[email protected]>
Fix image content type octet stream 400 (#26705)

Fixes #23523 by adding image content type detection

## Bug

- [x] Related issues linked using `...

20229ce5b2a75e2098d836dc17131ad5e27a8edb authored over 3 years ago by Steven <[email protected]>
v11.0.2-canary.3

d11589d677bd7e9e424f10671a4c438975163749 authored over 3 years ago by JJ Kasper <[email protected]>
v11.0.2-canary.3

90652164b43a5d2b7ab979ec65a31e65681e4bcb authored over 3 years ago by JJ Kasper <[email protected]>
Ensure API routes are not available under the locale (#26629)

This ensures API routes are not available under the locale path since API routes don't need to b...

16abc11fdd65041954a80adf98d077e40f4eb295 authored over 3 years ago by JJ Kasper <[email protected]>
Ensure API routes are not available under the locale (#26629)

This ensures API routes are not available under the locale path since API routes don't need to b...

5b2c845e57ca3ba156901f8669465ea9761e0293 authored over 3 years ago by JJ Kasper <[email protected]>
fix: next dynamic with jest (#26614)

Fixes #19862

Avoid executing `webpack` property on `loadableGenerated` of loadable component ...

dd12f048947ccebb1b35a73db23fd0e52b4e24f1 authored over 3 years ago by Jiachi Liu <[email protected]>
fix: next dynamic with jest (#26614)

Fixes #19862

Avoid executing `webpack` property on `loadableGenerated` of loadable component ...

c5751fa6c37741302fd7e3f7bcebe88c8aef9b16 authored over 3 years ago by Jiachi Liu <[email protected]>
Correct statusCode when visiting _error directly (#26610)

This fixes non-stop reloading when visiting `_error` directly in development caused by the `stat...

39dd0f5358a8fd5f27a38aeea39594cc0a911032 authored over 3 years ago by JJ Kasper <[email protected]>
Correct statusCode when visiting _error directly (#26610)

This fixes non-stop reloading when visiting `_error` directly in development caused by the `stat...

c2f0653bd3b6c4d692986be5fdbf2d2f1e45b88e authored over 3 years ago by JJ Kasper <[email protected]>
Fix GSP redirect cache error (#26627)

This makes sure we don't attempt flushing cache info to disk for `getStaticProps` `redirect` ite...

93dc35ffa003973e0faf5110a582e67b86403741 authored over 3 years ago by JJ Kasper <[email protected]>
Fix GSP redirect cache error (#26627)

This makes sure we don't attempt flushing cache info to disk for `getStaticProps` `redirect` ite...

ae0dbe5e2cec8ac81f9d1f3605ad85f18b86cd8d authored over 3 years ago by JJ Kasper <[email protected]>
Update next/image docs for relative parent with layout=fill. (#26615)

https://github.com/vercel/next.js/discussions/18739#discussioncomment-435925

46fddf69de584a9d02db414b839ee1588762719b authored over 3 years ago by Lee Robinson <[email protected]>
Update next/image docs for relative parent with layout=fill. (#26615)

https://github.com/vercel/next.js/discussions/18739#discussioncomment-435925

e8a9bd19967c9f78575faa7d38e90a1270ffa519 authored over 3 years ago by Lee Robinson <[email protected]>