Skip to content

chore(deps-dev): bump typescript from 5.9.3 to 6.0.2#306

Merged
palcarazm merged 4 commits intodevelop/5.4.0from
dependabot/npm_and_yarn/typescript-6.0.2
Apr 7, 2026
Merged

chore(deps-dev): bump typescript from 5.9.3 to 6.0.2#306
palcarazm merged 4 commits intodevelop/5.4.0from
dependabot/npm_and_yarn/typescript-6.0.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 27, 2026

Bumps typescript from 5.9.3 to 6.0.2.

Release notes

Sourced from typescript's releases.

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 27, 2026
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-6.0.2 branch from cc7fb53 to 5ef719a Compare April 5, 2026 14:26
@palcarazm
Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-6.0.2 branch from 5ef719a to a7c0b82 Compare April 7, 2026 13:29
…istency

- Change target from ES5 to ES2016 across tsconfig.json and tsconfig.test.json
- Add 'types' field with 'node' in tsconfig.json, 'jest' and 'node' in tsconfig.test.json
- Add 'noEmit': true to tsconfig.test.json to prevent accidental output
- Switch tsconfig.test.json module from ESNext to commonjs (required for Jest)
- Add allowCypressEnv: false to cypress.config.js
- Upgrade @typescript-eslint/eslint-plugin and parser from 8.20.0 to 8.58.0
- Normalize indentation and add trailing commas in cypress.config.js

Why: ES2016 provides modern language features (Promise, Map, Set, classes)
without sacrificing broad compatibility. Explicit type roots and noEmit prevent
type resolution errors and accidental build artifacts. CommonJS is required
for Jest's module resolution. Disabling Cypress env vars prevents CI
environment injection from overriding test configs.
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Apr 7, 2026

@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 95.186% (-0.5%) from 95.703% — dependabot/npm_and_yarn/typescript-6.0.2 into develop/5.4.0

@palcarazm palcarazm merged commit d9b6318 into develop/5.4.0 Apr 7, 2026
12 checks passed
@palcarazm palcarazm deleted the dependabot/npm_and_yarn/typescript-6.0.2 branch April 7, 2026 14:03
@github-project-automation github-project-automation Bot moved this from To do to Done in Pull Request Apr 7, 2026
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 javascript Pull requests that update javascript code

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants