Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added next.js 14 support #576

Closed
wants to merge 2 commits into from

Conversation

Romstar
Copy link

@Romstar Romstar commented Oct 27, 2023

closes #575.

On November 7th I messaged him directly on Discord to become a maintainer for the project or for him to approve of the PR.

I don't think he even read the message.

Maybe we should fork and publish it to NPM?
image

@changeset-bot
Copy link

changeset-bot bot commented Oct 27, 2023

⚠️ No Changeset found

Latest commit: 5c091b2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package or glob expression "examples-*" is specified in the `ignore` option but it is not found in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.

@nebrelbug nebrelbug mentioned this pull request Oct 27, 2023
Co-authored-by: Marco Franssen <marco.franssen@gmail.com>
@ghost
Copy link

ghost commented Nov 7, 2023

Still no merge?

@tnnz20
Copy link

tnnz20 commented Nov 8, 2023

Can we installed this versions?

@ky-zo
Copy link

ky-zo commented Nov 9, 2023

Please....

@ghost
Copy link

ghost commented Nov 9, 2023

Unprofessional

@gitgudchannel
Copy link

Please merge it already

@satish860
Copy link

Is there any issue which needs to be fixed? what is holding up the merge. Happy to help if any.

@fuma-nama
Copy link

Been using Next.js 14 with Contentlayer for a while, no problem found. Surely this should be merged since package managers like NPM will throw an unmet peer dependencies error due to the incompatible peer dependency version.

@PieterDePauw
Copy link

@schickling

@uartnet
Copy link

uartnet commented Nov 17, 2023

Please merge this, it will helps a lot of people

@anthonyverducci
Copy link

Is contentlayer still actively maintained? I've been excited to add this to my Next.js project the last several weeks, but it seems like the last changes were several months ago in September. Wondering if I need to look into alternate CMS solutions? Happy to help in any way to get this PR merged.

@PieterDePauw
Copy link

Is contentlayer still actively maintained? I've been excited to add this to my Next.js project the last several weeks, but it seems like the last changes were several months ago in September. Wondering if I need to look into alternate CMS solutions? Happy to help in any way to get this PR merged.

Apparently, the project is no longer funded and it seems no longer very active. I am hoping that perhaps someone else might be willing to take over, so that it still can be maintained.

@michaelangeloio
Copy link

commenting to subscribe for updates

@Gosev
Copy link

Gosev commented Dec 3, 2023

Also commenting to subscribe for updates. (and thinking about forking the repo for now)

@Romstar
Copy link
Author

Romstar commented Dec 3, 2023

On November 7th I messaged him directly on Discord to become a maintainer for the project or for him to approve of the PR.

I don't think he even read the message.

Maybe we should fork and publish it to NPM?
image

@iammukeshm
Copy link

just add the following to your package.json as a quick workaround

  "overrides": {
    "next-contentlayer": {
      "next": "$next"
    }
  }

This will make contentlayer work on nextjs 14. tested ;)

@PieterDePauw
Copy link

On November 7th I messaged him directly on Discord to become a maintainer for the project or for him to approve of the PR.

I don't think he even read the message.

Maybe we should fork and publish it to NPM?

Maybe you might have better luck if you message him on Twitter: https://twitter.com/schickling

@andresin87
Copy link

up 🙏

@Romstar
Copy link
Author

Romstar commented Dec 17, 2023

Apparently funding has stopped for the project and Netlify owns it.

The current work around is to add this snippet of code to your root package.json. I am using turbo repo so it has to be the root package.json and if you aren't using a monorepo then you simply need to add it to your single package.sjon file.

    "next-contentlayer": {
      "next": "^14.0.0"
    }
  }

@denu5
Copy link

denu5 commented Dec 17, 2023

@leerob cant you guys take over :((

@marcofranssen
Copy link

I understood netlify took over the company @schickling is/was working for. They haven't allocated budget yet to continue the maintenance of contentlayer and therefore it is kind of dead.

@schickling
Copy link
Collaborator

schickling commented Dec 18, 2023

Hi folks,

Please excuse the late message here and the lack of updates. As others have stated above, the past work on Contentlayer was sponsored by Stackbit which has since been acquired by Netlify who hasn't yet been resuming the sponsorship of the project (still TBD but it's taking a while).

Why isn't this PR merged yet?

Merging this PR alone most likely won't be enough. There needs to be a new release (with a non-trivial release process) incl. updating transitive dependencies which often cause other parts of Contentlayer to break.

In case there is any other company who'd be willing to sponsor the work on Contentlayer, I'd be up for a chat. I'd be happy to continue the work on Contentlayer as I'm excited about it and had many plans for it - and it's sad for me personally to see it neglected like this. (As much as I'd like, I can't currently commit to working on Contentlayer in my spare time.)

💜

@aizk
Copy link

aizk commented Dec 22, 2023

hello anyone can merge???

@fuma-nama
Copy link

fuma-nama commented Dec 22, 2023

hello anyone can merge???

Please read the comment above, it won't be merged until someone sponsors this project.
And updating a dependency isn't enough

@ArmantG
Copy link

ArmantG commented Dec 24, 2023

closes #575.

On November 7th I messaged him directly on Discord to become a maintainer for the project or for him to approve of the PR.

I don't think he even read the message.

Maybe we should fork and publish it to NPM? image

Fork it! Cant believe this project is standing still like this. I dont have the skills yet to take on a fork of this, but would support anyone who wanted to/could do it!

Copy link

stale bot commented Jan 24, 2024

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the meta: stale label Jan 24, 2024
@stale stale bot closed this Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support NextJS 14