Upgrade TS

This commit is contained in:
DominikIwanek 2025-04-16 10:32:15 +02:00
parent decedd933a
commit fc93399f76
3 changed files with 21 additions and 7 deletions

View File

@ -436,8 +436,8 @@ export class AlfrescoApi implements Emitter, AlfrescoApiType {
if (this.isEcmConfiguration()) {
const contentPromise = this.contentAuth.logout();
contentPromise.then(
() => (this.config.ticket = undefined),
() => {}
(): void => (this.config.ticket = undefined),
(): void => {}
);
return contentPromise;
}

22
package-lock.json generated
View File

@ -157,7 +157,7 @@
"stylelint-config-standard-scss": "^13.1.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.1.1",
"typescript": "5.7.3",
"typescript": "5.8.2",
"webdriver-manager": "12.1.9",
"webpack": "5.98.0",
"webpack-cli": "^5.1.4"
@ -8055,6 +8055,20 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@nx/eslint/node_modules/typescript": {
"version": "5.7.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
"integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/@nx/jest": {
"version": "20.8.0",
"resolved": "https://registry.npmjs.org/@nx/jest/-/jest-20.8.0.tgz",
@ -34954,9 +34968,9 @@
"license": "MIT"
},
"node_modules/typescript": {
"version": "5.7.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
"integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
"version": "5.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
"integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",

View File

@ -177,7 +177,7 @@
"stylelint-config-standard-scss": "^13.1.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.1.1",
"typescript": "5.7.3",
"typescript": "5.8.2",
"webdriver-manager": "12.1.9",
"webpack": "5.98.0",
"webpack-cli": "^5.1.4"