chore(deps): bump npm dependencies and regenerate lockfile - #439
Merged
WinterYukky merged 3 commits intoAug 4, 2026
Merged
Conversation
Bump the following packages across workspace: - esbuild: ^0.25.x -> ^0.28.1 (cdk, slack-bolt-app, webapp, worker) - tsx: ^4.20.3 -> ^4.22.4 (cdk) - @aws-sdk/client-s3: ^3.758.0 -> ^3.1068.0 (agent-core) - vitest: ^3.1.1 -> ^4.1.8 (agent-core) Regenerate root package-lock.json to fix lockfile inconsistency caused by dependabot not properly handling npm workspaces in monorepo configurations. Supersedes aws-samples#434 which had a broken lockfile causing CI failures.
…-regenerate-lockfile
- Regenerate cdk/package-lock.json to match bumped esbuild ^0.28.1 and tsx ^4.22.4
- Add @aws-sdk/client-s3 ^3.1068.0 as direct webapp dependency (was only
transitively resolved via agent-core workspace hoisting)
- Bump @aws-sdk/s3-request-presigner from ^3.824.0 to ^3.1068.0 in webapp
to align with agent-core's client-s3 version and resolve type incompatibility
('S3Client not assignable to Client' due to @smithy/types version mismatch)
- Merge upstream main (waitForCondition tool + KaTeX support) into branch
- Regenerate root package-lock.json with all changes
Verified: npm ci (root + cdk), tsc --noEmit (cdk), agent-core tests (78 pass),
worker tests (7 pass) all green.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump the following packages across workspace:
Regenerate root package-lock.json to fix lockfile inconsistency caused by dependabot not properly handling npm workspaces in monorepo configurations.
Supersedes #434 which had a broken lockfile causing CI failures.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.