Closed dependabot[bot] closed 2 months ago
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.
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
@theodesp @jasonbahl I'm marking this as breaking as moving to Next 14 would also require a bump of react & react-dom
@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
@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
Superseded by #1953.
Bumps next from 12.3.4 to 14.1.1.
Commits
5f59ee5
v14.1.1f48b90b
even more7f789f4
more timeoutab71c4c
update timeout75f60d9
update trigger release workflow74b3f0f
Server Action tests (#62655)a6946b6
Backport metadata fixes (#62663)4002f4b
Fix draft mode invariant (#62121)7dbf6f8
fix: babel usage with next/image (#61835)3efc842
Fix next/server apit push alias for ESM pkg (#61721)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