chore: update next to v16#22177
Conversation
✅ Deploy Preview for v11-carbon-react ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #22177 +/- ##
=======================================
Coverage 95.10% 95.10%
=======================================
Files 548 549 +1
Lines 45599 45636 +37
Branches 6582 6585 +3
=======================================
+ Hits 43366 43404 +38
+ Misses 2103 2102 -1
Partials 130 130
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d5c11b8 to
9d02efd
Compare
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Opened #22188 for the www removal. |
|
Since we discovered that the netlify deploy preview builds fail sort of silently, I added a ci check to make sure the examples build succeeds. |
3c4c87a
|
Hey there! v11.107.0 was just released that references this issue/PR. |
Updates the nextjs example projects to nextjs 16 and adds standalone yarn lockfiles now that these examples are no longer workspaces as of #21859
I think this should fix the elements preview that has been broken since what looks like January.
I did not update
wwwbecause I'm removing it in #22188Changelog
New
yarn.lockfiles for nextjs example projects that install independently.Changed
file:tolink:to avoid packaging the local Carbon package during install/dedupe.Removed
next lintscripts and lint-only dependencies from the top-level nextjs examples.Testing / Reviewing
examples/nextjs, runyarn install, thenyarn dev, then openhttp://localhost:3000and confirm the page rendersexamples/light-dark-mode, runyarn install, thenyarn dev, then openhttp://localhost:3000and confirm the page rendersPR Checklist
As the author of this PR, before marking ready for review, confirm you:
- [ ] Updated documentation and storybook examples- [ ] Wrote passing tests that cover this change- [ ] Addressed any impact on accessibility (a11y)- [ ] Tested for cross-browser consistency