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

v10.2.1-canary.3

8218d5d5084fd20db68d4b4304eca02e19fa4f4d authored over 3 years ago by Tim Neutkens <[email protected]>
fix: handle compression for custom-server render calls (#16378) (#18891)

Co-authored-by: Radosław Grochowski <[email protected]>
Co-authored-by: Tim Neutke...

7f1c8a9bbe440e50190f0c3b287f62266a0debe5 authored over 3 years ago by Radosław Grochowski <[email protected]>
fix: handle compression for custom-server render calls (#16378) (#18891)

Co-authored-by: Radosław Grochowski <[email protected]>
Co-authored-by: Tim Neutke...

ad3ebfcfd3bae5ee021983ef1bf78eda76d05feb authored over 3 years ago by Radosław Grochowski <[email protected]>
Ensure next/dynamic transpiles for tests (#24751)

Co-authored-by: Tobias Koppers <[email protected]>

9d25194e7d4205af5d7640744a2927bd6d53006b authored over 3 years ago by JJ Kasper <[email protected]>
Ensure next/dynamic transpiles for tests (#24751)

Co-authored-by: Tobias Koppers <[email protected]>

01fa7036f8466c20c2515a4da758f5b512909a69 authored over 3 years ago by JJ Kasper <[email protected]>
cache typechecking with incremental compilation (#24559)

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

da79e75ac2e90259fbfc1d6e2a26bf9e24bcb7bd authored over 3 years ago by Tobias Koppers <[email protected]>
cache typechecking with incremental compilation (#24559)

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

4e8fac93fd91c5e09fe77862ddb14fb22938a381 authored over 3 years ago by Tobias Koppers <[email protected]>
Remove experimental babel flag (#24776)

42c4743fbdb7d485330bd5c5320a5e6540495159 authored over 3 years ago by Tim Neutkens <[email protected]>
Remove experimental babel flag (#24776)

10791f700d19fa3ef4f89a5ef4e80294e02c3010 authored over 3 years ago by Tim Neutkens <[email protected]>
Update custom server examples (#24814)

98f94b4b9bfb4be792826284437d83ebeaf75d30 authored over 3 years ago by Tim Neutkens <[email protected]>
Update custom server examples (#24814)

9506f15afdc592e2a1b1bc0b61259d2906623be6 authored over 3 years ago by Tim Neutkens <[email protected]>
webpack 5 externals fixes (#24603)

* fix check in externals that validate if the require is resolve-able for the server
* performan...

33e09dffb2d477bf147046a04811c3453748f9b9 authored over 3 years ago by Tobias Koppers <[email protected]>
webpack 5 externals fixes (#24603)

* fix check in externals that validate if the require is resolve-able for the server
* performan...

1ed10b99ce8982a7780480818921ab9aa63c9895 authored over 3 years ago by Tobias Koppers <[email protected]>
feat(build): Log whether type checking is actually performed (#24440)

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

## Feature

Currently `next build` is log...

2873e937895fe840ca0cafb1cd84e37810b38188 authored over 3 years ago by Sebastian Silbermann <[email protected]>
feat(build): Log whether type checking is actually performed (#24440)

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

## Feature

Currently `next build` is log...

7c7e86454e41997c4ffe0853da995c9ee012cbad authored over 3 years ago by Sebastian Silbermann <[email protected]>
Clarify rewrites and other docs cleanup. (#24890)

Based on user feedback, this clarifies the difference between rewrites and redirects, as well as...

568c5e9d975bbd1852786fad73eb0bd7a782bfb3 authored over 3 years ago by Lee Robinson <[email protected]>
Clarify rewrites and other docs cleanup. (#24890)

Based on user feedback, this clarifies the difference between rewrites and redirects, as well as...

f6c60946a300cf0b29977ae027b0c0cc056d8602 authored over 3 years ago by Lee Robinson <[email protected]>
Update example with-sentry (#24819)

The [official Sentry Next.js SDK](https://docs.sentry.io/platforms/javascript/guides/nextjs/) is...

4bc87e479ccb32f36a3f8ee7114362370434533a authored over 3 years ago by iker barriocanal <[email protected]>
Update example with-sentry (#24819)

The [official Sentry Next.js SDK](https://docs.sentry.io/platforms/javascript/guides/nextjs/) is...

319830fa12d35379b9c7660dedc374bd9a88a52f authored over 3 years ago by iker barriocanal <[email protected]>
updated zustand example (#24884)

..to use new zustand/context module from zustand 3.5.0. Also fixed code for merging states on cl...

e4dd04a92118876ef46709879cf85dbdd7f03121 authored over 3 years ago by Munawwar <[email protected]>
updated zustand example (#24884)

..to use new zustand/context module from zustand 3.5.0. Also fixed code for merging states on cl...

60d844c63541fb4a7a60616ca5025d1ded98b8c4 authored over 3 years ago by Munawwar <[email protected]>
ESLint Plugin: Disallow <title> in Head from next/document (#24868)

Adds lint rule warning to the Next.js ESLint plugin to disallow `<title>` in `Head` imported fro...

06d16a340e62e9dc8b0c87416b22efe7672bc8dd authored over 3 years ago by Houssein Djirdeh <[email protected]>
ESLint Plugin: Disallow <title> in Head from next/document (#24868)

Adds lint rule warning to the Next.js ESLint plugin to disallow `<title>` in `Head` imported fro...

656c2ef6498ee9e7232ee9299f71f32c2ffc13ec authored over 3 years ago by Houssein Djirdeh <[email protected]>
feat(create-next-app): add `--ts, --typescript` support (#24655)

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

b2ba983b3874d8297de78ae214a77aa7f1d0cb85 authored over 3 years ago by C. Lewis <[email protected]>
feat(create-next-app): add `--ts, --typescript` support (#24655)

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

9c77cda6c546bc7158ab38c8e35132e4ee1416e7 authored over 3 years ago by C. Lewis <[email protected]>
Fix rewrite shape in Storybook (#24827)

This fixes a bug in `@next/plugin-storybook` caused by an update in the rewrite structure, sol...

f3e5bb764323ea80303d4e4903934e749f6659e1 authored over 3 years ago by Eric Burel <[email protected]>
Fix rewrite shape in Storybook (#24827)

This fixes a bug in `@next/plugin-storybook` caused by an update in the rewrite structure, sol...

796c021278da67ea1d5803e3b1f287d55745202e authored over 3 years ago by Eric Burel <[email protected]>
Add additional reason for the Prerender Error when running next export (#24828)

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

9b77624a5c44b653800c02d6056a1aa5e265e286 authored over 3 years ago by Anthony Oyathelemhi <[email protected]>
Add additional reason for the Prerender Error when running next export (#24828)

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

467ec2115cd41f6e785933374e4df8fe7f68d9e5 authored over 3 years ago by Anthony Oyathelemhi <[email protected]>
Remove old docs sections (#24853)

Co-authored-by: Lee Robinson <[email protected]>

e59a7a86dc4cbb2a2a1354bdec73f018797bdf93 authored over 3 years ago by Tim Neutkens <[email protected]>
Remove old docs sections (#24853)

Co-authored-by: Lee Robinson <[email protected]>

81cc1c5852ff814d5d2fa675b6480469fef3ca3d authored over 3 years ago by Tim Neutkens <[email protected]>
Add version note for `has` property (#24836)

The guides for `next.config.js` never specify that the `has: { }` syntax is only available for v...

c612e328040212f2c92d43f95bdbf34723649dbd authored over 3 years ago by Tom Scott <[email protected]>
Add version note for `has` property (#24836)

The guides for `next.config.js` never specify that the `has: { }` syntax is only available for v...

73e1fb4da4f8db524a572b5391dff65735c7560b authored over 3 years ago by Tom Scott <[email protected]>
Land - Font optimizations - Adobe Fonts / Typekit support (#24834)

This updates this initial PR here https://github.com/vercel/next.js/pull/18146 to resolve merge ...

7d8b814df608da6c803e752993f6195414cd473d authored over 3 years ago by JJ Kasper <[email protected]>
Land - Font optimizations - Adobe Fonts / Typekit support (#24834)

This updates this initial PR here https://github.com/vercel/next.js/pull/18146 to resolve merge ...

802af5ff5bc5fb76e498b29c129608ec222fa8e3 authored over 3 years ago by JJ Kasper <[email protected]>
docs(config intro): Fix github link hash (#24838)

Doc page: https://nextjs.org/docs/api-reference/next.config.js/introduction

[`config-sahred.ts`...

6d819ccadd8334b984289ff3dcf440b76b234ffc authored over 3 years ago by Erfan Mirzapour <[email protected]>
docs(config intro): Fix github link hash (#24838)

Doc page: https://nextjs.org/docs/api-reference/next.config.js/introduction

[`config-sahred.ts`...

cc41a191fea02235f97cf7f53c1dc63071bb0bac authored over 3 years ago by Erfan Mirzapour <[email protected]>
docs(next/router): Update router.push api (#24833)

Documentation page: https://nextjs.org/docs/api-reference/next/router#routerpush

Add `locale` ...

aa31554acd5854b53735bf626409b740f3d5adc2 authored over 3 years ago by Erfan Mirzapour <[email protected]>
docs(next/router): Update router.push api (#24833)

Documentation page: https://nextjs.org/docs/api-reference/next/router#routerpush

Add `locale` ...

2251658c352274d160c732ba24c9e06d211b74c8 authored over 3 years ago by Erfan Mirzapour <[email protected]>
Don't throw 500 error when Content-type is invalid (#24818)

Fixes #24768

## Bug

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

6122db1a236b6cb595dace9cccd0f2b1843e59fc authored over 3 years ago by Vitaly Baev <[email protected]>
Don't throw 500 error when Content-type is invalid (#24818)

Fixes #24768

## Bug

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

54ff3223b402b963baa189334587e2e590054276 authored over 3 years ago by Vitaly Baev <[email protected]>
docs(response-helpers): Update res.json definition (#24782)

9b53be9987ce88f42699fbaee69d0f6859871451 authored over 3 years ago by Erfan Mirzapour <[email protected]>
docs(response-helpers): Update res.json definition (#24782)

192d42bcacf20e8b501b9c3e7d325c852f6796ee authored over 3 years ago by Erfan Mirzapour <[email protected]>
react-hook-form example (#21245)

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

85ee15f5518a2c893a264559cad18256d6cfcfc6 authored over 3 years ago by Aydın Akan <[email protected]>
react-hook-form example (#21245)

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

9721aaf73a2dbd8c69d208838d751b2254932fdd authored over 3 years ago by Aydın Akan <[email protected]>
Bumps version of supertokens dependencies and updates its README (#24571)

Co-authored-by: Lee Robinson <[email protected]>
Co-authored-by: NkxxkN <[email protected]>
Co-a...

b1c3ab1d93c1a3c43c18401b215fbb7fd8da4d03 authored over 3 years ago by Rishabh Poddar <[email protected]>
Bumps version of supertokens dependencies and updates its README (#24571)

Co-authored-by: Lee Robinson <[email protected]>
Co-authored-by: NkxxkN <[email protected]>
Co-a...

243472f34d58e516c8980eadccb276ff85611f9f authored over 3 years ago by Rishabh Poddar <[email protected]>
Update signin/signup form samples (#24524)

Fix warning: Prop `href` did not match. Server: "signin" Client: "/signin"
Fix warning: Prop `hr...

da2b6614fb34f0af439ed24cbe44e1578a4f7331 authored over 3 years ago by Lau Wei Lim <[email protected]>
Update signin/signup form samples (#24524)

Fix warning: Prop `href` did not match. Server: "signin" Client: "/signin"
Fix warning: Prop `hr...

fc9b48b5b8ed1e7e61e27f428269b372d75c5a8a authored over 3 years ago by Lau Wei Lim <[email protected]>
demo serving storybook static build with serve (#24812)

Unfortunately I couldn't push up changes for that branch as maintainers access was disabled.

...

d77f756a2f5a9b1bcb8f3949f0d717e42c2f48ef authored over 3 years ago by Tim Neutkens <[email protected]>
demo serving storybook static build with serve (#24812)

Unfortunately I couldn't push up changes for that branch as maintainers access was disabled.

...

3a2b88b3077efb4f4cde14e706f0673471d7ad97 authored over 3 years ago by Tim Neutkens <[email protected]>
fix memory leak in require.cache (#24282)

Previously only the top-level page would be cleared from the require cache, with this change it ...

f975699b5857a26cf4e57262f9ca5cd4bdfb127e authored over 3 years ago by Tobias Koppers <[email protected]>
fix memory leak in require.cache (#24282)

Previously only the top-level page would be cleared from the require cache, with this change it ...

83395c92ecb71c2876f72eeda3a325f538540687 authored over 3 years ago by Tobias Koppers <[email protected]>
fix(next-storybook): make rules an array in webpack config (#22125)

the `next-storybook` plugin throws an error since version `10.0.6-canary.9`, specifically since ...

3bb922d2554f800ace197b2f3c7ab7f491ea55c6 authored over 3 years ago by stefanprobst <[email protected]>
fix(next-storybook): make rules an array in webpack config (#22125)

the `next-storybook` plugin throws an error since version `10.0.6-canary.9`, specifically since ...

3a2cd0e0d248034a1ea19d86ca7c6c028aa1f470 authored over 3 years ago by stefanprobst <[email protected]>
Add type checking events (#24595)

Will send events like this:

```
[telemetry] {
"eventName": "NEXT_TYPE_CHECK_COMPLETED",
"pa...

f03f5f9bfdece84dbff6fde1b639a6060d95c6ee authored over 3 years ago by Tobias Koppers <[email protected]>
Add type checking events (#24595)

Will send events like this:

```
[telemetry] {
"eventName": "NEXT_TYPE_CHECK_COMPLETED",
"pa...

3a78ccd43fb9ed8bf16bebc624cf2133cd69987a authored over 3 years ago by Tobias Koppers <[email protected]>
Update font optimization docs to mention opting out. (#24756)

1df37af2236902ef779dacf0fe2ac8575e948164 authored over 3 years ago by Lee Robinson <[email protected]>
Update font optimization docs to mention opting out. (#24756)

3e6ce9071b849974d15a616529af6120b2449cb6 authored over 3 years ago by Lee Robinson <[email protected]>
update webpack to 5.36.2, use dependOn (#24656)

* update webpack to 5.36.2
* use dependOn to optimize chunks
* disable vendor splitting for main...

db49f9f4386b35b9e50e1798adc5bcb86c866b22 authored over 3 years ago by Tobias Koppers <[email protected]>
update webpack to 5.36.2, use dependOn (#24656)

* update webpack to 5.36.2
* use dependOn to optimize chunks
* disable vendor splitting for main...

1d643eb6e1cc57faaecf02e6c3c5e1bb463b2027 authored over 3 years ago by Tobias Koppers <[email protected]>
Clarify whether router.pathname includes basePath (#24675)

The docs were vague on this -- `router.asPath` mentions that it doesn't include `basePath` but `...

8631d73b03c31168e19cdeb0c07b8f62e5dc24f2 authored over 3 years ago by Bart Nagel <[email protected]>
Clarify whether router.pathname includes basePath (#24675)

The docs were vague on this -- `router.asPath` mentions that it doesn't include `basePath` but `...

a77f3845f6292e9a67ed4dab63767832b018a9d2 authored over 3 years ago by Bart Nagel <[email protected]>
v10.2.1-canary.2

b8c481a7b20732dffa0351b4e52ad82e83de3bee authored over 3 years ago by JJ Kasper <[email protected]>
v10.2.1-canary.2

9c47ca2cfd8d0494562dee92791a2195f9655bdc authored over 3 years ago by JJ Kasper <[email protected]>
Add experimental blurry placeholder to image component (#24153)

This is the image component implementation of the blurry placeholder as described in #24004. The...

76059458c02c4937c4aebfd6352278524dbaa2c5 authored over 3 years ago by Joon Park <[email protected]>
Add experimental blurry placeholder to image component (#24153)

This is the image component implementation of the blurry placeholder as described in #24004. The...

c76170e82929bcf960ae577280eb5cb81f9919bd authored over 3 years ago by Joon Park <[email protected]>
Fix/link router 24075 take asPath instead of pathName in router (#24199)

Fixes: #24075

## Bug

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

7a23fed9950ec8bf288a42a6f2f852216785e741 authored over 3 years ago by Ishank Sharma <[email protected]>
Fix/link router 24075 take asPath instead of pathName in router (#24199)

Fixes: #24075

## Bug

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

9bbb968c43b8c79692b22a54e2045c66463fe49f authored over 3 years ago by Ishank Sharma <[email protected]>
Don't swallow MODULE_NOT_FOUND error (#24577)

## Bug

- [x] Related issues linked using [`fixes #24328`](https://github.com/vercel/next.js/pul...

3ef8a670aee04c357a01849c067addd606e5d39b authored over 3 years ago by Pepijn Senders <[email protected]>
Don't swallow MODULE_NOT_FOUND error (#24577)

## Bug

- [x] Related issues linked using [`fixes #24328`](https://github.com/vercel/next.js/pul...

d5de1c53c188f4e041f86a728766ca69b967a437 authored over 3 years ago by Pepijn Senders <[email protected]>
Adds ESLint with default rule-set (#23702)

This PR re-includes ESLint with some notable changes, namely a guided setup similar to how TypeS...

e783b0a2e85095b03a4eace331a5d85ed2521723 authored over 3 years ago by Houssein Djirdeh <[email protected]>
Adds ESLint with default rule-set (#23702)

This PR re-includes ESLint with some notable changes, namely a guided setup similar to how TypeS...

4139c1d1e461bdcd434a859b1fee3e72b657d67d authored over 3 years ago by Houssein Djirdeh <[email protected]>
v10.2.1-canary.1

7a1d0390836bc14e42a632d76df606574c3c650f authored over 3 years ago by JJ Kasper <[email protected]>
v10.2.1-canary.1

49cd08da172c28e3bd84fe8b99c294f0c887ec14 authored over 3 years ago by JJ Kasper <[email protected]>
Remove un-used lib files (#24625)

6d11aa96e0dabb57218d4f0b3bdb3c83d749f85b authored over 3 years ago by JJ Kasper <[email protected]>
Remove un-used lib files (#24625)

01c15c5150306a6d4f8c33b2b9f7464b6d7450dd authored over 3 years ago by JJ Kasper <[email protected]>
Update next.js to 10.2.0 (#2285)

(minor)

f485e5670f466b8be3a85c5d8cc3fb487157bbc8 authored over 3 years ago by Brandon Bayer <[email protected]>
cleanup merge cruft

cae56303462efb9da24a8747bf433ac4269c2593 authored over 3 years ago by Brandon Bayer <[email protected]>
Merge tag 'v10.2.0' into canary

v10.2.0

5fe5a7324cafb2778e4d7cb2e534ed4504cb49be authored over 3 years ago by Brandon Bayer <[email protected]>
v0.35.0-canary.0

55ce3735cdef75cb6809c80b12ba991b6d7a42b2 authored over 3 years ago by Brandon Bayer <[email protected]>
v0.35.0-canary.2

fc094e6cbc9952cd910905ac6a39326c416127d1 authored over 3 years ago by Brandon Bayer <[email protected]>
v0.35.0-canary.1

1c17b2e9b106225e6a2af8fee8841c5a3138e989 authored over 3 years ago by Brandon Bayer <[email protected]>
v0.34.3

ac39a8eeca9f37edaccd7e11f65e846f63d2c338 authored over 3 years ago by Brandon Bayer <[email protected]>
Add experimental.initServer hook for running code on server start (#2256)

* Add experimental.initServer hook for running code on server start

* fix ci (minor)

5a888d597fe1584aa572355283b1d063a6449a9d authored over 3 years ago by Brandon Bayer <[email protected]>
v0.34.2

83779c286ab2fd0abed6a4d5417a4486f349e5e3 authored over 3 years ago by Brandon Bayer <[email protected]>
Fix npm/yarn version auditing (#2247)

(patch)

b116d033e375f4e26921830ecc346fb1709ad005 authored over 3 years ago by Brandon Bayer <[email protected]>
v0.34.2-canary.0

506db495c48e60e257438c16548e673ec534882a authored over 3 years ago by Brandon Bayer <[email protected]>
v0.34.0

ea529c35c6adc7a9b1ad44f4a591ac103a0bb138 authored over 3 years ago by Brandon Bayer <[email protected]>
fix so objects don't break telementry

(ignore)

7690994c40297a147bdeb24271f3e8a289773846 authored over 3 years ago by Brandon Bayer <[email protected]>
v0.34.1

e0a9ca42c6228501a848ec67846dd251acf10acf authored over 3 years ago by Brandon Bayer <[email protected]>
send anonymous analytics to to blitz collector instead of nextjs (#2224)

* send anonymous analytics to to blitz collector instead of nextjs

* turn off telementry in C...

cba01fb9d740c4c928c84ddc59a68e9788b64761 authored over 3 years ago by Brandon Bayer <[email protected]>
v0.34.0-canary.4

98bd2cb1c2c9452549af1ca139d3b8056f7d5cd1 authored over 3 years ago by Brandon Bayer <[email protected]>
v0.34.0-y.0

f6de8ea6c8a0019b3e9888ebde95114e9c7fdc79 authored over 3 years ago by Brandon Bayer <[email protected]>
Revert "v0.34.0-y.0"

This reverts commit b6d264c294e3dd91f380afacc31c9a3625a2ec08.

d1d5d1cc1590a484e1ddd15709619a838f700c94 authored over 3 years ago by Brandon Bayer <[email protected]>
Fix vercel deployments for canary release (#2226)

(patch)

515578040d5320aa7c341e460136e3545d65d31f authored over 3 years ago by Brandon Bayer <[email protected]>
v0.34.0-canary.5

06108b7b2c3d5f938fa4c82410a2a40859e81b33 authored over 3 years ago by Brandon Bayer <[email protected]>
fix blitz integration tests on CI

(ignore)

22ca01058e1ea0304a2e7ca3e7ebfb591fa43cc9 authored over 3 years ago by Brandon Bayer <[email protected]>
fix integration test types and fix nextjs pnpm test (#2212)

(meta)

b5aacd790f905304c096bd1152548712fb88e76f authored over 3 years ago by Brandon Bayer <[email protected]>
v0.34.0-canary.3

c4df58fd254b0fc6ab85f624bd27c423b19f17de authored over 3 years ago by Brandon Bayer <[email protected]>