Update development dependencies and align esbuild script approval - #10
Merged
dd3ok merged 2 commits intoSep 6, 2026
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/development-dependencies-0a07de7a9d
branch
from
August 25, 2026 01:20
f6998bb to
443acdb
Compare
…ates Bumps the development-dependencies group with 3 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [esbuild](https://github.com/evanw/esbuild) and [tsx](https://github.com/privatenumber/tsx). Updates `@types/node` from 26.1.2 to 26.4.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `esbuild` from 0.28.1 to 0.28.2 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.28.1...v0.28.2) Updates `tsx` from 4.23.1 to 4.23.13 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.23.1...v4.23.13) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: esbuild dependency-version: 0.28.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: tsx dependency-version: 4.23.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/development-dependencies-0a07de7a9d
branch
from
September 2, 2026 21:44
443acdb to
873023f
Compare
dependabot
Bot
deleted the
dependabot/npm_and_yarn/development-dependencies-0a07de7a9d
branch
September 6, 2026 23:57
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.
Updates development dependencies: @types/node 26.1.2 → 26.4.0, esbuild 0.28.1 → 0.28.2, and tsx 4.23.1 → 4.23.13 (resolved lockfile versions).
Aligns the version-pinned esbuild install-script approval with 0.28.2. Previously the dependency update left approval at 0.28.1, producing unapproved-script warnings. Runtime dependencies and committed generated artifacts are unchanged.
Validation on Windows with Node 24.18.0 / npm 12.0.1:
npm ci --strict-allow-scriptspassed with no pending install-script approvals and no reported vulnerabilities.npm run test:allpassed: 80 source tests passed, 1 unsupported Windows fixture skipped, 8 distribution tests passed; generated artifacts and TypeScript build passed.No routing behavior changed, so no benchmark was added. The existing macOS-only optional fsevents approval warning predates this update and is outside this dependency-version correction.