Skip to content

Commit

Permalink
fix(deps-dev): bump typescript from 5.1.6 to 5.2.2 (#700)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump typescript from 5.1.6 to 5.2.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.1.6...v5.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

* fix `TS5110: Option 'module' must be set to 'NodeNext' when option 'moduleResolution' is set to 'NodeNext'` error when running Cypress/e2e tests
reverts a change from PR #640.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adrien Joly <531781+adrienjoly@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and adrienjoly committed Aug 31, 2023
1 parent 326c0a0 commit b783050
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@
"nyc": "^15.1.0",
"prettier": "^3.0.3",
"ts-morph": "^19.0.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es2015",
"moduleResolution": "NodeNext",
"moduleResolution": "node",
"allowJs": true,
"noEmit": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit b783050

Please sign in to comment.