Skip to content

Commit 598a07b

Browse files
chore(deps-dev)(deps-dev): bump typescript from 5.8.2 to 5.8.3 in /Frontend (#14)
* chore(deps-dev)(deps-dev): bump typescript in /Frontend Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.2 to 5.8.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.2...v5.8.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * test(frontend): add node types to tsconfig.spec for process usage --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Limitless Green <LimitlessGreen@outlook.de>
1 parent e73f8ed commit 598a07b

3 files changed

Lines changed: 35 additions & 33 deletions

File tree

Frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"karma-coverage": "~2.2.1",
5757
"karma-jasmine": "~5.1.0",
5858
"karma-jasmine-html-reporter": "~2.1.0",
59-
"typescript": "~5.8.2"
59+
"typescript": "~5.8.3"
6060
}
6161
}

Frontend/pnpm-lock.yaml

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Frontend/tsconfig.spec.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"compilerOptions": {
66
"outDir": "./out-tsc/spec",
77
"types": [
8+
// Node Typen nötig für process.* Zugriffe in Tests/Services
9+
"node",
810
"jasmine",
911
"@angular/localize"
1012
]

0 commit comments

Comments
 (0)