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

[examples] Small updates to blog example. (#23258)

b7588fd9366f41f316f61b10f66226d61f374718 authored over 3 years ago by Lee Robinson <[email protected]>
Update with-stitches example (#23281)

## Examples

- [x] Make sure the linting passes

This PR updates the `with-stitches` example to ...

2ef00a3c4ac9b65c5286ce819ebe65766b5411bc authored over 3 years ago by Pedro Duarte <[email protected]>
Update with-stitches example (#23281)

## Examples

- [x] Make sure the linting passes

This PR updates the `with-stitches` example to ...

afbb7421688f122dd20e6682e39f97f18eadd73c authored over 3 years ago by Pedro Duarte <[email protected]>
Remove `visibility: hidden` from the image component (#23278)

This PR removes the `visibility` style property change from next/image. It was previously added ...

e8bb164012928ce782bc44d66e0efc67ab44189a authored over 3 years ago by Shu Ding <[email protected]>
Remove `visibility: hidden` from the image component (#23278)

This PR removes the `visibility` style property change from next/image. It was previously added ...

c8680a344f2872e4640c4096c2ddaf6cb8581e5f authored over 3 years ago by Shu Ding <[email protected]>
Consistent use of colons in contributing docs (#23260)

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

d81c510bdfb9e0f0e7c5d2ef0806d7d3e42c7cb4 authored over 3 years ago by Johan Eliasson <[email protected]>
Consistent use of colons in contributing docs (#23260)

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

f384cd103b6031e6555237ae9f4eddf67004adbe authored over 3 years ago by Johan Eliasson <[email protected]>
v10.0.10-canary.7

0f86d0cbea5b0684c6b9a356441602b927009ba8 authored over 3 years ago by Tim Neutkens <[email protected]>
v10.0.10-canary.7

fe801289154a96ccc6a228563a93c5d380aecb93 authored over 3 years ago by Tim Neutkens <[email protected]>
upgrade webpack to 5.27.1 (#23224)

fixes #23125

fixes https://github.com/tailwindlabs/tailwindcss-jit/issues/54

## Bug

- [ ] R...

4f0ce35d659fb368f8f9123d52259a819e262d81 authored over 3 years ago by Tobias Koppers <[email protected]>
upgrade webpack to 5.27.1 (#23224)

fixes #23125

fixes https://github.com/tailwindlabs/tailwindcss-jit/issues/54

## Bug

- [ ] R...

c9a2e5b8f0ce4ddeeff195cf978e7dd4a362f307 authored over 3 years ago by Tobias Koppers <[email protected]>
feat: add exemple with redux toolkit in typescript (#23250)

This pull request add typescript to the current redux-toolkit example on next.js. @markerikson s...

7c0035bf7ee9a4eb15aa29882cf63afa2af72623 authored over 3 years ago by Julien Karst <[email protected]>
feat: add exemple with redux toolkit in typescript (#23250)

This pull request add typescript to the current redux-toolkit example on next.js. @markerikson s...

8e4123e9d90409b84acf9276586f341db3bff5a3 authored over 3 years ago by Julien Karst <[email protected]>
Include useEffect in SPA demo import, Fix punctuation (#23256)

Under the Single-Page App (SPA) heading, there is a code snipped which has a missing import:
imp...

de32f539bc8d17f94fdc514086034ac518a03f42 authored over 3 years ago by Mito <[email protected]>
Include useEffect in SPA demo import, Fix punctuation (#23256)

Under the Single-Page App (SPA) heading, there is a code snipped which has a missing import:
imp...

46fc6968401e8d5af006d1968e52d6b9dc1dc41e authored over 3 years ago by Mito <[email protected]>
[examples] Add portfolio starter kit. (#23212)

484edd198b42c595f843808bc0a46d27cf5d22d3 authored over 3 years ago by Lee Robinson <[email protected]>
[examples] Add portfolio starter kit. (#23212)

6a418b7da9054555ea1ef9d03ff7cc07c0532a6e authored over 3 years ago by Lee Robinson <[email protected]>
Fix wrong source path resolved from the stack frame to not expose internal code (#23203)

Currently Next.js exposes internal code in the error overlay if certain errors were created from...

3307960263f51120eadf90878892f7bdc497effb authored over 3 years ago by Shu Ding <[email protected]>
Fix wrong source path resolved from the stack frame to not expose internal code (#23203)

Currently Next.js exposes internal code in the error overlay if certain errors were created from...

89ec21ed686dd79a5770b5c669abaff8f55d8fef authored over 3 years ago by Shu Ding <[email protected]>
add separate progress output for typechecking (#23226)

## Bug

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

## Fe...

8c72806aced6bd1a9e06d7e9289e691f7fa5ed49 authored over 3 years ago by Tobias Koppers <[email protected]>
add separate progress output for typechecking (#23226)

## Bug

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

## Fe...

ef5b8d1100c5daec4e8636777402bbafe98d295c authored over 3 years ago by Tobias Koppers <[email protected]>
Fix broken link (#23230)

ebfbbdb331f8f93d92650cb4689807f67219833d authored over 3 years ago by Nikita <[email protected]>
Fix broken link (#23230)

da1de23dde65160f928645129996d5f8aac3490c authored over 3 years ago by Nikita <[email protected]>
Update reference to commit sha (#23215)

VERCEL_GIT_COMMIT_SHA is now available by default across all integrations

90ef4abbb270c33c05071b28dee02cf5b5d7b262 authored over 3 years ago by Ciprian Caba <[email protected]>
Update reference to commit sha (#23215)

VERCEL_GIT_COMMIT_SHA is now available by default across all integrations

919ac17f7615a5ae8bfef1534036ec1885813909 authored over 3 years ago by Ciprian Caba <[email protected]>
Experimental feature for allowing importing Typescript files outside of the root directory (#22867)

This PR attempts to provide an option to allow importing TS/TSX from outside of the current Next...

32c435d819156855ce1df73d06c1e29b982526c5 authored over 3 years ago by Shu Ding <[email protected]>
Experimental feature for allowing importing Typescript files outside of the root directory (#22867)

This PR attempts to provide an option to allow importing TS/TSX from outside of the current Next...

5f376e6ffac5dc02d4540216a4ebaabc80060695 authored over 3 years ago by Shu Ding <[email protected]>
v10.0.10-canary.6

7fa75a97031a33741c36a1bd6e4a649e5d1195e8 authored over 3 years ago by JJ Kasper <[email protected]>
v10.0.10-canary.6

79066aee8ec9bccd83fd6b099e5cebc47b81341a authored over 3 years ago by JJ Kasper <[email protected]>
Added Prepr CMS Examples to docs (#23221)

Following commit https://github.com/vercel/next.js/commit/1f5c2c851333b5601cc1e9463253fdad0f0d88...

a1b97ac3f86665b51c5b1448ebb835899c1d33c3 authored over 3 years ago by Tim <[email protected]>
Added Prepr CMS Examples to docs (#23221)

Following commit https://github.com/vercel/next.js/commit/1f5c2c851333b5601cc1e9463253fdad0f0d88...

ab93913edf1508f1acda5eda0da37f3cba41eff8 authored over 3 years ago by Tim <[email protected]>
Add PR template

3caf6420d03b65d11c786a58de9d30f0b6a754d0 authored over 3 years ago by Tim Neutkens <[email protected]>
Add PR template

faf9ff0d504559a4aa3611ebed50368795087cc8 authored over 3 years ago by Tim Neutkens <[email protected]>
v10.0.10-canary.5

d3e200b99921316a6859c7fec5c49d898d19ccdb authored over 3 years ago by Tim Neutkens <[email protected]>
v10.0.10-canary.5

2874bbc61ca956f1e8caf3428cd787e534c0eb47 authored over 3 years ago by Tim Neutkens <[email protected]>
Fix invalid console.error link (#23213)

96d5e51b2c94592431b2dd5731394524a536e7f3 authored over 3 years ago by Sam Ko <[email protected]>
Fix invalid console.error link (#23213)

e71014609e777f42f414e45e257faa8d8a2203d9 authored over 3 years ago by Sam Ko <[email protected]>
Update CODEOWNERS

c72e85cd37dd9f88b2a4ae4c19bbc19a71af0681 authored over 3 years ago by Tim Neutkens <[email protected]>
Update CODEOWNERS

a5d142cfba858d02a3cb88471bb214fc82708d4c authored over 3 years ago by Tim Neutkens <[email protected]>
Ensure process exits after build completes (#23207)

This ensures we exit the build process after the build completes even if timers/connections are ...

b6bb110aca2c0db7dac904eb5a79b55c2dd5f8fc authored over 3 years ago by JJ Kasper <[email protected]>
Ensure process exits after build completes (#23207)

This ensures we exit the build process after the build completes even if timers/connections are ...

4b720ccb5ef5724a741478c68c9074c6ce93e8cc authored over 3 years ago by JJ Kasper <[email protected]>
Update README for sentry example. (#23205)

The packages referenced here were removed.

465ca00411310a66c27278a1325a7b61e86b407e authored over 3 years ago by Lee Robinson <[email protected]>
Update README for sentry example. (#23205)

The packages referenced here were removed.

e2cdf6d581959de0a98366301b7fbe9592a1e962 authored over 3 years ago by Lee Robinson <[email protected]>
Clarify a custom server doesn't mean you can't use an existing backend. (#23200)

I've been this confusion quite a few times.

> So with my requirements, how big of a sin is it t...

115674f6a410662b149f6d6027c612393c02e5f5 authored over 3 years ago by Lee Robinson <[email protected]>
Clarify a custom server doesn't mean you can't use an existing backend. (#23200)

I've been this confusion quite a few times.

> So with my requirements, how big of a sin is it t...

5ef8ab9864f3093cde5cb2f1b20490a4de8e2808 authored over 3 years ago by Lee Robinson <[email protected]>
docs(authentication): rephrase next-iron-session/next-auth (#23199)

I thought that the current wording was not accurate both for next-iron-session and next-auth.

-...

0064980effe2ce7780840fd8b4d9f92c88a39344 authored over 3 years ago by Vincent Voyer <[email protected]>
docs(authentication): rephrase next-iron-session/next-auth (#23199)

I thought that the current wording was not accurate both for next-iron-session and next-auth.

-...

1b020e6cd1af08de1752e88e6f072f56299add64 authored over 3 years ago by Vincent Voyer <[email protected]>
Make @tailwindcss/jit default engine for Tailwind CSS (#23192)

This Pull Request makes [`@tailwindcss/jit`](https://github.com/tailwindlabs/tailwindcss-jit) th...

aaa999d69623267aa55bf775f41f747a8f64649f authored over 3 years ago by Mokshit Jain <[email protected]>
Make @tailwindcss/jit default engine for Tailwind CSS (#23192)

This Pull Request makes [`@tailwindcss/jit`](https://github.com/tailwindlabs/tailwindcss-jit) th...

e7a74684b2cbcac87053478fcc16b0c4801b2add authored over 3 years ago by Mokshit Jain <[email protected]>
Improve image optimizer to only create 1 worker thread (#23188)

As stated in #23157, this PR merges all the operations into 1 worker thread (`processBuffer` in ...

241a916e03df4f032ec715ad518d01292652815c authored over 3 years ago by Shu Ding <[email protected]>
Improve image optimizer to only create 1 worker thread (#23188)

As stated in #23157, this PR merges all the operations into 1 worker thread (`processBuffer` in ...

8e437ae6d10fdb07f5c2f3a62de8fc9f0f3ccc7f authored over 3 years ago by Shu Ding <[email protected]>
Add note about multiple requests when using incremental static generation (#23190)

70d306e0ac4fedfc9caecd5743b433b99a866903 authored over 3 years ago by Tim Neutkens <[email protected]>
Add note about multiple requests when using incremental static generation (#23190)

1c0575b16e9a77b72ebc8ff83ec3e914bc857954 authored over 3 years ago by Tim Neutkens <[email protected]>
v10.0.10-canary.4

ea374d815687522a8df1cead9392b6d9b1218290 authored over 3 years ago by Tim Neutkens <[email protected]>
v10.0.10-canary.4

18abbb7c3efc811f52cfb34bd86a57d1791f54d6 authored over 3 years ago by Tim Neutkens <[email protected]>
rename to NEXT_WEBPACK_LOGGING (#23186)

as vercel doesn't allow env vars starting with _

b267635d63a33831d6770c72a5ae2081bc9cf55f authored over 3 years ago by Tobias Koppers <[email protected]>
rename to NEXT_WEBPACK_LOGGING (#23186)

as vercel doesn't allow env vars starting with _

10dea51b022a68db2617374c7207c08b5ab17bff authored over 3 years ago by Tobias Koppers <[email protected]>
v10.0.10-canary.3

4607d6746ba5a981fd067815dae970b8b9d4dec0 authored over 3 years ago by Tobias Koppers <[email protected]>
v10.0.10-canary.3

60af3a125af3ee956c49e9203cc99fe5e3f500bb authored over 3 years ago by Tobias Koppers <[email protected]>
get files from entrypoints instead of from chunks (#23174)

fc3665103692f8f2701a66907070db0595ea6a22 authored over 3 years ago by Tobias Koppers <[email protected]>
get files from entrypoints instead of from chunks (#23174)

a408416299ec77626b799b752109eb3dc1b6d677 authored over 3 years ago by Tobias Koppers <[email protected]>
add env var to enable advanced webpack logging and profiling (#23178)

This allows to use `__NEXT_WEBPACK_LOGGING` to enable verbose webpack logging output to investig...

75c62cb74c0cb84d8aa236fc3294d660c4e9edde authored over 3 years ago by Tobias Koppers <[email protected]>
add env var to enable advanced webpack logging and profiling (#23178)

This allows to use `__NEXT_WEBPACK_LOGGING` to enable verbose webpack logging output to investig...

2567708ab77dec48f40169de114c0504eb1958eb authored over 3 years ago by Tobias Koppers <[email protected]>
Merge tag 'v10.0.9' of github.com:vercel/next.js into canary

v10.0.9

b4efb8b8c5add68046280a6c2059938188ce7199 authored over 3 years ago by Brandon Bayer <[email protected]>
fix readme

7273e3f778ff8f4fff8171e28eeb48d03b3feff1 authored over 3 years ago by Brandon Bayer <[email protected]>
Update readme.md

42a3a90ecb4e8cce2ab3fd30057de41cecdf6637 authored over 3 years ago by Brandon Bayer <[email protected]>
Update Redis example to use Tailwind. (#23131)

And an improved design πŸ˜„

https://roadmap-redis.vercel.app/

74eb1cea4cd1d339abc450ad10bec1210f1ec6cd authored over 3 years ago by Lee Robinson <[email protected]>
Update Redis example to use Tailwind. (#23131)

And an improved design πŸ˜„

https://roadmap-redis.vercel.app/

f827bf0cdc9c327a9dc12c7110e5c028c0edae1b authored over 3 years ago by Lee Robinson <[email protected]>
[Docs] Update next.config.js link to default config (#22989)

It's currently misleading and I chose to freeze to a particular version since pointing to canary...

34e94097709b222e79489f7c0142203294505fca authored over 3 years ago by Josh Flayhart <[email protected]>
[Docs] Update next.config.js link to default config (#22989)

It's currently misleading and I chose to freeze to a particular version since pointing to canary...

7e974cc17cb71e1815fff2ecd77047306afc7d2a authored over 3 years ago by Josh Flayhart <[email protected]>
Add Typescript section to Redux Toolkit Example (#23166)

I have added a new section to the `with-redux-toolkit` example on setting up Typescript with Red...

7dc45a325e5274960928279ee6a44c2092e81708 authored over 3 years ago by Mokshit Jain <[email protected]>
Add Typescript section to Redux Toolkit Example (#23166)

I have added a new section to the `with-redux-toolkit` example on setting up Typescript with Red...

8df899081e9fa920e0feb8de368402ae385f7b1f authored over 3 years ago by Mokshit Jain <[email protected]>
v10.0.10-canary.2

c2bbc302000e69c294e66f1a997b3d11efe6b002 authored over 3 years ago by Tim Neutkens <[email protected]>
v10.0.10-canary.2

7757364fc642911929485e3ed87b6039e103711e authored over 3 years ago by Tim Neutkens <[email protected]>
update webpack, fix runtime location, fix undeclared variable, omit env vars from cache version (#23113)

* this will fix problems with serverless target which doesn't use a runtime chunk
* It also omit...

c9168565c069cc1e6ae901a8ef98363883908abf authored over 3 years ago by Tobias Koppers <[email protected]>
update webpack, fix runtime location, fix undeclared variable, omit env vars from cache version (#23113)

* this will fix problems with serverless target which doesn't use a runtime chunk
* It also omit...

e019ef6acc2d31df5d8cfc7360406b7ee5476f9f authored over 3 years ago by Tobias Koppers <[email protected]>
v10.0.10-canary.1

a9da48d3dac747036be34114a9408574a57a9e7f authored over 3 years ago by JJ Kasper <[email protected]>
v10.0.10-canary.1

30500ec3b708936e736b11acdb122c3942af35f2 authored over 3 years ago by JJ Kasper <[email protected]>
Upgrade jest-worker (#23077)

This PR upgrades `jest-worker` and `jest-cli` to the latest pre-release version, also removed `j...

3ce73aa1b56e72cb91b3bb3e6a50009934d55a9b authored over 3 years ago by Shu Ding <[email protected]>
Upgrade jest-worker (#23077)

This PR upgrades `jest-worker` and `jest-cli` to the latest pre-release version, also removed `j...

1bf4cf3e7673075b591dbc421866e2f1dd77340e authored over 3 years ago by Shu Ding <[email protected]>
Simplify redux toolkit example and update packages (#23047)

I have simplified the `with-redux-toolkit` example and changed the directory structure to "featu...

091d56ade8249e9c3b158c00814ddf24ad57df5e authored over 3 years ago by Mokshit Jain <[email protected]>
Simplify redux toolkit example and update packages (#23047)

I have simplified the `with-redux-toolkit` example and changed the directory structure to "featu...

388fc569e2ef3ee265684c9a4440aef741a54bd4 authored over 3 years ago by Mokshit Jain <[email protected]>
Document how to use `basePath` with `next/image`. (#23123)

Supersedes https://github.com/vercel/next.js/pull/23115 for more clarity and a better recommenda...

497a24330a5bc60dfedf3ee8ee0f15aa666a70ab authored over 3 years ago by Lee Robinson <[email protected]>
Document how to use `basePath` with `next/image`. (#23123)

Supersedes https://github.com/vercel/next.js/pull/23115 for more clarity and a better recommenda...

f3cbdf0b02dd306e4232507dbf1c62702029fdd5 authored over 3 years ago by Lee Robinson <[email protected]>
Add image base path configuration option (#23115)

I similarly [couldn't find this info](https://github.com/vercel/next.js/issues/19711#issuecommen...

308c2beca2743fc99732be96eea4505234bb302c authored over 3 years ago by Shane Rogers <[email protected]>
Add image base path configuration option (#23115)

I similarly [couldn't find this info](https://github.com/vercel/next.js/issues/19711#issuecommen...

82b9b36e15695e685e4d2fec5c875db6f0484c9f authored over 3 years ago by Shane Rogers <[email protected]>
Duplicate scroll description (#23103)

- `scroll` - Optional boolean, controls scrolling to the top of the page after navigation. Def...

e36eb381da3771d08eac9d32e8bdb50433f43084 authored over 3 years ago by Abdullah Mzaien <[email protected]>
Duplicate scroll description (#23103)

- `scroll` - Optional boolean, controls scrolling to the top of the page after navigation. Def...

d237a0be8ba38956aadef635636e96469fa51cf2 authored over 3 years ago by Abdullah Mzaien <[email protected]>
fix(lib/db): type mismatch (#23107)

Fixes "Type 'string' is not assignable to type 'number'." TS warning

7077986eb0e52eb85b644f59be7b5ca0c2a4bb7d authored over 3 years ago by RenΓ© Keller <[email protected]>
fix(lib/db): type mismatch (#23107)

Fixes "Type 'string' is not assignable to type 'number'." TS warning

44081d0852c1b658bdb60d240999c74eb093be35 authored over 3 years ago by RenΓ© Keller <[email protected]>
Add note about next/export to Image Optimization docs. (#23088)

https://github.com/vercel/next.js/discussions/19065#discussioncomment-484842

9431439c6d06f2e4028decb6b39df3b62c3197c5 authored over 3 years ago by Lee Robinson <[email protected]>
Add note about next/export to Image Optimization docs. (#23088)

https://github.com/vercel/next.js/discussions/19065#discussioncomment-484842

b3ead18b124663a2170708bbc05aa4070322a2d6 authored over 3 years ago by Lee Robinson <[email protected]>
v10.0.10-canary.0

d680ba65a6b16b1f63d67bd6374e7ffd1fa92cf9 authored over 3 years ago by JJ Kasper <[email protected]>
v10.0.10-canary.0

a6578209e2eb16e0d6e69f10e315aae2819595b1 authored over 3 years ago by JJ Kasper <[email protected]>
Revert "Revert "[a11y] Route Announcements"" (#23086)

Reverts vercel/next.js#23082

85499b5375dace853e236877510ea6a306014a90 authored over 3 years ago by Shu Ding <[email protected]>
Revert "Revert "[a11y] Route Announcements"" (#23086)

Reverts vercel/next.js#23082

8af20154398ad6cc7b2a97a02e4ee6f631c80abd authored over 3 years ago by Shu Ding <[email protected]>
v10.0.9

ca9f808cd51ddf1c49afc844ac11317ef81d72ab authored over 3 years ago by JJ Kasper <[email protected]>
Revert "[a11y] Route Announcements" (#23082)

Reverts vercel/next.js#20428 temporarily to move this feature into the next canary release.

732c49cdc87b0c66ff63a851292e9216e5c3cde3 authored over 3 years ago by Shu Ding <[email protected]>
[a11y] Route Announcements (#20428)

# Route Announcements

## Summary
This PR improves the accessibility of NextJS's client-side nav...

688611a5829742b6cd0fd8b7afb8ffd38e1cbc3f authored over 3 years ago by Kyle Boss <[email protected]>
v10.0.9-canary.8

4f894a3a335f46a0856d7ffbdd2e648df59785af authored over 3 years ago by JJ Kasper <[email protected]>