Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 6 updates - #1334

Merged
krishagel merged 3 commits into
devfrom
dependabot/npm_and_yarn/dev/minor-and-patch-d4f3c32214
Jul 27, 2026
Merged

chore(deps): bump the minor-and-patch group across 1 directory with 6 updates#1334
krishagel merged 3 commits into
devfrom
dependabot/npm_and_yarn/dev/minor-and-patch-d4f3c32214

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 6 updates in the / directory:

Package From To
@aws-sdk/lib-storage 3.982.0 3.1096.0
argon2 0.44.0 0.45.1
katex 0.17.0 0.18.1
next 16.2.11 16.2.12
react-shiki 0.10.1 0.11.0
sharp 0.34.5 0.35.3

Updates @aws-sdk/lib-storage from 3.982.0 to 3.1096.0

Release notes

Sourced from @​aws-sdk/lib-storage's releases.

v3.1096.0

3.1096.0(2026-07-27)

New Features
  • clients: update client endpoints as of 2026-07-27 (24e536ee)
  • client-bcm-data-exports: With this release, customers can configure their data exports to deliver CSV reports in ZIP compressed format. (bf6df63c)
  • client-glue: Adds BatchGetDataQualityRulesetEvaluationRun API to retrieve multiple runs in one call, ObservationScope and ObservationMode parameters for anomaly detection, writing evaluation results to Data Catalog tables, and custom log group paths for recommendation runs. (70d8b71e)
  • client-sagemaker: This release adds LoRA adapters, training plans, and new instance types to SageMaker inference optimization. CreateAIRecommendationJob accepts optional AdapterSource and CreateOptimizationJob accepts optional TrainingPlanArns and the ml.g7e and ml.p6-b200 families. (587c6437)
  • client-account: This release adds support for the GetPrimaryEmailUpdateStatus API operation, which allows customers to retrieve the current status of a primary email address update request for an AWS account. The operation returns status information including whether the update is pending, completed, or failed. (d633065c)
  • client-quicksight: Added new Governance fields to Custom Permissions API to support Deny By Default functionality. (730d4716)
  • client-cleanrooms: This release adds support for the CR.8X worker type for SQL (32 vCPU) (4c532188)
  • client-emr-containers: With this launch, you can now set concurrent job limits on a virtual cluster, giving you fine-grained control over how many job runs execute at once and how many can wait in queue. (b6c745a4)
  • client-securityagent: AWS Security Agent adds a new task hours field that reflects the active work done for a task. (6419f793)
  • client-partnercentral-account: Adds optional headquarters location to StartProfileUpdateTask, letting partners record their headquarters as an ISO 3166 country and subdivision code on their profile. When headquarters is provided, both the country and subdivision codes are required. (db69aaa7)
  • client-cleanroomsml: This release adds support for the CR.8X worker type for SQL (32 vCPU) (bcabd86a)
