Skip to content

chore(deps): bump typescript from 5.9.3 to 7.0.2 - #303

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-6.0.3
Open

chore(deps): bump typescript from 5.9.3 to 7.0.2#303
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-6.0.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps typescript from 5.9.3 to 7.0.2.

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
Maintainer changes

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


@dependabot @github

dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

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

@dependabot
dependabot Bot requested a review from vgpastor as a code owner July 2, 2026 17:16
@vercel

vercel Bot commented Jul 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
response-grid Error Error Jul 22, 2026 9:31am

Request Review

vgpastor commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

🟠 No es un bump directo — requiere migración dedicada. Probé TypeScript 6 en local y el build no pasa sin cambios de código/config:

  1. Deprecaciones convertidas en error (TS6 endurece de cara a TS7):
    • apps/api/tsconfig*: baseUrlTS5101.
    • packages/warehouse-core/tsconfig.cjs.json: moduleResolution: "Node10"TS5107.
      Requieren "ignoreDeprecations": "6.0" (parche temporal) o migrar las opciones de verdad.
  2. Errores de tipos reales: Express.Multer.File deja de resolverse (TS2694: Namespace 'global.Express' has no exported member 'Multer') en files.controller.ts — necesita ajuste de tipos (import de @types/multer / referencia).

Meter esto con band-aids dentro de un "bump de dependencia" no es correcto (el ignoreDeprecations solo aplaza el problema a TS7 y los errores de tipos merecen revisión). Propongo abordarlo como PR de migración dedicado. Lo dejo abierto.

(El bump de @types/node que venía en el mismo tren, #302, se aplicó por separado en #359.)


Generated by Claude Code

vgpastor commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Abierto #363 para trackear la migración a TS 6 como trabajo dedicado (con los hallazgos concretos: baseUrl/Node10 deprecados, Express.Multer.File, web sin probar, peer de openapi-typescript). Este PR de Dependabot queda a la espera de esa migración.


Generated by Claude Code

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-6.0.3 branch from 6e169de to 8791516 Compare July 7, 2026 13:42
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-6.0.3 branch from 8791516 to 3d8ff43 Compare July 7, 2026 14:00
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-6.0.3 branch from 3d8ff43 to 12e5a3d Compare July 7, 2026 20:56
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.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: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump typescript from 5.9.3 to 6.0.3 chore(deps): bump typescript from 5.9.3 to 7.0.2 Jul 22, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-6.0.3 branch from 12e5a3d to 8a8417e Compare July 22, 2026 09:31
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