Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 2025

Bumps microsoft/typescript-go from 3e97dac to beeea27.

Commits
  • beeea27 Port tsc --init (#2033)
  • 336dda7 Implement auto-import code actions, port tests and fix some bugs (#2053)
  • 35a5221 Accurately recognize fourslash test as submodule (#2068)
  • fad2aa0 Fix panic in inlay hints for tuple types (#2040)
  • ed6e33f Don't add export modifier to KindCommonJSExport reparsed nodes (#2066)
  • b17a2c6 Introduce GetECMALineOfPosition to avoid unused rune counting (#2065)
  • 90bc90f Don't add export modifier to JSTypeAliasDeclaration from @callback (#2063)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [microsoft/typescript-go](https://github.com/microsoft/typescript-go) from `3e97dac` to `beeea27`.
- [Commits](microsoft/typescript-go@3e97dac...beeea27)

---
updated-dependencies:
- dependency-name: microsoft/typescript-go
  dependency-version: beeea27a9c180e6eb81b5730ad99eaf0837d1688
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update submodules code labels Nov 12, 2025
@codecov
Copy link

codecov bot commented Nov 12, 2025

Codecov Report

❌ Patch coverage is 15.06726% with 947 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.17%. Comparing base (1a8b7db) to head (5276311).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
pkg/ls/codeactions_importfixes.go 0.00% 344 Missing ⚠️
pkg/ls/change/delete.go 0.00% 165 Missing ⚠️
pkg/fourslash/fourslash.go 0.00% 104 Missing ⚠️
pkg/ls/autoimports.go 0.00% 70 Missing ⚠️
pkg/ls/change/tracker.go 0.00% 55 Missing ⚠️
pkg/ls/codeactions.go 0.00% 43 Missing ⚠️
pkg/astnav/tokens.go 0.00% 38 Missing ⚠️
pkg/ls/autoimportfixes.go 0.00% 26 Missing ⚠️
pkg/ls/change/trackerimpl.go 0.00% 13 Missing ⚠️
pkg/format/indent.go 0.00% 12 Missing ⚠️
... and 15 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
- Coverage   48.42%   48.17%   -0.26%     
==========================================
  Files         338      342       +4     
  Lines      114832   115800     +968     
==========================================
+ Hits        55608    55781     +173     
- Misses      55062    55850     +788     
- Partials     4162     4169       +7     
Flag Coverage Δ
unittests 48.17% <15.06%> (-0.26%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Co-authored-by: buke <1013738+buke@users.noreply.github.com>
@buke buke merged commit d1ceeb0 into main Nov 13, 2025
3 checks passed
@buke buke deleted the dependabot/submodules/microsoft/typescript-go-beeea27 branch November 13, 2025 02:24
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 submodules Pull requests that update submodules code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants