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

chore: fix lockfile #2872

Merged
merged 1 commit into from
Sep 12, 2024
Merged

chore: fix lockfile #2872

merged 1 commit into from
Sep 12, 2024

Conversation

andipaetzold
Copy link
Contributor

@andipaetzold andipaetzold commented Sep 12, 2024

The lockfile in next is currently broken and makes CI fail on npm ci.

What I did to fix it:

  • nvm install 18.13
  • npm install

Why 18.13? From 18.14, lockfile version 3 is used, which would change the whole file.

Copy link

vercel bot commented Sep 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
forma-36 ✅ Ready (Inspect) Visit Preview Sep 12, 2024 11:36am

Copy link

changeset-bot bot commented Sep 12, 2024

⚠️ No Changeset found

Latest commit: 93941f0

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 "@contentful/f36-components" depends on the ignored package "@contentful/f36-avatar", but "@contentful/f36-components" is not being ignored. Please add "@contentful/f36-components" to the `ignore` option.
The package "@contentful/f36-components" depends on the ignored package "@contentful/f36-image", but "@contentful/f36-components" is not being ignored. Please add "@contentful/f36-components" to the `ignore` option.
The package "@contentful/f36-components" depends on the ignored package "@contentful/f36-header", but "@contentful/f36-components" is not being ignored. Please add "@contentful/f36-components" to the `ignore` option.

@andipaetzold andipaetzold changed the base branch from main to next September 12, 2024 11:28
@andipaetzold andipaetzold self-assigned this Sep 12, 2024
@andipaetzold andipaetzold marked this pull request as ready for review September 12, 2024 11:29
@andipaetzold andipaetzold requested review from damann and a team as code owners September 12, 2024 11:29
@andipaetzold andipaetzold requested review from stephanLeece and removed request for a team September 12, 2024 11:29
@andipaetzold andipaetzold merged commit e3cde99 into next Sep 12, 2024
12 of 14 checks passed
@andipaetzold andipaetzold deleted the chore-lockfile branch September 12, 2024 13:00
@andipaetzold andipaetzold mentioned this pull request Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants