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 development mode bug with pages with "+" and other special characters (#28122)

* add encodeURIComponent so certain characters don't bug out (fixes #22099)

* add integration...

1b2e0799c37cd719ca8e5d20b614f921ce2b9143 authored about 3 years ago by dave <[email protected]>
v0.39.0

0bcbe9435bb4fe155450465480c432b35f5cd4b8 authored about 3 years ago by Brandon Bayer <[email protected]>
v0.40.0-canary.0

08cae3bd023ba14074fde394231890cf65db0427 authored about 3 years ago by Brandon Bayer <[email protected]>
Next.js Fork Migration: Move query/mutation support into nextjs core (#2516)

(major)

1701573a472d7f2215ced4ca62e8d903b4a8719e authored about 3 years ago by Brandon Bayer <[email protected]>
v0.39.0-canary.0

232834492b116b898c3ce1f945e97d39e911e727 authored about 3 years ago by Brandon Bayer <[email protected]>
Fix duplicate image types (requires adding line to global.d.ts) (#2597)

(patch)

b854e3f1b608442fc935e70d5cf66536aa5bdbff authored about 3 years ago by Sam Holmes <[email protected]>
Add support for `BLITZ_PUBLIC_` environment variables (`NEXT_PUBLIC_` will continue to work) (#2611)

Co-authored-by: Roshan Manuel <Roshan,[email protected]>
Co-authored-by: Brandon Bayer <...

def80e0ac2104e644923196cd6c1213c3597a8a4 authored about 3 years ago by Roshan Manuel <[email protected]>
Fix false "Found a change in blitz.config.js" message (#2559)

(patch)

e3066e1439143f90dbfb5a93387e13882a34b960 authored about 3 years ago by Brandon Bayer <[email protected]>
v0.38.6

eb4828aec529a2a5ece0075e15fa0c6d8289a804 authored about 3 years ago by Brandon Bayer <[email protected]>
Set x-powered-by header to Blitz.js (#2586)

Co-authored-by: Roshan Manuel <Roshan,[email protected]>
Co-authored-by: Brandon Bayer <...

c535b06ff4aef4dd9d5c202640a6794cc34113bc authored about 3 years ago by Roshan Manuel <[email protected]>
v0.38.5

4d9cd8313b0517e30e691ffd57dbcd83150860f4 authored about 3 years ago by Brandon Bayer <[email protected]>
v0.38.4

31c44440eec34e6978c590f94861b1b3302786d8 authored about 3 years ago by Brandon Bayer <[email protected]>
v0.38.3-canary.1

974c04bdd3dea3e6dc1a8c135a82cfe94a7c8ba9 authored about 3 years ago by Brandon Bayer <[email protected]>
Fix `blitz dev` not working on Windows and add more Windows CI tests (#2554)

(patch)

1d31867d5c8fd0d66bb2e2ced6a695fc529643a1 authored about 3 years ago by Brandon Bayer <[email protected]>
v0.38.3

e8b27444518758faaf83f5a26f79902a3efeaec6 authored about 3 years ago by Brandon Bayer <[email protected]>
Add test for Page.redirectAuthenticatedTo (#2531)

(meta)

8056d350c32c4fafe37af30e6c9882b469227df7 authored about 3 years ago by Brandon Bayer <[email protected]>
Next.js Fork Migration: Move blitz.config.(js|ts) support into nextjs core (patch) (#2532)

45bfa23ce820311d5a3bc3210aa07b0bdfe23bdd authored about 3 years ago by Brandon Bayer <[email protected]>
fix broken api routes in canary release (#2545)

(patch)

bb8705eed923c9c279d6f49372e0f237973b6400 authored about 3 years ago by Brandon Bayer <[email protected]>
Move multiple pages folders support plus pages+api sibling into nextjs core (#2502)

(patch)

74ee2610ed55cce8e81618a272ff0a2458ef0a06 authored about 3 years ago by Brandon Bayer <[email protected]>
v0.38.2

02113ea9947518577d9376e04153293b3448348d authored about 3 years ago by Brandon Bayer <[email protected]>
Fix built in errors like RedirectError and AuthenticationError to not log as "uncaught" in browser console (#2522)

(patch)

bb7b2b47ec8ed3a9c7cd30411390f399d91a6ebc authored about 3 years ago by Brandon Bayer <[email protected]>
v0.38.3-canary.0

17a65165a219182b095721b8115e9e32f1c6ed3b authored about 3 years ago by Brandon Bayer <[email protected]>
Update testing.md (#28190)

Removed "`" with "'".

## Bug

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

5d4d8802b8b6855fe1355bb106e6afd95af7e2a8 authored about 3 years ago by Urko Pineda <[email protected]>
v11.1.1-canary.10

71cecc2ba71650ec539b71283cc36d66923ac846 authored about 3 years ago by Tim Neutkens <[email protected]>
Improve jaeger traces (#28168)

Co-authored-by: Harsh Karande <[email protected]>

2b7d4619ed59317c70249a95bb7f7777e9c5bd51 authored about 3 years ago by Tim Neutkens <[email protected]>
Update to latest babel versions (#28174)

5544adc481f8821567e947a6e6d51d9d68ebd367 authored about 3 years ago by JJ Kasper <[email protected]>
v11.1.1-canary.9

4dad4fb7bf6ece11af8d606129d651dec540bf66 authored about 3 years ago by [email protected] <[email protected]>
Add module type to build-module trace (#28128)

Add `-js` `-ts` `-tsx` `-css` to `build-module` in traces to allow for easier filtering.

## ...

f28b965add39d1f83e267e196fb098cdfce41ce3 authored about 3 years ago by Tim Neutkens <[email protected]>
Add entrypoint tracing (#25538)

This adds tracing entrypoints directly after they have have been transpiled to allow us to trace...

24b09ad4f89ce9b77b296223a99d1fc768e7b83f authored about 3 years ago by JJ Kasper <[email protected]>
ESLint Plugin: Prefer next script component when using the inline script for Google Analytics. (#25147)

* Add a lint rule for using next script component when using inline script for Google Analytics....

da4d65252f8699c7e894735d299875f612b12082 authored about 3 years ago by Rahul Gaba <[email protected]>
docs: corrected the link to the example (#28175)

## Documentation

- Corrected the link in the **Next.js Testing Docs** to the correct one.

385ac94afd7ade198246dfe15717932e58c4c0dc authored about 3 years ago by Shun Tedokon <[email protected]>
Fix crash of lint rule no-document-import-in-page (#28148)

Fixes #28030
Fixes #28169

## Bug

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

90eae2c00fd086e61aaa2a784deef83b344b6af9 authored about 3 years ago by Jiachi Liu <[email protected]>
Enable pure client suspense in blocking rendering (#28165)

Do not fallback to loadable component when `reactRoot` is enabled but without `concurrentFeature...

531342691dd09384779da668891b43ad2f051a63 authored about 3 years ago by Jiachi Liu <[email protected]>
fix(tests): fixes typo in basic integration test (#28158)

## Bug

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

49c3e0a201d333d4b76863768860f4dc98a568b2 authored about 3 years ago by Brian Muenzenmeyer <[email protected]>
Replace CSS tag with JS import (#28143)

Replaces `<link />` tag import with JS import to fix ESLint warning: https://nextjs.org/docs/mes...

876cbbaf01cef39566e9a35e72e641f57a01f6e0 authored about 3 years ago by Aryan Beezadhur <[email protected]>
doc: fix typo (#28146)

Given the context of the surrounding sentence, I believe the intention here was to use the word ...

639b4d7d1f9f78e7ae080fb7cdf8dfd6d0845fdc authored about 3 years ago by Oscar Fuentes <[email protected]>
Add support for Jaeger trace target (#28129)

Adds support for Jaeger next to Zipkin as a trace target.

## Bug

- [ ] Related issues linked...

76cc01f6b5f7dd1f81a2394add9a7875fff243c1 authored about 3 years ago by Tim Neutkens <[email protected]>
v11.1.1-canary.8

ebe3d93f59b0749c9ac740c2f866c64d6adad763 authored about 3 years ago by Maia Teegarden <[email protected]>
Add setup for m1 build (#28138)

* Add setup for m1 build

* Add workflow to cache key

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

97f9b64cf63d8950d97b94a66059324952e6814d authored about 3 years ago by Maia Teegarden <[email protected]>
Improve React Strict Mode documentation. (#28139)

The current text linked wasn't obvious. Plus, the best description of what Strict Mode is was at...

d5dc968134db912e9ae5e8bf9659c0af461c58dc authored about 3 years ago by Lee Robinson <[email protected]>
Fix: wrong link error message (#28127)

Fixes: #28126

## Bug

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

4cdb585962b4f17be55848740d6e34106d730217 authored about 3 years ago by Jiachi Liu <[email protected]>
Add ci script to check examples (#28009)

* Add ci script to check examples

* Install moreutils for `sponge` command.

It's not very ...

971b17f1e912b8ab69b9ac7cb83617875a2b3d86 authored about 3 years ago by Oscar Busk <[email protected]>
Remove `licence` from all `example/package.json` that has them (#28007)

* Add licences to all example/package.json that lack them

* Revert "Add licences to all examp...

077097b7f8d3d826118518a90f27cebd2b1373e6 authored about 3 years ago by Oscar Busk <[email protected]>
Skip native ci steps for docs only changes (#28101)

c3dcc965f35db3b24271bbfc9cb5712854c11a31 authored about 3 years ago by JJ Kasper <[email protected]>
Add proper error when failing to load next.config.js (#28099)

This adds a proper error when we fail to load a user's `next.config.js` as the default node erro...

039735350cb1c57b92111989ec6274df3ef8de38 authored about 3 years ago by JJ Kasper <[email protected]>
Fix revalidate for initial notFound: true paths (#28097)

This fixes revalidation not occurring correctly when `notFound: true` is returned during build, ...

169785253e7fcd23df32219ea5ba29ff28b711a0 authored about 3 years ago by JJ Kasper <[email protected]>
Examples: Jotai (#27940)

## Documentation / Examples

- [X] Make sure the linting passes

This adds an example using Jota...

8a80b0b3570fe734889acff315e24e610106656b authored about 3 years ago by Mathis Møller <[email protected]>
Add a Styling Section to next/image component docs (#28055)

## Feature

- [x] Documentation added

## Documentation / Examples

- [x] Make sure the lintin...

d57d9a51737194a34c3e14822e59c361b4578ea8 authored about 3 years ago by Sam Poder <[email protected]>
Docs: Mention 3rd option 'blocking' for fallback (#28077)

* Docs: Mention 3rd option 'blocking' for fallback

* Update docs/basic-features/data-fetching...

22dbf275fe1125058d15949b3fc51ba53fd08225 authored about 3 years ago by Gustav Pursche <[email protected]>
v11.1.1-canary.7

a1889798d81f02d6fab647e46fd94541ec98643c authored about 3 years ago by [email protected] <[email protected]>
Fix gh action workflow when docs changed (#28092)

Fixes this issue: https://github.com/vercel/next.js/pull/28077/checks?check_run_id=3326281106

9027aeab00e3f16166fec3a092039b4b38c38ff5 authored about 3 years ago by Steven <[email protected]>
Remove duplicate doctypes (#28089)

* Remove duplicate doctypes

* Fix lint

* Add test for DOCTYPE

* Fix lint

500b3f6e150bd63cc27b6235018d755302ec8ace authored about 3 years ago by Gerald Monaco <[email protected]>
Update `util` to 0.12.4 (#27939)

Chrome 92 started to disable `SharedArrayBuffer` without cross-origin isolation which can be ena...

73b5d69e276645af0c33b1f9ac5de8f602773c61 authored about 3 years ago by Eiji Kitamura <[email protected]>
[ESLint] Disallow <Script /> inside _document.js & <Script /> inside the next/head component (#27257)

## Feature

- [x] Implements an existing feature request or RFC. Make sure the feature request h...

a28e775e881446c33a6ccd9969cda714037971a1 authored about 3 years ago by Jesse Jafa <[email protected]>
Bypass webpack compilation for precompiled @next/polyfills-nomodule (#27596)

Removes the extra webpack handling that was previously done, this ensures the file which is alre...

eddf2054c22c9dd27505b42cd371bd392b3ed8bd authored about 3 years ago by Tim Neutkens <[email protected]>
Handle blob urls in image component (#27975)

This PR resurrects #23622 which has not been updated in a while. Makes the `Image` component han...

daadfd347f1f66a725c7f85cf5dbf284010ec8a1 authored about 3 years ago by stefanprobst <[email protected]>
Support suspense in next dynamic (#27611)

### Changes
#### Feature
* Adopt `React.lazy` into `next/dynamic`, enable it when `options.sus...

d14da39fd62f3ad41b1b35d48eba2a6d162a1a46 authored about 3 years ago by Jiachi Liu <[email protected]>
Add support for dynamic HTML (#28085)

Implements `renderToString` in terms of a new `renderToStream`. The former is used for legacy do...

c969b8172a0715d4782e58ff9a028622a238556c authored about 3 years ago by Gerald Monaco <[email protected]>
Render as a concatenation of streams (#28082)

Return the `RenderResult` as a concatenation of streams, rather than a concatenation of strings.

d2551bbbc7588d392fd47420c4eea803794f967f authored about 3 years ago by Gerald Monaco <[email protected]>
Refactor development-logs removing duplicated code. (#28049)

Hi, this is small refactor for the development-logs.js test.
The same code to verify the browser...

f95e5fdfb68a0547fc45a58b7590b2097681768c authored about 3 years ago by Anderson Leite <[email protected]>
[DOCS] Update testing docs (#28064)

This PR adds a recommendation to test production code with Cypress and re-orders the page inform...

04794776d88f32995f327d281e59a2bb4439571d authored about 3 years ago by Delba de Oliveira <[email protected]>
v11.1.1-canary.6

2a83012def720ed0d03467f121cb3d7f6f72c218 authored about 3 years ago by Maia Teegarden <[email protected]>
USe await correctly (#28053)

9d44771895e25704be5841b32103927edf6eea43 authored about 3 years ago by Maia Teegarden <[email protected]>
Clean up `Document` in preparation for streaming (#28032)

We generate the HTML for a document in two steps: First, we generate the body (i.e. everything u...

08a24780b01608e16b7733d31bda2aaf36fd1750 authored about 3 years ago by Gerald Monaco <[email protected]>
Update Firebase hosting example to use Node.js 14. (#27988)

c8be62c81d209a9723e18f5acdeb1e791a0004c0 authored about 3 years ago by Lee Robinson <[email protected]>
v11.1.1-canary.5

ea6a0f0eda3546549a0d52d3b99e8fcc520fe917 authored about 3 years ago by Maia Teegarden <[email protected]>
publish flow fixes (#28050)

* Publish native packages publicly

* Remove unnecessary await

* Use --no-git-reset lerna o...

367117e8576514de57c32e0d867db2f72c40b444 authored about 3 years ago by Maia Teegarden <[email protected]>
Fix image optimization encoding url (#28045)

- Fixes #27973
- Reverts #27671

The problem with PR #27671 is that it was encoding too often...

b11bd49239b42e6deb218e08a6603f8ad4a98ed6 authored about 3 years ago by Steven <[email protected]>
Fix `generateBuildId` type that can be async function (#28040)

[The current documentation ensures it can be async function](https://github.com/vercel/next.js/b...

1552b8341e5b512a2827485a4a9689cd429c520e authored about 3 years ago by 즈눅 <[email protected]>
Add `.gitignore` to examples that lack them (#28003)

* Only copy .gitignores to examples that are actual packages.

`custom-server` is just a `.md`...

6403a992e4e9d0eb96161cf20ba2613f1da38efd authored about 3 years ago by Oscar Busk <[email protected]>
v11.1.1-canary.4

1302067c7466cf7336c367aeb8c99d3de3bf3f97 authored about 3 years ago by Maia Teegarden <[email protected]>
Use @next scope for native packages (#28046)

ff5e44428401a5280ff4ae857de4b83955f996f0 authored about 3 years ago by Maia Teegarden <[email protected]>
next-env.d.ts note in templates (#27983)

Hello! I was using `npx create-next-app --ts` to quickly bootstrap a basic next.js project with ...

25df53d19fa1a87e5397d14a81100c6da2e5a3ee authored about 3 years ago by Oscar Busk <[email protected]>
use a shared worker pool for collecting page data and static page generation (#27924)

this avoid loading all code twice and hopefully improving performance

8bbb1cd35374dc31f208b2807939e5bb7904e03e authored about 3 years ago by Tobias Koppers <[email protected]>
v11.1.1-canary.3

b6411408c0b216ec6729dd817985f52d25dd9a6d authored about 3 years ago by Maia Teegarden <[email protected]>
Authenticate npm before publishing native packages (#28041)

24df675c32daf34e02fc8ce0254cd811cbc23561 authored about 3 years ago by Maia Teegarden <[email protected]>
v11.1.1-canary.2

2d38efa7b5bbe8390f5eca6ee3595c94aa4765b9 authored about 3 years ago by Maia Teegarden <[email protected]>
Fix publish native script (#28037)

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

f0678979f1821c5830212124e525672f128b1e12 authored about 3 years ago by Maia Teegarden <[email protected]>
Make sure all example packages has `private: true` (#28008)

Update the `check-exampels.sh` script to also ensure all examples has `private: true` (https://g...

69d6001c59d3286bec59555fecb01b0d1fbccc2e authored about 3 years ago by Oscar Busk <[email protected]>
Add missing fields to `NextConfig` type (#27974)

This PR adds the `poweredByHeader` and `webpack` fields to the public `NextConfig` type.

## Bug...

9bf322503b3c1fdd94e28a399e72e7147e1d0c4d authored about 3 years ago by stefanprobst <[email protected]>
v11.1.1-canary.1

06e08accde172b8e629d34b30713e99e601ee902 authored about 3 years ago by Tim Neutkens <[email protected]>
Ensure config file message is only shown once (#28017)

Fixes #27982

## Bug

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

965a280bc2b74a704cecb3098f3be084eba5f15e authored about 3 years ago by Tim Neutkens <[email protected]>
Tests: Execute development-logs tests. (#27996)

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

27ccd3cb38e39a1dbfa0d9b8935063814c1f9803 authored about 3 years ago by Anderson Leite <[email protected]>
Next swc publish flow (redo) (#27984)

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

b2c7b316cb1f3cca76173f3df95fdb5e7ebc6ebc authored about 3 years ago by Maia Teegarden <[email protected]>
[Docs] Add testing docs (#27965)

Add a new doc showing how to configure Jest and Cypress with Next.js

## Feature

- [ ] Implemen...

40f85f6d95b3f69421bbf13cced68754e009eed4 authored about 3 years ago by Delba de Oliveira <[email protected]>
v11.1.1-canary.0

988c0c7fd3d780f63a6a85a7731d1854e52e61d4 authored about 3 years ago by [email protected] <[email protected]>
Fix incorrect error manifest path (#27970)

f56a1505c252cdb8098057408f0e189f49ee1223 authored about 3 years ago by JJ Kasper <[email protected]>
v11.1.0

460f855e70841c4549856f47d2066b55ad6281f4 authored about 3 years ago by Tim Neutkens <[email protected]>
v11.1.0

ce4adfc02d3532e2c62ed8088660df1655e66278 authored about 3 years ago by Tim Neutkens <[email protected]>
v11.0.2-canary.31

e5d80a02f8e70e6a48edba662729091f375c0175 authored about 3 years ago by Tim Neutkens <[email protected]>
v11.0.2-canary.31

092a476feb0d479d5a1d078e2e1f78ef93f092c2 authored about 3 years ago by Tim Neutkens <[email protected]>
Revert "Add warning during `next build` when sharp is missing (#27933)"

This reverts commit 51a2a028ddcc321aac4744b777df2b4e96511b83.

ebb6a303700df09b83ebe49f23b7641c9573377c authored about 3 years ago by Tim Neutkens <[email protected]>
Revert "Add warning during `next build` when sharp is missing (#27933)"

This reverts commit 51a2a028ddcc321aac4744b777df2b4e96511b83.

52004c1d3102fa30a466fdf7c1b3d1936cdec747 authored about 3 years ago by Tim Neutkens <[email protected]>
v11.0.2-canary.30

52486ceccf59ca05f2f9d3ee428813cddaa85654 authored about 3 years ago by Tim Neutkens <[email protected]>
v11.0.2-canary.30

6e90c8be037294c03ddd1bd4c2a3ddc0c1166fa1 authored about 3 years ago by Tim Neutkens <[email protected]>
Revert "Next swc publish flow (#27932)"

This reverts commit 94fc6f0832a81ab68b393a8d45f42493429d04ee.

0926769e02b33e2fd9a230a41fa1c8c020b0c850 authored about 3 years ago by Tim Neutkens <[email protected]>
Revert "Next swc publish flow (#27932)"

This reverts commit 94fc6f0832a81ab68b393a8d45f42493429d04ee.

8ac3254d25725ccc171c6879f7dfc649cdb946bd authored about 3 years ago by Tim Neutkens <[email protected]>
v11.0.2-canary.29

5cc87e21b600901a7ffde196f172f6e75777079b authored about 3 years ago by Tim Neutkens <[email protected]>
v11.0.2-canary.29

6014b6e0f82bd29b57e148bf0e6f404784297d27 authored about 3 years ago by Tim Neutkens <[email protected]>
Add rootDir setting to eslint-plugin-next (#27918)

## Introduction

This PR enables setting a `rootDir` for a Next.js project, and follows the same...

5972726bd3bdf1340e9877d42dfd247868fe7e90 authored about 3 years ago by Brody McKee <[email protected]>