From 406540d802490681f7f6c9bb9253dfe0c29d3dcf Mon Sep 17 00:00:00 2001 From: Isaac Lee <16869656+ijlee2@users.noreply.github.com> Date: Wed, 6 May 2026 11:18:22 +0200 Subject: [PATCH 1/4] chore: Prevented a failing job from cancelling remaining jobs --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7038323..a7519620 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: name: Lint runs-on: ubuntu-latest strategy: + fail-fast: false matrix: package-location: - 'docs-app' @@ -79,6 +80,7 @@ jobs: needs: [build-docs-app] runs-on: ubuntu-latest strategy: + fail-fast: false matrix: device: - 'w1-h1' @@ -146,6 +148,7 @@ jobs: name: Test runs-on: ubuntu-latest strategy: + fail-fast: false matrix: package-location: - 'packages/ember-container-query' From ca7aba193e597d1518f20306ecae9bb78bb90b5b Mon Sep 17 00:00:00 2001 From: Isaac Lee <16869656+ijlee2@users.noreply.github.com> Date: Wed, 6 May 2026 11:18:33 +0200 Subject: [PATCH 2/4] chore: Updated dependencies --- docs-app/package.json | 12 ++++++------ package.json | 4 ++-- packages/ember-container-query/package.json | 2 +- test-app/package.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs-app/package.json b/docs-app/package.json index 21cc2484..7d268222 100644 --- a/docs-app/package.json +++ b/docs-app/package.json @@ -46,7 +46,7 @@ "@babel/core": "^7.29.0", "@ember/optional-features": "^3.0.0", "@ember/string": "^4.0.1", - "@ember/test-helpers": "^5.4.1", + "@ember/test-helpers": "^5.4.2", "@embroider/broccoli-side-watch": "^1.1.0", "@embroider/compat": "^3.9.3", "@embroider/config-meta-loader": "^1.0.0", @@ -60,7 +60,7 @@ "@glint/ember-tsc": "^1.5.0", "@glint/template": "^1.7.7", "@glint/tsserver-plugin": "^2.4.0", - "@percy/cli": "^1.31.12", + "@percy/cli": "^1.31.13", "@percy/ember": "^5.0.1", "@shared-configs/ember-template-lint": "workspace:*", "@shared-configs/eslint-config-ember": "workspace:*", @@ -100,16 +100,16 @@ "ember-template-lint": "^7.9.3", "ember-test-selectors": "^7.1.0", "ember-truth-helpers": "^5.0.0", - "embroider-css-modules": "^4.0.3", + "embroider-css-modules": "^4.0.4", "eslint": "^9.39.4", "loader.js": "^4.7.0", - "postcss": "^8.5.12", + "postcss": "^8.5.14", "postcss-loader": "^8.2.1", "prettier": "^3.8.3", "qunit": "^2.25.0", "qunit-dom": "^3.5.1", - "stylelint": "^17.9.1", - "type-css-modules": "^3.2.2", + "stylelint": "^17.11.0", + "type-css-modules": "^3.2.4", "typescript": "^5.9.3", "webpack": "^5.106.2" }, diff --git a/package.json b/package.json index 7b245952..ad9e2727 100644 --- a/package.json +++ b/package.json @@ -33,9 +33,9 @@ "@ijlee2-frontend-configs/changesets": "^2.1.1", "concurrently": "^9.2.1", "sort-package-json": "^3.6.1", - "update-workspace-root-version": "^3.0.1" + "update-workspace-root-version": "^3.0.2" }, - "packageManager": "pnpm@10.33.2", + "packageManager": "pnpm@10.33.3", "engines": { "node": "22.* || >= 24", "pnpm": ">= 10" diff --git a/packages/ember-container-query/package.json b/packages/ember-container-query/package.json index d8206739..7e076405 100644 --- a/packages/ember-container-query/package.json +++ b/packages/ember-container-query/package.json @@ -91,7 +91,7 @@ "ember-template-lint": "^7.9.3", "eslint": "^9.39.4", "prettier": "^3.8.3", - "rollup": "^4.60.2", + "rollup": "^4.60.3", "typescript": "^5.9.3" }, "engines": { diff --git a/test-app/package.json b/test-app/package.json index eb3080e8..c0ab6134 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -44,7 +44,7 @@ "@babel/plugin-transform-typescript": "^7.28.6", "@ember/optional-features": "^3.0.0", "@ember/string": "^4.0.1", - "@ember/test-helpers": "^5.4.1", + "@ember/test-helpers": "^5.4.2", "@embroider/compat": "^4.1.17", "@embroider/config-meta-loader": "^1.0.0", "@embroider/core": "^4.4.7", From 345a18a48a636f569303418318c14e766cd6ae5b Mon Sep 17 00:00:00 2001 From: Isaac Lee <16869656+ijlee2@users.noreply.github.com> Date: Wed, 6 May 2026 11:18:37 +0200 Subject: [PATCH 3/4] chore: Added lockfile --- pnpm-lock.yaml | 662 ++++++++++++++++++++++++------------------------- 1 file changed, 331 insertions(+), 331 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 920385d4..84860c45 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^3.6.1 version: 3.6.1 update-workspace-root-version: - specifier: ^3.0.1 - version: 3.0.1 + specifier: ^3.0.2 + version: 3.0.2 configs/ember-template-lint: dependencies: @@ -92,7 +92,7 @@ importers: dependencies: '@ijlee2-frontend-configs/stylelint': specifier: ^3.1.2 - version: 3.1.2(stylelint@17.9.1(typescript@5.9.3)) + version: 3.1.2(stylelint@17.11.0(typescript@5.9.3)) devDependencies: '@shared-configs/prettier': specifier: workspace:* @@ -129,8 +129,8 @@ importers: specifier: ^4.0.1 version: 4.0.1 '@ember/test-helpers': - specifier: ^5.4.1 - version: 5.4.1(@babel/core@7.29.0)(@glint/template@1.7.7) + specifier: ^5.4.2 + version: 5.4.2(@babel/core@7.29.0)(@glint/template@1.7.7) '@embroider/broccoli-side-watch': specifier: ^1.1.0 version: 1.1.0 @@ -171,8 +171,8 @@ importers: specifier: ^2.4.0 version: 2.4.0 '@percy/cli': - specifier: ^1.31.12 - version: 1.31.12(typescript@5.9.3) + specifier: ^1.31.13 + version: 1.31.13(typescript@5.9.3) '@percy/ember': specifier: ^5.0.1 version: 5.0.1(@babel/core@7.29.0)(@glint/template@1.7.7)(webpack@5.106.2) @@ -196,7 +196,7 @@ importers: version: 2.19.13 autoprefixer: specifier: ^10.5.0 - version: 10.5.0(postcss@8.5.12) + version: 10.5.0(postcss@8.5.14) axe-core: specifier: ^4.11.4 version: 4.11.4 @@ -226,7 +226,7 @@ importers: version: 5.2.1(@babel/core@7.29.0) ember-a11y-testing: specifier: ^8.0.0 - version: 8.0.0(@babel/core@7.29.0)(@ember/test-helpers@5.4.1(@babel/core@7.29.0)(@glint/template@1.7.7))(@ember/test-waiters@4.1.1(@babel/core@7.29.0)(@glint/template@1.7.7))(axe-core@4.11.4)(qunit@2.25.0) + version: 8.0.0(@babel/core@7.29.0)(@ember/test-helpers@5.4.2(@babel/core@7.29.0)(@glint/template@1.7.7))(@ember/test-waiters@4.1.1(@babel/core@7.29.0)(@glint/template@1.7.7))(axe-core@4.11.4)(qunit@2.25.0) ember-auto-import: specifier: ^2.13.1 version: 2.13.1(@glint/template@1.7.7)(webpack@5.106.2) @@ -265,10 +265,10 @@ importers: version: 9.0.3 ember-primitives: specifier: ^0.57.0 - version: 0.57.0(@babel/core@7.29.0)(@ember/test-helpers@5.4.1(@babel/core@7.29.0)(@glint/template@1.7.7))(@ember/test-waiters@4.1.1(@babel/core@7.29.0)(@glint/template@1.7.7))(@glimmer/component@2.1.1)(@glint/template@1.7.7)(ember-modifier@4.3.0(@babel/core@7.29.0))(ember-resources@7.0.7(@babel/core@7.29.0)(@glimmer/component@2.1.1)(@glint/template@1.7.7)) + version: 0.57.0(@babel/core@7.29.0)(@ember/test-helpers@5.4.2(@babel/core@7.29.0)(@glint/template@1.7.7))(@ember/test-waiters@4.1.1(@babel/core@7.29.0)(@glint/template@1.7.7))(@glimmer/component@2.1.1)(@glint/template@1.7.7)(ember-modifier@4.3.0(@babel/core@7.29.0))(ember-resources@7.0.7(@babel/core@7.29.0)(@glimmer/component@2.1.1)(@glint/template@1.7.7)) ember-qunit: specifier: ^9.0.4 - version: 9.0.4(@babel/core@7.29.0)(@ember/test-helpers@5.4.1(@babel/core@7.29.0)(@glint/template@1.7.7))(@glint/template@1.7.7)(qunit@2.25.0) + version: 9.0.4(@babel/core@7.29.0)(@ember/test-helpers@5.4.2(@babel/core@7.29.0)(@glint/template@1.7.7))(@glint/template@1.7.7)(qunit@2.25.0) ember-resolver: specifier: ^13.2.0 version: 13.2.0 @@ -291,8 +291,8 @@ importers: specifier: ^5.0.0 version: 5.0.0 embroider-css-modules: - specifier: ^4.0.3 - version: 4.0.3(@babel/core@7.29.0) + specifier: ^4.0.4 + version: 4.0.4(@babel/core@7.29.0) eslint: specifier: ^9.39.4 version: 9.39.4(jiti@2.6.1) @@ -300,11 +300,11 @@ importers: specifier: ^4.7.0 version: 4.7.0 postcss: - specifier: ^8.5.12 - version: 8.5.12 + specifier: ^8.5.14 + version: 8.5.14 postcss-loader: specifier: ^8.2.1 - version: 8.2.1(postcss@8.5.12)(typescript@5.9.3)(webpack@5.106.2) + version: 8.2.1(postcss@8.5.14)(typescript@5.9.3)(webpack@5.106.2) prettier: specifier: ^3.8.3 version: 3.8.3 @@ -315,11 +315,11 @@ importers: specifier: ^3.5.1 version: 3.5.1 stylelint: - specifier: ^17.9.1 - version: 17.9.1(typescript@5.9.3) + specifier: ^17.11.0 + version: 17.11.0(typescript@5.9.3) type-css-modules: - specifier: ^3.2.2 - version: 3.2.2 + specifier: ^3.2.4 + version: 3.2.4 typescript: specifier: ^5.9.3 version: 5.9.3 @@ -343,7 +343,7 @@ importers: version: 4.3.0(@babel/core@7.29.0) ember-primitives: specifier: ^0.57.0 - version: 0.57.0(@babel/core@7.29.0)(@ember/test-helpers@5.4.1(@babel/core@7.29.0)(@glint/template@1.7.7))(@ember/test-waiters@4.1.1(@babel/core@7.29.0)(@glint/template@1.7.7))(@glimmer/component@2.1.1)(@glint/template@1.7.7)(ember-modifier@4.3.0(@babel/core@7.29.0))(ember-resources@7.0.7(@babel/core@7.29.0)(@glimmer/component@2.1.1)(@glint/template@1.7.7)) + version: 0.57.0(@babel/core@7.29.0)(@ember/test-helpers@5.4.2(@babel/core@7.29.0)(@glint/template@1.7.7))(@ember/test-waiters@4.1.1(@babel/core@7.29.0)(@glint/template@1.7.7))(@glimmer/component@2.1.1)(@glint/template@1.7.7)(ember-modifier@4.3.0(@babel/core@7.29.0))(ember-resources@7.0.7(@babel/core@7.29.0)(@glimmer/component@2.1.1)(@glint/template@1.7.7)) devDependencies: '@babel/core': specifier: ^7.29.0 @@ -356,7 +356,7 @@ importers: version: 7.29.2 '@embroider/addon-dev': specifier: ^8.3.0 - version: 8.3.0(@glint/template@1.7.7)(rollup@4.60.2) + version: 8.3.0(@glint/template@1.7.7)(rollup@4.60.3) '@glimmer/component': specifier: ^2.1.1 version: 2.1.1 @@ -374,7 +374,7 @@ importers: version: 2.4.0 '@rollup/plugin-babel': specifier: ^7.0.0 - version: 7.0.0(@babel/core@7.29.0)(rollup@4.60.2) + version: 7.0.0(@babel/core@7.29.0)(rollup@4.60.3) '@shared-configs/ember-template-lint': specifier: workspace:* version: link:../../configs/ember-template-lint @@ -406,8 +406,8 @@ importers: specifier: ^3.8.3 version: 3.8.3 rollup: - specifier: ^4.60.2 - version: 4.60.2 + specifier: ^4.60.3 + version: 4.60.3 typescript: specifier: ^5.9.3 version: 5.9.3 @@ -430,8 +430,8 @@ importers: specifier: ^4.0.1 version: 4.0.1 '@ember/test-helpers': - specifier: ^5.4.1 - version: 5.4.1(@babel/core@7.29.0)(@glint/template@1.7.7) + specifier: ^5.4.2 + version: 5.4.2(@babel/core@7.29.0)(@glint/template@1.7.7) '@embroider/compat': specifier: ^4.1.17 version: 4.1.17(@embroider/core@4.4.7(@glint/template@1.7.7))(@glint/template@1.7.7) @@ -446,7 +446,7 @@ importers: version: 3.0.6(@babel/core@7.29.0)(@embroider/core@4.4.7(@glint/template@1.7.7))(@glint/template@1.7.7) '@embroider/vite': specifier: ^1.7.2 - version: 1.7.2(@embroider/core@4.4.7(@glint/template@1.7.7))(@glint/template@1.7.7)(vite@8.0.10(@types/node@25.6.0)(jiti@2.6.1)(terser@5.46.2)(yaml@2.8.3)) + version: 1.7.2(@embroider/core@4.4.7(@glint/template@1.7.7))(@glint/template@1.7.7)(vite@8.0.10(@types/node@25.6.0)(jiti@2.6.1)(terser@5.46.2)(yaml@2.8.4)) '@glimmer/component': specifier: ^2.1.1 version: 2.1.1 @@ -464,7 +464,7 @@ importers: version: 2.4.0 '@rollup/plugin-babel': specifier: ^7.0.0 - version: 7.0.0(@babel/core@7.29.0)(rollup@4.60.2) + version: 7.0.0(@babel/core@7.29.0)(rollup@4.60.3) '@shared-configs/ember-template-lint': specifier: workspace:* version: link:../configs/ember-template-lint @@ -521,7 +521,7 @@ importers: version: 9.0.3 ember-qunit: specifier: ^9.0.4 - version: 9.0.4(@babel/core@7.29.0)(@ember/test-helpers@5.4.1(@babel/core@7.29.0)(@glint/template@1.7.7))(@glint/template@1.7.7)(qunit@2.25.0) + version: 9.0.4(@babel/core@7.29.0)(@ember/test-helpers@5.4.2(@babel/core@7.29.0)(@glint/template@1.7.7))(@glint/template@1.7.7)(qunit@2.25.0) ember-resolver: specifier: ^13.2.0 version: 13.2.0 @@ -551,7 +551,7 @@ importers: version: 5.9.3 vite: specifier: ^8.0.10 - version: 8.0.10(@types/node@25.6.0)(jiti@2.6.1)(terser@5.46.2)(yaml@2.8.3) + version: 8.0.10(@types/node@25.6.0)(jiti@2.6.1)(terser@5.46.2)(yaml@2.8.4) packages: @@ -1312,8 +1312,8 @@ packages: '@ember/string@4.0.1': resolution: {integrity: sha512-VWeng8BSWrIsdPfffOQt/bKwNKJL7+37gPFh/6iZZ9bke+S83kKqkS30poo4bTGfRcMnvAE0ie7txom+iDu81Q==} - '@ember/test-helpers@5.4.1': - resolution: {integrity: sha512-BUdT91ra+QibEWAUwtZmvTGFoDHJCxDU+fkQENA8Zs0FR3pZiICxxP/fgdlNExCjjdm1letut7ENoueBuDdixQ==} + '@ember/test-helpers@5.4.2': + resolution: {integrity: sha512-ZT++x8DbixXgvxO00J064rzNcsn9WycMPisNvee6dg9u6G4Z1yx0Hc8HqUFBJP7NyxVKZCokHlRWRQuz9S6wvQ==} '@ember/test-waiters@4.1.1': resolution: {integrity: sha512-HbK70JYCDJcGI0CrwcbjeL2QHAn0HLwa3oGep7mr6l/yO95U7JYA8VN+/9VTsWJTmKueLtWayUqEmGS3a3mVOg==} @@ -1935,81 +1935,81 @@ packages: '@package-json/types@0.0.12': resolution: {integrity: sha512-uu43FGU34B5VM9mCNjXCwLaGHYjXdNincqKLaraaCW+7S2+SmiBg1Nv8bPnmschrIfZmfKNY9f3fC376MRrObw==} - '@percy/cli-app@1.31.12': - resolution: {integrity: sha512-oJVEDw7MPdn3k3OsYf0QWdIJinF2Rr7OuUccX0hZemxEQbVQYKEtlB7dA6ptrWHkhaRdGZwZ8cgpjM/eEBNkOQ==} + '@percy/cli-app@1.31.13': + resolution: {integrity: sha512-onVbiQkG2FaAnP9rw1OtCR/8OkD0lo/S8Cz56Qe3sln/kJtfEC1VAsTq9x/e3caeNFPh7aObF78o8BVvIexcNQ==} engines: {node: '>=14'} - '@percy/cli-build@1.31.12': - resolution: {integrity: sha512-vQH5+TddKKfFqxxrsShqnmFFxEkrrfmM/mXR2k0OtJ5iDbMOyS8MpEPJQH1/ANKM0PWLXmVP8paMyamZi48MpA==} + '@percy/cli-build@1.31.13': + resolution: {integrity: sha512-tsAr+pzGe5LqRNJiB4CBo7YDBXqH/uXm/89iovwor8wkqDgHR3DfC8u5+GgNNbfazEG2nDx4l3QmmOvN+APARw==} engines: {node: '>=14'} - '@percy/cli-command@1.31.12': - resolution: {integrity: sha512-J6gEemXcoy0rzNb0s+u1taP7mNQiZlm1AmbsMpL6bKSRQfS0KURul4gDy71jYUhDFJceNuk7s0IVpN7P3vbEcA==} + '@percy/cli-command@1.31.13': + resolution: {integrity: sha512-pGcs0yPocP3bXqpkzS1UThoQ+8ayVDXLBtpSU+/7N0Rnj6R0eUD1xWggobPT7pY1EOrWqKMEzb67scEvrSIq7Q==} engines: {node: '>=14'} hasBin: true - '@percy/cli-config@1.31.12': - resolution: {integrity: sha512-MPI6cfgO+t3vr2yFkNTsYzi4fXue6fhT9Cas8tivszOTKUp1UNR2I428LIDXYj5/ktelc+dVhsRZjzK/J9MQDA==} + '@percy/cli-config@1.31.13': + resolution: {integrity: sha512-t0K7SYCeWp+UrRMqrTmzZiidBTxWkAvNqCyrExa5yQy3GJXyYqhygqymfP8Y5+8e2SbIGBoXZQW0fIzoSc83ww==} engines: {node: '>=14'} - '@percy/cli-doctor@1.31.12': - resolution: {integrity: sha512-U9pGYNP9RUdva7RjIcMG4OEbVWplwCnCMoXUSA4a3zAGGEZEr4uT7WacCBHjHmhHATqpW/U4OcKENFTK8s6Raw==} + '@percy/cli-doctor@1.31.13': + resolution: {integrity: sha512-sX+VNyyTZ3viFW75NPFYMTjD+CHraD43VJ7K5Mpt4hq2IR8LS1J0C37kAiMJnTwFHeeXpaaIsCxVrKiS+jHvOQ==} engines: {node: '>=14'} - '@percy/cli-exec@1.31.12': - resolution: {integrity: sha512-e2BIbEJsDiwjK8arHxwjy+DQJPLolqqz/wapeh+1Mwk3HnRa4a0Dg11MeO4kFjC/G4euEJslLwNoiFZH2rqpQQ==} + '@percy/cli-exec@1.31.13': + resolution: {integrity: sha512-93w98Mejp2V7vuXgvEdwbJ4odHa3KHHJ6yrWkvydhKe0FmjoEnH20fYpZ1661Rh6YPTm61a/VvspoWEMD7E+5g==} engines: {node: '>=14'} - '@percy/cli-snapshot@1.31.12': - resolution: {integrity: sha512-4+3NXUGxnxVQ4HhjhcnM+4tV0vKOIkYKTAZMTvw6tVG+DmAq4PpssRsAp0h2QdwtdFfadSTSXJ6A61flBrY8Lw==} + '@percy/cli-snapshot@1.31.13': + resolution: {integrity: sha512-k9gG8ImwbcLZPeLtanBETdT8qWvAIKPcZXJ0P8OnoL+onyqEbT/BuYNTY7tlezWDg5utJFwT4LczOqAnHdS0AA==} engines: {node: '>=14'} - '@percy/cli-upload@1.31.12': - resolution: {integrity: sha512-vNbD/Vbiz1CVQI3TQqGA0bDZCPvhaIV3atnrpU5ft7rJMTrBcuS72oM7IEoWM1nKmzET2314nhO45NNDXPOlPA==} + '@percy/cli-upload@1.31.13': + resolution: {integrity: sha512-+/HkIGWqHH/EJmbxATXO0N8XnwtXrhnePDKFZtWx7JrpaZXxRXI96NGL7/mjKQ2sAQKPSGvbbUAB++UoFZSnYg==} engines: {node: '>=14'} - '@percy/cli@1.31.12': - resolution: {integrity: sha512-sLeAdd6GPZdPtUlop0WLzXT6sEmouZkAIZZB8QwdML8s3QekdHB/L9NxJc7wLPqlrfSXZTfRWyy9NIPupElsRQ==} + '@percy/cli@1.31.13': + resolution: {integrity: sha512-QpNpqt4rpmQMOixvWzds2bMKaNT64cUNsELokM0jAP8wSbKZLAsvWddM24fZTqsKXpm4peBpzO73S3bwV0Ep5w==} engines: {node: '>=14'} hasBin: true - '@percy/client@1.31.12': - resolution: {integrity: sha512-HPyE5uDJ6+gACMwb33Kyg7CnMf/DiUd5/4lV5eT//UUq3HAo8zzmevXaGyrJ2XzLFYttZv1G+bFH0PneQsvYMw==} + '@percy/client@1.31.13': + resolution: {integrity: sha512-eFoUacW2GolCm3rL8oS1QyWD6b4UWds9HrMbtp6OJWUr6sQ8bcOemjr3M1YpkDsV2wGC0ikLISQxU8XrTxKDhA==} engines: {node: '>=14'} - '@percy/config@1.31.12': - resolution: {integrity: sha512-rt7N2b7wjwSDdy43vFiYBKEdTg+enKTddoAlsL4AF+g0k1lVBW/r6lVLS/WTUs8X3JsXCTeV3LbQ6OXOclkq0g==} + '@percy/config@1.31.13': + resolution: {integrity: sha512-gxd292C8+v/psxYJNfId2gwhlIGjvRGGOTCw9gBTb/eBT8cZirVLHq+d/j2nqPxCDC7JzZqChWH4TkVkTr/Xwg==} engines: {node: '>=14'} - '@percy/core@1.31.12': - resolution: {integrity: sha512-b0xZfcT/tA3T+UNDgE3RC4p1zhKEhlz6CUTZC7Up49gHRafO62rx94SK4EVzehqVTZhcf6ZYVj5QHhD1B82Jkw==} + '@percy/core@1.31.13': + resolution: {integrity: sha512-SFVw/skIpcFecn8V3emAhmqqOgsX3K9toamMhhVay9FtAoy/NmsV+WuvP3IsAvujepY8ApZe2Zi5CuzZbmDy0w==} engines: {node: '>=14'} - '@percy/dom@1.31.12': - resolution: {integrity: sha512-8qrtNbmKgXBxiaHWNu6JJUM5jFjLA9IxCy7Tc1vMcW5UFbKbvqHYvMtufsRAZT7O1TK/oxbrTmtEyhPbx4BjKQ==} + '@percy/dom@1.31.13': + resolution: {integrity: sha512-5v/ybb2f4aQLUdsbQzTuHzQNAP5zcqn/aO18k2AjvnNdxNmtLC3XwMaSMznImQAXCGsSqsmrJTGtrYP3pbTPYw==} '@percy/ember@5.0.1': resolution: {integrity: sha512-f/lnUq2MmCQOOJPIX2aypxVNbvEcSEdBaAETqa9yckzKyEedTVgYhDCD6WtgZtMu+azWLXHmqyMbxti4KN6OLQ==} engines: {node: '>= 16'} - '@percy/env@1.31.12': - resolution: {integrity: sha512-m5yv7J2TxwrloYJ2etgIbJKOHTqhqRRAbJFC1MqQPtVMDmioXi1zPeuYlT3R65a0A57P/z7H5JII6ng+Mfz0Nw==} + '@percy/env@1.31.13': + resolution: {integrity: sha512-oYEPbZwEtRFfuso+V1lnAZkZZC1gSk+H+//AdLU5De1+h2jxYW14qc1bpW707ZSina5DY5C2tcbsHNV4lcYI/A==} engines: {node: '>=14'} - '@percy/logger@1.31.12': - resolution: {integrity: sha512-8pRXbhBLEKpcQMBAwuolf0YHozKEkyWQV9KcsEPbMvMOJubbaw3Ziv/Vtb+DRJT3LCreWwdC6ShP7hCAzh5HKg==} + '@percy/logger@1.31.13': + resolution: {integrity: sha512-ym8Viw3mAGv00afk4NwaODBXLcS7/pPtpa/RSPS0knToPbCvN4/aE9PoZ99M8UbKY02ZFqGAbBNL+uPgS1nKbA==} engines: {node: '>=14'} - '@percy/monitoring@1.31.12': - resolution: {integrity: sha512-oVsa+0g203DcfFYObxwBxLrTr1lmerjhHVwmYNEck4Hw/7bxLXRbLekRoWRZI0sBQF296wVDIJ1RuLzf5vz65Q==} + '@percy/monitoring@1.31.13': + resolution: {integrity: sha512-TNHrEA8juyvSM2Egnub9gEDi3p1yYXwGfa4F+H3Ub+zNWFZ/11vxFRQuryzN9aQha/hvcBnXFQJk8JR73I+T4g==} engines: {node: '>=14'} - '@percy/sdk-utils@1.31.12': - resolution: {integrity: sha512-RDAyzT/YhnBtecC2zKI9Nmc3SU4uydGioTWP9M2soHs3aLJO0bCXNxBnXUa9lZoB8/c2XUzNIOwmn4t2zBugRA==} + '@percy/sdk-utils@1.31.13': + resolution: {integrity: sha512-0JW+ngBKLjkhbsI6ZD8wnWDV1U/S66X4vBrJqHLSi8t8BygQrulAwKLrtSV27DHCxz3a+zptTMBQufwFbal5gg==} engines: {node: '>=14'} - '@percy/webdriver-utils@1.31.12': - resolution: {integrity: sha512-uWQsBKrafE98gFJFvZ2zZ9lzGPBuzkgYdprLfX/LleS/EZ3/HuXPvv9c6LqrWA5Dfn171pHxwQBLRbzoUIFDUw==} + '@percy/webdriver-utils@1.31.13': + resolution: {integrity: sha512-wiCPRI42Vg6+qL/wiDMPkpauBHbpPJoiaMZB0gDyzrjHJx8cPwG85+oUOgvtMDNdvy55jAtcSdqzA5kXcvMsOw==} engines: {node: '>=14'} '@pkgjs/parseargs@0.11.0': @@ -2148,98 +2148,98 @@ packages: rollup: optional: true - '@rollup/rollup-android-arm-eabi@4.60.2': - resolution: {integrity: sha512-dnlp69efPPg6Uaw2dVqzWRfAWRnYVb1XJ8CyyhIbZeaq4CA5/mLeZ1IEt9QqQxmbdvagjLIm2ZL8BxXv5lH4Yw==} + '@rollup/rollup-android-arm-eabi@4.60.3': + resolution: {integrity: sha512-x35CNW/ANXG3hE/EZpRU8MXX1JDN86hBb2wMGAtltkz7pc6cxgjpy1OMMfDosOQ+2hWqIkag/fGok1Yady9nGw==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.60.2': - resolution: {integrity: sha512-OqZTwDRDchGRHHm/hwLOL7uVPB9aUvI0am/eQuWMNyFHf5PSEQmyEeYYheA0EPPKUO/l0uigCp+iaTjoLjVoHg==} + '@rollup/rollup-android-arm64@4.60.3': + resolution: {integrity: sha512-xw3xtkDApIOGayehp2+Rz4zimfkaX65r4t47iy+ymQB2G4iJCBBfj0ogVg5jpvjpn8UWn/+q9tprxleYeNp3Hw==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.60.2': - resolution: {integrity: sha512-UwRE7CGpvSVEQS8gUMBe1uADWjNnVgP3Iusyda1nSRwNDCsRjnGc7w6El6WLQsXmZTbLZx9cecegumcitNfpmA==} + '@rollup/rollup-darwin-arm64@4.60.3': + resolution: {integrity: sha512-vo6Y5Qfpx7/5EaamIwi0WqW2+zfiusVihKatLvtN1VFVy3D13uERk/6gZLU1UiHRL6fDXqj/ELIeVRGnvcTE1g==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.60.2': - resolution: {integrity: sha512-gjEtURKLCC5VXm1I+2i1u9OhxFsKAQJKTVB8WvDAHF+oZlq0GTVFOlTlO1q3AlCTE/DF32c16ESvfgqR7343/g==} + '@rollup/rollup-darwin-x64@4.60.3': + resolution: {integrity: sha512-D+0QGcZhBzTN82weOnsSlY7V7+RMmPuF1CkbxyMAGE8+ZHeUjyb76ZiWmBlCu//AQQONvxcqRbwZTajZKqjuOw==} cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.60.2': - resolution: {integrity: sha512-Bcl6CYDeAgE70cqZaMojOi/eK63h5Me97ZqAQoh77VPjMysA/4ORQBRGo3rRy45x4MzVlU9uZxs8Uwy7ZaKnBw==} + '@rollup/rollup-freebsd-arm64@4.60.3': + resolution: {integrity: sha512-6HnvHCT7fDyj6R0Ph7A6x8dQS/S38MClRWeDLqc0MdfWkxjiu1HSDYrdPhqSILzjTIC/pnXbbJbo+ft+gy/9hQ==} cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.60.2': - resolution: {integrity: sha512-LU+TPda3mAE2QB0/Hp5VyeKJivpC6+tlOXd1VMoXV/YFMvk/MNk5iXeBfB4MQGRWyOYVJ01625vjkr0Az98OJQ==} + '@rollup/rollup-freebsd-x64@4.60.3': + resolution: {integrity: sha512-KHLgC3WKlUYW3ShFKnnosZDOJ0xjg9zp7au3sIm2bs/tGBeC2ipmvRh/N7JKi0t9Ue20C0dpEshi8WUubg+cnA==} cpu: [x64] os: [freebsd] - '@rollup/rollup-linux-arm-gnueabihf@4.60.2': - resolution: {integrity: sha512-2QxQrM+KQ7DAW4o22j+XZ6RKdxjLD7BOWTP0Bv0tmjdyhXSsr2Ul1oJDQqh9Zf5qOwTuTc7Ek83mOFaKnodPjg==} + '@rollup/rollup-linux-arm-gnueabihf@4.60.3': + resolution: {integrity: sha512-DV6fJoxEYWJOvaZIsok7KrYl0tPvga5OZ2yvKHNNYyk/2roMLqQAbGhr78EQ5YhHpnhLKJD3S1WFusAkmUuV5g==} cpu: [arm] os: [linux] libc: [glibc] - '@rollup/rollup-linux-arm-musleabihf@4.60.2': - resolution: {integrity: sha512-TbziEu2DVsTEOPif2mKWkMeDMLoYjx95oESa9fkQQK7r/Orta0gnkcDpzwufEcAO2BLBsD7mZkXGFqEdMRRwfw==} + '@rollup/rollup-linux-arm-musleabihf@4.60.3': + resolution: {integrity: sha512-mQKoJAzvuOs6F+TZybQO4GOTSMUu7v0WdxEk24krQ/uUxXoPTtHjuaUuPmFhtBcM4K0ons8nrE3JyhTuCFtT/w==} cpu: [arm] os: [linux] libc: [musl] - '@rollup/rollup-linux-arm64-gnu@4.60.2': - resolution: {integrity: sha512-bO/rVDiDUuM2YfuCUwZ1t1cP+/yqjqz+Xf2VtkdppefuOFS2OSeAfgafaHNkFn0t02hEyXngZkxtGqXcXwO8Rg==} + '@rollup/rollup-linux-arm64-gnu@4.60.3': + resolution: {integrity: sha512-Whjj2qoiJ6+OOJMGptTYazaJvjOJm+iKHpXQM1P3LzGjt7Ff++Tp7nH4N8J/BUA7R9IHfDyx4DJIflifwnbmIA==} cpu: [arm64] os: [linux] libc: [glibc] - '@rollup/rollup-linux-arm64-musl@4.60.2': - resolution: {integrity: sha512-hr26p7e93Rl0Za+JwW7EAnwAvKkehh12BU1Llm9Ykiibg4uIr2rbpxG9WCf56GuvidlTG9KiiQT/TXT1yAWxTA==} + '@rollup/rollup-linux-arm64-musl@4.60.3': + resolution: {integrity: sha512-4YTNHKqGng5+yiZt3mg77nmyuCfmNfX4fPmyUapBcIk+BdwSwmCWGXOUxhXbBEkFHtoN5boLj/5NON+u5QC9tg==} cpu: [arm64] os: [linux] libc: [musl] - '@rollup/rollup-linux-loong64-gnu@4.60.2': - resolution: {integrity: sha512-pOjB/uSIyDt+ow3k/RcLvUAOGpysT2phDn7TTUB3n75SlIgZzM6NKAqlErPhoFU+npgY3/n+2HYIQVbF70P9/A==} + '@rollup/rollup-linux-loong64-gnu@4.60.3': + resolution: {integrity: sha512-SU3kNlhkpI4UqlUc2VXPGK9o886ZsSeGfMAX2ba2b8DKmMXq4AL7KUrkSWVbb7koVqx41Yczx6dx5PNargIrEA==} cpu: [loong64] os: [linux] libc: [glibc] - '@rollup/rollup-linux-loong64-musl@4.60.2': - resolution: {integrity: sha512-2/w+q8jszv9Ww1c+6uJT3OwqhdmGP2/4T17cu8WuwyUuuaCDDJ2ojdyYwZzCxx0GcsZBhzi3HmH+J5pZNXnd+Q==} + '@rollup/rollup-linux-loong64-musl@4.60.3': + resolution: {integrity: sha512-6lDLl5h4TXpB1mTf2rQWnAk/LcXrx9vBfu/DT5TIPhvMhRWaZ5MxkIc8u4lJAmBo6klTe1ywXIUHFjylW505sg==} cpu: [loong64] os: [linux] libc: [musl] - '@rollup/rollup-linux-ppc64-gnu@4.60.2': - resolution: {integrity: sha512-11+aL5vKheYgczxtPVVRhdptAM2H7fcDR5Gw4/bTcteuZBlH4oP9f5s9zYO9aGZvoGeBpqXI/9TZZihZ609wKw==} + '@rollup/rollup-linux-ppc64-gnu@4.60.3': + resolution: {integrity: sha512-BMo8bOw8evlup/8G+cj5xWtPyp93xPdyoSN16Zy90Q2QZ0ZYRhCt6ZJSwbrRzG9HApFabjwj2p25TUPDWrhzqQ==} cpu: [ppc64] os: [linux] libc: [glibc] - '@rollup/rollup-linux-ppc64-musl@4.60.2': - resolution: {integrity: sha512-i16fokAGK46IVZuV8LIIwMdtqhin9hfYkCh8pf8iC3QU3LpwL+1FSFGej+O7l3E/AoknL6Dclh2oTdnRMpTzFQ==} + '@rollup/rollup-linux-ppc64-musl@4.60.3': + resolution: {integrity: sha512-E0L8X1dZN1/Rph+5VPF6Xj2G7JJvMACVXtamTJIDrVI44Y3K+G8gQaMEAavbqCGTa16InptiVrX6eM6pmJ+7qA==} cpu: [ppc64] os: [linux] libc: [musl] - '@rollup/rollup-linux-riscv64-gnu@4.60.2': - resolution: {integrity: sha512-49FkKS6RGQoriDSK/6E2GkAsAuU5kETFCh7pG4yD/ylj9rKhTmO3elsnmBvRD4PgJPds5W2PkhC82aVwmUcJ7A==} + '@rollup/rollup-linux-riscv64-gnu@4.60.3': + resolution: {integrity: sha512-oZJ/WHaVfHUiRAtmTAeo3DcevNsVvH8mbvodjZy7D5QKvCefO371SiKRpxoDcCxB3PTRTLayWBkvmDQKTcX/sw==} cpu: [riscv64] os: [linux] libc: [glibc] - '@rollup/rollup-linux-riscv64-musl@4.60.2': - resolution: {integrity: sha512-mjYNkHPfGpUR00DuM1ZZIgs64Hpf4bWcz9Z41+4Q+pgDx73UwWdAYyf6EG/lRFldmdHHzgrYyge5akFUW0D3mQ==} + '@rollup/rollup-linux-riscv64-musl@4.60.3': + resolution: {integrity: sha512-Dhbyh7j9FybM3YaTgaHmVALwA8AkUwTPccyCQ79TG9AJUsMQqgN1DDEZNr4+QUfwiWvLDumW5vdwzoeUF+TNxQ==} cpu: [riscv64] os: [linux] libc: [musl] - '@rollup/rollup-linux-s390x-gnu@4.60.2': - resolution: {integrity: sha512-ALyvJz965BQk8E9Al/JDKKDLH2kfKFLTGMlgkAbbYtZuJt9LU8DW3ZoDMCtQpXAltZxwBHevXz5u+gf0yA0YoA==} + '@rollup/rollup-linux-s390x-gnu@4.60.3': + resolution: {integrity: sha512-cJd1X5XhHHlltkaypz1UcWLA8AcoIi1aWhsvaWDskD1oz2eKCypnqvTQ8ykMNI0RSmm7NkTdSqSSD7zM0xa6Ig==} cpu: [s390x] os: [linux] libc: [glibc] @@ -2250,45 +2250,45 @@ packages: os: [linux] libc: [glibc] - '@rollup/rollup-linux-x64-gnu@4.60.2': - resolution: {integrity: sha512-UQjrkIdWrKI626Du8lCQ6MJp/6V1LAo2bOK9OTu4mSn8GGXIkPXk/Vsp4bLHCd9Z9Iz2OTEaokUE90VweJgIYQ==} + '@rollup/rollup-linux-x64-gnu@4.60.3': + resolution: {integrity: sha512-DAZDBHQfG2oQuhY7mc6I3/qB4LU2fQCjRvxbDwd/Jdvb9fypP4IJ4qmtu6lNjes6B531AI8cg1aKC2di97bUxA==} cpu: [x64] os: [linux] libc: [glibc] - '@rollup/rollup-linux-x64-musl@4.60.2': - resolution: {integrity: sha512-bTsRGj6VlSdn/XD4CGyzMnzaBs9bsRxy79eTqTCBsA8TMIEky7qg48aPkvJvFe1HyzQ5oMZdg7AnVlWQSKLTnw==} + '@rollup/rollup-linux-x64-musl@4.60.3': + resolution: {integrity: sha512-cRxsE8c13mZOh3vP+wLDxpQBRrOHDIGOWyDL93Sy0Ga8y515fBcC2pjUfFwUe5T7tqvTvWbCpg1URM/AXdWIXA==} cpu: [x64] os: [linux] libc: [musl] - '@rollup/rollup-openbsd-x64@4.60.2': - resolution: {integrity: sha512-6d4Z3534xitaA1FcMWP7mQPq5zGwBmGbhphh2DwaA1aNIXUu3KTOfwrWpbwI4/Gr0uANo7NTtaykFyO2hPuFLg==} + '@rollup/rollup-openbsd-x64@4.60.3': + resolution: {integrity: sha512-QaWcIgRxqEdQdhJqW4DJctsH6HCmo5vHxY0krHSX4jMtOqfzC+dqDGuHM87bu4H8JBeibWx7jFz+h6/4C8wA5Q==} cpu: [x64] os: [openbsd] - '@rollup/rollup-openharmony-arm64@4.60.2': - resolution: {integrity: sha512-NetAg5iO2uN7eB8zE5qrZ3CSil+7IJt4WDFLcC75Ymywq1VZVD6qJ6EvNLjZ3rEm6gB7XW5JdT60c6MN35Z85Q==} + '@rollup/rollup-openharmony-arm64@4.60.3': + resolution: {integrity: sha512-AaXwSvUi3QIPtroAUw1t5yHGIyqKEXwH54WUocFolZhpGDruJcs8c+xPNDRn4XiQsS7MEwnYsHW2l0MBLDMkWg==} cpu: [arm64] os: [openharmony] - '@rollup/rollup-win32-arm64-msvc@4.60.2': - resolution: {integrity: sha512-NCYhOotpgWZ5kdxCZsv6Iudx0wX8980Q/oW4pNFNihpBKsDbEA1zpkfxJGC0yugsUuyDZ7gL37dbzwhR0VI7pQ==} + '@rollup/rollup-win32-arm64-msvc@4.60.3': + resolution: {integrity: sha512-65LAKM/bAWDqKNEelHlcHvm2V+Vfb8C6INFxQXRHCvaVN1rJfwr4NvdP4FyzUaLqWfaCGaadf6UbTm8xJeYfEg==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.60.2': - resolution: {integrity: sha512-RXsaOqXxfoUBQoOgvmmijVxJnW2IGB0eoMO7F8FAjaj0UTywUO/luSqimWBJn04WNgUkeNhh7fs7pESXajWmkg==} + '@rollup/rollup-win32-ia32-msvc@4.60.3': + resolution: {integrity: sha512-EEM2gyhBF5MFnI6vMKdX1LAosE627RGBzIoGMdLloPZkXrUN0Ckqgr2Qi8+J3zip/8NVVro3/FjB+tjhZUgUHA==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-gnu@4.60.2': - resolution: {integrity: sha512-qdAzEULD+/hzObedtmV6iBpdL5TIbKVztGiK7O3/KYSf+HIzU257+MX1EXJcyIiDbMAqmbwaufcYPvyRryeZtA==} + '@rollup/rollup-win32-x64-gnu@4.60.3': + resolution: {integrity: sha512-E5Eb5H/DpxaoXH++Qkv28RcUJboMopmdDUALBczvHMf7hNIxaDZqwY5lK12UK1BHacSmvupoEWGu+n993Z0y1A==} cpu: [x64] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.60.2': - resolution: {integrity: sha512-Nd/SgG27WoA9e+/TdK74KnHz852TLa94ovOYySo/yMPuTmpckK/jIF2jSwS3g7ELSKXK13/cVdmg1Z/DaCWKxA==} + '@rollup/rollup-win32-x64-msvc@4.60.3': + resolution: {integrity: sha512-hPt/bgL5cE+Qp+/TPHBqptcAgPzgj46mPcg/16zNUmbQk0j+mOEQV/+Lqu8QRtDV3Ek95Q6FeFITpuhl6OTsAA==} cpu: [x64] os: [win32] @@ -4258,8 +4258,8 @@ packages: ember-truth-helpers@5.0.0: resolution: {integrity: sha512-PnQd6D6hvlNC3k6gBu0SC2cvfXX6wH6W0nToomIIoxqyrD5cllk0zBh/j/1H0KsczVCWeuF9PWj5xJgL4jQAGg==} - embroider-css-modules@4.0.3: - resolution: {integrity: sha512-qCThsNycab1+RcCV5XN7Henh/YNl9UmWcw2Um0LQzS6N5ZgdxtYz+ywhxVygM7tdei9NlOVzmcTHZO7ZXIAkdA==} + embroider-css-modules@4.0.4: + resolution: {integrity: sha512-us2SXQNuv30ZXklr1LdZ/wb5OlEp6NxRH+635JZCgsrB4HoWHEVhYQ/OoRazUwNmCOH7LzRGZ1zUvUoCTqTFEg==} engines: {node: 22.* || >= 24} emoji-regex@10.6.0: @@ -6081,8 +6081,8 @@ packages: resolution: {integrity: sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==} engines: {node: ^20.17.0 || >=22.9.0} - nanoid@3.3.11: - resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} + nanoid@3.3.12: + resolution: {integrity: sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true @@ -6570,8 +6570,8 @@ packages: postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - postcss@8.5.12: - resolution: {integrity: sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==} + postcss@8.5.14: + resolution: {integrity: sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==} engines: {node: ^10 || ^12 || >=14} prelude-ls@1.2.1: @@ -6894,8 +6894,8 @@ packages: peerDependencies: rollup: '>=1.1.2' - rollup@4.60.2: - resolution: {integrity: sha512-J9qZyW++QK/09NyN/zeO0dG/1GdGfyp9lV8ajHnRVLfo/uFsbji5mHnDgn/qYdUHyCkM2N+8VyspgZclfAh0eQ==} + rollup@4.60.3: + resolution: {integrity: sha512-pAQK9HalE84QSm4Po3EmWIZPd3FnjkShVkiMlz1iligWYkWQ7wHYd1PF/T7QZ5TVSD6uSTon5gBVMSM4JfBV+A==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -7376,8 +7376,8 @@ packages: peerDependencies: stylelint: ^16.18.0 || ^17.0.0 - stylelint@17.9.1: - resolution: {integrity: sha512-THTmnAPJTrg/JhkTWZlSyrO+HUYMx6ELthIHeMyD2WOKqXIJUFQv2Yxn91bvUrZdbBJaW2dUuQdPST2wcQ6C3g==} + stylelint@17.11.0: + resolution: {integrity: sha512-/3czzmbF9XdGWvReDF3Ex4R23Ajolo7j8RB2bFNEqk6Ht356nlpVV+G5bG2Qt8AW1ofJzXztBRDnAtd7cgowWA==} engines: {node: '>=20.19.0'} hasBin: true @@ -7614,8 +7614,8 @@ packages: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} engines: {node: '>= 0.8.0'} - type-css-modules@3.2.2: - resolution: {integrity: sha512-xQ2/ZjxJwlIT7ADdih+UIkdkR8Ltoc/VuWC6wqHSYIwDdmcQa/BC11A/nrHVLDvqbWfYvAaXa0CiTlLZw+eb8g==} + type-css-modules@3.2.4: + resolution: {integrity: sha512-vWz9+PgwHVe7zNTCcEjj+EU6wBlbsCJvHWs09pGfKh9fPy5XnHkETqWptUGb5XMmXliyTKROMvjv8cEdReoBsA==} engines: {node: 22.* || >= 24} hasBin: true @@ -7753,8 +7753,8 @@ packages: peerDependencies: browserslist: '>= 4.21.0' - update-workspace-root-version@3.0.1: - resolution: {integrity: sha512-aFhJUD2eFRJSrbB8u4iHjkXgGrbc+G2PlOb6Q4R0oren/Aev5bimDeXMVi4GR/83DfhPvuV5ol7jiyG4smYriQ==} + update-workspace-root-version@3.0.2: + resolution: {integrity: sha512-K53CUtAfs6tcnMNkokKFW30kscaLENQhuwMGJ4kNG0dotTbGRj4pJV8D9q2KsU5MaSwYwV15GK7dz79+i/Wzcg==} engines: {node: 22.* || >= 24} hasBin: true @@ -8079,8 +8079,8 @@ packages: peerDependencies: yaml: ^2.3.0 - yaml@2.8.3: - resolution: {integrity: sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==} + yaml@2.8.4: + resolution: {integrity: sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==} engines: {node: '>= 14.6'} hasBin: true @@ -9162,7 +9162,7 @@ snapshots: '@ember/string@4.0.1': {} - '@ember/test-helpers@5.4.1(@babel/core@7.29.0)(@glint/template@1.7.7)': + '@ember/test-helpers@5.4.2(@babel/core@7.29.0)(@glint/template@1.7.7)': dependencies: '@ember/test-waiters': 4.1.1(@babel/core@7.29.0)(@glint/template@1.7.7) '@embroider/addon-shim': 1.10.2 @@ -9184,20 +9184,20 @@ snapshots: - '@glint/template' - supports-color - '@embroider/addon-dev@8.3.0(@glint/template@1.7.7)(rollup@4.60.2)': + '@embroider/addon-dev@8.3.0(@glint/template@1.7.7)(rollup@4.60.3)': dependencies: '@embroider/core': 4.4.7(@glint/template@1.7.7) - '@rollup/pluginutils': 5.3.0(rollup@4.60.2) + '@rollup/pluginutils': 5.3.0(rollup@4.60.3) content-tag: 4.1.1 execa: 5.1.1 fs-extra: 10.1.0 minimatch: 3.1.5 package-up: 5.0.0 - rollup-plugin-copy-assets: 2.0.3(rollup@4.60.2) + rollup-plugin-copy-assets: 2.0.3(rollup@4.60.3) walk-sync: 3.0.0 yargs: 17.7.2 optionalDependencies: - rollup: 4.60.2 + rollup: 4.60.3 transitivePeerDependencies: - '@glint/template' - bufferutil @@ -9500,7 +9500,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@embroider/vite@1.7.2(@embroider/core@4.4.7(@glint/template@1.7.7))(@glint/template@1.7.7)(vite@8.0.10(@types/node@25.6.0)(jiti@2.6.1)(terser@5.46.2)(yaml@2.8.3))': + '@embroider/vite@1.7.2(@embroider/core@4.4.7(@glint/template@1.7.7))(@glint/template@1.7.7)(vite@8.0.10(@types/node@25.6.0)(jiti@2.6.1)(terser@5.46.2)(yaml@2.8.4))': dependencies: '@babel/core': 7.29.0(supports-color@8.1.1) '@embroider/core': 4.4.7(@glint/template@1.7.7) @@ -9518,7 +9518,7 @@ snapshots: send: 0.18.0 source-map-url: 0.4.1 terser: 5.46.2 - vite: 8.0.10(@types/node@25.6.0)(jiti@2.6.1)(terser@5.46.2)(yaml@2.8.3) + vite: 8.0.10(@types/node@25.6.0)(jiti@2.6.1)(terser@5.46.2)(yaml@2.8.4) transitivePeerDependencies: - '@glint/template' - bufferutil @@ -9791,11 +9791,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@ijlee2-frontend-configs/stylelint@3.1.2(stylelint@17.9.1(typescript@5.9.3))': + '@ijlee2-frontend-configs/stylelint@3.1.2(stylelint@17.11.0(typescript@5.9.3))': dependencies: - stylelint: 17.9.1(typescript@5.9.3) - stylelint-config-standard: 40.0.0(stylelint@17.9.1(typescript@5.9.3)) - stylelint-order: 8.1.1(stylelint@17.9.1(typescript@5.9.3)) + stylelint: 17.11.0(typescript@5.9.3) + stylelint-config-standard: 40.0.0(stylelint@17.11.0(typescript@5.9.3)) + stylelint-order: 8.1.1(stylelint@17.11.0(typescript@5.9.3)) '@inquirer/ansi@2.0.5': {} @@ -10093,48 +10093,48 @@ snapshots: '@package-json/types@0.0.12': {} - '@percy/cli-app@1.31.12(typescript@5.9.3)': + '@percy/cli-app@1.31.13(typescript@5.9.3)': dependencies: - '@percy/cli-command': 1.31.12(typescript@5.9.3) - '@percy/cli-exec': 1.31.12(typescript@5.9.3) + '@percy/cli-command': 1.31.13(typescript@5.9.3) + '@percy/cli-exec': 1.31.13(typescript@5.9.3) transitivePeerDependencies: - bufferutil - supports-color - typescript - utf-8-validate - '@percy/cli-build@1.31.12(typescript@5.9.3)': + '@percy/cli-build@1.31.13(typescript@5.9.3)': dependencies: - '@percy/cli-command': 1.31.12(typescript@5.9.3) + '@percy/cli-command': 1.31.13(typescript@5.9.3) transitivePeerDependencies: - typescript - '@percy/cli-command@1.31.12(typescript@5.9.3)': + '@percy/cli-command@1.31.13(typescript@5.9.3)': dependencies: - '@percy/config': 1.31.12(typescript@5.9.3) - '@percy/core': 1.31.12(typescript@5.9.3) - '@percy/logger': 1.31.12 + '@percy/config': 1.31.13(typescript@5.9.3) + '@percy/core': 1.31.13(typescript@5.9.3) + '@percy/logger': 1.31.13 transitivePeerDependencies: - bufferutil - supports-color - typescript - utf-8-validate - '@percy/cli-config@1.31.12(typescript@5.9.3)': + '@percy/cli-config@1.31.13(typescript@5.9.3)': dependencies: - '@percy/cli-command': 1.31.12(typescript@5.9.3) + '@percy/cli-command': 1.31.13(typescript@5.9.3) transitivePeerDependencies: - typescript - '@percy/cli-doctor@1.31.12(typescript@5.9.3)': + '@percy/cli-doctor@1.31.13(typescript@5.9.3)': dependencies: - '@percy/cli-command': 1.31.12(typescript@5.9.3) - '@percy/client': 1.31.12(typescript@5.9.3) - '@percy/config': 1.31.12(typescript@5.9.3) - '@percy/core': 1.31.12(typescript@5.9.3) - '@percy/env': 1.31.12 - '@percy/logger': 1.31.12 - '@percy/monitoring': 1.31.12(typescript@5.9.3) + '@percy/cli-command': 1.31.13(typescript@5.9.3) + '@percy/client': 1.31.13(typescript@5.9.3) + '@percy/config': 1.31.13(typescript@5.9.3) + '@percy/core': 1.31.13(typescript@5.9.3) + '@percy/env': 1.31.13 + '@percy/logger': 1.31.13 + '@percy/monitoring': 1.31.13(typescript@5.9.3) minimatch: 9.0.9 ws: 8.20.0 transitivePeerDependencies: @@ -10143,10 +10143,10 @@ snapshots: - typescript - utf-8-validate - '@percy/cli-exec@1.31.12(typescript@5.9.3)': + '@percy/cli-exec@1.31.13(typescript@5.9.3)': dependencies: - '@percy/cli-command': 1.31.12(typescript@5.9.3) - '@percy/logger': 1.31.12 + '@percy/cli-command': 1.31.13(typescript@5.9.3) + '@percy/logger': 1.31.13 cross-spawn: 7.0.6 which: 2.0.2 transitivePeerDependencies: @@ -10155,67 +10155,67 @@ snapshots: - typescript - utf-8-validate - '@percy/cli-snapshot@1.31.12(typescript@5.9.3)': + '@percy/cli-snapshot@1.31.13(typescript@5.9.3)': dependencies: - '@percy/cli-command': 1.31.12(typescript@5.9.3) - yaml: 2.8.3 + '@percy/cli-command': 1.31.13(typescript@5.9.3) + yaml: 2.8.4 transitivePeerDependencies: - typescript - '@percy/cli-upload@1.31.12(typescript@5.9.3)': + '@percy/cli-upload@1.31.13(typescript@5.9.3)': dependencies: - '@percy/cli-command': 1.31.12(typescript@5.9.3) + '@percy/cli-command': 1.31.13(typescript@5.9.3) fast-glob: 3.3.3 image-size: 1.2.1 transitivePeerDependencies: - typescript - '@percy/cli@1.31.12(typescript@5.9.3)': - dependencies: - '@percy/cli-app': 1.31.12(typescript@5.9.3) - '@percy/cli-build': 1.31.12(typescript@5.9.3) - '@percy/cli-command': 1.31.12(typescript@5.9.3) - '@percy/cli-config': 1.31.12(typescript@5.9.3) - '@percy/cli-doctor': 1.31.12(typescript@5.9.3) - '@percy/cli-exec': 1.31.12(typescript@5.9.3) - '@percy/cli-snapshot': 1.31.12(typescript@5.9.3) - '@percy/cli-upload': 1.31.12(typescript@5.9.3) - '@percy/client': 1.31.12(typescript@5.9.3) - '@percy/logger': 1.31.12 + '@percy/cli@1.31.13(typescript@5.9.3)': + dependencies: + '@percy/cli-app': 1.31.13(typescript@5.9.3) + '@percy/cli-build': 1.31.13(typescript@5.9.3) + '@percy/cli-command': 1.31.13(typescript@5.9.3) + '@percy/cli-config': 1.31.13(typescript@5.9.3) + '@percy/cli-doctor': 1.31.13(typescript@5.9.3) + '@percy/cli-exec': 1.31.13(typescript@5.9.3) + '@percy/cli-snapshot': 1.31.13(typescript@5.9.3) + '@percy/cli-upload': 1.31.13(typescript@5.9.3) + '@percy/client': 1.31.13(typescript@5.9.3) + '@percy/logger': 1.31.13 transitivePeerDependencies: - bufferutil - supports-color - typescript - utf-8-validate - '@percy/client@1.31.12(typescript@5.9.3)': + '@percy/client@1.31.13(typescript@5.9.3)': dependencies: - '@percy/config': 1.31.12(typescript@5.9.3) - '@percy/env': 1.31.12 - '@percy/logger': 1.31.12 + '@percy/config': 1.31.13(typescript@5.9.3) + '@percy/env': 1.31.13 + '@percy/logger': 1.31.13 pac-proxy-agent: 7.2.0 pako: 2.1.0 transitivePeerDependencies: - supports-color - typescript - '@percy/config@1.31.12(typescript@5.9.3)': + '@percy/config@1.31.13(typescript@5.9.3)': dependencies: - '@percy/logger': 1.31.12 + '@percy/logger': 1.31.13 ajv: 8.20.0 cosmiconfig: 8.3.6(typescript@5.9.3) - yaml: 2.8.3 + yaml: 2.8.4 transitivePeerDependencies: - typescript - '@percy/core@1.31.12(typescript@5.9.3)': + '@percy/core@1.31.13(typescript@5.9.3)': dependencies: - '@percy/client': 1.31.12(typescript@5.9.3) - '@percy/config': 1.31.12(typescript@5.9.3) - '@percy/dom': 1.31.12 - '@percy/logger': 1.31.12 - '@percy/monitoring': 1.31.12(typescript@5.9.3) - '@percy/webdriver-utils': 1.31.12(typescript@5.9.3) + '@percy/client': 1.31.13(typescript@5.9.3) + '@percy/config': 1.31.13(typescript@5.9.3) + '@percy/dom': 1.31.13 + '@percy/logger': 1.31.13 + '@percy/monitoring': 1.31.13(typescript@5.9.3) + '@percy/webdriver-utils': 1.31.13(typescript@5.9.3) content-disposition: 0.5.4 cross-spawn: 7.0.6 extract-zip: 2.0.1 @@ -10226,20 +10226,20 @@ snapshots: path-to-regexp: 6.3.0 rimraf: 3.0.2 ws: 8.20.0 - yaml: 2.8.3 + yaml: 2.8.4 optionalDependencies: - '@percy/cli-doctor': 1.31.12(typescript@5.9.3) + '@percy/cli-doctor': 1.31.13(typescript@5.9.3) transitivePeerDependencies: - bufferutil - supports-color - typescript - utf-8-validate - '@percy/dom@1.31.12': {} + '@percy/dom@1.31.13': {} '@percy/ember@5.0.1(@babel/core@7.29.0)(@glint/template@1.7.7)(webpack@5.106.2)': dependencies: - '@percy/sdk-utils': 1.31.12 + '@percy/sdk-utils': 1.31.13 ember-auto-import: 2.13.1(@glint/template@1.7.7)(webpack@5.106.2) ember-cli-babel: 8.3.1(@babel/core@7.29.0) transitivePeerDependencies: @@ -10248,32 +10248,32 @@ snapshots: - supports-color - webpack - '@percy/env@1.31.12': + '@percy/env@1.31.13': dependencies: - '@percy/logger': 1.31.12 + '@percy/logger': 1.31.13 - '@percy/logger@1.31.12': {} + '@percy/logger@1.31.13': {} - '@percy/monitoring@1.31.12(typescript@5.9.3)': + '@percy/monitoring@1.31.13(typescript@5.9.3)': dependencies: - '@percy/config': 1.31.12(typescript@5.9.3) - '@percy/logger': 1.31.12 - '@percy/sdk-utils': 1.31.12 + '@percy/config': 1.31.13(typescript@5.9.3) + '@percy/logger': 1.31.13 + '@percy/sdk-utils': 1.31.13 systeminformation: 5.31.5 transitivePeerDependencies: - supports-color - typescript - '@percy/sdk-utils@1.31.12': + '@percy/sdk-utils@1.31.13': dependencies: pac-proxy-agent: 7.2.0 transitivePeerDependencies: - supports-color - '@percy/webdriver-utils@1.31.12(typescript@5.9.3)': + '@percy/webdriver-utils@1.31.13(typescript@5.9.3)': dependencies: - '@percy/config': 1.31.12(typescript@5.9.3) - '@percy/sdk-utils': 1.31.12 + '@percy/config': 1.31.13(typescript@5.9.3) + '@percy/sdk-utils': 1.31.13 transitivePeerDependencies: - supports-color - typescript @@ -10343,100 +10343,100 @@ snapshots: '@rolldown/pluginutils@1.0.0-rc.17': {} - '@rollup/plugin-babel@7.0.0(@babel/core@7.29.0)(rollup@4.60.2)': + '@rollup/plugin-babel@7.0.0(@babel/core@7.29.0)(rollup@4.60.3)': dependencies: '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-module-imports': 7.28.6(supports-color@8.1.1) - '@rollup/pluginutils': 5.3.0(rollup@4.60.2) + '@rollup/pluginutils': 5.3.0(rollup@4.60.3) optionalDependencies: - rollup: 4.60.2 + rollup: 4.60.3 transitivePeerDependencies: - supports-color - '@rollup/pluginutils@5.3.0(rollup@4.60.2)': + '@rollup/pluginutils@5.3.0(rollup@4.60.3)': dependencies: '@types/estree': 1.0.8 estree-walker: 2.0.2 picomatch: 4.0.4 optionalDependencies: - rollup: 4.60.2 + rollup: 4.60.3 - '@rollup/rollup-android-arm-eabi@4.60.2': + '@rollup/rollup-android-arm-eabi@4.60.3': optional: true - '@rollup/rollup-android-arm64@4.60.2': + '@rollup/rollup-android-arm64@4.60.3': optional: true - '@rollup/rollup-darwin-arm64@4.60.2': + '@rollup/rollup-darwin-arm64@4.60.3': optional: true - '@rollup/rollup-darwin-x64@4.60.2': + '@rollup/rollup-darwin-x64@4.60.3': optional: true - '@rollup/rollup-freebsd-arm64@4.60.2': + '@rollup/rollup-freebsd-arm64@4.60.3': optional: true - '@rollup/rollup-freebsd-x64@4.60.2': + '@rollup/rollup-freebsd-x64@4.60.3': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.60.2': + '@rollup/rollup-linux-arm-gnueabihf@4.60.3': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.60.2': + '@rollup/rollup-linux-arm-musleabihf@4.60.3': optional: true - '@rollup/rollup-linux-arm64-gnu@4.60.2': + '@rollup/rollup-linux-arm64-gnu@4.60.3': optional: true - '@rollup/rollup-linux-arm64-musl@4.60.2': + '@rollup/rollup-linux-arm64-musl@4.60.3': optional: true - '@rollup/rollup-linux-loong64-gnu@4.60.2': + '@rollup/rollup-linux-loong64-gnu@4.60.3': optional: true - '@rollup/rollup-linux-loong64-musl@4.60.2': + '@rollup/rollup-linux-loong64-musl@4.60.3': optional: true - '@rollup/rollup-linux-ppc64-gnu@4.60.2': + '@rollup/rollup-linux-ppc64-gnu@4.60.3': optional: true - '@rollup/rollup-linux-ppc64-musl@4.60.2': + '@rollup/rollup-linux-ppc64-musl@4.60.3': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.60.2': + '@rollup/rollup-linux-riscv64-gnu@4.60.3': optional: true - '@rollup/rollup-linux-riscv64-musl@4.60.2': + '@rollup/rollup-linux-riscv64-musl@4.60.3': optional: true - '@rollup/rollup-linux-s390x-gnu@4.60.2': + '@rollup/rollup-linux-s390x-gnu@4.60.3': optional: true '@rollup/rollup-linux-x64-gnu@4.53.3': optional: true - '@rollup/rollup-linux-x64-gnu@4.60.2': + '@rollup/rollup-linux-x64-gnu@4.60.3': optional: true - '@rollup/rollup-linux-x64-musl@4.60.2': + '@rollup/rollup-linux-x64-musl@4.60.3': optional: true - '@rollup/rollup-openbsd-x64@4.60.2': + '@rollup/rollup-openbsd-x64@4.60.3': optional: true - '@rollup/rollup-openharmony-arm64@4.60.2': + '@rollup/rollup-openharmony-arm64@4.60.3': optional: true - '@rollup/rollup-win32-arm64-msvc@4.60.2': + '@rollup/rollup-win32-arm64-msvc@4.60.3': optional: true - '@rollup/rollup-win32-ia32-msvc@4.60.2': + '@rollup/rollup-win32-ia32-msvc@4.60.3': optional: true - '@rollup/rollup-win32-x64-gnu@4.60.2': + '@rollup/rollup-win32-x64-gnu@4.60.3': optional: true - '@rollup/rollup-win32-x64-msvc@4.60.2': + '@rollup/rollup-win32-x64-msvc@4.60.3': optional: true '@sec-ant/readable-stream@0.4.1': {} @@ -11129,13 +11129,13 @@ snapshots: stubborn-fs: 2.0.0 when-exit: 2.1.5 - autoprefixer@10.5.0(postcss@8.5.12): + autoprefixer@10.5.0(postcss@8.5.14): dependencies: browserslist: 4.28.2 caniuse-lite: 1.0.30001791 fraction.js: 5.3.4 picocolors: 1.1.1 - postcss: 8.5.12 + postcss: 8.5.14 postcss-value-parser: 4.2.0 available-typed-arrays@1.0.7: @@ -12111,13 +12111,13 @@ snapshots: css-loader@5.2.7(webpack@5.106.2): dependencies: - icss-utils: 5.1.0(postcss@8.5.12) + icss-utils: 5.1.0(postcss@8.5.14) loader-utils: 2.0.4 - postcss: 8.5.12 - postcss-modules-extract-imports: 3.1.0(postcss@8.5.12) - postcss-modules-local-by-default: 4.2.0(postcss@8.5.12) - postcss-modules-scope: 3.2.1(postcss@8.5.12) - postcss-modules-values: 4.0.0(postcss@8.5.12) + postcss: 8.5.14 + postcss-modules-extract-imports: 3.1.0(postcss@8.5.14) + postcss-modules-local-by-default: 4.2.0(postcss@8.5.14) + postcss-modules-scope: 3.2.1(postcss@8.5.14) + postcss-modules-values: 4.0.0(postcss@8.5.14) postcss-value-parser: 4.2.0 schema-utils: 3.3.0 semver: 7.7.4 @@ -12422,9 +12422,9 @@ snapshots: - '@babel/core' - supports-color - ember-a11y-testing@8.0.0(@babel/core@7.29.0)(@ember/test-helpers@5.4.1(@babel/core@7.29.0)(@glint/template@1.7.7))(@ember/test-waiters@4.1.1(@babel/core@7.29.0)(@glint/template@1.7.7))(axe-core@4.11.4)(qunit@2.25.0): + ember-a11y-testing@8.0.0(@babel/core@7.29.0)(@ember/test-helpers@5.4.2(@babel/core@7.29.0)(@glint/template@1.7.7))(@ember/test-waiters@4.1.1(@babel/core@7.29.0)(@glint/template@1.7.7))(axe-core@4.11.4)(qunit@2.25.0): dependencies: - '@ember/test-helpers': 5.4.1(@babel/core@7.29.0)(@glint/template@1.7.7) + '@ember/test-helpers': 5.4.2(@babel/core@7.29.0)(@glint/template@1.7.7) '@ember/test-waiters': 4.1.1(@babel/core@7.29.0)(@glint/template@1.7.7) '@embroider/addon-shim': 1.10.2 axe-core: 4.11.4 @@ -12851,7 +12851,7 @@ snapshots: transitivePeerDependencies: - supports-color - ember-primitives@0.57.0(@babel/core@7.29.0)(@ember/test-helpers@5.4.1(@babel/core@7.29.0)(@glint/template@1.7.7))(@ember/test-waiters@4.1.1(@babel/core@7.29.0)(@glint/template@1.7.7))(@glimmer/component@2.1.1)(@glint/template@1.7.7)(ember-modifier@4.3.0(@babel/core@7.29.0))(ember-resources@7.0.7(@babel/core@7.29.0)(@glimmer/component@2.1.1)(@glint/template@1.7.7)): + ember-primitives@0.57.0(@babel/core@7.29.0)(@ember/test-helpers@5.4.2(@babel/core@7.29.0)(@glint/template@1.7.7))(@ember/test-waiters@4.1.1(@babel/core@7.29.0)(@glint/template@1.7.7))(@glimmer/component@2.1.1)(@glint/template@1.7.7)(ember-modifier@4.3.0(@babel/core@7.29.0))(ember-resources@7.0.7(@babel/core@7.29.0)(@glimmer/component@2.1.1)(@glint/template@1.7.7)): dependencies: '@babel/runtime': 7.29.2 '@ember/test-waiters': 4.1.1(@babel/core@7.29.0)(@glint/template@1.7.7) @@ -12870,15 +12870,15 @@ snapshots: tracked-toolbox: 3.0.0(@babel/core@7.29.0) which-heading-do-i-need: 0.2.7 optionalDependencies: - '@ember/test-helpers': 5.4.1(@babel/core@7.29.0)(@glint/template@1.7.7) + '@ember/test-helpers': 5.4.2(@babel/core@7.29.0)(@glint/template@1.7.7) '@glint/template': 1.7.7 transitivePeerDependencies: - '@babel/core' - supports-color - ember-qunit@9.0.4(@babel/core@7.29.0)(@ember/test-helpers@5.4.1(@babel/core@7.29.0)(@glint/template@1.7.7))(@glint/template@1.7.7)(qunit@2.25.0): + ember-qunit@9.0.4(@babel/core@7.29.0)(@ember/test-helpers@5.4.2(@babel/core@7.29.0)(@glint/template@1.7.7))(@glint/template@1.7.7)(qunit@2.25.0): dependencies: - '@ember/test-helpers': 5.4.1(@babel/core@7.29.0)(@glint/template@1.7.7) + '@ember/test-helpers': 5.4.2(@babel/core@7.29.0)(@glint/template@1.7.7) '@embroider/addon-shim': 1.10.2 '@embroider/macros': 1.20.2(@babel/core@7.29.0)(@glint/template@1.7.7) qunit: 2.25.0 @@ -12992,7 +12992,7 @@ snapshots: transitivePeerDependencies: - supports-color - embroider-css-modules@4.0.3(@babel/core@7.29.0): + embroider-css-modules@4.0.4(@babel/core@7.29.0): dependencies: '@embroider/addon-shim': 1.10.2 decorator-transforms: 2.3.2(@babel/core@7.29.0) @@ -14276,9 +14276,9 @@ snapshots: dependencies: safer-buffer: 2.1.2 - icss-utils@5.1.0(postcss@8.5.12): + icss-utils@5.1.0(postcss@8.5.14): dependencies: - postcss: 8.5.12 + postcss: 8.5.14 ignore@5.3.2: {} @@ -15067,7 +15067,7 @@ snapshots: mute-stream@3.0.0: {} - nanoid@3.3.11: {} + nanoid@3.3.12: {} nanomatch@1.2.13: dependencies: @@ -15500,56 +15500,56 @@ snapshots: possible-typed-array-names@1.1.0: {} - postcss-loader@8.2.1(postcss@8.5.12)(typescript@5.9.3)(webpack@5.106.2): + postcss-loader@8.2.1(postcss@8.5.14)(typescript@5.9.3)(webpack@5.106.2): dependencies: cosmiconfig: 9.0.1(typescript@5.9.3) jiti: 2.6.1 - postcss: 8.5.12 + postcss: 8.5.14 semver: 7.7.4 optionalDependencies: webpack: 5.106.2 transitivePeerDependencies: - typescript - postcss-modules-extract-imports@3.1.0(postcss@8.5.12): + postcss-modules-extract-imports@3.1.0(postcss@8.5.14): dependencies: - postcss: 8.5.12 + postcss: 8.5.14 - postcss-modules-local-by-default@4.2.0(postcss@8.5.12): + postcss-modules-local-by-default@4.2.0(postcss@8.5.14): dependencies: - icss-utils: 5.1.0(postcss@8.5.12) - postcss: 8.5.12 + icss-utils: 5.1.0(postcss@8.5.14) + postcss: 8.5.14 postcss-selector-parser: 7.1.1 postcss-value-parser: 4.2.0 - postcss-modules-scope@3.2.1(postcss@8.5.12): + postcss-modules-scope@3.2.1(postcss@8.5.14): dependencies: - postcss: 8.5.12 + postcss: 8.5.14 postcss-selector-parser: 7.1.1 - postcss-modules-values@4.0.0(postcss@8.5.12): + postcss-modules-values@4.0.0(postcss@8.5.14): dependencies: - icss-utils: 5.1.0(postcss@8.5.12) - postcss: 8.5.12 + icss-utils: 5.1.0(postcss@8.5.14) + postcss: 8.5.14 - postcss-safe-parser@7.0.1(postcss@8.5.12): + postcss-safe-parser@7.0.1(postcss@8.5.14): dependencies: - postcss: 8.5.12 + postcss: 8.5.14 postcss-selector-parser@7.1.1: dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 - postcss-sorting@10.0.0(postcss@8.5.12): + postcss-sorting@10.0.0(postcss@8.5.14): dependencies: - postcss: 8.5.12 + postcss: 8.5.14 postcss-value-parser@4.2.0: {} - postcss@8.5.12: + postcss@8.5.14: dependencies: - nanoid: 3.3.11 + nanoid: 3.3.12 picocolors: 1.1.1 source-map-js: 1.2.1 @@ -15881,40 +15881,40 @@ snapshots: '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.17 '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.17 - rollup-plugin-copy-assets@2.0.3(rollup@4.60.2): + rollup-plugin-copy-assets@2.0.3(rollup@4.60.3): dependencies: fs-extra: 7.0.1 - rollup: 4.60.2 + rollup: 4.60.3 - rollup@4.60.2: + rollup@4.60.3: dependencies: '@types/estree': 1.0.8 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.60.2 - '@rollup/rollup-android-arm64': 4.60.2 - '@rollup/rollup-darwin-arm64': 4.60.2 - '@rollup/rollup-darwin-x64': 4.60.2 - '@rollup/rollup-freebsd-arm64': 4.60.2 - '@rollup/rollup-freebsd-x64': 4.60.2 - '@rollup/rollup-linux-arm-gnueabihf': 4.60.2 - '@rollup/rollup-linux-arm-musleabihf': 4.60.2 - '@rollup/rollup-linux-arm64-gnu': 4.60.2 - '@rollup/rollup-linux-arm64-musl': 4.60.2 - '@rollup/rollup-linux-loong64-gnu': 4.60.2 - '@rollup/rollup-linux-loong64-musl': 4.60.2 - '@rollup/rollup-linux-ppc64-gnu': 4.60.2 - '@rollup/rollup-linux-ppc64-musl': 4.60.2 - '@rollup/rollup-linux-riscv64-gnu': 4.60.2 - '@rollup/rollup-linux-riscv64-musl': 4.60.2 - '@rollup/rollup-linux-s390x-gnu': 4.60.2 - '@rollup/rollup-linux-x64-gnu': 4.60.2 - '@rollup/rollup-linux-x64-musl': 4.60.2 - '@rollup/rollup-openbsd-x64': 4.60.2 - '@rollup/rollup-openharmony-arm64': 4.60.2 - '@rollup/rollup-win32-arm64-msvc': 4.60.2 - '@rollup/rollup-win32-ia32-msvc': 4.60.2 - '@rollup/rollup-win32-x64-gnu': 4.60.2 - '@rollup/rollup-win32-x64-msvc': 4.60.2 + '@rollup/rollup-android-arm-eabi': 4.60.3 + '@rollup/rollup-android-arm64': 4.60.3 + '@rollup/rollup-darwin-arm64': 4.60.3 + '@rollup/rollup-darwin-x64': 4.60.3 + '@rollup/rollup-freebsd-arm64': 4.60.3 + '@rollup/rollup-freebsd-x64': 4.60.3 + '@rollup/rollup-linux-arm-gnueabihf': 4.60.3 + '@rollup/rollup-linux-arm-musleabihf': 4.60.3 + '@rollup/rollup-linux-arm64-gnu': 4.60.3 + '@rollup/rollup-linux-arm64-musl': 4.60.3 + '@rollup/rollup-linux-loong64-gnu': 4.60.3 + '@rollup/rollup-linux-loong64-musl': 4.60.3 + '@rollup/rollup-linux-ppc64-gnu': 4.60.3 + '@rollup/rollup-linux-ppc64-musl': 4.60.3 + '@rollup/rollup-linux-riscv64-gnu': 4.60.3 + '@rollup/rollup-linux-riscv64-musl': 4.60.3 + '@rollup/rollup-linux-s390x-gnu': 4.60.3 + '@rollup/rollup-linux-x64-gnu': 4.60.3 + '@rollup/rollup-linux-x64-musl': 4.60.3 + '@rollup/rollup-openbsd-x64': 4.60.3 + '@rollup/rollup-openharmony-arm64': 4.60.3 + '@rollup/rollup-win32-arm64-msvc': 4.60.3 + '@rollup/rollup-win32-ia32-msvc': 4.60.3 + '@rollup/rollup-win32-x64-gnu': 4.60.3 + '@rollup/rollup-win32-x64-msvc': 4.60.3 fsevents: 2.3.3 route-recognizer@0.3.4: {} @@ -16476,22 +16476,22 @@ snapshots: styled_string@0.0.1: {} - stylelint-config-recommended@18.0.0(stylelint@17.9.1(typescript@5.9.3)): + stylelint-config-recommended@18.0.0(stylelint@17.11.0(typescript@5.9.3)): dependencies: - stylelint: 17.9.1(typescript@5.9.3) + stylelint: 17.11.0(typescript@5.9.3) - stylelint-config-standard@40.0.0(stylelint@17.9.1(typescript@5.9.3)): + stylelint-config-standard@40.0.0(stylelint@17.11.0(typescript@5.9.3)): dependencies: - stylelint: 17.9.1(typescript@5.9.3) - stylelint-config-recommended: 18.0.0(stylelint@17.9.1(typescript@5.9.3)) + stylelint: 17.11.0(typescript@5.9.3) + stylelint-config-recommended: 18.0.0(stylelint@17.11.0(typescript@5.9.3)) - stylelint-order@8.1.1(stylelint@17.9.1(typescript@5.9.3)): + stylelint-order@8.1.1(stylelint@17.11.0(typescript@5.9.3)): dependencies: - postcss: 8.5.12 - postcss-sorting: 10.0.0(postcss@8.5.12) - stylelint: 17.9.1(typescript@5.9.3) + postcss: 8.5.14 + postcss-sorting: 10.0.0(postcss@8.5.14) + stylelint: 17.11.0(typescript@5.9.3) - stylelint@17.9.1(typescript@5.9.3): + stylelint@17.11.0(typescript@5.9.3): dependencies: '@csstools/css-calc': 3.2.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) @@ -16520,8 +16520,8 @@ snapshots: micromatch: 4.0.8 normalize-path: 3.0.0 picocolors: 1.1.1 - postcss: 8.5.12 - postcss-safe-parser: 7.0.1(postcss@8.5.12) + postcss: 8.5.14 + postcss-safe-parser: 7.0.1(postcss@8.5.14) postcss-selector-parser: 7.1.1 postcss-value-parser: 4.2.0 string-width: 8.2.1 @@ -16622,8 +16622,8 @@ snapshots: tap-yaml@4.4.1: dependencies: - yaml: 2.8.3 - yaml-types: 0.4.0(yaml@2.8.3) + yaml: 2.8.4 + yaml-types: 0.4.0(yaml@2.8.4) tapable@2.3.3: {} @@ -16875,11 +16875,11 @@ snapshots: dependencies: prelude-ls: 1.2.1 - type-css-modules@3.2.2: + type-css-modules@3.2.4: dependencies: '@codemod-utils/files': 4.0.1 css-selector-parser: 3.3.0 - postcss: 8.5.12 + postcss: 8.5.14 yargs: 18.0.0 type-fest@4.41.0: {} @@ -17038,7 +17038,7 @@ snapshots: escalade: 3.2.0 picocolors: 1.1.1 - update-workspace-root-version@3.0.1: + update-workspace-root-version@3.0.2: dependencies: '@codemod-utils/files': 4.0.1 '@codemod-utils/package-json': 4.0.2 @@ -17071,11 +17071,11 @@ snapshots: vary@1.1.2: {} - vite@8.0.10(@types/node@25.6.0)(jiti@2.6.1)(terser@5.46.2)(yaml@2.8.3): + vite@8.0.10(@types/node@25.6.0)(jiti@2.6.1)(terser@5.46.2)(yaml@2.8.4): dependencies: lightningcss: 1.32.0 picomatch: 4.0.4 - postcss: 8.5.12 + postcss: 8.5.14 rolldown: 1.0.0-rc.17 tinyglobby: 0.2.16 optionalDependencies: @@ -17083,7 +17083,7 @@ snapshots: fsevents: 2.3.3 jiti: 2.6.1 terser: 5.46.2 - yaml: 2.8.3 + yaml: 2.8.4 volar-service-html@0.0.70(@volar/language-service@2.4.28): dependencies: @@ -17360,11 +17360,11 @@ snapshots: fs-extra: 4.0.3 lodash.merge: 4.6.2 - yaml-types@0.4.0(yaml@2.8.3): + yaml-types@0.4.0(yaml@2.8.4): dependencies: - yaml: 2.8.3 + yaml: 2.8.4 - yaml@2.8.3: {} + yaml@2.8.4: {} yargs-parser@21.1.1: {} From 282d41eb4edfd0d2f8c7fa1d41f5aae0cae33ebe Mon Sep 17 00:00:00 2001 From: Isaac Lee <16869656+ijlee2@users.noreply.github.com> Date: Wed, 6 May 2026 11:18:41 +0200 Subject: [PATCH 4/4] chore: Added changeset --- .changeset/little-ads-pull.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/little-ads-pull.md diff --git a/.changeset/little-ads-pull.md b/.changeset/little-ads-pull.md new file mode 100644 index 00000000..fe006402 --- /dev/null +++ b/.changeset/little-ads-pull.md @@ -0,0 +1,6 @@ +--- +"docs-app": patch +"test-app": patch +--- + +Updated dependencies