chore(deps): bump the production-minor-patch group across 1 directory with 8 updates - #956
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
freshtonic
left a comment
There was a problem hiding this comment.
Approving the dependency changes; do not merge until the red CI is resolved — the failure is not caused by this PR.
The content is clean: grouped minor/patch bumps only, touching manifests, the lockfile, and (in the production group) catalog version strings in pnpm-workspace.yaml. No onlyBuiltDependencies additions, no overrides changes, no script or .npmrc changes.
The failing Drizzle v3 integration jobs fail identically on this PR and its sibling, at integration/lock-context.integration.test.ts, with:
Integration suite cannot run — missing CLERK_MACHINE_TOKEN … This suite FAILS rather than skips: a green skip would hide a real regression.
That is a secrets-availability condition on Dependabot-actor runs (Dependabot workflows read the separate Dependabot secrets store — the CS_* values are evidently there, since the require-cs-secrets pre-flight passed, but CLERK_MACHINE_TOKEN / CLERK_MACHINE_TOKEN_B are not). A dev-tooling or minor-dep bump cannot remove a Clerk credential from a runner; the same job passed on the 26 Aug Dependabot round, so either the token left the Dependabot store since, or the lock-context suite's deliberate fail-rather-than-skip landed in between and is now correctly surfacing a token that was never in that store.
Fix path: add CLERK_MACHINE_TOKEN (and _B) to the repo's Dependabot secrets (Settings → Secrets → Dependabot), then re-run the failed jobs. If instead the intent is that Dependabot runs skip the Clerk-dependent suite, that's a workflow decision to make explicitly — not a reason to hold these bumps.
ab4acf1 to
6d4f40b
Compare
freshtonic
left a comment
There was a problem hiding this comment.
Re-approved after the Dependabot regeneration — same production minor/patch group, catalog-only pnpm-workspace.yaml change, no supply-chain deltas. Same known CI blocker as #955: the Drizzle lock-context suite fail-hard on CLERK_MACHINE_TOKEN missing from the Dependabot secrets store, unrelated to the bumps. Merge once the secret is added and the jobs re-run green.
… with 8 updates Bumps the production-minor-patch group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) | `5.49.1` | `5.50.0` | | [jose](https://github.com/panva/jose) | `6.2.9` | `6.2.10` | | [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) | `4.62.4` | `4.62.5` | | [uuid](https://github.com/uuidjs/uuid) | `14.0.1` | `14.0.2` | | [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) | `0.3.234` | `0.3.241` | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.117.1` | `0.120.0` | | [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) | `7.7.7` | `7.8.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.2.1` | `8.2.2` | Updates `posthog-node` from 5.49.1 to 5.50.0 - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/main/packages/node/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/commits/posthog-node@5.50.0/packages/node) Updates `jose` from 6.2.9 to 6.2.10 - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md) - [Commits](panva/jose@v6.2.9...v6.2.10) Updates `@rollup/rollup-linux-x64-gnu` from 4.62.4 to 4.62.5 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.62.4...v4.62.5) Updates `uuid` from 14.0.1 to 14.0.2 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v14.0.1...v14.0.2) Updates `@anthropic-ai/claude-agent-sdk` from 0.3.234 to 0.3.241 - [Release notes](https://github.com/anthropics/claude-agent-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](anthropics/claude-agent-sdk-typescript@v0.3.234...v0.3.241) Updates `@anthropic-ai/sdk` from 0.117.1 to 0.120.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.117.1...sdk-v0.120.0) Updates `@clerk/nextjs` from 7.7.7 to 7.8.0 - [Release notes](https://github.com/clerk/javascript/releases) - [Changelog](https://github.com/clerk/javascript/blob/main/packages/nextjs/CHANGELOG.md) - [Commits](https://github.com/clerk/javascript/commits/@clerk/nextjs@7.8.0/packages/nextjs) Updates `vite` from 8.2.1 to 8.2.2 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.2.2/packages/vite) --- updated-dependencies: - dependency-name: "@anthropic-ai/claude-agent-sdk" dependency-version: 0.3.241 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.120.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: "@clerk/nextjs" dependency-version: 7.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.62.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: jose dependency-version: 6.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: posthog-node dependency-version: 5.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: uuid dependency-version: 14.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: vite dependency-version: 8.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
6d4f40b to
da491fb
Compare
freshtonic
left a comment
There was a problem hiding this comment.
Re-approved at da491fb — the regeneration picked up slightly newer versions within the same minor/patch group (posthog-node 5.50.0, rollup 4.62.5, jose 6.2.10, uuid 14.0.2, Anthropic SDKs), same file scope (manifests + lockfile + catalog strings), no supply-chain deltas. Same standing CI blocker: empty CLERK_MACHINE_TOKEN on Dependabot-actor runs, unrelated to the bumps.
Bumps the production-minor-patch group with 8 updates in the / directory:
5.49.15.50.06.2.96.2.104.62.44.62.514.0.114.0.20.3.2340.3.2410.117.10.120.07.7.77.8.08.2.18.2.2Updates
posthog-nodefrom 5.49.1 to 5.50.0Release notes
Sourced from posthog-node's releases.
Changelog
Sourced from posthog-node's changelog.
Commits
3508c05chore: update versions and lockfile [version bump]557140efeat(node): isEnabled() accepts a caller-supplied default value (#4484)6ccc78echore: update versions and lockfile [version bump]00d22eafix(node): return undefined instead of null variant in getFeatureFlagResult (...0832e6echore: update versions and lockfile [version bump]960cef8chore: update versions and lockfile [version bump]bae46bffix: drop events when beforeSend hooks throw (#4578)9e7a421test(node): add server SDK wire snapshots (#4544)Updates
josefrom 6.2.9 to 6.2.10Release notes
Sourced from jose's releases.
Changelog
Sourced from jose's changelog.
Commits
3eab152chore(release): 6.2.10021abf4refactor(jws): specialize compact processinga998927refactor(jwe): specialize compact processingeedb124refactor(jose): share binary input validation52ba159refactor(jwt): share producer claim state85e30edrefactor(jose): share compact token processing internals0bd81d2test(jose): cover hidden critical-header options9cf7876test(jose): reject callable object impostorsf23cafdtest(jose): preserve resolved key data properties1ee6f61refactor(jwe): consolidate CBC decryption failuresUpdates
@rollup/rollup-linux-x64-gnufrom 4.62.4 to 4.62.5Release notes
Sourced from @rollup/rollup-linux-x64-gnu's releases.
Changelog
Sourced from @rollup/rollup-linux-x64-gnu's changelog.
Commits
c20402e4.62.5e24957aKeep the semicolon added after a replaced default export (#6468)4b6bc39chore(deps): update dtolnay/rust-toolchain digest to 4360b52 (#6476)62efc42fix(deps): update swc monorepo (major) (#6470)c937289chore(deps): update dependency eslint-plugin-unicorn to v73 (#6472)d652a69chore(deps): lock file maintenance (#6480)bd116c7chore(deps): lock file maintenance (#6479)10edaf7chore(deps): lock file maintenance (#6478)d42b0d6fix(deps): update minor/patch updates (#6477)bfda94ffix(deps): update minor/patch updates (#6469)Updates
uuidfrom 14.0.1 to 14.0.2Release notes
Sourced from uuid's releases.
Changelog
Sourced from uuid's changelog.
Commits
fd59f02chore(main): release 14.0.2 (#967)f3c564edocs: point the Node support permalink at the CI version matrix (#974)b1da338fix(v1): set the multicast bit on v1Bytes's own randomly-generated node (#973)6adcc1dfix(v1): carry nsecs overflow into the timestamp's high bits (#972)ea83515docs: cleanup API summary (#968)ac36860chore: pinpublintversion in CI (#966)a67db57fix(v7): align default seq formula in v7Bytes with updateV7State (#965)Updates
@anthropic-ai/claude-agent-sdkfrom 0.3.234 to 0.3.241Release notes
Sourced from @anthropic-ai/claude-agent-sdk's releases.
... (truncated)
Changelog
Sourced from @anthropic-ai/claude-agent-sdk's changelog.
Commits
4827507chore: Update CHANGELOG.mdbfa6b84chore: Update CHANGELOG.mdae7e3ddchore: Update CHANGELOG.mdc4fdbe3chore: Update CHANGELOG.md591a180chore: Update CHANGELOG.mdd933c99chore: Update CHANGELOG.md076593fchore: Update CHANGELOG.mdUpdates
@anthropic-ai/sdkfrom 0.117.1 to 0.120.0Release notes
Sourced from @anthropic-ai/sdk's releases.
... (truncated)
Changelog
Sourced from @anthropic-ai/sdk's changelog.
Commits
bfa9197chore: release mainbc167f3feat(api): managed agents web search config and self hosted sandbox memory83fd898chore(internal): use a single pnpm workspace lockfile (#359)7fe6dd5remove internal ticket references from changelog- #360c67e4e2chore: release main50fc0dbfeat(api): Files and Skills APIs are now GA; add computer use and browser use...18ea26dchore: release main6ed9dddfeat(api): updates to skill, files, and user profiles91921f5fix(session-runner): retry tool-result sends for at least the lease TTL (#339)142adccdocs(tools): warn that blocking tool bodies stall the worker heartbeat (#299)Updates
@clerk/nextjsfrom 7.7.7 to 7.8.0Release notes
Sourced from @clerk/nextjs's releases.
Changelog
Sourced from @clerk/nextjs's changelog.
Commits
297c03dci(repo): Version packages (#9514)f541dbffeat(nextjs): throw missing-env error instead of keyless bootstrap (#9493)99082cbci(repo): Version packages (#9495)ff25005ci(repo): Version packages (#9477)75ec072fix(nextjs): allow Clerk protection hosts on all ports in connect-src (#9458)Updates
vitefrom 8.2.1 to 8.2.2Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.