chore(deps): bump yargs-parser from 21.1.1 to 22.0.0#108
Conversation
hasparus
left a comment
There was a problem hiding this comment.
CI is green on all functional checks (lint, typecheck, build, Playwright e2e all pass). yargs-parser is a transitive/dev dependency here so the ESM-first breaking change doesn't affect this project's usage. The only failing job step is Deploy Preview to Vercel (deploy.mjs: missing --token), which fails identically on every open Dependabot PR due to secrets not being available in dependabot-triggered pull_request runs — a pre-existing CI gap unrelated to this bump. Approving and merging.
Generated by Claude Code
|
·@·d·ependabot r·ebase Generated by Claude Code |
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 21.1.1 to 22.0.0. - [Release notes](https://github.com/yargs/yargs-parser/releases) - [Changelog](https://github.com/yargs/yargs-parser/blob/main/CHANGELOG.md) - [Commits](yargs/yargs-parser@yargs-parser-v21.1.1...yargs-parser-v22.0.0) --- updated-dependencies: - dependency-name: yargs-parser dependency-version: 22.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
8970970 to
0cbb3df
Compare
Dependabot PRs run from the same repo (not a fork), so the deploy step's fork-only guard let it through even though GitHub withholds repository secrets from dependabot-actor runs. That caused deploy.mjs to fail with 'missing --token'. Treat dependabot[bot] runs the same as fork PRs: build/lint/typecheck/test still run, but preview deploy and lighthouse are skipped until a maintainer adds the 'trusted' label. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
CI was failing on Pushed a fix that also excludes Generated by Claude Code |
Bumps yargs-parser from 21.1.1 to 22.0.0.
Release notes
Sourced from yargs-parser's releases.
Changelog
Sourced from yargs-parser's changelog.
Commits
553c808chore(main): release yargs-parser 22.0.0 (#504)6d69295feat!: yargs is now ESM first (#503)