Bug Fixes
  • core/protocols: handle JSON exponent notation in jsonReviver (#8226) (c3b27fd3)

For list of updated packages, view updated-packages.md in assets-3.1096.0.zip

v3.1095.0

3.1095.0(2026-07-24)

Chores
  • codegen: sync for CBOR large map deser, event-streams exceptions, endpoints features, ChecksumStream fix (#8218) (bb564e57)
  • core/protocols: JSON serde consistency testing and perf tuning (#8214) (8dac2514)
Documentation Changes
  • client-odb: Documentation-only update to clarify the operation-specific valid values for the externalIdType field. (e1f6b3ae)
New Features
  • clients: update client endpoints as of 2026-07-24 (f84113a7)
  • client-neptune-graph: Update validations for Tag Keys and KMS Key ARNs. (9109ccf7)
  • client-cognito-identity-provider: Amazon Cognito user pools now support the AdminGetUserAuthFactors operation, which lets administrators retrieve the configured authentication factors (such as password, SMS, email, and TOTP) available for a specific user in a user pool. (fb3d908c)
  • client-dynamodb: Endpoint test standardizations (2e9ccdb4)
  • client-rtbfabric: The deprecated inboundLinksCount field has been removed from the GetResponderGateway API response. Customers who previously relied on this field should use linksRequestedCount instead. (70e61b39)
  • client-artifact: Added the PutComplianceInquiryFeedback API, enabling customers to submit feedback on compliance inquiry responses. Customers can rate responses as helpful or not helpful and provide optional reason codes and comments. (e2d5f0e2)
  • client-application-insights: This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.1. The SDK will prioritize its most performant protocol. (20dd5886)
  • core: update clock skew detection threshold and configs (#8189) (a2773d56)
Bug Fixes

... (truncated)

Changelog

Sourced from @​aws-sdk/lib-storage's changelog.

3.1096.0 (2026-07-27)

Note: Version bump only for package @​aws-sdk/lib-storage

3.1095.0 (2026-07-24)

Note: Version bump only for package @​aws-sdk/lib-storage

3.1094.0 (2026-07-23)

Note: Version bump only for package @​aws-sdk/lib-storage

3.1093.0 (2026-07-22)

Note: Version bump only for package @​aws-sdk/lib-storage

3.1092.0 (2026-07-21)

Note: Version bump only for package @​aws-sdk/lib-storage

3.1091.0 (2026-07-20)

Note: Version bump only for package @​aws-sdk/lib-storage

3.1090.0 (2026-07-17)

... (truncated)

Commits

Updates argon2 from 0.44.0 to 0.45.1

Release notes

Sourced from argon2's releases.

v0.45.1

Fixes an issue with v0.45.0 where TypeScript generated types for the hash function as returning Promise<any>

Full Changelog: ranisalt/node-argon2@v0.45.0...v0.45.1

v0.45.0

What's Changed

Drops support for Node 18 and 20 (probably still works, but isn't tested)

New Contributors

Full Changelog: ranisalt/node-argon2@v0.44.0...v0.45.0

Commits
  • 786de71 fix: hash function generated types
  • e2fe33f fix: update Node.js version to latest in publish job
  • e27980f fix: revert sync to default in freebsd test
  • 3d0a0b4 fix: change npm publish to npm stage publish in release workflow
  • c61513f chore: update actions versions
  • 2bc0733 fix: revert sync to default in freebsd build
  • b012379 chore: update dependencies and devDependencies
  • d2edf4e fix(tests): add unicode flag to regex assertions in option tests
  • 0eb1db1 Apply npm fixes to package.json
  • a09b94e Fix compilation on solaris (#538)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for argon2 since your current version.


Updates katex from 0.17.0 to 0.18.1

Release notes

Sourced from katex's releases.

v0.18.1

0.18.1 (2026-07-19)

Bug Fixes

v0.18.0

0.18.0 (2026-07-17)

Features

BREAKING CHANGES

  • users who apply custom styles or have allowlists targeting KaTeX's internal classes must update their selectors.
Changelog

Sourced from katex's changelog.

0.18.1 (2026-07-19)

Bug Fixes

0.18.0 (2026-07-17)

Features

BREAKING CHANGES

  • users who apply custom styles or have allowlists targeting KaTeX's internal classes must update their selectors.
Commits
  • cdf479f chore(release): 0.18.1 [ci skip]
  • 87a2b30 fix(htmlData): allow escaped commas in \htmlData (#4236)
  • 2318066 chore(deps): bump codecov/codecov-action from 6 to 7 (#4227)
  • 3b5b6a0 chore(deps): bump actions/checkout from 6 to 7 (#4232)
  • 4e9d31a chore(deps): update dependency js-yaml to v4.2.0 [security] (#4244)
  • b7ca8f0 chore(deps): update dependency webpack-dev-server to v5.2.5 [security] (#4242)
  • bf1a59f chore: use pixel diff as fallback for byte-to-byte (#4245)
  • 4d9d0ae chore(release): 0.18.0 [ci skip]
  • 6f5c44f feat: prefix css classes (#4229)
  • 2c6143a refactor: remove direct hasOwnProperty call (#4230)
  • Additional commits viewable in compare view
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates next from 16.2.11 to 16.2.12

Release notes

Sourced from next's releases.

v16.2.12

What's Changed

Full Changelog: vercel/next.js@v16.2.11...v16.2.12

Commits

Updates react-shiki from 0.10.1 to 0.11.0

Release notes

Sourced from react-shiki's releases.

react-shiki@0.11.0

Minor Changes

  • Feat: add highlightLineNumbers option to highlight specific lines by displayed line number (respects startingLineNumber) [#172](https://github.com/AVGVSTVS96/react-shiki/tree/HEAD/package/issues/172) cdf859a @​aouxwoux

    Highlighted lines get the rs-highlighted-line class. The highlight color adapts to the active theme, deriving from its text color. With default styles, backgrounds automatically extend into the pre's horizontal padding so they reach the container edges.

    New CSS variables:

    • --rs-highlighted-line-background: highlight color (default: theme text color at 10% opacity)
    • --rs-highlighted-line-number-foreground: line number color on highlighted lines (default: theme text color at 65% opacity)
  • Add experimental outputFormat: 'tokens' support to useShikiHighlighter, returning Shiki's raw TokensResult for custom rendering. The hook's return type narrows based on the literal outputFormat passed: 'react' returns ReactElement, 'html' returns string, and 'tokens' returns TokensResult. [#146](https://github.com/AVGVSTVS96/react-shiki/tree/HEAD/package/issues/146) 4937a4c @​AVGVSTVS96

    Token output is hook-only. 'tokens' is accepted through the hook's generic signature but excluded from HighlighterOptions and the component's props, so existing option objects and wrappers keep their current types. The ShikiHighlighter component warns and falls back to 'react' if 'tokens' is passed at runtime.

  • Fix(css): default styles no longer use @layer base, which broke Tailwind v3 builds (its PostCSS plugin treats @layer base as a Tailwind directive). Default styles are now unlayered with zero-specificity :where() selectors: CSS resets (e.g. Tailwind preflight) can no longer override them, while any rule in your own CSS still can. [#174](https://github.com/AVGVSTVS96/react-shiki/tree/HEAD/package/issues/174) 3907885 @​AVGVSTVS96

    BREAKING CHANGE (css): Small risk for users with applyDefaultStyles enabled:

    • pre padding or border-radius overrides from cascade layers (e.g. Tailwind [&_pre]:p-3.5) no longer apply. Use ! / !important or disable default styles. Plain (unlayered) CSS is unaffected.

Patch Changes

Changelog

Sourced from react-shiki's changelog.

0.11.0

Minor Changes

  • Feat: add highlightLineNumbers option to highlight specific lines by displayed line number (respects startingLineNumber) [#172](https://github.com/AVGVSTVS96/react-shiki/tree/HEAD/package/issues/172) cdf859a @​aouxwoux

    Highlighted lines get the rs-highlighted-line class. The highlight color adapts to the active theme, deriving from its text color. With default styles, backgrounds automatically extend into the pre's horizontal padding so they reach the container edges.

    New CSS variables:

    • --rs-highlighted-line-background: highlight color (default: theme text color at 10% opacity)
    • --rs-highlighted-line-number-foreground: line number color on highlighted lines (default: theme text color at 65% opacity)
  • Add experimental outputFormat: 'tokens' support to useShikiHighlighter, returning Shiki's raw TokensResult for custom rendering. The hook's return type narrows based on the literal outputFormat passed: 'react' returns ReactElement, 'html' returns string, and 'tokens' returns TokensResult. [#146](https://github.com/AVGVSTVS96/react-shiki/tree/HEAD/package/issues/146) 4937a4c @​AVGVSTVS96

    Token output is hook-only. 'tokens' is accepted through the hook's generic signature but excluded from HighlighterOptions and the component's props, so existing option objects and wrappers keep their current types. The ShikiHighlighter component warns and falls back to 'react' if 'tokens' is passed at runtime.

  • Fix(css): default styles no longer use @layer base, which broke Tailwind v3 builds (its PostCSS plugin treats @layer base as a Tailwind directive). Default styles are now unlayered with zero-specificity :where() selectors: CSS resets (e.g. Tailwind preflight) can no longer override them, while any rule in your own CSS still can. [#174](https://github.com/AVGVSTVS96/react-shiki/tree/HEAD/package/issues/174) 3907885 @​AVGVSTVS96

    BREAKING CHANGE (css): Small risk for users with applyDefaultStyles enabled:

    • pre padding or border-radius overrides from cascade layers (e.g. Tailwind [&_pre]:p-3.5) no longer apply. Use ! / !important or disable default styles. Plain (unlayered) CSS is unaffected.

Patch Changes

Commits
  • fefb830 chore: update versions (#170)
  • 7b22c1e fix: trim language ids before resolving (#183)
  • 2759296 fix: extend highlighted-line backgrounds into pre padding (#182)
  • 4937a4c feat: add experimental outputFormat: 'tokens' support (#146)
  • cdf859a feat: add highlighted line support (#172)
  • 3907885 fix: replace CSS cascade layer with unlayered :where() default styles (#174)
  • a8c491f chore(deps): update all non-major dependencies (#166)
  • 1eaf27c fix: rename css layer from base to react-shiki (#169)
  • See full diff in compare view

Updates sharp from 0.34.5 to 0.35.3

Release notes

Sourced from sharp's releases.

v0.35.3

  • Tighten verification of text dimensions, TIFF tile dimensions and extend values.

  • Improve code bundler support by resolving path to libvips binary.

  • Increase default concurrency when use of MALLOC_ARENA_MAX is detected.

  • Emit warning about binaries provided by Electron for use on Linux.

  • Add hasAlpha property to output info. #4500

  • TypeScript: Return more precise Buffer<ArrayBuffer> from toBuffer. #4520 @​Andarist

  • Bound clahe width and height to avoid signed overflow. #4551 @​metsw24-max

  • Bound trim margin to avoid signed overflow. #4552 @​metsw24-max

  • Reject infinite values when validating numbers. #4553 @​metsw24-max

  • Bound extract region to libvips coordinate limit. #4555 @​metsw24-max

  • Verify background colour values are numbers. #4556 @​metsw24-max

  • Bound create and raw input dimensions to coordinate limit. #4558 @​metsw24-max

  • Tighten recomb and affine matrix verification. #4560 @​chatman-media

  • Verify cache memory limit to avoid overflow. #4561 @​metsw24-max

v0.35.3-rc.2

  • Tighten verification of text dimensions, TIFF tile dimensions and extend values.

... (truncated)

Commits
  • 1018449 Release v0.35.3
  • ba303a7 Prerelease v0.35.3-rc.2
  • 4f94fc5 Upgrade to sharp-libvips v1.3.2
  • c5e7a3f Bump devDeps, fix Deno/Windows smoke tests
  • 9a8d002 Docs: Add changelog entry and note about transferable #4520
  • 8694db0 TypeScript: Return more precise Buffer\<ArrayBuffer> from toBuffer (#4520)
  • e000d0b Prerelease v0.35.3-rc.1
  • 9554ca9 Prerelease v0.35.3-rc.0
  • 6a29fd5 Emit warning about native binaries on Linux Electron
  • 540d2ea Increase default concurrency when use of MALLOC_ARENA_MAX detected
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 25, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d85e082cb9

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread package.json Outdated
"@aws-sdk/credential-providers": "^3.982.0",
"@aws-sdk/lib-dynamodb": "~3.1076.0",
"@aws-sdk/lib-storage": "3.982.0",
"@aws-sdk/lib-storage": "3.1095.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Regenerate bun.lock with the dependency bumps

The committed bun.lock still records all six previous dependency specifications and resolved versions, so it no longer matches this manifest. In the inspected .github/workflows/ci.yml install jobs and the root Dockerfile, dependencies are installed with bun install --frozen-lockfile; Bun's help defines that flag as “Disallow changes to lockfile,” so these CI and container builds cannot install the updated manifest. Commit the lockfile generated from these bumps.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Member

🤖 pr-fix routine: blocked (no npm registry access), not by missing feedback

All four failing checks — Test, Lint, and Type Check, Unified Content PostgreSQL Lifecycle, Validate CDK Infrastructure, and claude-review — fail at the same setup step:

error: lockfile had changes, but lockfile is frozen
note: try re-running without --frozen-lockfile and commit the updated lockfile

Root cause: the Dependabot commit (d85e082) touches only package.json — 6 lines, no bun.lock change:

Package From To
@aws-sdk/lib-storage 3.982.0 3.1095.0
argon2 ^0.44.0 ^0.45.1
katex ^0.17.0 ^0.18.1
next 16.2.9 16.2.11
react-shiki ^0.10.1 ^0.11.0
sharp ^0.34.5 ^0.35.3

CI installs with bun install --frozen-lockfile, so it fails until bun.lock is regenerated against the new ranges.

Why I can't fix it here: the fix requires bun install to re-resolve those 6 packages and their transitive/optional platform deps (sharp 0.35.x in particular reshuffles its prebuilt-binary optional deps). This routine's environment has no egress to registry.npmjs.org — both direct and via the configured proxy return 403 host_not_allowed:

$ curl -sSI https://registry.npmjs.org/next
HTTP/2 403
x-deny-reason: host_not_allowed

Hand-editing bun.lock isn't a safe substitute — the wrong integrity hashes would silently corrupt installs — so I have no way to produce a correct lockfile in this environment.

To unblock, on a machine with registry access:

git fetch origin dependabot/npm_and_yarn/dev/minor-and-patch-d4f3c32214
git checkout dependabot/npm_and_yarn/dev/minor-and-patch-d4f3c32214
bun install          # regenerates bun.lock
git commit -am "chore(deps): update bun.lock for minor-and-patch group"
git push

One thing to watch when you do: package.json pins @aws-sdk/client-s3 at 3.982.0 while this PR moves @aws-sdk/lib-storage to 3.1095.0, and CI already warns incorrect peer dependency "@aws-sdk/client-s3@3.982.0". Worth bumping both together.


This is systemic, not specific to this PR. The same blocker was diagnosed on #1293 on 2026-07-23, and 13 other dependency PRs in this repo already carry pr-fix-stuck (#1076, #1209, #1211#1218, #1256, #1275, #1293, #1328) — almost certainly all the same "Dependabot doesn't update bun.lock" + "routine can't reach npm" pair. Every fire of this routine will keep re-diagnosing it. Two durable fixes worth considering:

  1. Add registry.npmjs.org to this routine's egress allowlist, so it can regenerate lockfiles itself and clear the whole backlog automatically; and/or
  2. Add a CI step (or a Dependabot post-update hook) that runs bun install and commits bun.lock on Dependabot branches, so these PRs arrive green.

I've labelled this pr-fix-stuck so the routine stops re-trying it. Remove the label once the lockfile is committed and you'd like it re-verified.


Generated by Claude Code

@krishagel krishagel added the pr-fix-stuck pr-fix routine gave up — human attention needed label Jul 25, 2026 — with Claude
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/minor-and-patch-d4f3c32214 branch 3 times, most recently from 3ad7f9f to 3ee64cb Compare July 27, 2026 18:19
@krishagel

Copy link
Copy Markdown
Member

@dependabot rebase

… updates

Bumps the minor-and-patch group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.982.0` | `3.1096.0` |
| [argon2](https://github.com/ranisalt/node-argon2) | `0.44.0` | `0.45.1` |
| [katex](https://github.com/KaTeX/KaTeX) | `0.17.0` | `0.18.1` |
| [next](https://github.com/vercel/next.js) | `16.2.11` | `16.2.12` |
| [react-shiki](https://github.com/AVGVSTVS96/react-shiki/tree/HEAD/package) | `0.10.1` | `0.11.0` |
| [sharp](https://github.com/lovell/sharp) | `0.34.5` | `0.35.3` |



Updates `@aws-sdk/lib-storage` from 3.982.0 to 3.1096.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1096.0/lib/lib-storage)

Updates `argon2` from 0.44.0 to 0.45.1
- [Release notes](https://github.com/ranisalt/node-argon2/releases)
- [Commits](ranisalt/node-argon2@v0.44.0...v0.45.1)

Updates `katex` from 0.17.0 to 0.18.1
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.17.0...v0.18.1)

Updates `next` from 16.2.11 to 16.2.12
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](vercel/next.js@v16.2.11...v16.2.12)

Updates `react-shiki` from 0.10.1 to 0.11.0
- [Release notes](https://github.com/AVGVSTVS96/react-shiki/releases)
- [Changelog](https://github.com/AVGVSTVS96/react-shiki/blob/main/package/CHANGELOG.md)
- [Commits](https://github.com/AVGVSTVS96/react-shiki/commits/react-shiki@0.11.0/package)

Updates `sharp` from 0.34.5 to 0.35.3
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.34.5...v0.35.3)

---
updated-dependencies:
- dependency-name: "@aws-sdk/lib-storage"
  dependency-version: 3.1095.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: argon2
  dependency-version: 0.45.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: katex
  dependency-version: 0.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: next
  dependency-version: 16.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-shiki
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sharp
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/minor-and-patch-d4f3c32214 branch from 3ee64cb to 9105414 Compare July 27, 2026 19:11
krishagel and others added 2 commits July 27, 2026 12:12
Dependabot bumped package.json without regenerating the bun lockfile
(bun.lock is not natively supported by dependabot), so CI fails at
bun install --frozen-lockfile. Regenerated with bun 1.2.23 to match
the bun-version pinned in CI.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
argon2 >= 0.45's install script invokes 'bunx node-gyp@latest'; node-gyp
13's undici calls webidl.util.markAsUncloneable, which only exists on
Node >= 22.9. The CDK job pinned Node 20.x, so 'bun install' died with
'markAsUncloneable is not a function' (the Test job passes because it
uses the runner's system Node). The Lambda target stays node20 via the
esbuild bundling config, which does not require the build host to run
Node 20.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@krishagel
krishagel merged commit 244d6dd into dev Jul 27, 2026
8 checks passed
@krishagel krishagel added pr-fix-done pr-fix routine processed and PR is clean and removed pr-fix-stuck pr-fix routine gave up — human attention needed labels Jul 27, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dev/minor-and-patch-d4f3c32214 branch July 27, 2026 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code pr-fix-done pr-fix routine processed and PR is clean

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant