chore(deps-dev): bump tsx from 4.21.0 to 4.22.4#110
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). The only failing job step is Deploy Preview to Vercel (deploy.mjs: missing --token), which fails identically on every open Dependabot PR because secrets aren't available in dependabot-triggered pull_request runs — a pre-existing CI gap unrelated to this dependency bump. Approving and merging.
Generated by Claude Code
|
·@·d·ependabot r·ebase Generated by Claude Code |
bb3e75d to
b26c11d
Compare
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.21.0 to 4.22.4. - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.21.0...v4.22.4) --- updated-dependencies: - dependency-name: tsx dependency-version: 4.22.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
b26c11d to
fee69b8
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 |
…rn/tsx-4.22.4 # Conflicts: # pnpm-lock.yaml
Bumps tsx from 4.21.0 to 4.22.4.
Release notes
Sourced from tsx's releases.
... (truncated)
Commits
1ce8463fix: resolve CommonJS directory requires inside dependencies (#803)dce02fcfix: decode typed loader source68f72f3fix: preserve entrypoint with TypeScript preload hooks69455cftest: cover package exports for ambiguous ESM reexports35b700bfix: preserve CJS JSON require in ESM hooksef807dbchore: update testing dependencies3917090test: document compatibility test taxonomyde8113frefactor: centralize Node capability factsc1f62dbtest: consolidate tsconfig path edge coverage4e08174test: consolidate loader hook coverageMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for tsx since your current version.