Compare commits

..

2 Commits

Author SHA1 Message Date
c66aff1db9 Update dependency @angular/core to ~15.2.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-02-22 22:08:04 +01:00
c2cc959309 Test different port
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/pipeline Pipeline failed
2023-02-19 19:54:37 +01:00
3 changed files with 40 additions and 48 deletions

View File

@@ -24,8 +24,8 @@ http {
index index.html index.htm; index index.html index.htm;
server { server {
listen 80 default_server; listen 81 default_server;
listen [::]:80 default_server; listen [::]:81 default_server;
server_name homeserver.flokaiser.com; server_name homeserver.flokaiser.com;
root /var/www/html; root /var/www/html;

View File

@@ -598,13 +598,13 @@
"dev": true "dev": true
}, },
"@angular-eslint/eslint-plugin": { "@angular-eslint/eslint-plugin": {
"version": "15.2.1", "version": "15.1.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-15.2.1.tgz", "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-15.1.0.tgz",
"integrity": "sha512-OM7b1kS4E4CkXjkaWN+lEzawh4VxY6l7FO1Cuk4s7iv3/YpZG3rJxIZBqnFLTixwrBuqw8y4FNBzF3eDgmFAUw==", "integrity": "sha512-3RRDnxaCEI5DdKq3hipXvrxctPPssrUXnNbgczJRIJ3cssr4ndobCSNqUSepA6vWj5mWe7w+nnh4vgfhZ5keig==",
"dev": true, "dev": true,
"requires": { "requires": {
"@angular-eslint/utils": "15.2.1", "@angular-eslint/utils": "15.1.0",
"@typescript-eslint/utils": "5.48.2" "@typescript-eslint/utils": "5.44.0"
} }
}, },
"@angular-eslint/eslint-plugin-template": { "@angular-eslint/eslint-plugin-template": {
@@ -811,21 +811,13 @@
} }
}, },
"@angular-eslint/utils": { "@angular-eslint/utils": {
"version": "15.2.1", "version": "15.1.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-15.2.1.tgz", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-15.1.0.tgz",
"integrity": "sha512-++FneAJHxJqcSu0igVN6uOkSoHxlzgLoMBswuovYJy3UKwm33/T6WFku8++753Ca/JucIoR1gdUfO7SoSspMDg==", "integrity": "sha512-Vt59o7wq3UOgHSCrOaHg0SgxgbAGhG0ofNQwd7sLqNP2/w/90dWY2jwWXIVSuZ+BmfVj3wgNi3KujbSWJP1cfg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@angular-eslint/bundled-angular-compiler": "15.2.1", "@angular-eslint/bundled-angular-compiler": "15.1.0",
"@typescript-eslint/utils": "5.48.2" "@typescript-eslint/utils": "5.44.0"
},
"dependencies": {
"@angular-eslint/bundled-angular-compiler": {
"version": "15.2.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-15.2.1.tgz",
"integrity": "sha512-LO7Am8eVCr7oh6a0VmKSL7K03CnQEQhFO7Wt/YtbfYOxVjrbwmYLwJn+wZPOT7A02t/BttOD/WXuDrOWtSMQ/Q==",
"dev": true
}
} }
}, },
"@angular/animations": { "@angular/animations": {
@@ -958,9 +950,9 @@
} }
}, },
"@angular/core": { "@angular/core": {
"version": "15.0.3", "version": "15.2.0",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-15.0.3.tgz", "resolved": "https://registry.npmjs.org/@angular/core/-/core-15.2.0.tgz",
"integrity": "sha512-tYQszxkk32RZkMA7Czv9l5apiDIsoqVO2taIuPKfesAcwsQ7z/x3JTu3JkwUnB9c9nq2c18wIzjzMs4iElxdVQ==", "integrity": "sha512-UNHNcW3NqzMbG5gMjzXhb4xHrJcZq8rFdLwTLntB0oo2I/WxQFVlxz28nrW+Y09DbJf02MCASBLxD9If/6eT3g==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }
@@ -4187,13 +4179,13 @@
} }
}, },
"@typescript-eslint/scope-manager": { "@typescript-eslint/scope-manager": {
"version": "5.48.2", "version": "5.44.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.48.2.tgz", "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.44.0.tgz",
"integrity": "sha512-zEUFfonQid5KRDKoI3O+uP1GnrFd4tIHlvs+sTJXiWuypUWMuDaottkJuR612wQfOkjYbsaskSIURV9xo4f+Fw==", "integrity": "sha512-2pKml57KusI0LAhgLKae9kwWeITZ7IsZs77YxyNyIVOwQ1kToyXRaJLl+uDEXzMN5hnobKUOo2gKntK9H1YL8g==",
"dev": true, "dev": true,
"requires": { "requires": {
"@typescript-eslint/types": "5.48.2", "@typescript-eslint/types": "5.44.0",
"@typescript-eslint/visitor-keys": "5.48.2" "@typescript-eslint/visitor-keys": "5.44.0"
} }
}, },
"@typescript-eslint/type-utils": { "@typescript-eslint/type-utils": {
@@ -4268,19 +4260,19 @@
} }
}, },
"@typescript-eslint/types": { "@typescript-eslint/types": {
"version": "5.48.2", "version": "5.44.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.48.2.tgz", "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.44.0.tgz",
"integrity": "sha512-hE7dA77xxu7ByBc6KCzikgfRyBCTst6dZQpwaTy25iMYOnbNljDT4hjhrGEJJ0QoMjrfqrx+j1l1B9/LtKeuqA==", "integrity": "sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==",
"dev": true "dev": true
}, },
"@typescript-eslint/typescript-estree": { "@typescript-eslint/typescript-estree": {
"version": "5.48.2", "version": "5.44.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.2.tgz", "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.44.0.tgz",
"integrity": "sha512-bibvD3z6ilnoVxUBFEgkO0k0aFvUc4Cttt0dAreEr+nrAHhWzkO83PEVVuieK3DqcgL6VAK5dkzK8XUVja5Zcg==", "integrity": "sha512-M6Jr+RM7M5zeRj2maSfsZK2660HKAJawv4Ud0xT+yauyvgrsHu276VtXlKDFnEmhG+nVEd0fYZNXGoAgxwDWJw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@typescript-eslint/types": "5.48.2", "@typescript-eslint/types": "5.44.0",
"@typescript-eslint/visitor-keys": "5.48.2", "@typescript-eslint/visitor-keys": "5.44.0",
"debug": "^4.3.4", "debug": "^4.3.4",
"globby": "^11.1.0", "globby": "^11.1.0",
"is-glob": "^4.0.3", "is-glob": "^4.0.3",
@@ -4289,28 +4281,28 @@
} }
}, },
"@typescript-eslint/utils": { "@typescript-eslint/utils": {
"version": "5.48.2", "version": "5.44.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.48.2.tgz", "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.44.0.tgz",
"integrity": "sha512-2h18c0d7jgkw6tdKTlNaM7wyopbLRBiit8oAxoP89YnuBOzCZ8g8aBCaCqq7h208qUTroL7Whgzam7UY3HVLow==", "integrity": "sha512-fMzA8LLQ189gaBjS0MZszw5HBdZgVwxVFShCO3QN+ws3GlPkcy9YuS3U4wkT6su0w+Byjq3mS3uamy9HE4Yfjw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/json-schema": "^7.0.9", "@types/json-schema": "^7.0.9",
"@types/semver": "^7.3.12", "@types/semver": "^7.3.12",
"@typescript-eslint/scope-manager": "5.48.2", "@typescript-eslint/scope-manager": "5.44.0",
"@typescript-eslint/types": "5.48.2", "@typescript-eslint/types": "5.44.0",
"@typescript-eslint/typescript-estree": "5.48.2", "@typescript-eslint/typescript-estree": "5.44.0",
"eslint-scope": "^5.1.1", "eslint-scope": "^5.1.1",
"eslint-utils": "^3.0.0", "eslint-utils": "^3.0.0",
"semver": "^7.3.7" "semver": "^7.3.7"
} }
}, },
"@typescript-eslint/visitor-keys": { "@typescript-eslint/visitor-keys": {
"version": "5.48.2", "version": "5.44.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.2.tgz", "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.44.0.tgz",
"integrity": "sha512-z9njZLSkwmjFWUelGEwEbdf4NwKvfHxvGC0OcGN1Hp/XNDIcJ7D5DpPNPv6x6/mFvc1tQHsaWmpD/a4gOvvCJQ==", "integrity": "sha512-a48tLG8/4m62gPFbJ27FxwCOqPKxsb8KC3HkmYoq2As/4YyjQl1jDbRr1s63+g4FS/iIehjmN3L5UjmKva1HzQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@typescript-eslint/types": "5.48.2", "@typescript-eslint/types": "5.44.0",
"eslint-visitor-keys": "^3.3.0" "eslint-visitor-keys": "^3.3.0"
} }
}, },

View File

@@ -16,7 +16,7 @@
"@angular/cdk": "^15.0.0", "@angular/cdk": "^15.0.0",
"@angular/common": "~15.0.0", "@angular/common": "~15.0.0",
"@angular/compiler": "~15.0.0", "@angular/compiler": "~15.0.0",
"@angular/core": "~15.0.0", "@angular/core": "~15.2.0",
"@angular/forms": "~15.0.0", "@angular/forms": "~15.0.0",
"@angular/material": "^15.0.0", "@angular/material": "^15.0.0",
"@angular/platform-browser": "~15.0.0", "@angular/platform-browser": "~15.0.0",
@@ -31,7 +31,7 @@
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "~15.0.0", "@angular-devkit/build-angular": "~15.0.0",
"@angular-eslint/builder": "15.1.0", "@angular-eslint/builder": "15.1.0",
"@angular-eslint/eslint-plugin": "15.2.1", "@angular-eslint/eslint-plugin": "15.1.0",
"@angular-eslint/eslint-plugin-template": "15.1.0", "@angular-eslint/eslint-plugin-template": "15.1.0",
"@angular-eslint/schematics": "15.1.0", "@angular-eslint/schematics": "15.1.0",
"@angular-eslint/template-parser": "15.1.0", "@angular-eslint/template-parser": "15.1.0",