Skip to content

chore(deps, agent-service): bump typescript from 6.0.3 to 7.0.2 in /agent-service#6708

Open
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/bun/agent-service/typescript-7.0.2
Open

chore(deps, agent-service): bump typescript from 6.0.3 to 7.0.2 in /agent-service#6708
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/bun/agent-service/typescript-7.0.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps typescript from 6.0.3 to 7.0.2.

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


Dependabot compatibility score

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 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 [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 to 7.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 21, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Automated Reviewer Suggestions

Based on the git blame history of the changed files, we recommend the following reviewers:

  • No candidates found from git blame history.

@aglinxinyuan
aglinxinyuan requested a review from Copilot July 22, 2026 01:18
@aglinxinyuan aglinxinyuan self-assigned this Jul 22, 2026
@codecov-commenter

codecov-commenter commented Jul 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.79%. Comparing base (5fcb58d) to head (5413c47).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #6708   +/-   ##
=========================================
  Coverage     74.79%   74.79%           
  Complexity     3445     3445           
=========================================
  Files          1160     1160           
  Lines         45793    45793           
  Branches       5069     5069           
=========================================
  Hits          34251    34251           
  Misses         9891     9891           
  Partials       1651     1651           
Flag Coverage Δ *Carryforward flag
access-control-service 70.00% <ø> (ø) Carriedforward from 5fcb58d
agent-service 76.76% <ø> (ø)
amber 67.07% <ø> (ø) Carriedforward from 5fcb58d
computing-unit-managing-service 20.49% <ø> (ø) Carriedforward from 5fcb58d
config-service 66.66% <ø> (ø) Carriedforward from 5fcb58d
file-service 66.80% <ø> (ø) Carriedforward from 5fcb58d
frontend 78.58% <ø> (ø) Carriedforward from 5fcb58d
notebook-migration-service 78.94% <ø> (ø) Carriedforward from 5fcb58d
pyamber 92.08% <ø> (ø) Carriedforward from 5fcb58d
workflow-compiling-service 55.14% <ø> (ø) Carriedforward from 5fcb58d

*This pull request uses carry forward flags. Click here to find out more.

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the agent-service’s TypeScript toolchain by bumping the typescript devDependency from 6.0.3 to 7.0.2, along with the corresponding Bun lockfile updates.

Changes:

  • Bump agent-service devDependency typescript to 7.0.2.
  • Regenerate agent-service/bun.lock to reflect the new TypeScript version and its platform-specific optional dependencies.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
agent-service/package.json Updates the pinned TypeScript devDependency version to 7.0.2.
agent-service/bun.lock Updates the Bun lockfile entries to match TypeScript 7.0.2 resolution.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

TypeScript 7 is the native compiler, so the typescript wrapper now pulls
a platform-specific native binary. On the ubuntu license-check runner that
is @typescript/typescript-linux-x64 (Apache-2.0). Bump the claimed
typescript version 6.0.3 -> 7.0.2 and add the new native binary so the
agent-service per-module LICENSE-binary check passes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent-service dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants