wpengine / faustjs

Faust.js™ - The Headless WordPress Framework
https://faustjs.org
Other
1.44k stars 134 forks source link

chore(deps): Bump next from 12.3.4 to 14.1.1 #1927

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps next from 12.3.4 to 14.1.1.

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/wpengine/faustjs/network/alerts).
changeset-bot[bot] commented 3 months ago

⚠️ No Changeset found

Latest commit: a11b115fc301d27e6ac1893df42c6d67c3816dfc

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.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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

josephfusco commented 3 months ago

@theodesp @jasonbahl I'm marking this as breaking as moving to Next 14 would also require a bump of react & react-dom

jasonbahl commented 3 months ago

@josephfusco this is just the examples, eh?

If the examples are on next 14 we should be good. The users are still installing faust/next which has peer dependency of next ^12 || ^13 || ^14

jasonbahl commented 3 months ago

@josephfusco I do think we might need to update the examples to be compatible with Next13 or 14 (i.e. updating uses of the <Image> and <Link> components, and whatever else Next requires) but the core libraries should still work fine with Next 12, 13, or 14 with this proposed dependabot change

dependabot[bot] commented 2 months ago

Superseded by #1953.