chore(deps, agent-service): bump typescript from 6.0.3 to 7.0.2 in /agent-service#6708
chore(deps, agent-service): bump typescript from 6.0.3 to 7.0.2 in /agent-service#6708dependabot[bot] wants to merge 3 commits into
Conversation
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>
Automated Reviewer SuggestionsBased on the
|
Codecov Report✅ All modified and coverable lines are covered by tests. 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
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
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-servicedevDependencytypescriptto7.0.2. - Regenerate
agent-service/bun.lockto 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.
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 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)