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

v0.34.0-canary.2

07c11f7334cc6587e603927e18a27cc35552213b authored over 3 years ago by Brandon Bayer <[email protected]>
Fix cannot find module 'next/constants' in 0.34.0-canary (#2203)

(patch)

1f45f26b284380154234bedfeee8d2417e0eb3e0 authored over 3 years ago by Brandon Bayer <[email protected]>
add first blitz integration test for useQuery (#2193)

* add first blitz integration test for useQuery

* link to couple nextjs test files instead of...

c2dbf8f3399e24ef6ea7b70e9850d60ad9f33d35 authored over 3 years ago by Brandon Bayer <[email protected]>
Add new integration test harness (#2189)

(meta)

a7468b3bd4db9d36a665661472c9b0b481abdf85 authored over 3 years ago by Brandon Bayer <[email protected]>
Upgrade our nextjs fork to 10.1.3 (#2186)

(minor)

8dfa0f6169c658ddcae1c7b50a7c632e3c28c0d1 authored over 3 years ago by Brandon Bayer <[email protected]>
v10.2.1-canary.0

746814f0381481765e2ddecaf92bf4a5538a1486 authored over 3 years ago by JJ Kasper <[email protected]>
v10.2.1-canary.0

f9faf3f96adf1759b071f334cec131c5f6c44146 authored over 3 years ago by JJ Kasper <[email protected]>
Replace regex lexer with minimal regex for named groups (#24604)

a31ba50387b536093bceea8687058e5e92ae1cb5 authored over 3 years ago by JJ Kasper <[email protected]>
Replace regex lexer with minimal regex for named groups (#24604)

1e441fe440f48b83b1dcc1a08ddcc5d3dd112d28 authored over 3 years ago by JJ Kasper <[email protected]>
Fix Image compatibility issue when using `sizes` (#24569)

When using `sizes`, [`matchAll`](https://caniuse.com/mdn-javascript_builtins_string_matchall) is...

89d2c4e19829fad49fc25ccca2f2d3a94b77da01 authored over 3 years ago by Shu Ding <[email protected]>
Fix Image compatibility issue when using `sizes` (#24569)

When using `sizes`, [`matchAll`](https://caniuse.com/mdn-javascript_builtins_string_matchall) is...

23bfadb32ca0f29a8f09c11703c547878259ab8a authored over 3 years ago by Shu Ding <[email protected]>
Remove unnecessary optimizeFonts key from type (#24563)

https://github.com/vercel/next.js/pull/21676 moved `fontOptimization` out of the experimental ke...

a35dedb7d3c5c7e0912c9e41bdebd9f971d6739c authored over 3 years ago by Sumanth Ratna <[email protected]>
Remove unnecessary optimizeFonts key from type (#24563)

https://github.com/vercel/next.js/pull/21676 moved `fontOptimization` out of the experimental ke...

9e88359d41d2aefc9a28509b4225043e0da6579d authored over 3 years ago by Sumanth Ratna <[email protected]>
Add documentation on Font Optimization. (#24572)

972137444031b3b7940aaa518f82c19675b21780 authored over 3 years ago by Lee Robinson <[email protected]>
Add documentation on Font Optimization. (#24572)

45d4f27804e7cdf1b9b01e69c26f4be2ab854235 authored over 3 years ago by Lee Robinson <[email protected]>
Fix: with-passport example dependency issue (#24567)

fixes #24401

Simply bumping `swr` to the latest version seems to fix the issue. 🥂

Couldn't fi...

2d6b56086ea161e3e135927d7d79b3439210e726 authored over 3 years ago by Darsh Patel <[email protected]>
Fix: with-passport example dependency issue (#24567)

fixes #24401

Simply bumping `swr` to the latest version seems to fix the issue. 🥂

Couldn't fi...

ff8fba236949dc947a4f4a2d8282cda0bee45c95 authored over 3 years ago by Darsh Patel <[email protected]>
v10.2.0

6b97bcea5ba851740404e8192fc9ebff711e1b83 authored over 3 years ago by JJ Kasper <[email protected]>
v10.1.4-canary.18

0abbb75b29f310ece5fcf8cb72bb2695883fe1eb authored over 3 years ago by JJ Kasper <[email protected]>
Upgrade postcss (#24546)

Fixes #24421

## Bug

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

b26077bd2545fb7ff580500ff33b00ba73922776 authored over 3 years ago by Tim Neutkens <[email protected]>
Test fixes for Babel mode (#24312)

* Try enabling Babel turbo mode

* Pass config file explicitly to babel turbo loader.

* Upd...

53c19ff1857aca0bd256df70f307dca076ba8156 authored over 3 years ago by Tim Neutkens <[email protected]>
Remove experimental note for has routes (#24529)

This removes the warnings/notes for the `has` custom-routes feature being experimental

## Docum...

f3d518385c812cd5cd744ff6f01e3d778fc6058d authored over 3 years ago by JJ Kasper <[email protected]>
feat: bump styled-components lib version examples (#24482)

Hi folks I know many people that use that example and it could be using the new version of Reac...

5de5e49bd50234069749213cd4e8892943a8158e authored over 3 years ago by Mario Souto <[email protected]>
v10.1.4-canary.17

0f2bd4f25208ca39866a4ee641ac0a60a5714068 authored over 3 years ago by JJ Kasper <[email protected]>
Ensure stalled CSS triggers fallback navigation (#24488)

This ensures when CSS requests stall that they are included in the route load timeout so that st...

efa58efd0c7f9a157abce879a550d8bba40d8b40 authored over 3 years ago by JJ Kasper <[email protected]>
Font optimization bug fix (#24162)

## Bug

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

Fixes ...

fff183c4cda2ed3ba719cc6224806d895998cc15 authored over 3 years ago by Janicklas Ralph <[email protected]>
Fix: Object Destructuring Error (#24397)

According to the official Next.js documentation on [Environmental Variables](https://nextjs.org/...

fc538790ecbedc98fb3e35accbf9c76edcf70030 authored over 3 years ago by Jerry K Jia <[email protected]>
Ensure proxy rewrite does not hang on error (#24394)

* Ensure proxy rewrite does not hang on error

* remove logs

* Listen to req close

cac9ccf9ce077238572c1ce356feb64ef6650103 authored over 3 years ago by JJ Kasper <[email protected]>
Upgrade eslint to the latest version (#24377)

## Bug

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

## Fe...

cf4ba8d7051a4fc47647b7c7bc3b7f4b45de41eb authored over 3 years ago by Tim Neutkens <[email protected]>
[next] update initial config message (#23165)

This PR updates the initial typescript config message to mention that strict-mode is off by defa...

08ee60d56e2443b10d57cdcbe5caa8ce6129eea6 authored over 3 years ago by Allen Hai <[email protected]>
Now -> Vercel in api-routes-rest (#24431)

View title :)

a6ba432641788a0a93bbd96f8c299514e252c12c authored over 3 years ago by Sam Poder <[email protected]>
Replace experimental `reactMode` with `reactRoot` (#24280)

* Remove reactMode config

* Add config + warning

* Tweak wording on warning

* Tweak wor...

29402f3c68b641f2a40622b16e7954dff5195625 authored over 3 years ago by Gerald Monaco <[email protected]>
v10.1.4-canary.16

2743a74b62a4d4b3e9b935a37e077b9cdb9574fa authored over 3 years ago by Joe Haddad <[email protected]>
Update 3.feature_request.yml

a9d2f2f16030c86eeb83324a9b6d5cce2e0fac54 authored over 3 years ago by Tim Neutkens <[email protected]>
Update 2.example_bug_report.yml

f90461502e4ccc261ecb1aa572f16fc686f9b773 authored over 3 years ago by Tim Neutkens <[email protected]>
Update 1.bug_report.yml

4aa0ba7f7c4bd3ed955e4d193bab006ce363b96c authored over 3 years ago by Tim Neutkens <[email protected]>
Workaround for discrete passive effects change (#24369)

This test is failing for the same reason as https://github.com/facebook/react/pull/21173, so we'...

40216be6a8e5ffa5df10e8d1c21aebd6824ae1ff authored over 3 years ago by Gerald Monaco <[email protected]>
experimental: remove legacy plugin system (#20759)

* chore: remove old plugins implementation

* chore: remove `onErrorMiddleware`

* Reduce al...

079c629165486fd7f872e636f2ebba91b3b2f5ec authored over 3 years ago by Joe Haddad <[email protected]>
Fix side effects in router-is-ready tests (#24360)

Fixes the [failing react@experimental tests](https://github.com/vercel/next.js/actions/workflows...

cce82cd7bcbf9c9fa61df4a808ac862aaace2b39 authored over 3 years ago by Gerald Monaco <[email protected]>
v10.1.4-canary.15

1e9f45931c4c3d21d55728f1c3d218e3370b7864 authored over 3 years ago by JJ Kasper <[email protected]>
Fix not exposing server errors in hot reloader (#24331)

Fixes #24056.

## Bug

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

6cd1c874519b615ee5ca246c2497e166fc969a5f authored over 3 years ago by Shu Ding <[email protected]>
Ensure dev overlay is triggered for more _app/_document errors (#24328)

This expands on https://github.com/vercel/next.js/issues/24070 and ensures we show the dev overl...

85d87a37957f76ff0e0d6b7f19bcd1f9efdd3c5d authored over 3 years ago by JJ Kasper <[email protected]>
Update with-aws-amplify-typescript example (#24292)

- Update the Readme to use the latest Amplify CLI versions' prompts
- Update the example to use ...

c481147b865d5d34afafb89c863a4e68a6cfac84 authored over 3 years ago by Jarrod Watts <[email protected]>
Bump next-babel-loader cache key (#24335)

This bumps the babel cache key since we modified the `react-loadable` babel plugin and we don't ...

1caa7f4971c9f524df75439099f64f8866a2e025 authored over 3 years ago by JJ Kasper <[email protected]>
Adding script loader files to package.json (#24326)

Adding script loader files to package.json

9edb1ef16d55f1de694a050eac396335cc260f48 authored over 3 years ago by Janicklas Ralph <[email protected]>
Ensure locale key not duplicated when navigating back to root path with a query or hash value (#24323)

This ensures that a duplicate locale key is not prepended to the path when navigating back (usin...

a29d8c9eaf693f6022ef4b0584fa3bc51fb57dfc authored over 3 years ago by Kyle Marshall <[email protected]>
Fix strapi links (#24330)

Fix broken links on the `cms-strapi` example.

- [x] https://strapi.io/documentation/developer-d...

2979f30087d7e9ee4600e5a260997b79e816f593 authored over 3 years ago by Shu Uesugi <[email protected]>
Fix for with-clerk example (#24324)

## Bug

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

## Fe...

e89a080c46e413a571375aa0a96daaa64e1bfdd5 authored over 3 years ago by Sokratis Vidros <[email protected]>
Add Clerk.dev example (#24311)

## Bug

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

## Fe...

dfe1b05ff53bff5d82c0abb368c23ba218dcd5ca authored over 3 years ago by Sokratis Vidros <[email protected]>
Add test for top-level _document error (#24313)

This adds an additional test for the change in https://github.com/vercel/next.js/pull/24079 to e...

a0e3198aa0442fc6bfb8fe3eb01ad32e729be606 authored over 3 years ago by JJ Kasper <[email protected]>
v10.1.4-canary.14

03cc0f89edf8fa481c91f53110afe0f97276e934 authored over 3 years ago by Tim Neutkens <[email protected]>
v10.1.4-canary.13

755fc6f0dac7755bae91d09d0931c5c207d48363 authored over 3 years ago by Tim Neutkens <[email protected]>
improve react-loadable-plugin (#24281)

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

## Bug

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

08baf526ff236d6c7e74e01ce9fbc35fce7f4565 authored over 3 years ago by Tobias Koppers <[email protected]>
webpack 5.35 (#24293)

* memory usage improvements for `next dev`

710ad2971444dbe2dfa59b9752f72cb18d4a8773 authored over 3 years ago by Tobias Koppers <[email protected]>
v10.1.4-canary.12

bfac04dcbcaac4093c30a03e1a7e3aa91d066b9f authored over 3 years ago by JJ Kasper <[email protected]>
Made template look correct in IE11 (#24245)

## Bug

Fixes #21324

## Documentation / Examples

- [X] Make sure the linting passes

5e255b5fa2874d9d65eda0be0e79e22312327e9c authored over 3 years ago by Ahmed Essam <[email protected]>
fix types of next-webdriver (#23995)

This does not touch any next.js code. This improves the integration test setup by properly typin...

8ccfff10ae133c955ca65b633ce6fb3483b9d2fe authored over 3 years ago by Brandon Bayer <[email protected]>
feat: add type to previewData (#21574)

`previewData` was already [typed declare variable](https://github.com/vercel/next.js/compare/can...

7fd5a24d944befa030243b24ff7df5da2320e138 authored over 3 years ago by tarunama <[email protected]>
Docs update: Adds supertokens to 'Bring Your Own Database' section as well + improvements to code structure in example (#23779)

- Since SuperTokens is a self hosted solution, it can be added to 'Bring Your Own Database' as w...

41efb824f27ce8b26c3e6ab89498a025edbe0acd authored over 3 years ago by Rishabh Poddar <[email protected]>
feat: add with-reflexjs example (#24068)

This PR adds an example for using Next.js with [Reflexjs](https://reflexjs.org).

Thank You

## ...

dbb63850ee8c126a42574842b6ed4db595e55df7 authored over 3 years ago by arshad <[email protected]>
docs(deployment): prune non-production deps (#23056)

added the following line, to remove the size of the `runner` (production) image. This will remov...

efb2b8b06c3db2f81aadee2af35afc07ad13bfc5 authored over 3 years ago by Victor Garcia <[email protected]>
docs(examples): with-iron-session logout must be called via POST (#22240)

1. Logout is better called in a POST request (avoids caching in most situations + avoids weird C...

84e47b82a51b3a2b0b12f1584739a6b4fa95b05f authored over 3 years ago by Vincent Voyer <[email protected]>
Fix metrics measurements under new root API (#24110)

Previously, we weren't recording most (all?) of the Next.js measurements like `Next.js-hydration...

1f5f0d313a435cab6bc20b57c7693bdf24785daf authored over 3 years ago by Gerald Monaco <[email protected]>
Add event for webpack 5 usage (#24222)

8d84b08752c5abbfcc90c34aa3b010253fd478c5 authored over 3 years ago by Tim Neutkens <[email protected]>
Update 3.feature_request.yml

239e033bce9dbd99364ae3f7c0b58d49df62244f authored over 3 years ago by Tim Neutkens <[email protected]>
Update 2.example_bug_report.yml

4415e482ce58693dcc0722f38976e99e13344352 authored over 3 years ago by Tim Neutkens <[email protected]>
Update 1.bug_report.yml

663d4efef795b690074ba5331ab4a52f08f568ed authored over 3 years ago by Tim Neutkens <[email protected]>
Mention notFound cache purging use-case (#21234)

As far as I know `notFound` supports use cases like a post getting permanently removed from CMS ...

6bb70b977184712512f582257748b8c4ff8eff77 authored over 3 years ago by Vass Bence <[email protected]>
Add note for exportPathMap query and prerender pages (#24266)

* Add note for exportPathMap query and prerender pages

* Update docs skip

d51fe0540ea03dcc9ec95a717e8f6479a1a6f1ed authored over 3 years ago by JJ Kasper <[email protected]>
Ensure locale cookie does not error with similarly named cookie (#24182)

This ensures we don't error when a cookie with a similar name to the `NEXT_LOCALE` cookie is pre...

e532c58c23c530c46990c86ea33d9371918becf7 authored over 3 years ago by JJ Kasper <[email protected]>
chore(create-next-app): update help information (#24251)

Add description for `--use-npm` flag that shows up as part of the help information.

## Bug

- [...

bd70e8fced4706d75d3b82627a50f70bd104817f authored over 3 years ago by James George <[email protected]>
Update CI jobs to re-use cache (#24231)

* Speed up test yarn pnp job

* speed up webpack 5 tests too

a147539e1194147f3406ab0e9ed0f460cd1fd9eb authored over 3 years ago by JJ Kasper <[email protected]>
Update 3.feature_request.yml

f53df09c02098d9e6c6e088d480f53177c4f8e89 authored over 3 years ago by Tim Neutkens <[email protected]>
Update 2.example_bug_report.yml

ce57fff719be7c37da97901184c1011cb584c707 authored over 3 years ago by Tim Neutkens <[email protected]>
Update 1.bug_report.yml

a9132d0fdae5acdf26b85fc8ecda43d1312d26f2 authored over 3 years ago by Tim Neutkens <[email protected]>
Babel Turbo Loader, Part 2 (#24078)

This PR addresses the potential for memory leakage with the previous caching scheme; it should a...

b2d8e15d1e600d3ff4ed6a64cae16379397fc9c9 authored over 3 years ago by Dale Bustad <[email protected]>
Docs: add info about fallback to prerender-error (#22828)

997b37ace3bdab751a24ce65a841e743d5aa9b64 authored over 3 years ago by Gergo Tolnai <[email protected]>
Update Preview Mode docs with note on local dev (#22906)

213db224f36f43aec18a5b67ee502851c4386315 authored over 3 years ago by Tom Greuter <[email protected]>
Simplify with redux toolkit typescript (#24161)

Remove clock and notes features to be consistent with `with-redux-toolkit` example, add unit tes...

f4e610d192e863af6bc6f38e9f3a348a3d5959a3 authored over 3 years ago by Jaime Leonardo Suncin Cruz <[email protected]>
chore(with-react-intl): allow extracting translation key from a deeper directory (#23874)

069911495694b0a33a2bce2851e522a3fbcfead2 authored over 3 years ago by Emmanuel Gautier <[email protected]>
docs: reduce image size in sample Dockerfile (#24108)

1f54ba6559c9b4dfb1d261be6f6debb16b6671d2 authored over 3 years ago by Martin JaneÄŤek <[email protected]>
custom server example: update to remove body-parser unneeded dep (#23899)

990ce64f034aa600f930229e090ea2d19c65db0e authored over 3 years ago by Sachin Raja <[email protected]>
Enable JIT for Tailwind + Emotion CSS example (#23912)

698ab55cb7eb213eebb2b019acc179ec8fd882cf authored over 3 years ago by Joost Jansky <[email protected]>
Update seed data for Kontent CMS example. (#24089)

2186f1eb551d57d64db3d0a836b064243e13fd3a authored over 3 years ago by OndĹ™ej Chrastina <[email protected]>
update with-realm-web example (#24241)

1508b4baf1e53977266001539eacd382db201796 authored over 3 years ago by Arthur <[email protected]>
Clarify dynamic imports documentation (#24168)

cb6b4798f6be2e33faefb7ac69e3f19056b04e75 authored over 3 years ago by GaĂ«l HamĂ©on <[email protected]>
v10.1.4-canary.11

bfde2833c02c04c0345987e5a6b7a7d8035d6b51 authored over 3 years ago by JJ Kasper <[email protected]>
Omit un-necessary stack trace from invalid routes (#24240)

This removes the extra stack trace from throwing an error instead of logging and then exiting si...

aab6b37e50cee96310a069bff2c1ecc06dcf0db4 authored over 3 years ago by JJ Kasper <[email protected]>
cache Mongoose connections between hot reloads (#23321)

## Bug

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

## Fe...

e0da6a60577b667cecf6a9e7a09e270666c3695f authored over 3 years ago by Valeri Karpov <[email protected]>
Add next-intl example (#21447)

I've recently built an i18n library that is tailored to usage in Next.js: [next-intl](https://gi...

6eabef68cda81f110be04c7b6fb4a8390251d431 authored over 3 years ago by Jan Amann <[email protected]>
Bumping up the rebass version (v1 - v4) and fixing components and styling for it. (#23342)

The with-rebass example was using an outdate version of rebass(v1) which was throwing all sorts ...

79e7370b39535dbf88ff28e572488e197055fca1 authored over 3 years ago by jai-sharma <[email protected]>
docs: fix a11y router examples (#23031)

Non-interactive elements such as a `<span>` should not have event bindings as they are not acces...

76184ab0cac021edea020c767a3a84e8d2bdf272 authored over 3 years ago by Jasper Moelker <[email protected]>
Fixed bug where styled-jsx examples don't work because of a wrong plugin (#23414)

## Bug

Fixes #23293.

Problem was that `styled-jsx-plugin-sass` was used instead of `@styled-j...

3892453cd7c72b92cbb5c7fd0925ee000d142e0f authored over 3 years ago by Mileta Dulović <[email protected]>
Fix call to setInterval (#22357)

02f38c5ca8a4819ddbe77c6b530a2d8271c7fac3 authored over 3 years ago by Zorn <[email protected]>
Minor fix to build command (#24158)

## Bug

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

## Fe...

fa138358e1df7ca6d1bab7da57e18031d5abbf27 authored over 3 years ago by Brais Antela <[email protected]>
upgrade webpack to 5.34 (#24230)

155e34c3a6d26a3daa12b025be35fb2b4d26f1c8 authored over 3 years ago by Tobias Koppers <[email protected]>
add css to the stats-app (#24228)

add a page with CSS to the stats app

We should compare stats for CSS too

cc246cdc4102ac5c13e655341939f56aa97778cf authored over 3 years ago by Tobias Koppers <[email protected]>
Disable strictExportPresence when webpack 5 is enabled (#24214)

Solves an issue some users ran into where enabling webpack 5 highlighted a wrong JSON import whe...

aee453e2192d63e75feab6f2d729a514f100ed69 authored over 3 years ago by Tim Neutkens <[email protected]>
ci: fix PnP e2e tests using Webpack 5 (#24216)

Fixes the e2e PnP tests by updating `enhanced-resolve` to get the fix in https://github.com/webp...

d24a0c18c1338453dcea7128474e37217e1bc031 authored over 3 years ago by Kristoffer K <[email protected]>
v10.1.4-canary.10

0bcc6943ae7a8c3c7d1865b4ae090edafe417c7c authored over 3 years ago by JJ Kasper <[email protected]>