chore(deps): bump ws from 8.20.0 to 8.21.0 in the npm_and_yarn group across 1 directory#1874
chore(deps): bump ws from 8.20.0 to 8.21.0 in the npm_and_yarn group across 1 directory#1874dependabot[bot] wants to merge 2 commits into
Conversation
|
42df6bd to
008a40f
Compare
98ea6fc to
c147f74
Compare
| }, | ||
| "dependencies": { | ||
| "ws": "^8.16.0" | ||
| "ws": "^8.21.0" |
There was a problem hiding this comment.
🔴 Lockfile not updated after dependency version bump, breaking CI installs
The dependency version specifier is bumped ("ws": "^8.21.0" at plugins/assemblyai/package.json:47) without updating the lockfile, so CI builds using frozen lockfile will fail because the resolved version (8.20.0) doesn't satisfy the new requirement.
Impact: CI pipelines and fresh installs will fail until the lockfile is regenerated.
Lockfile still references old specifier and incompatible resolved version
The pnpm-lock.yaml still contains:
plugins/assemblyai:
dependencies:
ws:
specifier: ^8.16.0
version: 8.20.0
The new package.json requires ^8.21.0, but the lockfile resolves to 8.20.0 which does NOT satisfy >=8.21.0 <9.0.0. Running pnpm install --frozen-lockfile (standard in CI) will error out. The fix is to run pnpm install to regenerate the lockfile with a ws version >= 8.21.0.
Prompt for agents
The pnpm-lock.yaml file needs to be regenerated after changing the ws version specifier from ^8.16.0 to ^8.21.0. Run `pnpm install` at the repository root to update the lockfile so that the resolved ws version satisfies the new ^8.21.0 requirement. The current lockfile resolves ws to 8.20.0 for the assemblyai plugin, which does not satisfy ^8.21.0.
Was this helpful? React with 👍 or 👎 to provide feedback.
54bad56 to
dd53aa3
Compare
f8b4578 to
8eeb4fd
Compare
879a0c2 to
dc62247
Compare
Bumps the npm_and_yarn group with 1 update in the / directory: [ws](https://github.com/websockets/ws). Updates `ws` from 8.20.0 to 8.21.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.20.0...8.21.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dc62247 to
92483a2
Compare
Dependabot only updated assemblyai's package.json, so frozen-lockfile CI failed. Point assemblyai at the workspace catalog, bump catalog ws to ^8.21.0, and regenerate the lockfile so the monorepo resolves 8.21.1. Co-authored-by: Cursor <cursoragent@cursor.com>
Bumps the npm_and_yarn group with 1 update in the / directory: ws.
Updates
wsfrom 8.20.0 to 8.21.0Release notes
Sourced from ws's releases.
... (truncated)
Commits
bca91ad[dist] 8.21.02b2abd4[security] Limit retained message parts78eabe2[security] Add latest vulnerability to SECURITY.md5d9b316[dist] 8.20.1c0327ec[security] Fix uninitialized memory disclosure inwebsocket.close()ce2a3d6[ci] Test on node 2658e45b8[ci] Do not test on node 255f26c24[ci] Run the lint step on node 24