Bump the npm-server group across 1 directory with 7 updates - #69
Merged
AnHeuermann merged 2 commits intoSep 15, 2026
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/server/npm-server-7403806ad0
branch
3 times, most recently
from
September 3, 2026 08:09
d112d3e to
ea08c52
Compare
Bumps the npm-server group with 7 updates in the /server directory: | Package | From | To | | --- | --- | --- | | [vscode-languageserver](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/server) | `10.1.0` | `10.1.1` | | [vscode-languageserver-textdocument](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/textDocument) | `1.0.12` | `1.0.14` | | [web-tree-sitter](https://github.com/tree-sitter/tree-sitter/tree/HEAD/lib/binding_web) | `0.26.10` | `0.27.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.0` | `26.4.0` | | [esbuild](https://github.com/evanw/esbuild) | `0.28.1` | `0.28.2` | | [tsx](https://github.com/privatenumber/tsx) | `4.23.0` | `4.23.13` | | [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` | Updates `vscode-languageserver` from 10.1.0 to 10.1.1 - [Release notes](https://github.com/Microsoft/vscode-languageserver-node/releases) - [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/release/client/10.1.1/server) Updates `vscode-languageserver-textdocument` from 1.0.12 to 1.0.14 - [Release notes](https://github.com/Microsoft/vscode-languageserver-node/releases) - [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/HEAD/textDocument) Updates `web-tree-sitter` from 0.26.10 to 0.27.0 - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](https://github.com/tree-sitter/tree-sitter/commits/v0.27.0/lib/binding_web) Updates `@types/node` from 26.1.0 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.0 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.0...v4.23.13) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v6.0.3...v7.0.2) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-server - dependency-name: esbuild dependency-version: 0.28.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-server - dependency-name: tsx dependency-version: 4.23.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-server - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-server - dependency-name: vscode-languageserver dependency-version: 10.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-server - dependency-name: vscode-languageserver-textdocument dependency-version: 1.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-server - dependency-name: web-tree-sitter dependency-version: 0.26.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-server ... Signed-off-by: dependabot[bot] <support@github.com>
vscode-languageserver-textdocument 1.0.14 adds getLineRange() and
getEOLCharacters() to the TextDocument interface. ModelicaDocument
implements that interface by delegating to the wrapped document, so the
update broke `tsc -b` in the E2E step:
document.ts(48,14): error TS2420: Class 'ModelicaDocument' incorrectly
implements interface 'TextDocument'.
analyzer.ts(257,54): error TS2769: No overload matches this call.
Delegate both methods like the existing ones.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
AnHeuermann
force-pushed
the
dependabot/npm_and_yarn/server/npm-server-7403806ad0
branch
from
September 15, 2026 11:10
ea08c52 to
b43f47b
Compare
Coverage Report for CI Build 34961892262Coverage increased (+0.07%) to 72.388%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
AnHeuermann
deleted the
dependabot/npm_and_yarn/server/npm-server-7403806ad0
branch
September 15, 2026 11:15
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.
Bumps the npm-server group with 7 updates in the /server directory:
10.1.010.1.11.0.121.0.140.26.100.27.026.1.026.4.00.28.10.28.24.23.04.23.136.0.37.0.2Updates
vscode-languageserverfrom 10.1.0 to 10.1.1Commits
f92abd03.18.3 release93d5fe6feat(server): support document ranges formatting (#1823)0da5527Merge latest release into main (#1817)Updates
vscode-languageserver-textdocumentfrom 1.0.12 to 1.0.14Release notes
Sourced from vscode-languageserver-textdocument's releases.
Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for vscode-languageserver-textdocument since your current version.
Updates
web-tree-sitterfrom 0.26.10 to 0.27.0Release notes
Sourced from web-tree-sitter's releases.
... (truncated)
Commits
8933cb7docs(web): add WASM version compatibility section8263917docs: specify Emscripten version constraints for web binding builds129d8cdbuild(deps): bump eslint0be5f89fix(web): map Node-only specifiers to false via browser field95eaaa2build(deps): bump the npm group across 1 directory with 3 updatesdff1fd8build(deps): bump esbuild and vite in /lib/binding_web7be497afix(web)!: reportnullwhen lookahead iterator is not positioned6ea9a7cbuild(deps): bump the npm group across 1 directory with 4 updatesfecce45build(deps): bump@types/node4deef2dbuild(deps): bump eslintUpdates
@types/nodefrom 26.1.0 to 26.4.0Commits
Updates
esbuildfrom 0.28.1 to 0.28.2Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
609683dpublish 0.28.2 to npm11b1fe4add to release notesab50d91css: fix green/blue channel swap in oklch gamut mapping (#4488)04627b6fix #4498:asyncTLA checks need a worklist5c15177disablegoplsin thegofolderfc2ee9bcss: adjust parser to allow--foo: {...}209db54release notes for css nesting bugfixc625d31fix #4497: preserve nested ampersands during minification (#4500)34474e2better isolation of current part in js parser07f6e8cfix #4507:importassignment tree-shaking bugUpdates
tsxfrom 4.23.0 to 4.23.13Release notes
Sourced from tsx's releases.
... (truncated)
Commits
28e1f12fix(cache): bound shared transform cache memory (#835)ed9d330fix: shimimport.metawhen tokens are split by comments or newlines (#829)651f5betest: cover CommonJS TypeScript import.meta pathsbd3bc64test: cover CommonJS loader source fallback55cbecefix: preserve async ESM require fallback6c5ba85docs: document CommonJS default interopec1bcd5fix: support nyc coverage discovery (#710)b6e5b48docs: clarify CommonJS default imports2f55884fix: map Node test locationsde935d5docs: document Node source-map stack formattingUpdates
typescriptfrom 6.0.3 to 7.0.2Release notes
Sourced from typescript's releases.
Commits
1e4744dMerge branch 'main' into ts7-releasea5a219cmicrosoft/typescript-go#4558ecfe30dUpdate status localization5de25b5Hide executable name in TypeScript statusd7ce74aShow bundled TypeScript version for packaged servers29be66aCorrect TS 7 release version to 7.0.2ed2bd1bMerge branch 'main' into ts7-release8873075Bump the github-actions group across 1 directory with 3 updates (microsoft/ty...9427131Set up stable / nightly extension split, other prep (microsoft/typescript-go#...d4eaca5microsoft/typescript-go#4549Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.