From 25119d44348c4f7b94698eb2d61dabfc53634517 Mon Sep 17 00:00:00 2001 From: Marco Collovati Date: Sun, 15 Oct 2023 19:28:34 +0200 Subject: [PATCH 1/7] chore(actions): print message for dry-run releases --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 69b3c0c7..2073d5da 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -72,6 +72,9 @@ jobs: exit 1 fi echo "Releasing version '${{ inputs.version }}' from branch '${{ inputs.target-branch }}'." >> $GITHUB_STEP_SUMMARY + if [[ "${{ github.event.inputs.dry-run }}" == "true" ]]; then + echo "⚠️ dry-run execution, artifacts will not be published on Maven Central." >> $GITHUB_STEP_SUMMARY + fi - name: Setup Java uses: actions/setup-java@v3 with: From 9c9d6ec9e89e768100155f449ba79c70cb97769e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 18:54:31 +0200 Subject: [PATCH 2/7] chore(deps): bump com.codeborne:selenide from 6.19.0 to 6.19.1 (#313) Bumps [com.codeborne:selenide](https://github.com/selenide/selenide) from 6.19.0 to 6.19.1. - [Release notes](https://github.com/selenide/selenide/releases) - [Changelog](https://github.com/selenide/selenide/blob/main/CHANGELOG.md) - [Commits](https://github.com/selenide/selenide/compare/v6.19.0...v6.19.1) --- updated-dependencies: - dependency-name: com.codeborne:selenide dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- integration-tests/hybrid-smoke-tests/pom.xml | 2 +- integration-tests/smoke-tests/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/hybrid-smoke-tests/pom.xml b/integration-tests/hybrid-smoke-tests/pom.xml index def88691..6da5abb7 100644 --- a/integration-tests/hybrid-smoke-tests/pom.xml +++ b/integration-tests/hybrid-smoke-tests/pom.xml @@ -17,7 +17,7 @@ true 4.2.0 - 6.19.0 + 6.19.1 diff --git a/integration-tests/smoke-tests/pom.xml b/integration-tests/smoke-tests/pom.xml index 306fab53..9728efa4 100644 --- a/integration-tests/smoke-tests/pom.xml +++ b/integration-tests/smoke-tests/pom.xml @@ -17,7 +17,7 @@ true 4.2.0 - 6.19.0 + 6.19.1 From 85f667f7c59a40e050ee49fb0da0de06c07b84ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 18:54:50 +0200 Subject: [PATCH 3/7] chore(deps): bump quarkus.version from 3.4.3 to 3.5.0 (#314) Bumps `quarkus.version` from 3.4.3 to 3.5.0. Updates `io.quarkus:quarkus-bom` from 3.4.3 to 3.5.0 - [Release notes](https://github.com/quarkusio/quarkus/releases) - [Commits](https://github.com/quarkusio/quarkus/compare/3.4.3...3.5.0) Updates `io.quarkus:quarkus-maven-plugin` from 3.4.3 to 3.5.0 Updates `io.quarkus:quarkus-security-test-utils` from 3.4.3 to 3.5.0 Updates `io.quarkus:quarkus-extension-processor` from 3.4.3 to 3.5.0 Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.4.3 to 3.5.0 - [Release notes](https://github.com/quarkusio/quarkus/releases) - [Commits](https://github.com/quarkusio/quarkus/compare/3.4.3...3.5.0) --- updated-dependencies: - dependency-name: io.quarkus:quarkus-bom dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-security-test-utils dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-extension-processor dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-extension-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bce6dcca..3ff26ee8 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ UTF-8 UTF-8 - 3.4.3 + 3.5.0 24.1.12 2.2.2 From b31a27efefd621ca647727921507daf8e0f98b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 19:13:57 +0200 Subject: [PATCH 4/7] chore(deps-dev): bump @babel/traverse in /integration-tests/smoke-tests (#318) Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../smoke-tests/package-lock.json | 271 +++++++++++------- 1 file changed, 171 insertions(+), 100 deletions(-) diff --git a/integration-tests/smoke-tests/package-lock.json b/integration-tests/smoke-tests/package-lock.json index b8e055cd..a5544cf8 100644 --- a/integration-tests/smoke-tests/package-lock.json +++ b/integration-tests/smoke-tests/package-lock.json @@ -190,17 +190,56 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz", - "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==", + "version": "7.22.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", + "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", "dev": true, "dependencies": { - "@babel/highlight": "^7.22.5" + "@babel/highlight": "^7.22.13", + "chalk": "^2.4.2" }, "engines": { "node": ">=6.9.0" } }, + "node_modules/@babel/code-frame/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/code-frame/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/code-frame/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/@babel/compat-data": { "version": "7.22.5", "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.5.tgz", @@ -250,12 +289,12 @@ } }, "node_modules/@babel/generator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.5.tgz", - "integrity": "sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", + "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", "dev": true, "dependencies": { - "@babel/types": "^7.22.5", + "@babel/types": "^7.23.0", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -403,9 +442,9 @@ } }, "node_modules/@babel/helper-environment-visitor": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz", - "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", + "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", "dev": true, "engines": { "node": ">=6.9.0" @@ -423,13 +462,13 @@ } }, "node_modules/@babel/helper-function-name": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz", - "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", + "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", "dev": true, "dependencies": { - "@babel/template": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/template": "^7.22.15", + "@babel/types": "^7.23.0" }, "engines": { "node": ">=6.9.0" @@ -566,9 +605,9 @@ } }, "node_modules/@babel/helper-split-export-declaration": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.5.tgz", - "integrity": "sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ==", + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", "dev": true, "dependencies": { "@babel/types": "^7.22.5" @@ -587,9 +626,9 @@ } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz", - "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", + "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", "dev": true, "engines": { "node": ">=6.9.0" @@ -633,13 +672,13 @@ } }, "node_modules/@babel/highlight": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz", - "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", + "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.22.5", - "chalk": "^2.0.0", + "@babel/helper-validator-identifier": "^7.22.20", + "chalk": "^2.4.2", "js-tokens": "^4.0.0" }, "engines": { @@ -685,9 +724,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.5.tgz", - "integrity": "sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", + "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -1771,33 +1810,33 @@ } }, "node_modules/@babel/template": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz", - "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", + "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.22.5", - "@babel/parser": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/code-frame": "^7.22.13", + "@babel/parser": "^7.22.15", + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.5.tgz", - "integrity": "sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==", + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz", + "integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.22.5", - "@babel/generator": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-function-name": "^7.22.5", + "@babel/code-frame": "^7.22.13", + "@babel/generator": "^7.23.0", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.5", - "@babel/parser": "^7.22.5", - "@babel/types": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/parser": "^7.23.0", + "@babel/types": "^7.23.0", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -1806,13 +1845,13 @@ } }, "node_modules/@babel/types": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz", - "integrity": "sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", + "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", "dev": true, "dependencies": { "@babel/helper-string-parser": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.5", + "@babel/helper-validator-identifier": "^7.22.20", "to-fast-properties": "^2.0.0" }, "engines": { @@ -8658,12 +8697,44 @@ } }, "@babel/code-frame": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz", - "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==", + "version": "7.22.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", + "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", "dev": true, "requires": { - "@babel/highlight": "^7.22.5" + "@babel/highlight": "^7.22.13", + "chalk": "^2.4.2" + }, + "dependencies": { + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } } }, "@babel/compat-data": { @@ -8704,12 +8775,12 @@ } }, "@babel/generator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.5.tgz", - "integrity": "sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", + "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", "dev": true, "requires": { - "@babel/types": "^7.22.5", + "@babel/types": "^7.23.0", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -8816,9 +8887,9 @@ } }, "@babel/helper-environment-visitor": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz", - "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", + "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", "dev": true }, "@babel/helper-explode-assignable-expression": { @@ -8829,13 +8900,13 @@ } }, "@babel/helper-function-name": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz", - "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", + "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", "dev": true, "requires": { - "@babel/template": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/template": "^7.22.15", + "@babel/types": "^7.23.0" } }, "@babel/helper-hoist-variables": { @@ -8931,9 +9002,9 @@ } }, "@babel/helper-split-export-declaration": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.5.tgz", - "integrity": "sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ==", + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", "dev": true, "requires": { "@babel/types": "^7.22.5" @@ -8946,9 +9017,9 @@ "dev": true }, "@babel/helper-validator-identifier": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz", - "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", + "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", "dev": true }, "@babel/helper-validator-option": { @@ -8979,13 +9050,13 @@ } }, "@babel/highlight": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz", - "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", + "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.22.5", - "chalk": "^2.0.0", + "@babel/helper-validator-identifier": "^7.22.20", + "chalk": "^2.4.2", "js-tokens": "^4.0.0" }, "dependencies": { @@ -9021,9 +9092,9 @@ } }, "@babel/parser": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.5.tgz", - "integrity": "sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", + "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==", "dev": true }, "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { @@ -9657,42 +9728,42 @@ } }, "@babel/template": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz", - "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", + "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", "dev": true, "requires": { - "@babel/code-frame": "^7.22.5", - "@babel/parser": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/code-frame": "^7.22.13", + "@babel/parser": "^7.22.15", + "@babel/types": "^7.22.15" } }, "@babel/traverse": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.5.tgz", - "integrity": "sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==", + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz", + "integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==", "dev": true, "requires": { - "@babel/code-frame": "^7.22.5", - "@babel/generator": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-function-name": "^7.22.5", + "@babel/code-frame": "^7.22.13", + "@babel/generator": "^7.23.0", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.5", - "@babel/parser": "^7.22.5", - "@babel/types": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/parser": "^7.23.0", + "@babel/types": "^7.23.0", "debug": "^4.1.0", "globals": "^11.1.0" } }, "@babel/types": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz", - "integrity": "sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", + "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", "dev": true, "requires": { "@babel/helper-string-parser": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.5", + "@babel/helper-validator-identifier": "^7.22.20", "to-fast-properties": "^2.0.0" } }, From 7f9a34845d319127c92995f4b9e01e9b8e96c36c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 19:14:17 +0200 Subject: [PATCH 5/7] chore(deps-dev): bump @babel/traverse (#319) Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.8 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../hybrid-smoke-tests/package-lock.json | 186 +++++++++--------- 1 file changed, 94 insertions(+), 92 deletions(-) diff --git a/integration-tests/hybrid-smoke-tests/package-lock.json b/integration-tests/hybrid-smoke-tests/package-lock.json index e124834c..2f490a0c 100644 --- a/integration-tests/hybrid-smoke-tests/package-lock.json +++ b/integration-tests/hybrid-smoke-tests/package-lock.json @@ -194,12 +194,13 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz", - "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==", + "version": "7.22.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", + "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", "dev": true, "dependencies": { - "@babel/highlight": "^7.22.5" + "@babel/highlight": "^7.22.13", + "chalk": "^2.4.2" }, "engines": { "node": ">=6.9.0" @@ -245,12 +246,12 @@ } }, "node_modules/@babel/generator": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.9.tgz", - "integrity": "sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", + "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", "dev": true, "dependencies": { - "@babel/types": "^7.22.5", + "@babel/types": "^7.23.0", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -359,22 +360,22 @@ } }, "node_modules/@babel/helper-environment-visitor": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz", - "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", + "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-function-name": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz", - "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", + "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", "dev": true, "dependencies": { - "@babel/template": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/template": "^7.22.15", + "@babel/types": "^7.23.0" }, "engines": { "node": ">=6.9.0" @@ -536,9 +537,9 @@ } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz", - "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", + "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", "dev": true, "engines": { "node": ">=6.9.0" @@ -582,13 +583,13 @@ } }, "node_modules/@babel/highlight": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz", - "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", + "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.22.5", - "chalk": "^2.0.0", + "@babel/helper-validator-identifier": "^7.22.20", + "chalk": "^2.4.2", "js-tokens": "^4.0.0" }, "engines": { @@ -596,9 +597,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.22.7", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.7.tgz", - "integrity": "sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", + "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -1833,33 +1834,33 @@ } }, "node_modules/@babel/template": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz", - "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", + "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.22.5", - "@babel/parser": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/code-frame": "^7.22.13", + "@babel/parser": "^7.22.15", + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.22.8", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.8.tgz", - "integrity": "sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==", + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz", + "integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.22.5", - "@babel/generator": "^7.22.7", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-function-name": "^7.22.5", + "@babel/code-frame": "^7.22.13", + "@babel/generator": "^7.23.0", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.22.7", - "@babel/types": "^7.22.5", + "@babel/parser": "^7.23.0", + "@babel/types": "^7.23.0", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -1868,13 +1869,13 @@ } }, "node_modules/@babel/types": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz", - "integrity": "sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", + "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", "dev": true, "dependencies": { "@babel/helper-string-parser": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.5", + "@babel/helper-validator-identifier": "^7.22.20", "to-fast-properties": "^2.0.0" }, "engines": { @@ -9541,12 +9542,13 @@ } }, "@babel/code-frame": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz", - "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==", + "version": "7.22.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", + "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", "dev": true, "requires": { - "@babel/highlight": "^7.22.5" + "@babel/highlight": "^7.22.13", + "chalk": "^2.4.2" } }, "@babel/compat-data": { @@ -9579,12 +9581,12 @@ } }, "@babel/generator": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.9.tgz", - "integrity": "sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", + "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", "dev": true, "requires": { - "@babel/types": "^7.22.5", + "@babel/types": "^7.23.0", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -9663,19 +9665,19 @@ } }, "@babel/helper-environment-visitor": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz", - "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", + "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", "dev": true }, "@babel/helper-function-name": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz", - "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", + "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", "dev": true, "requires": { - "@babel/template": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/template": "^7.22.15", + "@babel/types": "^7.23.0" } }, "@babel/helper-hoist-variables": { @@ -9789,9 +9791,9 @@ "dev": true }, "@babel/helper-validator-identifier": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz", - "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", + "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", "dev": true }, "@babel/helper-validator-option": { @@ -9823,20 +9825,20 @@ } }, "@babel/highlight": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz", - "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", + "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.22.5", - "chalk": "^2.0.0", + "@babel/helper-validator-identifier": "^7.22.20", + "chalk": "^2.4.2", "js-tokens": "^4.0.0" } }, "@babel/parser": { - "version": "7.22.7", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.7.tgz", - "integrity": "sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", + "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==", "dev": true }, "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { @@ -10658,42 +10660,42 @@ } }, "@babel/template": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz", - "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", + "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", "dev": true, "requires": { - "@babel/code-frame": "^7.22.5", - "@babel/parser": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/code-frame": "^7.22.13", + "@babel/parser": "^7.22.15", + "@babel/types": "^7.22.15" } }, "@babel/traverse": { - "version": "7.22.8", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.8.tgz", - "integrity": "sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==", + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz", + "integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==", "dev": true, "requires": { - "@babel/code-frame": "^7.22.5", - "@babel/generator": "^7.22.7", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-function-name": "^7.22.5", + "@babel/code-frame": "^7.22.13", + "@babel/generator": "^7.23.0", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.22.7", - "@babel/types": "^7.22.5", + "@babel/parser": "^7.23.0", + "@babel/types": "^7.23.0", "debug": "^4.1.0", "globals": "^11.1.0" } }, "@babel/types": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz", - "integrity": "sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", + "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", "dev": true, "requires": { "@babel/helper-string-parser": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.5", + "@babel/helper-validator-identifier": "^7.22.20", "to-fast-properties": "^2.0.0" } }, From cdc5a8030d0600a08d2f2d6fac241f4fae3d4d28 Mon Sep 17 00:00:00 2001 From: Marco Collovati Date: Sat, 21 Oct 2023 09:06:47 +0200 Subject: [PATCH 6/7] chore: remove vaadin BOM from parent POM (#302) Fixes #284 --- integration-tests/hybrid-smoke-tests/pom.xml | 13 +++++++++++++ pom.xml | 8 -------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/integration-tests/hybrid-smoke-tests/pom.xml b/integration-tests/hybrid-smoke-tests/pom.xml index 6da5abb7..d4bb91db 100644 --- a/integration-tests/hybrid-smoke-tests/pom.xml +++ b/integration-tests/hybrid-smoke-tests/pom.xml @@ -18,7 +18,20 @@ 4.2.0 6.19.1 + 24.1.12 + + + + + com.vaadin + vaadin-bom + ${vaadin.version} + pom + import + + + com.github.mcollovati diff --git a/pom.xml b/pom.xml index 3ff26ee8..811ae15e 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,6 @@ UTF-8 3.5.0 - 24.1.12 2.2.2 3.24.2 @@ -80,13 +79,6 @@ pom import - - com.vaadin - vaadin-bom - ${vaadin.version} - pom - import - org.assertj assertj-bom From 9267c199428bc6fc96bcd076f58b952ba16cc964 Mon Sep 17 00:00:00 2001 From: Marco Collovati Date: Sat, 21 Oct 2023 09:18:53 +0200 Subject: [PATCH 7/7] test: refactor test modules (#303) Adds a parent POM for tests with definition of dependencies and plugins configuration Introduce a common module with reusable test code Fixes #236 --- .gitignore | 1 + .../hybrid-smoke-tests/.dockerignore | 5 - .../hybrid-smoke-tests/package-lock.json | 1470 +++++------------ .../hybrid-smoke-tests/package.json | 62 +- integration-tests/hybrid-smoke-tests/pom.xml | 205 +-- .../src/main/docker/Dockerfile.jvm | 93 -- .../src/main/docker/Dockerfile.legacy-jar | 89 - .../src/main/docker/Dockerfile.native | 27 - .../src/main/docker/Dockerfile.native-micro | 30 - .../src/main/resources/application.properties | 16 - integration-tests/pom.xml | 233 +++ integration-tests/smoke-tests/.dockerignore | 5 - integration-tests/smoke-tests/pom.xml | 209 +-- .../src/main/docker/Dockerfile.jvm | 93 -- .../src/main/docker/Dockerfile.legacy-jar | 89 - .../src/main/docker/Dockerfile.native | 27 - .../src/main/docker/Dockerfile.native-micro | 30 - .../src/main/resources/application.properties | 16 - .../quarkus/testing/AbstractTest.java | 99 -- .../quarkus/testing/HillaCleaner.java | 57 - .../testing/HillaFrontendGenerated.java | 25 - .../quarkus/testing/ScreenshotOnFailure.java | 47 - ...back.QuarkusTestAfterTestExecutionCallback | 1 - ...ack.QuarkusTestBeforeTestExecutionCallback | 1 - integration-tests/test-commons/pom.xml | 27 + .../quarkus/testing/AbstractTest.java | 0 .../quarkus/testing/HillaCleaner.java | 0 .../testing/HillaFrontendGenerated.java | 0 .../quarkus/testing/ScreenshotOnFailure.java | 0 ...back.QuarkusTestAfterTestExecutionCallback | 0 ...ack.QuarkusTestBeforeTestExecutionCallback | 0 pom.xml | 25 +- 32 files changed, 737 insertions(+), 2245 deletions(-) delete mode 100644 integration-tests/hybrid-smoke-tests/.dockerignore delete mode 100644 integration-tests/hybrid-smoke-tests/src/main/docker/Dockerfile.jvm delete mode 100644 integration-tests/hybrid-smoke-tests/src/main/docker/Dockerfile.legacy-jar delete mode 100644 integration-tests/hybrid-smoke-tests/src/main/docker/Dockerfile.native delete mode 100644 integration-tests/hybrid-smoke-tests/src/main/docker/Dockerfile.native-micro create mode 100644 integration-tests/pom.xml delete mode 100644 integration-tests/smoke-tests/.dockerignore delete mode 100644 integration-tests/smoke-tests/src/main/docker/Dockerfile.jvm delete mode 100644 integration-tests/smoke-tests/src/main/docker/Dockerfile.legacy-jar delete mode 100644 integration-tests/smoke-tests/src/main/docker/Dockerfile.native delete mode 100644 integration-tests/smoke-tests/src/main/docker/Dockerfile.native-micro delete mode 100644 integration-tests/smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/AbstractTest.java delete mode 100644 integration-tests/smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/HillaCleaner.java delete mode 100644 integration-tests/smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/HillaFrontendGenerated.java delete mode 100644 integration-tests/smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/ScreenshotOnFailure.java delete mode 100644 integration-tests/smoke-tests/src/test/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestAfterTestExecutionCallback delete mode 100644 integration-tests/smoke-tests/src/test/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestBeforeTestExecutionCallback create mode 100644 integration-tests/test-commons/pom.xml rename integration-tests/{hybrid-smoke-tests/src/test => test-commons/src/main}/java/com/github/mcollovati/quarkus/testing/AbstractTest.java (100%) rename integration-tests/{hybrid-smoke-tests/src/test => test-commons/src/main}/java/com/github/mcollovati/quarkus/testing/HillaCleaner.java (100%) rename integration-tests/{hybrid-smoke-tests/src/test => test-commons/src/main}/java/com/github/mcollovati/quarkus/testing/HillaFrontendGenerated.java (100%) rename integration-tests/{hybrid-smoke-tests/src/test => test-commons/src/main}/java/com/github/mcollovati/quarkus/testing/ScreenshotOnFailure.java (100%) rename integration-tests/{hybrid-smoke-tests/src/test => test-commons/src/main}/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestAfterTestExecutionCallback (100%) rename integration-tests/{hybrid-smoke-tests/src/test => test-commons/src/main}/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestBeforeTestExecutionCallback (100%) diff --git a/.gitignore b/.gitignore index 695e876b..d00396ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.flattened-pom.xml target/ .idea/ .vscode/ diff --git a/integration-tests/hybrid-smoke-tests/.dockerignore b/integration-tests/hybrid-smoke-tests/.dockerignore deleted file mode 100644 index 94810d00..00000000 --- a/integration-tests/hybrid-smoke-tests/.dockerignore +++ /dev/null @@ -1,5 +0,0 @@ -* -!target/*-runner -!target/*-runner.jar -!target/lib/* -!target/quarkus-app/* \ No newline at end of file diff --git a/integration-tests/hybrid-smoke-tests/package-lock.json b/integration-tests/hybrid-smoke-tests/package-lock.json index 2f490a0c..d5c78bd1 100644 --- a/integration-tests/hybrid-smoke-tests/package-lock.json +++ b/integration-tests/hybrid-smoke-tests/package-lock.json @@ -20,57 +20,50 @@ "@hilla/generator-typescript-utils": "2.2.2", "@polymer/polymer": "3.5.1", "@vaadin-component-factory/vcf-nav": "1.1.3", - "@vaadin/a11y-base": "24.1.11", + "@vaadin/a11y-base": "24.1.10", "@vaadin/accordion": "24.1.10", "@vaadin/app-layout": "24.1.10", "@vaadin/avatar": "24.1.10", "@vaadin/avatar-group": "24.1.10", - "@vaadin/board": "24.1.11", - "@vaadin/bundles": "24.1.11", + "@vaadin/bundles": "24.1.10", "@vaadin/button": "24.1.10", - "@vaadin/charts": "24.1.11", "@vaadin/checkbox": "24.1.10", "@vaadin/checkbox-group": "24.1.10", "@vaadin/combo-box": "24.1.10", "@vaadin/common-frontend": "0.0.18", - "@vaadin/component-base": "24.1.11", + "@vaadin/component-base": "24.1.10", "@vaadin/confirm-dialog": "24.1.10", "@vaadin/context-menu": "24.1.10", - "@vaadin/cookie-consent": "24.1.11", - "@vaadin/crud": "24.1.11", "@vaadin/custom-field": "24.1.10", "@vaadin/date-picker": "24.1.10", "@vaadin/date-time-picker": "24.1.10", "@vaadin/details": "24.1.10", "@vaadin/dialog": "24.1.10", "@vaadin/email-field": "24.1.10", - "@vaadin/field-base": "24.1.11", + "@vaadin/field-base": "24.1.10", "@vaadin/field-highlighter": "24.1.10", "@vaadin/form-layout": "24.1.10", "@vaadin/grid": "24.1.10", - "@vaadin/grid-pro": "24.1.11", "@vaadin/horizontal-layout": "24.1.10", "@vaadin/icon": "24.1.10", "@vaadin/icons": "24.1.10", - "@vaadin/input-container": "24.1.11", + "@vaadin/input-container": "24.1.10", "@vaadin/integer-field": "24.1.10", "@vaadin/item": "24.1.10", "@vaadin/list-box": "24.1.10", - "@vaadin/lit-renderer": "24.1.11", + "@vaadin/lit-renderer": "24.1.10", "@vaadin/login": "24.1.10", - "@vaadin/map": "24.1.11", "@vaadin/menu-bar": "24.1.10", "@vaadin/message-input": "24.1.10", "@vaadin/message-list": "24.1.10", "@vaadin/multi-select-combo-box": "24.1.10", "@vaadin/notification": "24.1.10", "@vaadin/number-field": "24.1.10", - "@vaadin/overlay": "24.1.11", + "@vaadin/overlay": "24.1.10", "@vaadin/password-field": "24.1.10", "@vaadin/polymer-legacy-adapter": "24.1.10", "@vaadin/progress-bar": "24.1.10", "@vaadin/radio-group": "24.1.10", - "@vaadin/rich-text-editor": "24.1.11", "@vaadin/router": "1.7.5", "@vaadin/scroller": "24.1.10", "@vaadin/select": "24.1.10", @@ -84,8 +77,9 @@ "@vaadin/tooltip": "24.1.10", "@vaadin/upload": "24.1.10", "@vaadin/vaadin-development-mode-detector": "2.0.6", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10", "@vaadin/vaadin-usage-statistics": "2.1.2", "@vaadin/vertical-layout": "24.1.10", "@vaadin/virtual-list": "24.1.10", @@ -2586,45 +2580,6 @@ "@lit-labs/ssr-dom-shim": "^1.0.0" } }, - "node_modules/@mapbox/jsonlint-lines-primitives": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@mapbox/jsonlint-lines-primitives/-/jsonlint-lines-primitives-2.0.2.tgz", - "integrity": "sha512-rY0o9A5ECsTQRVhv7tL/OyDpGAoUB4tTvLiW1DSzQGq4bvTPhNw1VpSNjDJc5GFZ2XuyOtSWSVN05qOtcD71qQ==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/@mapbox/mapbox-gl-style-spec": { - "version": "13.28.0", - "resolved": "https://registry.npmjs.org/@mapbox/mapbox-gl-style-spec/-/mapbox-gl-style-spec-13.28.0.tgz", - "integrity": "sha512-B8xM7Fp1nh5kejfIl4SWeY0gtIeewbuRencqO3cJDrCHZpaPg7uY+V8abuR+esMeuOjRl5cLhVTP40v+1ywxbg==", - "dependencies": { - "@mapbox/jsonlint-lines-primitives": "~2.0.2", - "@mapbox/point-geometry": "^0.1.0", - "@mapbox/unitbezier": "^0.0.0", - "csscolorparser": "~1.0.2", - "json-stringify-pretty-compact": "^2.0.0", - "minimist": "^1.2.6", - "rw": "^1.3.3", - "sort-object": "^0.3.2" - }, - "bin": { - "gl-style-composite": "bin/gl-style-composite.js", - "gl-style-format": "bin/gl-style-format.js", - "gl-style-migrate": "bin/gl-style-migrate.js", - "gl-style-validate": "bin/gl-style-validate.js" - } - }, - "node_modules/@mapbox/point-geometry": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-0.1.0.tgz", - "integrity": "sha512-6j56HdLTwWGO0fJPlrZtdU/B13q8Uwmo18Ck2GnGgN9PCFyKTZ3UbXeEdRFh18i9XQ92eH2VdtpJHpBD3aripQ==" - }, - "node_modules/@mapbox/unitbezier": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/@mapbox/unitbezier/-/unitbezier-0.0.0.tgz", - "integrity": "sha512-HPnRdYO0WjFjRTSwO3frz1wKaU649OBFPX3Zo/2WZvuRi6zMiRGui8SnPQiQABgqCf8YikDe5t3HViTVw1WUzA==" - }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -2665,11 +2620,6 @@ "resolved": "https://registry.npmjs.org/@open-wc/dedupe-mixin/-/dedupe-mixin-1.3.1.tgz", "integrity": "sha512-ukowSvzpZQDUH0Y3znJTsY88HkiGk3Khc0WGpIPhap1xlerieYi27QBg6wx/nTurpWfU6XXXsx9ocxDYCdtw0Q==" }, - "node_modules/@petamoriken/float16": { - "version": "3.8.4", - "resolved": "https://registry.npmjs.org/@petamoriken/float16/-/float16-3.8.4.tgz", - "integrity": "sha512-kB+NJ5Br56ZhElKsf0pM7/PQfrDdDVMRz8f0JM6eVOGE+L89z9hwcst9QvWBBnazzuqGTGtPsJNZoQ1JdNiGSQ==" - }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", @@ -2803,13 +2753,13 @@ } }, "node_modules/@vaadin/a11y-base": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/a11y-base/-/a11y-base-24.1.11.tgz", - "integrity": "sha512-6hn/nZirnnIlsm3X3ANA02GhZma0AOMN44tQ1bCysF6xdcDxZuU80WLUezfXB5vDl+9cQ1y/t76TPrtV1imBJw==", + "version": "24.1.10", + "resolved": "https://registry.npmjs.org/@vaadin/a11y-base/-/a11y-base-24.1.10.tgz", + "integrity": "sha512-yEcPz3ZjWL4uPnCqP91uhdpNMnrMEAIYKlnSvKVbnHg+O2ZT3qgtrdWjA61ZmPQV40RVBfPbJJVBH/OGo2ZGqg==", "dependencies": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "^3.0.0", - "@vaadin/component-base": "~24.1.11", + "@vaadin/component-base": "~24.1.10", "lit": "^2.0.0" } }, @@ -2876,89 +2826,79 @@ "lit": "^2.0.0" } }, - "node_modules/@vaadin/board": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/board/-/board-24.1.11.tgz", - "integrity": "sha512-/qXSEMhO82c5gZbxoiXJrxgkOh0ceFsfP5PxLMeQwvh8IH+rgivzJ/3GubaOHj6BOGbQqWow8n3wUHF3iyhuAA==", - "dependencies": { - "@polymer/polymer": "^3.0.0", - "@vaadin/a11y-base": "~24.1.11", - "@vaadin/component-base": "~24.1.11" - } - }, "node_modules/@vaadin/bundles": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/bundles/-/bundles-24.1.11.tgz", - "integrity": "sha512-GaOAwkcDWT+fbUvNbHG6bvcL9PqGEjlL7oIEubOhILD8RkYFYOMv99nOTD/kiA+GwsHhOtsNBhDKRzQTHNUybg==", + "version": "24.1.10", + "resolved": "https://registry.npmjs.org/@vaadin/bundles/-/bundles-24.1.10.tgz", + "integrity": "sha512-L57qmIp1QdkBQowRZ9az6E6lYoloahJWR6BmGvP/udqxyB65X2jn6lBWmKkEY5j20QQrXBI9SHkfyTKMYbLLVQ==", "peerDependencies": { "@open-wc/dedupe-mixin": "1.3.1", "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/accordion": "24.1.11", - "@vaadin/app-layout": "24.1.11", - "@vaadin/avatar": "24.1.11", - "@vaadin/avatar-group": "24.1.11", - "@vaadin/board": "24.1.11", - "@vaadin/button": "24.1.11", - "@vaadin/charts": "24.1.11", - "@vaadin/checkbox": "24.1.11", - "@vaadin/checkbox-group": "24.1.11", - "@vaadin/combo-box": "24.1.11", - "@vaadin/component-base": "24.1.11", - "@vaadin/confirm-dialog": "24.1.11", - "@vaadin/context-menu": "24.1.11", - "@vaadin/cookie-consent": "24.1.11", - "@vaadin/crud": "24.1.11", - "@vaadin/custom-field": "24.1.11", - "@vaadin/date-picker": "24.1.11", - "@vaadin/date-time-picker": "24.1.11", - "@vaadin/details": "24.1.11", - "@vaadin/dialog": "24.1.11", - "@vaadin/email-field": "24.1.11", - "@vaadin/field-base": "24.1.11", - "@vaadin/field-highlighter": "24.1.11", - "@vaadin/form-layout": "24.1.11", - "@vaadin/grid": "24.1.11", - "@vaadin/grid-pro": "24.1.11", - "@vaadin/horizontal-layout": "24.1.11", - "@vaadin/icon": "24.1.11", - "@vaadin/icons": "24.1.11", - "@vaadin/input-container": "24.1.11", - "@vaadin/integer-field": "24.1.11", - "@vaadin/item": "24.1.11", - "@vaadin/list-box": "24.1.11", - "@vaadin/lit-renderer": "24.1.11", - "@vaadin/login": "24.1.11", - "@vaadin/map": "24.1.11", - "@vaadin/menu-bar": "24.1.11", - "@vaadin/message-input": "24.1.11", - "@vaadin/message-list": "24.1.11", - "@vaadin/multi-select-combo-box": "24.1.11", - "@vaadin/notification": "24.1.11", - "@vaadin/number-field": "24.1.11", - "@vaadin/overlay": "24.1.11", - "@vaadin/password-field": "24.1.11", - "@vaadin/polymer-legacy-adapter": "24.1.11", - "@vaadin/progress-bar": "24.1.11", - "@vaadin/radio-group": "24.1.11", - "@vaadin/rich-text-editor": "24.1.11", - "@vaadin/scroller": "24.1.11", - "@vaadin/select": "24.1.11", - "@vaadin/side-nav": "24.1.11", - "@vaadin/split-layout": "24.1.11", - "@vaadin/tabs": "24.1.11", - "@vaadin/tabsheet": "24.1.11", - "@vaadin/text-area": "24.1.11", - "@vaadin/text-field": "24.1.11", - "@vaadin/time-picker": "24.1.11", - "@vaadin/tooltip": "24.1.11", - "@vaadin/upload": "24.1.11", + "@vaadin/a11y-base": "24.1.10", + "@vaadin/accordion": "24.1.10", + "@vaadin/app-layout": "24.1.10", + "@vaadin/avatar": "24.1.10", + "@vaadin/avatar-group": "24.1.10", + "@vaadin/board": "24.1.10", + "@vaadin/button": "24.1.10", + "@vaadin/charts": "24.1.10", + "@vaadin/checkbox": "24.1.10", + "@vaadin/checkbox-group": "24.1.10", + "@vaadin/combo-box": "24.1.10", + "@vaadin/component-base": "24.1.10", + "@vaadin/confirm-dialog": "24.1.10", + "@vaadin/context-menu": "24.1.10", + "@vaadin/cookie-consent": "24.1.10", + "@vaadin/crud": "24.1.10", + "@vaadin/custom-field": "24.1.10", + "@vaadin/date-picker": "24.1.10", + "@vaadin/date-time-picker": "24.1.10", + "@vaadin/details": "24.1.10", + "@vaadin/dialog": "24.1.10", + "@vaadin/email-field": "24.1.10", + "@vaadin/field-base": "24.1.10", + "@vaadin/field-highlighter": "24.1.10", + "@vaadin/form-layout": "24.1.10", + "@vaadin/grid": "24.1.10", + "@vaadin/grid-pro": "24.1.10", + "@vaadin/horizontal-layout": "24.1.10", + "@vaadin/icon": "24.1.10", + "@vaadin/icons": "24.1.10", + "@vaadin/input-container": "24.1.10", + "@vaadin/integer-field": "24.1.10", + "@vaadin/item": "24.1.10", + "@vaadin/list-box": "24.1.10", + "@vaadin/lit-renderer": "24.1.10", + "@vaadin/login": "24.1.10", + "@vaadin/map": "24.1.10", + "@vaadin/menu-bar": "24.1.10", + "@vaadin/message-input": "24.1.10", + "@vaadin/message-list": "24.1.10", + "@vaadin/multi-select-combo-box": "24.1.10", + "@vaadin/notification": "24.1.10", + "@vaadin/number-field": "24.1.10", + "@vaadin/overlay": "24.1.10", + "@vaadin/password-field": "24.1.10", + "@vaadin/polymer-legacy-adapter": "24.1.10", + "@vaadin/progress-bar": "24.1.10", + "@vaadin/radio-group": "24.1.10", + "@vaadin/rich-text-editor": "24.1.10", + "@vaadin/scroller": "24.1.10", + "@vaadin/select": "24.1.10", + "@vaadin/side-nav": "24.1.10", + "@vaadin/split-layout": "24.1.10", + "@vaadin/tabs": "24.1.10", + "@vaadin/tabsheet": "24.1.10", + "@vaadin/text-area": "24.1.10", + "@vaadin/text-field": "24.1.10", + "@vaadin/time-picker": "24.1.10", + "@vaadin/tooltip": "24.1.10", + "@vaadin/upload": "24.1.10", "@vaadin/vaadin-development-mode-detector": "2.0.6", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "24.1.11", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10", "@vaadin/vaadin-usage-statistics": "2.1.2", - "@vaadin/vertical-layout": "24.1.11", - "@vaadin/virtual-list": "24.1.11", + "@vaadin/vertical-layout": "24.1.10", + "@vaadin/virtual-list": "24.1.10", "cookieconsent": "3.1.1", "highcharts": "9.2.2", "lit": "2.7.6", @@ -3206,19 +3146,6 @@ "lit": "^2.0.0" } }, - "node_modules/@vaadin/charts": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/charts/-/charts-24.1.11.tgz", - "integrity": "sha512-DMcuIlAn6bXSzVyseuxf40UuFRZNsDsz67xXP8kZdTH9PyEuNzl4cNahBbs6mhwYxEt7IQNylJp9SIt2eXkcYA==", - "dependencies": { - "@polymer/polymer": "^3.0.0", - "@vaadin/component-base": "~24.1.11", - "@vaadin/vaadin-lumo-styles": "~24.1.11", - "@vaadin/vaadin-material-styles": "~24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.11", - "highcharts": "9.2.2" - } - }, "node_modules/@vaadin/checkbox": { "version": "24.1.10", "resolved": "https://registry.npmjs.org/@vaadin/checkbox/-/checkbox-24.1.10.tgz", @@ -3281,9 +3208,9 @@ } }, "node_modules/@vaadin/component-base": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/component-base/-/component-base-24.1.11.tgz", - "integrity": "sha512-RuVrAJbF5H255k3urUBVwcj2OsAdF8ZpumW81XuMNbd76CHo3UFLexG4dq2/R+ZVFFPBq49YzhdlC5yJgQZptQ==", + "version": "24.1.10", + "resolved": "https://registry.npmjs.org/@vaadin/component-base/-/component-base-24.1.10.tgz", + "integrity": "sha512-EAgpnI4ROGCsc+KzKujQNWisIVFEFyD+e3B4tlFmeHlzpMHvVOpEBxTZFcNYMDf/QAMzGvngI+Vh0sLcQwezhw==", "dependencies": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "^3.0.0", @@ -3325,37 +3252,6 @@ "@vaadin/vaadin-themable-mixin": "~24.1.10" } }, - "node_modules/@vaadin/cookie-consent": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/cookie-consent/-/cookie-consent-24.1.11.tgz", - "integrity": "sha512-O2neQ7XU5omm491jkeZciJiFRu+8SfSK4fZ4UNv+WxnUJfT2O19/nxiuPtldk2cmATklsu4ij0waWkiGOYj4CA==", - "dependencies": { - "@polymer/polymer": "^3.0.0", - "@vaadin/component-base": "~24.1.11", - "@vaadin/vaadin-lumo-styles": "~24.1.11", - "@vaadin/vaadin-material-styles": "~24.1.11", - "cookieconsent": "^3.0.6" - } - }, - "node_modules/@vaadin/crud": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/crud/-/crud-24.1.11.tgz", - "integrity": "sha512-lL5/k2XuXLdUpSB5AzbOXwWVU2PJv3M5IdtEM0kEd1wNTssvtjAY47YPBcgLvIP0e7oS3Ts6H/SN39tIzI3gIw==", - "dependencies": { - "@open-wc/dedupe-mixin": "^1.3.0", - "@polymer/polymer": "^3.0.0", - "@vaadin/button": "~24.1.11", - "@vaadin/component-base": "~24.1.11", - "@vaadin/confirm-dialog": "~24.1.11", - "@vaadin/dialog": "~24.1.11", - "@vaadin/form-layout": "~24.1.11", - "@vaadin/grid": "~24.1.11", - "@vaadin/text-field": "~24.1.11", - "@vaadin/vaadin-lumo-styles": "~24.1.11", - "@vaadin/vaadin-material-styles": "~24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.11" - } - }, "node_modules/@vaadin/custom-field": { "version": "24.1.10", "resolved": "https://registry.npmjs.org/@vaadin/custom-field/-/custom-field-24.1.10.tgz", @@ -3450,14 +3346,14 @@ } }, "node_modules/@vaadin/field-base": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/field-base/-/field-base-24.1.11.tgz", - "integrity": "sha512-Ab9kSbD4zDvN1rKeID+pGuBMJ0WwTwmP/0/38PMd+DlsnsncBOG+Mhd3whYDDp05uxFUwIb+4q3quY0Kikdu4w==", + "version": "24.1.10", + "resolved": "https://registry.npmjs.org/@vaadin/field-base/-/field-base-24.1.10.tgz", + "integrity": "sha512-fk8tqu4jggGxFlxNFxCZs7iVf2GlV2UzFT4gFMu+lD8iJP0Lo4NdvAinWnL0b17Si+zvPi8xb3CXm6xLD4Scow==", "dependencies": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "^3.0.0", - "@vaadin/a11y-base": "~24.1.11", - "@vaadin/component-base": "~24.1.11", + "@vaadin/a11y-base": "~24.1.10", + "@vaadin/component-base": "~24.1.10", "lit": "^2.0.0" } }, @@ -3504,26 +3400,6 @@ "@vaadin/vaadin-themable-mixin": "~24.1.10" } }, - "node_modules/@vaadin/grid-pro": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/grid-pro/-/grid-pro-24.1.11.tgz", - "integrity": "sha512-N9XZFTmq90gEyVn2ScrpInPMCM4M5bgZuAKgAG//NSxani0yClA0jZ6u73dAiIDeyvYtb97o7gUPkj665WLULQ==", - "dependencies": { - "@open-wc/dedupe-mixin": "^1.3.0", - "@polymer/polymer": "^3.0.0", - "@vaadin/checkbox": "~24.1.11", - "@vaadin/component-base": "~24.1.11", - "@vaadin/grid": "~24.1.11", - "@vaadin/item": "~24.1.11", - "@vaadin/list-box": "~24.1.11", - "@vaadin/lit-renderer": "~24.1.11", - "@vaadin/select": "~24.1.11", - "@vaadin/text-field": "~24.1.11", - "@vaadin/vaadin-lumo-styles": "~24.1.11", - "@vaadin/vaadin-material-styles": "~24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.11" - } - }, "node_modules/@vaadin/horizontal-layout": { "version": "24.1.10", "resolved": "https://registry.npmjs.org/@vaadin/horizontal-layout/-/horizontal-layout-24.1.10.tgz", @@ -3558,15 +3434,15 @@ } }, "node_modules/@vaadin/input-container": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/input-container/-/input-container-24.1.11.tgz", - "integrity": "sha512-Sf9UqSMQ5KAvYIMn1VQWAuXDPpQPoApR3pxskhyRoLo8O8i1haHU9d1wnw6Ydjk3R2xIHTw4P09rZgAF5NYjKw==", + "version": "24.1.10", + "resolved": "https://registry.npmjs.org/@vaadin/input-container/-/input-container-24.1.10.tgz", + "integrity": "sha512-frTUtrUcBxlZen3oFT9CsZDhfvJQUkV7JWeO9bq68dHXr9WpXUvOwW29W8Riop82swTBdFK/o+8MRdbhslc2Lg==", "dependencies": { "@polymer/polymer": "^3.0.0", - "@vaadin/component-base": "~24.1.11", - "@vaadin/vaadin-lumo-styles": "~24.1.11", - "@vaadin/vaadin-material-styles": "~24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.11" + "@vaadin/component-base": "~24.1.10", + "@vaadin/vaadin-lumo-styles": "~24.1.10", + "@vaadin/vaadin-material-styles": "~24.1.10", + "@vaadin/vaadin-themable-mixin": "~24.1.10" } }, "node_modules/@vaadin/integer-field": { @@ -3611,9 +3487,9 @@ } }, "node_modules/@vaadin/lit-renderer": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/lit-renderer/-/lit-renderer-24.1.11.tgz", - "integrity": "sha512-fe9ZQys/31Gr49Wbx+PYOQToV05938JXr1f3MuHA6GhqxkleKqfpDQlTGNgj9dBOAGTP7AKF9+av/FaqGwPpPg==", + "version": "24.1.10", + "resolved": "https://registry.npmjs.org/@vaadin/lit-renderer/-/lit-renderer-24.1.10.tgz", + "integrity": "sha512-OTNgCt79Xy5TbO6egp9UiqfXV+Yl6vHlqi2OH4mgWu8W0ErUUAkaxrQ/hNXQ8qZ3klK/Ii4aVTQnzjf8RpCbzQ==", "dependencies": { "lit": "^2.0.0" } @@ -3635,20 +3511,6 @@ "@vaadin/vaadin-themable-mixin": "~24.1.10" } }, - "node_modules/@vaadin/map": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/map/-/map-24.1.11.tgz", - "integrity": "sha512-WtxKV40DSI+A4Q+LW5pvBxsQir19+26wPG/DisKQ3KN/CdQi7VN97CzIew0Jr89BDM628D+p/Fo5HxUvu8QfJw==", - "dependencies": { - "@polymer/polymer": "^3.0.0", - "@vaadin/a11y-base": "~24.1.11", - "@vaadin/component-base": "~24.1.11", - "@vaadin/vaadin-lumo-styles": "~24.1.11", - "@vaadin/vaadin-material-styles": "~24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.11", - "ol": "6.13.0" - } - }, "node_modules/@vaadin/menu-bar": { "version": "24.1.10", "resolved": "https://registry.npmjs.org/@vaadin/menu-bar/-/menu-bar-24.1.10.tgz", @@ -3748,17 +3610,17 @@ } }, "node_modules/@vaadin/overlay": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/overlay/-/overlay-24.1.11.tgz", - "integrity": "sha512-OsuqPLtGmLoYEmm4vyT+gaHmx3pdo42bOaenVYeZ1WW7v76FzGpg+YjwOWy2DUIlHFoPkIfsHEcrq3xJC2fGRg==", + "version": "24.1.10", + "resolved": "https://registry.npmjs.org/@vaadin/overlay/-/overlay-24.1.10.tgz", + "integrity": "sha512-8H68FgkWkv0eNwO48nmDja0m/w+EVJlTZFvyTZa/md/S0EjYr09LIbFylfR3nY+G9DW1aLlWgyyEhL08ccM74g==", "dependencies": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "^3.0.0", - "@vaadin/a11y-base": "~24.1.11", - "@vaadin/component-base": "~24.1.11", - "@vaadin/vaadin-lumo-styles": "~24.1.11", - "@vaadin/vaadin-material-styles": "~24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.11" + "@vaadin/a11y-base": "~24.1.10", + "@vaadin/component-base": "~24.1.10", + "@vaadin/vaadin-lumo-styles": "~24.1.10", + "@vaadin/vaadin-material-styles": "~24.1.10", + "@vaadin/vaadin-themable-mixin": "~24.1.10" } }, "node_modules/@vaadin/password-field": { @@ -3813,22 +3675,6 @@ "@vaadin/vaadin-themable-mixin": "~24.1.10" } }, - "node_modules/@vaadin/rich-text-editor": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/rich-text-editor/-/rich-text-editor-24.1.11.tgz", - "integrity": "sha512-82ims4m78AA7Y5jKbMe2KUxZ9eyxz0dwfTa1BP+j4oT/5rtDCfJzrkONTsrW8YkkP5mi5yRYSuETqIM9mfq+FQ==", - "dependencies": { - "@polymer/polymer": "^3.0.0", - "@vaadin/button": "~24.1.11", - "@vaadin/component-base": "~24.1.11", - "@vaadin/confirm-dialog": "~24.1.11", - "@vaadin/text-field": "~24.1.11", - "@vaadin/tooltip": "~24.1.11", - "@vaadin/vaadin-lumo-styles": "~24.1.11", - "@vaadin/vaadin-material-styles": "~24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.11" - } - }, "node_modules/@vaadin/router": { "version": "1.7.5", "resolved": "https://registry.npmjs.org/@vaadin/router/-/router-1.7.5.tgz", @@ -4010,28 +3856,28 @@ "integrity": "sha512-N6a5nLT/ytEUlpPo+nvdCKIGoyNjPsj3rzPGvGYK8x9Ceg76OTe1xI/GtN71mRW9e2HUScR0kCNOkl1Z63YDjw==" }, "node_modules/@vaadin/vaadin-lumo-styles": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/vaadin-lumo-styles/-/vaadin-lumo-styles-24.1.11.tgz", - "integrity": "sha512-OTnDOa+1sg6gzgCChIeFPNjIwr+y0JwcJO70FpE9XRYwi6tx6uC+EazW9GdV9pJQRuk5Ah8BQc1AaV1ZnNxfHw==", + "version": "24.1.10", + "resolved": "https://registry.npmjs.org/@vaadin/vaadin-lumo-styles/-/vaadin-lumo-styles-24.1.10.tgz", + "integrity": "sha512-QI5MP/vtskeMNZ95sKxsV6YojsayFHrx1jFWuv7OwjQ7wmMxE4U5pZJMwmun29+1bQTbTGb3Al5PEDZoKP+fiQ==", "dependencies": { "@polymer/polymer": "^3.0.0", - "@vaadin/icon": "~24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.11" + "@vaadin/icon": "~24.1.10", + "@vaadin/vaadin-themable-mixin": "~24.1.10" } }, "node_modules/@vaadin/vaadin-material-styles": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/vaadin-material-styles/-/vaadin-material-styles-24.1.11.tgz", - "integrity": "sha512-lHp1YjqO3F47AjFn/auuVioQmi9vM+sISsMBfC7CykfiDBatjF7SQvTO3yrsoAj53Fr/BabDoL0TRZbwkEEebg==", + "version": "24.1.10", + "resolved": "https://registry.npmjs.org/@vaadin/vaadin-material-styles/-/vaadin-material-styles-24.1.10.tgz", + "integrity": "sha512-RH8RiJfKphM0qgj+JPNmUoBi3yoGExN9ts2hKnPuAWl/wBUnYu1hrZMGnqycZaQwOGbaeN7+Mgxb4XzXtZ2y6w==", "dependencies": { "@polymer/polymer": "^3.0.0", - "@vaadin/vaadin-themable-mixin": "~24.1.11" + "@vaadin/vaadin-themable-mixin": "~24.1.10" } }, "node_modules/@vaadin/vaadin-themable-mixin": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/vaadin-themable-mixin/-/vaadin-themable-mixin-24.1.11.tgz", - "integrity": "sha512-R04aO/dZ1yMqWxXeZhHCVu1fIlg7NYCEACEBmUagRm9cChWJJfiDSLBzRJ7VB13qLKMKgvpHoFNcVgKjPPAmPg==", + "version": "24.1.10", + "resolved": "https://registry.npmjs.org/@vaadin/vaadin-themable-mixin/-/vaadin-themable-mixin-24.1.10.tgz", + "integrity": "sha512-a+GNdiheesm4tjqfb84D28rvXXsA3scThF2bi6KBMsPtNn6nZDcy+EK9W4YIMlbJ8xA3QaTxomB7bMXSYehDgQ==", "dependencies": { "@open-wc/dedupe-mixin": "^1.3.0", "lit": "^2.0.0" @@ -4680,11 +4526,6 @@ "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", "dev": true }, - "node_modules/cookieconsent": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/cookieconsent/-/cookieconsent-3.1.1.tgz", - "integrity": "sha512-v8JWLJcI7Zs9NWrs8hiVldVtm3EBF70TJI231vxn6YToBGj0c9dvdnYwltydkAnrbBMOM/qX1xLFrnTfm5wTag==" - }, "node_modules/core-js-compat": { "version": "3.31.1", "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.31.1.tgz", @@ -4720,11 +4561,6 @@ "node": ">=8" } }, - "node_modules/csscolorparser": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/csscolorparser/-/csscolorparser-1.0.3.tgz", - "integrity": "sha512-umPSgYwZkdFoUrH5hIq5kf0wPSXiro51nPw0j2K/c83KflkPSTBGMz6NJvMB+07VlL0y7VPo6QJcDjcgKTTm3w==" - }, "node_modules/dash-ast": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/dash-ast/-/dash-ast-1.0.0.tgz", @@ -5292,23 +5128,6 @@ "node": ">=6.9.0" } }, - "node_modules/geotiff": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/geotiff/-/geotiff-2.0.7.tgz", - "integrity": "sha512-FKvFTNowMU5K6lHYY2f83d4lS2rsCNdpUC28AX61x9ZzzqPNaWFElWv93xj0eJFaNyOYA63ic5OzJ88dHpoA5Q==", - "dependencies": { - "@petamoriken/float16": "^3.4.7", - "lerc": "^3.0.0", - "pako": "^2.0.4", - "parse-headers": "^2.0.2", - "quick-lru": "^6.1.1", - "web-worker": "^1.2.0", - "xml-utils": "^1.0.2" - }, - "engines": { - "node": ">=10.19" - } - }, "node_modules/get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", @@ -5612,11 +5431,6 @@ "node": ">= 6" } }, - "node_modules/highcharts": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-9.2.2.tgz", - "integrity": "sha512-OMEdFCaG626ES1JEcKAvJTpxAOMuchy0XuAplmnOs0Yu7NMd2RMfTLFQ2fCJOxo3ubSdm/RVQwKAWC+5HYThnw==" - }, "node_modules/hosted-git-info": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", @@ -6290,11 +6104,6 @@ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, - "node_modules/json-stringify-pretty-compact": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-2.0.0.tgz", - "integrity": "sha512-WRitRfs6BGq4q8gTgOy4ek7iPFXjbra0H3PmDLKm2xnZ+Gh1HUhiKGgCZkSPNULlP7mvfu6FV/mOLhCarspADQ==" - }, "node_modules/json5": { "version": "2.2.3", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", @@ -6339,11 +6148,6 @@ "node": ">=0.10.0" } }, - "node_modules/lerc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lerc/-/lerc-3.0.0.tgz", - "integrity": "sha512-Rm4J/WaHhRa93nCN2mwWDZFoRVF18G1f47C+kvQWyHGEZxFpTUi73p7lMVSAndyxGt6lJ2/CFbOcf9ra5p8aww==" - }, "node_modules/leven": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", @@ -6462,11 +6266,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/mapbox-to-css-font": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/mapbox-to-css-font/-/mapbox-to-css-font-2.4.2.tgz", - "integrity": "sha512-f+NBjJJY4T3dHtlEz1wCG7YFlkODEjFIYlxDdLIDMNpkSksqTt+l/d4rjuwItxuzkuMFvPyrjzV2lxRM4ePcIA==" - }, "node_modules/meow": { "version": "9.0.0", "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz", @@ -6870,31 +6669,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/ol": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/ol/-/ol-6.13.0.tgz", - "integrity": "sha512-Fa6yt+FArWE9fwYRRhi/8+ULcFDRS2ZuDcLp3R9bQeDVa5T4E4TT9iqLeJhmHG+bzWiLWJHIeFUqw8GD2gW0YA==", - "dependencies": { - "geotiff": "^2.0.2", - "ol-mapbox-style": "^7.0.0", - "pbf": "3.2.1", - "rbush": "^3.0.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/openlayers" - } - }, - "node_modules/ol-mapbox-style": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/ol-mapbox-style/-/ol-mapbox-style-7.1.1.tgz", - "integrity": "sha512-GLTEYiH/Ec9Zn1eS4S/zXyR2sierVrUc+OLVP8Ra0FRyqRhoYbXdko0b7OIeSHWdtJfHssWYefDOGxfTRUUZ/A==", - "dependencies": { - "@mapbox/mapbox-gl-style-spec": "^13.20.1", - "mapbox-to-css-font": "^2.4.1", - "webfont-matcher": "^1.1.0" - } - }, "node_modules/on-exit-leak-free": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz", @@ -6975,16 +6749,6 @@ "node": ">=6" } }, - "node_modules/pako": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz", - "integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==" - }, - "node_modules/parse-headers": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.5.tgz", - "integrity": "sha512-ft3iAoLOB/MlwbNXgzy43SWGP6sQki2jQvAyBg/zDFAgr9bfNWZIUj42Kw2eJIl8kEi4PbgE6U1Zau/HwI75HA==" - }, "node_modules/parse-json": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", @@ -7067,18 +6831,6 @@ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.4.0.tgz", "integrity": "sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==" }, - "node_modules/pbf": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/pbf/-/pbf-3.2.1.tgz", - "integrity": "sha512-ClrV7pNOn7rtmoQVF4TS1vyU0WhYRnP92fzbfF75jAIwpnzdJXf8iTd4CMEqO4yUenH6NDqLiwjqlh6QgZzgLQ==", - "dependencies": { - "ieee754": "^1.1.12", - "resolve-protobuf-schema": "^2.1.0" - }, - "bin": { - "pbf": "bin/pbf" - } - }, "node_modules/picocolors": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", @@ -7218,11 +6970,6 @@ "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-2.2.0.tgz", "integrity": "sha512-/1WZ8+VQjR6avWOgHeEPd7SDQmFQ1B5mC1eRXsCm5TarlNmx/wCsa5GEaxGm05BORRtyG/Ex/3xq3TuRvq57qg==" }, - "node_modules/protocol-buffers-schema": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.6.0.tgz", - "integrity": "sha512-TdDRD+/QNdrCGCE7v8340QyuXd4kIWIgapsE2+n/SaGiSSbomYl4TjHlvIoCWRpE7wFt02EpB35VVA2ImcBVqw==" - }, "node_modules/pump": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", @@ -7271,22 +7018,6 @@ "resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz", "integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==" }, - "node_modules/quick-lru": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-6.1.2.tgz", - "integrity": "sha512-AAFUA5O1d83pIHEhJwWCq/RQcRukCkn/NSm2QsTEMle5f2hP0ChI2+3Xb051PZCkLryI/Ir1MVKviT2FIloaTQ==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/quickselect": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/quickselect/-/quickselect-2.0.0.tgz", - "integrity": "sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==" - }, "node_modules/randombytes": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", @@ -7296,14 +7027,6 @@ "safe-buffer": "^5.1.0" } }, - "node_modules/rbush": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/rbush/-/rbush-3.0.1.tgz", - "integrity": "sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w==", - "dependencies": { - "quickselect": "^2.0.0" - } - }, "node_modules/react-refresh": { "version": "0.14.0", "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz", @@ -7576,14 +7299,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/resolve-protobuf-schema": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/resolve-protobuf-schema/-/resolve-protobuf-schema-2.1.0.tgz", - "integrity": "sha512-kI5ffTiZWmJaS/huM8wZfEMer1eRd7oJQhDuxeCLe3t7N7mX3z94CN0xPxBQxFYQTSNz9T0i+v6inKqSdK8xrQ==", - "dependencies": { - "protocol-buffers-schema": "^3.3.1" - } - }, "node_modules/reusify": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", @@ -7728,11 +7443,6 @@ "queue-microtask": "^1.2.2" } }, - "node_modules/rw": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", - "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==" - }, "node_modules/safe-array-concat": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.0.tgz", @@ -7867,34 +7577,6 @@ "atomic-sleep": "^1.0.0" } }, - "node_modules/sort-asc": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/sort-asc/-/sort-asc-0.1.0.tgz", - "integrity": "sha512-jBgdDd+rQ+HkZF2/OHCmace5dvpos/aWQpcxuyRs9QUbPRnkEJmYVo81PIGpjIdpOcsnJ4rGjStfDHsbn+UVyw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sort-desc": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/sort-desc/-/sort-desc-0.1.1.tgz", - "integrity": "sha512-jfZacW5SKOP97BF5rX5kQfJmRVZP5/adDUTY8fCSPvNcXDVpUEe2pr/iKGlcyZzchRJZrswnp68fgk3qBXgkJw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sort-object": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/sort-object/-/sort-object-0.3.2.tgz", - "integrity": "sha512-aAQiEdqFTTdsvUFxXm3umdo04J7MRljoVGbBlkH7BgNsMvVNAJyGj7C/wV1A8wHWAJj/YikeZbfuCKqhggNWGA==", - "dependencies": { - "sort-asc": "^0.1.0", - "sort-desc": "^0.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/source-map": { "version": "0.7.4", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", @@ -8885,16 +8567,6 @@ "integrity": "sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==", "dev": true }, - "node_modules/web-worker": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/web-worker/-/web-worker-1.2.0.tgz", - "integrity": "sha512-PgF341avzqyx60neE9DD+XS26MMNMoUQRz9NOZwW32nPQrF6p77f1htcnjBSEV8BGMKZ16choqUG4hyI0Hx7mA==" - }, - "node_modules/webfont-matcher": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/webfont-matcher/-/webfont-matcher-1.1.0.tgz", - "integrity": "sha512-ov8lMvF9wi4PD7fK2Axn9PQEpO9cYI0fIoGqErwd+wi8xacFFDmX114D5Q2Lw0Wlgmb+Qw/dKI2KTtimrJf85g==" - }, "node_modules/webidl-conversions": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", @@ -9414,11 +9086,6 @@ "async-limiter": "~1.0.0" } }, - "node_modules/xml-utils": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/xml-utils/-/xml-utils-1.7.0.tgz", - "integrity": "sha512-bWB489+RQQclC7A9OW8e5BzbT8Tu//jtAOvkYwewFr+Q9T9KDGvfzC1lp0pYPEQPEoPQLDkmxkepSC/2gIAZGw==" - }, "node_modules/xmlhttprequest": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz", @@ -11103,36 +10770,6 @@ "@lit-labs/ssr-dom-shim": "^1.0.0" } }, - "@mapbox/jsonlint-lines-primitives": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@mapbox/jsonlint-lines-primitives/-/jsonlint-lines-primitives-2.0.2.tgz", - "integrity": "sha512-rY0o9A5ECsTQRVhv7tL/OyDpGAoUB4tTvLiW1DSzQGq4bvTPhNw1VpSNjDJc5GFZ2XuyOtSWSVN05qOtcD71qQ==" - }, - "@mapbox/mapbox-gl-style-spec": { - "version": "13.28.0", - "resolved": "https://registry.npmjs.org/@mapbox/mapbox-gl-style-spec/-/mapbox-gl-style-spec-13.28.0.tgz", - "integrity": "sha512-B8xM7Fp1nh5kejfIl4SWeY0gtIeewbuRencqO3cJDrCHZpaPg7uY+V8abuR+esMeuOjRl5cLhVTP40v+1ywxbg==", - "requires": { - "@mapbox/jsonlint-lines-primitives": "~2.0.2", - "@mapbox/point-geometry": "^0.1.0", - "@mapbox/unitbezier": "^0.0.0", - "csscolorparser": "~1.0.2", - "json-stringify-pretty-compact": "^2.0.0", - "minimist": "^1.2.6", - "rw": "^1.3.3", - "sort-object": "^0.3.2" - } - }, - "@mapbox/point-geometry": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-0.1.0.tgz", - "integrity": "sha512-6j56HdLTwWGO0fJPlrZtdU/B13q8Uwmo18Ck2GnGgN9PCFyKTZ3UbXeEdRFh18i9XQ92eH2VdtpJHpBD3aripQ==" - }, - "@mapbox/unitbezier": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/@mapbox/unitbezier/-/unitbezier-0.0.0.tgz", - "integrity": "sha512-HPnRdYO0WjFjRTSwO3frz1wKaU649OBFPX3Zo/2WZvuRi6zMiRGui8SnPQiQABgqCf8YikDe5t3HViTVw1WUzA==" - }, "@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -11164,11 +10801,6 @@ "resolved": "https://registry.npmjs.org/@open-wc/dedupe-mixin/-/dedupe-mixin-1.3.1.tgz", "integrity": "sha512-ukowSvzpZQDUH0Y3znJTsY88HkiGk3Khc0WGpIPhap1xlerieYi27QBg6wx/nTurpWfU6XXXsx9ocxDYCdtw0Q==" }, - "@petamoriken/float16": { - "version": "3.8.4", - "resolved": "https://registry.npmjs.org/@petamoriken/float16/-/float16-3.8.4.tgz", - "integrity": "sha512-kB+NJ5Br56ZhElKsf0pM7/PQfrDdDVMRz8f0JM6eVOGE+L89z9hwcst9QvWBBnazzuqGTGtPsJNZoQ1JdNiGSQ==" - }, "@pkgjs/parseargs": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", @@ -11274,18 +10906,18 @@ "resolved": "https://registry.npmjs.org/@vaadin-component-factory/vcf-nav/-/vcf-nav-1.1.3.tgz", "integrity": "sha512-lXdT0I5rM5awRBnXcJZLVMOvZQvTeslaCBlCbR+WF0xvPCGHPBwZ47IIzkL1frgWIrsJinR98XXI9IZqOGX2uQ==", "requires": { - "@vaadin/vaadin-lumo-styles": "24.1.11", + "@vaadin/vaadin-lumo-styles": "24.1.10", "lit": "2.7.6" } }, "@vaadin/a11y-base": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/a11y-base/-/a11y-base-24.1.11.tgz", - "integrity": "sha512-6hn/nZirnnIlsm3X3ANA02GhZma0AOMN44tQ1bCysF6xdcDxZuU80WLUezfXB5vDl+9cQ1y/t76TPrtV1imBJw==", + "version": "24.1.10", + "resolved": "https://registry.npmjs.org/@vaadin/a11y-base/-/a11y-base-24.1.10.tgz", + "integrity": "sha512-yEcPz3ZjWL4uPnCqP91uhdpNMnrMEAIYKlnSvKVbnHg+O2ZT3qgtrdWjA61ZmPQV40RVBfPbJJVBH/OGo2ZGqg==", "requires": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "3.5.1", - "@vaadin/component-base": "24.1.11", + "@vaadin/component-base": "24.1.10", "lit": "2.7.6" } }, @@ -11295,12 +10927,12 @@ "integrity": "sha512-O3uyKNjjIgTmUROiPJ2ZxFjRXRsR0A3+omYvSJOfmxqKHb3NbFDyXny2K4Arauq1FHQgDxrmonqSnNDxMurayw==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/component-base": "24.1.11", + "@vaadin/a11y-base": "24.1.10", + "@vaadin/component-base": "24.1.10", "@vaadin/details": "24.1.10", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/app-layout": { @@ -11309,12 +10941,12 @@ "integrity": "sha512-4K0Qb7vni8btmnZuKPSPrjAsHX9JxT9/S1+z430nDFAgLAEJ7BaJjU8R9i5suMfJp/34hjQanKheR0JlZzw6Zw==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", + "@vaadin/a11y-base": "24.1.10", "@vaadin/button": "24.1.10", - "@vaadin/component-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/component-base": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/avatar": { @@ -11323,15 +10955,15 @@ "integrity": "sha512-o4b0Xm8F3IZ3NUP2zhtu7yZ5k19q5IBqgllTf0LuBEoyHe2gXNzaD17WyITXCJM6yUkV4uDDcNmoWn0f+LZN3A==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/component-base": "24.1.11", + "@vaadin/a11y-base": "24.1.10", + "@vaadin/component-base": "24.1.10", "@vaadin/item": "24.1.10", "@vaadin/list-box": "24.1.10", - "@vaadin/overlay": "24.1.11", + "@vaadin/overlay": "24.1.10", "@vaadin/tooltip": "24.1.10", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/avatar-group": { @@ -11340,32 +10972,22 @@ "integrity": "sha512-SwsWzqZu5MlUausMVgASeluktGeyDRCJmniMITzbMDql1BUCdKXzP+dX2PnzhDBSJcDlQwsWCFEy2neOdn8SLw==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", + "@vaadin/a11y-base": "24.1.10", "@vaadin/avatar": "24.1.10", - "@vaadin/component-base": "24.1.11", + "@vaadin/component-base": "24.1.10", "@vaadin/item": "24.1.10", "@vaadin/list-box": "24.1.10", - "@vaadin/overlay": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10", + "@vaadin/overlay": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10", "lit": "2.7.6" } }, - "@vaadin/board": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/board/-/board-24.1.11.tgz", - "integrity": "sha512-/qXSEMhO82c5gZbxoiXJrxgkOh0ceFsfP5PxLMeQwvh8IH+rgivzJ/3GubaOHj6BOGbQqWow8n3wUHF3iyhuAA==", - "requires": { - "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/component-base": "24.1.11" - } - }, "@vaadin/bundles": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/bundles/-/bundles-24.1.11.tgz", - "integrity": "sha512-GaOAwkcDWT+fbUvNbHG6bvcL9PqGEjlL7oIEubOhILD8RkYFYOMv99nOTD/kiA+GwsHhOtsNBhDKRzQTHNUybg==", + "version": "24.1.10", + "resolved": "https://registry.npmjs.org/@vaadin/bundles/-/bundles-24.1.10.tgz", + "integrity": "sha512-L57qmIp1QdkBQowRZ9az6E6lYoloahJWR6BmGvP/udqxyB65X2jn6lBWmKkEY5j20QQrXBI9SHkfyTKMYbLLVQ==", "requires": {} }, "@vaadin/button": { @@ -11375,27 +10997,14 @@ "requires": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/component-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10", + "@vaadin/a11y-base": "24.1.10", + "@vaadin/component-base": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10", "lit": "2.7.6" } }, - "@vaadin/charts": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/charts/-/charts-24.1.11.tgz", - "integrity": "sha512-DMcuIlAn6bXSzVyseuxf40UuFRZNsDsz67xXP8kZdTH9PyEuNzl4cNahBbs6mhwYxEt7IQNylJp9SIt2eXkcYA==", - "requires": { - "@polymer/polymer": "3.5.1", - "@vaadin/component-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.11", - "highcharts": "9.2.2" - } - }, "@vaadin/checkbox": { "version": "24.1.10", "resolved": "https://registry.npmjs.org/@vaadin/checkbox/-/checkbox-24.1.10.tgz", @@ -11403,12 +11012,12 @@ "requires": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/component-base": "24.1.11", - "@vaadin/field-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10", + "@vaadin/a11y-base": "24.1.10", + "@vaadin/component-base": "24.1.10", + "@vaadin/field-base": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10", "lit": "2.7.6" } }, @@ -11418,13 +11027,13 @@ "integrity": "sha512-Yzk9hgyMUpd7khY5Q7wLXseTKPNEdisuNJhdWfg5DjTAFzdIOE7sOkv7JkODJ/juuth6B1Lab21+UFfbx+AieQ==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", + "@vaadin/a11y-base": "24.1.10", "@vaadin/checkbox": "24.1.10", - "@vaadin/component-base": "24.1.11", - "@vaadin/field-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/component-base": "24.1.10", + "@vaadin/field-base": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/combo-box": { @@ -11434,16 +11043,16 @@ "requires": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/component-base": "24.1.11", - "@vaadin/field-base": "24.1.11", - "@vaadin/input-container": "24.1.11", + "@vaadin/a11y-base": "24.1.10", + "@vaadin/component-base": "24.1.10", + "@vaadin/field-base": "24.1.10", + "@vaadin/input-container": "24.1.10", "@vaadin/item": "24.1.10", - "@vaadin/lit-renderer": "24.1.11", - "@vaadin/overlay": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/lit-renderer": "24.1.10", + "@vaadin/overlay": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/common-frontend": { @@ -11455,9 +11064,9 @@ } }, "@vaadin/component-base": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/component-base/-/component-base-24.1.11.tgz", - "integrity": "sha512-RuVrAJbF5H255k3urUBVwcj2OsAdF8ZpumW81XuMNbd76CHo3UFLexG4dq2/R+ZVFFPBq49YzhdlC5yJgQZptQ==", + "version": "24.1.10", + "resolved": "https://registry.npmjs.org/@vaadin/component-base/-/component-base-24.1.10.tgz", + "integrity": "sha512-EAgpnI4ROGCsc+KzKujQNWisIVFEFyD+e3B4tlFmeHlzpMHvVOpEBxTZFcNYMDf/QAMzGvngI+Vh0sLcQwezhw==", "requires": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "3.5.1", @@ -11473,12 +11082,12 @@ "requires": { "@polymer/polymer": "3.5.1", "@vaadin/button": "24.1.10", - "@vaadin/component-base": "24.1.11", + "@vaadin/component-base": "24.1.10", "@vaadin/dialog": "24.1.10", - "@vaadin/overlay": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/overlay": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/context-menu": { @@ -11488,46 +11097,15 @@ "requires": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/component-base": "24.1.11", + "@vaadin/a11y-base": "24.1.10", + "@vaadin/component-base": "24.1.10", "@vaadin/item": "24.1.10", "@vaadin/list-box": "24.1.10", - "@vaadin/lit-renderer": "24.1.11", - "@vaadin/overlay": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" - } - }, - "@vaadin/cookie-consent": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/cookie-consent/-/cookie-consent-24.1.11.tgz", - "integrity": "sha512-O2neQ7XU5omm491jkeZciJiFRu+8SfSK4fZ4UNv+WxnUJfT2O19/nxiuPtldk2cmATklsu4ij0waWkiGOYj4CA==", - "requires": { - "@polymer/polymer": "3.5.1", - "@vaadin/component-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "cookieconsent": "^3.0.6" - } - }, - "@vaadin/crud": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/crud/-/crud-24.1.11.tgz", - "integrity": "sha512-lL5/k2XuXLdUpSB5AzbOXwWVU2PJv3M5IdtEM0kEd1wNTssvtjAY47YPBcgLvIP0e7oS3Ts6H/SN39tIzI3gIw==", - "requires": { - "@open-wc/dedupe-mixin": "^1.3.0", - "@polymer/polymer": "3.5.1", - "@vaadin/button": "24.1.10", - "@vaadin/component-base": "24.1.11", - "@vaadin/confirm-dialog": "24.1.10", - "@vaadin/dialog": "24.1.10", - "@vaadin/form-layout": "24.1.10", - "@vaadin/grid": "24.1.10", - "@vaadin/text-field": "24.1.10", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.11" + "@vaadin/lit-renderer": "24.1.10", + "@vaadin/overlay": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/custom-field": { @@ -11536,12 +11114,12 @@ "integrity": "sha512-rrFMDYMr/XtLn+mxC0Tn0Ntpmx4DSA1OwrgAlT902HaRcRACTC6Zv3LOR9A/87TpT5Zd7fFJz/TSMEwloZX6MA==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/component-base": "24.1.11", - "@vaadin/field-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/a11y-base": "24.1.10", + "@vaadin/component-base": "24.1.10", + "@vaadin/field-base": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/date-picker": { @@ -11551,15 +11129,15 @@ "requires": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", + "@vaadin/a11y-base": "24.1.10", "@vaadin/button": "24.1.10", - "@vaadin/component-base": "24.1.11", - "@vaadin/field-base": "24.1.11", - "@vaadin/input-container": "24.1.11", - "@vaadin/overlay": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/component-base": "24.1.10", + "@vaadin/field-base": "24.1.10", + "@vaadin/input-container": "24.1.10", + "@vaadin/overlay": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/date-time-picker": { @@ -11568,15 +11146,15 @@ "integrity": "sha512-hsRF1oW+BBN/OMnpCZYpr8Q0xoZCm6WrsiM/ImDkbgOk2krIn05z0rGrmSeJ2OjnuiDTyMEwtUgU2uzayPGTWA==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/component-base": "24.1.11", + "@vaadin/a11y-base": "24.1.10", + "@vaadin/component-base": "24.1.10", "@vaadin/custom-field": "24.1.10", "@vaadin/date-picker": "24.1.10", - "@vaadin/field-base": "24.1.11", + "@vaadin/field-base": "24.1.10", "@vaadin/time-picker": "24.1.10", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/details": { @@ -11586,12 +11164,12 @@ "requires": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", + "@vaadin/a11y-base": "24.1.10", "@vaadin/button": "24.1.10", - "@vaadin/component-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/component-base": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/dialog": { @@ -11601,12 +11179,12 @@ "requires": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "3.5.1", - "@vaadin/component-base": "24.1.11", - "@vaadin/lit-renderer": "24.1.11", - "@vaadin/overlay": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/component-base": "24.1.10", + "@vaadin/lit-renderer": "24.1.10", + "@vaadin/overlay": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/email-field": { @@ -11615,23 +11193,23 @@ "integrity": "sha512-0vCtGnyro79uiZfnK4mv9jcnrfZ1G/wzVoaXv/WlUMpCIIGN9fvwdSPDimpCHZi+1d2iOuZmmMs96NHno20gmg==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/component-base": "24.1.11", + "@vaadin/component-base": "24.1.10", "@vaadin/text-field": "24.1.10", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10", "lit": "2.7.6" } }, "@vaadin/field-base": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/field-base/-/field-base-24.1.11.tgz", - "integrity": "sha512-Ab9kSbD4zDvN1rKeID+pGuBMJ0WwTwmP/0/38PMd+DlsnsncBOG+Mhd3whYDDp05uxFUwIb+4q3quY0Kikdu4w==", + "version": "24.1.10", + "resolved": "https://registry.npmjs.org/@vaadin/field-base/-/field-base-24.1.10.tgz", + "integrity": "sha512-fk8tqu4jggGxFlxNFxCZs7iVf2GlV2UzFT4gFMu+lD8iJP0Lo4NdvAinWnL0b17Si+zvPi8xb3CXm6xLD4Scow==", "requires": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/component-base": "24.1.11", + "@vaadin/a11y-base": "24.1.10", + "@vaadin/component-base": "24.1.10", "lit": "2.7.6" } }, @@ -11641,11 +11219,11 @@ "integrity": "sha512-ColbKv0fH0hoxmm4DSjrCcn6Q3kTW6OXqs2kV3o2qE0zsNjq6kl9KUHoZFwIjtcGpRsovFI4eZYljrmQAXto2g==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/component-base": "24.1.11", - "@vaadin/overlay": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10", + "@vaadin/component-base": "24.1.10", + "@vaadin/overlay": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10", "lit": "2.7.6" } }, @@ -11655,10 +11233,10 @@ "integrity": "sha512-Yd219C80FDYQ5/2eYeQ0XWvOcNB3UmuKCL4iAUIetK0xJWkAVs8na5dCbX/4eBvV8GTMpx6g8SfkMDEvTTeIMg==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/component-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/component-base": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/grid": { @@ -11668,34 +11246,14 @@ "requires": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/checkbox": "24.1.10", - "@vaadin/component-base": "24.1.11", - "@vaadin/lit-renderer": "24.1.11", - "@vaadin/text-field": "24.1.10", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" - } - }, - "@vaadin/grid-pro": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/grid-pro/-/grid-pro-24.1.11.tgz", - "integrity": "sha512-N9XZFTmq90gEyVn2ScrpInPMCM4M5bgZuAKgAG//NSxani0yClA0jZ6u73dAiIDeyvYtb97o7gUPkj665WLULQ==", - "requires": { - "@open-wc/dedupe-mixin": "^1.3.0", - "@polymer/polymer": "3.5.1", + "@vaadin/a11y-base": "24.1.10", "@vaadin/checkbox": "24.1.10", - "@vaadin/component-base": "24.1.11", - "@vaadin/grid": "24.1.10", - "@vaadin/item": "24.1.10", - "@vaadin/list-box": "24.1.10", - "@vaadin/lit-renderer": "24.1.11", - "@vaadin/select": "24.1.10", + "@vaadin/component-base": "24.1.10", + "@vaadin/lit-renderer": "24.1.10", "@vaadin/text-field": "24.1.10", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.11" + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/horizontal-layout": { @@ -11704,10 +11262,10 @@ "integrity": "sha512-5F+LhOq2QIje/SoX+bs9pfVdXoD0/Ar53E6tTiSAISY5oGPIkAyKFdB3y3oFPPnkdF7tyXCByBTHof64MKEqJw==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/component-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/component-base": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/icon": { @@ -11716,9 +11274,9 @@ "integrity": "sha512-FzBJ0/nr7jnsKmMXz2l/gudi0JZzlcKi8TTRk1vVVYLtIp/ANmEBXXEHvetncdnY6pOQebUKRbRtlhujpSlERg==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/component-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10", + "@vaadin/component-base": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10", "lit": "2.7.6" } }, @@ -11732,15 +11290,15 @@ } }, "@vaadin/input-container": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/input-container/-/input-container-24.1.11.tgz", - "integrity": "sha512-Sf9UqSMQ5KAvYIMn1VQWAuXDPpQPoApR3pxskhyRoLo8O8i1haHU9d1wnw6Ydjk3R2xIHTw4P09rZgAF5NYjKw==", + "version": "24.1.10", + "resolved": "https://registry.npmjs.org/@vaadin/input-container/-/input-container-24.1.10.tgz", + "integrity": "sha512-frTUtrUcBxlZen3oFT9CsZDhfvJQUkV7JWeO9bq68dHXr9WpXUvOwW29W8Riop82swTBdFK/o+8MRdbhslc2Lg==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/component-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.11" + "@vaadin/component-base": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/integer-field": { @@ -11749,10 +11307,10 @@ "integrity": "sha512-PQASQJbPT1I9p96HlW6MzFW4SdJ/pJYylD7FC3QY0n2ZDOWrZgGkf3HsXL0vz1ozDhhLyriF9gH3UcIU2vlZhA==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/component-base": "24.1.11", + "@vaadin/component-base": "24.1.10", "@vaadin/number-field": "24.1.10", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11" + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10" } }, "@vaadin/item": { @@ -11762,11 +11320,11 @@ "requires": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/component-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/a11y-base": "24.1.10", + "@vaadin/component-base": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/list-box": { @@ -11776,18 +11334,18 @@ "requires": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/component-base": "24.1.11", + "@vaadin/a11y-base": "24.1.10", + "@vaadin/component-base": "24.1.10", "@vaadin/item": "24.1.10", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/lit-renderer": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/lit-renderer/-/lit-renderer-24.1.11.tgz", - "integrity": "sha512-fe9ZQys/31Gr49Wbx+PYOQToV05938JXr1f3MuHA6GhqxkleKqfpDQlTGNgj9dBOAGTP7AKF9+av/FaqGwPpPg==", + "version": "24.1.10", + "resolved": "https://registry.npmjs.org/@vaadin/lit-renderer/-/lit-renderer-24.1.10.tgz", + "integrity": "sha512-OTNgCt79Xy5TbO6egp9UiqfXV+Yl6vHlqi2OH4mgWu8W0ErUUAkaxrQ/hNXQ8qZ3klK/Ii4aVTQnzjf8RpCbzQ==", "requires": { "lit": "2.7.6" } @@ -11800,27 +11358,13 @@ "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "3.5.1", "@vaadin/button": "24.1.10", - "@vaadin/component-base": "24.1.11", - "@vaadin/overlay": "24.1.11", + "@vaadin/component-base": "24.1.10", + "@vaadin/overlay": "24.1.10", "@vaadin/password-field": "24.1.10", "@vaadin/text-field": "24.1.10", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" - } - }, - "@vaadin/map": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/map/-/map-24.1.11.tgz", - "integrity": "sha512-WtxKV40DSI+A4Q+LW5pvBxsQir19+26wPG/DisKQ3KN/CdQi7VN97CzIew0Jr89BDM628D+p/Fo5HxUvu8QfJw==", - "requires": { - "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/component-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.11", - "ol": "6.13.0" + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/menu-bar": { @@ -11830,16 +11374,16 @@ "requires": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", + "@vaadin/a11y-base": "24.1.10", "@vaadin/button": "24.1.10", - "@vaadin/component-base": "24.1.11", + "@vaadin/component-base": "24.1.10", "@vaadin/context-menu": "24.1.10", "@vaadin/item": "24.1.10", "@vaadin/list-box": "24.1.10", - "@vaadin/overlay": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/overlay": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/message-input": { @@ -11849,11 +11393,11 @@ "requires": { "@polymer/polymer": "3.5.1", "@vaadin/button": "24.1.10", - "@vaadin/component-base": "24.1.11", + "@vaadin/component-base": "24.1.10", "@vaadin/text-area": "24.1.10", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/message-list": { @@ -11862,12 +11406,12 @@ "integrity": "sha512-0vgQdK3qlTZPRQIinCJ+d13WWxe+D+/cXOf4hfH9qMpLVq49cazbn50vAoIZKNnOQ2HX0hpwYXCoGZdFWiGa9g==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", + "@vaadin/a11y-base": "24.1.10", "@vaadin/avatar": "24.1.10", - "@vaadin/component-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10", + "@vaadin/component-base": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10", "lit": "2.7.6" } }, @@ -11877,17 +11421,17 @@ "integrity": "sha512-ArlbQG8vyyAAL8sTC50qnF0lbMqfeinnohxjy/+UfMarf37I4n9TgKDJZfFm+DsQkFLY5DPOS+PLmF4HN68CYw==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", + "@vaadin/a11y-base": "24.1.10", "@vaadin/combo-box": "24.1.10", - "@vaadin/component-base": "24.1.11", - "@vaadin/field-base": "24.1.11", - "@vaadin/input-container": "24.1.11", + "@vaadin/component-base": "24.1.10", + "@vaadin/field-base": "24.1.10", + "@vaadin/input-container": "24.1.10", "@vaadin/item": "24.1.10", - "@vaadin/lit-renderer": "24.1.11", - "@vaadin/overlay": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/lit-renderer": "24.1.10", + "@vaadin/overlay": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/notification": { @@ -11896,11 +11440,11 @@ "integrity": "sha512-+8jU4bxqcLX/+mZefjnV/UYnCqZSi0UiirLMRP5nDE46lbFUR2t44BaBxr7qQY7fybxlQdpvAGpl6fdW01E6OA==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/component-base": "24.1.11", - "@vaadin/lit-renderer": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10", + "@vaadin/component-base": "24.1.10", + "@vaadin/lit-renderer": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10", "lit": "2.7.6" } }, @@ -11911,28 +11455,28 @@ "requires": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/component-base": "24.1.11", - "@vaadin/field-base": "24.1.11", - "@vaadin/input-container": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10", + "@vaadin/a11y-base": "24.1.10", + "@vaadin/component-base": "24.1.10", + "@vaadin/field-base": "24.1.10", + "@vaadin/input-container": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10", "lit": "2.7.6" } }, "@vaadin/overlay": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/overlay/-/overlay-24.1.11.tgz", - "integrity": "sha512-OsuqPLtGmLoYEmm4vyT+gaHmx3pdo42bOaenVYeZ1WW7v76FzGpg+YjwOWy2DUIlHFoPkIfsHEcrq3xJC2fGRg==", + "version": "24.1.10", + "resolved": "https://registry.npmjs.org/@vaadin/overlay/-/overlay-24.1.10.tgz", + "integrity": "sha512-8H68FgkWkv0eNwO48nmDja0m/w+EVJlTZFvyTZa/md/S0EjYr09LIbFylfR3nY+G9DW1aLlWgyyEhL08ccM74g==", "requires": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/component-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.11" + "@vaadin/a11y-base": "24.1.10", + "@vaadin/component-base": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/password-field": { @@ -11942,11 +11486,11 @@ "requires": { "@polymer/polymer": "3.5.1", "@vaadin/button": "24.1.10", - "@vaadin/component-base": "24.1.11", + "@vaadin/component-base": "24.1.10", "@vaadin/text-field": "24.1.10", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/polymer-legacy-adapter": { @@ -11955,7 +11499,7 @@ "integrity": "sha512-zMoYJvCv4dJR4eR8qrt7ypIB2GVHKT4qK4KYN+7K7Ud8PEHOmtK5oG5oTs78/O94xKfM4kmBZEIFblk4vgQKoA==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/vaadin-themable-mixin": "~24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10", "lit": "2.7.6" } }, @@ -11966,10 +11510,10 @@ "requires": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "3.5.1", - "@vaadin/component-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10", + "@vaadin/component-base": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10", "lit": "2.7.6" } }, @@ -11979,28 +11523,12 @@ "integrity": "sha512-HH4T9M0W2Dlr8pMhsHxw85LfAtB+7MF4IqoAi7rG+2Gv6FRTO3TIScBC1EbFsaC3TYoPNiv4WTW1AZslqX0dpQ==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/component-base": "24.1.11", - "@vaadin/field-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" - } - }, - "@vaadin/rich-text-editor": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/rich-text-editor/-/rich-text-editor-24.1.11.tgz", - "integrity": "sha512-82ims4m78AA7Y5jKbMe2KUxZ9eyxz0dwfTa1BP+j4oT/5rtDCfJzrkONTsrW8YkkP5mi5yRYSuETqIM9mfq+FQ==", - "requires": { - "@polymer/polymer": "3.5.1", - "@vaadin/button": "24.1.10", - "@vaadin/component-base": "24.1.11", - "@vaadin/confirm-dialog": "24.1.10", - "@vaadin/text-field": "24.1.10", - "@vaadin/tooltip": "24.1.10", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.11" + "@vaadin/a11y-base": "24.1.10", + "@vaadin/component-base": "24.1.10", + "@vaadin/field-base": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/router": { @@ -12018,11 +11546,11 @@ "integrity": "sha512-0AkMYAiyel+L2BrhNma0rQJuzw7jENp0AHw5kygEpRg1t/bf3u+38rpZQtip2uXzuv24oezzgAk2rQ81lO+mCA==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/component-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/a11y-base": "24.1.10", + "@vaadin/component-base": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/select": { @@ -12031,18 +11559,18 @@ "integrity": "sha512-dyGBtfr6+YmeKNuXwmMZq2aDaNG+PwHLgoiKaDw6i7UqiE75VndcHrhocyfr2W3cjG/ZRuhoN631q0Vq1V3ggA==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", + "@vaadin/a11y-base": "24.1.10", "@vaadin/button": "24.1.10", - "@vaadin/component-base": "24.1.11", - "@vaadin/field-base": "24.1.11", - "@vaadin/input-container": "24.1.11", + "@vaadin/component-base": "24.1.10", + "@vaadin/field-base": "24.1.10", + "@vaadin/input-container": "24.1.10", "@vaadin/item": "24.1.10", "@vaadin/list-box": "24.1.10", - "@vaadin/lit-renderer": "24.1.11", - "@vaadin/overlay": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/lit-renderer": "24.1.10", + "@vaadin/overlay": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/side-nav": { @@ -12050,10 +11578,10 @@ "resolved": "https://registry.npmjs.org/@vaadin/side-nav/-/side-nav-24.1.10.tgz", "integrity": "sha512-rnv4/c6xGKa31lPH9T+cQscIhetWtoePKcoM5FOjBiPOzT6VuiNI3fvCl8JM2RmAda2PSt11b610ZozXzijOaQ==", "requires": { - "@vaadin/component-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10", + "@vaadin/component-base": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10", "lit": "2.7.6" } }, @@ -12063,10 +11591,10 @@ "integrity": "sha512-ULI6mubBDzomcxUd8nZaAzHNM0tvMt3Zsqavd77qEYHBN2wovcFgfNpDYw6dMCRYl/tnzQiVr1uESfOySOzkiw==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/component-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/component-base": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/tabs": { @@ -12075,12 +11603,12 @@ "integrity": "sha512-jxn6vhIVuGky3MuCLtA1vDurbuEZkS49EvkNscJcA8kG4MpdNuKxeSwabzi0bS/4sUY65CQKbJa4Zz3hxYfBpg==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/component-base": "24.1.11", + "@vaadin/a11y-base": "24.1.10", + "@vaadin/component-base": "24.1.10", "@vaadin/item": "24.1.10", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/tabsheet": { @@ -12089,12 +11617,12 @@ "integrity": "sha512-5UuOkf5zMqUFX1fE+s2BtL0ptiPG7R4eQh0/MEKGM+m36ImZxFaQyo1WU/bmp16cEZEcN326jbh/5MXo2qN5Ww==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/component-base": "24.1.11", + "@vaadin/component-base": "24.1.10", "@vaadin/scroller": "24.1.10", "@vaadin/tabs": "24.1.10", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/text-area": { @@ -12104,13 +11632,13 @@ "requires": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/component-base": "24.1.11", - "@vaadin/field-base": "24.1.11", - "@vaadin/input-container": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10", + "@vaadin/a11y-base": "24.1.10", + "@vaadin/component-base": "24.1.10", + "@vaadin/field-base": "24.1.10", + "@vaadin/input-container": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10", "lit": "2.7.6" } }, @@ -12121,13 +11649,13 @@ "requires": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/component-base": "24.1.11", - "@vaadin/field-base": "24.1.11", - "@vaadin/input-container": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10", + "@vaadin/a11y-base": "24.1.10", + "@vaadin/component-base": "24.1.10", + "@vaadin/field-base": "24.1.10", + "@vaadin/input-container": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10", "lit": "2.7.6" } }, @@ -12138,14 +11666,14 @@ "requires": { "@polymer/polymer": "3.5.1", "@vaadin/combo-box": "24.1.10", - "@vaadin/component-base": "24.1.11", - "@vaadin/field-base": "24.1.11", - "@vaadin/input-container": "24.1.11", + "@vaadin/component-base": "24.1.10", + "@vaadin/field-base": "24.1.10", + "@vaadin/input-container": "24.1.10", "@vaadin/item": "24.1.10", - "@vaadin/overlay": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/overlay": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/tooltip": { @@ -12154,12 +11682,12 @@ "integrity": "sha512-t2a5wNuzSi+VM6jxMBv71lA7up/e2l+PXsv2AfTbW51b9IRGSCB3atpADqfnhx900xO29as66xWthC6sBY8EMg==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", - "@vaadin/component-base": "24.1.11", - "@vaadin/overlay": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/a11y-base": "24.1.10", + "@vaadin/component-base": "24.1.10", + "@vaadin/overlay": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/upload": { @@ -12168,13 +11696,13 @@ "integrity": "sha512-1A8nj+lfc8+BHQkN3IXF+cvaLf8GDvTfr5ezO7wXZI02JTDttlJkSTrX3fffA+E7LmpesXyACxdOi2YL4v9zBA==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", + "@vaadin/a11y-base": "24.1.10", "@vaadin/button": "24.1.10", - "@vaadin/component-base": "24.1.11", + "@vaadin/component-base": "24.1.10", "@vaadin/progress-bar": "24.1.10", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10", "lit": "2.7.6" } }, @@ -12184,28 +11712,28 @@ "integrity": "sha512-N6a5nLT/ytEUlpPo+nvdCKIGoyNjPsj3rzPGvGYK8x9Ceg76OTe1xI/GtN71mRW9e2HUScR0kCNOkl1Z63YDjw==" }, "@vaadin/vaadin-lumo-styles": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/vaadin-lumo-styles/-/vaadin-lumo-styles-24.1.11.tgz", - "integrity": "sha512-OTnDOa+1sg6gzgCChIeFPNjIwr+y0JwcJO70FpE9XRYwi6tx6uC+EazW9GdV9pJQRuk5Ah8BQc1AaV1ZnNxfHw==", + "version": "24.1.10", + "resolved": "https://registry.npmjs.org/@vaadin/vaadin-lumo-styles/-/vaadin-lumo-styles-24.1.10.tgz", + "integrity": "sha512-QI5MP/vtskeMNZ95sKxsV6YojsayFHrx1jFWuv7OwjQ7wmMxE4U5pZJMwmun29+1bQTbTGb3Al5PEDZoKP+fiQ==", "requires": { "@polymer/polymer": "3.5.1", "@vaadin/icon": "24.1.10", - "@vaadin/vaadin-themable-mixin": "~24.1.11" + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/vaadin-material-styles": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/vaadin-material-styles/-/vaadin-material-styles-24.1.11.tgz", - "integrity": "sha512-lHp1YjqO3F47AjFn/auuVioQmi9vM+sISsMBfC7CykfiDBatjF7SQvTO3yrsoAj53Fr/BabDoL0TRZbwkEEebg==", + "version": "24.1.10", + "resolved": "https://registry.npmjs.org/@vaadin/vaadin-material-styles/-/vaadin-material-styles-24.1.10.tgz", + "integrity": "sha512-RH8RiJfKphM0qgj+JPNmUoBi3yoGExN9ts2hKnPuAWl/wBUnYu1hrZMGnqycZaQwOGbaeN7+Mgxb4XzXtZ2y6w==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/vaadin-themable-mixin": "~24.1.11" + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/vaadin-themable-mixin": { - "version": "24.1.11", - "resolved": "https://registry.npmjs.org/@vaadin/vaadin-themable-mixin/-/vaadin-themable-mixin-24.1.11.tgz", - "integrity": "sha512-R04aO/dZ1yMqWxXeZhHCVu1fIlg7NYCEACEBmUagRm9cChWJJfiDSLBzRJ7VB13qLKMKgvpHoFNcVgKjPPAmPg==", + "version": "24.1.10", + "resolved": "https://registry.npmjs.org/@vaadin/vaadin-themable-mixin/-/vaadin-themable-mixin-24.1.10.tgz", + "integrity": "sha512-a+GNdiheesm4tjqfb84D28rvXXsA3scThF2bi6KBMsPtNn6nZDcy+EK9W4YIMlbJ8xA3QaTxomB7bMXSYehDgQ==", "requires": { "@open-wc/dedupe-mixin": "^1.3.0", "lit": "2.7.6" @@ -12225,10 +11753,10 @@ "integrity": "sha512-j6QwTu00KiuDAwvg2bkB2tRfqm/8gLuN87ZofbfD7OaGdyHAgcIoPXqiP2IMUsbaFX1ktG/MiHe+jasGwsNt5Q==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/component-base": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/component-base": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vaadin/virtual-list": { @@ -12237,11 +11765,11 @@ "integrity": "sha512-iku1o4MZ/rInq26LsYemowhtMuN/MM84yNkC2qFCX3K2G7S43cUWVSFOeylAy1j0eW+/Xobckrt7VwOQqm5RMg==", "requires": { "@polymer/polymer": "3.5.1", - "@vaadin/component-base": "24.1.11", - "@vaadin/lit-renderer": "24.1.11", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", - "@vaadin/vaadin-themable-mixin": "~24.1.10" + "@vaadin/component-base": "24.1.10", + "@vaadin/lit-renderer": "24.1.10", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10" } }, "@vitejs/plugin-react": { @@ -12663,11 +12191,6 @@ "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", "dev": true }, - "cookieconsent": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/cookieconsent/-/cookieconsent-3.1.1.tgz", - "integrity": "sha512-v8JWLJcI7Zs9NWrs8hiVldVtm3EBF70TJI231vxn6YToBGj0c9dvdnYwltydkAnrbBMOM/qX1xLFrnTfm5wTag==" - }, "core-js-compat": { "version": "3.31.1", "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.31.1.tgz", @@ -12693,11 +12216,6 @@ "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", "dev": true }, - "csscolorparser": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/csscolorparser/-/csscolorparser-1.0.3.tgz", - "integrity": "sha512-umPSgYwZkdFoUrH5hIq5kf0wPSXiro51nPw0j2K/c83KflkPSTBGMz6NJvMB+07VlL0y7VPo6QJcDjcgKTTm3w==" - }, "dash-ast": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/dash-ast/-/dash-ast-1.0.0.tgz", @@ -13131,20 +12649,6 @@ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "dev": true }, - "geotiff": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/geotiff/-/geotiff-2.0.7.tgz", - "integrity": "sha512-FKvFTNowMU5K6lHYY2f83d4lS2rsCNdpUC28AX61x9ZzzqPNaWFElWv93xj0eJFaNyOYA63ic5OzJ88dHpoA5Q==", - "requires": { - "@petamoriken/float16": "^3.4.7", - "lerc": "^3.0.0", - "pako": "^2.0.4", - "parse-headers": "^2.0.2", - "quick-lru": "^6.1.1", - "web-worker": "^1.2.0", - "xml-utils": "^1.0.2" - } - }, "get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", @@ -13362,11 +12866,6 @@ } } }, - "highcharts": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-9.2.2.tgz", - "integrity": "sha512-OMEdFCaG626ES1JEcKAvJTpxAOMuchy0XuAplmnOs0Yu7NMd2RMfTLFQ2fCJOxo3ubSdm/RVQwKAWC+5HYThnw==" - }, "hosted-git-info": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", @@ -13830,11 +13329,6 @@ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, - "json-stringify-pretty-compact": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-2.0.0.tgz", - "integrity": "sha512-WRitRfs6BGq4q8gTgOy4ek7iPFXjbra0H3PmDLKm2xnZ+Gh1HUhiKGgCZkSPNULlP7mvfu6FV/mOLhCarspADQ==" - }, "json5": { "version": "2.2.3", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", @@ -13865,11 +13359,6 @@ "optional": true, "peer": true }, - "lerc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lerc/-/lerc-3.0.0.tgz", - "integrity": "sha512-Rm4J/WaHhRa93nCN2mwWDZFoRVF18G1f47C+kvQWyHGEZxFpTUi73p7lMVSAndyxGt6lJ2/CFbOcf9ra5p8aww==" - }, "leven": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", @@ -13973,11 +13462,6 @@ "optional": true, "peer": true }, - "mapbox-to-css-font": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/mapbox-to-css-font/-/mapbox-to-css-font-2.4.2.tgz", - "integrity": "sha512-f+NBjJJY4T3dHtlEz1wCG7YFlkODEjFIYlxDdLIDMNpkSksqTt+l/d4rjuwItxuzkuMFvPyrjzV2lxRM4ePcIA==" - }, "meow": { "version": "9.0.0", "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz", @@ -14279,27 +13763,6 @@ "object-keys": "^1.1.1" } }, - "ol": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/ol/-/ol-6.13.0.tgz", - "integrity": "sha512-Fa6yt+FArWE9fwYRRhi/8+ULcFDRS2ZuDcLp3R9bQeDVa5T4E4TT9iqLeJhmHG+bzWiLWJHIeFUqw8GD2gW0YA==", - "requires": { - "geotiff": "^2.0.2", - "ol-mapbox-style": "^7.0.0", - "pbf": "3.2.1", - "rbush": "^3.0.1" - } - }, - "ol-mapbox-style": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/ol-mapbox-style/-/ol-mapbox-style-7.1.1.tgz", - "integrity": "sha512-GLTEYiH/Ec9Zn1eS4S/zXyR2sierVrUc+OLVP8Ra0FRyqRhoYbXdko0b7OIeSHWdtJfHssWYefDOGxfTRUUZ/A==", - "requires": { - "@mapbox/mapbox-gl-style-spec": "^13.20.1", - "mapbox-to-css-font": "^2.4.1", - "webfont-matcher": "^1.1.0" - } - }, "on-exit-leak-free": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz", @@ -14359,16 +13822,6 @@ "optional": true, "peer": true }, - "pako": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz", - "integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==" - }, - "parse-headers": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.5.tgz", - "integrity": "sha512-ft3iAoLOB/MlwbNXgzy43SWGP6sQki2jQvAyBg/zDFAgr9bfNWZIUj42Kw2eJIl8kEi4PbgE6U1Zau/HwI75HA==" - }, "parse-json": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", @@ -14429,15 +13882,6 @@ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.4.0.tgz", "integrity": "sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==" }, - "pbf": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/pbf/-/pbf-3.2.1.tgz", - "integrity": "sha512-ClrV7pNOn7rtmoQVF4TS1vyU0WhYRnP92fzbfF75jAIwpnzdJXf8iTd4CMEqO4yUenH6NDqLiwjqlh6QgZzgLQ==", - "requires": { - "ieee754": "^1.1.12", - "resolve-protobuf-schema": "^2.1.0" - } - }, "picocolors": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", @@ -14536,11 +13980,6 @@ "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-2.2.0.tgz", "integrity": "sha512-/1WZ8+VQjR6avWOgHeEPd7SDQmFQ1B5mC1eRXsCm5TarlNmx/wCsa5GEaxGm05BORRtyG/Ex/3xq3TuRvq57qg==" }, - "protocol-buffers-schema": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.6.0.tgz", - "integrity": "sha512-TdDRD+/QNdrCGCE7v8340QyuXd4kIWIgapsE2+n/SaGiSSbomYl4TjHlvIoCWRpE7wFt02EpB35VVA2ImcBVqw==" - }, "pump": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", @@ -14572,16 +14011,6 @@ "resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz", "integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==" }, - "quick-lru": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-6.1.2.tgz", - "integrity": "sha512-AAFUA5O1d83pIHEhJwWCq/RQcRukCkn/NSm2QsTEMle5f2hP0ChI2+3Xb051PZCkLryI/Ir1MVKviT2FIloaTQ==" - }, - "quickselect": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/quickselect/-/quickselect-2.0.0.tgz", - "integrity": "sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==" - }, "randombytes": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", @@ -14591,14 +14020,6 @@ "safe-buffer": "^5.1.0" } }, - "rbush": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/rbush/-/rbush-3.0.1.tgz", - "integrity": "sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w==", - "requires": { - "quickselect": "^2.0.0" - } - }, "react-refresh": { "version": "0.14.0", "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz", @@ -14814,14 +14235,6 @@ "supports-preserve-symlinks-flag": "^1.0.0" } }, - "resolve-protobuf-schema": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/resolve-protobuf-schema/-/resolve-protobuf-schema-2.1.0.tgz", - "integrity": "sha512-kI5ffTiZWmJaS/huM8wZfEMer1eRd7oJQhDuxeCLe3t7N7mX3z94CN0xPxBQxFYQTSNz9T0i+v6inKqSdK8xrQ==", - "requires": { - "protocol-buffers-schema": "^3.3.1" - } - }, "reusify": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", @@ -14902,11 +14315,6 @@ "queue-microtask": "^1.2.2" } }, - "rw": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", - "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==" - }, "safe-array-concat": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.0.tgz", @@ -14997,25 +14405,6 @@ "atomic-sleep": "^1.0.0" } }, - "sort-asc": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/sort-asc/-/sort-asc-0.1.0.tgz", - "integrity": "sha512-jBgdDd+rQ+HkZF2/OHCmace5dvpos/aWQpcxuyRs9QUbPRnkEJmYVo81PIGpjIdpOcsnJ4rGjStfDHsbn+UVyw==" - }, - "sort-desc": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/sort-desc/-/sort-desc-0.1.1.tgz", - "integrity": "sha512-jfZacW5SKOP97BF5rX5kQfJmRVZP5/adDUTY8fCSPvNcXDVpUEe2pr/iKGlcyZzchRJZrswnp68fgk3qBXgkJw==" - }, - "sort-object": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/sort-object/-/sort-object-0.3.2.tgz", - "integrity": "sha512-aAQiEdqFTTdsvUFxXm3umdo04J7MRljoVGbBlkH7BgNsMvVNAJyGj7C/wV1A8wHWAJj/YikeZbfuCKqhggNWGA==", - "requires": { - "sort-asc": "^0.1.0", - "sort-desc": "^0.1.1" - } - }, "source-map": { "version": "0.7.4", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", @@ -15715,16 +15104,6 @@ "integrity": "sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==", "dev": true }, - "web-worker": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/web-worker/-/web-worker-1.2.0.tgz", - "integrity": "sha512-PgF341avzqyx60neE9DD+XS26MMNMoUQRz9NOZwW32nPQrF6p77f1htcnjBSEV8BGMKZ16choqUG4hyI0Hx7mA==" - }, - "webfont-matcher": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/webfont-matcher/-/webfont-matcher-1.1.0.tgz", - "integrity": "sha512-ov8lMvF9wi4PD7fK2Axn9PQEpO9cYI0fIoGqErwd+wi8xacFFDmX114D5Q2Lw0Wlgmb+Qw/dKI2KTtimrJf85g==" - }, "webidl-conversions": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", @@ -16157,11 +15536,6 @@ "async-limiter": "~1.0.0" } }, - "xml-utils": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/xml-utils/-/xml-utils-1.7.0.tgz", - "integrity": "sha512-bWB489+RQQclC7A9OW8e5BzbT8Tu//jtAOvkYwewFr+Q9T9KDGvfzC1lp0pYPEQPEoPQLDkmxkepSC/2gIAZGw==" - }, "xmlhttprequest": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz", diff --git a/integration-tests/hybrid-smoke-tests/package.json b/integration-tests/hybrid-smoke-tests/package.json index 3f5c163f..9b5dba23 100644 --- a/integration-tests/hybrid-smoke-tests/package.json +++ b/integration-tests/hybrid-smoke-tests/package.json @@ -15,57 +15,50 @@ "@hilla/generator-typescript-utils": "2.2.2", "@polymer/polymer": "3.5.1", "@vaadin-component-factory/vcf-nav": "1.1.3", - "@vaadin/a11y-base": "24.1.11", + "@vaadin/a11y-base": "24.1.10", "@vaadin/accordion": "24.1.10", "@vaadin/app-layout": "24.1.10", "@vaadin/avatar": "24.1.10", "@vaadin/avatar-group": "24.1.10", - "@vaadin/board": "24.1.11", - "@vaadin/bundles": "24.1.11", + "@vaadin/bundles": "24.1.10", "@vaadin/button": "24.1.10", - "@vaadin/charts": "24.1.11", "@vaadin/checkbox": "24.1.10", "@vaadin/checkbox-group": "24.1.10", "@vaadin/combo-box": "24.1.10", "@vaadin/common-frontend": "0.0.18", - "@vaadin/component-base": "24.1.11", + "@vaadin/component-base": "24.1.10", "@vaadin/confirm-dialog": "24.1.10", "@vaadin/context-menu": "24.1.10", - "@vaadin/cookie-consent": "24.1.11", - "@vaadin/crud": "24.1.11", "@vaadin/custom-field": "24.1.10", "@vaadin/date-picker": "24.1.10", "@vaadin/date-time-picker": "24.1.10", "@vaadin/details": "24.1.10", "@vaadin/dialog": "24.1.10", "@vaadin/email-field": "24.1.10", - "@vaadin/field-base": "24.1.11", + "@vaadin/field-base": "24.1.10", "@vaadin/field-highlighter": "24.1.10", "@vaadin/form-layout": "24.1.10", "@vaadin/grid": "24.1.10", - "@vaadin/grid-pro": "24.1.11", "@vaadin/horizontal-layout": "24.1.10", "@vaadin/icon": "24.1.10", "@vaadin/icons": "24.1.10", - "@vaadin/input-container": "24.1.11", + "@vaadin/input-container": "24.1.10", "@vaadin/integer-field": "24.1.10", "@vaadin/item": "24.1.10", "@vaadin/list-box": "24.1.10", - "@vaadin/lit-renderer": "24.1.11", + "@vaadin/lit-renderer": "24.1.10", "@vaadin/login": "24.1.10", - "@vaadin/map": "24.1.11", "@vaadin/menu-bar": "24.1.10", "@vaadin/message-input": "24.1.10", "@vaadin/message-list": "24.1.10", "@vaadin/multi-select-combo-box": "24.1.10", "@vaadin/notification": "24.1.10", "@vaadin/number-field": "24.1.10", - "@vaadin/overlay": "24.1.11", + "@vaadin/overlay": "24.1.10", "@vaadin/password-field": "24.1.10", "@vaadin/polymer-legacy-adapter": "24.1.10", "@vaadin/progress-bar": "24.1.10", "@vaadin/radio-group": "24.1.10", - "@vaadin/rich-text-editor": "24.1.11", "@vaadin/router": "1.7.5", "@vaadin/scroller": "24.1.10", "@vaadin/select": "24.1.10", @@ -79,8 +72,9 @@ "@vaadin/tooltip": "24.1.10", "@vaadin/upload": "24.1.10", "@vaadin/vaadin-development-mode-detector": "2.0.6", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10", "@vaadin/vaadin-usage-statistics": "2.1.2", "@vaadin/vertical-layout": "24.1.10", "@vaadin/virtual-list": "24.1.10", @@ -189,13 +183,7 @@ "@vaadin/side-nav": "$@vaadin/side-nav", "date-fns": "$date-fns", "mobile-drag-drop": "$mobile-drag-drop", - "@vaadin/board": "$@vaadin/board", - "@vaadin/charts": "$@vaadin/charts", - "@vaadin/cookie-consent": "$@vaadin/cookie-consent", - "@vaadin/crud": "$@vaadin/crud", - "@vaadin/grid-pro": "$@vaadin/grid-pro", - "@vaadin/map": "$@vaadin/map", - "@vaadin/rich-text-editor": "$@vaadin/rich-text-editor" + "@vaadin/vaadin-themable-mixin": "$@vaadin/vaadin-themable-mixin" }, "vaadin": { "dependencies": { @@ -210,57 +198,50 @@ "@hilla/generator-typescript-plugin-push": "2.2.2", "@hilla/generator-typescript-utils": "2.2.2", "@polymer/polymer": "3.5.1", - "@vaadin/a11y-base": "24.1.11", + "@vaadin/a11y-base": "24.1.10", "@vaadin/accordion": "24.1.10", "@vaadin/app-layout": "24.1.10", "@vaadin/avatar": "24.1.10", "@vaadin/avatar-group": "24.1.10", - "@vaadin/board": "24.1.11", - "@vaadin/bundles": "24.1.11", + "@vaadin/bundles": "24.1.10", "@vaadin/button": "24.1.10", - "@vaadin/charts": "24.1.11", "@vaadin/checkbox": "24.1.10", "@vaadin/checkbox-group": "24.1.10", "@vaadin/combo-box": "24.1.10", "@vaadin/common-frontend": "0.0.18", - "@vaadin/component-base": "24.1.11", + "@vaadin/component-base": "24.1.10", "@vaadin/confirm-dialog": "24.1.10", "@vaadin/context-menu": "24.1.10", - "@vaadin/cookie-consent": "24.1.11", - "@vaadin/crud": "24.1.11", "@vaadin/custom-field": "24.1.10", "@vaadin/date-picker": "24.1.10", "@vaadin/date-time-picker": "24.1.10", "@vaadin/details": "24.1.10", "@vaadin/dialog": "24.1.10", "@vaadin/email-field": "24.1.10", - "@vaadin/field-base": "24.1.11", + "@vaadin/field-base": "24.1.10", "@vaadin/field-highlighter": "24.1.10", "@vaadin/form-layout": "24.1.10", "@vaadin/grid": "24.1.10", - "@vaadin/grid-pro": "24.1.11", "@vaadin/horizontal-layout": "24.1.10", "@vaadin/icon": "24.1.10", "@vaadin/icons": "24.1.10", - "@vaadin/input-container": "24.1.11", + "@vaadin/input-container": "24.1.10", "@vaadin/integer-field": "24.1.10", "@vaadin/item": "24.1.10", "@vaadin/list-box": "24.1.10", - "@vaadin/lit-renderer": "24.1.11", + "@vaadin/lit-renderer": "24.1.10", "@vaadin/login": "24.1.10", - "@vaadin/map": "24.1.11", "@vaadin/menu-bar": "24.1.10", "@vaadin/message-input": "24.1.10", "@vaadin/message-list": "24.1.10", "@vaadin/multi-select-combo-box": "24.1.10", "@vaadin/notification": "24.1.10", "@vaadin/number-field": "24.1.10", - "@vaadin/overlay": "24.1.11", + "@vaadin/overlay": "24.1.10", "@vaadin/password-field": "24.1.10", "@vaadin/polymer-legacy-adapter": "24.1.10", "@vaadin/progress-bar": "24.1.10", "@vaadin/radio-group": "24.1.10", - "@vaadin/rich-text-editor": "24.1.11", "@vaadin/router": "1.7.5", "@vaadin/scroller": "24.1.10", "@vaadin/select": "24.1.10", @@ -274,8 +255,9 @@ "@vaadin/tooltip": "24.1.10", "@vaadin/upload": "24.1.10", "@vaadin/vaadin-development-mode-detector": "2.0.6", - "@vaadin/vaadin-lumo-styles": "24.1.11", - "@vaadin/vaadin-material-styles": "24.1.11", + "@vaadin/vaadin-lumo-styles": "24.1.10", + "@vaadin/vaadin-material-styles": "24.1.10", + "@vaadin/vaadin-themable-mixin": "24.1.10", "@vaadin/vaadin-usage-statistics": "2.1.2", "@vaadin/vertical-layout": "24.1.10", "@vaadin/virtual-list": "24.1.10", @@ -302,6 +284,6 @@ "workbox-core": "7.0.0", "workbox-precaching": "7.0.0" }, - "hash": "921492560d7da8e3fc931292d113f2f9f0b012a7c13c6a7dd74a3415bba73666" + "hash": "9d567a9935e03b1580a8b0b50f55b4baa955754c989be747e270d218e3eb8b3e" } } diff --git a/integration-tests/hybrid-smoke-tests/pom.xml b/integration-tests/hybrid-smoke-tests/pom.xml index d4bb91db..75e6233d 100644 --- a/integration-tests/hybrid-smoke-tests/pom.xml +++ b/integration-tests/hybrid-smoke-tests/pom.xml @@ -5,19 +5,14 @@ 4.0.0 com.github.mcollovati - quarkus-hilla-parent + quarkus-hilla-tests ${revision} - ../../pom.xml + ../pom.xml quarkus-hilla-hybrid-smoke-tests Quarkus - Hilla - Hybrid Smoke Tests - true - true - - 4.2.0 - 6.19.1 24.1.12 @@ -33,217 +28,31 @@ - - com.github.mcollovati - quarkus-hilla - ${project.version} - com.vaadin vaadin-quarkus-extension ${vaadin.version} - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-hibernate-validator - - - io.quarkus - quarkus-websockets - - - - io.quarkus - quarkus-elytron-security-properties-file - - - - io.quarkus - quarkus-junit5 - test - - org.assertj - assertj-core - test - - - org.awaitility - awaitility - ${awaitility.version} - test - - - com.codeborne - selenide - ${selenide.version} + com.github.mcollovati + quarkus-hilla-test-commons + ${project.version} test + dev.hilla hilla-maven-plugin - - - - prepare-frontend - - - io.quarkus quarkus-maven-plugin - true - - - - build - generate-code - generate-code-tests - - - - - - maven-compiler-plugin - - - -parameters - - - - - maven-surefire-plugin - - - org.jboss.logmanager.LogManager - ${maven.home} - ${project.build.directory}/selenide/selenide-reports - ${project.build.directory}/selenide/downloads - - - - - - - maven-failsafe-plugin - - - - integration-test - verify - - - - ${project.build.directory}/${project.build.finalName}-runner - - org.jboss.logmanager.LogManager - ${maven.home} - ${project.build.directory}/selenide/selenide-reports - - ${project.build.directory}/selenide/downloads - - - - - - - - - - production - - - - dev.hilla - hilla-maven-plugin - - - - build-frontend - - compile - - - - - org.apache.maven.plugins - maven-surefire-plugin - - development-only - production - - - - org.apache.maven.plugins - maven-failsafe-plugin - - development-only - production - - - - - - - native - - - native - - - - false - native - - - - - snapshot-validation - - - - org.apache.maven.plugins - maven-clean-plugin - - - clean-node-stuff - initialize - - clean - - - - - ${project.basedir} - - package-lock.json - node_modules/** - - - - - - - - - - - + diff --git a/integration-tests/hybrid-smoke-tests/src/main/docker/Dockerfile.jvm b/integration-tests/hybrid-smoke-tests/src/main/docker/Dockerfile.jvm deleted file mode 100644 index ad219b9e..00000000 --- a/integration-tests/hybrid-smoke-tests/src/main/docker/Dockerfile.jvm +++ /dev/null @@ -1,93 +0,0 @@ -#### -# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode -# -# Before building the container image run: -# -# ./mvnw package -# -# Then, build the image with: -# -# docker build -f src/main/docker/Dockerfile.jvm -t quarkus/code-with-quarkus-jvm . -# -# Then run the container using: -# -# docker run -i --rm -p 8080:8080 quarkus/code-with-quarkus-jvm -# -# If you want to include the debug port into your docker image -# you will have to expose the debug port (default 5005) like this : EXPOSE 8080 5005 -# -# Then run the container using : -# -# docker run -i --rm -p 8080:8080 quarkus/code-with-quarkus-jvm -# -# This image uses the `run-java.sh` script to run the application. -# This scripts computes the command line to execute your Java application, and -# includes memory/GC tuning. -# You can configure the behavior using the following environment properties: -# - JAVA_OPTS: JVM options passed to the `java` command (example: "-verbose:class") -# - JAVA_OPTS_APPEND: User specified Java options to be appended to generated options -# in JAVA_OPTS (example: "-Dsome.property=foo") -# - JAVA_MAX_MEM_RATIO: Is used when no `-Xmx` option is given in JAVA_OPTS. This is -# used to calculate a default maximal heap memory based on a containers restriction. -# If used in a container without any memory constraints for the container then this -# option has no effect. If there is a memory constraint then `-Xmx` is set to a ratio -# of the container available memory as set here. The default is `50` which means 50% -# of the available memory is used as an upper boundary. You can skip this mechanism by -# setting this value to `0` in which case no `-Xmx` option is added. -# - JAVA_INITIAL_MEM_RATIO: Is used when no `-Xms` option is given in JAVA_OPTS. This -# is used to calculate a default initial heap memory based on the maximum heap memory. -# If used in a container without any memory constraints for the container then this -# option has no effect. If there is a memory constraint then `-Xms` is set to a ratio -# of the `-Xmx` memory as set here. The default is `25` which means 25% of the `-Xmx` -# is used as the initial heap size. You can skip this mechanism by setting this value -# to `0` in which case no `-Xms` option is added (example: "25") -# - JAVA_MAX_INITIAL_MEM: Is used when no `-Xms` option is given in JAVA_OPTS. -# This is used to calculate the maximum value of the initial heap memory. If used in -# a container without any memory constraints for the container then this option has -# no effect. If there is a memory constraint then `-Xms` is limited to the value set -# here. The default is 4096MB which means the calculated value of `-Xms` never will -# be greater than 4096MB. The value of this variable is expressed in MB (example: "4096") -# - JAVA_DIAGNOSTICS: Set this to get some diagnostics information to standard output -# when things are happening. This option, if set to true, will set -# `-XX:+UnlockDiagnosticVMOptions`. Disabled by default (example: "true"). -# - JAVA_DEBUG: If set remote debugging will be switched on. Disabled by default (example: -# true"). -# - JAVA_DEBUG_PORT: Port used for remote debugging. Defaults to 5005 (example: "8787"). -# - CONTAINER_CORE_LIMIT: A calculated core limit as described in -# https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt. (example: "2") -# - CONTAINER_MAX_MEMORY: Memory limit given to the container (example: "1024"). -# - GC_MIN_HEAP_FREE_RATIO: Minimum percentage of heap free after GC to avoid expansion. -# (example: "20") -# - GC_MAX_HEAP_FREE_RATIO: Maximum percentage of heap free after GC to avoid shrinking. -# (example: "40") -# - GC_TIME_RATIO: Specifies the ratio of the time spent outside the garbage collection. -# (example: "4") -# - GC_ADAPTIVE_SIZE_POLICY_WEIGHT: The weighting given to the current GC time versus -# previous GC times. (example: "90") -# - GC_METASPACE_SIZE: The initial metaspace size. (example: "20") -# - GC_MAX_METASPACE_SIZE: The maximum metaspace size. (example: "100") -# - GC_CONTAINER_OPTIONS: Specify Java GC to use. The value of this variable should -# contain the necessary JRE command-line options to specify the required GC, which -# will override the default of `-XX:+UseParallelGC` (example: -XX:+UseG1GC). -# - HTTPS_PROXY: The location of the https proxy. (example: "myuser@127.0.0.1:8080") -# - HTTP_PROXY: The location of the http proxy. (example: "myuser@127.0.0.1:8080") -# - NO_PROXY: A comma separated lists of hosts, IP addresses or domains that can be -# accessed directly. (example: "foo.example.com,bar.example.com") -# -### -FROM registry.access.redhat.com/ubi8/openjdk-17:1.14 - -ENV LANGUAGE='en_US:en' - - -# We make four distinct layers so if there are application changes the library layers can be re-used -COPY --chown=185 target/quarkus-app/lib/ /deployments/lib/ -COPY --chown=185 target/quarkus-app/*.jar /deployments/ -COPY --chown=185 target/quarkus-app/app/ /deployments/app/ -COPY --chown=185 target/quarkus-app/quarkus/ /deployments/quarkus/ - -EXPOSE 8080 -USER 185 -ENV JAVA_OPTS="-Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager" -ENV JAVA_APP_JAR="/deployments/quarkus-run.jar" - diff --git a/integration-tests/hybrid-smoke-tests/src/main/docker/Dockerfile.legacy-jar b/integration-tests/hybrid-smoke-tests/src/main/docker/Dockerfile.legacy-jar deleted file mode 100644 index f8014616..00000000 --- a/integration-tests/hybrid-smoke-tests/src/main/docker/Dockerfile.legacy-jar +++ /dev/null @@ -1,89 +0,0 @@ -#### -# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode -# -# Before building the container image run: -# -# ./mvnw package -Dquarkus.package.type=legacy-jar -# -# Then, build the image with: -# -# docker build -f src/main/docker/Dockerfile.legacy-jar -t quarkus/code-with-quarkus-legacy-jar . -# -# Then run the container using: -# -# docker run -i --rm -p 8080:8080 quarkus/code-with-quarkus-legacy-jar -# -# If you want to include the debug port into your docker image -# you will have to expose the debug port (default 5005) like this : EXPOSE 8080 5005 -# -# Then run the container using : -# -# docker run -i --rm -p 8080:8080 quarkus/code-with-quarkus-legacy-jar -# -# This image uses the `run-java.sh` script to run the application. -# This scripts computes the command line to execute your Java application, and -# includes memory/GC tuning. -# You can configure the behavior using the following environment properties: -# - JAVA_OPTS: JVM options passed to the `java` command (example: "-verbose:class") -# - JAVA_OPTS_APPEND: User specified Java options to be appended to generated options -# in JAVA_OPTS (example: "-Dsome.property=foo") -# - JAVA_MAX_MEM_RATIO: Is used when no `-Xmx` option is given in JAVA_OPTS. This is -# used to calculate a default maximal heap memory based on a containers restriction. -# If used in a container without any memory constraints for the container then this -# option has no effect. If there is a memory constraint then `-Xmx` is set to a ratio -# of the container available memory as set here. The default is `50` which means 50% -# of the available memory is used as an upper boundary. You can skip this mechanism by -# setting this value to `0` in which case no `-Xmx` option is added. -# - JAVA_INITIAL_MEM_RATIO: Is used when no `-Xms` option is given in JAVA_OPTS. This -# is used to calculate a default initial heap memory based on the maximum heap memory. -# If used in a container without any memory constraints for the container then this -# option has no effect. If there is a memory constraint then `-Xms` is set to a ratio -# of the `-Xmx` memory as set here. The default is `25` which means 25% of the `-Xmx` -# is used as the initial heap size. You can skip this mechanism by setting this value -# to `0` in which case no `-Xms` option is added (example: "25") -# - JAVA_MAX_INITIAL_MEM: Is used when no `-Xms` option is given in JAVA_OPTS. -# This is used to calculate the maximum value of the initial heap memory. If used in -# a container without any memory constraints for the container then this option has -# no effect. If there is a memory constraint then `-Xms` is limited to the value set -# here. The default is 4096MB which means the calculated value of `-Xms` never will -# be greater than 4096MB. The value of this variable is expressed in MB (example: "4096") -# - JAVA_DIAGNOSTICS: Set this to get some diagnostics information to standard output -# when things are happening. This option, if set to true, will set -# `-XX:+UnlockDiagnosticVMOptions`. Disabled by default (example: "true"). -# - JAVA_DEBUG: If set remote debugging will be switched on. Disabled by default (example: -# true"). -# - JAVA_DEBUG_PORT: Port used for remote debugging. Defaults to 5005 (example: "8787"). -# - CONTAINER_CORE_LIMIT: A calculated core limit as described in -# https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt. (example: "2") -# - CONTAINER_MAX_MEMORY: Memory limit given to the container (example: "1024"). -# - GC_MIN_HEAP_FREE_RATIO: Minimum percentage of heap free after GC to avoid expansion. -# (example: "20") -# - GC_MAX_HEAP_FREE_RATIO: Maximum percentage of heap free after GC to avoid shrinking. -# (example: "40") -# - GC_TIME_RATIO: Specifies the ratio of the time spent outside the garbage collection. -# (example: "4") -# - GC_ADAPTIVE_SIZE_POLICY_WEIGHT: The weighting given to the current GC time versus -# previous GC times. (example: "90") -# - GC_METASPACE_SIZE: The initial metaspace size. (example: "20") -# - GC_MAX_METASPACE_SIZE: The maximum metaspace size. (example: "100") -# - GC_CONTAINER_OPTIONS: Specify Java GC to use. The value of this variable should -# contain the necessary JRE command-line options to specify the required GC, which -# will override the default of `-XX:+UseParallelGC` (example: -XX:+UseG1GC). -# - HTTPS_PROXY: The location of the https proxy. (example: "myuser@127.0.0.1:8080") -# - HTTP_PROXY: The location of the http proxy. (example: "myuser@127.0.0.1:8080") -# - NO_PROXY: A comma separated lists of hosts, IP addresses or domains that can be -# accessed directly. (example: "foo.example.com,bar.example.com") -# -### -FROM registry.access.redhat.com/ubi8/openjdk-17:1.14 - -ENV LANGUAGE='en_US:en' - - -COPY target/lib/* /deployments/lib/ -COPY target/*-runner.jar /deployments/quarkus-run.jar - -EXPOSE 8080 -USER 185 -ENV JAVA_OPTS="-Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager" -ENV JAVA_APP_JAR="/deployments/quarkus-run.jar" diff --git a/integration-tests/hybrid-smoke-tests/src/main/docker/Dockerfile.native b/integration-tests/hybrid-smoke-tests/src/main/docker/Dockerfile.native deleted file mode 100644 index 4e076cf1..00000000 --- a/integration-tests/hybrid-smoke-tests/src/main/docker/Dockerfile.native +++ /dev/null @@ -1,27 +0,0 @@ -#### -# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode. -# -# Before building the container image run: -# -# ./mvnw package -Pnative -# -# Then, build the image with: -# -# docker build -f src/main/docker/Dockerfile.native -t quarkus/code-with-quarkus . -# -# Then run the container using: -# -# docker run -i --rm -p 8080:8080 quarkus/code-with-quarkus -# -### -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6 -WORKDIR /work/ -RUN chown 1001 /work \ - && chmod "g+rwX" /work \ - && chown 1001:root /work -COPY --chown=1001:root target/*-runner /work/application - -EXPOSE 8080 -USER 1001 - -CMD ["./application", "-Dquarkus.http.host=0.0.0.0"] diff --git a/integration-tests/hybrid-smoke-tests/src/main/docker/Dockerfile.native-micro b/integration-tests/hybrid-smoke-tests/src/main/docker/Dockerfile.native-micro deleted file mode 100644 index 40afb1a2..00000000 --- a/integration-tests/hybrid-smoke-tests/src/main/docker/Dockerfile.native-micro +++ /dev/null @@ -1,30 +0,0 @@ -#### -# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode. -# It uses a micro base image, tuned for Quarkus native executables. -# It reduces the size of the resulting container image. -# Check https://quarkus.io/guides/quarkus-runtime-base-image for further information about this image. -# -# Before building the container image run: -# -# ./mvnw package -Pnative -# -# Then, build the image with: -# -# docker build -f src/main/docker/Dockerfile.native-micro -t quarkus/code-with-quarkus . -# -# Then run the container using: -# -# docker run -i --rm -p 8080:8080 quarkus/code-with-quarkus -# -### -FROM quay.io/quarkus/quarkus-micro-image:2.0 -WORKDIR /work/ -RUN chown 1001 /work \ - && chmod "g+rwX" /work \ - && chown 1001:root /work -COPY --chown=1001:root target/*-runner /work/application - -EXPOSE 8080 -USER 1001 - -CMD ["./application", "-Dquarkus.http.host=0.0.0.0"] diff --git a/integration-tests/hybrid-smoke-tests/src/main/resources/application.properties b/integration-tests/hybrid-smoke-tests/src/main/resources/application.properties index a3410c84..b65917b6 100644 --- a/integration-tests/hybrid-smoke-tests/src/main/resources/application.properties +++ b/integration-tests/hybrid-smoke-tests/src/main/resources/application.properties @@ -1,21 +1,5 @@ vaadin.whitelisted-packages = com.vaadin,org.vaadin,dev.hilla,com.example.application -#quarkus.class-loading.removed-resources."dev.hilla\:endpoint"=dev/hilla/startup/EndpointsValidator.class - -# Scan Hilla artifacts -#quarkus.index-dependency.hilla-endpoint.group-id=dev.hilla -#quarkus.index-dependency.hilla-endpoint.artifact-id=endpoint -#quarkus.index-dependency.hilla-runtime-engine.group-id=dev.hilla -#quarkus.index-dependency.hilla-runtime-engine.artifact-id=engine-runtime - -#quarkus.resteasy.path=/connect -#quarkus.resteasy-reactive.path=/connect -#vaadin.endpoint.prefix=/xxxxx - - -# Security -#quarkus.http.auth.basic=true - vaadin.quarkus-security.cookie-name=${quarkus.http.auth.form.cookie-name} quarkus.http.auth.form.enabled=false diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml new file mode 100644 index 00000000..d89310f0 --- /dev/null +++ b/integration-tests/pom.xml @@ -0,0 +1,233 @@ + + + 4.0.0 + + com.github.mcollovati + quarkus-hilla-parent + ${revision} + ../pom.xml + + + pom + quarkus-hilla-tests + Quarkus - Hilla - Tests + + true + true + + 4.2.0 + 6.19.0 + + + + com.github.mcollovati + quarkus-hilla + ${project.version} + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-hibernate-validator + + + io.quarkus + quarkus-websockets + + + + io.quarkus + quarkus-elytron-security-properties-file + + + + + org.assertj + assertj-core + test + + + org.awaitility + awaitility + ${awaitility.version} + test + + + + + + + dev.hilla + hilla-maven-plugin + + + + prepare-frontend + + + + + + io.quarkus + quarkus-maven-plugin + true + + + + build + generate-code + generate-code-tests + + + + + + + + + maven-compiler-plugin + + + -parameters + + + + + maven-surefire-plugin + + + org.jboss.logmanager.LogManager + ${maven.home} + ${project.build.directory}/selenide/selenide-reports + + ${project.build.directory}/selenide/downloads + + + + + + + maven-failsafe-plugin + + + + integration-test + verify + + + + ${project.build.directory}/${project.build.finalName}-runner + + org.jboss.logmanager.LogManager + + ${maven.home} + ${project.build.directory}/selenide/selenide-reports + + ${project.build.directory}/selenide/downloads + + + + + + + + + + + + + production + + + + dev.hilla + hilla-maven-plugin + + + + build-frontend + + compile + + + + + org.apache.maven.plugins + maven-surefire-plugin + + development-only + production + + + + org.apache.maven.plugins + maven-failsafe-plugin + + development-only + production + + + + + + + native + + + native + + + + false + native + + + + + snapshot-validation + + + + org.apache.maven.plugins + maven-clean-plugin + + + clean-node-stuff + initialize + + clean + + + + + ${project.basedir} + + package-lock.json + node_modules/** + + + + + + + + + + + + + + test-commons + smoke-tests + hybrid-smoke-tests + + diff --git a/integration-tests/smoke-tests/.dockerignore b/integration-tests/smoke-tests/.dockerignore deleted file mode 100644 index 94810d00..00000000 --- a/integration-tests/smoke-tests/.dockerignore +++ /dev/null @@ -1,5 +0,0 @@ -* -!target/*-runner -!target/*-runner.jar -!target/lib/* -!target/quarkus-app/* \ No newline at end of file diff --git a/integration-tests/smoke-tests/pom.xml b/integration-tests/smoke-tests/pom.xml index 9728efa4..da1e9364 100644 --- a/integration-tests/smoke-tests/pom.xml +++ b/integration-tests/smoke-tests/pom.xml @@ -5,234 +5,33 @@ 4.0.0 com.github.mcollovati - quarkus-hilla-parent + quarkus-hilla-tests ${revision} - ../../pom.xml + ../pom.xml quarkus-hilla-smoke-tests Quarkus - Hilla - Smoke Tests - - true - true - 4.2.0 - 6.19.1 - com.github.mcollovati - quarkus-hilla + quarkus-hilla-test-commons ${project.version} - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-hibernate-validator - - - io.quarkus - quarkus-websockets - - - - io.quarkus - quarkus-elytron-security-properties-file - - - - - io.quarkus - quarkus-junit5 - test - - - org.assertj - assertj-core - test - - - org.awaitility - awaitility - ${awaitility.version} - test - - - com.codeborne - selenide - ${selenide.version} test + - dev.hilla hilla-maven-plugin - - - - prepare-frontend - - compile - - io.quarkus quarkus-maven-plugin - true - - - - build - generate-code - generate-code-tests - - - - - - maven-compiler-plugin - - - -parameters - - - - - maven-surefire-plugin - - - org.jboss.logmanager.LogManager - ${maven.home} - ${project.build.directory}/selenide/selenide-reports - - ${project.build.directory}/selenide/downloads - - - - - - - maven-failsafe-plugin - - - - integration-test - verify - - - - ${project.build.directory}/${project.build.finalName}-runner - - org.jboss.logmanager.LogManager - ${maven.home} - ${project.build.directory}/selenide/selenide-reports - - ${project.build.directory}/selenide/downloads - - - - - - - - - - production - - - - dev.hilla - hilla-maven-plugin - - - - build-frontend - - compile - - - - - org.apache.maven.plugins - maven-surefire-plugin - - development-only - production - - - - org.apache.maven.plugins - maven-failsafe-plugin - - development-only - production - - - - - - - native - - - native - - - - false - native - - - - - snapshot-validation - - - - org.apache.maven.plugins - maven-clean-plugin - - - clean-node-stuff - initialize - - clean - - - - - ${project.basedir} - - package-lock.json - node_modules/** - - - - - - - - - - - diff --git a/integration-tests/smoke-tests/src/main/docker/Dockerfile.jvm b/integration-tests/smoke-tests/src/main/docker/Dockerfile.jvm deleted file mode 100644 index ad219b9e..00000000 --- a/integration-tests/smoke-tests/src/main/docker/Dockerfile.jvm +++ /dev/null @@ -1,93 +0,0 @@ -#### -# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode -# -# Before building the container image run: -# -# ./mvnw package -# -# Then, build the image with: -# -# docker build -f src/main/docker/Dockerfile.jvm -t quarkus/code-with-quarkus-jvm . -# -# Then run the container using: -# -# docker run -i --rm -p 8080:8080 quarkus/code-with-quarkus-jvm -# -# If you want to include the debug port into your docker image -# you will have to expose the debug port (default 5005) like this : EXPOSE 8080 5005 -# -# Then run the container using : -# -# docker run -i --rm -p 8080:8080 quarkus/code-with-quarkus-jvm -# -# This image uses the `run-java.sh` script to run the application. -# This scripts computes the command line to execute your Java application, and -# includes memory/GC tuning. -# You can configure the behavior using the following environment properties: -# - JAVA_OPTS: JVM options passed to the `java` command (example: "-verbose:class") -# - JAVA_OPTS_APPEND: User specified Java options to be appended to generated options -# in JAVA_OPTS (example: "-Dsome.property=foo") -# - JAVA_MAX_MEM_RATIO: Is used when no `-Xmx` option is given in JAVA_OPTS. This is -# used to calculate a default maximal heap memory based on a containers restriction. -# If used in a container without any memory constraints for the container then this -# option has no effect. If there is a memory constraint then `-Xmx` is set to a ratio -# of the container available memory as set here. The default is `50` which means 50% -# of the available memory is used as an upper boundary. You can skip this mechanism by -# setting this value to `0` in which case no `-Xmx` option is added. -# - JAVA_INITIAL_MEM_RATIO: Is used when no `-Xms` option is given in JAVA_OPTS. This -# is used to calculate a default initial heap memory based on the maximum heap memory. -# If used in a container without any memory constraints for the container then this -# option has no effect. If there is a memory constraint then `-Xms` is set to a ratio -# of the `-Xmx` memory as set here. The default is `25` which means 25% of the `-Xmx` -# is used as the initial heap size. You can skip this mechanism by setting this value -# to `0` in which case no `-Xms` option is added (example: "25") -# - JAVA_MAX_INITIAL_MEM: Is used when no `-Xms` option is given in JAVA_OPTS. -# This is used to calculate the maximum value of the initial heap memory. If used in -# a container without any memory constraints for the container then this option has -# no effect. If there is a memory constraint then `-Xms` is limited to the value set -# here. The default is 4096MB which means the calculated value of `-Xms` never will -# be greater than 4096MB. The value of this variable is expressed in MB (example: "4096") -# - JAVA_DIAGNOSTICS: Set this to get some diagnostics information to standard output -# when things are happening. This option, if set to true, will set -# `-XX:+UnlockDiagnosticVMOptions`. Disabled by default (example: "true"). -# - JAVA_DEBUG: If set remote debugging will be switched on. Disabled by default (example: -# true"). -# - JAVA_DEBUG_PORT: Port used for remote debugging. Defaults to 5005 (example: "8787"). -# - CONTAINER_CORE_LIMIT: A calculated core limit as described in -# https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt. (example: "2") -# - CONTAINER_MAX_MEMORY: Memory limit given to the container (example: "1024"). -# - GC_MIN_HEAP_FREE_RATIO: Minimum percentage of heap free after GC to avoid expansion. -# (example: "20") -# - GC_MAX_HEAP_FREE_RATIO: Maximum percentage of heap free after GC to avoid shrinking. -# (example: "40") -# - GC_TIME_RATIO: Specifies the ratio of the time spent outside the garbage collection. -# (example: "4") -# - GC_ADAPTIVE_SIZE_POLICY_WEIGHT: The weighting given to the current GC time versus -# previous GC times. (example: "90") -# - GC_METASPACE_SIZE: The initial metaspace size. (example: "20") -# - GC_MAX_METASPACE_SIZE: The maximum metaspace size. (example: "100") -# - GC_CONTAINER_OPTIONS: Specify Java GC to use. The value of this variable should -# contain the necessary JRE command-line options to specify the required GC, which -# will override the default of `-XX:+UseParallelGC` (example: -XX:+UseG1GC). -# - HTTPS_PROXY: The location of the https proxy. (example: "myuser@127.0.0.1:8080") -# - HTTP_PROXY: The location of the http proxy. (example: "myuser@127.0.0.1:8080") -# - NO_PROXY: A comma separated lists of hosts, IP addresses or domains that can be -# accessed directly. (example: "foo.example.com,bar.example.com") -# -### -FROM registry.access.redhat.com/ubi8/openjdk-17:1.14 - -ENV LANGUAGE='en_US:en' - - -# We make four distinct layers so if there are application changes the library layers can be re-used -COPY --chown=185 target/quarkus-app/lib/ /deployments/lib/ -COPY --chown=185 target/quarkus-app/*.jar /deployments/ -COPY --chown=185 target/quarkus-app/app/ /deployments/app/ -COPY --chown=185 target/quarkus-app/quarkus/ /deployments/quarkus/ - -EXPOSE 8080 -USER 185 -ENV JAVA_OPTS="-Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager" -ENV JAVA_APP_JAR="/deployments/quarkus-run.jar" - diff --git a/integration-tests/smoke-tests/src/main/docker/Dockerfile.legacy-jar b/integration-tests/smoke-tests/src/main/docker/Dockerfile.legacy-jar deleted file mode 100644 index f8014616..00000000 --- a/integration-tests/smoke-tests/src/main/docker/Dockerfile.legacy-jar +++ /dev/null @@ -1,89 +0,0 @@ -#### -# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode -# -# Before building the container image run: -# -# ./mvnw package -Dquarkus.package.type=legacy-jar -# -# Then, build the image with: -# -# docker build -f src/main/docker/Dockerfile.legacy-jar -t quarkus/code-with-quarkus-legacy-jar . -# -# Then run the container using: -# -# docker run -i --rm -p 8080:8080 quarkus/code-with-quarkus-legacy-jar -# -# If you want to include the debug port into your docker image -# you will have to expose the debug port (default 5005) like this : EXPOSE 8080 5005 -# -# Then run the container using : -# -# docker run -i --rm -p 8080:8080 quarkus/code-with-quarkus-legacy-jar -# -# This image uses the `run-java.sh` script to run the application. -# This scripts computes the command line to execute your Java application, and -# includes memory/GC tuning. -# You can configure the behavior using the following environment properties: -# - JAVA_OPTS: JVM options passed to the `java` command (example: "-verbose:class") -# - JAVA_OPTS_APPEND: User specified Java options to be appended to generated options -# in JAVA_OPTS (example: "-Dsome.property=foo") -# - JAVA_MAX_MEM_RATIO: Is used when no `-Xmx` option is given in JAVA_OPTS. This is -# used to calculate a default maximal heap memory based on a containers restriction. -# If used in a container without any memory constraints for the container then this -# option has no effect. If there is a memory constraint then `-Xmx` is set to a ratio -# of the container available memory as set here. The default is `50` which means 50% -# of the available memory is used as an upper boundary. You can skip this mechanism by -# setting this value to `0` in which case no `-Xmx` option is added. -# - JAVA_INITIAL_MEM_RATIO: Is used when no `-Xms` option is given in JAVA_OPTS. This -# is used to calculate a default initial heap memory based on the maximum heap memory. -# If used in a container without any memory constraints for the container then this -# option has no effect. If there is a memory constraint then `-Xms` is set to a ratio -# of the `-Xmx` memory as set here. The default is `25` which means 25% of the `-Xmx` -# is used as the initial heap size. You can skip this mechanism by setting this value -# to `0` in which case no `-Xms` option is added (example: "25") -# - JAVA_MAX_INITIAL_MEM: Is used when no `-Xms` option is given in JAVA_OPTS. -# This is used to calculate the maximum value of the initial heap memory. If used in -# a container without any memory constraints for the container then this option has -# no effect. If there is a memory constraint then `-Xms` is limited to the value set -# here. The default is 4096MB which means the calculated value of `-Xms` never will -# be greater than 4096MB. The value of this variable is expressed in MB (example: "4096") -# - JAVA_DIAGNOSTICS: Set this to get some diagnostics information to standard output -# when things are happening. This option, if set to true, will set -# `-XX:+UnlockDiagnosticVMOptions`. Disabled by default (example: "true"). -# - JAVA_DEBUG: If set remote debugging will be switched on. Disabled by default (example: -# true"). -# - JAVA_DEBUG_PORT: Port used for remote debugging. Defaults to 5005 (example: "8787"). -# - CONTAINER_CORE_LIMIT: A calculated core limit as described in -# https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt. (example: "2") -# - CONTAINER_MAX_MEMORY: Memory limit given to the container (example: "1024"). -# - GC_MIN_HEAP_FREE_RATIO: Minimum percentage of heap free after GC to avoid expansion. -# (example: "20") -# - GC_MAX_HEAP_FREE_RATIO: Maximum percentage of heap free after GC to avoid shrinking. -# (example: "40") -# - GC_TIME_RATIO: Specifies the ratio of the time spent outside the garbage collection. -# (example: "4") -# - GC_ADAPTIVE_SIZE_POLICY_WEIGHT: The weighting given to the current GC time versus -# previous GC times. (example: "90") -# - GC_METASPACE_SIZE: The initial metaspace size. (example: "20") -# - GC_MAX_METASPACE_SIZE: The maximum metaspace size. (example: "100") -# - GC_CONTAINER_OPTIONS: Specify Java GC to use. The value of this variable should -# contain the necessary JRE command-line options to specify the required GC, which -# will override the default of `-XX:+UseParallelGC` (example: -XX:+UseG1GC). -# - HTTPS_PROXY: The location of the https proxy. (example: "myuser@127.0.0.1:8080") -# - HTTP_PROXY: The location of the http proxy. (example: "myuser@127.0.0.1:8080") -# - NO_PROXY: A comma separated lists of hosts, IP addresses or domains that can be -# accessed directly. (example: "foo.example.com,bar.example.com") -# -### -FROM registry.access.redhat.com/ubi8/openjdk-17:1.14 - -ENV LANGUAGE='en_US:en' - - -COPY target/lib/* /deployments/lib/ -COPY target/*-runner.jar /deployments/quarkus-run.jar - -EXPOSE 8080 -USER 185 -ENV JAVA_OPTS="-Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager" -ENV JAVA_APP_JAR="/deployments/quarkus-run.jar" diff --git a/integration-tests/smoke-tests/src/main/docker/Dockerfile.native b/integration-tests/smoke-tests/src/main/docker/Dockerfile.native deleted file mode 100644 index 4e076cf1..00000000 --- a/integration-tests/smoke-tests/src/main/docker/Dockerfile.native +++ /dev/null @@ -1,27 +0,0 @@ -#### -# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode. -# -# Before building the container image run: -# -# ./mvnw package -Pnative -# -# Then, build the image with: -# -# docker build -f src/main/docker/Dockerfile.native -t quarkus/code-with-quarkus . -# -# Then run the container using: -# -# docker run -i --rm -p 8080:8080 quarkus/code-with-quarkus -# -### -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6 -WORKDIR /work/ -RUN chown 1001 /work \ - && chmod "g+rwX" /work \ - && chown 1001:root /work -COPY --chown=1001:root target/*-runner /work/application - -EXPOSE 8080 -USER 1001 - -CMD ["./application", "-Dquarkus.http.host=0.0.0.0"] diff --git a/integration-tests/smoke-tests/src/main/docker/Dockerfile.native-micro b/integration-tests/smoke-tests/src/main/docker/Dockerfile.native-micro deleted file mode 100644 index 40afb1a2..00000000 --- a/integration-tests/smoke-tests/src/main/docker/Dockerfile.native-micro +++ /dev/null @@ -1,30 +0,0 @@ -#### -# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode. -# It uses a micro base image, tuned for Quarkus native executables. -# It reduces the size of the resulting container image. -# Check https://quarkus.io/guides/quarkus-runtime-base-image for further information about this image. -# -# Before building the container image run: -# -# ./mvnw package -Pnative -# -# Then, build the image with: -# -# docker build -f src/main/docker/Dockerfile.native-micro -t quarkus/code-with-quarkus . -# -# Then run the container using: -# -# docker run -i --rm -p 8080:8080 quarkus/code-with-quarkus -# -### -FROM quay.io/quarkus/quarkus-micro-image:2.0 -WORKDIR /work/ -RUN chown 1001 /work \ - && chmod "g+rwX" /work \ - && chown 1001:root /work -COPY --chown=1001:root target/*-runner /work/application - -EXPOSE 8080 -USER 1001 - -CMD ["./application", "-Dquarkus.http.host=0.0.0.0"] diff --git a/integration-tests/smoke-tests/src/main/resources/application.properties b/integration-tests/smoke-tests/src/main/resources/application.properties index a3410c84..b65917b6 100644 --- a/integration-tests/smoke-tests/src/main/resources/application.properties +++ b/integration-tests/smoke-tests/src/main/resources/application.properties @@ -1,21 +1,5 @@ vaadin.whitelisted-packages = com.vaadin,org.vaadin,dev.hilla,com.example.application -#quarkus.class-loading.removed-resources."dev.hilla\:endpoint"=dev/hilla/startup/EndpointsValidator.class - -# Scan Hilla artifacts -#quarkus.index-dependency.hilla-endpoint.group-id=dev.hilla -#quarkus.index-dependency.hilla-endpoint.artifact-id=endpoint -#quarkus.index-dependency.hilla-runtime-engine.group-id=dev.hilla -#quarkus.index-dependency.hilla-runtime-engine.artifact-id=engine-runtime - -#quarkus.resteasy.path=/connect -#quarkus.resteasy-reactive.path=/connect -#vaadin.endpoint.prefix=/xxxxx - - -# Security -#quarkus.http.auth.basic=true - vaadin.quarkus-security.cookie-name=${quarkus.http.auth.form.cookie-name} quarkus.http.auth.form.enabled=false diff --git a/integration-tests/smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/AbstractTest.java b/integration-tests/smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/AbstractTest.java deleted file mode 100644 index 2219ead3..00000000 --- a/integration-tests/smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/AbstractTest.java +++ /dev/null @@ -1,99 +0,0 @@ -/* - * Copyright 2023 Marco Collovati, Dario Götze - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package com.github.mcollovati.quarkus.testing; - -import java.lang.management.ManagementFactory; -import java.time.Duration; -import java.util.function.Supplier; - -import com.codeborne.selenide.Condition; -import com.codeborne.selenide.Configuration; -import com.codeborne.selenide.Selectors; -import com.codeborne.selenide.Selenide; -import com.codeborne.selenide.SelenideElement; -import com.codeborne.selenide.junit5.BrowserPerTestStrategyExtension; -import io.quarkus.test.common.http.TestHTTPResource; -import org.junit.jupiter.api.BeforeEach; -import org.junit.jupiter.api.extension.ExtendWith; - -import static com.codeborne.selenide.Selenide.$; - -@ExtendWith({BrowserPerTestStrategyExtension.class}) -public abstract class AbstractTest { - - private static final boolean isMacOS = - System.getProperty("os.name").toLowerCase().contains("mac"); - - @TestHTTPResource() - private String baseURL; - - @BeforeEach - void setup() { - if (isMacOS) { - Configuration.headless = false; - Configuration.browser = "safari"; - } else { - Configuration.headless = runHeadless(); - System.setProperty("chromeoptions.args", "--remote-allow-origins=*"); - } - } - - protected final String getBaseURL() { - return baseURL; - } - - protected String getTestUrl() { - return baseURL; - } - - protected void open() { - open(getTestUrl()); - } - - protected void open(String url) { - Selenide.open(url); - } - - protected void openAndWait(Supplier selector) { - openAndWait(getTestUrl(), selector); - } - - protected void openAndWait(String url, Supplier selector) { - Selenide.open(url); - waitForDevServer(); - selector.get().shouldBe(Condition.visible, Duration.ofSeconds(10)); - $(Selectors.shadowCss("div.dev-tools.error", "vaadin-dev-tools")).shouldNot(Condition.exist); - $(Selectors.shadowCss("main", "vite-plugin-checker-error-overlay")).shouldNot(Condition.exist); - } - - protected void waitForDevServer() { - Selenide.Wait() - .withTimeout(Duration.ofMinutes(20)) - .until(d -> !Boolean.TRUE.equals(Selenide.executeJavaScript( - "return window.Vaadin && window.Vaadin.Flow && window.Vaadin.Flow.devServerIsNotLoaded;"))); - } - - protected boolean runHeadless() { - return !isJavaInDebugMode(); - } - - static boolean isJavaInDebugMode() { - return ManagementFactory.getRuntimeMXBean() - .getInputArguments() - .toString() - .contains("jdwp"); - } -} diff --git a/integration-tests/smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/HillaCleaner.java b/integration-tests/smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/HillaCleaner.java deleted file mode 100644 index 72426dc2..00000000 --- a/integration-tests/smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/HillaCleaner.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Copyright 2023 Marco Collovati, Dario Götze - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package com.github.mcollovati.quarkus.testing; - -import java.io.File; -import java.io.IOException; -import java.nio.file.Files; -import java.nio.file.Path; -import java.nio.file.Paths; -import java.util.Comparator; -import java.util.HashMap; -import java.util.Map; -import java.util.stream.Stream; - -import io.quarkus.test.common.QuarkusTestResourceLifecycleManager; -import org.junit.jupiter.api.Assertions; - -public class HillaCleaner implements QuarkusTestResourceLifecycleManager { - - private Path frontendGenerated; - - @Override - public Map start() { - frontendGenerated = Paths.get(System.getProperty("user.dir")).resolve(Paths.get("frontend", "generated")); - if (Files.isDirectory(frontendGenerated)) { - try (Stream paths = Files.walk(frontendGenerated)) { - paths.sorted(Comparator.reverseOrder()).map(Path::toFile).forEach(File::delete); - } catch (IOException e) { - Assertions.fail("Cannot delete frontend generated folder", e); - } - } - Assertions.assertFalse(Files.exists(frontendGenerated), "Frontend generated folder was not deleted"); - return new HashMap<>(); - } - - @Override - public void inject(TestInjector testInjector) { - testInjector.injectIntoFields( - frontendGenerated, new TestInjector.AnnotatedAndMatchesType(HillaFrontendGenerated.class, Path.class)); - } - - @Override - public void stop() {} -} diff --git a/integration-tests/smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/HillaFrontendGenerated.java b/integration-tests/smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/HillaFrontendGenerated.java deleted file mode 100644 index 46e0c4d3..00000000 --- a/integration-tests/smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/HillaFrontendGenerated.java +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Copyright 2023 Marco Collovati, Dario Götze - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package com.github.mcollovati.quarkus.testing; - -import java.lang.annotation.ElementType; -import java.lang.annotation.Retention; -import java.lang.annotation.RetentionPolicy; -import java.lang.annotation.Target; - -@Target(ElementType.FIELD) -@Retention(RetentionPolicy.RUNTIME) -public @interface HillaFrontendGenerated {} diff --git a/integration-tests/smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/ScreenshotOnFailure.java b/integration-tests/smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/ScreenshotOnFailure.java deleted file mode 100644 index f60f0716..00000000 --- a/integration-tests/smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/ScreenshotOnFailure.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * Copyright 2023 Marco Collovati, Dario Götze - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package com.github.mcollovati.quarkus.testing; - -import com.codeborne.selenide.Screenshots; -import com.codeborne.selenide.ex.UIAssertionError; -import io.quarkus.test.common.TestStatus; -import io.quarkus.test.junit.callback.QuarkusTestAfterTestExecutionCallback; -import io.quarkus.test.junit.callback.QuarkusTestBeforeTestExecutionCallback; -import io.quarkus.test.junit.callback.QuarkusTestMethodContext; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -public class ScreenshotOnFailure - implements QuarkusTestBeforeTestExecutionCallback, QuarkusTestAfterTestExecutionCallback { - - private static final Logger log = LoggerFactory.getLogger(ScreenshotOnFailure.class); - - @Override - public void beforeTestExecution(QuarkusTestMethodContext context) { - final String className = context.getTestInstance().getClass().getName(); - final String methodName = context.getTestMethod().getName(); - Screenshots.startContext(className, methodName); - } - - @Override - public void afterTestExecution(QuarkusTestMethodContext context) { - TestStatus testStatus = context.getTestStatus(); - if (testStatus.isTestFailed() && !(testStatus.getTestErrorCause() instanceof UIAssertionError)) { - log.info(Screenshots.saveScreenshotAndPageSource()); - } - Screenshots.finishContext(); - } -} diff --git a/integration-tests/smoke-tests/src/test/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestAfterTestExecutionCallback b/integration-tests/smoke-tests/src/test/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestAfterTestExecutionCallback deleted file mode 100644 index fdc6ef12..00000000 --- a/integration-tests/smoke-tests/src/test/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestAfterTestExecutionCallback +++ /dev/null @@ -1 +0,0 @@ -com.github.mcollovati.quarkus.testing.ScreenshotOnFailure diff --git a/integration-tests/smoke-tests/src/test/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestBeforeTestExecutionCallback b/integration-tests/smoke-tests/src/test/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestBeforeTestExecutionCallback deleted file mode 100644 index fdc6ef12..00000000 --- a/integration-tests/smoke-tests/src/test/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestBeforeTestExecutionCallback +++ /dev/null @@ -1 +0,0 @@ -com.github.mcollovati.quarkus.testing.ScreenshotOnFailure diff --git a/integration-tests/test-commons/pom.xml b/integration-tests/test-commons/pom.xml new file mode 100644 index 00000000..73a891ba --- /dev/null +++ b/integration-tests/test-commons/pom.xml @@ -0,0 +1,27 @@ + + + 4.0.0 + + com.github.mcollovati + quarkus-hilla-tests + ${revision} + ../pom.xml + + + quarkus-hilla-test-commons + Quarkus - Hilla - Common utilities for tests + + + + io.quarkus + quarkus-junit5 + + + com.codeborne + selenide + ${selenide.version} + + + \ No newline at end of file diff --git a/integration-tests/hybrid-smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/AbstractTest.java b/integration-tests/test-commons/src/main/java/com/github/mcollovati/quarkus/testing/AbstractTest.java similarity index 100% rename from integration-tests/hybrid-smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/AbstractTest.java rename to integration-tests/test-commons/src/main/java/com/github/mcollovati/quarkus/testing/AbstractTest.java diff --git a/integration-tests/hybrid-smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/HillaCleaner.java b/integration-tests/test-commons/src/main/java/com/github/mcollovati/quarkus/testing/HillaCleaner.java similarity index 100% rename from integration-tests/hybrid-smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/HillaCleaner.java rename to integration-tests/test-commons/src/main/java/com/github/mcollovati/quarkus/testing/HillaCleaner.java diff --git a/integration-tests/hybrid-smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/HillaFrontendGenerated.java b/integration-tests/test-commons/src/main/java/com/github/mcollovati/quarkus/testing/HillaFrontendGenerated.java similarity index 100% rename from integration-tests/hybrid-smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/HillaFrontendGenerated.java rename to integration-tests/test-commons/src/main/java/com/github/mcollovati/quarkus/testing/HillaFrontendGenerated.java diff --git a/integration-tests/hybrid-smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/ScreenshotOnFailure.java b/integration-tests/test-commons/src/main/java/com/github/mcollovati/quarkus/testing/ScreenshotOnFailure.java similarity index 100% rename from integration-tests/hybrid-smoke-tests/src/test/java/com/github/mcollovati/quarkus/testing/ScreenshotOnFailure.java rename to integration-tests/test-commons/src/main/java/com/github/mcollovati/quarkus/testing/ScreenshotOnFailure.java diff --git a/integration-tests/hybrid-smoke-tests/src/test/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestAfterTestExecutionCallback b/integration-tests/test-commons/src/main/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestAfterTestExecutionCallback similarity index 100% rename from integration-tests/hybrid-smoke-tests/src/test/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestAfterTestExecutionCallback rename to integration-tests/test-commons/src/main/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestAfterTestExecutionCallback diff --git a/integration-tests/hybrid-smoke-tests/src/test/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestBeforeTestExecutionCallback b/integration-tests/test-commons/src/main/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestBeforeTestExecutionCallback similarity index 100% rename from integration-tests/hybrid-smoke-tests/src/test/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestBeforeTestExecutionCallback rename to integration-tests/test-commons/src/main/resources/META-INF/services/io.quarkus.test.junit.callback.QuarkusTestBeforeTestExecutionCallback diff --git a/pom.xml b/pom.xml index 811ae15e..7865127d 100644 --- a/pom.xml +++ b/pom.xml @@ -191,12 +191,12 @@ true resolveCiFriendliesOnly - ${project.build.directory} + ${project.basedir} flatten - process-resources + process-classes flatten @@ -425,9 +425,26 @@ it-tests - integration-tests/smoke-tests - integration-tests/hybrid-smoke-tests + integration-tests + + + + + org.codehaus.mojo + flatten-maven-plugin + + + flatten + none + + + + + detect-vaadin-platform