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

Ensure href is updated for locale domain (#20631)

This ensures we render the locale domain on the `href` when using `next/link` previously the pro...

fd33c9f7e1897bf519442001147e05d297d5ed12 authored almost 4 years ago by JJ Kasper <[email protected]>
v10.0.5-canary.6

9fc9a6e1e45804e5d1a2335536a1972ef637e05e authored almost 4 years ago by JJ Kasper <[email protected]>
feat: upgrade to [email protected] (#20627)

This upgrades to the version of ncc with subbundling support.

b7272995b51c71d2c0b55f0408de01cd4126efdd authored almost 4 years ago by Guy Bedford <[email protected]>
Update blog starter example (#19698)

* bump dependencies to latest versions

* use tailwindcss class names

* use next/image comp...

305b15e0892d347e951c4961aa67934ced0159cb authored almost 4 years ago by Greg Rickaby <[email protected]>
Fix: fallback font tag repetition (#20382)

partially fixes #20341

- Makes sure that font fallback does not get repeated for every request....

16e9de3565080bf03eece3b712fd89d534618dc9 authored almost 4 years ago by Prateek Bhatnagar <[email protected]>
Ensure SSG data 404 handles correctly for non-notFound (#20622)

Follow-up to https://github.com/vercel/next.js/pull/20594 this ensures non-notFound SSG data 404...

5324e8b6eeed67f2ba40bd8c5c900da204a2f032 authored almost 4 years ago by JJ Kasper <[email protected]>
Move CSS Preloads to top of head at document render (#18864)

Co-authored-by: Joe Haddad <[email protected]>

74909ecfd40412132e6dda7bdebd76c2dcc05274 authored almost 4 years ago by Alex Castle <[email protected]>
v10.0.5-canary.5

cc0dcf96d5a64b393138bda9d35ef26a0f72d9d5 authored almost 4 years ago by Joe Haddad <[email protected]>
docs: update image docs for consistency (#20621)

74693810d05ef37d0923ee340e804cc255d37fd1 authored almost 4 years ago by Joe Haddad <[email protected]>
feat(next/image): preload priority images (#20615)

The HTML Living Standard explicitly says `href` should be omitted to prevent the loading of an i...

45b87aa23a63d6c18389fb5be63d0407c55b7e83 authored almost 4 years ago by Joe Haddad <[email protected]>
Update dbConnect.js (#19644)

* Update dbConnect.js

The previous logic was in my opinion prone to errors in situations when...

4e27e00c304b3bf4bac7b76278d75f061f8249e6 authored almost 4 years ago by mustafaKamal-fe <[email protected]>
Fix memory leak in useIntersection (#20407)

This pull request adds an `elements.delete` operation to the `useIntersection`'s cleanup functio...

ec430ea77db6e934cffa6cc1756e584c36d3a1fc authored almost 4 years ago by Tyler Deitz <[email protected]>
feat(next/image): reduce byte waste for 3x screens (#20610)

https://blog.twitter.com/engineering/en_us/topics/infrastructure/2019/capping-image-fidelity-on-...

d1c565901e342cfb6354cefe67001292ac6b6182 authored almost 4 years ago by Joe Haddad <[email protected]>
v10.0.5-canary.4

c0ff5ef2c45e90f96faf8122cff1005a7979b287 authored almost 4 years ago by JJ Kasper <[email protected]>
fix(router): consistent scroll behavior for Link/Router#push (#20606)

This pull request makes `Router#push` and `Router#replace` function identically to `<Link />`, i...

764692191171222fa31837c02eef3228b4e6a19a authored almost 4 years ago by Joe Haddad <[email protected]>
fix(build): require test files be full name or extension (#20605)

Fixes #19935

3246274dfd1366eba6328e6679fcd08fe16e559f authored almost 4 years ago by Joe Haddad <[email protected]>
Add version history for API changes to documentation. (#20604)

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

a03f1f3847b827ff1ae236111267cdf81ef9ba75 authored almost 4 years ago by Lee Robinson <[email protected]>
Ensure domain locales are redirected client-side (#20562)

This ensures we detect domain specific locales and redirect them client-side. Tests have been ad...

75509164ab18eed4cad542e8bccc412875dccb11 authored almost 4 years ago by JJ Kasper <[email protected]>
Ensure index basePath is detected correctly (#20596)

This ensures we detect the `basePath` correctly for the index `basePath` route when either a `ha...

97e9d54f2edb4435ef9b803898d69b97817306fa authored almost 4 years ago by JJ Kasper <[email protected]>
Refactor GS(S)P notFound client-side handling (#20594)

This refactors to instead of throwing a specific error when a SSG data route 404s, we return it ...

949657675e9691934f0c8e9d08ae813a1aab5e86 authored almost 4 years ago by JJ Kasper <[email protected]>
fix(next/link): reset scroll before lifecycles (#20595)

This moves the scroll reset behavior to happen synchronously with the DOM commit, instead of a f...

8bab640ef63fcdf690f8431ea20351ebc5cb4864 authored almost 4 years ago by Joe Haddad <[email protected]>
Ensure next/image loads correctly with basePath (#20592)

This ensures the default path used for the `next/image` component includes the `basePath` when c...

962535752b20c4d43495b3d4da743336b176ee29 authored almost 4 years ago by JJ Kasper <[email protected]>
Ignore domains option when loader is set (#18447)

```
images: {
domains: ['example.com'],
path: 'https://example.com/myaccount/',
},
```
T...

d33d1dd00a6a7c65ca7158b83c787902afcac237 authored almost 4 years ago by matamatanot <[email protected]>
Add profiling to webpack loaders (#20392)

Follow-up to #20357 with additional tracers.

5c5108fe0de231ceec7c5cb74dafccad9d7176a7 authored almost 4 years ago by Tim Neutkens <[email protected]>
Remove unnecessary unfetch polyfill for dev (#20589)

Fetch is always polyfilled in legacy browsers by `@next/polyfill-nomodule`, so we do not need to...

52270af307a8df392e587516560b80e2d8b8284e authored almost 4 years ago by Joe Haddad <[email protected]>
deps: upgrade various deps (mainly babel) (#20586)

Fixes #20585
Closes #20406 as it duplicates Babel dependencies
Closes #18926 as it's outdated

61e7dea9181ae767071f3cde112c3c2290942f81 authored almost 4 years ago by Joe Haddad <[email protected]>
Update sharp optional dependency to support NPM 7 (#20432)

Sharp 0.26.3 updates prebuild-install to ^6.0.0 which fixes an incompatibility with NPM 7.

See ...

a9c7c9a5f57bef1cb914eeed796acc65b9ca2559 authored almost 4 years ago by Jorrit Schippers <[email protected]>
Update authentication examples (#19330)

* Updated example readme

* Updated with-passport example

* Updated profile page for with-p...

b540054388b7121ec974e1d7bec19a181063799d authored almost 4 years ago by Luis Alvarez D <[email protected]>
Clean up webpack 5 version error (#20578)

eb8e038ddb0b123912f7f4ee5976efa5dc9294d9 authored almost 4 years ago by JJ Kasper <[email protected]>
fix(next/image): ignore typography prose styles (#20580)

This fixes `next/image` to properly ignore inherited styles applied to the `img` tag by a parent...

e5b2bd170448b7739a98ad067b92f6715237b78d authored almost 4 years ago by Joe Haddad <[email protected]>
Update with-styletron example to not use DebugEngine (#20233)

[DebugEngine stopped working](https://github.com/styletron/styletron/issues/366) with v9.5 since...

2433c119467b596658cc7090aefc28f7df516c8e authored almost 4 years ago by Vojtech Miksu <[email protected]>
Ignore emacs lockfiles (#20497)

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

> Bug report

> When using next dev with ...

f2f9090a50f42bb894fc7ea3db48e1b125ea85fa authored almost 4 years ago by Luke Fender <[email protected]>
v10.0.5-canary.3

3140e40db7c4c24ceb189779242e14b1d2b09caf authored almost 4 years ago by Joe Haddad <[email protected]>
Add error for invalid webpack 5 version (#20558)

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

c93c9fcc78b6e872a68b533bbcf6dd8ecb1adf03 authored almost 4 years ago by JJ Kasper <[email protected]>
Remove "priority" prop from Image docs (#20471)

I don't think the docs should still mention the `priority` prop because the feature no longer ex...

69ff649999a1f0689a9dd7a904ae6840f17d7174 authored almost 4 years ago by Daniel Yefet <[email protected]>
ci: adjust Azure Pipelines trigger (#20554)

ec0c70a043ff85e1742a09322b2056a73bfefca8 authored almost 4 years ago by Joe Haddad <[email protected]>
v10.0.5-canary.2

8d4cead9fb49397b724db67a3b5bd5f201e738ac authored almost 4 years ago by Joe Haddad <[email protected]>
Ensure webpack 5 test set-up matches integration flow (#20553)

e86d230e66ba89447e2894252eca74f960538957 authored almost 4 years ago by JJ Kasper <[email protected]>
Remove import type syntax from core files (#20379)

This removes `import type` usage from our core files since `import type` requires a higher TypeS...

c98db81bf45c220db4dcf08cb4f05515e51c0ae0 authored almost 4 years ago by JJ Kasper <[email protected]>
v10.0.5-canary.1

aacb529f4863f5fd52b21e6b0c70f4c6cf1d3d08 authored almost 4 years ago by Joe Haddad <[email protected]>
Update i18n test (#20548)

This tweaks the new i18n query history test to address intermittent failures in CI

x-ref: https...

1de5d78fda2f396fc89d91f9d2e6060c3cb8e0da authored almost 4 years ago by JJ Kasper <[email protected]>
Ensure path encoding is handled consistently for prerendered pages (#19135)

This ensures we handle encoding/decoding for SSG prerendered/fallback pages correctly. Since we ...

1203b9082bce72efff826b21a2524341bee3891d authored almost 4 years ago by JJ Kasper <[email protected]>
Update with-mongodb to be TypeScript-friendly (#19383)

* Update with-mongodb to be TypeScript-friendly

I slightly modified the approach so TypeScrip...

e6c351859f943df0ae298f344d99f744730b2de3 authored almost 4 years ago by Pier-Luc Gendreau <[email protected]>
with-zustand example fix for build error on ssr page (#19465)

9553b6da679b0d6b89f5288e00f3ff6afff746b0 authored almost 4 years ago by Branden Dane <[email protected]>
Correct import comment in interfaces (#20052)

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

47433b62ba21321fa9059abb8d089e1e02d1e9cd authored almost 4 years ago by Donavon West <[email protected]>
Update with-msw example (#20335)

* Update with-msw example

* Update README

* Update examples/with-msw/README.md

* lint f...

bc403af001a3a9b26e75a6f3cf2a002a99de9c17 authored almost 4 years ago by Jens Meindertsma <[email protected]>
Docs typo fix (#20498)

* Docs typo fix

* Update docs/basic-features/environment-variables.md

Co-authored-by: Lach...

d434f1dde12d756ead01f31693873274e70880ce authored almost 4 years ago by Joe Bernard <[email protected]>
fix Fast Refresh tests with webpack@5 (#20543)

5f311cddd263e7312ef29a042febad48ece959b7 authored almost 4 years ago by Joe Haddad <[email protected]>
fix(next/image): inherit parent visibility (#20542)

This PR is an alternative to #20247 which contains tests for the expected behavior.

---

Fixes ...

f02bf210ce4cdb9aaff35dbe2676147fbe54af35 authored almost 4 years ago by Joe Haddad <[email protected]>
Ensure index rewrite is matched with i18n correctly (#20509)

This makes sure we don't generate the wrong locale source variant for the rewrite requiring a `/...

db329fe9b0e13a389a84cb98fd936e8a671ba8ec authored almost 4 years ago by JJ Kasper <[email protected]>
Ensure query is present with i18n and history navigation (#20441)

This makes sure the query isn't dropped when doing a history navigation with i18n. Additional te...

6189fe969314e3f97f5eac8d0718c07c79af478f authored almost 4 years ago by JJ Kasper <[email protected]>
Upgrade Tailwindcss to 2.0.2 (#20517)

Normally I wouldn't make a PR for a minor version upgrade, but the 2.0.2 version contains some i...

556ab4f169a362e414b3b765272aae5675278df5 authored almost 4 years ago by Jesse Jafa <[email protected]>
Update README.md (#19885)

Co-authored-by: Joe Haddad <[email protected]>

c759abe8a4e2d710ba0e44d2447a576d6860d17e authored almost 4 years ago by Sung Hah Hwang <[email protected]>
Update README for with-emotion example (#20338)

Change README from outdated @emotion/core to @emotion/react

e87b05f06638c80f1d56a60baf350e75ec902716 authored almost 4 years ago by xiaooye <[email protected]>
fix example using-router import wrong pathname (#20536)

![image](https://user-images.githubusercontent.com/49720317/103223063-07b23000-4958-11eb-8bf9-09...

e4da4e5aaaaa7fd488506594b9482a208eb4ce88 authored almost 4 years ago by armspkt <[email protected]>
Fix typos found on examples docs (#20516)

This PR fixes some typos found on examples docs

d96de6ea6b52e152388c6b6a8ef40a1fe61acc6c authored almost 4 years ago by Laura Beatris <[email protected]>
Style improvements on MongoDB example (#20515)

I've looked at the example code and saw some consistent issues related to code style. The change...

bad1448478b3b22768092790946d1cac466d3d58 authored almost 4 years ago by Laura Beatris <[email protected]>
example with-google-tag-manager (#20042)

Hi ✌️

I've seen that many people have problem with implement Google Tag Manager, I've created a...

27bb24fe3565731367bceae3a2051ffdee2f969c authored almost 4 years ago by Nicolás Figueroa <[email protected]>
v10.0.5-canary.0

9b3edd3b2476b9915fe8c94071a77ac8e8f14499 authored almost 4 years ago by JJ Kasper <[email protected]>
Upgrade all http links to https (#20402)

Upgraded all `http` links to `https` that support the `https` protocol.

Llinks
-----
- https://...

c8837dcbda055a3b145a84113fc5e4e193dc286b authored almost 4 years ago by Max Romanyuta <[email protected]>
Update revalidate checks (#19796)

This ensures we show an error for string values for `revalidate` since we currently don't handle...

690fc36ccc69c2d652def9d82e06e8ea668711c2 authored almost 4 years ago by JJ Kasper <[email protected]>
Remove extra redirect for index with i18n (#20397)

This makes sure redirects to the index route properly end with a trailing slash or don't based o...

118588b027ec33af0935fec481d6155fa593d257 authored almost 4 years ago by JJ Kasper <[email protected]>
v10.0.4

eeb2838511a89b0176d68891b578d04f81c0de9f authored almost 4 years ago by Joe Haddad <[email protected]>
v10.0.4-canary.10

625d854cd468d262a2e56ca484b34022af9576d5 authored almost 4 years ago by Joe Haddad <[email protected]>
Add note to deployment docs about handling new versions. (#20373)

Co-authored-by: Luis Alvarez D. <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodia...

9c917ab26313caad9d13987712b0e241d42a901c authored almost 4 years ago by Lee Robinson <[email protected]>
changed ref from 'master' to 'main' branch (#20390)

Changed reference from 'master' to 'main' branch under DPS section in line with GitHub's recent ...

c86757bcc713f3a11216c8abf457b2a2da07f701 authored almost 4 years ago by Rob <[email protected]>
fix: set empty document files for amp first (#16934)

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

I do not know this is the right way.
Plea...

5cabe5e220ecb0f103c3e0d7e45fe427de3eaa31 authored almost 4 years ago by Juny <[email protected]>
Fix webpack 5 terser compat (#20378)

This PR fixes webpack 5 compatibility with older betas.

64c1f726e06d1d99632b2836ffea7b2b0fbe9a23 authored almost 4 years ago by Joe Haddad <[email protected]>
Ensure only backslashes are in pages-manifest with i18n (#20376)

This ensures the pages-manifest only includes forward slashes and not backslashes when adding i1...

788183e8d3c6e354e24a89febcfdc482fc55640b authored almost 4 years ago by JJ Kasper <[email protected]>
v10.0.4-canary.9

2a6f481c71756da29fb054dcc0cee00d37581afe authored almost 4 years ago by Joe Haddad <[email protected]>
temporary: re-flag font optimization (#20372)

There's currently two bugs with the font optimization, but we'd really like to ship a stable ver...

260ab51974d7cb36dfdc4070726292606eff79a4 authored almost 4 years ago by Joe Haddad <[email protected]>
Update experimental profiling (#20357)

Adds profiling for terser and css-minimizer. Will move the old profiler to this new system as well.

a9f1975738a64a834ca7d0d45d062c2beed329a5 authored almost 4 years ago by Tim Neutkens <[email protected]>
Extend IncomingMessage type to include cookies from middleware (#19724)

When using `getServerSideProps` with Typescript, it looks like it's expecting `req` to be a plai...

7d48241949bc7bac7b8e30fda6be71f37286886f authored almost 4 years ago by Matt Wood <[email protected]>
Fix: progressive-web-app example (#20288)

Fixes: #20289
I noticed the following errors about missing icon files while working on the prog...

bad9a8c960eddebdbdfd95846ba6b980666b97ab authored almost 4 years ago by Darsh Patel <[email protected]>
Sentry URL for Organization (#20269)

Build Fails due to Invalid Token error, adding SENTRY_URL fixed the issue.

ce4def79b3a04a336ec60de66a5be2f0fa9d86f8 authored almost 4 years ago by Vishnu Paduchuri <[email protected]>
Upgrade webpack-bundle-analyzer (#20232)

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

36cab257cec2e5b8fc7b7c0a926b3b6bb2674109 authored almost 4 years ago by Bogdan Chadkin <[email protected]>
v10.0.4-canary.8

121e88d89c41d965184e09cc1d4d32274262b9b8 authored almost 4 years ago by Joe Haddad <[email protected]>
Fix source map config description (#20279)

This should fix source map config description text.

7e20231643d7648e8f252f6dd8429d1811d7bb0b authored almost 4 years ago by Vitor Barbosa <[email protected]>
Move productionBrowserSourceMaps out of experimental (#20267)

Makes https://www.npmjs.com/package/@zeit/next-source-maps a built-in feature so that it can be ...

72fae8bed45760e2f8c13e6e759a149156f4b5d7 authored almost 4 years ago by Tim Neutkens <[email protected]>
Fix a link to a Slack clone example in Supabase (#19993)

cfca41cbfd9e59de95563e60fedcbfe375df5048 authored almost 4 years ago by ykdojo <[email protected]>
Added flag to identify shallow router events (#19802)

This PR is an implementation of RFC #13276 (more specifically @banerjeesouvik's [suggestion](htt...

25cb43a73bceb7cca09a8bc31146355316a0f999 authored almost 4 years ago by Leo Toneff <[email protected]>
v10.0.4-canary.7

0970873bb76d1d98ecbd6d3b094521cd7343b4d4 authored almost 4 years ago by JJ Kasper <[email protected]>
Upgrade `http-proxy` dependency (#20239)

9661256263898df3e825321bf91462c2a584254c authored almost 4 years ago by Joe Haddad <[email protected]>
Add required server files manifest (#20035)

This keeps track of required server files in a manifest file

e819e00d0c0b2d9cd851c2c7215af1211c561932 authored almost 4 years ago by JJ Kasper <[email protected]>
Update font-stylesheet-gathering-plugin to be webpack 5 compatible (#20229)

Solves the following warning:

> (node:1484) [DEP_WEBPACK_MAIN_TEMPLATE_REQUIRE_FN] DeprecationW...

5d5383b2631462fcf32d15115a5701623e97cca1 authored almost 4 years ago by Tim Neutkens <[email protected]>
v10.0.4-canary.6

a7812ef7ebe1a65b1570fb4187690d32b2a93156 authored almost 4 years ago by Tim Neutkens <[email protected]>
Update import to prevent loader from erroring in webpack 5 (#20211)

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

8ed132deb6e589bf646d24e9b0253ff01f1db218 authored almost 4 years ago by Tim Neutkens <[email protected]>
Correct a typo (#20183)

977b3ed7698e79062db9a4f76dddb5c377b286bb authored almost 4 years ago by Tuan Nguyen <[email protected]>
Update Link documentation (#19980)

Mention onClick property for next/link wrapping custom components

a442841517280ae19d24133f9396e432dadd8988 authored almost 4 years ago by Dmitry Belyaev <[email protected]>
Add dynamic and import note. (#20145)

Add note about import required to be explicit and dynamic required to be top-level module.

ac8947430306742a1d9831e816320ab8c4740d82 authored almost 4 years ago by Joi Glifberg <[email protected]>
Update README-template.md for API endpoint info (#20024)

Adds brief summary in Getting Started to explain the `pages/api` functionality. The intention he...

76c0efb3dd039933cfb904236b3a9896c032cd1b authored almost 4 years ago by Erik August Johnson <[email protected]>
Update introduction.md (#20129)

Grammar correction.

114f4801dffd342cf2f8c8febadaee8c11dbfb76 authored almost 4 years ago by Craig Johnson <[email protected]>
Fix prefetching for URLs including trailing slash (#19474)

Fixes #17813

929f17e1835f6ba1cfa0f1528835b2a0b4145850 authored almost 4 years ago by bram-l <[email protected]>
v10.0.4-canary.5

1132a8dedf2d02ec67286f2d37ce2cdeb259b387 authored almost 4 years ago by JJ Kasper <[email protected]>
Update terser-webpack-plugin to support webpack 4 (#20089)

Solves some of the cache warnings when using webpack 5

81e67ce95e9afa1c9d8705ec6ac4972267958e2f authored almost 4 years ago by Tim Neutkens <[email protected]>
Ensure href resolvedAs is correct with locale (#20080)

This makes sure the `locale` doesn't cause the wrong `href` to be resolved, this also ensures ro...

5b89b1b6df1ceed805160c85b3b79771e2ab5ad8 authored almost 4 years ago by JJ Kasper <[email protected]>
docs: add example of Ionic with TypeScript (#18532)

* docs: add example of Ionic with TypeScript

* docs: fix example code typo

* fix: support ...

748bcb996dc03c95ffd746df78c8ec9d1ff5dcf7 authored almost 4 years ago by Hidetaka Okamoto <[email protected]>
[Image Component] image sizes property becomes 100vw by default (#20067)

Currently if sizes is not defined, Next.js is setting sizes as:
```
(max-width: 640px) 640px, (m...

8340e6d34562ad575293b5699023144fc47831d2 authored almost 4 years ago by Bruno Antunes <[email protected]>
v10.0.4-canary.4

f4809b950b5df005dafecf92d81509f458668802 authored almost 4 years ago by Joe Haddad <[email protected]>
Upgrade Terser (#20063)

Fixes #18056

1692e931d97c9c17b5b62080e95697a42b61aab2 authored almost 4 years ago by Joe Haddad <[email protected]>