feat: update to angular 17

This commit is contained in:
Thea Schöbl
2024-03-21 08:47:34 +00:00
committed by Rainer Killinger
parent 09faa66e98
commit 10c4466b37
154 changed files with 8337 additions and 7640 deletions

View File

@@ -67,9 +67,9 @@
"mocha": "10.2.0",
"mocha-junit-reporter": "2.2.0",
"nock": "13.3.1",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tsup": "6.7.0",
"typescript": "5.1.6"
"typescript": "5.4.2"
},
"tsup": {
"entry": [

View File

@@ -61,10 +61,10 @@
"mocha": "10.2.0",
"mocha-junit-reporter": "2.2.0",
"nock": "13.3.1",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tsup": "6.7.0",
"typedoc": "0.24.8",
"typescript": "5.1.6"
"typedoc": "0.25.12",
"typescript": "5.4.2"
},
"peerDependencies": {
"@openstapps/core": "workspace:*"

View File

@@ -50,14 +50,14 @@
"chai-as-promised": "7.1.1",
"chai-spies": "1.0.0",
"conventional-changelog-cli": "2.2.2",
"date-fns": "2.30.0",
"date-fns": "3.6.0",
"mocha": "10.2.0",
"mocha-junit-reporter": "2.2.0",
"traverse": "0.6.7",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tsup": "6.7.0",
"typedoc": "0.24.8",
"typescript": "5.1.6",
"typedoc": "0.25.12",
"typescript": "5.4.2",
"undici": "5.22.1"
},
"peerDependencies": {

View File

@@ -29,10 +29,10 @@
"chai": "4.3.7",
"mocha": "10.2.0",
"mocha-junit-reporter": "2.2.0",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tsup": "6.7.0",
"typedoc": "0.24.8",
"typescript": "5.1.6"
"typedoc": "0.25.12",
"typescript": "5.4.2"
},
"tsup": {
"entry": [

View File

@@ -55,7 +55,7 @@
"del": "6.1.1",
"flatted": "3.2.7",
"fs-extra": "10.1.0",
"glob": "10.2.7",
"glob": "10.3.10",
"got": "12.6.0",
"humanize-string": "3.0.0",
"json-schema": "0.4.0",
@@ -72,7 +72,7 @@
"@openstapps/tsconfig": "workspace:*",
"@types/chai": "4.3.5",
"@types/fs-extra": "9.0.13",
"@types/glob": "8.0.1",
"@types/glob": "8.1.0",
"@types/json-schema": "7.0.11",
"@types/mocha": "10.0.1",
"@types/mustache": "4.2.2",
@@ -82,10 +82,10 @@
"mocha": "10.2.0",
"mocha-junit-reporter": "2.2.0",
"nock": "13.3.1",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tsup": "6.7.0",
"typedoc": "0.24.8",
"typescript": "5.1.6"
"typedoc": "0.25.12",
"typescript": "5.4.2"
},
"tsup": {
"entry": [

View File

@@ -71,10 +71,10 @@
"mocha-junit-reporter": "2.2.0",
"source-map-support": "0.5.21",
"surge": "0.23.1",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tsup": "6.7.0",
"typedoc": "0.24.8",
"typescript": "5.1.6"
"typedoc": "0.25.12",
"typescript": "5.4.2"
},
"prettier": "@openstapps/prettier-config",
"eslintConfig": {

View File

@@ -25,8 +25,8 @@
"dependencies": {
"@openstapps/collection-utils": "workspace:*",
"@openstapps/logger": "workspace:*",
"glob": "10.2.7",
"typescript": "5.1.6"
"glob": "10.3.10",
"typescript": "5.4.2"
},
"devDependencies": {
"@openstapps/eslint-config": "workspace:*",
@@ -39,9 +39,9 @@
"chai": "4.3.7",
"mocha": "10.2.0",
"mocha-junit-reporter": "2.2.0",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tsup": "6.7.0",
"typedoc": "0.24.8"
"typedoc": "0.25.12"
},
"tsup": {
"entry": [

View File

@@ -21,8 +21,8 @@
"build": "rimraf lib && tsc",
"format": "prettier . -c --ignore-path ../../.gitignore",
"format:fix": "prettier --write . --ignore-path ../../.gitignore",
"lint": "eslint --ext .ts src/ test/",
"lint:fix": "eslint --ext .ts src/ test/",
"lint": "eslint --ext .ts src/",
"lint:fix": "eslint --ext .ts src/",
"test": "c8 mocha"
},
"dependencies": {

View File

@@ -38,10 +38,10 @@
"@openstapps/prettier-config": "workspace:*",
"@openstapps/tsconfig": "workspace:*",
"@types/node": "18.15.3",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tsup": "6.7.0",
"typedoc": "0.24.8",
"typescript": "5.1.6"
"typedoc": "0.25.12",
"typescript": "5.4.2"
},
"tsup": {
"entry": [

View File

@@ -48,10 +48,10 @@
"chai-spies": "1.0.0",
"mocha": "10.2.0",
"mocha-junit-reporter": "2.2.0",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tsup": "6.7.0",
"typedoc": "0.24.8",
"typescript": "5.1.6"
"typedoc": "0.25.12",
"typescript": "5.4.2"
},
"tsup": {
"entry": [