Bump next from 16.2.3 to 16.2.11 in /docs - #1745
Conversation
Deploying bracket-frontend with
|
| Latest commit: |
a3e10c7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5aa1c235.bracket-abd.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-docs-6nxw.bracket-abd.pages.dev |
Deploying bracket-docs with
|
| Latest commit: |
a3e10c7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2448eabd.bracket-docs.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-docs-fnm5.bracket-docs.pages.dev |
Bumps [next](https://github.com/vercel/next.js) from 16.2.3 to 16.2.11. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v16.2.3...v16.2.11) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
21bcf7c to
3afbe2a
Compare
|
@copilot fix ci |
…ockfile baseline-browser-mapping@2.11.5 was published too recently, violating pnpm's minimumReleaseAge supply-chain policy. Use 2.11.4 (published 2026-07-26) which is compatible with all packages requiring it (next@16.2.11 requires ^2.9.19, browserslist requires ^2.8.25/^2.9.0).
Head branch was pushed to by a user without write access
The CI was failing because |
|
@copilot replace eslint in |
Done. Changes in the latest commit:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1745 +/- ##
==========================================
- Coverage 94.80% 94.66% -0.14%
==========================================
Files 120 120
Lines 4387 4387
==========================================
- Hits 4159 4153 -6
- Misses 228 234 +6 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
@copilot fix ci by making sure sharp doesnt get installed |
Head branch was pushed to by a user without write access
Added |
There was a problem hiding this comment.
Pull request overview
Updates the docs site’s Next.js dependency to a patched version while adjusting the docs toolchain configuration around linting and optional dependency installation.
Changes:
- Bump
nextindocs/package.jsonfrom^16.2.3to^16.2.11. - Replace ESLint (
eslint/eslint-config-next+.eslintrc.json) withoxlintand wire it intotest-check. - Add
docs/pnpm-workspace.yamlto ignore installing the optional dependencysharp.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/pnpm-workspace.yaml | Configures pnpm to ignore sharp as an optional dependency during installs. |
| docs/package.json | Bumps Next.js and switches JS/TS linting from ESLint to oxlint, updating scripts accordingly. |
| docs/.eslintrc.json | Removes the Next.js ESLint configuration as part of the linting tool change. |
Comments suppressed due to low confidence (1)
docs/package.json:50
- This update removes ESLint +
eslint-config-next(and the repo’s Next.js ESLint presets) in favor ofoxlint. Sinceeslint-config-nextprovides Next-specific rules (e.g., core-web-vitals) that oxlint does not replicate 1:1, please confirm this is intentional and that equivalent coverage is provided (or re-add/updateeslint-config-nextalongside the Next bump).
"autoprefixer": "^10.4.19",
"markdownlint-cli2": "^0.22.0",
"markdownlint-rule-relative-links": "^5.1.0",
"oxlint": "1.75.0",
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "lint": "oxlint .", | ||
| "test": "pnpm run prettier:write && pnpm markdownlint-cli2 --fix --config .markdownlint-cli2.mjs", | ||
| "test-check": "pnpm run prettier:check && pnpm markdownlint-cli2 --config .markdownlint-cli2.mjs", | ||
| "test-check": "pnpm run prettier:check && pnpm run lint && pnpm markdownlint-cli2 --config .markdownlint-cli2.mjs", |
Bumps next from 16.2.3 to 16.2.11.
Release notes
Sourced from next's releases.
... (truncated)
Commits
9beca08v16.2.113c48c7a[16.x] Fix Turbopack middleware matcher with i18n single localeac1eff3[16.x] Improve performance of checking valid MPA form submissions9a4651e[16.x] EnforceserverActions.bodySizeLimitfor Server Actions in Edge runtimeb512063[16.x] Set correct origin for internal redirects in custom serverd303326[16.x] Ensure exotic rewrite param values are properly encoded73b9487[16.x] fix(fetch-cache): key fetch(Request, init) by the effective requestbf9d17f[16.x] fix(incremental-cache): byte-exact fetch cache key for binary bodiesfe28768[16.x] fix(next/image): improve performance of detectContentType()d8afb8d[16.x] Performance improvements when decoding React Server function payloadsMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for next since your current version.