refactor: update to node 22

refactor: remove deprecated "jetifier"
refactor: base migration to Angular v18
fix: angular warning
refactor: update capacitor to v6
refactor: update ngx-markdown to v18
refactor: update to ionic v8
refactor: remove deprecated @ionic-native/core (replaced by @awesome-cordova-plugins/core)
fix: build
fix: test
feat: temporarily use external node image in ci
feat: update to node 22
refactor: rebase
fix: prettier depencencies
ci: update android commandline tools
fix: prettier package type
ci: let pnpm handle build dependencies
refactor: revert to pnpm 8, angular 17
This commit is contained in:
2024-05-30 13:30:01 +02:00
committed by Rainer Killinger
parent ef4e1f8ded
commit b48f3503a7
44 changed files with 2752 additions and 4032 deletions

View File

@@ -38,15 +38,14 @@
"@openstapps/api": "workspace:*",
"@openstapps/core": "workspace:*",
"@openstapps/core-tools": "workspace:*",
"@openstapps/eslint-config": "workspace:*",
"@openstapps/logger": "workspace:*",
"@types/cli-progress": "3.11.0",
"@types/express": "4.17.17",
"@types/fs-extra": "9.0.13",
"@types/json-schema": "7.0.11",
"@types/json-schema": "7.0.15",
"@types/junit-report-builder": "3.0.0",
"@types/mocha": "10.0.1",
"@types/node": "18.15.3",
"@types/node": "22.15.31",
"@types/wait-on": "5.3.1",
"cli-progress": "3.12.0",
"commander": "10.0.0",
@@ -55,6 +54,7 @@
"wait-on": "6.0.1"
},
"devDependencies": {
"@openstapps/eslint-config": "workspace:*",
"@openstapps/prettier-config": "workspace:*",
"@openstapps/tsconfig": "workspace:*",
"@types/chai": "4.3.5",

View File

@@ -38,7 +38,7 @@
"@openstapps/logger": "workspace:*",
"@types/body-parser": "1.19.2",
"@types/express": "4.17.17",
"@types/json-schema": "7.0.11",
"@types/json-schema": "7.0.15",
"@types/morgan": "1.9.4",
"body-parser": "1.20.2",
"express": "4.18.2",

View File

@@ -24,7 +24,7 @@
"@openstapps/tsconfig": "workspace:*",
"@types/chai": "4.3.5",
"@types/mocha": "10.0.1",
"@types/node": "18.15.3",
"@types/node": "22.15.31",
"c8": "7.14.0",
"chai": "4.3.7",
"mocha": "10.2.0",

View File

@@ -62,7 +62,7 @@
"mustache": "4.2.0",
"openapi-types": "12.1.0",
"plantuml-encoder": "1.4.0",
"re2": "1.18.2",
"re2": "1.21.0",
"toposort": "2.0.2",
"ts-json-schema-generator": "1.2.0"
},
@@ -73,10 +73,10 @@
"@types/chai": "4.3.5",
"@types/fs-extra": "9.0.13",
"@types/glob": "8.1.0",
"@types/json-schema": "7.0.11",
"@types/json-schema": "7.0.15",
"@types/mocha": "10.0.1",
"@types/mustache": "4.2.2",
"@types/node": "18.15.3",
"@types/node": "22.15.31",
"c8": "7.14.0",
"chai": "4.3.7",
"mocha": "10.2.0",

View File

@@ -60,9 +60,9 @@
"@openstapps/tsconfig": "workspace:*",
"@types/chai": "4.3.5",
"@types/json-patch": "0.0.30",
"@types/json-schema": "7.0.11",
"@types/json-schema": "7.0.15",
"@types/mocha": "10.0.1",
"@types/node": "18.15.3",
"@types/node": "22.15.31",
"c8": "7.14.0",
"chai": "4.3.7",
"conditional-type-checks": "1.0.6",

View File

@@ -34,7 +34,7 @@
"@openstapps/tsconfig": "workspace:*",
"@types/chai": "4.3.5",
"@types/mocha": "10.0.1",
"@types/node": "18.15.3",
"@types/node": "22.15.31",
"c8": "7.14.0",
"chai": "4.3.7",
"mocha": "10.2.0",

View File

@@ -37,7 +37,7 @@
"@openstapps/eslint-config": "workspace:*",
"@openstapps/prettier-config": "workspace:*",
"@openstapps/tsconfig": "workspace:*",
"@types/node": "18.15.3",
"@types/node": "22.15.31",
"ts-node": "10.9.2",
"tsup": "6.7.0",
"typedoc": "0.25.12",

View File

@@ -41,7 +41,7 @@
"@types/chai-as-promised": "7.1.5",
"@types/chai-spies": "1.0.3",
"@types/mocha": "10.0.1",
"@types/node": "18.15.3",
"@types/node": "22.15.31",
"c8": "7.14.0",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",