chore(deps): bump the npm-minor-patch group in /server/content with 5 updates - #1239
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the npm-minor-patch group in /server/content with 5 updates: | Package | From | To | | --- | --- | --- | | [@hono/node-server](https://github.com/honojs/node-server) | `2.0.12` | `2.1.0` | | [@slidev/cli](https://github.com/slidevjs/slidev) | `52.18.0` | `52.19.0` | | [dompurify](https://github.com/cure53/DOMPurify) | `3.4.12` | `3.4.13` | | [hono](https://github.com/honojs/hono) | `4.12.32` | `4.13.0` | | [playwright-chromium](https://github.com/microsoft/playwright) | `1.62.0` | `1.62.1` | Updates `@hono/node-server` from 2.0.12 to 2.1.0 - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](honojs/node-server@v2.0.12...v2.1.0) Updates `@slidev/cli` from 52.18.0 to 52.19.0 - [Release notes](https://github.com/slidevjs/slidev/releases) - [Commits](slidevjs/slidev@v52.18.0...v52.19.0) Updates `dompurify` from 3.4.12 to 3.4.13 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.4.12...3.4.13) Updates `hono` from 4.12.32 to 4.13.0 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.32...v4.13.0) Updates `playwright-chromium` from 1.62.0 to 1.62.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.62.0...v1.62.1) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: "@slidev/cli" dependency-version: 52.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: dompurify dependency-version: 3.4.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: hono dependency-version: 4.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: playwright-chromium dependency-version: 1.62.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dbaac96 to
e7bfae7
Compare
|
Closing — this PR could not have merged, and the cause is a Dependabot config defect rather than anything wrong with the bumps themselves.
Four earlier PRs from the same two entries were closed for the same reason: #1259, #1237, #1189, #1167, #1166. The bumps are not lost, and the replacement is newer. #1261 — opened by the root
It is merging as part of #1262, which also deletes the |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
server/mcp and server/content are pnpm workspace members, so they have no lockfile of their own — the root pnpm-lock.yaml is the only one that resolves them. The per-directory Dependabot entries for those two could only ever rewrite a member package.json, never the root lockfile, so every PR they opened was born failing pnpm install --frozen-lockfile with ERR_PNPM_OUTDATED_LOCKFILE. Six were opened; five were closed unmerged (xiaolai#1259, xiaolai#1239, xiaolai#1237, xiaolai#1189, xiaolai#1167, xiaolai#1166). Delete both entries. The root "/" entry already covers the whole workspace: xiaolai#1261 updated package.json, pnpm-lock.yaml, server/content/package.json and server/mcp/package.json in one consistent PR, carrying byte-identical (and in two cases newer) bumps to the ones that could not merge. The @types/node major-version ignore moves with it and applies workspace-wide. Also resync website/pnpm-lock.yaml with website/package.json. website is deliberately outside the pnpm workspace and keeps its own lockfile, but Dependabot updates only its package.json — so its bumps land a manifest the lockfile does not match. That drift is silent rather than red because deploy-website.yml installs without --frozen-lockfile, and it has already required two manual repair commits (bfc7d24, c5486c5). Verified here by installing with --frozen-lockfile and running a full vitepress build. The gap itself is recorded in dependabot.yml rather than fixed, because closing it is a choice between moving website into the workspace and adding a drift gate.
Bumps the npm-minor-patch group in /server/content with 5 updates:
2.0.122.1.052.18.052.19.03.4.123.4.134.12.324.13.01.62.01.62.1Updates
@hono/node-serverfrom 2.0.12 to 2.1.0Release notes
Sourced from @hono/node-server's releases.
Commits
82ba34e2.1.01f2909afix(listener): avoid uncaught error when force-closing a non-standard socket ...977a242feat: add Early Hints (HTTP 103) middleware (#378)Updates
@slidev/clifrom 52.18.0 to 52.19.0Release notes
Sourced from @slidev/cli's releases.
Commits
6b540d3chore: release v52.19.0a29489cdeps: upgrade to latest majors and migrate MCP SDK to v2 (#2696)f7e77f1fix(client): support per-slide codeCopy and magicMoveCopy frontmatter overrid...5b352a5fix: wrong import (#2692)edb2399fix(client): guard useNav against a missing injection context (#2694)e0422d6fix(client): hide goto dialog fully when closed (#2695)f970a44chore: release v52.18.127a8ad5fix(ci): resolve monaco-editor exports and duplicate docs frontmatter key (#2...94ea037fix(vscode): prevent preview sync feedback loop (#2680)0ae15fadocs: add Sandpack addon to gallery (#2677)Updates
dompurifyfrom 3.4.12 to 3.4.13Release notes
Sourced from dompurify's releases.
Commits
3067f77release: 3.4.13 (#1562)Updates
honofrom 4.12.32 to 4.13.0Release notes
Sourced from hono's releases.
... (truncated)
Commits
192768f4.13.0b0c2d90Merge pull request #5154 from honojs/next8f07028fix(compress): set Vary: Accept-Encoding on negotiated responses (#5137)8a0b18ffeat(reg-exp-router): throw UnsupportedPathError during route registration (#...3feb355fix(jsx): allow a function component to return an array (#5179)5d911d2feat(utils/headers): add HTTP fields newly registered with IANA (#5153)30277aefeat(jwt,jwk): add a configurable WWW-Authenticate realm (#5141)1f707c5feat(middleware): add method-not-allowed middleware (#5132)2df0b47feat(jsx): add React-compatible overloads to useRef (#5063)3bc96bafeat(cache): add first-class support for QUERY requests (#5119)Updates
playwright-chromiumfrom 1.62.0 to 1.62.1Release notes
Sourced from playwright-chromium's releases.
Commits
26a9e47cherry-pick(#42043): docs: release notes for v1.62 Python, Java, and .NET (#4...0a81d5dcherry-pick(#42040): docs(release-notes): mention the isolated headless clipb...8376826cherry-pick(#42034): fix(aria): keep icon-only clickable elements in ai snaps...66c5cc9chore: mark v1.62.1 (#42020)9672bc3cherry-pick(#42009): fix(types): support branded primitives in evaluate argum...4325804cherry-pick(#41988): fix(aria): preserve names from collapsed text contributors9632f8echerry-pick(#42005): fix(tsconfig): do not throw when "extends"/"references" ...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions