chore(deps): bump the npm-minor-patch group across 1 directory with 3 updates - #1259
dependabot[bot] wants to merge 1 commit into
Conversation
… updates Bumps the npm-minor-patch group with 3 updates in the /server/mcp directory: [ws](https://github.com/websockets/ws), [@yao-pkg/pkg](https://github.com/yao-pkg/pkg) and [esbuild](https://github.com/evanw/esbuild). Updates `ws` from 8.21.1 to 8.21.3 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.21.1...8.21.3) Updates `@yao-pkg/pkg` from 6.21.0 to 6.22.0 - [Release notes](https://github.com/yao-pkg/pkg/releases) - [Changelog](https://github.com/yao-pkg/pkg/blob/main/CHANGELOG.md) - [Commits](yao-pkg/pkg@v6.21.0...v6.22.0) Updates `esbuild` from 0.28.1 to 0.28.2 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.28.1...v0.28.2) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: "@yao-pkg/pkg" dependency-version: 6.22.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: esbuild dependency-version: 0.28.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
Closing — this PR could not have merged, and the cause is a Dependabot config defect rather than anything wrong with the bumps themselves.
Five earlier PRs from the same two entries were closed for the same reason: #1239, #1237, #1189, #1167, #1166. The bumps are not lost. #1261 — opened by the root #1262 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 with 3 updates in the /server/mcp directory: ws, @yao-pkg/pkg and esbuild.
Updates
wsfrom 8.21.1 to 8.21.3Release notes
Sourced from ws's releases.
Commits
c791e70[dist] 8.21.3e97a20e[fix] Reject offers withclient_max_window_bitsbelow config787ebf2[dist] 8.21.2b4d62ebRevert "[ci] Trust Coveralls Homebrew tap"e4bb883[security] Use GitHub PVR as main reporting channel2eb3be0[test] Skip test on Node.js versions where it does not applyUpdates
@yao-pkg/pkgfrom 6.21.0 to 6.22.0Release notes
Sourced from @yao-pkg/pkg's releases.
Changelog
Sourced from @yao-pkg/pkg's changelog.
Commits
8d3d7afRelease 6.22.0c1e10f5chore(ci): use node 24.x for release, drop npm upgrade stepe1a96aefeat: bump fetch 3.6.5 with nodejs 22.23.2, 24.18.1, 26.5.1 (#291)cbc7629fix(prelude): throw instead of crashing on Intl.Segmenter with small-icu (#290)Updates
esbuildfrom 0.28.1 to 0.28.2Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
609683dpublish 0.28.2 to npm11b1fe4add to release notesab50d91css: fix green/blue channel swap in oklch gamut mapping (#4488)04627b6fix #4498:asyncTLA checks need a worklist5c15177disablegoplsin thegofolderfc2ee9bcss: adjust parser to allow--foo: {...}209db54release notes for css nesting bugfixc625d31fix #4497: preserve nested ampersands during minification (#4500)34474e2better isolation of current part in js parser07f6e8cfix #4507:importassignment tree-shaking bugDependabot 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