diff --git a/docs-app/package.json b/docs-app/package.json index 73d19ce9..3dc13e1d 100644 --- a/docs-app/package.json +++ b/docs-app/package.json @@ -64,10 +64,10 @@ } }, "devDependencies": { - "@babel/core": "^7.29.0", - "@babel/plugin-transform-runtime": "^7.29.0", - "@babel/plugin-transform-typescript": "^7.28.6", - "@babel/runtime": "^7.28.6", + "@babel/core": "^8.0.0", + "@babel/plugin-transform-runtime": "^8.0.0", + "@babel/plugin-transform-typescript": "^8.0.0", + "@babel/runtime": "^8.0.0", "@ember/app-tsconfig": "^2.0.0", "@ember/optional-features": "^3.0.0", "@ember/string": "^4.0.0", @@ -80,7 +80,7 @@ "@glint/ember-tsc": "^1.1.1", "@glint/template": "1.7.7", "@glint/tsserver-plugin": "^2.1.0", - "@nullvoxpopuli/eslint-configs": "^5.5.0", + "@nullvoxpopuli/eslint-configs": "^6.0.0", "@rollup/plugin-babel": "^7.0.0", "@types/babel__core": "^7.20.5", "@types/babel__standalone": "^7.1.7", @@ -90,16 +90,16 @@ "axe-core": "^4.11.1", "babel-plugin-ember-template-compilation": "^4.0.0", "broccoli-asset-rev": "^3.0.0", - "concurrently": "^9.2.1", + "concurrently": "^10.0.0", "ember-a11y-testing": "^8.0.0", "ember-page-title": "^9.0.3", "ember-qunit": "^9.0.4", "ember-resources": "^7.0.7", - "ember-scoped-css": "^2.0.4", - "ember-source": "^6.10.1", + "ember-scoped-css": "^3.0.0", + "ember-source": "^7.0.0", "ember-template-lint": "^7.9.3", "ember-welcome-page": "^8.0.5", - "eslint": "^9.39.2", + "eslint": "^10.0.0", "file-loader": "^6.2.0", "globby": "^16.1.0", "inter-ui": "^4.0.2", diff --git a/ember-primitives/package.json b/ember-primitives/package.json index 4bdb06cb..893dd08c 100644 --- a/ember-primitives/package.json +++ b/ember-primitives/package.json @@ -49,15 +49,15 @@ }, "devDependencies": { "@arethetypeswrong/cli": "^0.18.0", - "@babel/core": "^7.29.0", + "@babel/core": "^8.0.0", "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-decorators": "^7.29.0", + "@babel/plugin-proposal-decorators": "^8.0.0", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", - "@babel/plugin-syntax-decorators": "^7.28.6", - "@babel/plugin-transform-class-static-block": "^7.28.6", - "@babel/plugin-transform-private-methods": "^7.28.6", - "@babel/plugin-transform-typescript": "^7.28.6", - "@babel/preset-typescript": "^7.28.5", + "@babel/plugin-syntax-decorators": "^8.0.0", + "@babel/plugin-transform-class-static-block": "^8.0.0", + "@babel/plugin-transform-private-methods": "^8.0.0", + "@babel/plugin-transform-typescript": "^8.0.0", + "@babel/preset-typescript": "^8.0.0", "@ember/library-tsconfig": "^2.0.0", "@ember/test-helpers": "^5.4.1", "@ember/test-waiters": "^4.1.0", @@ -68,16 +68,16 @@ "@glint/ember-tsc": "^1.1.1", "@glint/template": "1.7.7", "@glint/tsserver-plugin": "^2.1.0", - "@nullvoxpopuli/eslint-configs": "^5.5.0", + "@nullvoxpopuli/eslint-configs": "^6.0.0", "@rollup/plugin-babel": "^7.0.0", "@tsconfig/ember": "^3.0.12", "babel-plugin-ember-template-compilation": "^4.0.0", - "concurrently": "^9.2.1", + "concurrently": "^10.0.0", "ember-modifier": "^4.3.0", "ember-resources": "^7.0.7", - "ember-source": "^6.10.1", + "ember-source": "^7.0.0", "ember-template-lint": "^7.9.3", - "eslint": "^9.39.2", + "eslint": "^10.0.0", "eslint-plugin-compat": "^7.0.2", "execa": "^9.6.0", "fix-bad-declaration-output": "^1.1.5", diff --git a/package.json b/package.json index db44c458..b4b9dc75 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "test": "turbo run test --output-logs errors-only" }, "devDependencies": { - "@babel/core": "^7.29.0", - "concurrently": "^9.2.1", + "@babel/core": "^8.0.0", + "concurrently": "^10.0.0", "ember-primitives": "workspace:^", "prettier": "^3.8.1", "prettier-plugin-ember-template-tag": "^2.1.3", diff --git a/packages/docs-support/package.json b/packages/docs-support/package.json index 346132fc..7f318e6c 100644 --- a/packages/docs-support/package.json +++ b/packages/docs-support/package.json @@ -63,23 +63,23 @@ "should-handle-link": "^1.2.2" }, "devDependencies": { - "@babel/core": "^7.29.0", - "@babel/plugin-transform-typescript": "^7.28.6", - "@babel/runtime": "^7.28.6", + "@babel/core": "^8.0.0", + "@babel/plugin-transform-typescript": "^8.0.0", + "@babel/runtime": "^8.0.0", "@ember/library-tsconfig": "^2.0.0", "@embroider/addon-dev": "^8.3.0", "@glimmer/component": "^2.0.0", "@glint/ember-tsc": "^1.1.1", "@glint/template": "1.7.7", "@glint/tsserver-plugin": "^2.1.0", - "@nullvoxpopuli/eslint-configs": "^5.5.0", + "@nullvoxpopuli/eslint-configs": "^6.0.0", "@rollup/plugin-babel": "^7.0.0", "babel-plugin-ember-template-compilation": "^4.0.0", - "concurrently": "^9.2.1", - "ember-scoped-css": "^2.0.4", - "ember-source": "^6.10.1", + "concurrently": "^10.0.0", + "ember-scoped-css": "^3.0.0", + "ember-source": "^7.0.0", "ember-template-lint": "^7.9.3", - "eslint": "^9.39.2", + "eslint": "^10.0.0", "prettier": "^3.8.1", "prettier-plugin-ember-template-tag": "^2.1.3", "rollup": "^4.57.1", diff --git a/packages/which-heading-do-i-need/package.json b/packages/which-heading-do-i-need/package.json index 56e9f3b6..3935d2c9 100644 --- a/packages/which-heading-do-i-need/package.json +++ b/packages/which-heading-do-i-need/package.json @@ -37,15 +37,15 @@ "prepack": "rollup --config" }, "devDependencies": { - "@babel/core": "^7.29.0", - "@babel/plugin-transform-typescript": "^7.28.6", - "@babel/runtime": "^7.28.6", + "@babel/core": "^8.0.0", + "@babel/plugin-transform-typescript": "^8.0.0", + "@babel/runtime": "^8.0.0", "@ember/library-tsconfig": "^2.0.0", "@embroider/addon-dev": "^8.3.0", - "@nullvoxpopuli/eslint-configs": "^5.5.0", + "@nullvoxpopuli/eslint-configs": "^6.0.0", "@rollup/plugin-babel": "^7.0.0", - "concurrently": "^9.2.1", - "eslint": "^9.39.2", + "concurrently": "^10.0.0", + "eslint": "^10.0.0", "prettier": "^3.8.1", "rollup": "^4.57.1", "typescript": "^6.0.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 879cb88d..8068d73b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,14 +27,14 @@ importers: .: devDependencies: '@babel/core': - specifier: ^7.29.0 - version: 7.29.0 + specifier: ^8.0.0 + version: 8.0.1 concurrently: - specifier: ^9.2.1 - version: 9.2.1 + specifier: ^10.0.0 + version: 10.0.3 ember-primitives: specifier: workspace:^ - version: file:ember-primitives(5c0eaebf1b4b32661be1beb69576d86a) + version: file:ember-primitives(1046bbf0f3c32c25f595d2a1e38a8f7a) prettier: specifier: ^3.8.1 version: 3.8.3 @@ -55,13 +55,13 @@ importers: dependencies: '@embroider/macros': specifier: ^1.19.7 - version: 1.20.2(c8332dc3f90c0e60eb130a3a85f980b9) + version: 1.20.2(@babel/core@8.0.1)(@glint/template@1.7.7) '@shikijs/rehype': specifier: ^3.22.0 version: 3.23.0 '@universal-ember/docs-support': specifier: workspace:* - version: file:packages/docs-support(9ca6f02f8623dd825a3d0a90a5b42061) + version: file:packages/docs-support(04084b177e6b815f95cfceb9f343b8de) assert: specifier: ^2.0.0 version: 2.1.0 @@ -70,28 +70,28 @@ importers: version: 5.4.4 decorator-transforms: specifier: 2.3.2 - version: 2.3.2(@babel/core@7.29.0) + version: 2.3.2(@babel/core@8.0.1) ember-element-helper: specifier: ^0.8.8 version: 0.8.8 ember-focus-trap: specifier: ^2.0.0 - version: 2.0.0(@babel/core@7.29.0) + version: 2.0.0(@babel/core@8.0.1) ember-mobile-menu: specifier: ^6.0.0 - version: 6.1.0(c0798c5eb304914fe7bcdcc185f995aa) + version: 6.1.0(a1e10da5ca463c0f63958d1e18965279) ember-modifier: specifier: ^4.3.0 - version: 4.3.0(@babel/core@7.29.0) + version: 4.3.0(@babel/core@8.0.1) ember-primitives: specifier: workspace:^ - version: file:ember-primitives(5c0eaebf1b4b32661be1beb69576d86a) + version: file:ember-primitives(1046bbf0f3c32c25f595d2a1e38a8f7a) ember-repl: specifier: ^8.0.0 - version: 8.1.0(ddb9b70054f9e7b8e6e6898e21c22d6b) + version: 8.1.0(6773cfc6a76013e91c9f9029b0a0155d) ember-strict-application-resolver: specifier: ^0.1.1 - version: 0.1.1(@babel/core@7.29.0) + version: 0.1.1(@babel/core@8.0.1) form-data-utils: specifier: ^0.6.0 version: 0.6.0 @@ -106,22 +106,22 @@ importers: version: 2.2.2(highlight.js@11.11.1) kolay: specifier: ^5.1.2 - version: 5.2.0(a417d88aa35fbfb0591a793939686c8f) + version: 5.2.0(4e0baefb2a820e71cea554de4a523b5b) limber-ui: specifier: ^4.1.1 - version: 4.2.1(c8332dc3f90c0e60eb130a3a85f980b9) + version: 4.2.1(@babel/core@8.0.1)(@glint/template@1.7.7) lorem-ipsum: specifier: ^2.0.8 version: 2.0.8 nvp.ui: specifier: ^0.5.3 - version: 0.5.3(@babel/core@7.29.0) + version: 0.5.3(@babel/core@8.0.1) path-browserify: specifier: ^1.0.1 version: 1.0.1 reactiveweb: specifier: ^1.9.1 - version: 1.9.3(4c39b78eb87fdf42795809c3c486aa0d) + version: 1.9.3(99b2d2687bd40fb0d54cf5254e027eb2) shiki: specifier: ^3.22.0 version: 3.23.0 @@ -130,7 +130,7 @@ importers: version: 1.3.0 tracked-built-ins: specifier: ^4.1.0 - version: 4.1.2(@babel/core@7.29.0) + version: 4.1.2(@babel/core@8.0.1) unist-util-visit: specifier: ^5.1.0 version: 5.1.0 @@ -142,17 +142,17 @@ importers: injected: true devDependencies: '@babel/core': - specifier: ^7.29.0 - version: 7.29.0 + specifier: ^8.0.0 + version: 8.0.1 '@babel/plugin-transform-runtime': - specifier: ^7.29.0 - version: 7.29.0(@babel/core@7.29.0) + specifier: ^8.0.0 + version: 8.0.1(@babel/core@8.0.1) '@babel/plugin-transform-typescript': - specifier: ^7.28.6 - version: 7.28.6(@babel/core@7.29.0) + specifier: ^8.0.0 + version: 8.0.1(@babel/core@8.0.1) '@babel/runtime': - specifier: ^7.28.6 - version: 7.29.7 + specifier: ^8.0.0 + version: 8.0.0 '@ember/app-tsconfig': specifier: ^2.0.0 version: 2.0.0 @@ -164,10 +164,10 @@ importers: version: 4.0.1 '@ember/test-helpers': specifier: ^5.4.1 - version: 5.4.2(c8332dc3f90c0e60eb130a3a85f980b9) + version: 5.4.2(@babel/core@8.0.1)(@glint/template@1.7.7) '@ember/test-waiters': specifier: ^4.1.0 - version: 4.1.1(c8332dc3f90c0e60eb130a3a85f980b9) + version: 4.1.1(@babel/core@8.0.1)(@glint/template@1.7.7) '@embroider/core': specifier: ^4.4.3 version: 4.4.7(@glint/template@1.7.7) @@ -190,11 +190,11 @@ importers: specifier: ^2.1.0 version: 2.4.0 '@nullvoxpopuli/eslint-configs': - specifier: ^5.5.0 - version: 5.5.0(b69c9af74b115ce99898080caab65d60) + specifier: ^6.0.0 + version: 6.0.0(1791fd28e208ae6a2422f282872b9686) '@rollup/plugin-babel': specifier: ^7.0.0 - version: 7.0.0(01f2293801eb414d98819a06a52891e1) + version: 7.0.0(044e06f36f2fad28aa47efc202c4131e) '@types/babel__core': specifier: ^7.20.5 version: 7.20.5 @@ -203,7 +203,7 @@ importers: version: 7.1.9 '@types/eslint__js': specifier: ^9.14.0 - version: 9.14.0(eslint@9.39.4(jiti@2.6.1)) + version: 9.14.0(eslint@10.6.0(jiti@2.6.1)) '@types/qunit': specifier: ^2.19.10 version: 2.19.14 @@ -220,23 +220,23 @@ importers: specifier: ^3.0.0 version: 3.0.0 concurrently: - specifier: ^9.2.1 - version: 9.2.1 + specifier: ^10.0.0 + version: 10.0.3 ember-a11y-testing: specifier: ^8.0.0 - version: 8.0.1(f3a1caebf97993b47b945729319b3c77) + version: 8.0.1(53638e0fee203a90240236ff4a2254fb) ember-page-title: specifier: ^9.0.3 version: 9.0.3 ember-qunit: specifier: ^9.0.4 - version: 9.0.4(ebab0724d89cb4dee56a509475ce7ad5) + version: 9.0.4(c10f133538c851d7c5ec82a93b265b7f) ember-resources: specifier: ^7.0.7 - version: 7.0.7(2935cfb77147881c8250be8c1bb7d0d1) + version: 7.0.7(3bd2666cc727fee6cbed78d52aee6f77) ember-scoped-css: - specifier: ^2.0.4 - version: 2.2.2(ember-template-lint@7.9.3) + specifier: ^3.0.0 + version: 3.0.0(ember-template-lint@7.9.3) ember-source: specifier: ^6.10.1 version: 6.12.0(@glimmer/component@2.1.1)(rsvp@4.8.5) @@ -245,10 +245,10 @@ importers: version: 7.9.3 ember-welcome-page: specifier: ^8.0.5 - version: 8.0.5(@babel/core@7.29.0) + version: 8.0.5(@babel/core@8.0.1) eslint: - specifier: ^9.39.2 - version: 9.39.4(jiti@2.6.1) + specifier: ^10.0.0 + version: 10.6.0(jiti@2.6.1) file-loader: specifier: ^6.2.0 version: 6.2.0 @@ -278,7 +278,7 @@ importers: version: 3.5.1 testem: specifier: ^3.17.0 - version: 3.20.0(2ab486bfed6cae50d0f131426edccd70) + version: 3.20.0(a08b8540b6277ad844d252e05c677e2d) typedoc: specifier: ^0.28.15 version: 0.28.19(typescript@6.0.3) @@ -302,7 +302,7 @@ importers: version: 1.7.6 decorator-transforms: specifier: 2.3.2 - version: 2.3.2(@babel/core@7.29.0) + version: 2.3.2(@babel/core@8.0.1) ember-element-helper: specifier: ^0.8.8 version: 0.8.8 @@ -311,7 +311,7 @@ importers: version: 0.6.0 reactiveweb: specifier: ^1.9.1 - version: 1.9.3(4c39b78eb87fdf42795809c3c486aa0d) + version: 1.9.3(99b2d2687bd40fb0d54cf5254e027eb2) should-handle-link: specifier: ^1.2.2 version: 1.3.0 @@ -320,10 +320,10 @@ importers: version: 8.8.0 tracked-built-ins: specifier: ^4.1.0 - version: 4.1.2(@babel/core@7.29.0) + version: 4.1.2(@babel/core@8.0.1) tracked-toolbox: specifier: ^3.0.0 - version: 3.0.0(@babel/core@7.29.0) + version: 3.0.0(@babel/core@8.0.1) which-heading-do-i-need: specifier: workspace:* version: link:../packages/which-heading-do-i-need @@ -332,47 +332,47 @@ importers: specifier: ^0.18.0 version: 0.18.2 '@babel/core': - specifier: ^7.29.0 - version: 7.29.0 + specifier: ^8.0.0 + version: 8.0.1 '@babel/plugin-proposal-class-properties': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.29.0) + version: 7.18.6(@babel/core@8.0.1) '@babel/plugin-proposal-decorators': - specifier: ^7.29.0 - version: 7.29.0(@babel/core@7.29.0) + specifier: ^8.0.0 + version: 8.0.2(@babel/core@8.0.1) '@babel/plugin-proposal-object-rest-spread': specifier: ^7.20.7 - version: 7.20.7(@babel/core@7.29.0) + version: 7.20.7(@babel/core@8.0.1) '@babel/plugin-syntax-decorators': - specifier: ^7.28.6 - version: 7.28.6(@babel/core@7.29.0) + specifier: ^8.0.0 + version: 8.0.1(@babel/core@8.0.1) '@babel/plugin-transform-class-static-block': - specifier: ^7.28.6 - version: 7.28.6(@babel/core@7.29.0) + specifier: ^8.0.0 + version: 8.0.1(@babel/core@8.0.1) '@babel/plugin-transform-private-methods': - specifier: ^7.28.6 - version: 7.28.6(@babel/core@7.29.0) + specifier: ^8.0.0 + version: 8.0.1(@babel/core@8.0.1) '@babel/plugin-transform-typescript': - specifier: ^7.28.6 - version: 7.28.6(@babel/core@7.29.0) + specifier: ^8.0.0 + version: 8.0.1(@babel/core@8.0.1) '@babel/preset-typescript': - specifier: ^7.28.5 - version: 7.28.5(@babel/core@7.29.0) + specifier: ^8.0.0 + version: 8.0.1(@babel/core@8.0.1) '@ember/library-tsconfig': specifier: ^2.0.0 version: 2.0.0 '@ember/test-helpers': specifier: ^5.4.1 - version: 5.4.2(c8332dc3f90c0e60eb130a3a85f980b9) + version: 5.4.2(@babel/core@8.0.1)(@glint/template@1.7.7) '@ember/test-waiters': specifier: ^4.1.0 - version: 4.1.1(c8332dc3f90c0e60eb130a3a85f980b9) + version: 4.1.1(@babel/core@8.0.1)(@glint/template@1.7.7) '@embroider/addon-dev': specifier: ^8.3.0 version: 8.3.0(@glint/template@1.7.7)(rollup@4.60.4) '@embroider/macros': specifier: ^1.19.7 - version: 1.20.2(c8332dc3f90c0e60eb130a3a85f980b9) + version: 1.20.2(@babel/core@8.0.1)(@glint/template@1.7.7) '@glimmer/component': specifier: ^2.0.0 version: 2.1.1 @@ -389,11 +389,11 @@ importers: specifier: ^2.1.0 version: 2.4.0 '@nullvoxpopuli/eslint-configs': - specifier: ^5.5.0 - version: 5.5.0(b69c9af74b115ce99898080caab65d60) + specifier: ^6.0.0 + version: 6.0.0(1791fd28e208ae6a2422f282872b9686) '@rollup/plugin-babel': specifier: ^7.0.0 - version: 7.0.0(01f2293801eb414d98819a06a52891e1) + version: 7.0.0(044e06f36f2fad28aa47efc202c4131e) '@tsconfig/ember': specifier: ^3.0.12 version: 3.0.12 @@ -401,14 +401,14 @@ importers: specifier: ^4.0.0 version: 4.0.0 concurrently: - specifier: ^9.2.1 - version: 9.2.1 + specifier: ^10.0.0 + version: 10.0.3 ember-modifier: specifier: ^4.3.0 - version: 4.3.0(@babel/core@7.29.0) + version: 4.3.0(@babel/core@8.0.1) ember-resources: specifier: ^7.0.7 - version: 7.0.7(2935cfb77147881c8250be8c1bb7d0d1) + version: 7.0.7(3bd2666cc727fee6cbed78d52aee6f77) ember-source: specifier: ^6.10.1 version: 6.12.0(@glimmer/component@2.1.1)(rsvp@4.8.5) @@ -416,17 +416,17 @@ importers: specifier: ^7.9.3 version: 7.9.3 eslint: - specifier: ^9.39.2 - version: 9.39.4(jiti@2.6.1) + specifier: ^10.0.0 + version: 10.6.0(jiti@2.6.1) eslint-plugin-compat: specifier: ^7.0.2 - version: 7.0.2(eslint@9.39.4(jiti@2.6.1)) + version: 7.0.2(eslint@10.6.0(jiti@2.6.1)) execa: specifier: ^9.6.0 version: 9.6.1 fix-bad-declaration-output: specifier: ^1.1.5 - version: 1.1.5(d8e14f727f2879460e589df737de2942) + version: 1.1.5(d3cde7ec858f8bb14751827b86eac022) prettier: specifier: ^3.8.1 version: 3.8.3 @@ -459,25 +459,25 @@ importers: version: 5.4.4 decorator-transforms: specifier: 2.3.2 - version: 2.3.2(@babel/core@7.29.0) + version: 2.3.2(@babel/core@8.0.1) ember-mobile-menu: specifier: ^6.0.0 - version: 6.1.0(c0798c5eb304914fe7bcdcc185f995aa) + version: 6.1.0(a1e10da5ca463c0f63958d1e18965279) ember-modifier: specifier: ^4.3.0 - version: 4.3.0(@babel/core@7.29.0) + version: 4.3.0(@babel/core@8.0.1) ember-primitives: specifier: workspace:^ - version: file:ember-primitives(5c0eaebf1b4b32661be1beb69576d86a) + version: file:ember-primitives(1046bbf0f3c32c25f595d2a1e38a8f7a) ember-resources: specifier: ^7.0.7 - version: 7.0.7(2935cfb77147881c8250be8c1bb7d0d1) + version: 7.0.7(3bd2666cc727fee6cbed78d52aee6f77) inter-ui: specifier: ^4.0.2 version: 4.1.1 kolay: specifier: ^5.1.2 - version: 5.2.0(a417d88aa35fbfb0591a793939686c8f) + version: 5.2.0(4e0baefb2a820e71cea554de4a523b5b) package-up: specifier: ^5.0.0 version: 5.0.0 @@ -489,14 +489,14 @@ importers: version: 1.3.0 devDependencies: '@babel/core': - specifier: ^7.29.0 - version: 7.29.0 + specifier: ^8.0.0 + version: 8.0.1 '@babel/plugin-transform-typescript': - specifier: ^7.28.6 - version: 7.28.6(@babel/core@7.29.0) + specifier: ^8.0.0 + version: 8.0.1(@babel/core@8.0.1) '@babel/runtime': - specifier: ^7.28.6 - version: 7.29.7 + specifier: ^8.0.0 + version: 8.0.0 '@ember/library-tsconfig': specifier: ^2.0.0 version: 2.0.0 @@ -516,20 +516,20 @@ importers: specifier: ^2.1.0 version: 2.4.0 '@nullvoxpopuli/eslint-configs': - specifier: ^5.5.0 - version: 5.5.0(b69c9af74b115ce99898080caab65d60) + specifier: ^6.0.0 + version: 6.0.0(1791fd28e208ae6a2422f282872b9686) '@rollup/plugin-babel': specifier: ^7.0.0 - version: 7.0.0(01f2293801eb414d98819a06a52891e1) + version: 7.0.0(044e06f36f2fad28aa47efc202c4131e) babel-plugin-ember-template-compilation: specifier: ^4.0.0 version: 4.0.0 concurrently: - specifier: ^9.2.1 - version: 9.2.1 + specifier: ^10.0.0 + version: 10.0.3 ember-scoped-css: - specifier: ^2.0.4 - version: 2.2.2(ember-template-lint@7.9.3) + specifier: ^3.0.0 + version: 3.0.0(ember-template-lint@7.9.3) ember-source: specifier: ^6.10.1 version: 6.12.0(@glimmer/component@2.1.1)(rsvp@4.8.5) @@ -537,8 +537,8 @@ importers: specifier: ^7.9.3 version: 7.9.3 eslint: - specifier: ^9.39.2 - version: 9.39.4(jiti@2.6.1) + specifier: ^10.0.0 + version: 10.6.0(jiti@2.6.1) prettier: specifier: ^3.8.1 version: 3.8.3 @@ -558,14 +558,14 @@ importers: packages/which-heading-do-i-need: devDependencies: '@babel/core': - specifier: ^7.29.0 - version: 7.29.0 + specifier: ^8.0.0 + version: 8.0.1 '@babel/plugin-transform-typescript': - specifier: ^7.28.6 - version: 7.28.6(@babel/core@7.29.0) + specifier: ^8.0.0 + version: 8.0.1(@babel/core@8.0.1) '@babel/runtime': - specifier: ^7.28.6 - version: 7.29.7 + specifier: ^8.0.0 + version: 8.0.0 '@ember/library-tsconfig': specifier: ^2.0.0 version: 2.0.0 @@ -573,17 +573,17 @@ importers: specifier: ^8.3.0 version: 8.3.0(@glint/template@1.7.7)(rollup@4.60.4) '@nullvoxpopuli/eslint-configs': - specifier: ^5.5.0 - version: 5.5.0(b69c9af74b115ce99898080caab65d60) + specifier: ^6.0.0 + version: 6.0.0(1791fd28e208ae6a2422f282872b9686) '@rollup/plugin-babel': specifier: ^7.0.0 - version: 7.0.0(01f2293801eb414d98819a06a52891e1) + version: 7.0.0(044e06f36f2fad28aa47efc202c4131e) concurrently: - specifier: ^9.2.1 - version: 9.2.1 + specifier: ^10.0.0 + version: 10.0.3 eslint: - specifier: ^9.39.2 - version: 9.39.4(jiti@2.6.1) + specifier: ^10.0.0 + version: 10.6.0(jiti@2.6.1) prettier: specifier: ^3.8.1 version: 3.8.3 @@ -674,7 +674,7 @@ importers: version: 2.4.0 '@nullvoxpopuli/eslint-configs': specifier: ^5.5.0 - version: 5.5.0(b69c9af74b115ce99898080caab65d60) + version: 5.5.0(2908336bb8076c8d1a0323a44c496b83) '@rollup/plugin-babel': specifier: ^7.0.0 version: 7.0.0(01f2293801eb414d98819a06a52891e1) @@ -796,14 +796,26 @@ packages: resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==} engines: {node: '>=6.9.0'} + '@babel/code-frame@8.0.0': + resolution: {integrity: sha512-dYYg153EyN2Ekbqw2zAsbd6/JR+9N2SEoC7YV2GyyqMM7x9bLDTjBD6XBhSMLH0wtIVyJj03jWNriQhaN+eoCw==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/compat-data@7.29.0': resolution: {integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==} engines: {node: '>=6.9.0'} + '@babel/compat-data@8.0.0': + resolution: {integrity: sha512-DOjnob/cXOUgDOozCDeq/aK2p5y8dUIVdf6tNhEV1HQRd6I8aQ4f4fbtHRVEvb6lP3BGomrKHiS8ICAASSVQSw==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/core@7.29.0': resolution: {integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==} engines: {node: '>=6.9.0'} + '@babel/core@8.0.1': + resolution: {integrity: sha512-5FgxM4dLQpMJHSiVATk8foW263dVHQHBVpXYiimNECVWG01f4nFyEbQixeT6Mwvg7TayREJ2gpKl3o2RoMdnqw==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/eslint-parser@7.28.6': resolution: {integrity: sha512-QGmsKi2PBO/MHSQk+AAgA9R6OHQr+VqnniFE0eMWZcVcfBZoA2dKn2hUsl3Csg/Plt9opRUWdY7//VXsrIlEiA==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} @@ -815,20 +827,38 @@ packages: resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==} engines: {node: '>=6.9.0'} + '@babel/generator@8.0.0': + resolution: {integrity: sha512-NT9NrVwJsbSV6Y2FSstWa71EETOnzrjkL5/wX3D2mYHtKM+qvqB1DvR4D0Setb/gDBsHzRICifwEWMO8CnTF6g==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/helper-annotate-as-pure@7.27.3': resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==} engines: {node: '>=6.9.0'} + '@babel/helper-annotate-as-pure@8.0.0': + resolution: {integrity: sha512-NSpMkMsvvZqzThJ0p1B02cbtA2ObEyfBvq950bmNkyxsxvcxwhvvCB036rKhlEnuBBo30bOrk13u3FzlKSoRrw==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/helper-compilation-targets@7.28.6': resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==} engines: {node: '>=6.9.0'} + '@babel/helper-compilation-targets@8.0.0': + resolution: {integrity: sha512-JwculLABZvyPvyLBpwU/E/IbH2uM3mnxNtIJpxnIfb24y1PrdVxK5Dqjle4DpgqpGRnwgC7G8IkzPdSXZrO1Ew==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/helper-create-class-features-plugin@7.28.6': resolution: {integrity: sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 + '@babel/helper-create-class-features-plugin@8.0.1': + resolution: {integrity: sha512-++t3ZktzlLmASAxIlxeXQK9Z2YwUafYGYcvGBFevqOqt16HozVHStUoQvWD09fzAZOb/uJGpUTBuGK41AJAuOA==} + engines: {node: ^22.18.0 || >=24.11.0} + peerDependencies: + '@babel/core': ^8.0.0 + '@babel/helper-create-regexp-features-plugin@7.28.5': resolution: {integrity: sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==} engines: {node: '>=6.9.0'} @@ -844,28 +874,56 @@ packages: resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==} engines: {node: '>=6.9.0'} + '@babel/helper-globals@8.0.0': + resolution: {integrity: sha512-lLozHOM6sWWlxNo8CYqHy4MBZeTvHXNgVPBfPOGsjPKUzHC2Az9QwB6gxdQmpwHl6GlQtbGgS+lj5887guDiLw==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/helper-member-expression-to-functions@7.28.5': resolution: {integrity: sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==} engines: {node: '>=6.9.0'} + '@babel/helper-member-expression-to-functions@8.0.0': + resolution: {integrity: sha512-xkXrMbtk87Gk7+oKBVmBc6EORg/Qwx++AHESldmHkpvG8wgccdhJJFwrzqlF382Fk8wfXhJHWE/g/43QvEGNPQ==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/helper-module-imports@7.28.6': resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==} engines: {node: '>=6.9.0'} + '@babel/helper-module-imports@8.0.0': + resolution: {integrity: sha512-NZ7mSS93o4ndX4KrbD7W8Sf3QT8Qe24PrnFyUcuOPDzK6faqDFKjY9RG7he7+I7FdiQ4llpnosFqzrXa+Vy3Ew==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/helper-module-transforms@7.28.6': resolution: {integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 + '@babel/helper-module-transforms@8.0.1': + resolution: {integrity: sha512-UgAhl1kqiW5ciE0yCXqqvnb4H2n3IELJ7lIIQRezwDPilPEZX5i+Rvbja9MFTkwUn2biEiSMeV31aUzR4Lwakw==} + engines: {node: ^22.18.0 || >=24.11.0} + peerDependencies: + '@babel/core': ^8.0.0 + '@babel/helper-optimise-call-expression@7.27.1': resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==} engines: {node: '>=6.9.0'} + '@babel/helper-optimise-call-expression@8.0.0': + resolution: {integrity: sha512-3W6satvtPuCUkUx63S2jMoW9EQNYkADgs1HTfufmL7gCmAulHMKupA/12WNz4A0GMMFn/YnWWwqOT9IZrJHQjg==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/helper-plugin-utils@7.28.6': resolution: {integrity: sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==} engines: {node: '>=6.9.0'} + '@babel/helper-plugin-utils@8.0.1': + resolution: {integrity: sha512-3PKFgjTyPlhFhorfP+SjKQxLViIL++zWjFOO4hGriYU+Bsm983DxEM1JmDRJVWXV0O9npu+xXRqz7Pbd3mh70g==} + engines: {node: ^22.18.0 || >=24.11.0} + peerDependencies: + '@babel/core': ^8.0.0 + '@babel/helper-remap-async-to-generator@7.27.1': resolution: {integrity: sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==} engines: {node: '>=6.9.0'} @@ -878,22 +936,44 @@ packages: peerDependencies: '@babel/core': ^7.0.0 + '@babel/helper-replace-supers@8.0.1': + resolution: {integrity: sha512-B1SZADIcy3tmH8CmWvj4SHi/oAPom4UL3uknTc2QRNsPVLFk/sPnZvQL/8kj7Y5omvjMqie0vklvs6XM4OLW5Q==} + engines: {node: ^22.18.0 || >=24.11.0} + peerDependencies: + '@babel/core': ^8.0.0 + '@babel/helper-skip-transparent-expression-wrappers@7.27.1': resolution: {integrity: sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==} engines: {node: '>=6.9.0'} + '@babel/helper-skip-transparent-expression-wrappers@8.0.0': + resolution: {integrity: sha512-xmCA9kP3IhySsqhzwIdWGlDN/1A4cCKNBO/uwZx/3YzmDoMePwno2Q5/Bq0q+tYaKbeF940YiKV/kaW8Mzvpjw==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/helper-string-parser@7.27.1': resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} engines: {node: '>=6.9.0'} + '@babel/helper-string-parser@8.0.0': + resolution: {integrity: sha512-6mJgmFFFIIO82vvoLt9XtRC7/TkzXfts1t/SpRX4IHSzMgqoPYCWesVu1udUPUWioAE/2fcG6WuI8zrkE1gwrg==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/helper-validator-identifier@7.28.5': resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@8.0.2': + resolution: {integrity: sha512-9Fr9QeyCAyi1BR1jKZ6uYQ24EIhQUx5ReHfQU7drOE+TPOb+w11/dsqLkMOT2U29OdCT71XajrOT8xDc1C7orA==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/helper-validator-option@7.27.1': resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-option@8.0.0': + resolution: {integrity: sha512-U4Dybxh4WESWHt5XhBeExi4DrY0/DNK1aHpQbsrQXCUbFHuMweT0TpLEWKvaraV2Y6fS+ZXunsZ8zIuZIgvF2Q==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/helper-wrap-function@7.28.6': resolution: {integrity: sha512-z+PwLziMNBeSQJonizz2AGnndLsP2DeGHIxDAn+wdHOGuo4Fo1x1HBPPXeE9TAOPHNNWQKCSlA2VZyYyyibDnQ==} engines: {node: '>=6.9.0'} @@ -902,6 +982,10 @@ packages: resolution: {integrity: sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==} engines: {node: '>=6.9.0'} + '@babel/helpers@8.0.0': + resolution: {integrity: sha512-wfbi91pM3py96oIiJEz7qIpyXDytgr9zQC1HEWwlGNVRAEmItuU/0a41ZUKu1sJGyhhOIpc4t5vk4PYzt8wpsg==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/parser@7.29.2': resolution: {integrity: sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==} engines: {node: '>=6.0.0'} @@ -912,6 +996,11 @@ packages: engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@8.0.0': + resolution: {integrity: sha512-aLxAE+imI9bCcyaPrUDjBv3uSkWieifjLe0kuFOZF0zli0L6GCsTmsePnTr55adbIAgYz2zhN1vnFimCBUYcRQ==} + engines: {node: ^22.18.0 || >=24.11.0} + hasBin: true + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5': resolution: {integrity: sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==} engines: {node: '>=6.9.0'} @@ -955,6 +1044,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-proposal-decorators@8.0.2': + resolution: {integrity: sha512-+C6O6KKXU7BBq1GNaIkFJxrALUVGRcr+WeWm4OcuRl3h+l/CmNfcTLMrT2Lm3uvGBimBH/8pEBRrXJFLoO67Gg==} + engines: {node: ^22.18.0 || >=24.11.0} + peerDependencies: + '@babel/core': ^8.0.0 + '@babel/plugin-proposal-object-rest-spread@7.20.7': resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} @@ -974,6 +1069,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-decorators@8.0.1': + resolution: {integrity: sha512-NI+0S/6MvR6GlcQFwjDZ+WIc2qvG6TXN534lYs9llNldwW4b7Dh6KTtk030FA0xWdYGs4t1lWo+OEWN8wGB+Nw==} + engines: {node: ^22.18.0 || >=24.11.0} + peerDependencies: + '@babel/core': ^8.0.0 + '@babel/plugin-syntax-flow@7.28.6': resolution: {integrity: sha512-D+OrJumc9McXNEBI/JmFnc/0uCM2/Y3PEBG3gfV3QIYkKv5pvnpzFrl1kYCrcHJP8nOeFB/SHi1IHz29pNGuew==} engines: {node: '>=6.9.0'} @@ -1009,6 +1110,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-typescript@8.0.3': + resolution: {integrity: sha512-jmTPwps7oSQSZaV1SxkQ3C12UWyufGysGc5OzDpZzvPAIX4mO7dJT3hoqkWVrSImvkcMiknir1iLN1SNV/CZzg==} + engines: {node: ^22.18.0 || >=24.11.0} + peerDependencies: + '@babel/core': ^8.0.0 + '@babel/plugin-syntax-unicode-sets-regex@7.18.6': resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} @@ -1057,6 +1164,12 @@ packages: peerDependencies: '@babel/core': ^7.12.0 + '@babel/plugin-transform-class-static-block@8.0.1': + resolution: {integrity: sha512-NEVK+L0Le8h8tJ+IK0CGS5y9Yi1ZHxLj6M5PeanhMFuq9aSo0XI+Wtmbuyop6fTNukOm7ORNntf/kwid891vqQ==} + engines: {node: ^22.18.0 || >=24.11.0} + peerDependencies: + '@babel/core': ^8.0.0 + '@babel/plugin-transform-classes@7.28.6': resolution: {integrity: sha512-EF5KONAqC5zAqT783iMGuM2ZtmEBy+mJMOKl2BCvPZ2lVrwvXnB6o+OBWCS+CoeCCpVRF2sA2RBKUxvT8tQT5Q==} engines: {node: '>=6.9.0'} @@ -1171,6 +1284,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-modules-commonjs@8.0.1': + resolution: {integrity: sha512-PMuzulWrrzFNmY3lXSk/tV9NRb7y0eZZLJY4UEo2TKszroxvUZHAPPi+T9FDyrQhod+TQA+t+8/QYaaMpiEuhA==} + engines: {node: ^22.18.0 || >=24.11.0} + peerDependencies: + '@babel/core': ^8.0.0 + '@babel/plugin-transform-modules-systemjs@7.29.0': resolution: {integrity: sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==} engines: {node: '>=6.9.0'} @@ -1243,6 +1362,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-private-methods@8.0.1': + resolution: {integrity: sha512-TrFCGcXaVDh6S5IRhmLSRTY9H80VTCMQWnZtzBRg4RWg3KCLmdmsmj4M15kZAPZfoPkWL/SJb4em3Py/vOiX8g==} + engines: {node: ^22.18.0 || >=24.11.0} + peerDependencies: + '@babel/core': ^8.0.0 + '@babel/plugin-transform-private-property-in-object@7.28.6': resolution: {integrity: sha512-b97jvNSOb5+ehyQmBpmhOCiUC5oVK4PMnpRvO7+ymFBoqYjeDHIU9jnrNUuwHOiL9RpGDoKBpSViarV+BU+eVA==} engines: {node: '>=6.9.0'} @@ -1279,6 +1404,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-runtime@8.0.1': + resolution: {integrity: sha512-MPDpKBrxn+thQay3eJmUiSeHswiT7MkINb48hHkX6OzodB149PKq1kred+lpMebrDzHA+G1ekCQnlYSkyEqAOw==} + engines: {node: ^22.18.0 || >=24.11.0} + peerDependencies: + '@babel/core': ^8.0.0 + '@babel/plugin-transform-shorthand-properties@7.27.1': resolution: {integrity: sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==} engines: {node: '>=6.9.0'} @@ -1315,6 +1446,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-typescript@8.0.1': + resolution: {integrity: sha512-0Svqp3413Eg0GElldykF/T7SNsxQO5YVGD70fZyAdZTnX8WRgcopmbiU7GTa5xY5ZnJcEpNbfns8/GjX+/1yeA==} + engines: {node: ^22.18.0 || >=24.11.0} + peerDependencies: + '@babel/core': ^8.0.0 + '@babel/plugin-transform-unicode-escapes@7.27.1': resolution: {integrity: sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==} engines: {node: '>=6.9.0'} @@ -1362,6 +1499,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/preset-typescript@8.0.1': + resolution: {integrity: sha512-qrPhQIN1NLrPmzgazF9XKQqXrOcp/WJly+K+6ReFonn24FZqRJO7clxOJo6Ni75L+2vAqI3cHVU2OJLBxoPp5A==} + engines: {node: ^22.18.0 || >=24.11.0} + peerDependencies: + '@babel/core': ^8.0.0 + '@babel/register@7.28.6': resolution: {integrity: sha512-pgcbbEl/dWQYb6L6Yew6F94rdwygfuv+vJ/tXfwIOYAfPB6TNWpXUMEtEq3YuTeHRdvMIhvz13bkT9CNaS+wqA==} engines: {node: '>=6.9.0'} @@ -1375,18 +1518,33 @@ packages: resolution: {integrity: sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==} engines: {node: '>=6.9.0'} + '@babel/runtime@8.0.0': + resolution: {integrity: sha512-sL6cvO2IfkSu/iU+zs2S/w01B7A8V7suXSIKEN4hPFFdZoiPGxrj5pAG0lCaqLWiEIrjKzdznIWuaLcxPR53qw==} + '@babel/template@7.28.6': resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==} engines: {node: '>=6.9.0'} + '@babel/template@8.0.0': + resolution: {integrity: sha512-eAD0QW/AlbamBbw0FeGiwasbCVPq5ncW0HNVyLP3B9czqLyh4gvw+5JTSNt6le9+ziAU7mqDZsKTHf3jTb4chQ==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/traverse@7.29.0': resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==} engines: {node: '>=6.9.0'} + '@babel/traverse@8.0.0': + resolution: {integrity: sha512-bxTj/W2VclGE6CctlfQOpxg8MPDzXArRqkOBePw8EHfebcjF7fETWSS3BriEECo+UiU/Yblq+xUtSImFu7cTbw==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/types@7.29.0': resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==} engines: {node: '>=6.9.0'} + '@babel/types@8.0.0': + resolution: {integrity: sha512-K8ponJDxBwDHigkeFqaqT5wLGl4bTlwMafR8k7b5CPxr6Ww+UG9ls8Yx6Tcpboxu97eeGVEEyKcHmEyOwN1vSw==} + engines: {node: ^22.18.0 || >=24.11.0} + '@braidai/lang@1.1.2': resolution: {integrity: sha512-qBcknbBufNHlui137Hft8xauQMTZDKdophmLFv05r2eNmdIv/MlPuP4TdUknHG68UdWLgVZwgxVe735HzJNIwA==} @@ -1662,14 +1820,26 @@ packages: resolution: {integrity: sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/config-array@0.23.5': + resolution: {integrity: sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} + '@eslint/config-helpers@0.4.2': resolution: {integrity: sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/config-helpers@0.6.0': + resolution: {integrity: sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} + '@eslint/core@0.17.0': resolution: {integrity: sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/core@1.2.1': + resolution: {integrity: sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} + '@eslint/eslintrc@3.3.5': resolution: {integrity: sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -1691,10 +1861,18 @@ packages: resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/object-schema@3.0.5': + resolution: {integrity: sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} + '@eslint/plugin-kit@0.4.1': resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/plugin-kit@0.7.2': + resolution: {integrity: sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} + '@floating-ui/core@1.7.5': resolution: {integrity: sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==} @@ -2113,6 +2291,32 @@ packages: prettier: optional: true + '@nullvoxpopuli/eslint-configs@6.0.0': + resolution: {integrity: sha512-pUvGmycRLtcgw0NY36SpDHXti6+SksxrgOgyG02pX3pHsHLUWfv0eU/Bdj12zE0ImeFZA7JysnyfaqtCyr7GGw==} + engines: {node: '>= v24.14.1'} + peerDependencies: + '@babel/core': ^7.22.10 + '@babel/eslint-parser': '*' + '@babel/plugin-proposal-decorators': '*' + '@typescript-eslint/eslint-plugin': '*' + eslint: ^9.0.0 + eslint-plugin-ember: '*' + eslint-plugin-qunit: '*' + prettier: '*' + peerDependenciesMeta: + '@babel/eslint-parser': + optional: true + '@babel/plugin-proposal-decorators': + optional: true + '@typescript-eslint/eslint-plugin': + optional: true + eslint-plugin-ember: + optional: true + eslint-plugin-qunit: + optional: true + prettier: + optional: true + '@octokit/auth-token@5.1.2': resolution: {integrity: sha512-JcQDsBdg49Yky2w2ld20IHAlwr8d/d8N6NiOXbtuoPCqzbsiJgF633mVUw3x4mo0H5ypataQIX7SFu3yy44Mpw==} engines: {node: '>= 18'} @@ -2171,106 +2375,236 @@ packages: '@octokit/types@14.1.0': resolution: {integrity: sha512-1y6DgTy8Jomcpu33N+p5w58l6xyt55Ar2I91RPiIA0xCJBXyUAhXCcmZaDWSANiha7R9a6qJJ2CRomGPZ6f46g==} - '@oxc-project/types@0.130.0': - resolution: {integrity: sha512-ibD2usx9JRu7f5pu2tMKMI4cpA4NgXJQoYRP4pQ7Pxmn1l6k/53qWtQWZayhYy3X4QZkt90Ot+mJEaeXouio6Q==} - - '@pkgjs/parseargs@0.11.0': - resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} - engines: {node: '>=14'} - - '@pnpm/config.env-replace@1.1.0': - resolution: {integrity: sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==} - engines: {node: '>=12.22.0'} - - '@pnpm/network.ca-file@1.0.2': - resolution: {integrity: sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==} - engines: {node: '>=12.22.0'} - - '@pnpm/npm-conf@3.0.2': - resolution: {integrity: sha512-h104Kh26rR8tm+a3Qkc5S4VLYint3FE48as7+/5oCEcKR2idC/pF1G6AhIXKI+eHPJa/3J9i5z0Al47IeGHPkA==} - engines: {node: '>=12'} - - '@publint/pack@0.1.4': - resolution: {integrity: sha512-HDVTWq3H0uTXiU0eeSQntcVUTPP3GamzeXI41+x7uU9J65JgWQh3qWZHblR1i0npXfFtF+mxBiU2nJH8znxWnQ==} - engines: {node: '>=18'} + '@one-ini/wasm@0.2.1': + resolution: {integrity: sha512-TUqERXGNTifZ9y2g3wPxQrw3HpHv/02DsW3D90T9x0hhonrL1ZqpSmNrU2XkoIq0fP1N6gZfVQzy2Fw1ZvGBNg==} - '@replit/codemirror-lang-svelte@6.0.0': - resolution: {integrity: sha512-U2OqqgMM6jKelL0GNWbAmqlu1S078zZNoBqlJBW+retTc5M4Mha6/Y2cf4SVg6ddgloJvmcSpt4hHrVoM4ePRA==} - peerDependencies: - '@codemirror/autocomplete': ^6.0.0 - '@codemirror/lang-css': ^6.0.1 - '@codemirror/lang-html': ^6.2.0 - '@codemirror/lang-javascript': ^6.1.1 - '@codemirror/language': ^6.0.0 - '@codemirror/state': ^6.0.0 - '@codemirror/view': ^6.0.0 - '@lezer/common': ^1.0.0 - '@lezer/highlight': ^1.0.0 - '@lezer/javascript': ^1.2.0 - '@lezer/lr': ^1.0.0 + '@oxc-parser/binding-android-arm-eabi@0.130.0': + resolution: {integrity: sha512-h/xYU8/7ADWzVSf5I+YalLpj33LOy9CI/zgbJNIZ5eunRBG+Czqa3lZsvuPHHf3rOt6z1c5+UzoxjbAzAvhwVw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm] + os: [android] - '@rolldown/binding-android-arm64@1.0.1': - resolution: {integrity: sha512-fJI3I0r3C3Oj/zdBCpaCmBRZYf07xpaq4yCfDDoSFm+beWNzbIl26puW8RraUdugoJw/95zerNOn6jasAhzSmg==} + '@oxc-parser/binding-android-arm64@0.130.0': + resolution: {integrity: sha512-oFWFJrsGv9siFM4HjMqKNB7IuIZD/SMmZdCXl8xyx7lDplGvPKyewpOo272rSWgMXe2Wx7bWI0Yj+gkHv4qbeg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@rolldown/binding-darwin-arm64@1.0.1': - resolution: {integrity: sha512-cKnAhWEsV7TPcA/5EAteDp6KcJZBQ2G+BqE7zayMMi7kMvwRsbv7WT9aOnn0WNl4SKEIf43vjS31iUPu80nzXg==} + '@oxc-parser/binding-darwin-arm64@0.130.0': + resolution: {integrity: sha512-sGUzupdTplK9jQg7eJZ878HfEgQjJNBc6dAYVWJ9W5aU+J8rLfRJhTVsKThiu1pNwm6Y1qKCcbC6WhNWSXR3Ig==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@rolldown/binding-darwin-x64@1.0.1': - resolution: {integrity: sha512-YKrVwQjIRBPo+5G/u03wGjbdy4q7pyzCe93DK9VJ7zkVmeg8LJ7GbgsiHWdR4xSoe4CAXRD7Bcjgbtr64bkXNg==} + '@oxc-parser/binding-darwin-x64@0.130.0': + resolution: {integrity: sha512-PsB4cdCISbC00Uy8eiD8bc2AkGWjZqrSrJnkBFuG2ptrrf6mZ2F5gLFSjOAVMMgZPg8B1D7OydJwLWSfyI2Plg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@rolldown/binding-freebsd-x64@1.0.1': - resolution: {integrity: sha512-z/oBsREo46SsFqBwYtFe0kpJeBijAT48O/WXLI4suiCLBkr03RTtTJMCzSdDd2znlh8VJizL09XVkQgk8IZonw==} + '@oxc-parser/binding-freebsd-x64@0.130.0': + resolution: {integrity: sha512-DgABp3l38hS77JbXCV4qk1+n6DPym5u8zzwuweokezm2tX194nDSJDENbDRECxVsiNbprKATLbk+Z5wlHT0OHw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@rolldown/binding-linux-arm-gnueabihf@1.0.1': - resolution: {integrity: sha512-ik8q7GM11zxvYxFc2PeDcT6TBvhCQMaUxfph/M5l9sKuTs/Sjg3L+Byw0F7w0ZVLBZmx30P+gG0ECzzN+MFcmQ==} + '@oxc-parser/binding-linux-arm-gnueabihf@0.130.0': + resolution: {integrity: sha512-4Kn3CTEmwFrzhTSC/JuUW16qovmaMdX7jeSKbL8w0pLtLww7To1a2XJi9Z5uD8QWUkfUHhqfV+VD6dVzBnWzoA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@rolldown/binding-linux-arm64-gnu@1.0.1': - resolution: {integrity: sha512-QoSx2EkyrrdZ6kcyE8stqZ62t0Yra8Fs5ia9lOxJrh6TMQJK7gQKmscdTHf7pOXKREKrVwOtJcQG3qVSfc866A==} + '@oxc-parser/binding-linux-arm-musleabihf@0.130.0': + resolution: {integrity: sha512-D35KZM3F4rRu1uAFKyBlg3Gaf/ybCjyaPR1hfgvk5ex8NtcTmRgc0JgSighEyNg96TPrFhemFba68SZuxaha8w==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm] + os: [linux] + + '@oxc-parser/binding-linux-arm64-gnu@0.130.0': + resolution: {integrity: sha512-Q9o7oVlo955KHwS8l1u0bCzIx+JsZUA3XToLXC+MsMhye/9LeBQbt84nh120cl2XLy+TEzvugYDiHShg5yaX6Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [glibc] - '@rolldown/binding-linux-arm64-musl@1.0.1': - resolution: {integrity: sha512-uwNwFpwKeNiZawfAWBgg0VIztPTV3ihhh1vV334h9ivnNLorxnQMU6Fz8wG1Zb4Qh9LC1/MkcyT3YlDXG3Rsgg==} + '@oxc-parser/binding-linux-arm64-musl@0.130.0': + resolution: {integrity: sha512-EiJ/gC0ljbcwVpycC8YWw6ggMbtsPX8XMOt0mPx0aqWeMsNR+L9m05Flbvd5T+GlivG+GkSWQL7tM9SRFpM/dw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [musl] - '@rolldown/binding-linux-ppc64-gnu@1.0.1': - resolution: {integrity: sha512-zY1bul7OWr7DFBiJ++wofXvnr8B45ce3QsQUhKrIhXsygAh7bTkwyeM1bi1a2g5C/yC/N8TZyGDEoMfm/l9mpg==} + '@oxc-parser/binding-linux-ppc64-gnu@0.130.0': + resolution: {integrity: sha512-b+h/lsLLurp756dMGizNs5uPaJfyEdWrTcV5t8M609jWm1DEHB1StpRXCkyvwtkJx3m+qL5BNQ0dEKan/4yGFA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] libc: [glibc] - '@rolldown/binding-linux-s390x-gnu@1.0.1': - resolution: {integrity: sha512-0frlsT/f4Ft6I7SMESTKnF3cZsdicQn1dCMkF/jT9wDLE+gGoiQfv1nmT9e+s7s/fekvvy6tZM2jHvI2tkbJDQ==} + '@oxc-parser/binding-linux-riscv64-gnu@0.130.0': + resolution: {integrity: sha512-O19Cil83XAyjEFfo8WhkMwY58ALqZ7ckjGL+25mjMIuF84urWBeANH0FC8B8BsSSygWU3/1aY3ADdDbp+wlBnw==} engines: {node: ^20.19.0 || >=22.12.0} - cpu: [s390x] + cpu: [riscv64] os: [linux] libc: [glibc] - '@rolldown/binding-linux-x64-gnu@1.0.1': - resolution: {integrity: sha512-XABVmGp9Tg0WspTVvwduTc4fpqy6JnAUrSQe6OuyqD/03nI7r0O9OWUkMIwFrjKAIqolvqoA4ZrJppgwE0Gxmw==} + '@oxc-parser/binding-linux-riscv64-musl@0.130.0': + resolution: {integrity: sha512-BgXRVC0+83n3YzCscLQjj6nbyeBIVeZYPTI4fFMAE4WNm2+4RXhWp03IVizL7esIz36kgmT48aebk1iM+cs8sw==} engines: {node: ^20.19.0 || >=22.12.0} - cpu: [x64] + cpu: [riscv64] + os: [linux] + libc: [musl] + + '@oxc-parser/binding-linux-s390x-gnu@0.130.0': + resolution: {integrity: sha512-6tJz0xvnGhsokE7N1WlUSBXibpYmT9xSJFS1Ce41Km/+8gQvdlW8MLhRv8PD0L7ix8vRG0FDDepp3jdOFzdVdw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [s390x] + os: [linux] + libc: [glibc] + + '@oxc-parser/binding-linux-x64-gnu@0.130.0': + resolution: {integrity: sha512-9aCWj83dp3heTQGmGnZGdIWgxjZrr/7VQ0TGFHH5PKByxJKF2Hcr4qvaSUHhhGEa3MSsDjTL1YDP8RAgdL5/Cg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [linux] + libc: [glibc] + + '@oxc-parser/binding-linux-x64-musl@0.130.0': + resolution: {integrity: sha512-afXt87aZBqrUVli8TB/I8H1G50RDWcwirjWtXGXYqJ2ZqWEiErH7V72j3LUSDZaivmtu2OLX0KQ/mbhP81mr7A==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [linux] + libc: [musl] + + '@oxc-parser/binding-openharmony-arm64@0.130.0': + resolution: {integrity: sha512-I0NCrZV/YZuCGWgqwNN/GO/iXlLF2z+Wgc7u+Aa9N4P51oYeIa0XT+zVBUne4csO9GqxskXgI4g8JzzWGRpfOw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [openharmony] + + '@oxc-parser/binding-wasm32-wasi@0.130.0': + resolution: {integrity: sha512-sJgQkGaBX0WJvPUDfwciex6IcTk5O5NLQ1bhEb6f3nBruh1GshKMRSMt2bxZlYrgBzjyBbJzsnO+InPG0bg+fA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [wasm32] + + '@oxc-parser/binding-win32-arm64-msvc@0.130.0': + resolution: {integrity: sha512-bjcma99sQrNh6RY4mPO9yTkfxql6TDFoN3HWdK31RCKXwNhcDgJXW/l8PUtzKNiQ+9vpKJfJtQq+LklBuxSOBA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [win32] + + '@oxc-parser/binding-win32-ia32-msvc@0.130.0': + resolution: {integrity: sha512-hRYbv6HhpSTzT4xTiIkadLI7upLQxuOdLPR/9nL1fTjwhgutBTPXrwaAPb/jTFVx6/8C7Jb5HcUKhmNwloTbFA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [ia32] + os: [win32] + + '@oxc-parser/binding-win32-x64-msvc@0.130.0': + resolution: {integrity: sha512-RBpA9TsRucJq6HNVNCFF1iKg+QeTkLdZf7hi4xaOGCPvMZWvDHjQgSOEZMUpuW4JNciHbxNhLEYmz5CVygjVGQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [win32] + + '@oxc-project/types@0.130.0': + resolution: {integrity: sha512-ibD2usx9JRu7f5pu2tMKMI4cpA4NgXJQoYRP4pQ7Pxmn1l6k/53qWtQWZayhYy3X4QZkt90Ot+mJEaeXouio6Q==} + + '@pkgjs/parseargs@0.11.0': + resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} + engines: {node: '>=14'} + + '@pnpm/config.env-replace@1.1.0': + resolution: {integrity: sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==} + engines: {node: '>=12.22.0'} + + '@pnpm/network.ca-file@1.0.2': + resolution: {integrity: sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==} + engines: {node: '>=12.22.0'} + + '@pnpm/npm-conf@3.0.2': + resolution: {integrity: sha512-h104Kh26rR8tm+a3Qkc5S4VLYint3FE48as7+/5oCEcKR2idC/pF1G6AhIXKI+eHPJa/3J9i5z0Al47IeGHPkA==} + engines: {node: '>=12'} + + '@publint/pack@0.1.4': + resolution: {integrity: sha512-HDVTWq3H0uTXiU0eeSQntcVUTPP3GamzeXI41+x7uU9J65JgWQh3qWZHblR1i0npXfFtF+mxBiU2nJH8znxWnQ==} + engines: {node: '>=18'} + + '@replit/codemirror-lang-svelte@6.0.0': + resolution: {integrity: sha512-U2OqqgMM6jKelL0GNWbAmqlu1S078zZNoBqlJBW+retTc5M4Mha6/Y2cf4SVg6ddgloJvmcSpt4hHrVoM4ePRA==} + peerDependencies: + '@codemirror/autocomplete': ^6.0.0 + '@codemirror/lang-css': ^6.0.1 + '@codemirror/lang-html': ^6.2.0 + '@codemirror/lang-javascript': ^6.1.1 + '@codemirror/language': ^6.0.0 + '@codemirror/state': ^6.0.0 + '@codemirror/view': ^6.0.0 + '@lezer/common': ^1.0.0 + '@lezer/highlight': ^1.0.0 + '@lezer/javascript': ^1.2.0 + '@lezer/lr': ^1.0.0 + + '@rolldown/binding-android-arm64@1.0.1': + resolution: {integrity: sha512-fJI3I0r3C3Oj/zdBCpaCmBRZYf07xpaq4yCfDDoSFm+beWNzbIl26puW8RraUdugoJw/95zerNOn6jasAhzSmg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [android] + + '@rolldown/binding-darwin-arm64@1.0.1': + resolution: {integrity: sha512-cKnAhWEsV7TPcA/5EAteDp6KcJZBQ2G+BqE7zayMMi7kMvwRsbv7WT9aOnn0WNl4SKEIf43vjS31iUPu80nzXg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [darwin] + + '@rolldown/binding-darwin-x64@1.0.1': + resolution: {integrity: sha512-YKrVwQjIRBPo+5G/u03wGjbdy4q7pyzCe93DK9VJ7zkVmeg8LJ7GbgsiHWdR4xSoe4CAXRD7Bcjgbtr64bkXNg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [darwin] + + '@rolldown/binding-freebsd-x64@1.0.1': + resolution: {integrity: sha512-z/oBsREo46SsFqBwYtFe0kpJeBijAT48O/WXLI4suiCLBkr03RTtTJMCzSdDd2znlh8VJizL09XVkQgk8IZonw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [freebsd] + + '@rolldown/binding-linux-arm-gnueabihf@1.0.1': + resolution: {integrity: sha512-ik8q7GM11zxvYxFc2PeDcT6TBvhCQMaUxfph/M5l9sKuTs/Sjg3L+Byw0F7w0ZVLBZmx30P+gG0ECzzN+MFcmQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm] + os: [linux] + + '@rolldown/binding-linux-arm64-gnu@1.0.1': + resolution: {integrity: sha512-QoSx2EkyrrdZ6kcyE8stqZ62t0Yra8Fs5ia9lOxJrh6TMQJK7gQKmscdTHf7pOXKREKrVwOtJcQG3qVSfc866A==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [linux] + libc: [glibc] + + '@rolldown/binding-linux-arm64-musl@1.0.1': + resolution: {integrity: sha512-uwNwFpwKeNiZawfAWBgg0VIztPTV3ihhh1vV334h9ivnNLorxnQMU6Fz8wG1Zb4Qh9LC1/MkcyT3YlDXG3Rsgg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [linux] + libc: [musl] + + '@rolldown/binding-linux-ppc64-gnu@1.0.1': + resolution: {integrity: sha512-zY1bul7OWr7DFBiJ++wofXvnr8B45ce3QsQUhKrIhXsygAh7bTkwyeM1bi1a2g5C/yC/N8TZyGDEoMfm/l9mpg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [ppc64] + os: [linux] + libc: [glibc] + + '@rolldown/binding-linux-s390x-gnu@1.0.1': + resolution: {integrity: sha512-0frlsT/f4Ft6I7SMESTKnF3cZsdicQn1dCMkF/jT9wDLE+gGoiQfv1nmT9e+s7s/fekvvy6tZM2jHvI2tkbJDQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [s390x] + os: [linux] + libc: [glibc] + + '@rolldown/binding-linux-x64-gnu@1.0.1': + resolution: {integrity: sha512-XABVmGp9Tg0WspTVvwduTc4fpqy6JnAUrSQe6OuyqD/03nI7r0O9OWUkMIwFrjKAIqolvqoA4ZrJppgwE0Gxmw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] os: [linux] libc: [glibc] @@ -2594,6 +2928,9 @@ packages: resolution: {integrity: sha512-s0jepCjOJWB/GKcuba4jISaVpBudw3ClXJ3fUK4tugChUMQsp6kSwuA8Dcx6wFd/JsJqcY8n4rEpa5RTHs5ypA==} deprecated: This is a stub types definition. @eslint/js provides its own type definitions, so you do not need this installed. + '@types/esrecurse@4.3.1': + resolution: {integrity: sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==} + '@types/estree@1.0.8': resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} @@ -2603,12 +2940,18 @@ packages: '@types/fs-extra@8.1.5': resolution: {integrity: sha512-0dzKcwO+S8s2kuF5Z9oUWatQJj5Uq/iqphEtE3GQJVRRYm/tD1LglU2UnXi2A8jLq5umkGouOXOR9y0n613ZwQ==} + '@types/gensync@1.0.5': + resolution: {integrity: sha512-MbsRCT7mTikHwKZ0X+LVUTLRrZZRLipTuXEO9qOYO+zmjMVk81axyClMROf6uoPD9MRVu46bx8zoR0Ad9q3NAg==} + '@types/glob@7.2.0': resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} '@types/hast@3.0.4': resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} + '@types/jsesc@2.5.1': + resolution: {integrity: sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==} + '@types/json-schema@7.0.15': resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} @@ -2657,6 +3000,14 @@ packages: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.1.0' + '@typescript-eslint/eslint-plugin@8.62.1': + resolution: {integrity: sha512-4EQM77WgVNxj7OkL/5b/D/xZsw00G577+UriYTC7JF5opcF3T2AuoeY7ueLaZgSVjSgCS6yOAJB5bRGLPSJUzA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + '@typescript-eslint/parser': ^8.62.1 + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 + typescript: '>=4.8.4 <6.1.0' + '@typescript-eslint/parser@8.59.0': resolution: {integrity: sha512-TI1XGwKbDpo9tRW8UDIXCOeLk55qe9ZFGs8MTKU6/M08HWTw52DD/IYhfQtOEhEdPhLMT26Ka/x7p70nd3dzDg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -2664,22 +3015,45 @@ packages: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.1.0' + '@typescript-eslint/parser@8.62.1': + resolution: {integrity: sha512-sPhE4iHuJDSvoAiec+Ro8JyXw8f0ql13HFR82P99nCm9GwTEKG0KYLvDe6REk8BCXuit6vJAv/Yxg5ABaNS2rA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 + typescript: '>=4.8.4 <6.1.0' + '@typescript-eslint/project-service@8.59.0': resolution: {integrity: sha512-Lw5ITrR5s5TbC19YSvlr63ZfLaJoU6vtKTHyB0GQOpX0W7d5/Ir6vUahWi/8Sps/nOukZQ0IB3SmlxZnjaKVnw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.1.0' + '@typescript-eslint/project-service@8.62.1': + resolution: {integrity: sha512-yQ3RgY5RkSBpsNS1Bx/JQEcA24FOSdfGktoyprAr5u18390UQdtVcfnEv4nIrIshNnavlVyZBKxQwT1fIAE6cg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <6.1.0' + '@typescript-eslint/scope-manager@8.59.0': resolution: {integrity: sha512-UzR16Ut8IpA3Mc4DbgAShlPPkVm8xXMWafXxB0BocaVRHs8ZGakAxGRskF7FId3sdk9lgGD73GSFaWmWFDE4dg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/scope-manager@8.62.1': + resolution: {integrity: sha512-r4d249KbQ1SFdpeStvob8Ih6aPPIzfqllPVOtvhve6ZcpuVcYo5/7zUWckKpHE7StASX4kTKZTLf0WQm/wPkcg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/tsconfig-utils@8.59.0': resolution: {integrity: sha512-91Sbl3s4Kb3SybliIY6muFBmHVv+pYXfybC4Oolp3dvk8BvIE3wOPc+403CWIT7mJNkfQRGtdqghzs2+Z91Tqg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.1.0' + '@typescript-eslint/tsconfig-utils@8.62.1': + resolution: {integrity: sha512-xadytJqX9vJVQ2fdQjkcIVigwaOJNWkpjdLt6cEQ+xPnrI1fkp+/jZE/I97k9KUjqtpd25i0HeyZf3T6dutv2g==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <6.1.0' + '@typescript-eslint/type-utils@8.59.0': resolution: {integrity: sha512-3TRiZaQSltGqGeNrJzzr1+8YcEobKH9rHnqIp/1psfKFmhRQDNMGP5hBufanYTGznwShzVLs3Mz+gDN7HkWfXg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -2687,16 +3061,33 @@ packages: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.1.0' + '@typescript-eslint/type-utils@8.62.1': + resolution: {integrity: sha512-aXM5xlqXiTxPibXB93cLAURfT3rlizf7uMXISCXy66Isr/9hISJx3yDsKl0L7lKa51b8JpFuNKby0/O0pEm9jg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 + typescript: '>=4.8.4 <6.1.0' + '@typescript-eslint/types@8.59.0': resolution: {integrity: sha512-nLzdsT1gdOgFxxxwrlNVUBzSNBEEHJ86bblmk4QAS6stfig7rcJzWKqCyxFy3YRRHXDWEkb2NralA1nOYkkm/A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/types@8.62.1': + resolution: {integrity: sha512-ooCzJFaf+Hg+uG6fA3NRFGuFjlfNlDhBthbv4ZPU/0elCAFUfnyXUvf/WOpHz/jYwSmvU2GkR2LtyUfy1AxZ1Q==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/typescript-estree@8.59.0': resolution: {integrity: sha512-O9Re9P1BmBLFJyikRbQpLku/QA3/AueZNO9WePLBwQrvkixTmDe8u76B6CYUAITRl/rHawggEqUGn5QIkVRLMw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.1.0' + '@typescript-eslint/typescript-estree@8.62.1': + resolution: {integrity: sha512-xMcW9oP9u7fAMXYs9A65CVmtLQe2r//oXINHfi8HV+oiqhih17sbLdhXr4540YWlgpDKQdY854OL5ZrdCiQsAA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <6.1.0' + '@typescript-eslint/utils@8.59.0': resolution: {integrity: sha512-I1R/K7V07XsMJ12Oaxg/O9GfrysGTmCRhvZJBv0RE0NcULMzjqVpR5kRRQjHsz3J/bElU7HwCO7zkqL+MSUz+g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -2704,10 +3095,21 @@ packages: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.1.0' + '@typescript-eslint/utils@8.62.1': + resolution: {integrity: sha512-sHtbPfuKNZCG+ih8SyjjucqRntSVmp8XgL5u6o9mAhiSn8ds5o/M/XdM0abweme2Tln3szOstOrZ9OXitvPh0g==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 + typescript: '>=4.8.4 <6.1.0' + '@typescript-eslint/visitor-keys@8.59.0': resolution: {integrity: sha512-/uejZt4dSere1bx12WLlPfv8GktzcaDtuJ7s42/HEZ5zGj9oxRaD4bj7qwSunXkf+pbAhFt2zjpHYUiT5lHf0Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/visitor-keys@8.62.1': + resolution: {integrity: sha512-4g3BLxfdTMy8iZG0MaBkadnlRrCJ74cQiFbyEVMrkwIoqdyaXXQM22cotDvrl4x28wgIZ9rEJRoM+mmhSJpJ1g==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} deprecated: Potential CWE-502 - Update to 1.3.1 or higher @@ -2938,6 +3340,10 @@ packages: aria-query@5.3.0: resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==} + aria-query@5.3.2: + resolution: {integrity: sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==} + engines: {node: '>= 0.4'} + array-buffer-byte-length@1.0.2: resolution: {integrity: sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==} engines: {node: '>= 0.4'} @@ -3022,6 +3428,10 @@ packages: resolution: {integrity: sha512-KunSNx+TVpkAw/6ULfhnx+HWRecjqZGTOyquAoWHYLRSdK1tB5Ihce1ZW+UY3fj33bYAFWPu7W/GRSmmrCGuxA==} engines: {node: '>=4'} + axobject-query@4.1.0: + resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} + engines: {node: '>= 0.4'} + babel-core@7.0.0-bridge.0: resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} peerDependencies: @@ -3344,6 +3754,10 @@ packages: resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} engines: {node: '>=12'} + cliui@9.0.1: + resolution: {integrity: sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==} + engines: {node: '>=20'} + clone-deep@4.0.1: resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} engines: {node: '>=6'} @@ -3463,6 +3877,11 @@ packages: concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + concurrently@10.0.3: + resolution: {integrity: sha512-hc3LH4UaKWd/bbyDK/IGVa4RB6PtQ3CUYwtrkzqHn+wIG3Hr5fhpRlk0L/gCa8ZE1L/Ufj50Zho69cI5w8SQBA==} + engines: {node: '>=22'} + hasBin: true + concurrently@9.2.1: resolution: {integrity: sha512-fsfrO0MxV64Znoy8/l1vVIjjHa29SZyyqPgQBwhiDcaW8wJc2W3XWVOGx4M3oJBnv/zdUZIIp1gDeS98GzP8Ng==} engines: {node: '>=18'} @@ -3821,6 +4240,11 @@ packages: resolution: {integrity: sha512-ptGvkwTvGdGfC0hfhKg0MT+TRLRKGtUiWGBInxOm5pz7ssADezahjCUaYuZ8Dr+C05FW0AECIIPt4WBxVINEhA==} engines: {node: '>=0.8'} + editorconfig@3.0.2: + resolution: {integrity: sha512-T0ix8GhtxyKVfUFEcvdNDt3YGqlwkFHbD4/5bgFUDgFmxhI/cSRAeJ87/Sz//Cq8Eam6JX/e23RkoFO71P7aAA==} + engines: {node: '>=20'} + hasBin: true + ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} @@ -3888,6 +4312,18 @@ packages: resolution: {integrity: sha512-3slTltQV5ke53t3YVP2GYoswsQ6y+lhuVzKmt09tbEx91DapG8I/xa8W5OA0StvcQlavL3/vHrz/vCQEFs8bBA==} engines: {node: 14.* || 16.* || >= 18} + ember-eslint-parser@0.14.3: + resolution: {integrity: sha512-jU1HtVHqlbzqRDMwS4lxggjIY7u/wr+lij4bEvyC1CpNd5YqHK7anK3ubmVZLiB19VrFO6tH2/iYUQ+drpSYuA==} + engines: {node: '>=16.0.0'} + peerDependencies: + '@babel/eslint-parser': ^7.28.6 || ^8.0.0 + '@typescript-eslint/parser': '*' + peerDependenciesMeta: + '@babel/eslint-parser': + optional: true + '@typescript-eslint/parser': + optional: true + ember-eslint-parser@0.5.13: resolution: {integrity: sha512-b6ALDaxs9Bb4v0uagWud/5lECb78qpXHFv7M340dUHFW4Y0RuhlsfA4Rb+765X1+6KHp8G7TaAs0UgggWUqD3g==} engines: {node: '>=16.0.0'} @@ -3901,6 +4337,12 @@ packages: ember-eslint@0.6.1: resolution: {integrity: sha512-9yxPYMntGEqv+8vG7nNTyDHvFIoR+6/Wc0ugkemYEOE+4V3ZTq3O6ktYWxv+OkrqvXjYQprPO3v4g+wPVcQd8w==} + ember-eslint@0.7.0: + resolution: {integrity: sha512-3EkqZFtxHpLQGqlsFu6SImadU31993GAx2nPRvPnpsihgBFXQLKcNQeDNeg4rLTROMK/aYKjD8KdZzmOf7nHcQ==} + + ember-estree@0.6.10: + resolution: {integrity: sha512-5nItZGzvxHgoCdASQbn9qBzF4sdjSggUeZpXdihAanmYWm6XkObT/TlUvakYtoKret1/8gm0jNLwNPqZYwHtCw==} + ember-focus-trap@2.0.0: resolution: {integrity: sha512-zGPvt934h08gxdemIZz29XRn4cdwn51UxlodKtDkiahGrEpiSQ6qH8nvXGwDhQvZsf8zGumnXqcmDYYA5oFomQ==} engines: {node: '>= 22.*', pnpm: '>= 10'} @@ -3982,8 +4424,8 @@ packages: resolution: {integrity: sha512-89oVHVJwmLDvGvAUWgS87KpBoRhy3aZ6U0Ql6HOmU4TrPkyaa8pM0W81wj9cIwjYprcQtN9EwzZMHnq46+oUyw==} engines: {node: 8.* || 10.* || >= 12} - ember-scoped-css@2.2.2: - resolution: {integrity: sha512-AclHZ+PpIyykCtMUg285KimsSiNhV+2sx6o+JFFzTwFmT8ofFpow3Z4ak+FwcbfDUOU/1Rbt5vEMw8yihnXn2g==} + ember-scoped-css@3.0.0: + resolution: {integrity: sha512-fCsKTdWym1i9CLV06eEUdiVsUL5Q0gUhLhk8i7fCHDnizHYp+wr70RRm+lEfXM8leuRQ35mbZO+90gtPzyf14A==} engines: {node: '>= 22.16'} peerDependencies: ember-template-lint: '>= 5.7.2' @@ -4021,6 +4463,9 @@ packages: ember-welcome-page@8.0.5: resolution: {integrity: sha512-XegmXI94mt/EVUD3Ya15OuAxB3iCdK16lGS7vCimUIi4fGGooxUTOnlKexTsVLbcJh8u2bsw5JZ0iVht1X5sng==} + emoji-regex@10.6.0: + resolution: {integrity: sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==} + emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -4034,6 +4479,10 @@ packages: resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==} engines: {node: '>= 4'} + empathic@2.0.1: + resolution: {integrity: sha512-YGRs8knHhKHVShLkFET/rWAU8kmHbOV5LwN938RHI0pljAJ1Gf6SzXsSmRaEzcXTtOOmVqJ5+WtQPL5uigY50Q==} + engines: {node: '>=14'} + encodeurl@1.0.2: resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} engines: {node: '>= 0.8'} @@ -4220,6 +4669,16 @@ packages: '@typescript-eslint/parser': optional: true + eslint-plugin-ember@13.4.1: + resolution: {integrity: sha512-KyPKk3SfYQ5ci9U/bvVIA0NFB1UFn6rZAHNNb62AOgcMUNIR1/+0zqzyhrLHPyodo8BmE+kKDj7subsp71NkqA==} + engines: {node: '>= 20.19'} + peerDependencies: + '@typescript-eslint/parser': '*' + eslint: '>= 8.40.0' + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true + eslint-plugin-es-x@7.8.0: resolution: {integrity: sha512-7Ds8+wAAoV3T+LAKeu39Y5BzXCrGKrcISfgKEqTS4BDN8SFEDQd0S43jiQ8vIa3wUKD07qitZdfzlenSi8/0qQ==} engines: {node: ^14.18.0 || >=16.0.0} @@ -4246,6 +4705,19 @@ packages: peerDependencies: eslint: '>=8.23.0' + eslint-plugin-n@18.2.1: + resolution: {integrity: sha512-aO3C9//yq8JIvYOi/T+jPvcZ9hZzpwzbR8esrYpFtgE9vpbyM8kn42AQOtIqYspVmpaSWr8X+nrlQuAJYxXAaw==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} + peerDependencies: + eslint: '>=8.57.1' + ts-declaration-location: ^1.0.6 + typescript: '>=5.0.0' + peerDependenciesMeta: + ts-declaration-location: + optional: true + typescript: + optional: true + eslint-plugin-qunit@8.2.6: resolution: {integrity: sha512-S1jC/DIW9J8VtNX4uG1vlf5FZVrfQFlcuiYmvTHR2IICUhubHqpWA5o+qS1tujh+81Gs39omKV2D4OXfbSJE5g==} engines: {node: ^16.0.0 || ^18.0.0 || >=20.0.0} @@ -4257,6 +4729,11 @@ packages: peerDependencies: eslint: '>=5.0.0' + eslint-plugin-simple-import-sort@13.0.0: + resolution: {integrity: sha512-McAc+/Nlvcg4byY/CABGH8kqnefWBj8s3JA2okEtz8ixbECQgU46p0HkTUKa4YS7wvgGceimlc34p1nXqbWqtA==} + peerDependencies: + eslint: '>=5.0.0' + eslint-scope@5.1.1: resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} engines: {node: '>=8.0.0'} @@ -4269,6 +4746,10 @@ packages: resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + eslint-scope@9.1.2: + resolution: {integrity: sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} + eslint-utils@3.0.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} @@ -4291,6 +4772,16 @@ packages: resolution: {integrity: sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==} engines: {node: ^20.19.0 || ^22.13.0 || >=24} + eslint@10.6.0: + resolution: {integrity: sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} + hasBin: true + peerDependencies: + jiti: '*' + peerDependenciesMeta: + jiti: + optional: true + eslint@9.39.4: resolution: {integrity: sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -4305,6 +4796,10 @@ packages: resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + espree@11.2.0: + resolution: {integrity: sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} + esprima@4.0.1: resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} engines: {node: '>=4'} @@ -4683,6 +5178,10 @@ packages: resolution: {integrity: sha512-qoV+HK2yFl/366t2/Cb3+xxPUo5BuMynomoDmiaZBIdbs+0pYbjfZU+twLhGKp4uCZ/+NbtpVepH5bGCxRyy2g==} engines: {node: '>=18'} + globals@17.7.0: + resolution: {integrity: sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==} + engines: {node: '>=18'} + globalthis@1.0.4: resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==} engines: {node: '>= 0.4'} @@ -5206,6 +5705,9 @@ packages: resolution: {integrity: sha512-Smw4xcfIQ5LVjAOuJCvN/zIodzA/BBSsluuoSykP+lUvScIi4U6RJLfwHet5cxFnCswUjISV8oAXaqaJDY3chg==} engines: {node: '>= 0.8'} + js-tokens@10.0.0: + resolution: {integrity: sha512-lM/UBzQmfJRo9ABXbPWemivdCW8V2G8FHaHdypQaIy523snUjog0W71ayWXTjiR+ixeMyVHN2XcpnTd/liPg/Q==} + js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} @@ -5301,6 +5803,13 @@ packages: resolution: {integrity: sha512-9zy9lkjac+TR1c2tG+mkNSVlyOpInnWdSMiue4F+kq8TwJSgv6o8jhLRg8Ho6SnZ9wOYUq/yozts9qQCfk7bIw==} engines: {node: '>=18'} + language-subtag-registry@0.3.23: + resolution: {integrity: sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==} + + language-tags@1.0.9: + resolution: {integrity: sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==} + engines: {node: '>=0.10'} + latest-version@9.0.0: resolution: {integrity: sha512-7W0vV3rqv5tokqkBAFV1LbR7HPOWzXQDpDgEuib/aJ1jsZZx6x3c2mBI+TJhJzOhkGeaLbCKEHXEXLfirtG2JA==} engines: {node: '>=18'} @@ -5961,6 +6470,10 @@ packages: resolution: {integrity: sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==} engines: {node: '>= 0.4'} + obug@2.1.3: + resolution: {integrity: sha512-9miFgM2OFba7hB+pRgvtV84pYTBaoTHohvmIgiRt6dRIzbwEOIaNaP+dIlGs2fNFoB0SeISs0Jz5WFVRid6Xyg==} + engines: {node: '>=12.20.0'} + on-finished@2.4.1: resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} engines: {node: '>= 0.8'} @@ -5998,6 +6511,10 @@ packages: resolution: {integrity: sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==} engines: {node: '>= 0.4'} + oxc-parser@0.130.0: + resolution: {integrity: sha512-X0PJ+NmOok8qP3vK9uaW431ngkdM9UPEK7KG466urtIL2+EYTEgbZK2yqe2MWKJKBjRlFweP/pJPx0x9muMEVw==} + engines: {node: ^20.19.0 || >=22.12.0} + p-defer@1.0.0: resolution: {integrity: sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==} engines: {node: '>=4'} @@ -6707,6 +7224,10 @@ packages: resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==} engines: {node: '>= 0.4'} + shell-quote@1.8.4: + resolution: {integrity: sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==} + engines: {node: '>= 0.4'} + shellwords@0.1.1: resolution: {integrity: sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==} @@ -6859,6 +7380,10 @@ packages: resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} engines: {node: '>=12'} + string-width@7.2.0: + resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==} + engines: {node: '>=18'} + string-width@8.2.0: resolution: {integrity: sha512-6hJPQ8N0V0P3SNmP6h2J99RLuzrWz2gvT7VnK5tKvrNqJoyS9W4/Fb8mo31UiPvy00z7DQXkP2hnKBVav76thw==} engines: {node: '>=20'} @@ -7191,6 +7716,13 @@ packages: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.1.0' + typescript-eslint@8.62.1: + resolution: {integrity: sha512-vymnnM5g0AKQDSAyfP12nMIBvgwgA42syg74kkuZ4x1VuTzwQKwc5h9rGxeShCjny5o+zWAb6OEoz7XLgrIkIw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 + typescript: '>=4.8.4 <6.1.0' + typescript-memoize@1.1.1: resolution: {integrity: sha512-GQ90TcKpIH4XxYTI2F98yEQYZgjNMOGPpOgdjIBhaLaWji5HPWlRnZ4AeA1hfBxtY7bCGDJsqDDHk/KaHOl5bA==} @@ -7551,6 +8083,10 @@ packages: resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} engines: {node: '>=12'} + wrap-ansi@9.0.2: + resolution: {integrity: sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==} + engines: {node: '>=18'} + wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} @@ -7621,6 +8157,10 @@ packages: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} + yargs-parser@22.0.0: + resolution: {integrity: sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=23} + yargs@16.2.0: resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} engines: {node: '>=10'} @@ -7629,6 +8169,10 @@ packages: resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} engines: {node: '>=12'} + yargs@18.0.0: + resolution: {integrity: sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=23} + yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} @@ -7661,7 +8205,7 @@ snapshots: cjs-module-lexer: 1.4.3 fflate: 0.8.2 lru-cache: 11.3.5 - semver: 7.7.4 + semver: 7.8.5 typescript: 5.6.1-rc validate-npm-package-name: 5.0.1 @@ -7679,8 +8223,15 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.1 + '@babel/code-frame@8.0.0': + dependencies: + '@babel/helper-validator-identifier': 8.0.2 + js-tokens: 10.0.0 + '@babel/compat-data@7.29.0': {} + '@babel/compat-data@8.0.0': {} + '@babel/core@7.29.0': dependencies: '@babel/code-frame': 7.29.0 @@ -7701,6 +8252,25 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/core@8.0.1': + dependencies: + '@babel/code-frame': 8.0.0 + '@babel/generator': 8.0.0 + '@babel/helper-compilation-targets': 8.0.0 + '@babel/helpers': 8.0.0 + '@babel/parser': 8.0.0 + '@babel/template': 8.0.0 + '@babel/traverse': 8.0.0 + '@babel/types': 8.0.0 + '@types/gensync': 1.0.5 + convert-source-map: 2.0.0 + empathic: 2.0.1 + gensync: 1.0.0-beta.2 + import-meta-resolve: 4.2.0 + json5: 2.2.3 + obug: 2.1.3 + semver: 7.8.5 + '@babel/eslint-parser@7.28.6(35c79763e2f529503c5fce6757258eb9)': dependencies: '@babel/core': 7.29.0 @@ -7709,18 +8279,39 @@ snapshots: eslint-visitor-keys: 2.1.0 semver: 6.3.1 + '@babel/eslint-parser@7.28.6(9a1f422b63a015a58a4610c7c6fab3ef)': + dependencies: + '@babel/core': 8.0.1 + '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 + eslint: 10.6.0(jiti@2.6.1) + eslint-visitor-keys: 2.1.0 + semver: 6.3.1 + '@babel/generator@7.29.1': dependencies: - '@babel/parser': 7.29.2 + '@babel/parser': 7.29.3 '@babel/types': 7.29.0 '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 + '@babel/generator@8.0.0': + dependencies: + '@babel/parser': 8.0.0 + '@babel/types': 8.0.0 + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.31 + '@types/jsesc': 2.5.1 + jsesc: 3.1.0 + '@babel/helper-annotate-as-pure@7.27.3': dependencies: '@babel/types': 7.29.0 + '@babel/helper-annotate-as-pure@8.0.0': + dependencies: + '@babel/types': 8.0.0 + '@babel/helper-compilation-targets@7.28.6': dependencies: '@babel/compat-data': 7.29.0 @@ -7729,6 +8320,14 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 + '@babel/helper-compilation-targets@8.0.0': + dependencies: + '@babel/compat-data': 8.0.0 + '@babel/helper-validator-option': 8.0.0 + browserslist: 4.28.2 + lru-cache: 11.3.5 + semver: 7.8.5 + '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -7742,6 +8341,30 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-member-expression-to-functions': 7.28.5 + '@babel/helper-optimise-call-expression': 7.27.1 + '@babel/helper-replace-supers': 7.28.6(@babel/core@8.0.1) + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + '@babel/traverse': 7.29.0 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + '@babel/helper-create-class-features-plugin@8.0.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-annotate-as-pure': 8.0.0 + '@babel/helper-member-expression-to-functions': 8.0.0 + '@babel/helper-optimise-call-expression': 8.0.0 + '@babel/helper-replace-supers': 8.0.1(@babel/core@8.0.1) + '@babel/helper-skip-transparent-expression-wrappers': 8.0.0 + '@babel/traverse': 8.0.0 + semver: 7.8.5 + '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -7749,6 +8372,13 @@ snapshots: regexpu-core: 6.4.0 semver: 6.3.1 + '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-annotate-as-pure': 7.27.3 + regexpu-core: 6.4.0 + semver: 6.3.1 + '@babel/helper-define-polyfill-provider@0.6.8(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -7760,8 +8390,21 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-define-polyfill-provider@0.6.8(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-compilation-targets': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + debug: 4.4.3 + lodash.debounce: 4.0.8 + resolve: 1.22.12 + transitivePeerDependencies: + - supports-color + '@babel/helper-globals@7.28.0': {} + '@babel/helper-globals@8.0.0': {} + '@babel/helper-member-expression-to-functions@7.28.5': dependencies: '@babel/traverse': 7.29.0 @@ -7769,6 +8412,11 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-member-expression-to-functions@8.0.0': + dependencies: + '@babel/traverse': 8.0.0 + '@babel/types': 8.0.0 + '@babel/helper-module-imports@7.28.6': dependencies: '@babel/traverse': 7.29.0 @@ -7776,6 +8424,11 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-module-imports@8.0.0': + dependencies: + '@babel/traverse': 8.0.0 + '@babel/types': 8.0.0 + '@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -7785,12 +8438,36 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-module-transforms@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-module-imports': 7.28.6 + '@babel/helper-validator-identifier': 7.28.5 + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + + '@babel/helper-module-transforms@8.0.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-module-imports': 8.0.0 + '@babel/helper-validator-identifier': 8.0.2 + '@babel/traverse': 8.0.0 + '@babel/helper-optimise-call-expression@7.27.1': dependencies: '@babel/types': 7.29.0 + '@babel/helper-optimise-call-expression@8.0.0': + dependencies: + '@babel/types': 8.0.0 + '@babel/helper-plugin-utils@7.28.6': {} + '@babel/helper-plugin-utils@8.0.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -7800,6 +8477,15 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-wrap-function': 7.28.6 + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + '@babel/helper-replace-supers@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -7809,6 +8495,22 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-replace-supers@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-member-expression-to-functions': 7.28.5 + '@babel/helper-optimise-call-expression': 7.27.1 + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + + '@babel/helper-replace-supers@8.0.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-member-expression-to-functions': 8.0.0 + '@babel/helper-optimise-call-expression': 8.0.0 + '@babel/traverse': 8.0.0 + '@babel/helper-skip-transparent-expression-wrappers@7.27.1': dependencies: '@babel/traverse': 7.29.0 @@ -7816,12 +8518,23 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-skip-transparent-expression-wrappers@8.0.0': + dependencies: + '@babel/traverse': 8.0.0 + '@babel/types': 8.0.0 + '@babel/helper-string-parser@7.27.1': {} + '@babel/helper-string-parser@8.0.0': {} + '@babel/helper-validator-identifier@7.28.5': {} + '@babel/helper-validator-identifier@8.0.2': {} + '@babel/helper-validator-option@7.27.1': {} + '@babel/helper-validator-option@8.0.0': {} + '@babel/helper-wrap-function@7.28.6': dependencies: '@babel/template': 7.28.6 @@ -7835,6 +8548,11 @@ snapshots: '@babel/template': 7.28.6 '@babel/types': 7.29.0 + '@babel/helpers@8.0.0': + dependencies: + '@babel/template': 8.0.0 + '@babel/types': 8.0.0 + '@babel/parser@7.29.2': dependencies: '@babel/types': 7.29.0 @@ -7843,6 +8561,10 @@ snapshots: dependencies: '@babel/types': 7.29.0 + '@babel/parser@8.0.0': + dependencies: + '@babel/types': 8.0.0 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -7851,16 +8573,34 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -7870,6 +8610,15 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@8.0.1) + transitivePeerDependencies: + - supports-color + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -7878,10 +8627,18 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.29.0)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.0 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -7895,24 +8652,54 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.29.0)': + '@babel/plugin-proposal-decorators@7.29.0(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-syntax-decorators': 7.28.6(@babel/core@8.0.1) + transitivePeerDependencies: + - supports-color + + '@babel/plugin-proposal-decorators@8.0.2(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-create-class-features-plugin': 8.0.1(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/plugin-syntax-decorators': 8.0.1(@babel/core@8.0.1) + + '@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@8.0.1)': dependencies: '@babel/compat-data': 7.29.0 - '@babel/core': 7.29.0 + '@babel/core': 8.0.1 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.29.0) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.29.0) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@8.0.1) '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/plugin-syntax-decorators@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-syntax-decorators@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-syntax-decorators@8.0.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/plugin-syntax-flow@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -7923,19 +8710,29 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.29.0)': + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-typescript@7.28.6(@babel/core@7.29.0)': @@ -7943,17 +8740,38 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-syntax-typescript@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-syntax-typescript@8.0.3(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-async-generator-functions@7.29.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -7963,6 +8781,15 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-async-generator-functions@7.29.0(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@8.0.1) + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -7972,16 +8799,35 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-module-imports': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@8.0.1) + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -7990,6 +8836,14 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-class-properties@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 7.28.6 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -7998,6 +8852,20 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 7.28.6 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-class-static-block@8.0.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-create-class-features-plugin': 8.0.1(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/plugin-transform-classes@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -8010,12 +8878,30 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-classes@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-compilation-targets': 7.28.6 + '@babel/helper-globals': 7.28.0 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-replace-supers': 7.28.6(@babel/core@8.0.1) + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-computed-properties@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 '@babel/template': 7.28.6 + '@babel/plugin-transform-computed-properties@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/template': 7.28.6 + '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -8024,28 +8910,58 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-destructuring@7.28.5(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-explicit-resource-management@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -8054,16 +8970,34 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-explicit-resource-management@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@8.0.1) + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-flow-strip-types@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -8078,6 +9012,14 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-for-of@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -8087,26 +9029,55 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-function-name@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-compilation-targets': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-json-strings@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-literals@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-literals@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -8115,6 +9086,14 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-module-transforms': 7.28.6(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 7.28.6 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -8123,6 +9102,20 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-module-transforms': 7.28.6(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 7.28.6 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-modules-commonjs@8.0.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-module-transforms': 8.0.1(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/plugin-transform-modules-systemjs@7.29.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -8133,6 +9126,16 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-modules-systemjs@7.29.0(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-module-transforms': 7.28.6(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-validator-identifier': 7.28.5 + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -8141,27 +9144,56 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-module-transforms': 7.28.6(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 7.28.6 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-named-capturing-groups-regex@7.29.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-named-capturing-groups-regex@7.29.0(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-new-target@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-object-rest-spread@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -8173,6 +9205,17 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-object-rest-spread@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-compilation-targets': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@8.0.1) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@8.0.1) + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -8181,11 +9224,24 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-object-super@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-replace-supers': 7.28.6(@babel/core@8.0.1) + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-optional-chaining@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -8194,11 +9250,24 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-optional-chaining@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-parameters@7.27.7(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -8207,11 +9276,34 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-private-methods@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 7.28.6 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-private-methods@8.0.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-create-class-features-plugin': 8.0.1(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/plugin-transform-private-property-in-object@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) + '@babel/helper-plugin-utils': 7.28.6 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-private-property-in-object@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -8221,22 +9313,43 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-property-literals@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-regenerator@7.29.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-regenerator@7.29.0(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-runtime@7.29.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -8249,11 +9362,34 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-runtime@7.29.0(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-module-imports': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@8.0.1) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@8.0.1) + babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@8.0.1) + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-runtime@8.0.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-module-imports': 8.0.0 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-spread@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -8262,21 +9398,44 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-spread@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-template-literals@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-typescript@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -8288,29 +9447,72 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-typescript@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@8.0.1) + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-typescript@8.0.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-annotate-as-pure': 8.0.0 + '@babel/helper-create-class-features-plugin': 8.0.1(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/helper-skip-transparent-expression-wrappers': 8.0.0 + '@babel/plugin-syntax-typescript': 8.0.3(@babel/core@8.0.1) + '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 7.28.6 + '@babel/preset-env@7.29.2(@babel/core@7.29.0)': dependencies: '@babel/compat-data': 7.29.0 @@ -8387,6 +9589,82 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/preset-env@7.29.2(@babel/core@8.0.1)': + dependencies: + '@babel/compat-data': 7.29.0 + '@babel/core': 8.0.1 + '@babel/helper-compilation-targets': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-validator-option': 7.27.1 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@8.0.1) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@8.0.1) + '@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-async-generator-functions': 7.29.0(@babel/core@8.0.1) + '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-classes': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-computed-properties': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@8.0.1) + '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.0(@babel/core@8.0.1) + '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-explicit-resource-management': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-for-of': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-function-name': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-json-strings': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-literals': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-logical-assignment-operators': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-modules-systemjs': 7.29.0(@babel/core@8.0.1) + '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-named-capturing-groups-regex': 7.29.0(@babel/core@8.0.1) + '@babel/plugin-transform-new-target': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-object-super': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-optional-catch-binding': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@8.0.1) + '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-regenerator': 7.29.0(@babel/core@8.0.1) + '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-spread': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-unicode-property-regex': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@8.0.1) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@8.0.1) + babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@8.0.1) + babel-plugin-polyfill-corejs3: 0.14.2(@babel/core@8.0.1) + babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@8.0.1) + core-js-compat: 3.49.0 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/preset-flow@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -8401,6 +9679,13 @@ snapshots: '@babel/types': 7.29.0 esutils: 2.0.3 + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/types': 7.29.0 + esutils: 2.0.3 + '@babel/preset-typescript@7.28.5(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -8412,6 +9697,14 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/preset-typescript@8.0.1(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/helper-validator-option': 8.0.0 + '@babel/plugin-transform-modules-commonjs': 8.0.1(@babel/core@8.0.1) + '@babel/plugin-transform-typescript': 8.0.1(@babel/core@8.0.1) + '@babel/register@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -8427,12 +9720,20 @@ snapshots: '@babel/runtime@7.29.7': {} + '@babel/runtime@8.0.0': {} + '@babel/template@7.28.6': dependencies: '@babel/code-frame': 7.29.0 - '@babel/parser': 7.29.2 + '@babel/parser': 7.29.3 '@babel/types': 7.29.0 + '@babel/template@8.0.0': + dependencies: + '@babel/code-frame': 8.0.0 + '@babel/parser': 8.0.0 + '@babel/types': 8.0.0 + '@babel/traverse@7.29.0': dependencies: '@babel/code-frame': 7.29.0 @@ -8445,11 +9746,26 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/traverse@8.0.0': + dependencies: + '@babel/code-frame': 8.0.0 + '@babel/generator': 8.0.0 + '@babel/helper-globals': 8.0.0 + '@babel/parser': 8.0.0 + '@babel/template': 8.0.0 + '@babel/types': 8.0.0 + obug: 2.1.3 + '@babel/types@7.29.0': dependencies: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.28.5 + '@babel/types@8.0.0': + dependencies: + '@babel/helper-string-parser': 8.0.0 + '@babel/helper-validator-identifier': 8.0.2 + '@braidai/lang@1.1.2': {} '@cacheable/memory@2.0.8': @@ -8793,6 +10109,19 @@ snapshots: '@ember/string@4.0.1': {} + '@ember/test-helpers@5.4.2(@babel/core@8.0.1)(@glint/template@1.7.7)': + dependencies: + '@ember/test-waiters': 4.1.1(@babel/core@8.0.1)(@glint/template@1.7.7) + '@embroider/addon-shim': 1.10.2 + '@embroider/macros': 1.20.2(@babel/core@8.0.1)(@glint/template@1.7.7) + '@simple-dom/interface': 1.4.0 + decorator-transforms: 2.3.2(@babel/core@8.0.1) + dom-element-descriptors: 0.5.1 + transitivePeerDependencies: + - '@babel/core' + - '@glint/template' + - supports-color + '@ember/test-helpers@5.4.2(c8332dc3f90c0e60eb130a3a85f980b9)': dependencies: '@ember/test-waiters': 4.1.1(c8332dc3f90c0e60eb130a3a85f980b9) @@ -8806,6 +10135,15 @@ snapshots: - '@glint/template' - supports-color + '@ember/test-waiters@4.1.1(@babel/core@8.0.1)(@glint/template@1.7.7)': + dependencies: + '@embroider/addon-shim': 1.10.2 + '@embroider/macros': 1.20.2(@babel/core@8.0.1)(@glint/template@1.7.7) + transitivePeerDependencies: + - '@babel/core' + - '@glint/template' + - supports-color + '@ember/test-waiters@4.1.1(c8332dc3f90c0e60eb130a3a85f980b9)': dependencies: '@embroider/addon-shim': 1.10.2 @@ -8890,6 +10228,22 @@ snapshots: - supports-color - utf-8-validate + '@embroider/macros@1.20.2(@babel/core@8.0.1)(@glint/template@1.7.7)': + dependencies: + '@embroider/shared-internals': 3.0.2 + assert-never: 1.4.0 + babel-import-util: 3.0.1 + ember-cli-babel: 8.3.1(@babel/core@8.0.1) + find-up: 5.0.0 + lodash: 4.18.1 + resolve: 1.22.12 + semver: 7.7.4 + optionalDependencies: + '@glint/template': 1.7.7 + transitivePeerDependencies: + - '@babel/core' + - supports-color + '@embroider/macros@1.20.2(c8332dc3f90c0e60eb130a3a85f980b9)': dependencies: '@embroider/shared-internals': 3.0.2 @@ -8924,7 +10278,7 @@ snapshots: pkg-entry-points: 1.1.1 resolve-package-path: 4.0.3 resolve.exports: 2.0.3 - semver: 7.7.4 + semver: 7.8.5 typescript-memoize: 1.1.1 transitivePeerDependencies: - supports-color @@ -8989,6 +10343,11 @@ snapshots: tslib: 2.8.1 optional: true + '@eslint-community/eslint-utils@4.9.1(eslint@10.6.0(jiti@2.6.1))': + dependencies: + eslint: 10.6.0(jiti@2.6.1) + eslint-visitor-keys: 3.4.3 + '@eslint-community/eslint-utils@4.9.1(eslint@9.39.4(jiti@2.6.1))': dependencies: eslint: 9.39.4(jiti@2.6.1) @@ -9004,14 +10363,30 @@ snapshots: transitivePeerDependencies: - supports-color + '@eslint/config-array@0.23.5': + dependencies: + '@eslint/object-schema': 3.0.5 + debug: 4.4.3 + minimatch: 10.2.5 + transitivePeerDependencies: + - supports-color + '@eslint/config-helpers@0.4.2': dependencies: '@eslint/core': 0.17.0 + '@eslint/config-helpers@0.6.0': + dependencies: + '@eslint/core': 1.2.1 + '@eslint/core@0.17.0': dependencies: '@types/json-schema': 7.0.15 + '@eslint/core@1.2.1': + dependencies: + '@types/json-schema': 7.0.15 + '@eslint/eslintrc@3.3.5': dependencies: ajv: 6.15.0 @@ -9026,6 +10401,10 @@ snapshots: transitivePeerDependencies: - supports-color + '@eslint/js@10.0.1(eslint@10.6.0(jiti@2.6.1))': + optionalDependencies: + eslint: 10.6.0(jiti@2.6.1) + '@eslint/js@10.0.1(eslint@9.39.4(jiti@2.6.1))': optionalDependencies: eslint: 9.39.4(jiti@2.6.1) @@ -9034,11 +10413,18 @@ snapshots: '@eslint/object-schema@2.1.7': {} + '@eslint/object-schema@3.0.5': {} + '@eslint/plugin-kit@0.4.1': dependencies: '@eslint/core': 0.17.0 levn: 0.4.1 + '@eslint/plugin-kit@0.7.2': + dependencies: + '@eslint/core': 1.2.1 + levn: 0.4.1 + '@floating-ui/core@1.7.5': dependencies: '@floating-ui/utils': 0.2.11 @@ -9535,7 +10921,7 @@ snapshots: '@npmcli/fs@1.1.1': dependencies: '@gar/promisify': 1.1.3 - semver: 7.7.4 + semver: 7.8.5 '@npmcli/git@6.0.3': dependencies: @@ -9545,7 +10931,7 @@ snapshots: npm-pick-manifest: 10.0.0 proc-log: 5.0.0 promise-retry: 2.0.1 - semver: 7.7.4 + semver: 7.8.5 which: 5.0.0 '@npmcli/move-file@1.1.2': @@ -9560,14 +10946,14 @@ snapshots: hosted-git-info: 8.1.0 json-parse-even-better-errors: 4.0.0 proc-log: 5.0.0 - semver: 7.7.4 + semver: 7.8.5 validate-npm-package-license: 3.0.4 '@npmcli/promise-spawn@8.0.3': dependencies: which: 5.0.0 - '@nullvoxpopuli/eslint-configs@5.5.0(b69c9af74b115ce99898080caab65d60)': + '@nullvoxpopuli/eslint-configs@5.5.0(2908336bb8076c8d1a0323a44c496b83)': dependencies: '@babel/core': 7.29.0 '@eslint/js': 9.39.4 @@ -9585,7 +10971,6 @@ snapshots: prettier-plugin-ember-template-tag: 2.1.6(prettier@3.8.3) optionalDependencies: '@babel/eslint-parser': 7.28.6(35c79763e2f529503c5fce6757258eb9) - '@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0) prettier: 3.8.3 transitivePeerDependencies: - eslint-import-resolver-webpack @@ -9593,6 +10978,33 @@ snapshots: - supports-color - typescript + '@nullvoxpopuli/eslint-configs@6.0.0(1791fd28e208ae6a2422f282872b9686)': + dependencies: + '@babel/core': 8.0.1 + '@eslint/js': 9.39.4 + '@typescript-eslint/parser': 8.62.1(c325961559618ab4e0a17a6753278df3) + cosmiconfig: 9.0.1(typescript@6.0.3) + ember-eslint: 0.7.0(0e8686c0c40f1935d7dd4be815159c25) + eslint: 10.6.0(jiti@2.6.1) + eslint-import-resolver-typescript: 4.4.4(01dc4d453cfb8e786eca456fba565689) + eslint-plugin-decorator-position: 6.1.0(675b12b4bf2a809cbba42b4ca8b7e6c5) + eslint-plugin-import: 2.32.0(7072b332ecce631102eb1fc170803e71) + eslint-plugin-json: 4.0.1 + eslint-plugin-n: 18.2.1(432e4a024503da40275ef1aba083f360) + eslint-plugin-simple-import-sort: 13.0.0(eslint@10.6.0(jiti@2.6.1)) + globals: 17.7.0 + prettier-plugin-ember-template-tag: 2.1.6(prettier@3.8.3) + optionalDependencies: + '@babel/eslint-parser': 7.28.6(9a1f422b63a015a58a4610c7c6fab3ef) + '@babel/plugin-proposal-decorators': 8.0.2(@babel/core@8.0.1) + prettier: 3.8.3 + transitivePeerDependencies: + - eslint-import-resolver-webpack + - eslint-plugin-import-x + - supports-color + - ts-declaration-location + - typescript + '@octokit/auth-token@5.1.2': {} '@octokit/core@6.1.6': @@ -9661,6 +11073,72 @@ snapshots: dependencies: '@octokit/openapi-types': 25.1.0 + '@one-ini/wasm@0.2.1': {} + + '@oxc-parser/binding-android-arm-eabi@0.130.0': + optional: true + + '@oxc-parser/binding-android-arm64@0.130.0': + optional: true + + '@oxc-parser/binding-darwin-arm64@0.130.0': + optional: true + + '@oxc-parser/binding-darwin-x64@0.130.0': + optional: true + + '@oxc-parser/binding-freebsd-x64@0.130.0': + optional: true + + '@oxc-parser/binding-linux-arm-gnueabihf@0.130.0': + optional: true + + '@oxc-parser/binding-linux-arm-musleabihf@0.130.0': + optional: true + + '@oxc-parser/binding-linux-arm64-gnu@0.130.0': + optional: true + + '@oxc-parser/binding-linux-arm64-musl@0.130.0': + optional: true + + '@oxc-parser/binding-linux-ppc64-gnu@0.130.0': + optional: true + + '@oxc-parser/binding-linux-riscv64-gnu@0.130.0': + optional: true + + '@oxc-parser/binding-linux-riscv64-musl@0.130.0': + optional: true + + '@oxc-parser/binding-linux-s390x-gnu@0.130.0': + optional: true + + '@oxc-parser/binding-linux-x64-gnu@0.130.0': + optional: true + + '@oxc-parser/binding-linux-x64-musl@0.130.0': + optional: true + + '@oxc-parser/binding-openharmony-arm64@0.130.0': + optional: true + + '@oxc-parser/binding-wasm32-wasi@0.130.0': + dependencies: + '@emnapi/core': 1.10.0 + '@emnapi/runtime': 1.10.0 + '@napi-rs/wasm-runtime': 1.1.4(8738cc0ffd7f5348356f0f10f02ca7f5) + optional: true + + '@oxc-parser/binding-win32-arm64-msvc@0.130.0': + optional: true + + '@oxc-parser/binding-win32-ia32-msvc@0.130.0': + optional: true + + '@oxc-parser/binding-win32-x64-msvc@0.130.0': + optional: true + '@oxc-project/types@0.130.0': {} '@pkgjs/parseargs@0.11.0': @@ -9756,6 +11234,17 @@ snapshots: transitivePeerDependencies: - supports-color + '@rollup/plugin-babel@7.0.0(044e06f36f2fad28aa47efc202c4131e)': + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-module-imports': 7.28.6 + '@rollup/pluginutils': 5.3.0(rollup@4.60.4) + optionalDependencies: + '@types/babel__core': 7.20.5 + rollup: 4.60.4 + transitivePeerDependencies: + - supports-color + '@rollup/pluginutils@5.3.0(rollup@4.60.4)': dependencies: '@types/estree': 1.0.9 @@ -9962,7 +11451,7 @@ snapshots: '@types/babel__template@7.4.4': dependencies: - '@babel/parser': 7.29.2 + '@babel/parser': 7.29.3 '@babel/types': 7.29.0 '@types/babel__traverse@7.28.0': @@ -9982,12 +11471,20 @@ snapshots: '@types/estree': 1.0.9 '@types/json-schema': 7.0.15 + '@types/eslint__js@9.14.0(eslint@10.6.0(jiti@2.6.1))': + dependencies: + '@eslint/js': 10.0.1(eslint@10.6.0(jiti@2.6.1)) + transitivePeerDependencies: + - eslint + '@types/eslint__js@9.14.0(eslint@9.39.4(jiti@2.6.1))': dependencies: '@eslint/js': 10.0.1(eslint@9.39.4(jiti@2.6.1)) transitivePeerDependencies: - eslint + '@types/esrecurse@4.3.1': {} + '@types/estree@1.0.8': {} '@types/estree@1.0.9': {} @@ -9996,6 +11493,8 @@ snapshots: dependencies: '@types/node': 25.6.0 + '@types/gensync@1.0.5': {} + '@types/glob@7.2.0': dependencies: '@types/minimatch': 6.0.0 @@ -10005,6 +11504,8 @@ snapshots: dependencies: '@types/unist': 3.0.3 + '@types/jsesc@2.5.1': {} + '@types/json-schema@7.0.15': {} '@types/json5@0.0.29': {} @@ -10055,6 +11556,22 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript-eslint/eslint-plugin@8.62.1(88fee8ec53b88cf00488a40d9169d270)': + dependencies: + '@eslint-community/regexpp': 4.12.2 + '@typescript-eslint/parser': 8.62.1(c325961559618ab4e0a17a6753278df3) + '@typescript-eslint/scope-manager': 8.62.1 + '@typescript-eslint/type-utils': 8.62.1(c325961559618ab4e0a17a6753278df3) + '@typescript-eslint/utils': 8.62.1(c325961559618ab4e0a17a6753278df3) + '@typescript-eslint/visitor-keys': 8.62.1 + eslint: 10.6.0(jiti@2.6.1) + ignore: 7.0.5 + natural-compare: 1.4.0 + ts-api-utils: 2.5.0(typescript@6.0.3) + typescript: 6.0.3 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/parser@8.59.0(d09d4941bb723599cbd96b45e680dbf8)': dependencies: '@typescript-eslint/scope-manager': 8.59.0 @@ -10067,6 +11584,18 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript-eslint/parser@8.62.1(c325961559618ab4e0a17a6753278df3)': + dependencies: + '@typescript-eslint/scope-manager': 8.62.1 + '@typescript-eslint/types': 8.62.1 + '@typescript-eslint/typescript-estree': 8.62.1(typescript@6.0.3) + '@typescript-eslint/visitor-keys': 8.62.1 + debug: 4.4.3 + eslint: 10.6.0(jiti@2.6.1) + typescript: 6.0.3 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/project-service@8.59.0(typescript@6.0.3)': dependencies: '@typescript-eslint/tsconfig-utils': 8.59.0(typescript@6.0.3) @@ -10076,22 +11605,52 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript-eslint/project-service@8.62.1(typescript@6.0.3)': + dependencies: + '@typescript-eslint/tsconfig-utils': 8.62.1(typescript@6.0.3) + '@typescript-eslint/types': 8.62.1 + debug: 4.4.3 + typescript: 6.0.3 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/scope-manager@8.59.0': dependencies: '@typescript-eslint/types': 8.59.0 '@typescript-eslint/visitor-keys': 8.59.0 + '@typescript-eslint/scope-manager@8.62.1': + dependencies: + '@typescript-eslint/types': 8.62.1 + '@typescript-eslint/visitor-keys': 8.62.1 + '@typescript-eslint/tsconfig-utils@8.59.0(typescript@6.0.3)': dependencies: typescript: 6.0.3 + '@typescript-eslint/tsconfig-utils@8.62.1(typescript@6.0.3)': + dependencies: + typescript: 6.0.3 + '@typescript-eslint/type-utils@8.59.0(d09d4941bb723599cbd96b45e680dbf8)': dependencies: '@typescript-eslint/types': 8.59.0 '@typescript-eslint/typescript-estree': 8.59.0(typescript@6.0.3) '@typescript-eslint/utils': 8.59.0(d09d4941bb723599cbd96b45e680dbf8) debug: 4.4.3 - eslint: 9.39.4(jiti@2.6.1) + eslint: 9.39.4(jiti@2.6.1) + ts-api-utils: 2.5.0(typescript@6.0.3) + typescript: 6.0.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/type-utils@8.62.1(c325961559618ab4e0a17a6753278df3)': + dependencies: + '@typescript-eslint/types': 8.62.1 + '@typescript-eslint/typescript-estree': 8.62.1(typescript@6.0.3) + '@typescript-eslint/utils': 8.62.1(c325961559618ab4e0a17a6753278df3) + debug: 4.4.3 + eslint: 10.6.0(jiti@2.6.1) ts-api-utils: 2.5.0(typescript@6.0.3) typescript: 6.0.3 transitivePeerDependencies: @@ -10099,6 +11658,8 @@ snapshots: '@typescript-eslint/types@8.59.0': {} + '@typescript-eslint/types@8.62.1': {} + '@typescript-eslint/typescript-estree@8.59.0(typescript@6.0.3)': dependencies: '@typescript-eslint/project-service': 8.59.0(typescript@6.0.3) @@ -10114,6 +11675,21 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript-eslint/typescript-estree@8.62.1(typescript@6.0.3)': + dependencies: + '@typescript-eslint/project-service': 8.62.1(typescript@6.0.3) + '@typescript-eslint/tsconfig-utils': 8.62.1(typescript@6.0.3) + '@typescript-eslint/types': 8.62.1 + '@typescript-eslint/visitor-keys': 8.62.1 + debug: 4.4.3 + minimatch: 10.2.5 + semver: 7.8.5 + tinyglobby: 0.2.16 + ts-api-utils: 2.5.0(typescript@6.0.3) + typescript: 6.0.3 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/utils@8.59.0(d09d4941bb723599cbd96b45e680dbf8)': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) @@ -10125,25 +11701,41 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript-eslint/utils@8.62.1(c325961559618ab4e0a17a6753278df3)': + dependencies: + '@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0(jiti@2.6.1)) + '@typescript-eslint/scope-manager': 8.62.1 + '@typescript-eslint/types': 8.62.1 + '@typescript-eslint/typescript-estree': 8.62.1(typescript@6.0.3) + eslint: 10.6.0(jiti@2.6.1) + typescript: 6.0.3 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/visitor-keys@8.59.0': dependencies: '@typescript-eslint/types': 8.59.0 eslint-visitor-keys: 5.0.1 + '@typescript-eslint/visitor-keys@8.62.1': + dependencies: + '@typescript-eslint/types': 8.62.1 + eslint-visitor-keys: 5.0.1 + '@ungap/structured-clone@1.3.0': {} - '@universal-ember/docs-support@file:packages/docs-support(9ca6f02f8623dd825a3d0a90a5b42061)': + '@universal-ember/docs-support@file:packages/docs-support(04084b177e6b815f95cfceb9f343b8de)': dependencies: '@embroider/addon-shim': 1.10.3 '@fontsource/lexend': 5.2.11 change-case: 5.4.4 - decorator-transforms: 2.3.2(@babel/core@7.29.0) - ember-mobile-menu: 6.1.0(c0798c5eb304914fe7bcdcc185f995aa) - ember-modifier: 4.3.0(@babel/core@7.29.0) - ember-primitives: file:ember-primitives(5c0eaebf1b4b32661be1beb69576d86a) - ember-resources: 7.0.7(2935cfb77147881c8250be8c1bb7d0d1) + decorator-transforms: 2.3.2(@babel/core@8.0.1) + ember-mobile-menu: 6.1.0(a1e10da5ca463c0f63958d1e18965279) + ember-modifier: 4.3.0(@babel/core@8.0.1) + ember-primitives: file:ember-primitives(1046bbf0f3c32c25f595d2a1e38a8f7a) + ember-resources: 7.0.7(3bd2666cc727fee6cbed78d52aee6f77) inter-ui: 4.1.1 - kolay: 5.2.0(a417d88aa35fbfb0591a793939686c8f) + kolay: 5.2.0(4e0baefb2a820e71cea554de4a523b5b) package-up: 5.0.0 read-package-up: 12.0.0 should-handle-link: 1.3.0 @@ -10365,6 +11957,8 @@ snapshots: dependencies: dequal: 2.0.3 + aria-query@5.3.2: {} + array-buffer-byte-length@1.0.2: dependencies: call-bound: 1.0.4 @@ -10488,6 +12082,8 @@ snapshots: axe-core@4.11.4: {} + axobject-query@4.1.0: {} + babel-core@7.0.0-bridge.0(@babel/core@7.29.0): dependencies: '@babel/core': 7.29.0 @@ -10499,6 +12095,11 @@ snapshots: '@babel/core': 7.29.0 semver: 5.7.2 + babel-plugin-debug-macros@0.3.4(@babel/core@8.0.1): + dependencies: + '@babel/core': 8.0.1 + semver: 5.7.2 + babel-plugin-ember-data-packages-polyfill@0.1.2: dependencies: '@ember-data/rfc395-data': 0.0.4 @@ -10530,6 +12131,15 @@ snapshots: transitivePeerDependencies: - supports-color + babel-plugin-polyfill-corejs2@0.4.17(@babel/core@8.0.1): + dependencies: + '@babel/compat-data': 7.29.0 + '@babel/core': 8.0.1 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@8.0.1) + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.29.0): dependencies: '@babel/core': 7.29.0 @@ -10538,6 +12148,14 @@ snapshots: transitivePeerDependencies: - supports-color + babel-plugin-polyfill-corejs3@0.13.0(@babel/core@8.0.1): + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@8.0.1) + core-js-compat: 3.49.0 + transitivePeerDependencies: + - supports-color + babel-plugin-polyfill-corejs3@0.14.2(@babel/core@7.29.0): dependencies: '@babel/core': 7.29.0 @@ -10546,6 +12164,14 @@ snapshots: transitivePeerDependencies: - supports-color + babel-plugin-polyfill-corejs3@0.14.2(@babel/core@8.0.1): + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@8.0.1) + core-js-compat: 3.49.0 + transitivePeerDependencies: + - supports-color + babel-plugin-polyfill-regenerator@0.6.8(@babel/core@7.29.0): dependencies: '@babel/core': 7.29.0 @@ -10553,6 +12179,13 @@ snapshots: transitivePeerDependencies: - supports-color + babel-plugin-polyfill-regenerator@0.6.8(@babel/core@8.0.1): + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@8.0.1) + transitivePeerDependencies: + - supports-color + backbone@1.6.1: dependencies: underscore: 1.13.8 @@ -10649,6 +12282,20 @@ snapshots: transitivePeerDependencies: - supports-color + broccoli-babel-transpiler@8.0.2(@babel/core@8.0.1): + dependencies: + '@babel/core': 8.0.1 + broccoli-persistent-filter: 3.1.3 + clone: 2.1.2 + hash-for-dep: 1.5.2 + heimdalljs: 0.2.6 + heimdalljs-logger: 0.1.10 + json-stable-stringify: 1.3.0 + rsvp: 4.8.5 + workerpool: 6.5.1 + transitivePeerDependencies: + - supports-color + broccoli-concat@4.2.7: dependencies: broccoli-debug: 0.6.5 @@ -10947,6 +12594,12 @@ snapshots: strip-ansi: 6.0.1 wrap-ansi: 7.0.0 + cliui@9.0.1: + dependencies: + string-width: 7.2.0 + strip-ansi: 7.2.0 + wrap-ansi: 9.0.2 + clone-deep@4.0.1: dependencies: is-plain-object: 2.0.4 @@ -11099,6 +12752,15 @@ snapshots: concat-map@0.0.1: {} + concurrently@10.0.3: + dependencies: + chalk: 5.6.2 + rxjs: 7.8.2 + shell-quote: 1.8.4 + supports-color: 10.2.2 + tree-kill: 1.2.2 + yargs: 18.0.0 + concurrently@9.2.1: dependencies: chalk: 4.1.2 @@ -11113,6 +12775,14 @@ snapshots: ini: 1.3.8 proto-list: 1.2.4 + consolidate@1.0.4(9a655e423d76b7ab8f3b1e2578caa2cb): + optionalDependencies: + '@babel/core': 8.0.1 + handlebars: 4.7.9 + lodash: 4.18.1 + mustache: 4.2.0 + underscore: 1.13.8 + consolidate@1.0.4(c0990708b4fe1e609f47d7c717413cdd): optionalDependencies: '@babel/core': 7.29.0 @@ -11231,6 +12901,13 @@ snapshots: transitivePeerDependencies: - '@babel/core' + decorator-transforms@2.3.2(@babel/core@8.0.1): + dependencies: + '@babel/plugin-syntax-decorators': 7.28.6(@babel/core@8.0.1) + babel-import-util: 3.0.1 + transitivePeerDependencies: + - '@babel/core' + deep-extend@0.6.0: {} deep-is@0.1.4: {} @@ -11297,17 +12974,24 @@ snapshots: errlop: 2.2.0 semver: 6.3.1 + editorconfig@3.0.2: + dependencies: + '@one-ini/wasm': 0.2.1 + commander: 14.0.3 + minimatch: 10.2.5 + semver: 7.8.5 + ee-first@1.1.1: {} electron-to-chromium@1.5.344: {} - ember-a11y-testing@8.0.1(f3a1caebf97993b47b945729319b3c77): + ember-a11y-testing@8.0.1(53638e0fee203a90240236ff4a2254fb): dependencies: - '@ember/test-helpers': 5.4.2(c8332dc3f90c0e60eb130a3a85f980b9) - '@ember/test-waiters': 4.1.1(c8332dc3f90c0e60eb130a3a85f980b9) + '@ember/test-helpers': 5.4.2(@babel/core@8.0.1)(@glint/template@1.7.7) + '@ember/test-waiters': 4.1.1(@babel/core@8.0.1)(@glint/template@1.7.7) '@embroider/addon-shim': 1.10.2 axe-core: 4.11.4 - decorator-transforms: 2.3.2(@babel/core@7.29.0) + decorator-transforms: 2.3.2(@babel/core@8.0.1) optionalDependencies: qunit: 2.25.0 transitivePeerDependencies: @@ -11345,7 +13029,40 @@ snapshots: ember-cli-version-checker: 5.1.2 ensure-posix-path: 1.1.1 resolve-package-path: 4.0.3 - semver: 7.7.4 + semver: 7.8.5 + transitivePeerDependencies: + - supports-color + + ember-cli-babel@8.3.1(@babel/core@8.0.1): + dependencies: + '@babel/core': 8.0.1 + '@babel/helper-compilation-targets': 7.28.6 + '@babel/plugin-proposal-decorators': 7.29.0(@babel/core@8.0.1) + '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@8.0.1) + '@babel/plugin-transform-runtime': 7.29.0(@babel/core@8.0.1) + '@babel/plugin-transform-typescript': 7.28.6(@babel/core@8.0.1) + '@babel/preset-env': 7.29.2(@babel/core@8.0.1) + '@babel/runtime': 7.12.18 + amd-name-resolver: 1.3.1 + babel-plugin-debug-macros: 0.3.4(@babel/core@8.0.1) + babel-plugin-ember-data-packages-polyfill: 0.1.2 + babel-plugin-ember-modules-api-polyfill: 3.5.0 + babel-plugin-module-resolver: 5.0.3 + broccoli-babel-transpiler: 8.0.2(@babel/core@8.0.1) + broccoli-debug: 0.6.5 + broccoli-funnel: 3.0.8 + broccoli-source: 3.0.1 + calculate-cache-key-for-tree: 2.0.0 + clone: 2.1.2 + ember-cli-babel-plugin-helpers: 1.1.1 + ember-cli-version-checker: 5.1.2 + ensure-posix-path: 1.1.1 + resolve-package-path: 4.0.3 + semver: 7.8.5 transitivePeerDependencies: - supports-color @@ -11373,18 +13090,18 @@ snapshots: ember-cli-version-checker@5.1.2: dependencies: resolve-package-path: 3.1.0 - semver: 7.7.4 + semver: 7.8.5 silent-error: 1.1.1 transitivePeerDependencies: - supports-color - ember-concurrency@5.2.0(c8332dc3f90c0e60eb130a3a85f980b9): + ember-concurrency@5.2.0(@babel/core@8.0.1)(@glint/template@1.7.7): dependencies: '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 '@babel/types': 7.29.0 - '@embroider/addon-shim': 1.10.2 - decorator-transforms: 2.3.2(@babel/core@7.29.0) + '@embroider/addon-shim': 1.10.3 + decorator-transforms: 2.3.2(@babel/core@8.0.1) optionalDependencies: '@glint/template': 1.7.7 transitivePeerDependencies: @@ -11399,6 +13116,22 @@ snapshots: transitivePeerDependencies: - supports-color + ember-eslint-parser@0.14.3(b7b45a0f7180d0bcc87eceff9ccf438f): + dependencies: + '@glimmer/syntax': 0.95.0 + '@typescript-eslint/tsconfig-utils': 8.59.0(typescript@6.0.3) + content-tag: 4.2.0 + ember-estree: 0.6.10 + eslint-scope: 9.1.2 + html-tags: 5.1.0 + mathml-tag-names: 4.0.0 + svg-tags: 1.0.0 + optionalDependencies: + '@babel/eslint-parser': 7.28.6(9a1f422b63a015a58a4610c7c6fab3ef) + '@typescript-eslint/parser': 8.62.1(c325961559618ab4e0a17a6753278df3) + transitivePeerDependencies: + - typescript + ember-eslint-parser@0.5.13(891033da58387c05e6e5f69ec12ade38): dependencies: '@babel/core': 7.29.0 @@ -11433,23 +13166,48 @@ snapshots: - supports-color - typescript - ember-focus-trap@2.0.0(@babel/core@7.29.0): + ember-eslint@0.7.0(0e8686c0c40f1935d7dd4be815159c25): + dependencies: + '@babel/eslint-parser': 7.28.6(9a1f422b63a015a58a4610c7c6fab3ef) + '@eslint/js': 9.39.4 + eslint-config-prettier: 10.1.8(eslint@10.6.0(jiti@2.6.1)) + eslint-plugin-ember: 13.4.1(50c130d14e3e0f9ccf81f014d61b53db) + eslint-plugin-n: 18.2.1(432e4a024503da40275ef1aba083f360) + eslint-plugin-qunit: 8.2.6(eslint@10.6.0(jiti@2.6.1)) + globals: 17.7.0 + typescript-eslint: 8.62.1(c325961559618ab4e0a17a6753278df3) + transitivePeerDependencies: + - '@babel/core' + - '@typescript-eslint/parser' + - eslint + - supports-color + - ts-declaration-location + - typescript + + ember-estree@0.6.10: + dependencies: + '@glimmer/env': 0.1.7 + '@glimmer/syntax': 0.95.0 + content-tag: 4.2.0 + oxc-parser: 0.130.0 + + ember-focus-trap@2.0.0(@babel/core@8.0.1): dependencies: '@embroider/addon-shim': 1.10.2 - decorator-transforms: 2.3.2(@babel/core@7.29.0) + decorator-transforms: 2.3.2(@babel/core@8.0.1) focus-trap: 8.1.0 transitivePeerDependencies: - '@babel/core' - supports-color - ember-gesture-modifiers@6.1.0(27df71c7a625996bcf2ef19af182a2ce): + ember-gesture-modifiers@6.1.0(083f0f04ea2f882d5ff8f6c484c92854): dependencies: - '@embroider/addon-shim': 1.10.2 - decorator-transforms: 2.3.2(@babel/core@7.29.0) - ember-modifier: 4.3.0(@babel/core@7.29.0) + '@embroider/addon-shim': 1.10.3 + decorator-transforms: 2.3.2(@babel/core@8.0.1) + ember-modifier: 4.3.0(@babel/core@8.0.1) ember-source: 6.12.0(@glimmer/component@2.1.1)(rsvp@4.8.5) optionalDependencies: - '@ember/test-helpers': 5.4.2(c8332dc3f90c0e60eb130a3a85f980b9) + '@ember/test-helpers': 5.4.2(@babel/core@8.0.1)(@glint/template@1.7.7) transitivePeerDependencies: - '@babel/core' - supports-color @@ -11458,17 +13216,17 @@ snapshots: dependencies: ember-source: 6.12.0(@glimmer/component@2.1.1)(rsvp@4.8.5) - ember-mobile-menu@6.1.0(c0798c5eb304914fe7bcdcc185f995aa): + ember-mobile-menu@6.1.0(a1e10da5ca463c0f63958d1e18965279): dependencies: - '@ember/test-waiters': 4.1.1(c8332dc3f90c0e60eb130a3a85f980b9) + '@ember/test-waiters': 4.1.1(@babel/core@8.0.1)(@glint/template@1.7.7) '@embroider/addon-shim': 1.10.2 '@glimmer/component': 2.1.1 - decorator-transforms: 2.3.2(@babel/core@7.29.0) - ember-concurrency: 5.2.0(c8332dc3f90c0e60eb130a3a85f980b9) - ember-gesture-modifiers: 6.1.0(27df71c7a625996bcf2ef19af182a2ce) - ember-modifier: 4.3.0(@babel/core@7.29.0) - ember-primitives: file:ember-primitives(5c0eaebf1b4b32661be1beb69576d86a) - tracked-built-ins: 4.1.2(@babel/core@7.29.0) + decorator-transforms: 2.3.2(@babel/core@8.0.1) + ember-concurrency: 5.2.0(@babel/core@8.0.1)(@glint/template@1.7.7) + ember-gesture-modifiers: 6.1.0(083f0f04ea2f882d5ff8f6c484c92854) + ember-modifier: 4.3.0(@babel/core@8.0.1) + ember-primitives: file:ember-primitives(1046bbf0f3c32c25f595d2a1e38a8f7a) + tracked-built-ins: 4.1.2(@babel/core@8.0.1) wobble: 1.5.1 transitivePeerDependencies: - '@babel/core' @@ -11486,6 +13244,14 @@ snapshots: - '@babel/core' - supports-color + ember-modifier@4.3.0(@babel/core@8.0.1): + dependencies: + '@embroider/addon-shim': 1.10.2 + decorator-transforms: 2.3.2(@babel/core@8.0.1) + transitivePeerDependencies: + - '@babel/core' + - supports-color + ember-page-title@9.0.3: dependencies: '@embroider/addon-shim': 1.10.2 @@ -11493,6 +13259,31 @@ snapshots: transitivePeerDependencies: - supports-color + ember-primitives@file:ember-primitives(1046bbf0f3c32c25f595d2a1e38a8f7a): + dependencies: + '@babel/runtime': 7.29.7 + '@ember/test-waiters': 4.1.1(@babel/core@8.0.1)(@glint/template@1.7.7) + '@embroider/addon-shim': 1.10.3 + '@floating-ui/dom': 1.7.6 + '@glimmer/component': 2.1.1 + decorator-transforms: 2.3.2(@babel/core@8.0.1) + ember-element-helper: 0.8.8 + ember-modifier: 4.3.0(@babel/core@8.0.1) + ember-resources: 7.0.7(3bd2666cc727fee6cbed78d52aee6f77) + form-data-utils: 0.6.0 + reactiveweb: 1.9.3(99b2d2687bd40fb0d54cf5254e027eb2) + should-handle-link: 1.3.0 + tabster: 8.8.0 + tracked-built-ins: 4.1.2(@babel/core@8.0.1) + tracked-toolbox: 3.0.0(@babel/core@8.0.1) + which-heading-do-i-need: file:packages/which-heading-do-i-need + optionalDependencies: + '@ember/test-helpers': 5.4.2(@babel/core@8.0.1)(@glint/template@1.7.7) + '@glint/template': 1.7.7 + transitivePeerDependencies: + - '@babel/core' + - supports-color + ember-primitives@file:ember-primitives(5c0eaebf1b4b32661be1beb69576d86a): dependencies: '@babel/runtime': 7.29.7 @@ -11518,6 +13309,18 @@ snapshots: - '@babel/core' - supports-color + ember-qunit@9.0.4(c10f133538c851d7c5ec82a93b265b7f): + dependencies: + '@ember/test-helpers': 5.4.2(@babel/core@8.0.1)(@glint/template@1.7.7) + '@embroider/addon-shim': 1.10.2 + '@embroider/macros': 1.20.2(@babel/core@8.0.1)(@glint/template@1.7.7) + qunit: 2.25.0 + qunit-theme-ember: 1.0.0 + transitivePeerDependencies: + - '@babel/core' + - '@glint/template' + - supports-color + ember-qunit@9.0.4(ebab0724d89cb4dee56a509475ce7ad5): dependencies: '@ember/test-helpers': 5.4.2(c8332dc3f90c0e60eb130a3a85f980b9) @@ -11530,16 +13333,16 @@ snapshots: - '@glint/template' - supports-color - ember-repl@8.1.0(ddb9b70054f9e7b8e6e6898e21c22d6b): + ember-repl@8.1.0(6773cfc6a76013e91c9f9029b0a0155d): dependencies: - '@ember/test-helpers': 5.4.2(c8332dc3f90c0e60eb130a3a85f980b9) - '@ember/test-waiters': 4.1.1(c8332dc3f90c0e60eb130a3a85f980b9) + '@ember/test-helpers': 5.4.2(@babel/core@8.0.1)(@glint/template@1.7.7) + '@ember/test-waiters': 4.1.1(@babel/core@8.0.1)(@glint/template@1.7.7) codemirror: 6.0.2 content-tag: 4.1.1 - decorator-transforms: 2.3.2(@babel/core@7.29.0) - ember-primitives: file:ember-primitives(5c0eaebf1b4b32661be1beb69576d86a) + decorator-transforms: 2.3.2(@babel/core@8.0.1) + ember-primitives: file:ember-primitives(1046bbf0f3c32c25f595d2a1e38a8f7a) ember-resolver: 13.2.0 - ember-resources: 7.0.7(2935cfb77147881c8250be8c1bb7d0d1) + ember-resources: 7.0.7(3bd2666cc727fee6cbed78d52aee6f77) repl-sdk: 1.6.0(2131498b9766cc22739a0592ff41fd7e) optionalDependencies: '@glint/template': 1.7.7 @@ -11565,6 +13368,17 @@ snapshots: - '@babel/core' - supports-color + ember-resources@7.0.7(3bd2666cc727fee6cbed78d52aee6f77): + dependencies: + '@embroider/addon-shim': 1.10.2 + '@embroider/macros': 1.20.2(@babel/core@8.0.1)(@glint/template@1.7.7) + '@glint/template': 1.7.7 + optionalDependencies: + '@glimmer/component': 2.1.1 + transitivePeerDependencies: + - '@babel/core' + - supports-color + ember-rfc176-data@0.3.18: {} ember-route-template@1.0.3: @@ -11575,16 +13389,16 @@ snapshots: ember-router-generator@2.0.0: dependencies: - '@babel/parser': 7.29.2 + '@babel/parser': 7.29.3 '@babel/traverse': 7.29.0 recast: 0.18.10 transitivePeerDependencies: - supports-color - ember-scoped-css@2.2.2(ember-template-lint@7.9.3): + ember-scoped-css@3.0.0(ember-template-lint@7.9.3): dependencies: - '@babel/parser': 7.29.2 - '@embroider/addon-shim': 1.10.2 + '@babel/parser': 7.29.3 + '@embroider/addon-shim': 1.10.3 babel-import-util: 3.0.1 broccoli-concat: 4.2.7 broccoli-funnel: 3.0.8 @@ -11639,10 +13453,10 @@ snapshots: - rsvp - supports-color - ember-strict-application-resolver@0.1.1(@babel/core@7.29.0): + ember-strict-application-resolver@0.1.1(@babel/core@8.0.1): dependencies: '@embroider/addon-shim': 1.10.2 - decorator-transforms: 2.3.2(@babel/core@7.29.0) + decorator-transforms: 2.3.2(@babel/core@8.0.1) transitivePeerDependencies: - '@babel/core' - supports-color @@ -11668,14 +13482,16 @@ snapshots: transitivePeerDependencies: - supports-color - ember-welcome-page@8.0.5(@babel/core@7.29.0): + ember-welcome-page@8.0.5(@babel/core@8.0.1): dependencies: '@embroider/addon-shim': 1.10.2 - decorator-transforms: 2.3.2(@babel/core@7.29.0) + decorator-transforms: 2.3.2(@babel/core@8.0.1) transitivePeerDependencies: - '@babel/core' - supports-color + emoji-regex@10.6.0: {} + emoji-regex@8.0.0: {} emoji-regex@9.2.2: {} @@ -11684,6 +13500,8 @@ snapshots: emojis-list@3.0.0: {} + empathic@2.0.1: {} + encodeurl@1.0.2: {} encodeurl@2.0.0: {} @@ -11829,11 +13647,20 @@ snapshots: escape-string-regexp@5.0.0: {} + eslint-compat-utils@0.5.1(eslint@10.6.0(jiti@2.6.1)): + dependencies: + eslint: 10.6.0(jiti@2.6.1) + semver: 7.8.5 + eslint-compat-utils@0.5.1(eslint@9.39.4(jiti@2.6.1)): dependencies: eslint: 9.39.4(jiti@2.6.1) semver: 7.8.5 + eslint-config-prettier@10.1.8(eslint@10.6.0(jiti@2.6.1)): + dependencies: + eslint: 10.6.0(jiti@2.6.1) + eslint-config-prettier@10.1.8(eslint@9.39.4(jiti@2.6.1)): dependencies: eslint: 9.39.4(jiti@2.6.1) @@ -11853,6 +13680,21 @@ snapshots: transitivePeerDependencies: - supports-color + eslint-import-resolver-typescript@4.4.4(01dc4d453cfb8e786eca456fba565689): + dependencies: + debug: 4.4.3 + eslint: 10.6.0(jiti@2.6.1) + eslint-import-context: 0.1.9(unrs-resolver@1.11.1) + get-tsconfig: 4.14.0 + is-bun-module: 2.0.0 + stable-hash-x: 0.2.0 + tinyglobby: 0.2.16 + unrs-resolver: 1.11.1 + optionalDependencies: + eslint-plugin-import: 2.32.0(7072b332ecce631102eb1fc170803e71) + transitivePeerDependencies: + - supports-color + eslint-import-resolver-typescript@4.4.4(3ee4a70ccc9e8a5afe5f56d747a64d9a): dependencies: debug: 4.4.3 @@ -11879,17 +13721,41 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-compat@7.0.2(eslint@9.39.4(jiti@2.6.1)): + eslint-module-utils@2.12.1(c2efaec65c8bb00d2470933bf7ecacf3): + dependencies: + debug: 3.2.7 + optionalDependencies: + '@typescript-eslint/parser': 8.62.1(c325961559618ab4e0a17a6753278df3) + eslint: 10.6.0(jiti@2.6.1) + eslint-import-resolver-node: 0.3.10 + eslint-import-resolver-typescript: 4.4.4(01dc4d453cfb8e786eca456fba565689) + transitivePeerDependencies: + - supports-color + + eslint-plugin-compat@7.0.2(eslint@10.6.0(jiti@2.6.1)): dependencies: '@mdn/browser-compat-data': 6.1.5 ast-metadata-inferer: 0.8.1 browserslist: 4.28.2 - eslint: 9.39.4(jiti@2.6.1) + eslint: 10.6.0(jiti@2.6.1) find-up: 5.0.0 globals: 15.15.0 lodash.memoize: 4.1.2 semver: 7.7.4 + eslint-plugin-decorator-position@6.1.0(675b12b4bf2a809cbba42b4ca8b7e6c5): + dependencies: + '@babel/core': 7.29.0 + '@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0) + '@ember-data/rfc395-data': 0.0.4 + ember-rfc176-data: 0.3.18 + eslint: 10.6.0(jiti@2.6.1) + snake-case: 3.0.4 + optionalDependencies: + '@babel/eslint-parser': 7.28.6(9a1f422b63a015a58a4610c7c6fab3ef) + transitivePeerDependencies: + - supports-color + eslint-plugin-decorator-position@6.1.0(68368dad875476049095689d4385e150): dependencies: '@babel/core': 7.29.0 @@ -11903,25 +13769,58 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-ember@12.7.5(891033da58387c05e6e5f69ec12ade38): + eslint-plugin-ember@12.7.5(891033da58387c05e6e5f69ec12ade38): + dependencies: + '@ember-data/rfc395-data': 0.0.4 + css-tree: 3.2.1 + ember-eslint-parser: 0.5.13(891033da58387c05e6e5f69ec12ade38) + ember-rfc176-data: 0.3.18 + eslint: 9.39.4(jiti@2.6.1) + eslint-utils: 3.0.0(eslint@9.39.4(jiti@2.6.1)) + estraverse: 5.3.0 + lodash.camelcase: 4.3.0 + lodash.kebabcase: 4.1.1 + requireindex: 1.2.0 + snake-case: 3.0.4 + optionalDependencies: + '@typescript-eslint/parser': 8.59.0(d09d4941bb723599cbd96b45e680dbf8) + transitivePeerDependencies: + - '@babel/core' + - typescript + + eslint-plugin-ember@13.4.1(50c130d14e3e0f9ccf81f014d61b53db): dependencies: '@ember-data/rfc395-data': 0.0.4 + aria-query: 5.3.2 + axobject-query: 4.1.0 css-tree: 3.2.1 - ember-eslint-parser: 0.5.13(891033da58387c05e6e5f69ec12ade38) + editorconfig: 3.0.2 + ember-eslint-parser: 0.14.3(b7b45a0f7180d0bcc87eceff9ccf438f) ember-rfc176-data: 0.3.18 - eslint: 9.39.4(jiti@2.6.1) - eslint-utils: 3.0.0(eslint@9.39.4(jiti@2.6.1)) + eslint: 10.6.0(jiti@2.6.1) + eslint-utils: 3.0.0(eslint@10.6.0(jiti@2.6.1)) estraverse: 5.3.0 + html-tags: 3.3.1 + language-tags: 1.0.9 lodash.camelcase: 4.3.0 lodash.kebabcase: 4.1.1 + mathml-tag-names: 4.0.0 requireindex: 1.2.0 snake-case: 3.0.4 + svg-tags: 1.0.0 optionalDependencies: - '@typescript-eslint/parser': 8.59.0(d09d4941bb723599cbd96b45e680dbf8) + '@typescript-eslint/parser': 8.62.1(c325961559618ab4e0a17a6753278df3) transitivePeerDependencies: - - '@babel/core' + - '@babel/eslint-parser' - typescript + eslint-plugin-es-x@7.8.0(eslint@10.6.0(jiti@2.6.1)): + dependencies: + '@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0(jiti@2.6.1)) + '@eslint-community/regexpp': 4.12.2 + eslint: 10.6.0(jiti@2.6.1) + eslint-compat-utils: 0.5.1(eslint@10.6.0(jiti@2.6.1)) + eslint-plugin-es-x@7.8.0(eslint@9.39.4(jiti@2.6.1)): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) @@ -11929,6 +13828,35 @@ snapshots: eslint: 9.39.4(jiti@2.6.1) eslint-compat-utils: 0.5.1(eslint@9.39.4(jiti@2.6.1)) + eslint-plugin-import@2.32.0(7072b332ecce631102eb1fc170803e71): + dependencies: + '@rtsao/scc': 1.1.0 + array-includes: 3.1.9 + array.prototype.findlastindex: 1.2.6 + array.prototype.flat: 1.3.3 + array.prototype.flatmap: 1.3.3 + debug: 3.2.7 + doctrine: 2.1.0 + eslint: 10.6.0(jiti@2.6.1) + eslint-import-resolver-node: 0.3.10 + eslint-module-utils: 2.12.1(c2efaec65c8bb00d2470933bf7ecacf3) + hasown: 2.0.3 + is-core-module: 2.16.1 + is-glob: 4.0.3 + minimatch: 3.1.5 + object.fromentries: 2.0.8 + object.groupby: 1.0.3 + object.values: 1.2.1 + semver: 6.3.1 + string.prototype.trimend: 1.0.9 + tsconfig-paths: 3.15.0 + optionalDependencies: + '@typescript-eslint/parser': 8.62.1(c325961559618ab4e0a17a6753278df3) + transitivePeerDependencies: + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack + - supports-color + eslint-plugin-import@2.32.0(899df2e59d533f74ac10b9d77bfc73dd): dependencies: '@rtsao/scc': 1.1.0 @@ -11978,6 +13906,27 @@ snapshots: transitivePeerDependencies: - typescript + eslint-plugin-n@18.2.1(432e4a024503da40275ef1aba083f360): + dependencies: + '@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0(jiti@2.6.1)) + enhanced-resolve: 5.21.0 + eslint: 10.6.0(jiti@2.6.1) + eslint-plugin-es-x: 7.8.0(eslint@10.6.0(jiti@2.6.1)) + get-tsconfig: 4.14.0 + globals: 15.15.0 + globrex: 0.1.2 + ignore: 5.3.2 + semver: 7.8.5 + optionalDependencies: + ts-declaration-location: 1.0.7(typescript@6.0.3) + typescript: 6.0.3 + + eslint-plugin-qunit@8.2.6(eslint@10.6.0(jiti@2.6.1)): + dependencies: + '@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0(jiti@2.6.1)) + eslint: 10.6.0(jiti@2.6.1) + requireindex: 1.2.0 + eslint-plugin-qunit@8.2.6(eslint@9.39.4(jiti@2.6.1)): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) @@ -11988,6 +13937,10 @@ snapshots: dependencies: eslint: 9.39.4(jiti@2.6.1) + eslint-plugin-simple-import-sort@13.0.0(eslint@10.6.0(jiti@2.6.1)): + dependencies: + eslint: 10.6.0(jiti@2.6.1) + eslint-scope@5.1.1: dependencies: esrecurse: 4.3.0 @@ -12003,6 +13956,18 @@ snapshots: esrecurse: 4.3.0 estraverse: 5.3.0 + eslint-scope@9.1.2: + dependencies: + '@types/esrecurse': 4.3.1 + '@types/estree': 1.0.9 + esrecurse: 4.3.0 + estraverse: 5.3.0 + + eslint-utils@3.0.0(eslint@10.6.0(jiti@2.6.1)): + dependencies: + eslint: 10.6.0(jiti@2.6.1) + eslint-visitor-keys: 2.1.0 + eslint-utils@3.0.0(eslint@9.39.4(jiti@2.6.1)): dependencies: eslint: 9.39.4(jiti@2.6.1) @@ -12016,6 +13981,43 @@ snapshots: eslint-visitor-keys@5.0.1: {} + eslint@10.6.0(jiti@2.6.1): + dependencies: + '@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0(jiti@2.6.1)) + '@eslint-community/regexpp': 4.12.2 + '@eslint/config-array': 0.23.5 + '@eslint/config-helpers': 0.6.0 + '@eslint/core': 1.2.1 + '@eslint/plugin-kit': 0.7.2 + '@humanfs/node': 0.16.8 + '@humanwhocodes/module-importer': 1.0.1 + '@humanwhocodes/retry': 0.4.3 + '@types/estree': 1.0.9 + ajv: 6.15.0 + cross-spawn: 7.0.6 + debug: 4.4.3 + escape-string-regexp: 4.0.0 + eslint-scope: 9.1.2 + eslint-visitor-keys: 5.0.1 + espree: 11.2.0 + esquery: 1.7.0 + esutils: 2.0.3 + fast-deep-equal: 3.1.3 + file-entry-cache: 8.0.0 + find-up: 5.0.0 + glob-parent: 6.0.2 + ignore: 5.3.2 + imurmurhash: 0.1.4 + is-glob: 4.0.3 + json-stable-stringify-without-jsonify: 1.0.1 + minimatch: 10.2.5 + natural-compare: 1.4.0 + optionator: 0.9.4 + optionalDependencies: + jiti: 2.6.1 + transitivePeerDependencies: + - supports-color + eslint@9.39.4(jiti@2.6.1): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) @@ -12063,6 +14065,12 @@ snapshots: acorn-jsx: 5.3.2(acorn@8.16.0) eslint-visitor-keys: 4.2.1 + espree@11.2.0: + dependencies: + acorn: 8.16.0 + acorn-jsx: 5.3.2(acorn@8.16.0) + eslint-visitor-keys: 5.0.1 + esprima@4.0.1: {} esquery@1.7.0: @@ -12258,12 +14266,12 @@ snapshots: locate-path: 6.0.0 path-exists: 4.0.0 - fix-bad-declaration-output@1.1.5(d8e14f727f2879460e589df737de2942): + fix-bad-declaration-output@1.1.5(d3cde7ec858f8bb14751827b86eac022): dependencies: '@babel/parser': 7.29.2 fs-extra: 11.3.4 globby: 14.1.0 - jscodeshift: 0.15.2(d8e14f727f2879460e589df737de2942) + jscodeshift: 0.15.2(d3cde7ec858f8bb14751827b86eac022) transitivePeerDependencies: - '@babel/preset-env' - supports-color @@ -12545,6 +14553,8 @@ snapshots: globals@17.5.0: {} + globals@17.7.0: {} + globalthis@1.0.4: dependencies: define-properties: 1.2.1 @@ -13105,16 +15115,18 @@ snapshots: js-string-escape@1.0.1: {} + js-tokens@10.0.0: {} + js-tokens@4.0.0: {} js-yaml@4.1.1: dependencies: argparse: 2.0.1 - jscodeshift@0.15.2(d8e14f727f2879460e589df737de2942): + jscodeshift@0.15.2(d3cde7ec858f8bb14751827b86eac022): dependencies: '@babel/core': 7.29.0 - '@babel/parser': 7.29.2 + '@babel/parser': 7.29.3 '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.29.0) '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.29.0) '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.29.0) @@ -13134,7 +15146,7 @@ snapshots: temp: 0.8.4 write-file-atomic: 2.4.3 optionalDependencies: - '@babel/preset-env': 7.29.2(@babel/core@7.29.0) + '@babel/preset-env': 7.29.2(@babel/core@8.0.1) transitivePeerDependencies: - supports-color @@ -13220,24 +15232,24 @@ snapshots: kind-of@6.0.3: {} - kolay@5.2.0(a417d88aa35fbfb0591a793939686c8f): + kolay@5.2.0(4e0baefb2a820e71cea554de4a523b5b): dependencies: - '@ember/test-waiters': 4.1.1(c8332dc3f90c0e60eb130a3a85f980b9) + '@ember/test-waiters': 4.1.1(@babel/core@8.0.1)(@glint/template@1.7.7) '@embroider/addon-shim': 1.10.2 '@glimmer/component': 2.1.1 '@glint/template': 1.7.7 change-case: 5.4.4 common-tags: 1.8.2 content-tag: 4.1.1 - decorator-transforms: 2.3.2(@babel/core@7.29.0) - ember-modifier: 4.3.0(@babel/core@7.29.0) - ember-primitives: file:ember-primitives(5c0eaebf1b4b32661be1beb69576d86a) - ember-repl: 8.1.0(ddb9b70054f9e7b8e6e6898e21c22d6b) - ember-resources: 7.0.7(2935cfb77147881c8250be8c1bb7d0d1) + decorator-transforms: 2.3.2(@babel/core@8.0.1) + ember-modifier: 4.3.0(@babel/core@8.0.1) + ember-primitives: file:ember-primitives(1046bbf0f3c32c25f595d2a1e38a8f7a) + ember-repl: 8.1.0(6773cfc6a76013e91c9f9029b0a0155d) + ember-resources: 7.0.7(3bd2666cc727fee6cbed78d52aee6f77) globby: 16.2.0 json5: 2.2.3 package-up: 5.0.0 - reactiveweb: 1.9.3(4c39b78eb87fdf42795809c3c486aa0d) + reactiveweb: 1.9.3(99b2d2687bd40fb0d54cf5254e027eb2) rehype-raw: 7.0.0 rehype-stringify: 10.0.1 remark-gfm: 4.0.1 @@ -13245,7 +15257,7 @@ snapshots: remark-rehype: 11.1.2 repl-sdk: 1.6.0(2131498b9766cc22739a0592ff41fd7e) send: 1.2.1 - tracked-built-ins: 4.1.2(@babel/core@7.29.0) + tracked-built-ins: 4.1.2(@babel/core@8.0.1) typedoc: 0.28.16(typescript@6.0.3) typedoc-plugin-rename-defaults: 0.7.3(typedoc@0.28.16(typescript@6.0.3)) unist-util-visit: 5.1.0 @@ -13261,6 +15273,12 @@ snapshots: ky@1.14.3: {} + language-subtag-registry@0.3.23: {} + + language-tags@1.0.9: + dependencies: + language-subtag-registry: 0.3.23 + latest-version@9.0.0: dependencies: package-json: 10.0.1 @@ -13328,15 +15346,15 @@ snapshots: lightningcss-win32-arm64-msvc: 1.32.0 lightningcss-win32-x64-msvc: 1.32.0 - limber-ui@4.2.1(c8332dc3f90c0e60eb130a3a85f980b9): + limber-ui@4.2.1(@babel/core@8.0.1)(@glint/template@1.7.7): dependencies: - '@ember/test-waiters': 4.1.1(c8332dc3f90c0e60eb130a3a85f980b9) + '@ember/test-waiters': 4.1.1(@babel/core@8.0.1)(@glint/template@1.7.7) '@embroider/addon-shim': 1.10.2 '@glimmer/component': 2.1.1 - decorator-transforms: 2.3.2(@babel/core@7.29.0) - ember-modifier: 4.3.0(@babel/core@7.29.0) + decorator-transforms: 2.3.2(@babel/core@8.0.1) + ember-modifier: 4.3.0(@babel/core@8.0.1) penpal: 6.2.2 - reactiveweb: 1.9.3(4c39b78eb87fdf42795809c3c486aa0d) + reactiveweb: 1.9.3(99b2d2687bd40fb0d54cf5254e027eb2) transitivePeerDependencies: - '@babel/core' - '@glint/template' @@ -13980,7 +15998,7 @@ snapshots: dependencies: growly: 1.3.0 is-wsl: 2.2.0 - semver: 7.7.4 + semver: 7.8.5 shellwords: 0.1.1 uuid: 8.3.2 which: 2.0.2 @@ -13999,7 +16017,7 @@ snapshots: npm-install-checks@7.1.2: dependencies: - semver: 7.7.4 + semver: 7.8.5 npm-normalize-package-bin@4.0.0: {} @@ -14007,7 +16025,7 @@ snapshots: dependencies: hosted-git-info: 8.1.0 proc-log: 5.0.0 - semver: 7.7.4 + semver: 7.8.5 validate-npm-package-name: 6.0.2 npm-pick-manifest@10.0.0: @@ -14015,7 +16033,7 @@ snapshots: npm-install-checks: 7.1.2 npm-normalize-package-bin: 4.0.0 npm-package-arg: 12.0.2 - semver: 7.7.4 + semver: 7.8.5 npm-run-path@4.0.1: dependencies: @@ -14026,18 +16044,18 @@ snapshots: path-key: 4.0.0 unicorn-magic: 0.3.0 - nvp.ui@0.5.3(@babel/core@7.29.0): + nvp.ui@0.5.3(@babel/core@8.0.1): dependencies: - '@ember/test-helpers': 5.4.2(c8332dc3f90c0e60eb130a3a85f980b9) - '@ember/test-waiters': 4.1.1(c8332dc3f90c0e60eb130a3a85f980b9) + '@ember/test-helpers': 5.4.2(@babel/core@8.0.1)(@glint/template@1.7.7) + '@ember/test-waiters': 4.1.1(@babel/core@8.0.1)(@glint/template@1.7.7) '@embroider/addon-shim': 1.10.2 - '@embroider/macros': 1.20.2(c8332dc3f90c0e60eb130a3a85f980b9) + '@embroider/macros': 1.20.2(@babel/core@8.0.1)(@glint/template@1.7.7) '@glimmer/component': 2.1.1 '@glint/template': 1.7.7 - decorator-transforms: 2.3.2(@babel/core@7.29.0) - ember-modifier: 4.3.0(@babel/core@7.29.0) - ember-primitives: file:ember-primitives(5c0eaebf1b4b32661be1beb69576d86a) - ember-resources: 7.0.7(2935cfb77147881c8250be8c1bb7d0d1) + decorator-transforms: 2.3.2(@babel/core@8.0.1) + ember-modifier: 4.3.0(@babel/core@8.0.1) + ember-primitives: file:ember-primitives(1046bbf0f3c32c25f595d2a1e38a8f7a) + ember-resources: 7.0.7(3bd2666cc727fee6cbed78d52aee6f77) transitivePeerDependencies: - '@babel/core' - supports-color @@ -14093,6 +16111,8 @@ snapshots: define-properties: 1.2.1 es-object-atoms: 1.1.1 + obug@2.1.3: {} + on-finished@2.4.1: dependencies: ee-first: 1.1.1 @@ -14144,6 +16164,31 @@ snapshots: object-keys: 1.1.1 safe-push-apply: 1.0.0 + oxc-parser@0.130.0: + dependencies: + '@oxc-project/types': 0.130.0 + optionalDependencies: + '@oxc-parser/binding-android-arm-eabi': 0.130.0 + '@oxc-parser/binding-android-arm64': 0.130.0 + '@oxc-parser/binding-darwin-arm64': 0.130.0 + '@oxc-parser/binding-darwin-x64': 0.130.0 + '@oxc-parser/binding-freebsd-x64': 0.130.0 + '@oxc-parser/binding-linux-arm-gnueabihf': 0.130.0 + '@oxc-parser/binding-linux-arm-musleabihf': 0.130.0 + '@oxc-parser/binding-linux-arm64-gnu': 0.130.0 + '@oxc-parser/binding-linux-arm64-musl': 0.130.0 + '@oxc-parser/binding-linux-ppc64-gnu': 0.130.0 + '@oxc-parser/binding-linux-riscv64-gnu': 0.130.0 + '@oxc-parser/binding-linux-riscv64-musl': 0.130.0 + '@oxc-parser/binding-linux-s390x-gnu': 0.130.0 + '@oxc-parser/binding-linux-x64-gnu': 0.130.0 + '@oxc-parser/binding-linux-x64-musl': 0.130.0 + '@oxc-parser/binding-openharmony-arm64': 0.130.0 + '@oxc-parser/binding-wasm32-wasi': 0.130.0 + '@oxc-parser/binding-win32-arm64-msvc': 0.130.0 + '@oxc-parser/binding-win32-ia32-msvc': 0.130.0 + '@oxc-parser/binding-win32-x64-msvc': 0.130.0 + p-defer@1.0.0: {} p-limit@2.3.0: @@ -14179,7 +16224,7 @@ snapshots: ky: 1.14.3 registry-auth-token: 5.1.1 registry-url: 6.0.1 - semver: 7.7.4 + semver: 7.8.5 package-manager-detector@1.6.0: {} @@ -14455,6 +16500,18 @@ snapshots: - '@glint/template' - supports-color + reactiveweb@1.9.3(99b2d2687bd40fb0d54cf5254e027eb2): + dependencies: + '@ember/test-waiters': 4.1.1(@babel/core@8.0.1)(@glint/template@1.7.7) + '@embroider/addon-shim': 1.10.3 + decorator-transforms: 2.3.2(@babel/core@8.0.1) + ember-resources: 7.0.7(3bd2666cc727fee6cbed78d52aee6f77) + transitivePeerDependencies: + - '@babel/core' + - '@glimmer/component' + - '@glint/template' + - supports-color + read-package-up@12.0.0: dependencies: find-up-simple: 1.0.1 @@ -15013,6 +17070,8 @@ snapshots: shell-quote@1.8.3: {} + shell-quote@1.8.4: {} + shellwords@0.1.1: {} shiki@3.23.0: @@ -15196,6 +17255,12 @@ snapshots: emoji-regex: 9.2.2 strip-ansi: 7.2.0 + string-width@7.2.0: + dependencies: + emoji-regex: 10.6.0 + get-east-asian-width: 1.5.0 + strip-ansi: 7.2.0 + string-width@8.2.0: dependencies: get-east-asian-width: 1.5.0 @@ -15485,6 +17550,84 @@ snapshots: - walrus - whiskers + testem@3.20.0(a08b8540b6277ad844d252e05c677e2d): + dependencies: + '@xmldom/xmldom': 0.9.10 + backbone: 1.6.1 + charm: 1.0.2 + chokidar: 5.0.0 + commander: 14.0.3 + compression: 1.8.1 + consolidate: 1.0.4(9a655e423d76b7ab8f3b1e2578caa2cb) + execa: 9.6.1 + express: 5.2.1 + glob: 13.0.6 + http-proxy: 1.18.1 + js-yaml: 4.1.1 + lodash: 4.18.1 + minimatch: 10.2.5 + mkdirp: 3.0.1 + mustache: 4.2.0 + node-notifier: 10.0.1 + printf: 0.6.1 + proc-log: 6.1.0 + rimraf: 6.1.3 + socket.io: 4.8.3 + spawn-args: 0.2.0 + styled_string: 0.0.1 + tap-parser: 18.3.3 + transitivePeerDependencies: + - '@babel/core' + - arc-templates + - atpl + - bracket-template + - bufferutil + - coffee-script + - debug + - dot + - dust + - dustjs-helpers + - dustjs-linkedin + - eco + - ect + - ejs + - haml-coffee + - hamlet + - hamljs + - handlebars + - hogan.js + - htmling + - jazz + - jqtpl + - just + - liquid-node + - liquor + - mote + - nunjucks + - plates + - pug + - qejs + - ractive + - react + - react-dom + - slm + - supports-color + - swig + - swig-templates + - teacup + - templayed + - then-pug + - tinyliquid + - toffee + - twig + - twing + - underscore + - utf-8-validate + - vash + - velocityjs + - walrus + - whiskers + textextensions@2.6.0: {} thenify-all@1.6.0: @@ -15543,6 +17686,14 @@ snapshots: - '@babel/core' - supports-color + tracked-built-ins@4.1.2(@babel/core@8.0.1): + dependencies: + '@embroider/addon-shim': 1.10.2 + decorator-transforms: 2.3.2(@babel/core@8.0.1) + transitivePeerDependencies: + - '@babel/core' + - supports-color + tracked-toolbox@3.0.0(@babel/core@7.29.0): dependencies: '@embroider/addon-shim': 1.10.2 @@ -15551,6 +17702,14 @@ snapshots: - '@babel/core' - supports-color + tracked-toolbox@3.0.0(@babel/core@8.0.1): + dependencies: + '@embroider/addon-shim': 1.10.2 + decorator-transforms: 2.3.2(@babel/core@8.0.1) + transitivePeerDependencies: + - '@babel/core' + - supports-color + tree-kill@1.2.2: {} tree-sync@1.4.0: @@ -15670,7 +17829,7 @@ snapshots: typescript-auto-import-cache@0.3.6: dependencies: - semver: 7.7.4 + semver: 7.8.5 typescript-eslint@8.59.0(d09d4941bb723599cbd96b45e680dbf8): dependencies: @@ -15683,6 +17842,17 @@ snapshots: transitivePeerDependencies: - supports-color + typescript-eslint@8.62.1(c325961559618ab4e0a17a6753278df3): + dependencies: + '@typescript-eslint/eslint-plugin': 8.62.1(88fee8ec53b88cf00488a40d9169d270) + '@typescript-eslint/parser': 8.62.1(c325961559618ab4e0a17a6753278df3) + '@typescript-eslint/typescript-estree': 8.62.1(typescript@6.0.3) + '@typescript-eslint/utils': 8.62.1(c325961559618ab4e0a17a6753278df3) + eslint: 10.6.0(jiti@2.6.1) + typescript: 6.0.3 + transitivePeerDependencies: + - supports-color + typescript-memoize@1.1.1: {} typescript@5.6.1-rc: {} @@ -15892,7 +18062,7 @@ snapshots: volar-service-typescript@0.0.70(@volar/language-service@2.4.28): dependencies: path-browserify: 1.0.1 - semver: 7.7.4 + semver: 7.8.5 typescript-auto-import-cache: 0.3.6 vscode-languageserver-textdocument: 1.0.12 vscode-nls: 5.2.0 @@ -16062,6 +18232,12 @@ snapshots: string-width: 5.1.2 strip-ansi: 7.2.0 + wrap-ansi@9.0.2: + dependencies: + ansi-styles: 6.2.3 + string-width: 7.2.0 + strip-ansi: 7.2.0 + wrappy@1.0.2: {} write-file-atomic@2.4.3: @@ -16098,6 +18274,8 @@ snapshots: yargs-parser@21.1.1: {} + yargs-parser@22.0.0: {} + yargs@16.2.0: dependencies: cliui: 7.0.4 @@ -16118,6 +18296,15 @@ snapshots: y18n: 5.0.8 yargs-parser: 21.1.1 + yargs@18.0.0: + dependencies: + cliui: 9.0.1 + escalade: 3.2.0 + get-caller-file: 2.0.5 + string-width: 7.2.0 + y18n: 5.0.8 + yargs-parser: 22.0.0 + yocto-queue@0.1.0: {} yoctocolors@2.1.2: {}