Skip to content

chore(frontend)(deps-dev): bump the typescript group across 1 directory with 2 updates - #141

Merged
aksOps merged 1 commit into
mainfrom
dependabot/npm_and_yarn/ui/typescript-05e7a1191d
Aug 24, 2026
Merged

chore(frontend)(deps-dev): bump the typescript group across 1 directory with 2 updates#141
aksOps merged 1 commit into
mainfrom
dependabot/npm_and_yarn/ui/typescript-05e7a1191d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the typescript group with 2 updates in the /ui directory: @types/node and typescript.

Updates @types/node from 25.9.3 to 26.2.0

Commits

Updates typescript from 6.0.3 to 7.0.2

Release notes

Sourced from typescript's releases.

TypeScript 7.0.2

https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/

This tag was originally released at: https://github.com/microsoft/typescript-go/releases/tag/typescript%2Fv7.0.2

Commits
  • 1e4744d Merge branch 'main' into ts7-release
  • a5a219cmicrosoft/typescript-go#4558
  • ecfe30d Update status localization
  • 5de25b5 Hide executable name in TypeScript status
  • d7ce74a Show bundled TypeScript version for packaged servers
  • 29be66a Correct TS 7 release version to 7.0.2
  • ed2bd1b Merge branch 'main' into ts7-release
  • 8873075 Bump the github-actions group across 1 directory with 3 updates (microsoft/ty...
  • 9427131 Set up stable / nightly extension split, other prep (microsoft/typescript-go#...
  • d4eaca5microsoft/typescript-go#4549
  • Additional commits viewable in compare view
Maintainer changes

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


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: area:frontend, type:dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@socket-security

socket-security Bot commented Jul 13, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​@​types/​node@​25.9.3 ⏵ 26.2.0100 +110081 +195100
Updatednpm/​typescript@​6.0.3 ⏵ 7.0.29910089 -1100100 +10

View full report

@sonarqubecloud

Copy link
Copy Markdown

@aksOps

aksOps commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ui/typescript-05e7a1191d branch from 12a7b44 to f2586d3 Compare August 23, 2026 17:31
@aksOps

aksOps commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ui/typescript-05e7a1191d branch from f2586d3 to 50f4cd6 Compare August 23, 2026 17:50
@aksOps

aksOps commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ui/typescript-05e7a1191d branch 2 times, most recently from fbd4e5e to 3eff80f Compare August 24, 2026 02:14
@aksOps

aksOps commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

…ry with 2 updates

Bumps the typescript group with 2 updates in the /ui directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript).


Updates `@types/node` from 25.9.3 to 26.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ui/typescript-05e7a1191d branch from 3eff80f to e1deb10 Compare August 24, 2026 02:21
@sonarqubecloud

Copy link
Copy Markdown

@aksOps
aksOps merged commit 0a718e2 into main Aug 24, 2026
12 checks passed
@aksOps
aksOps deleted the dependabot/npm_and_yarn/ui/typescript-05e7a1191d branch August 24, 2026 02:22
aksOps added a commit that referenced this pull request Aug 24, 2026
…the UI build in CI

#141 bumped TypeScript to ~7.0.2, but typescript-eslint@8.61.1 declares
peer typescript '>=4.8.4 <6.1.0' — and no released typescript-eslint
supports TS 7. npm ci fails outright with ERESOLVE, so ui/ could not
install or build on main. Pin to ~6.0.3, the highest version inside the
peer range, and regenerate the lockfile.

This merged green because nothing in CI builds the UI: main is
source-only and the SPA is built at tag time, so a broken frontend
dependency tree stays invisible until a release tag fails or ships a
UI-less binary. Add a ui-build job — npm ci --ignore-scripts (matching
the release path, and the exact command that fails on an unsatisfiable
peer graph), tsc -b + vite build, an assertion that the embedded
entrypoint exists, and the vitest suite — on node 24 to match the
release environment.

Verified locally: clean npm ci, full build (601.9 KB, index.html
present, lucide-react 1.33 typechecks so every icon import resolves),
and 339 UI tests across 39 files passing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant