diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 47ce39b2b0..9507c87b74 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -191,7 +191,7 @@ jobs: - build steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + - uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: dist diff --git a/.github/workflows/publish-documentation.yaml b/.github/workflows/publish-documentation.yaml index 6f3d19f69f..e70001419a 100644 --- a/.github/workflows/publish-documentation.yaml +++ b/.github/workflows/publish-documentation.yaml @@ -57,7 +57,7 @@ jobs: with: name: pages path: pages - - uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 + - uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1 with: role-to-assume: arn:aws:iam::974483672234:role/simpl-element-release role-session-name: element-development-docs diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 034ca694b5..540b1d25c3 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -42,7 +42,7 @@ jobs: with: name: coverage-reports path: coverage-reports - - uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 + - uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1 with: role-to-assume: arn:aws:iam::974483672234:role/simpl-element-preview role-session-name: element-preview @@ -78,7 +78,7 @@ jobs: EOF - name: Update PR description block - uses: nefrob/pr-description@4dcc9f3ad5ec06b2a197c5f8f93db5e69d2fdca7 # v1.2.0 + uses: nefrob/pr-description@30859d560129561327a48ec569ec3b6aa62dd2c9 # v1.3.0 with: token: ${{ github.token }} content: pr-preview-description.md diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b7e2b04b89..3e23979965 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -91,7 +91,7 @@ jobs: with: name: pages path: pages - - uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 + - uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1 with: role-to-assume: arn:aws:iam::974483672234:role/simpl-element-release role-session-name: element-release-docs diff --git a/.github/workflows/vrt-update.yaml b/.github/workflows/vrt-update.yaml index 7792190d37..33dcc85446 100644 --- a/.github/workflows/vrt-update.yaml +++ b/.github/workflows/vrt-update.yaml @@ -241,7 +241,7 @@ jobs: - name: Comment on PR with download link if: success() && github.event_name == 'pull_request' - uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 + uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5 with: message: | [⬇️ Download VRTs](${{ steps.artifact.outputs.download_url }}) diff --git a/docs/components/layout-navigation/modals.md b/docs/components/layout-navigation/modals.md index ec64644466..49e9e1b3a8 100644 --- a/docs/components/layout-navigation/modals.md +++ b/docs/components/layout-navigation/modals.md @@ -102,9 +102,7 @@ export class SampleComponent { private modalRef?: SiModalRef; openModal(): void { - this.modalRef = this.modalService.show(template, { - /* Options go here. */ - }); + this.modalRef = this.modalService.show(template, {/* Options go here. */}); } } ``` diff --git a/package-lock.json b/package-lock.json index 805173491f..6032de66e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,14 +32,14 @@ "@angular/platform-browser": "22.0.5", "@angular/router": "22.0.5", "@meteocons/svg-static": "0.1.0", - "@module-federation/enhanced": "2.5.1", - "@module-federation/runtime": "2.5.1", + "@module-federation/enhanced": "2.6.0", + "@module-federation/runtime": "2.6.0", "@ngx-formly/bootstrap": "7.1.0", "@ngx-formly/core": "7.1.0", "@ngx-translate/core": "18.0.0", "@siemens/element-icons": "1.2.0", "@siemens/ngx-datatable": "26.2.1", - "@softarc/native-federation-orchestrator": "4.4.0", + "@softarc/native-federation-orchestrator": "4.4.1", "ag-grid-angular": "^36.0.0", "ag-grid-community": "^36.0.0", "echarts": "6.1.0", @@ -66,12 +66,12 @@ "@angular/language-service": "22.0.5", "@angular/localize": "22.0.5", "@axe-core/playwright": "4.12.1", - "@commitlint/cli": "21.0.2", - "@commitlint/config-conventional": "21.0.2", + "@commitlint/cli": "21.2.0", + "@commitlint/config-conventional": "21.2.0", "@eslint/js": "10.0.1", "@microsoft/api-extractor": "7.58.9", "@playwright/test": "1.61.1", - "@schematics/angular": "22.0.1", + "@schematics/angular": "22.0.5", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@siemens/commitlint-config": "4.4.2", @@ -85,13 +85,13 @@ "@types/node": "24.13.2", "@vitest/browser-playwright": "4.1.9", "@vitest/coverage-v8": "4.1.9", - "@vitest/eslint-plugin": "1.6.20", + "@vitest/eslint-plugin": "1.6.21", "angular-eslint": "22.0.0", "axe-html-reporter": "2.2.11", "concat": "1.0.3", "cpy-cli": "7.0.0", "cross-env": "10.1.0", - "eslint": "10.5.0", + "eslint": "10.6.0", "eslint-plugin-headers": "1.3.4", "eslint-plugin-perfectionist": "5.9.1", "eslint-plugin-prefer-arrow": "1.2.3", @@ -101,17 +101,17 @@ "ng-packagr": "22.0.0", "ngx-build-plus": "20.0.0", "piscina": "5.2.0", - "postcss": "8.5.15", + "postcss": "8.5.16", "postcss-scss": "4.0.9", - "prettier": "3.8.4", + "prettier": "3.9.4", "rimraf": "6.1.3", "semantic-release": "25.0.5", "semver": "7.8.5", - "stylelint": "17.13.0", + "stylelint": "17.14.0", "stylelint-scss": "7.2.0", - "tsx": "4.22.4", + "tsx": "4.23.0", "typescript": "6.0.3", - "typescript-eslint": "8.61.1", + "typescript-eslint": "8.62.1", "vitest": "4.1.9" }, "engines": { @@ -1067,24 +1067,6 @@ "yarn": ">= 1.13.0" } }, - "node_modules/@angular/cli/node_modules/@schematics/angular": { - "version": "22.0.5", - "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-22.0.5.tgz", - "integrity": "sha512-e+1Ob5Kxt9QH2Gige0Bl56CXclG819RMl5Fso3kwO58+9AQnR2QxvjbetB7LDRl+YEG3TXCE4s3vdrV4gqRRAQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@angular-devkit/core": "22.0.5", - "@angular-devkit/schematics": "22.0.5", - "jsonc-parser": "3.3.1", - "typescript": "6.0.3" - }, - "engines": { - "node": "^22.22.3 || ^24.15.0 || >=26.0.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - } - }, "node_modules/@angular/cli/node_modules/semver": { "version": "7.7.4", "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", @@ -3303,17 +3285,18 @@ } }, "node_modules/@commitlint/cli": { - "version": "21.0.2", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-21.0.2.tgz", - "integrity": "sha512-YMmfLbqBg+ZRvvmPhc+cilSQFrh/AgzVgCT1U/OifmUZEwPbvCtA8rN//YNaF9d5eoZphxVMGYtmwA2QgQORgg==", + "version": "21.2.0", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-21.2.0.tgz", + "integrity": "sha512-4GLVIhUaT3c3GBlQ0GB80/5H3xXdn/Tgw4lrsuoOQVDu2wl4Xw0GuzSar8xZKSMv4H3xaKaQXmvH91GmdyYBZA==", "dev": true, "license": "MIT", "dependencies": { - "@commitlint/format": "^21.0.1", - "@commitlint/lint": "^21.0.2", - "@commitlint/load": "^21.0.2", - "@commitlint/read": "^21.0.2", - "@commitlint/types": "^21.0.1", + "@commitlint/config-conventional": "^21.2.0", + "@commitlint/format": "^21.2.0", + "@commitlint/lint": "^21.2.0", + "@commitlint/load": "^21.2.0", + "@commitlint/read": "^21.2.0", + "@commitlint/types": "^21.2.0", "tinyexec": "^1.0.0", "yargs": "^18.0.0" }, @@ -3325,14 +3308,14 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "21.0.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-21.0.2.tgz", - "integrity": "sha512-P/ZRhryQmkj0Z0dY9FOoRwe3xkwJyyAdtXwt01NT2kuZttcG2CNYp1q5Ci3u+nDT2jcbJRw2kt13Czl1qKNPfg==", + "version": "21.2.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-21.2.0.tgz", + "integrity": "sha512-Qf8WRDVcyVd14if6VTWenebxFbKnVnbzPUJjlzjkyJGeHK2xCGd63Dr1XZzj0plXKQb9P0BfOxoc1HVeCo2BWQ==", "dev": true, "license": "MIT", "dependencies": { - "@commitlint/types": "^21.0.1", - "conventional-changelog-conventionalcommits": "^9.2.0" + "@commitlint/types": "^21.2.0", + "conventional-changelog-conventionalcommits": "^10.0.0" }, "engines": { "node": ">=22.12.0" @@ -5578,12 +5561,12 @@ } }, "node_modules/@module-federation/bridge-react-webpack-plugin": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@module-federation/bridge-react-webpack-plugin/-/bridge-react-webpack-plugin-2.5.1.tgz", - "integrity": "sha512-bMRKo1ac6dYUhvPWH6ElFRfR+yWjbCse2mwu9fEzjemeaAqqse0K7XBIrW+4HcU7k/A6fu4Dk8o137ol6ZFXvw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@module-federation/bridge-react-webpack-plugin/-/bridge-react-webpack-plugin-2.6.0.tgz", + "integrity": "sha512-V+4+1PUmDgAozXPJA8evIa2G+dPJGYn1JzDoHS9wMFch2blko/DO2sMq6FGuZFnT1oyjxiWeiaWXluRElOU9rQ==", "license": "MIT", "dependencies": { - "@module-federation/sdk": "2.5.1", + "@module-federation/sdk": "2.6.0", "@types/semver": "7.5.8", "semver": "7.6.3" } @@ -5601,13 +5584,13 @@ } }, "node_modules/@module-federation/cli": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@module-federation/cli/-/cli-2.5.1.tgz", - "integrity": "sha512-Y5dQrcPoph91KAzg6XXQ40faqFQ4iPwq3JuvFbsawyKwhQ/+aHkaH7cfclNbNr9pHGiiozkdxb22zK3oJRI3rw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@module-federation/cli/-/cli-2.6.0.tgz", + "integrity": "sha512-CHBsi5f8Oe9sCN6rY4R0+P/oFApvuutnqfoYNtuORdMn6FHittFDkuLFCSYlrZN2QYw/Sqir2xgLcwmY77Z7PA==", "license": "MIT", "dependencies": { - "@module-federation/dts-plugin": "2.5.1", - "@module-federation/sdk": "2.5.1", + "@module-federation/dts-plugin": "2.6.0", + "@module-federation/sdk": "2.6.0", "commander": "11.1.0", "jiti": "2.4.2" }, @@ -5628,20 +5611,20 @@ } }, "node_modules/@module-federation/dts-plugin": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@module-federation/dts-plugin/-/dts-plugin-2.5.1.tgz", - "integrity": "sha512-XylIL02As+VXk4DzFb8qYQs1YYoY0MZOpIqhf06LMkZBjPdOE0wJ1GOBvhFP9kM/cfuK7QV//mNdrWlZgvEkRA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@module-federation/dts-plugin/-/dts-plugin-2.6.0.tgz", + "integrity": "sha512-0dMjLhU+2HNPyX5Txu6JqA2CAYxVLRv3c/bpRk58aNVwhDO/jqp66IdFztdMZ1XiHqOW9jB3pkOSuIpcl/yXpQ==", "license": "MIT", "dependencies": { - "@module-federation/error-codes": "2.5.1", - "@module-federation/managers": "2.5.1", - "@module-federation/sdk": "2.5.1", - "@module-federation/third-party-dts-extractor": "2.5.1", + "@module-federation/error-codes": "2.6.0", + "@module-federation/managers": "2.6.0", + "@module-federation/sdk": "2.6.0", + "@module-federation/third-party-dts-extractor": "2.6.0", "adm-zip": "0.5.10", "ansi-colors": "4.1.3", "isomorphic-ws": "5.0.0", "node-schedule": "2.1.1", - "undici": "7.24.7", + "undici": "7.28.0", "ws": "8.21.0" }, "peerDependencies": { @@ -5655,22 +5638,22 @@ } }, "node_modules/@module-federation/enhanced": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@module-federation/enhanced/-/enhanced-2.5.1.tgz", - "integrity": "sha512-uddrS58NxOW2lsLfXLHenzfX37QMuZ0g03nG9SVhqfo3tMdP9877SLaMKRpoOvy7YQRfrXVAGF//9U9QtEWr7A==", - "license": "MIT", - "dependencies": { - "@module-federation/bridge-react-webpack-plugin": "2.5.1", - "@module-federation/cli": "2.5.1", - "@module-federation/dts-plugin": "2.5.1", - "@module-federation/error-codes": "2.5.1", - "@module-federation/inject-external-runtime-core-plugin": "2.5.1", - "@module-federation/managers": "2.5.1", - "@module-federation/manifest": "2.5.1", - "@module-federation/rspack": "2.5.1", - "@module-federation/runtime-tools": "2.5.1", - "@module-federation/sdk": "2.5.1", - "@module-federation/webpack-bundler-runtime": "2.5.1", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@module-federation/enhanced/-/enhanced-2.6.0.tgz", + "integrity": "sha512-pQ0V93FfeHtr67Nusr6ySTQO1qeOGs1x9MMjbeZ4ObOPbXdHNX1tH19xVP8mo5k3e8iIV2teMoSayTmHT+nD0g==", + "license": "MIT", + "dependencies": { + "@module-federation/bridge-react-webpack-plugin": "2.6.0", + "@module-federation/cli": "2.6.0", + "@module-federation/dts-plugin": "2.6.0", + "@module-federation/error-codes": "2.6.0", + "@module-federation/inject-external-runtime-core-plugin": "2.6.0", + "@module-federation/managers": "2.6.0", + "@module-federation/manifest": "2.6.0", + "@module-federation/rspack": "2.6.0", + "@module-federation/runtime-tools": "2.6.0", + "@module-federation/sdk": "2.6.0", + "@module-federation/webpack-bundler-runtime": "2.6.0", "schema-utils": "4.3.0", "tapable": "2.3.0", "upath": "2.0.1" @@ -5696,55 +5679,55 @@ } }, "node_modules/@module-federation/error-codes": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@module-federation/error-codes/-/error-codes-2.5.1.tgz", - "integrity": "sha512-3KIR8XbEW0Y+Fn8IAnxzDWMvXQWiS40Z1TE/Fft9aTeXP9dDAM7AiVhjTh5yF2csAwHSt/1LJVZbiCmS13mE8A==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@module-federation/error-codes/-/error-codes-2.6.0.tgz", + "integrity": "sha512-J9opjWJJZ1JI/9EvNZF8Ps1VMHS9EsH/i0UjCkQQxFVYZxSDBX1CFunvc7awac4cY//LqJUfqBbfoQPhCfKKKw==", "license": "MIT" }, "node_modules/@module-federation/inject-external-runtime-core-plugin": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@module-federation/inject-external-runtime-core-plugin/-/inject-external-runtime-core-plugin-2.5.1.tgz", - "integrity": "sha512-cCFCQ0j0xObXwVwBq/ZiU+MMdJrE2OVwdPUR7l6NHKKwKAOmkagM+AE5wNEkzVht6m+Dh6x6/5UTqqa/vbDrjQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@module-federation/inject-external-runtime-core-plugin/-/inject-external-runtime-core-plugin-2.6.0.tgz", + "integrity": "sha512-x5SmH33U1nSEcBXG6YzvkwIQLoKcd/CNfrAx4IJ4qBzlQKI0NvY7U4JE83LpBnwahNTQLvp27ZVX+1f7kt4Vww==", "license": "MIT", "peerDependencies": { - "@module-federation/runtime-tools": "2.5.1" + "@module-federation/runtime-tools": "2.6.0" } }, "node_modules/@module-federation/managers": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@module-federation/managers/-/managers-2.5.1.tgz", - "integrity": "sha512-AWbkH/U76FJDbdwBOodQ1An40WOdrDGAgqUMc8RD62+Ec/ocPfda0NhFcJbPxlUIvSFPTvBv6DwTnygmNC7GPA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@module-federation/managers/-/managers-2.6.0.tgz", + "integrity": "sha512-7Y4Ri6Lh10dCHoEJvNGFmK2Gg1JKy7oJ1TEZhuU3n3mgIpZ519fDNRvU4+tiO9C49p1xyK+mQ8ewxth83waKUA==", "license": "MIT", "dependencies": { - "@module-federation/sdk": "2.5.1", + "@module-federation/sdk": "2.6.0", "find-pkg": "2.0.0" } }, "node_modules/@module-federation/manifest": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@module-federation/manifest/-/manifest-2.5.1.tgz", - "integrity": "sha512-z44Fita44rpLufoEW71tWw+eWGMVLVQzT2OjrzOHH8JLPOX3czT0INPwVbRp9v8puzWiU6Kz5W6PqelqutpJKA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@module-federation/manifest/-/manifest-2.6.0.tgz", + "integrity": "sha512-wIjI4wgFKBoq4l/iBOT2lva+i5sPv1+Ci1gOLOfjMAkygyGo97csUG5TaCWgLJpZzbYrpbFObCB2wZhqaLrQIw==", "license": "MIT", "dependencies": { - "@module-federation/dts-plugin": "2.5.1", - "@module-federation/managers": "2.5.1", - "@module-federation/sdk": "2.5.1", + "@module-federation/dts-plugin": "2.6.0", + "@module-federation/managers": "2.6.0", + "@module-federation/sdk": "2.6.0", "find-pkg": "2.0.0" } }, "node_modules/@module-federation/rspack": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@module-federation/rspack/-/rspack-2.5.1.tgz", - "integrity": "sha512-9Qu4Q7P4VHUhMQLHKA95x3L85WKPtk2Lz0VPpUprIwlKhKgZbuy5ou2PjlWiaPIffWo1JsVfoBi+P9dtpOeEsw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@module-federation/rspack/-/rspack-2.6.0.tgz", + "integrity": "sha512-Ayh7WLxhLRMyfBfajDwEytR5StFfnqf8p4tPHq5ds+HzJMlGz/M+NIYEzdOpfOFdE5IqN9bY/mj2AFI5lCureQ==", "license": "MIT", "dependencies": { - "@module-federation/bridge-react-webpack-plugin": "2.5.1", - "@module-federation/dts-plugin": "2.5.1", - "@module-federation/inject-external-runtime-core-plugin": "2.5.1", - "@module-federation/managers": "2.5.1", - "@module-federation/manifest": "2.5.1", - "@module-federation/runtime-tools": "2.5.1", - "@module-federation/sdk": "2.5.1" + "@module-federation/bridge-react-webpack-plugin": "2.6.0", + "@module-federation/dts-plugin": "2.6.0", + "@module-federation/inject-external-runtime-core-plugin": "2.6.0", + "@module-federation/managers": "2.6.0", + "@module-federation/manifest": "2.6.0", + "@module-federation/runtime-tools": "2.6.0", + "@module-federation/sdk": "2.6.0" }, "peerDependencies": { "@rspack/core": "^0.7.0 || ^1.0.0 || ^2.0.0-0", @@ -5761,14 +5744,14 @@ } }, "node_modules/@module-federation/runtime": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@module-federation/runtime/-/runtime-2.5.1.tgz", - "integrity": "sha512-Tf33FIpnQMn8FjIUAQMtSTYQgGibfh5vEvJihFO3q/hG9LiWwLMErZvOz/+wcPsE81gzHjYPxQgMKGSP3BuG8g==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@module-federation/runtime/-/runtime-2.6.0.tgz", + "integrity": "sha512-Y8KgL70RDxD8cCtGWGlGkt+TSDleIjdGmS27gnllibQAIgG/vHhPD11r8kd92x44k4dqtMIntzreOphGICl92g==", "license": "MIT", "dependencies": { - "@module-federation/error-codes": "2.5.1", - "@module-federation/runtime-core": "2.5.1", - "@module-federation/sdk": "2.5.1" + "@module-federation/error-codes": "2.6.0", + "@module-federation/runtime-core": "2.6.0", + "@module-federation/sdk": "2.6.0" } }, "node_modules/@module-federation/runtime-core": { @@ -5776,58 +5759,25 @@ "resolved": "https://registry.npmjs.org/@module-federation/runtime-core/-/runtime-core-2.6.0.tgz", "integrity": "sha512-9sL7Yj3H3COZI9JpK/J4hmJUBkIJdmowkj6phHuFiy5Hm5bHiE5U+9WBbR9KqTdyNhAVSL9FeprBW5/Io6i59A==", "license": "MIT", - "peer": true, "dependencies": { "@module-federation/error-codes": "2.6.0", "@module-federation/sdk": "2.6.0" } }, - "node_modules/@module-federation/runtime-core/node_modules/@module-federation/error-codes": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@module-federation/error-codes/-/error-codes-2.6.0.tgz", - "integrity": "sha512-J9opjWJJZ1JI/9EvNZF8Ps1VMHS9EsH/i0UjCkQQxFVYZxSDBX1CFunvc7awac4cY//LqJUfqBbfoQPhCfKKKw==", - "license": "MIT", - "peer": true - }, - "node_modules/@module-federation/runtime-core/node_modules/@module-federation/sdk": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@module-federation/sdk/-/sdk-2.6.0.tgz", - "integrity": "sha512-Z3HT1uDciMrvz2at3sw6TJbAK9Fl7RmoC/8iqO35HDtQMQJ1qSsMIAjnsiCpAC0D4nAm6PIqgSqPWRO/WYgo0Q==", - "license": "MIT", - "peer": true, - "peerDependencies": { - "node-fetch": "^2.7.0 || ^3.3.2" - }, - "peerDependenciesMeta": { - "node-fetch": { - "optional": true - } - } - }, "node_modules/@module-federation/runtime-tools": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@module-federation/runtime-tools/-/runtime-tools-2.5.1.tgz", - "integrity": "sha512-pYUNvaQQBEwP66TLrjmmfkDIrTmPnX0kK86HgClkWLQKkX/oCgnqDxEgNbjeCc75dwUvZP6fW2d0pZ5++XILTw==", - "license": "MIT", - "dependencies": { - "@module-federation/runtime": "2.5.1", - "@module-federation/webpack-bundler-runtime": "2.5.1" - } - }, - "node_modules/@module-federation/runtime/node_modules/@module-federation/runtime-core": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@module-federation/runtime-core/-/runtime-core-2.5.1.tgz", - "integrity": "sha512-UMuMsWHXeMrm8Isl8YD6/s1jmTVau3SQhp9RO4Ln+eD2lrjM4hQSwOX2xPtfT1C1I4/E6hgyZQV1K1Q/3Zpr0Q==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@module-federation/runtime-tools/-/runtime-tools-2.6.0.tgz", + "integrity": "sha512-LfvihAhAWWNWlAL9zM+UDVDSSuLE2ZU0ATJ6dcbJuLstYbHYfUqq2e6IyU8TKLPXIib0VAWqPrT44TPam1VJ7g==", "license": "MIT", "dependencies": { - "@module-federation/error-codes": "2.5.1", - "@module-federation/sdk": "2.5.1" + "@module-federation/runtime": "2.6.0", + "@module-federation/webpack-bundler-runtime": "2.6.0" } }, "node_modules/@module-federation/sdk": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@module-federation/sdk/-/sdk-2.5.1.tgz", - "integrity": "sha512-FDhCx81ZCxX1oT/fyt/bW+gpPt287GR156E/Thv1yhb9XyNHGNkqe8zqJOipOMfb07E22OMzSzOulCBvAOgn3g==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@module-federation/sdk/-/sdk-2.6.0.tgz", + "integrity": "sha512-Z3HT1uDciMrvz2at3sw6TJbAK9Fl7RmoC/8iqO35HDtQMQJ1qSsMIAjnsiCpAC0D4nAm6PIqgSqPWRO/WYgo0Q==", "license": "MIT", "peerDependencies": { "node-fetch": "^2.7.0 || ^3.3.2" @@ -5839,9 +5789,9 @@ } }, "node_modules/@module-federation/third-party-dts-extractor": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@module-federation/third-party-dts-extractor/-/third-party-dts-extractor-2.5.1.tgz", - "integrity": "sha512-/jD/o2IivDgg6jGUgdb9NZtlJWeoz1uKcblGL2BxYVzzlKT+1YS7Y2idTl1tqp4hNdFnDlPpQv6WLdKiLoOPNw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@module-federation/third-party-dts-extractor/-/third-party-dts-extractor-2.6.0.tgz", + "integrity": "sha512-rEC1YRC3gTafoOcFm1Htz6cAwHRoWEMQNCm1LXR1HiuayJzUkViVpK/1Pp37UZfytOyQ0qIaP6Ag81PdGvDbmw==", "license": "MIT", "dependencies": { "find-pkg": "2.0.0", @@ -5866,14 +5816,14 @@ } }, "node_modules/@module-federation/webpack-bundler-runtime": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@module-federation/webpack-bundler-runtime/-/webpack-bundler-runtime-2.5.1.tgz", - "integrity": "sha512-0pUsP9aaWIUcfWUXqax/iSwozngORwf4RK0R1qTOYYC13qx+p4p1Ck28Rz6Tzj/6zpzJgcMQXR7nW4sL+ztaww==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@module-federation/webpack-bundler-runtime/-/webpack-bundler-runtime-2.6.0.tgz", + "integrity": "sha512-JjuWOU3ktwDjBWhM4WCoeiErcUxcB5YwUnVjyTMfNJHC3+DMhG4m6ziCl5EJrCv+KaEQdcvXmxLliNZidBZGQg==", "license": "MIT", "dependencies": { - "@module-federation/error-codes": "2.5.1", - "@module-federation/runtime": "2.5.1", - "@module-federation/sdk": "2.5.1" + "@module-federation/error-codes": "2.6.0", + "@module-federation/runtime": "2.6.0", + "@module-federation/sdk": "2.6.0" } }, "node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64": { @@ -6566,7 +6516,6 @@ "resolved": "https://registry.npmjs.org/@ngx-formly/core/-/core-7.1.0.tgz", "integrity": "sha512-uyHibGYEW0MBEvWdMm39cUWrs/oWwUOKL5v24EDAEeh0oG1LJS0avAcpUBrMMcXT2TU1yCx5E1dJ6ihTsDZOcw==", "license": "MIT", - "license": "MIT", "dependencies": { "tslib": "^2.0.0" }, @@ -8802,14 +8751,14 @@ } }, "node_modules/@schematics/angular": { - "version": "22.0.1", - "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-22.0.1.tgz", - "integrity": "sha512-JRtJ9x0CaYIBLdPERr7B66ZSSLy4phkb7KtFIcD8RC2nAmnL/elevL2wg2Miih7ww0zmhiblS3LDE/abqSLRAA==", + "version": "22.0.5", + "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-22.0.5.tgz", + "integrity": "sha512-e+1Ob5Kxt9QH2Gige0Bl56CXclG819RMl5Fso3kwO58+9AQnR2QxvjbetB7LDRl+YEG3TXCE4s3vdrV4gqRRAQ==", "dev": true, "license": "MIT", "dependencies": { - "@angular-devkit/core": "22.0.1", - "@angular-devkit/schematics": "22.0.1", + "@angular-devkit/core": "22.0.5", + "@angular-devkit/schematics": "22.0.5", "jsonc-parser": "3.3.1", "typescript": "6.0.3" }, @@ -8819,53 +8768,6 @@ "yarn": ">= 1.13.0" } }, - "node_modules/@schematics/angular/node_modules/@angular-devkit/core": { - "version": "22.0.1", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-22.0.1.tgz", - "integrity": "sha512-77/WsCAbqGkumDfm/kkw2mFh/42DNF0hB02TvivlfiSC/KfK9DsHg7sKvTlNcuY14ZT/3iHhojLyNBc2HytuvQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ajv": "8.20.0", - "ajv-formats": "3.0.1", - "jsonc-parser": "3.3.1", - "picomatch": "4.0.4", - "rxjs": "7.8.2", - "source-map": "0.7.6" - }, - "engines": { - "node": "^22.22.3 || ^24.15.0 || >=26.0.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "peerDependencies": { - "chokidar": "^5.0.0" - }, - "peerDependenciesMeta": { - "chokidar": { - "optional": true - } - } - }, - "node_modules/@schematics/angular/node_modules/@angular-devkit/schematics": { - "version": "22.0.1", - "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-22.0.1.tgz", - "integrity": "sha512-GWou5meX3vAvqQEkox7xYMT9tIrYBVl0StbP7rGH5yMrzngvi6eyikMiUYnmMvoEoBK9gFNnXaAKeeu2aWvb3Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@angular-devkit/core": "22.0.1", - "jsonc-parser": "3.3.1", - "magic-string": "0.30.21", - "ora": "9.4.0", - "rxjs": "7.8.2" - }, - "engines": { - "node": "^22.22.3 || ^24.15.0 || >=26.0.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - } - }, "node_modules/@sec-ant/readable-stream": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz", @@ -10002,9 +9904,9 @@ } }, "node_modules/@softarc/native-federation-orchestrator": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@softarc/native-federation-orchestrator/-/native-federation-orchestrator-4.4.0.tgz", - "integrity": "sha512-hFNtPkefIcnPLxIO2ofoto4Kbr09UK+Bkfb5rc7FNsw0abvFqQevEsWjwsBLqQACqBWryKHe0YSAWtvYgDyfsw==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/@softarc/native-federation-orchestrator/-/native-federation-orchestrator-4.4.1.tgz", + "integrity": "sha512-ETlmrUAjCqREy0ouT0rFlLHTDbLBtS4xG6YwfOLQPDgzRiWTzvPtT1S326sKVno4vSnJBXjcYSEL6JUMxJaBkg==", "license": "MIT", "dependencies": { "semver": "^7.7.1" @@ -10449,445 +10351,53 @@ "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.6.tgz", "integrity": "sha512-Uqt8rPBE8SY0RK8JB1EzVOIZ32uqy8HwdxCnoCOsYrvnswqmFZ/k+9Ikidlk/ImhsdvBsloHbAlewb2IEBV/Og==", "dev": true, - "license": "MIT", - "dependencies": { - "@types/mime": "^1", - "@types/node": "*" - } - }, - "node_modules/@types/sockjs": { - "version": "0.3.36", - "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz", - "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/unist": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", - "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", - "license": "MIT", - "optional": true - }, - "node_modules/@types/ws": { - "version": "8.18.1", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz", - "integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@typescript-eslint/eslint-plugin": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.61.1.tgz", - "integrity": "sha512-ZPlVl3PB3et/59Ne0fv/sci6ZXz4T4Hp4nTJ56i/Y0gR89ARb+KphojTq6j+56E5PIezmOIOOWyY+aWQFd+IkQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/regexpp": "^4.12.2", - "@typescript-eslint/scope-manager": "8.61.1", - "@typescript-eslint/type-utils": "8.61.1", - "@typescript-eslint/utils": "8.61.1", - "@typescript-eslint/visitor-keys": "8.61.1", - "ignore": "^7.0.5", - "natural-compare": "^1.4.0", - "ts-api-utils": "^2.5.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "@typescript-eslint/parser": "^8.61.1", - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.1.0" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/project-service": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.61.1.tgz", - "integrity": "sha512-PrC4JYGmR241lYnfhmKGTXkFqv8+ymbTFgSAY0fVXpY82/QkMw5TZPl+vGzuDDU2QYJk9fIDOBTntF+yDv9LEA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/tsconfig-utils": "^8.61.1", - "@typescript-eslint/types": "^8.61.1", - "debug": "^4.4.3" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.1.0" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.61.1.tgz", - "integrity": "sha512-L2bdIeoQS8FlKAvONAr20w6OcLXeB+qiDKbAooS9A0Ben+iSIkBef0FxqwKWYqt5sa0i4KJtxVyVmhMylKzF5w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.61.1", - "@typescript-eslint/visitor-keys": "8.61.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/tsconfig-utils": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.61.1.tgz", - "integrity": "sha512-UN/H4di+OO7EWx2ovME+8t31YO+KVnK0RRKEHR3kOt21/Ay8BOq3M1OMvWs5vNiqcFCYGYoxK3MXPZzmMUE+yg==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.1.0" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.61.1.tgz", - "integrity": "sha512-G+CRlPqLv7Bz1IZVs03x5K59F1veqL0EJUROAdGhKsEq8qOiRiZbI+HUojPq5l0fEGOKModD9br6lObhB8zkoA==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.61.1.tgz", - "integrity": "sha512-u+oQD3BqYWPc8YV9Zab4vaJElJuwOLPRc10Jm1o/qS+6Qwen14HCWwx0Seo4LnSn2wxea2Ik8DxPt2/FHmuhrg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/project-service": "8.61.1", - "@typescript-eslint/tsconfig-utils": "8.61.1", - "@typescript-eslint/types": "8.61.1", - "@typescript-eslint/visitor-keys": "8.61.1", - "debug": "^4.4.3", - "minimatch": "^10.2.2", - "semver": "^7.7.3", - "tinyglobby": "^0.2.15", - "ts-api-utils": "^2.5.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.1.0" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.61.1.tgz", - "integrity": "sha512-1+P/3Dj6jvtybE1q0HQ6yBt/gq+oKJyLdEv4HdnqasaEXRSYCAsD59mXEVQnM/ULNdQxbX77tdG4jPRjIS6knA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/eslint-utils": "^4.9.1", - "@typescript-eslint/scope-manager": "8.61.1", - "@typescript-eslint/types": "8.61.1", - "@typescript-eslint/typescript-estree": "8.61.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.1.0" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.1.tgz", - "integrity": "sha512-6fJ9MHWtK14C1DSkiMlHUSOmrVebL7150xZJBlJiL62jjhIA4JmOq6flwBgDxIdBKKdoiZRel+dfPD5MLfny3w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.61.1", - "eslint-visitor-keys": "^5.0.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/eslint-visitor-keys": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz", - "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^20.19.0 || ^22.13.0 || >=24" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@typescript-eslint/parser": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.61.1.tgz", - "integrity": "sha512-PJ5vePq5/ognBbrIcoC5+SHO5dfpeLPzP9FpLkzWrguoYQEeeSjlJpVwOpo1JRSTEi7dRcwNy4h4dzV70PqHcg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/scope-manager": "8.61.1", - "@typescript-eslint/types": "8.61.1", - "@typescript-eslint/typescript-estree": "8.61.1", - "@typescript-eslint/visitor-keys": "8.61.1", - "debug": "^4.4.3" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.1.0" - } - }, - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/project-service": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.61.1.tgz", - "integrity": "sha512-PrC4JYGmR241lYnfhmKGTXkFqv8+ymbTFgSAY0fVXpY82/QkMw5TZPl+vGzuDDU2QYJk9fIDOBTntF+yDv9LEA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/tsconfig-utils": "^8.61.1", - "@typescript-eslint/types": "^8.61.1", - "debug": "^4.4.3" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.1.0" - } - }, - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.61.1.tgz", - "integrity": "sha512-L2bdIeoQS8FlKAvONAr20w6OcLXeB+qiDKbAooS9A0Ben+iSIkBef0FxqwKWYqt5sa0i4KJtxVyVmhMylKzF5w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.61.1", - "@typescript-eslint/visitor-keys": "8.61.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/tsconfig-utils": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.61.1.tgz", - "integrity": "sha512-UN/H4di+OO7EWx2ovME+8t31YO+KVnK0RRKEHR3kOt21/Ay8BOq3M1OMvWs5vNiqcFCYGYoxK3MXPZzmMUE+yg==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.1.0" - } - }, - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.61.1.tgz", - "integrity": "sha512-G+CRlPqLv7Bz1IZVs03x5K59F1veqL0EJUROAdGhKsEq8qOiRiZbI+HUojPq5l0fEGOKModD9br6lObhB8zkoA==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.61.1.tgz", - "integrity": "sha512-u+oQD3BqYWPc8YV9Zab4vaJElJuwOLPRc10Jm1o/qS+6Qwen14HCWwx0Seo4LnSn2wxea2Ik8DxPt2/FHmuhrg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/project-service": "8.61.1", - "@typescript-eslint/tsconfig-utils": "8.61.1", - "@typescript-eslint/types": "8.61.1", - "@typescript-eslint/visitor-keys": "8.61.1", - "debug": "^4.4.3", - "minimatch": "^10.2.2", - "semver": "^7.7.3", - "tinyglobby": "^0.2.15", - "ts-api-utils": "^2.5.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.1.0" - } - }, - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.1.tgz", - "integrity": "sha512-6fJ9MHWtK14C1DSkiMlHUSOmrVebL7150xZJBlJiL62jjhIA4JmOq6flwBgDxIdBKKdoiZRel+dfPD5MLfny3w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.61.1", - "eslint-visitor-keys": "^5.0.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/parser/node_modules/eslint-visitor-keys": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz", - "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^20.19.0 || ^22.13.0 || >=24" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@typescript-eslint/project-service": { - "version": "8.62.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.62.1.tgz", - "integrity": "sha512-yQ3RgY5RkSBpsNS1Bx/JQEcA24FOSdfGktoyprAr5u18390UQdtVcfnEv4nIrIshNnavlVyZBKxQwT1fIAE6cg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/tsconfig-utils": "^8.62.1", - "@typescript-eslint/types": "^8.62.1", - "debug": "^4.4.3" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.1.0" + "license": "MIT", + "dependencies": { + "@types/mime": "^1", + "@types/node": "*" } }, - "node_modules/@typescript-eslint/scope-manager": { - "version": "8.62.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.62.1.tgz", - "integrity": "sha512-r4d249KbQ1SFdpeStvob8Ih6aPPIzfqllPVOtvhve6ZcpuVcYo5/7zUWckKpHE7StASX4kTKZTLf0WQm/wPkcg==", + "node_modules/@types/sockjs": { + "version": "0.3.36", + "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz", + "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.62.1", - "@typescript-eslint/visitor-keys": "8.62.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" + "@types/node": "*" } }, - "node_modules/@typescript-eslint/tsconfig-utils": { - "version": "8.62.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.62.1.tgz", - "integrity": "sha512-xadytJqX9vJVQ2fdQjkcIVigwaOJNWkpjdLt6cEQ+xPnrI1fkp+/jZE/I97k9KUjqtpd25i0HeyZf3T6dutv2g==", + "node_modules/@types/unist": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", + "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", + "license": "MIT", + "optional": true + }, + "node_modules/@types/ws": { + "version": "8.18.1", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz", + "integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==", "dev": true, "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.1.0" + "dependencies": { + "@types/node": "*" } }, - "node_modules/@typescript-eslint/type-utils": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.61.1.tgz", - "integrity": "sha512-GYRicKmVK0C4fsKgaACaknOUAq9Oa2kwsjnpFhFcS/5p4Ht5IP9OVLbgIgcK4SRk92nVHFluurg1lumD9dBcLw==", + "node_modules/@typescript-eslint/eslint-plugin": { + "version": "8.62.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.62.1.tgz", + "integrity": "sha512-4EQM77WgVNxj7OkL/5b/D/xZsw00G577+UriYTC7JF5opcF3T2AuoeY7ueLaZgSVjSgCS6yOAJB5bRGLPSJUzA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.61.1", - "@typescript-eslint/typescript-estree": "8.61.1", - "@typescript-eslint/utils": "8.61.1", - "debug": "^4.4.3", + "@eslint-community/regexpp": "^4.12.2", + "@typescript-eslint/scope-manager": "8.62.1", + "@typescript-eslint/type-utils": "8.62.1", + "@typescript-eslint/utils": "8.62.1", + "@typescript-eslint/visitor-keys": "8.62.1", + "ignore": "^7.0.5", + "natural-compare": "^1.4.0", "ts-api-utils": "^2.5.0" }, "engines": { @@ -10898,19 +10408,22 @@ "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { + "@typescript-eslint/parser": "^8.62.1", "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "typescript": ">=4.8.4 <6.1.0" } }, - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/project-service": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.61.1.tgz", - "integrity": "sha512-PrC4JYGmR241lYnfhmKGTXkFqv8+ymbTFgSAY0fVXpY82/QkMw5TZPl+vGzuDDU2QYJk9fIDOBTntF+yDv9LEA==", + "node_modules/@typescript-eslint/parser": { + "version": "8.62.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.62.1.tgz", + "integrity": "sha512-sPhE4iHuJDSvoAiec+Ro8JyXw8f0ql13HFR82P99nCm9GwTEKG0KYLvDe6REk8BCXuit6vJAv/Yxg5ABaNS2rA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/tsconfig-utils": "^8.61.1", - "@typescript-eslint/types": "^8.61.1", + "@typescript-eslint/scope-manager": "8.62.1", + "@typescript-eslint/types": "8.62.1", + "@typescript-eslint/typescript-estree": "8.62.1", + "@typescript-eslint/visitor-keys": "8.62.1", "debug": "^4.4.3" }, "engines": { @@ -10921,33 +10434,21 @@ "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "typescript": ">=4.8.4 <6.1.0" } }, - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/scope-manager": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.61.1.tgz", - "integrity": "sha512-L2bdIeoQS8FlKAvONAr20w6OcLXeB+qiDKbAooS9A0Ben+iSIkBef0FxqwKWYqt5sa0i4KJtxVyVmhMylKzF5w==", + "node_modules/@typescript-eslint/project-service": { + "version": "8.62.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.62.1.tgz", + "integrity": "sha512-yQ3RgY5RkSBpsNS1Bx/JQEcA24FOSdfGktoyprAr5u18390UQdtVcfnEv4nIrIshNnavlVyZBKxQwT1fIAE6cg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.61.1", - "@typescript-eslint/visitor-keys": "8.61.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "@typescript-eslint/tsconfig-utils": "^8.62.1", + "@typescript-eslint/types": "^8.62.1", + "debug": "^4.4.3" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/tsconfig-utils": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.61.1.tgz", - "integrity": "sha512-UN/H4di+OO7EWx2ovME+8t31YO+KVnK0RRKEHR3kOt21/Ay8BOq3M1OMvWs5vNiqcFCYGYoxK3MXPZzmMUE+yg==", - "dev": true, - "license": "MIT", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -10959,12 +10460,16 @@ "typescript": ">=4.8.4 <6.1.0" } }, - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.61.1.tgz", - "integrity": "sha512-G+CRlPqLv7Bz1IZVs03x5K59F1veqL0EJUROAdGhKsEq8qOiRiZbI+HUojPq5l0fEGOKModD9br6lObhB8zkoA==", + "node_modules/@typescript-eslint/scope-manager": { + "version": "8.62.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.62.1.tgz", + "integrity": "sha512-r4d249KbQ1SFdpeStvob8Ih6aPPIzfqllPVOtvhve6ZcpuVcYo5/7zUWckKpHE7StASX4kTKZTLf0WQm/wPkcg==", "dev": true, "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.62.1", + "@typescript-eslint/visitor-keys": "8.62.1" + }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -10973,23 +10478,12 @@ "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.61.1.tgz", - "integrity": "sha512-u+oQD3BqYWPc8YV9Zab4vaJElJuwOLPRc10Jm1o/qS+6Qwen14HCWwx0Seo4LnSn2wxea2Ik8DxPt2/FHmuhrg==", + "node_modules/@typescript-eslint/tsconfig-utils": { + "version": "8.62.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.62.1.tgz", + "integrity": "sha512-xadytJqX9vJVQ2fdQjkcIVigwaOJNWkpjdLt6cEQ+xPnrI1fkp+/jZE/I97k9KUjqtpd25i0HeyZf3T6dutv2g==", "dev": true, "license": "MIT", - "dependencies": { - "@typescript-eslint/project-service": "8.61.1", - "@typescript-eslint/tsconfig-utils": "8.61.1", - "@typescript-eslint/types": "8.61.1", - "@typescript-eslint/visitor-keys": "8.61.1", - "debug": "^4.4.3", - "minimatch": "^10.2.2", - "semver": "^7.7.3", - "tinyglobby": "^0.2.15", - "ts-api-utils": "^2.5.0" - }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -11001,17 +10495,18 @@ "typescript": ">=4.8.4 <6.1.0" } }, - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.61.1.tgz", - "integrity": "sha512-1+P/3Dj6jvtybE1q0HQ6yBt/gq+oKJyLdEv4HdnqasaEXRSYCAsD59mXEVQnM/ULNdQxbX77tdG4jPRjIS6knA==", + "node_modules/@typescript-eslint/type-utils": { + "version": "8.62.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.62.1.tgz", + "integrity": "sha512-aXM5xlqXiTxPibXB93cLAURfT3rlizf7uMXISCXy66Isr/9hISJx3yDsKl0L7lKa51b8JpFuNKby0/O0pEm9jg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-community/eslint-utils": "^4.9.1", - "@typescript-eslint/scope-manager": "8.61.1", - "@typescript-eslint/types": "8.61.1", - "@typescript-eslint/typescript-estree": "8.61.1" + "@typescript-eslint/types": "8.62.1", + "@typescript-eslint/typescript-estree": "8.62.1", + "@typescript-eslint/utils": "8.62.1", + "debug": "^4.4.3", + "ts-api-utils": "^2.5.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -11025,37 +10520,6 @@ "typescript": ">=4.8.4 <6.1.0" } }, - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.1.tgz", - "integrity": "sha512-6fJ9MHWtK14C1DSkiMlHUSOmrVebL7150xZJBlJiL62jjhIA4JmOq6flwBgDxIdBKKdoiZRel+dfPD5MLfny3w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.61.1", - "eslint-visitor-keys": "^5.0.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/type-utils/node_modules/eslint-visitor-keys": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz", - "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^20.19.0 || ^22.13.0 || >=24" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, "node_modules/@typescript-eslint/types": { "version": "8.62.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.62.1.tgz", @@ -11244,9 +10708,9 @@ } }, "node_modules/@vitest/eslint-plugin": { - "version": "1.6.20", - "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.6.20.tgz", - "integrity": "sha512-xRwWHFG0Utp6hXtbGiWk4VdKXCGdExD8kbWrrmFEiG5dk8anOJ+vbWbeOa8EbkocKQRTsx7JAWETccZiBgFp/Q==", + "version": "1.6.21", + "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.6.21.tgz", + "integrity": "sha512-5nu7QuW5Dg9v4I9t9ZiU1Hh91BoG0x3lOzOWYTsr1bqpIqcHYzFSQ052LvZwGtEm7Trh+Mr2heYEmZ4LkDjfaA==", "dev": true, "license": "MIT", "dependencies": { @@ -13335,16 +12799,16 @@ } }, "node_modules/conventional-changelog-conventionalcommits": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-9.3.1.tgz", - "integrity": "sha512-dTYtpIacRpcZgrvBYvBfArMmK2xvIpv2TaxM0/ZI5CBtNUzvF2x0t15HsbRABWprS6UPmvj+PzHVjSx4qAVKyw==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-10.2.0.tgz", + "integrity": "sha512-UtlM9GqolY7OmlQh5L/UEVoKsTUpTgUVy1PU8JN5gl5Ydaejb7WRklGliG1SKPxxj7hzA173eG3Kt5fYWE2pmg==", "dev": true, "license": "ISC", "dependencies": { - "compare-func": "^2.0.0" + "@conventional-changelog/template": "^1.2.0" }, "engines": { - "node": ">=18" + "node": ">=22" } }, "node_modules/conventional-changelog-writer": { @@ -14548,9 +14012,9 @@ } }, "node_modules/eslint": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.5.0.tgz", - "integrity": "sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz", + "integrity": "sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==", "dev": true, "license": "MIT", "workspaces": [ @@ -21988,9 +21452,9 @@ } }, "node_modules/postcss": { - "version": "8.5.15", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", - "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", + "version": "8.5.16", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz", + "integrity": "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==", "funding": [ { "type": "opencollective", @@ -22221,9 +21685,9 @@ } }, "node_modules/prettier": { - "version": "3.8.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.4.tgz", - "integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==", + "version": "3.9.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.4.tgz", + "integrity": "sha512-yWG/o/4oJfo036EKAfK6ACAoDOfHeRHx4tuxkfBZiauURiaSmYwlpOr5LQqKtIkRD2z1PLteme2WoxEnj4tHTg==", "dev": true, "license": "MIT", "bin": { @@ -24456,9 +23920,9 @@ } }, "node_modules/stylelint": { - "version": "17.13.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.13.0.tgz", - "integrity": "sha512-G1WYzMerp7ihOaIe9VJCHLt12MoAD2QLf1AFerYP37+BCRBUK5UCpq8e/mN+zCIaJPKQcaxhE4WlPmqdiOx/gw==", + "version": "17.14.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.14.0.tgz", + "integrity": "sha512-8xkHPpdqYryeIsOgfsYTmr6cIeC4nLYWk5S8BPxpodq8mIuepggkMljsHewWfuAjj/+qpRKou2QerhjMH3iasg==", "dev": true, "funding": [ { @@ -24474,13 +23938,13 @@ "dependencies": { "@csstools/css-calc": "^3.2.1", "@csstools/css-parser-algorithms": "^4.0.0", - "@csstools/css-syntax-patches-for-csstree": "^1.1.4", + "@csstools/css-syntax-patches-for-csstree": "^1.1.5", "@csstools/css-tokenizer": "^4.0.0", "@csstools/media-query-list-parser": "^5.0.0", "@csstools/selector-resolve-nested": "^4.0.0", "@csstools/selector-specificity": "^6.0.0", "colord": "^2.9.3", - "cosmiconfig": "^9.0.1", + "cosmiconfig": "^9.0.2", "css-functions-list": "^3.3.3", "css-tree": "^3.2.1", "debug": "^4.4.3", @@ -24500,7 +23964,7 @@ "picocolors": "^1.1.1", "postcss": "^8.5.15", "postcss-safe-parser": "^7.0.1", - "postcss-selector-parser": "^7.1.1", + "postcss-selector-parser": "^7.1.4", "postcss-value-parser": "^4.2.0", "string-width": "^8.2.1", "supports-hyperlinks": "^4.4.0", @@ -25246,9 +24710,9 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.22.4.tgz", - "integrity": "sha512-X8EX+XV4QR5xCsrgxaED954zTDfY8KqlDtskKEL0cHhyS/P8b4IFOvGDQpsC9Q1XnLq915wEfwwY/zzskCtmhg==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.0.tgz", + "integrity": "sha512-eUdUIaCr963q2h5u3+QwvYp0+eqPvn+egeqZUm0hwERCqqx1E3kK5ehbGCvqSE5MQAULr67ww0cA3jKc3YkM1w==", "devOptional": true, "license": "MIT", "dependencies": { @@ -25432,139 +24896,16 @@ } }, "node_modules/typescript-eslint": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.61.1.tgz", - "integrity": "sha512-V7PayAfJokV3pEHgN7/v03D1SpujhRfQtYLbLIiBfDDncdg4PAiRBfoS4cnCANK4jmAPncczi59QO3afiXUlNw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/eslint-plugin": "8.61.1", - "@typescript-eslint/parser": "8.61.1", - "@typescript-eslint/typescript-estree": "8.61.1", - "@typescript-eslint/utils": "8.61.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.1.0" - } - }, - "node_modules/typescript-eslint/node_modules/@typescript-eslint/project-service": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.61.1.tgz", - "integrity": "sha512-PrC4JYGmR241lYnfhmKGTXkFqv8+ymbTFgSAY0fVXpY82/QkMw5TZPl+vGzuDDU2QYJk9fIDOBTntF+yDv9LEA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/tsconfig-utils": "^8.61.1", - "@typescript-eslint/types": "^8.61.1", - "debug": "^4.4.3" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.1.0" - } - }, - "node_modules/typescript-eslint/node_modules/@typescript-eslint/scope-manager": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.61.1.tgz", - "integrity": "sha512-L2bdIeoQS8FlKAvONAr20w6OcLXeB+qiDKbAooS9A0Ben+iSIkBef0FxqwKWYqt5sa0i4KJtxVyVmhMylKzF5w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.61.1", - "@typescript-eslint/visitor-keys": "8.61.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/typescript-eslint/node_modules/@typescript-eslint/tsconfig-utils": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.61.1.tgz", - "integrity": "sha512-UN/H4di+OO7EWx2ovME+8t31YO+KVnK0RRKEHR3kOt21/Ay8BOq3M1OMvWs5vNiqcFCYGYoxK3MXPZzmMUE+yg==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.1.0" - } - }, - "node_modules/typescript-eslint/node_modules/@typescript-eslint/types": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.61.1.tgz", - "integrity": "sha512-G+CRlPqLv7Bz1IZVs03x5K59F1veqL0EJUROAdGhKsEq8qOiRiZbI+HUojPq5l0fEGOKModD9br6lObhB8zkoA==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/typescript-eslint/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.61.1.tgz", - "integrity": "sha512-u+oQD3BqYWPc8YV9Zab4vaJElJuwOLPRc10Jm1o/qS+6Qwen14HCWwx0Seo4LnSn2wxea2Ik8DxPt2/FHmuhrg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/project-service": "8.61.1", - "@typescript-eslint/tsconfig-utils": "8.61.1", - "@typescript-eslint/types": "8.61.1", - "@typescript-eslint/visitor-keys": "8.61.1", - "debug": "^4.4.3", - "minimatch": "^10.2.2", - "semver": "^7.7.3", - "tinyglobby": "^0.2.15", - "ts-api-utils": "^2.5.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.1.0" - } - }, - "node_modules/typescript-eslint/node_modules/@typescript-eslint/utils": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.61.1.tgz", - "integrity": "sha512-1+P/3Dj6jvtybE1q0HQ6yBt/gq+oKJyLdEv4HdnqasaEXRSYCAsD59mXEVQnM/ULNdQxbX77tdG4jPRjIS6knA==", + "version": "8.62.1", + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.62.1.tgz", + "integrity": "sha512-vymnnM5g0AKQDSAyfP12nMIBvgwgA42syg74kkuZ4x1VuTzwQKwc5h9rGxeShCjny5o+zWAb6OEoz7XLgrIkIw==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-community/eslint-utils": "^4.9.1", - "@typescript-eslint/scope-manager": "8.61.1", - "@typescript-eslint/types": "8.61.1", - "@typescript-eslint/typescript-estree": "8.61.1" + "@typescript-eslint/eslint-plugin": "8.62.1", + "@typescript-eslint/parser": "8.62.1", + "@typescript-eslint/typescript-estree": "8.62.1", + "@typescript-eslint/utils": "8.62.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -25578,37 +24919,6 @@ "typescript": ">=4.8.4 <6.1.0" } }, - "node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys": { - "version": "8.61.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.1.tgz", - "integrity": "sha512-6fJ9MHWtK14C1DSkiMlHUSOmrVebL7150xZJBlJiL62jjhIA4JmOq6flwBgDxIdBKKdoiZRel+dfPD5MLfny3w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.61.1", - "eslint-visitor-keys": "^5.0.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/typescript-eslint/node_modules/eslint-visitor-keys": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz", - "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^20.19.0 || ^22.13.0 || >=24" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, "node_modules/uc.micro": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz", @@ -25631,9 +24941,9 @@ } }, "node_modules/undici": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.7.tgz", - "integrity": "sha512-H/nlJ/h0ggGC+uRL3ovD+G0i4bqhvsDOpbDv7At5eFLlj2b41L8QliGbnl2H7SnDiYhENphh1tQFJZf+MyfLsQ==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz", + "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==", "license": "MIT", "engines": { "node": ">=20.18.1" @@ -27918,7 +27228,7 @@ "peerDependencies": { "@angular/common": "22", "@angular/core": "22", - "@babel/standalone": "8.0.2", + "@babel/standalone": "8.0.3", "react": "18 || 19", "react-dom": "18 || 19", "vue": "3", diff --git a/package.json b/package.json index a8ba84ed96..9c3aba14b4 100644 --- a/package.json +++ b/package.json @@ -100,14 +100,14 @@ "@angular/platform-browser": "22.0.5", "@angular/router": "22.0.5", "@meteocons/svg-static": "0.1.0", - "@module-federation/enhanced": "2.5.1", - "@module-federation/runtime": "2.5.1", + "@module-federation/enhanced": "2.6.0", + "@module-federation/runtime": "2.6.0", "@ngx-formly/bootstrap": "7.1.0", "@ngx-formly/core": "7.1.0", "@ngx-translate/core": "18.0.0", "@siemens/element-icons": "1.2.0", "@siemens/ngx-datatable": "26.2.1", - "@softarc/native-federation-orchestrator": "4.4.0", + "@softarc/native-federation-orchestrator": "4.4.1", "ag-grid-angular": "^36.0.0", "ag-grid-community": "^36.0.0", "echarts": "6.1.0", @@ -134,12 +134,12 @@ "@angular/language-service": "22.0.5", "@angular/localize": "22.0.5", "@axe-core/playwright": "4.12.1", - "@commitlint/cli": "21.0.2", - "@commitlint/config-conventional": "21.0.2", + "@commitlint/cli": "21.2.0", + "@commitlint/config-conventional": "21.2.0", "@eslint/js": "10.0.1", "@microsoft/api-extractor": "7.58.9", "@playwright/test": "1.61.1", - "@schematics/angular": "22.0.1", + "@schematics/angular": "22.0.5", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@siemens/commitlint-config": "4.4.2", @@ -153,13 +153,13 @@ "@types/node": "24.13.2", "@vitest/browser-playwright": "4.1.9", "@vitest/coverage-v8": "4.1.9", - "@vitest/eslint-plugin": "1.6.20", + "@vitest/eslint-plugin": "1.6.21", "angular-eslint": "22.0.0", "axe-html-reporter": "2.2.11", "concat": "1.0.3", "cpy-cli": "7.0.0", "cross-env": "10.1.0", - "eslint": "10.5.0", + "eslint": "10.6.0", "eslint-plugin-headers": "1.3.4", "eslint-plugin-perfectionist": "5.9.1", "eslint-plugin-prefer-arrow": "1.2.3", @@ -169,17 +169,17 @@ "ng-packagr": "22.0.0", "ngx-build-plus": "20.0.0", "piscina": "5.2.0", - "postcss": "8.5.15", + "postcss": "8.5.16", "postcss-scss": "4.0.9", - "prettier": "3.8.4", + "prettier": "3.9.4", "rimraf": "6.1.3", "semantic-release": "25.0.5", "semver": "7.8.5", - "stylelint": "17.13.0", + "stylelint": "17.14.0", "stylelint-scss": "7.2.0", - "tsx": "4.22.4", + "tsx": "4.23.0", "typescript": "6.0.3", - "typescript-eslint": "8.61.1", + "typescript-eslint": "8.62.1", "vitest": "4.1.9" }, "optionalDependencies": { diff --git a/projects/dashboards-ng/src/model/si-dashboard-toolbar.model.ts b/projects/dashboards-ng/src/model/si-dashboard-toolbar.model.ts index 9b17fd1cd9..c4fd443cca 100644 --- a/projects/dashboards-ng/src/model/si-dashboard-toolbar.model.ts +++ b/projects/dashboards-ng/src/model/si-dashboard-toolbar.model.ts @@ -40,6 +40,4 @@ export interface DashboardToolbarItemLink { /** Union type for all possible items in the dashboard toolbar. */ export type DashboardToolbarItem = - | DashboardToolbarItemAction - | DashboardToolbarItemRouterLink - | DashboardToolbarItemLink; + DashboardToolbarItemAction | DashboardToolbarItemRouterLink | DashboardToolbarItemLink; diff --git a/projects/dashboards-ng/src/model/widgets.model.ts b/projects/dashboards-ng/src/model/widgets.model.ts index 4de5660412..571ab15b36 100644 --- a/projects/dashboards-ng/src/model/widgets.model.ts +++ b/projects/dashboards-ng/src/model/widgets.model.ts @@ -46,10 +46,7 @@ export interface Widget { /** Factory type that is either a {@link WidgetComponentTypeFactory}, {@link FederatedModule}, {@link FederatedBridgeModule} or {@link WebComponent}. */ export type WidgetComponentFactory = - | WidgetComponentTypeFactory - | FederatedModule - | WebComponent - | FederatedBridgeModule; + WidgetComponentTypeFactory | FederatedModule | WebComponent | FederatedBridgeModule; type CommonFactoryFields = { componentName: string; @@ -234,9 +231,7 @@ export interface WidgetInstanceEditor { * dashboard. */ config: - | WidgetConfig - | Omit - | InputSignal>; + WidgetConfig | Omit | InputSignal>; /** * Optionally, emit updated widget configuration using an event emitter. */ @@ -248,8 +243,7 @@ export interface WidgetInstanceEditor { * Optionally, inform the hosting component about widget configuration status changes. */ statusChanges?: - | Subject> - | OutputEmitterRef>; + Subject> | OutputEmitterRef>; } /** @@ -280,8 +274,7 @@ export interface WidgetInstanceEditorWizard extends WidgetInstanceEditor { * Emit changes as needed during the user interaction with the editor. */ stateChange?: - | Subject - | OutputEmitterRef; + Subject | OutputEmitterRef; /** * Is invoked from the next button. Display next page as consequence. * For web components, implementing `next()` requires adding an event listener @@ -377,9 +370,7 @@ export const createWidgetConfig = (widget: Widget): Omit => * We take it over into this file to prevent adding a hard dependency. */ export type LoadRemoteModuleOptions = - | LoadRemoteModuleScriptOptions - | LoadRemoteModuleEsmOptions - | LoadRemoteModuleManifestOptions; + LoadRemoteModuleScriptOptions | LoadRemoteModuleEsmOptions | LoadRemoteModuleManifestOptions; /** * Definition is based on `@module-federation/enhanced` loadRemote options. diff --git a/projects/element-ng/action-modal/si-action-dialog.types.ts b/projects/element-ng/action-modal/si-action-dialog.types.ts index c0ed180e5a..0d74cb68bc 100644 --- a/projects/element-ng/action-modal/si-action-dialog.types.ts +++ b/projects/element-ng/action-modal/si-action-dialog.types.ts @@ -76,11 +76,7 @@ export interface DeleteConfirmationDialog extends ActionDialogBase> = T extends AlertDialog diff --git a/projects/element-ng/chat-messages/si-chat-input.component.ts b/projects/element-ng/chat-messages/si-chat-input.component.ts index be9a1663d8..5c828dbd79 100644 --- a/projects/element-ng/chat-messages/si-chat-input.component.ts +++ b/projects/element-ng/chat-messages/si-chat-input.component.ts @@ -314,15 +314,13 @@ export class SiChatInputComponent implements AfterViewInit { } satisfies MenuItem ] : []), - ...this.actions().map( - (a): MenuItem => ({ - type: 'action' as const, - label: a.label, - icon: a.icon, - disabled: a.disabled, - action: (param: unknown) => a.action(param, a) - }) - ), + ...this.actions().map((a): MenuItem => ({ + type: 'action' as const, + label: a.label, + icon: a.icon, + disabled: a.disabled, + action: (param: unknown) => a.action(param, a) + })), ...this.secondaryActions() ]); diff --git a/projects/element-ng/column-selection-dialog/si-column-selection-dialog.component.spec.ts b/projects/element-ng/column-selection-dialog/si-column-selection-dialog.component.spec.ts index d82dea3a95..f880532269 100644 --- a/projects/element-ng/column-selection-dialog/si-column-selection-dialog.component.spec.ts +++ b/projects/element-ng/column-selection-dialog/si-column-selection-dialog.component.spec.ts @@ -141,6 +141,7 @@ describe('ColumnDialogComponent', () => { expect(modalRef.hidden.next).toHaveBeenCalledWith({ type: 'restoreDefault', columns: columns(), + // eslint-disable-next-line vitest/valid-expect updateColumns: expect.any(Function) }); diff --git a/projects/element-ng/content-action-bar/si-content-action-bar.model.ts b/projects/element-ng/content-action-bar/si-content-action-bar.model.ts index c417e4fcf7..c9fc205f8f 100644 --- a/projects/element-ng/content-action-bar/si-content-action-bar.model.ts +++ b/projects/element-ng/content-action-bar/si-content-action-bar.model.ts @@ -13,9 +13,5 @@ import { export type ViewType = 'collapsible' | 'expanded' | 'mobile'; export type ContentActionBarMainItem = ( - | MenuItemAction - | MenuItemCheckbox - | MenuItemLink - | MenuItemRouterLink - | MenuItemGroup + MenuItemAction | MenuItemCheckbox | MenuItemLink | MenuItemRouterLink | MenuItemGroup ) & { iconOnly?: boolean }; diff --git a/projects/element-ng/dashboard/widgets/si-timeline-widget/si-timeline-widget-item.component.ts b/projects/element-ng/dashboard/widgets/si-timeline-widget/si-timeline-widget-item.component.ts index 7b202c9d34..dbd5678bdc 100644 --- a/projects/element-ng/dashboard/widgets/si-timeline-widget/si-timeline-widget-item.component.ts +++ b/projects/element-ng/dashboard/widgets/si-timeline-widget/si-timeline-widget-item.component.ts @@ -64,10 +64,7 @@ export interface TimelineWidgetMenu { /** Union type for all possible action items in the timeline widget. */ export type TimelineWidgetItemAction = - | TimelineWidgetActionButton - | TimeLineWidgetLink - | TimeLineWidgetRouterLink - | TimelineWidgetMenu; + TimelineWidgetActionButton | TimeLineWidgetLink | TimeLineWidgetRouterLink | TimelineWidgetMenu; /** * Represents an item in the timeline widget. diff --git a/projects/element-ng/navbar-vertical/si-navbar-vertical.model.ts b/projects/element-ng/navbar-vertical/si-navbar-vertical.model.ts index aee1807367..69784b267f 100644 --- a/projects/element-ng/navbar-vertical/si-navbar-vertical.model.ts +++ b/projects/element-ng/navbar-vertical/si-navbar-vertical.model.ts @@ -93,6 +93,4 @@ export type NavbarVerticalItem = /** Union type for all items that can be wrapped in a group. */ export type NavbarVerticalSubItem = - | NavbarVerticalItemRouterLink - | NavbarVerticalItemLink - | NavbarVerticalItemAction; + NavbarVerticalItemRouterLink | NavbarVerticalItemLink | NavbarVerticalItemAction; diff --git a/projects/element-ng/password-strength/si-password-strength.component.spec.ts b/projects/element-ng/password-strength/si-password-strength.component.spec.ts index ba29f3f7ba..b9e2bc9035 100644 --- a/projects/element-ng/password-strength/si-password-strength.component.spec.ts +++ b/projects/element-ng/password-strength/si-password-strength.component.spec.ts @@ -81,6 +81,7 @@ describe('SiPasswordStrengthDirective', () => { expect(element.classList).toHaveLength(0); expect(wrapperComponent.passwordStrengthChangedFunc).not.toHaveBeenCalledWith( + // eslint-disable-next-line vitest/valid-expect expect.any(Number) ); @@ -94,6 +95,7 @@ describe('SiPasswordStrengthDirective', () => { expect(element.classList).toHaveLength(0); expect(wrapperComponent.passwordStrengthChangedFunc).not.toHaveBeenCalledWith( + // eslint-disable-next-line vitest/valid-expect expect.any(Number) ); }); diff --git a/projects/element-ng/result-details-list/si-result-details-list.datamodel.ts b/projects/element-ng/result-details-list/si-result-details-list.datamodel.ts index ba2c7c8bcb..5e82440201 100644 --- a/projects/element-ng/result-details-list/si-result-details-list.datamodel.ts +++ b/projects/element-ng/result-details-list/si-result-details-list.datamodel.ts @@ -41,8 +41,4 @@ export interface ResultDetailStep { * This type defines the state that a detailed result step can have. */ export type ResultDetailStepState = - | 'passed' - | 'failed' - | 'running' - | 'not-supported' - | 'not-started'; + 'passed' | 'failed' | 'running' | 'not-supported' | 'not-started'; diff --git a/projects/element-ng/schematics/migrations/utilities/symbol-renaming.migration.ts b/projects/element-ng/schematics/migrations/utilities/symbol-renaming.migration.ts index 3d4f7be983..33d8c8e830 100644 --- a/projects/element-ng/schematics/migrations/utilities/symbol-renaming.migration.ts +++ b/projects/element-ng/schematics/migrations/utilities/symbol-renaming.migration.ts @@ -61,9 +61,9 @@ function* renameIdentifier({ continue; } - if ( - !(node.importClause?.namedBindings && ts.isNamedImports(node.importClause.namedBindings)) - ) { + if (!( + node.importClause?.namedBindings && ts.isNamedImports(node.importClause.namedBindings) + )) { continue; } diff --git a/projects/element-ng/select/si-select-dropdown.directive.ts b/projects/element-ng/select/si-select-dropdown.directive.ts index badc47a729..48e7787220 100644 --- a/projects/element-ng/select/si-select-dropdown.directive.ts +++ b/projects/element-ng/select/si-select-dropdown.directive.ts @@ -11,13 +11,7 @@ import { SiCustomSelectDirective } from './si-custom-select.directive'; * combobox host of a custom select. */ export type SiSelectDropdownContentType = - | 'false' - | 'true' - | 'menu' - | 'listbox' - | 'tree' - | 'grid' - | 'dialog'; + 'false' | 'true' | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog'; /** * Structural directive marking the dropdown template for custom selects diff --git a/projects/element-ng/tooltip/si-tooltip.model.ts b/projects/element-ng/tooltip/si-tooltip.model.ts index c5446e5306..9cda90f77c 100644 --- a/projects/element-ng/tooltip/si-tooltip.model.ts +++ b/projects/element-ng/tooltip/si-tooltip.model.ts @@ -6,12 +6,7 @@ import { ElementRef, InjectionToken, TemplateRef, Type } from '@angular/core'; import { TranslatableString } from '@siemens/element-translate-ng/translate'; export type SiTooltipContent = - | TranslatableString - | TemplateRef - | Type - | ElementRef - | null - | undefined; + TranslatableString | TemplateRef | Type | ElementRef | null | undefined; export interface SiTooltipConfig { id?: string; diff --git a/projects/element-ng/typeahead/si-typeahead.directive.spec.ts b/projects/element-ng/typeahead/si-typeahead.directive.spec.ts index 61ad94231f..bd809e84ea 100644 --- a/projects/element-ng/typeahead/si-typeahead.directive.spec.ts +++ b/projects/element-ng/typeahead/si-typeahead.directive.spec.ts @@ -446,7 +446,11 @@ describe('SiTypeaheadDirective', () => { await tick(wrapperComponent.waitMs()); - expect(setTimeout).toHaveBeenCalledWith(expect.any(Function), 333); + expect(setTimeout).toHaveBeenCalledWith( + // eslint-disable-next-line vitest/valid-expect + expect.any(Function), + 333 + ); }); it('should properly select item on click', async () => { diff --git a/projects/live-preview/assets/angular/package.json b/projects/live-preview/assets/angular/package.json index dcac0e7dbc..6b59644f32 100644 --- a/projects/live-preview/assets/angular/package.json +++ b/projects/live-preview/assets/angular/package.json @@ -17,13 +17,13 @@ "@ngx-formly/bootstrap": "7.1.0", "@ngx-formly/core": "7.1.0", "@ngx-translate/core": "18.0.0", - "@siemens/charts-ng": "49.11.0", - "@siemens/dashboards-ng": "49.11.0", - "@siemens/element-ng": "49.11.0", - "@siemens/element-theme": "49.11.0", - "@siemens/element-translate-ng": "49.11.0", - "@siemens/live-preview": "49.11.0", - "@siemens/maps-ng": "49.11.0", + "@siemens/charts-ng": "49.13.0", + "@siemens/dashboards-ng": "49.13.0", + "@siemens/element-ng": "49.13.0", + "@siemens/element-theme": "49.13.0", + "@siemens/element-translate-ng": "49.13.0", + "@siemens/live-preview": "49.13.0", + "@siemens/maps-ng": "49.13.0", "@siemens/ngx-datatable": "26.2.1", "ag-grid-angular": "^36.0.0", "ag-grid-community": "^36.0.0", diff --git a/projects/live-preview/package.json b/projects/live-preview/package.json index 2c93c26baa..47badaae6c 100644 --- a/projects/live-preview/package.json +++ b/projects/live-preview/package.json @@ -37,7 +37,7 @@ "react-dom": "18 || 19", "vue": "3", "vue3-sfc-loader": "0.9.5", - "@babel/standalone": "8.0.2" + "@babel/standalone": "8.0.3" }, "peerDependenciesMeta": { "react": { diff --git a/projects/maps-ng/src/components/si-map/models/map-point.interface.ts b/projects/maps-ng/src/components/si-map/models/map-point.interface.ts index f466b221a4..52faacd4b4 100644 --- a/projects/maps-ng/src/components/si-map/models/map-point.interface.ts +++ b/projects/maps-ng/src/components/si-map/models/map-point.interface.ts @@ -45,14 +45,7 @@ export interface MapPointMetaData { // Note: keep in sync with @siemens/element-ng: ExtendedStatusType | 'default' | 'unknown; // this doesn't use the Element type to be independent of element (for mobile) export type MarkerStatusType = - | 'success' - | 'info' - | 'warning' - | 'danger' - | 'caution' - | 'critical' - | 'default' - | 'unknown'; + 'success' | 'info' | 'warning' | 'danger' | 'caution' | 'critical' | 'default' | 'unknown'; export interface LabelOptions { /**