From 8345fc3a33e16a34cbb9aa406af7d8b2deca0bbd Mon Sep 17 00:00:00 2001 From: Edward Faulkner Date: Sat, 15 Jul 2023 17:46:24 -0400 Subject: [PATCH 1/2] Update babel-import-util This new version of babel-import-util emits imports in a different (better) order, so it's a breaking change that causes us to see some difference in our tests. (I did this update because I want to control the import order better, so as to be able to keep side-effects in the right order when using `importSyncImplementation: 'eager'` (the one you need to use with vite.) --- packages/compat/package.json | 2 +- packages/macros/package.json | 2 +- packages/shared-internals/package.json | 2 +- pnpm-lock.yaml | 962 ++++++++++++++++++++++-- tests/scenarios/compat-resolver-test.ts | 134 ++-- tests/scenarios/compat-stage2-test.ts | 2 +- 6 files changed, 986 insertions(+), 118 deletions(-) diff --git a/packages/compat/package.json b/packages/compat/package.json index 7166bfef5..48d715b9b 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -34,7 +34,7 @@ "@types/babel__code-frame": "^7.0.2", "@types/yargs": "^17.0.3", "assert-never": "^1.1.0", - "babel-import-util": "^1.1.0", + "babel-import-util": "^2.0.0", "babel-plugin-ember-template-compilation": "^2.0.0", "babel-plugin-syntax-dynamic-import": "^6.18.0", "babylon": "^6.18.0", diff --git a/packages/macros/package.json b/packages/macros/package.json index 98bd6c6bd..dc0efa828 100644 --- a/packages/macros/package.json +++ b/packages/macros/package.json @@ -25,7 +25,7 @@ "dependencies": { "@embroider/shared-internals": "workspace:*", "assert-never": "^1.2.1", - "babel-import-util": "^1.1.0", + "babel-import-util": "^2.0.0", "ember-cli-babel": "^7.26.6", "find-up": "^5.0.0", "lodash": "^4.17.21", diff --git a/packages/shared-internals/package.json b/packages/shared-internals/package.json index 660920702..894629a12 100644 --- a/packages/shared-internals/package.json +++ b/packages/shared-internals/package.json @@ -28,7 +28,7 @@ "test": "jest" }, "dependencies": { - "babel-import-util": "^1.1.0", + "babel-import-util": "^2.0.0", "ember-rfc176-data": "^0.3.17", "js-string-escape": "^1.0.1", "resolve-package-path": "^4.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7c9c9bf95..a623129bd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -179,8 +179,8 @@ importers: specifier: ^1.1.0 version: 1.2.1 babel-import-util: - specifier: ^1.1.0 - version: 1.1.0 + specifier: ^2.0.0 + version: 2.0.0 babel-plugin-ember-template-compilation: specifier: ^2.0.0 version: 2.0.0 @@ -490,8 +490,8 @@ importers: specifier: ^1.2.1 version: 1.2.1 babel-import-util: - specifier: ^1.1.0 - version: 1.1.0 + specifier: ^2.0.0 + version: 2.0.0 ember-cli-babel: specifier: ^7.26.6 version: 7.26.11 @@ -639,8 +639,8 @@ importers: packages/shared-internals: dependencies: babel-import-util: - specifier: ^1.1.0 - version: 1.1.0 + specifier: ^2.0.0 + version: 2.0.0 ember-rfc176-data: specifier: ^0.3.17 version: 0.3.17 @@ -2045,6 +2045,24 @@ packages: '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 + /@babel/helper-create-class-features-plugin@7.22.9(@babel/core@7.22.9): + resolution: {integrity: sha512-Pwyi89uO4YrGKxL/eNJ8lfEH55DnRloGPOseaA8NFNL6jAUnn+KccaISiFazCj5IolPPDjGSdzQzXVzODVRqUQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.9) + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + semver: 6.3.1 + dev: true + /@babel/helper-create-regexp-features-plugin@7.22.9(@babel/core@7.19.6): resolution: {integrity: sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==} engines: {node: '>=6.9.0'} @@ -2056,6 +2074,18 @@ packages: regexpu-core: 5.3.2 semver: 6.3.1 + /@babel/helper-create-regexp-features-plugin@7.22.9(@babel/core@7.22.9): + resolution: {integrity: sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-annotate-as-pure': 7.22.5 + regexpu-core: 5.3.2 + semver: 6.3.1 + dev: true + /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.19.6): resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} peerDependencies: @@ -2085,6 +2115,21 @@ packages: transitivePeerDependencies: - supports-color + /@babel/helper-define-polyfill-provider@0.4.1(@babel/core@7.22.9): + resolution: {integrity: sha512-kX4oXixDxG197yhX+J3Wp+NpL2wuCFjWQAr6yX2jtCnflK9ulMI51ULFGIrWiX1jGfvAxdHp+XQCcP2bZGPs9A==} + peerDependencies: + '@babel/core': ^7.4.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.9) + '@babel/helper-plugin-utils': 7.22.5 + debug: 4.3.4 + lodash.debounce: 4.0.8 + resolve: 1.20.0 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/helper-environment-visitor@7.22.5: resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==} engines: {node: '>=6.9.0'} @@ -2161,6 +2206,18 @@ packages: '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-wrap-function': 7.22.9 + /@babel/helper-remap-async-to-generator@7.22.9(@babel/core@7.22.9): + resolution: {integrity: sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-wrap-function': 7.22.9 + dev: true + /@babel/helper-replace-supers@7.22.9(@babel/core@7.19.6): resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==} engines: {node: '>=6.9.0'} @@ -2172,6 +2229,18 @@ packages: '@babel/helper-member-expression-to-functions': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 + /@babel/helper-replace-supers@7.22.9(@babel/core@7.22.9): + resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + dev: true + /@babel/helper-simple-access@7.22.5: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} @@ -2252,6 +2321,16 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==} engines: {node: '>=6.9.0'} @@ -2263,6 +2342,18 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/plugin-transform-optional-chaining': 7.22.6(@babel/core@7.19.6) + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.13.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-transform-optional-chaining': 7.22.6(@babel/core@7.22.9) + dev: true + /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.19.6): resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} @@ -2285,6 +2376,17 @@ packages: '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.19.6) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.9): + resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.19.6): resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==} engines: {node: '>=6.9.0'} @@ -2323,6 +2425,20 @@ packages: '@babel/helper-split-export-declaration': 7.22.6 '@babel/plugin-syntax-decorators': 7.22.5(@babel/core@7.19.6) + /@babel/plugin-proposal-decorators@7.22.7(@babel/core@7.22.9): + resolution: {integrity: sha512-omXqPF7Onq4Bb7wHxXjM3jSMSJvUUbvDvmmds7KI5n9Cq6Ln5I05I1W2nRlRof1rGdiUxJrxwe285WF96XlBXQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.9) + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/plugin-syntax-decorators': 7.22.5(@babel/core@7.22.9) + dev: true + /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.19.6): resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} @@ -2435,6 +2551,15 @@ packages: dependencies: '@babel/core': 7.19.6(supports-color@8.1.0) + /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.9): + resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + dev: true + /@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.19.6): resolution: {integrity: sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==} engines: {node: '>=6.9.0'} @@ -2457,6 +2582,17 @@ packages: '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.19.6) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.22.9): + resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} + engines: {node: '>=4'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.19.6): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: @@ -2509,6 +2645,16 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.9): + resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-syntax-decorators@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-avpUOBS7IU6al8MmF1XpAyj9QYeLPuSDJI5D4pVMSMdL7xQokKqJPYQC67RCT0aCTashUXPiGwMJ0DEXXCEmMA==} engines: {node: '>=6.9.0'} @@ -2518,6 +2664,16 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-syntax-decorators@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-avpUOBS7IU6al8MmF1XpAyj9QYeLPuSDJI5D4pVMSMdL7xQokKqJPYQC67RCT0aCTashUXPiGwMJ0DEXXCEmMA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.19.6): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: @@ -2526,6 +2682,15 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.9): + resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.19.6): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: @@ -2534,6 +2699,15 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.9): + resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==} engines: {node: '>=6.9.0'} @@ -2543,6 +2717,16 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==} engines: {node: '>=6.9.0'} @@ -2552,6 +2736,16 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.19.6): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: @@ -2707,6 +2901,16 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.9): + resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.19.6): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} @@ -2755,6 +2959,17 @@ packages: '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.19.6) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.9): + resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==} engines: {node: '>=6.9.0'} @@ -2764,6 +2979,16 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-async-generator-functions@7.22.7(@babel/core@7.19.6): resolution: {integrity: sha512-7HmE7pk/Fmke45TODvxvkxRMV9RazV+ZZzhOL9AG8G29TLrr3jkjwF7uJfxZ30EoXpO+LJkq4oA8NjO2DTnEDg==} engines: {node: '>=6.9.0'} @@ -2776,6 +3001,19 @@ packages: '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.19.6) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.19.6) + /@babel/plugin-transform-async-generator-functions@7.22.7(@babel/core@7.22.9): + resolution: {integrity: sha512-7HmE7pk/Fmke45TODvxvkxRMV9RazV+ZZzhOL9AG8G29TLrr3jkjwF7uJfxZ30EoXpO+LJkq4oA8NjO2DTnEDg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.22.9) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.9) + dev: true + /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==} engines: {node: '>=6.9.0'} @@ -2787,6 +3025,18 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.19.6) + /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.22.9) + dev: true + /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==} engines: {node: '>=6.9.0'} @@ -2796,6 +3046,16 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-block-scoping@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==} engines: {node: '>=6.9.0'} @@ -2835,6 +3095,17 @@ packages: '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.19.6) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-class-static-block@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==} engines: {node: '>=6.9.0'} @@ -2846,15 +3117,27 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.19.6) - /@babel/plugin-transform-classes@7.22.6(@babel/core@7.19.6): - resolution: {integrity: sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==} + /@babel/plugin-transform-class-static-block@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.19.6(supports-color@8.1.0) - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.19.6) + '@babel/core': 7.22.9 + '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.9) + dev: true + + /@babel/plugin-transform-classes@7.22.6(@babel/core@7.19.6): + resolution: {integrity: sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.19.6(supports-color@8.1.0) + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.19.6) '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-function-name': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 @@ -2863,6 +3146,24 @@ packages: '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 + /@babel/plugin-transform-classes@7.22.6(@babel/core@7.22.9): + resolution: {integrity: sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.9) + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.9) + '@babel/helper-split-export-declaration': 7.22.6 + globals: 11.12.0 + dev: true + /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==} engines: {node: '>=6.9.0'} @@ -2873,6 +3174,17 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/template': 7.22.5 + /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/template': 7.22.5 + dev: true + /@babel/plugin-transform-destructuring@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ==} engines: {node: '>=6.9.0'} @@ -2882,6 +3194,16 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-destructuring@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==} engines: {node: '>=6.9.0'} @@ -2892,6 +3214,17 @@ packages: '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.19.6) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==} engines: {node: '>=6.9.0'} @@ -2901,6 +3234,16 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-dynamic-import@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==} engines: {node: '>=6.9.0'} @@ -2911,6 +3254,17 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.19.6) + /@babel/plugin-transform-dynamic-import@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.9) + dev: true + /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==} engines: {node: '>=6.9.0'} @@ -2921,6 +3275,17 @@ packages: '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-export-namespace-from@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==} engines: {node: '>=6.9.0'} @@ -2931,6 +3296,17 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.19.6) + /@babel/plugin-transform-export-namespace-from@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.9) + dev: true + /@babel/plugin-transform-for-of@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==} engines: {node: '>=6.9.0'} @@ -2940,6 +3316,16 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-for-of@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} engines: {node: '>=6.9.0'} @@ -2951,6 +3337,18 @@ packages: '@babel/helper-function-name': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.9) + '@babel/helper-function-name': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-json-strings@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==} engines: {node: '>=6.9.0'} @@ -2961,6 +3359,17 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.19.6) + /@babel/plugin-transform-json-strings@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.9) + dev: true + /@babel/plugin-transform-literals@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==} engines: {node: '>=6.9.0'} @@ -2970,6 +3379,16 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-literals@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-logical-assignment-operators@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==} engines: {node: '>=6.9.0'} @@ -2980,6 +3399,17 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.19.6) + /@babel/plugin-transform-logical-assignment-operators@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.9) + dev: true + /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==} engines: {node: '>=6.9.0'} @@ -2989,6 +3419,16 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-modules-amd@7.19.6(@babel/core@7.19.6): resolution: {integrity: sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==} engines: {node: '>=6.9.0'} @@ -3030,6 +3470,18 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 + /@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.9) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-simple-access': 7.22.5 + dev: true + /@babel/plugin-transform-modules-commonjs@7.8.3(@babel/core@7.19.6): resolution: {integrity: sha512-JpdMEfA15HZ/1gNuB9XEDlZM1h/gF/YOH7zaZzQu2xCFRfwc01NXBMHHSTT6hRjlXJJs5x/bfODM3LiCk94Sxg==} peerDependencies: @@ -3054,6 +3506,19 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-identifier': 7.22.5 + /@babel/plugin-transform-modules-systemjs@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.9) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 + dev: true + /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==} engines: {node: '>=6.9.0'} @@ -3064,6 +3529,17 @@ packages: '@babel/helper-module-transforms': 7.22.9(@babel/core@7.19.6) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.9) + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} engines: {node: '>=6.9.0'} @@ -3074,6 +3550,17 @@ packages: '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.19.6) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==} engines: {node: '>=6.9.0'} @@ -3083,6 +3570,16 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-nullish-coalescing-operator@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==} engines: {node: '>=6.9.0'} @@ -3093,6 +3590,17 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.19.6) + /@babel/plugin-transform-nullish-coalescing-operator@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.9) + dev: true + /@babel/plugin-transform-numeric-separator@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==} engines: {node: '>=6.9.0'} @@ -3103,6 +3611,17 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.19.6) + /@babel/plugin-transform-numeric-separator@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.9) + dev: true + /@babel/plugin-transform-object-assign@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-iDhx9ARkXq4vhZ2CYOSnQXkmxkDgosLi3J8Z17mKz7LyzthtkdVchLD7WZ3aXeCuvJDOW3+1I5TpJmwIbF9MKQ==} engines: {node: '>=6.9.0'} @@ -3125,6 +3644,20 @@ packages: '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.19.6) '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.19.6) + /@babel/plugin-transform-object-rest-spread@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.22.9 + '@babel/core': 7.22.9 + '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.9) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.9) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.9) + dev: true + /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==} engines: {node: '>=6.9.0'} @@ -3135,6 +3668,17 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-replace-supers': 7.22.9(@babel/core@7.19.6) + /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.9) + dev: true + /@babel/plugin-transform-optional-catch-binding@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==} engines: {node: '>=6.9.0'} @@ -3145,6 +3689,17 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.19.6) + /@babel/plugin-transform-optional-catch-binding@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.9) + dev: true + /@babel/plugin-transform-optional-chaining@7.22.6(@babel/core@7.19.6): resolution: {integrity: sha512-Vd5HiWml0mDVtcLHIoEU5sw6HOUW/Zk0acLs/SAeuLzkGNOPc9DB4nkUajemhCmTIz3eiaKREZn2hQQqF79YTg==} engines: {node: '>=6.9.0'} @@ -3156,14 +3711,36 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.19.6) - /@babel/plugin-transform-parameters@7.22.5(@babel/core@7.19.6): + /@babel/plugin-transform-optional-chaining@7.22.6(@babel/core@7.22.9): + resolution: {integrity: sha512-Vd5HiWml0mDVtcLHIoEU5sw6HOUW/Zk0acLs/SAeuLzkGNOPc9DB4nkUajemhCmTIz3eiaKREZn2hQQqF79YTg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.9) + dev: true + + /@babel/plugin-transform-parameters@7.22.5(@babel/core@7.19.6): + resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.19.6(supports-color@8.1.0) + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-parameters@7.22.5(@babel/core@7.22.9): resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6(supports-color@8.1.0) + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==} @@ -3175,6 +3752,17 @@ packages: '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.19.6) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-private-property-in-object@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==} engines: {node: '>=6.9.0'} @@ -3187,6 +3775,19 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.19.6) + /@babel/plugin-transform-private-property-in-object@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.9) + dev: true + /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==} engines: {node: '>=6.9.0'} @@ -3196,6 +3797,16 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-regenerator@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw==} engines: {node: '>=6.9.0'} @@ -3206,6 +3817,17 @@ packages: '@babel/helper-plugin-utils': 7.22.5 regenerator-transform: 0.15.1 + /@babel/plugin-transform-regenerator@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + regenerator-transform: 0.15.1 + dev: true + /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==} engines: {node: '>=6.9.0'} @@ -3215,6 +3837,16 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-runtime@7.18.6(@babel/core@7.19.6): resolution: {integrity: sha512-8uRHk9ZmRSnWqUgyae249EJZ94b0yAGLBIqzZzl+0iEdbno55Pmlt/32JZsHwXD9k/uZj18Aqqk35wBX4CBTXA==} engines: {node: '>=6.9.0'} @@ -3256,6 +3888,16 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-spread@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} engines: {node: '>=6.9.0'} @@ -3266,6 +3908,17 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + /@babel/plugin-transform-spread@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + dev: true + /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==} engines: {node: '>=6.9.0'} @@ -3275,6 +3928,16 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==} engines: {node: '>=6.9.0'} @@ -3284,6 +3947,16 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==} engines: {node: '>=6.9.0'} @@ -3293,6 +3966,16 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-typescript@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-SMubA9S7Cb5sGSFFUlqxyClTA9zWJ8qGQrppNUm05LtFuN1ELRFNndkix4zUJrC9F+YivWwa1dHMSyo0e0N9dA==} engines: {node: '>=6.9.0'} @@ -3355,6 +4038,16 @@ packages: '@babel/core': 7.19.6(supports-color@8.1.0) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-unicode-escapes@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-biEmVg1IYB/raUO5wT1tgfacCef15Fbzhkx493D3urBI++6hpJ+RFG4SrWMn0NEZLfvilqKf3QDrRVZHo08FYg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==} engines: {node: '>=6.9.0'} @@ -3365,6 +4058,17 @@ packages: '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.19.6) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==} engines: {node: '>=6.9.0'} @@ -3375,6 +4079,17 @@ packages: '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.19.6) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.19.6): resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==} engines: {node: '>=6.9.0'} @@ -3385,6 +4100,17 @@ packages: '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.19.6) '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.22.9): + resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/polyfill@7.12.1: resolution: {integrity: sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==} deprecated: 🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information. @@ -3566,6 +4292,97 @@ packages: transitivePeerDependencies: - supports-color + /@babel/preset-env@7.22.9(@babel/core@7.22.9): + resolution: {integrity: sha512-wNi5H/Emkhll/bqPjsjQorSykrlfY5OWakd6AulLvMEytpKasMVUpVy8RL4qBIBs5Ac6/5i0/Rv0b/Fg6Eag/g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.22.9 + '@babel/core': 7.22.9 + '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.9) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.5 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.9) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.9) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.9) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.9) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.9) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.9) + '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.9) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.9) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.9) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.9) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.9) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.9) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.9) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.9) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.9) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.9) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.22.9) + '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-async-generator-functions': 7.22.7(@babel/core@7.22.9) + '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-block-scoping': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-class-properties': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-class-static-block': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-classes': 7.22.6(@babel/core@7.22.9) + '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-destructuring': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-dynamic-import': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-export-namespace-from': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-json-strings': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-logical-assignment-operators': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-modules-systemjs': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-nullish-coalescing-operator': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-numeric-separator': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-object-rest-spread': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-optional-catch-binding': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-optional-chaining': 7.22.6(@babel/core@7.22.9) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-private-methods': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-private-property-in-object': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-regenerator': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-unicode-escapes': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-unicode-property-regex': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.22.9) + '@babel/preset-modules': 0.1.5(@babel/core@7.22.9) + '@babel/types': 7.22.5 + babel-plugin-polyfill-corejs2: 0.4.4(@babel/core@7.22.9) + babel-plugin-polyfill-corejs3: 0.8.2(@babel/core@7.22.9) + babel-plugin-polyfill-regenerator: 0.5.1(@babel/core@7.22.9) + core-js-compat: 3.31.1 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/preset-modules@0.1.5(@babel/core@7.19.6): resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: @@ -3578,6 +4395,19 @@ packages: '@babel/types': 7.22.5 esutils: 2.0.3 + /@babel/preset-modules@0.1.5(@babel/core@7.22.9): + resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.22.9) + '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.22.9) + '@babel/types': 7.22.5 + esutils: 2.0.3 + dev: true + /@babel/regjsgen@0.8.0: resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} @@ -4645,7 +5475,7 @@ packages: dependencies: '@embroider/shared-internals': 2.2.3 broccoli-funnel: 3.0.8 - semver: 7.3.8 + semver: 7.5.4 transitivePeerDependencies: - supports-color dev: true @@ -4662,12 +5492,12 @@ packages: '@embroider/shared-internals': 2.2.3 '@glint/template': 1.0.0 assert-never: 1.2.1 - babel-import-util: 1.1.0 + babel-import-util: 1.4.0 ember-cli-babel: 7.26.11 find-up: 5.0.0 lodash: 4.17.21 - resolve: 1.20.0 - semver: 7.3.8 + resolve: 1.22.2 + semver: 7.5.4 transitivePeerDependencies: - supports-color @@ -7313,14 +8143,15 @@ packages: - supports-color dev: true - /babel-import-util@1.1.0: - resolution: {integrity: sha512-sfzgAiJsUT1es9yrHAuJZuJfBkkOE7Og6rovAIwK/gNJX6MjDfWTprbPngdJZTd5ye4F3FvpvpQmvKXObRzVYA==} - engines: {node: '>= 12.*'} - /babel-import-util@1.4.0: resolution: {integrity: sha512-QDQk3PWCniy+itlKmr0zea7Qwm34uBucWep6LphazrUv30lCStipcWNhpVDyFfI2S2+2iiQu4P8tbAnJoz+0Fg==} engines: {node: '>= 12.*'} + /babel-import-util@2.0.0: + resolution: {integrity: sha512-pkWynbLwru0RZmA9iKeQL63+CkkW0RCP3kL5njCtudd6YPUKb5Pa0kL4fb3bmuKn2QDBFwY5mvvhEK/+jv2Ynw==} + engines: {node: '>= 12.*'} + dev: false + /babel-jest@29.6.1(@babel/core@7.22.9): resolution: {integrity: sha512-qu+3bdPEQC6KZSPz+4Fyjbga5OODNcp49j6GKzG1EKbkfyJBxEYGVUmVGpwCSeGouG52R4EgYMLb6p9YeEEQ4A==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -7368,19 +8199,20 @@ packages: schema-utils: 2.7.1 webpack: 5.78.0 - /babel-loader@8.3.0(@babel/core@7.19.6)(webpack@5.88.1): + /babel-loader@8.3.0(@babel/core@7.22.9)(webpack@5.88.1): resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.19.6(supports-color@8.1.0) + '@babel/core': 7.22.9 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 webpack: 5.88.1 + dev: true /babel-messages@6.23.0: resolution: {integrity: sha512-Bl3ZiA+LjqaMtNYopA9TYE9HP1tQ+E5dLxE0XrAzcIJeK2UqF0/EaqXwBn9esd4UmTfEab+P+UYQ1GnioFIb/w==} @@ -7545,6 +8377,19 @@ packages: transitivePeerDependencies: - supports-color + /babel-plugin-polyfill-corejs2@0.4.4(@babel/core@7.22.9): + resolution: {integrity: sha512-9WeK9snM1BfxB38goUEv2FLnA6ja07UMfazFHzCXUb3NyDZAwfXvQiURQ6guTTMeHcOsdknULm1PDhs4uWtKyA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.22.9 + '@babel/core': 7.22.9 + '@babel/helper-define-polyfill-provider': 0.4.1(@babel/core@7.22.9) + '@nicolo-ribaudo/semver-v6': 6.3.3 + transitivePeerDependencies: + - supports-color + dev: true + /babel-plugin-polyfill-corejs3@0.5.3(@babel/core@7.19.6): resolution: {integrity: sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==} peerDependencies: @@ -7567,6 +8412,18 @@ packages: transitivePeerDependencies: - supports-color + /babel-plugin-polyfill-corejs3@0.8.2(@babel/core@7.22.9): + resolution: {integrity: sha512-Cid+Jv1BrY9ReW9lIfNlNpsI53N+FN7gE+f73zLAUbr9C52W4gKLWSByx47pfDJsEysojKArqOtOKZSVIIUTuQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-define-polyfill-provider': 0.4.1(@babel/core@7.22.9) + core-js-compat: 3.31.1 + transitivePeerDependencies: + - supports-color + dev: true + /babel-plugin-polyfill-regenerator@0.3.1(@babel/core@7.19.6): resolution: {integrity: sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==} peerDependencies: @@ -7587,6 +8444,17 @@ packages: transitivePeerDependencies: - supports-color + /babel-plugin-polyfill-regenerator@0.5.1(@babel/core@7.22.9): + resolution: {integrity: sha512-L8OyySuI6OSQ5hFy9O+7zFjyr4WhAfRjLIOkhQGYl+emwJkd/S4XXT1JpfrgR1jrQ1NcGiOh+yAdGlF8pnC3Jw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-define-polyfill-provider': 0.4.1(@babel/core@7.22.9) + transitivePeerDependencies: + - supports-color + dev: true + /babel-plugin-syntax-async-functions@6.13.0: resolution: {integrity: sha512-4Zp4unmHgw30A1eWI5EpACji2qMocisdXhAftfhXoSV9j0Tvj6nRFE3tOmRY912E0FMRm/L5xWE7MGVT2FoLnw==} @@ -8156,7 +9024,7 @@ packages: resolution: {integrity: sha512-6IXBgfRt7HZ61g67ssBc6lBb3Smw3DPZ9dEYirgtvXWpRZ2A9M22nxy6opEwJDgDJzlu/bB7ToppW33OFkA1gA==} engines: {node: '>= 6'} dependencies: - '@babel/core': 7.19.6(supports-color@8.1.0) + '@babel/core': 7.22.9 '@babel/polyfill': 7.12.1 broccoli-funnel: 2.0.2 broccoli-merge-trees: 3.0.2 @@ -10283,13 +11151,13 @@ packages: resolution: {integrity: sha512-3bCRi/pXp4QslmuCXGlSz9xwR7DF5oDx3zZO5OXKzNZihtkqAM1xvGuRIdQSl46pvbAXOkp8Odl5fOen1i0dRw==} engines: {node: 12.* || 14.* || >= 16} dependencies: - '@babel/core': 7.19.6(supports-color@8.1.0) - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.19.6) - '@babel/plugin-proposal-decorators': 7.21.0(@babel/core@7.19.6) - '@babel/preset-env': 7.16.11(@babel/core@7.19.6) + '@babel/core': 7.22.9 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.9) + '@babel/plugin-proposal-decorators': 7.22.7(@babel/core@7.22.9) + '@babel/preset-env': 7.22.9(@babel/core@7.22.9) '@embroider/macros': 1.12.3(@glint/template@1.0.0) '@embroider/shared-internals': 2.2.3 - babel-loader: 8.3.0(@babel/core@7.19.6)(webpack@5.88.1) + babel-loader: 8.3.0(@babel/core@7.22.9)(webpack@5.88.1) babel-plugin-ember-modules-api-polyfill: 3.5.0 babel-plugin-htmlbars-inline-precompile: 5.3.1 babel-plugin-syntax-dynamic-import: 6.18.0 @@ -10300,16 +11168,16 @@ packages: broccoli-source: 3.0.1 css-loader: 5.2.7(webpack@5.88.1) debug: 4.3.4 - fs-extra: 10.0.0 + fs-extra: 10.1.0 fs-tree-diff: 2.0.1 handlebars: 4.7.7 js-string-escape: 1.0.1 lodash: 4.17.21 mini-css-extract-plugin: 2.7.6(webpack@5.88.1) parse5: 6.0.1 - resolve: 1.20.0 + resolve: 1.22.2 resolve-package-path: 4.0.3 - semver: 7.3.8 + semver: 7.5.4 style-loader: 2.0.0(webpack@5.88.1) typescript-memoize: 1.1.1 walk-sync: 3.0.0 @@ -10329,7 +11197,7 @@ packages: '@babel/preset-env': 7.22.9(@babel/core@7.19.6) '@embroider/macros': 1.12.3(@glint/template@1.0.0) '@embroider/shared-internals': 2.2.3 - babel-loader: 8.3.0(@babel/core@7.19.6)(webpack@5.88.1) + babel-loader: 8.3.0(@babel/core@7.19.6)(webpack@5.78.0) babel-plugin-ember-modules-api-polyfill: 3.5.0 babel-plugin-ember-template-compilation: 2.1.0 babel-plugin-htmlbars-inline-precompile: 5.3.1 @@ -10689,7 +11557,7 @@ packages: hash-for-dep: 1.5.1 heimdalljs-logger: 0.1.10 json-stable-stringify: 1.0.2 - semver: 7.3.8 + semver: 7.5.4 silent-error: 1.1.1 strip-bom: 4.0.0 walk-sync: 2.2.0 @@ -10818,7 +11686,7 @@ packages: resolution: {integrity: sha512-7I5azCTxOgRDN8aSSnJZIKSqr+MGnT+jLTUbBYqF8wu6ojs2DUnTePxUcQMcvNh3Q3B1ySv7Q/uZFSjdU9gSjA==} engines: {node: 6.* || 8.* || >= 10.*} dependencies: - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.19.6) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.9) '@babel/plugin-transform-typescript': 7.4.5 ansi-to-html: 0.6.15 debug: 4.3.4 @@ -10952,7 +11820,7 @@ packages: engines: {node: 10.* || >= 12.*} dependencies: resolve-package-path: 3.1.0 - semver: 7.3.8 + semver: 7.5.4 silent-error: 1.1.1 transitivePeerDependencies: - supports-color @@ -11274,8 +12142,8 @@ packages: engines: {node: '>= 12'} hasBin: true dependencies: - '@babel/core': 7.19.6(supports-color@8.1.0) - '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.19.6) + '@babel/core': 7.22.9 + '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.22.9) amd-name-resolver: 1.3.1 babel-plugin-module-resolver: 4.1.0 bower-config: 1.4.3 @@ -11349,11 +12217,11 @@ packages: promise.hash.helper: 1.0.8 quick-temp: 0.1.8 remove-types: 1.0.0 - resolve: 1.20.0 + resolve: 1.22.2 resolve-package-path: 3.1.0 safe-stable-stringify: 2.4.3 sane: 5.0.1 - semver: 7.3.8 + semver: 7.5.4 silent-error: 1.1.1 sort-package-json: 1.57.0 symlink-or-copy: 1.3.1 @@ -11662,7 +12530,7 @@ packages: resolve-package-path: 4.0.3 safe-stable-stringify: 2.4.3 sane: 5.0.1 - semver: 7.3.8 + semver: 7.5.4 silent-error: 1.1.1 sort-package-json: 1.57.0 symlink-or-copy: 1.3.1 @@ -11813,7 +12681,7 @@ packages: resolve-package-path: 4.0.3 safe-stable-stringify: 2.4.3 sane: 5.0.1 - semver: 7.3.8 + semver: 7.5.4 silent-error: 1.1.1 sort-package-json: 1.57.0 symlink-or-copy: 1.3.1 @@ -12780,7 +13648,7 @@ packages: ember-router-generator: 2.0.0 inflection: 1.13.4 resolve: 1.22.2 - semver: 7.3.8 + semver: 7.5.4 silent-error: 1.1.1 transitivePeerDependencies: - '@babel/core' @@ -12873,7 +13741,7 @@ packages: resolve: 1.22.2 route-recognizer: 0.3.4 router_js: 8.0.3(route-recognizer@0.3.4) - semver: 7.3.8 + semver: 7.5.4 silent-error: 1.1.1 transitivePeerDependencies: - '@babel/core' @@ -12930,7 +13798,7 @@ packages: resolve: 1.22.2 route-recognizer: 0.3.4 router_js: 8.0.3(route-recognizer@0.3.4) - semver: 7.3.8 + semver: 7.5.4 silent-error: 1.1.1 transitivePeerDependencies: - '@babel/core' @@ -21394,7 +22262,7 @@ packages: /workerpool@3.1.2: resolution: {integrity: sha512-WJFA0dGqIK7qj7xPTqciWBH5DlJQzoPjsANvc3Y4hNB0SScT+Emjvt0jPPkDBUjBNngX1q9hHgt1Gfwytu6pug==} dependencies: - '@babel/core': 7.19.6(supports-color@8.1.0) + '@babel/core': 7.22.9 object-assign: 4.1.1 rsvp: 4.8.5 transitivePeerDependencies: diff --git a/tests/scenarios/compat-resolver-test.ts b/tests/scenarios/compat-resolver-test.ts index 5c18ef346..35f5f5c56 100644 --- a/tests/scenarios/compat-resolver-test.ts +++ b/tests/scenarios/compat-resolver-test.ts @@ -172,8 +172,8 @@ Scenarios.fromProject(() => new Project()) ); expectTranspiled('./templates/application.hbs').equalsCode(` - import helloWorld_ from "#embroider_compat/components/hello-world"; import { precompileTemplate } from "@ember/template-compilation"; + import helloWorld_ from "#embroider_compat/components/hello-world"; export default precompileTemplate("{{helloWorld_}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -191,8 +191,8 @@ Scenarios.fromProject(() => new Project()) await configure({ staticComponents: true, staticHelpers: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import helloWorld_ from "#embroider_compat/ambiguous/hello-world"; import { precompileTemplate } from "@ember/template-compilation"; + import helloWorld_ from "#embroider_compat/ambiguous/hello-world"; export default precompileTemplate("{{helloWorld_ arg=1}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -210,8 +210,8 @@ Scenarios.fromProject(() => new Project()) await configure({ staticComponents: true, staticHelpers: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import helloWorld_ from "#embroider_compat/ambiguous/hello-world"; import { precompileTemplate } from "@ember/template-compilation"; + import helloWorld_ from "#embroider_compat/ambiguous/hello-world"; export default precompileTemplate("{{helloWorld_ arg=1}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -227,8 +227,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticComponents: true, staticHelpers: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import somethingHelloWorld_ from "#embroider_compat/ambiguous/something/hello-world"; import { precompileTemplate } from "@ember/template-compilation"; + import somethingHelloWorld_ from "#embroider_compat/ambiguous/something/hello-world"; export default precompileTemplate("{{somethingHelloWorld_}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -244,8 +244,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticComponents: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import helloWorld_ from "#embroider_compat/components/hello-world"; import { precompileTemplate } from "@ember/template-compilation"; + import helloWorld_ from "#embroider_compat/components/hello-world"; export default precompileTemplate("", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -265,8 +265,8 @@ Scenarios.fromProject(() => new Project()) staticModifiers: true, }); expectTranspiled('templates/application.hbs').equalsCode(` - import thing_ from "#embroider_compat/components/thing"; import { precompileTemplate } from "@ember/template-compilation"; + import thing_ from "#embroider_compat/components/thing"; export default precompileTemplate("", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -282,8 +282,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticComponents: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import helloWorld_ from "#embroider_compat/components/hello-world"; import { precompileTemplate } from "@ember/template-compilation"; + import helloWorld_ from "#embroider_compat/components/hello-world"; export default precompileTemplate("{{#helloWorld_}} {{/helloWorld_}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -299,8 +299,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticComponents: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import helloWorld_ from "#embroider_compat/components/hello-world"; import { precompileTemplate } from "@ember/template-compilation"; + import helloWorld_ from "#embroider_compat/components/hello-world"; export default precompileTemplate("", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -316,8 +316,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticComponents: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import helloWorld_ from "#embroider_compat/components/hello/world"; import { precompileTemplate } from "@ember/template-compilation"; + import helloWorld_ from "#embroider_compat/components/hello/world"; export default precompileTemplate("", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -333,8 +333,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticComponents: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import helloWorld_ from "#embroider_compat/components/hello-world"; import { precompileTemplate } from "@ember/template-compilation"; + import helloWorld_ from "#embroider_compat/components/hello-world"; export default precompileTemplate("", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -527,10 +527,10 @@ Scenarios.fromProject(() => new Project()) ); expectTranspiled('templates/application.hbs').equalsCode(` - import secondTarget_ from "#embroider_compat/components/second-target"; - import firstTarget_ from "#embroider_compat/components/first-target"; - import helloWorld_ from "#embroider_compat/components/hello-world"; import { precompileTemplate } from "@ember/template-compilation"; + import helloWorld_ from "#embroider_compat/components/hello-world"; + import firstTarget_ from "#embroider_compat/components/first-target"; + import secondTarget_ from "#embroider_compat/components/second-target"; export default precompileTemplate("", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -560,10 +560,10 @@ Scenarios.fromProject(() => new Project()) ); expectTranspiled('templates/application.hbs').equalsCode(` - import secondTarget_ from "#embroider_compat/components/second-target"; - import firstTarget_ from "#embroider_compat/components/first-target"; - import helloWorld_ from "#embroider_compat/components/hello-world"; import { precompileTemplate } from "@ember/template-compilation"; + import helloWorld_ from "#embroider_compat/components/hello-world"; + import firstTarget_ from "#embroider_compat/components/first-target"; + import secondTarget_ from "#embroider_compat/components/second-target"; export default precompileTemplate("{{#helloWorld_ iAmAComponent=firstTarget_}}{{/helloWorld_}}{{#helloWorld_ iAmAComponent=secondTarget_}}{{/helloWorld_}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -593,10 +593,10 @@ Scenarios.fromProject(() => new Project()) ); expectTranspiled('templates/application.hbs').equalsCode(` - import secondTarget_ from "#embroider_compat/components/second-target"; - import firstTarget_ from "#embroider_compat/components/first-target"; - import helloWorld_ from "#embroider_compat/ambiguous/hello-world"; import { precompileTemplate } from "@ember/template-compilation"; + import helloWorld_ from "#embroider_compat/ambiguous/hello-world"; + import firstTarget_ from "#embroider_compat/components/first-target"; + import secondTarget_ from "#embroider_compat/components/second-target"; export default precompileTemplate("{{helloWorld_ iAmAComponent=firstTarget_}}{{helloWorld_ iAmAComponent=secondTarget_}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -653,8 +653,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticHelpers: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import myHelper_ from "#embroider_compat/helpers/myHelper"; import { precompileTemplate } from "@ember/template-compilation"; + import myHelper_ from "#embroider_compat/helpers/myHelper"; export default precompileTemplate("", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -670,8 +670,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticHelpers: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import myHelper_ from "#embroider_compat/helpers/myHelper"; import { precompileTemplate } from "@ember/template-compilation"; + import myHelper_ from "#embroider_compat/helpers/myHelper"; export default precompileTemplate("
", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -689,8 +689,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticHelpers: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import div_ from "#embroider_compat/helpers/div"; import { precompileTemplate } from "@ember/template-compilation"; + import div_ from "#embroider_compat/helpers/div"; export default precompileTemplate('{{#let (div_ this.a this.b) as |c|}}\\n
{{c}}
\\n {{/let}}', { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -706,8 +706,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticHelpers: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import await_ from "#embroider_compat/helpers/await"; import { precompileTemplate } from "@ember/template-compilation"; + import await_ from "#embroider_compat/helpers/await"; export default precompileTemplate("
", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -736,8 +736,8 @@ Scenarios.fromProject(() => new Project()) } ); expectTranspiled('templates/application.hbs').equalsCode(` - import myHelper_ from "#embroider_compat/helpers/myHelper"; import { precompileTemplate } from "@ember/template-compilation"; + import myHelper_ from "#embroider_compat/helpers/myHelper"; export default precompileTemplate("{{myHelper_}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -779,8 +779,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticComponents: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import helloWorld_ from "#embroider_compat/components/hello-world"; import { precompileTemplate } from "@ember/template-compilation"; + import helloWorld_ from "#embroider_compat/components/hello-world"; export default precompileTemplate("{{component helloWorld_}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -796,8 +796,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticHelpers: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import helloWorld_ from "#embroider_compat/helpers/hello-world"; import { precompileTemplate } from "@ember/template-compilation"; + import helloWorld_ from "#embroider_compat/helpers/hello-world"; export default precompileTemplate("{{helper helloWorld_}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -813,8 +813,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticComponents: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import helloWorld_ from "#embroider_compat/components/hello-world"; import { precompileTemplate } from "@ember/template-compilation"; + import helloWorld_ from "#embroider_compat/components/hello-world"; export default precompileTemplate("{{#component helloWorld_}}{{/component}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -830,8 +830,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticComponents: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import helloWorld_ from "#embroider_compat/components/hello-world"; import { precompileTemplate } from "@ember/template-compilation"; + import helloWorld_ from "#embroider_compat/components/hello-world"; export default precompileTemplate("{{(component helloWorld_)}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -847,8 +847,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticHelpers: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import helloWorld_ from "#embroider_compat/helpers/hello-world"; import { precompileTemplate } from "@ember/template-compilation"; + import helloWorld_ from "#embroider_compat/helpers/hello-world"; export default precompileTemplate("{{(helper helloWorld_)}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -870,8 +870,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticHelpers: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import helloWorld_ from "#embroider_compat/helpers/hello-world"; import { precompileTemplate } from "@ember/template-compilation"; + import helloWorld_ from "#embroider_compat/helpers/hello-world"; export default precompileTemplate("\\n {{#let (helper helloWorld_ name=\\"World\\") as |hello|}}\\n {{#let (helper hello name=\\"Tomster\\") as |helloTomster|}}\\n {{helloTomster name=\\"Zoey\\"}}\\n {{/let}}\\n {{/let}}\\n ", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -887,8 +887,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticModifiers: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import helloWorld_ from "#embroider_compat/modifiers/hello-world"; import { precompileTemplate } from "@ember/template-compilation"; + import helloWorld_ from "#embroider_compat/modifiers/hello-world"; export default precompileTemplate("
", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -917,8 +917,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticModifiers: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import scrollTop_ from "#embroider_compat/modifiers/scroll-top"; import { precompileTemplate } from "@ember/template-compilation"; + import scrollTop_ from "#embroider_compat/modifiers/scroll-top"; export default precompileTemplate("
", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -934,8 +934,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticModifiers: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import scrollTop_ from "#embroider_compat/modifiers/scroll-top"; import { precompileTemplate } from "@ember/template-compilation"; + import scrollTop_ from "#embroider_compat/modifiers/scroll-top"; export default precompileTemplate("
", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -951,8 +951,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticModifiers: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import scrollTop_ from "#embroider_compat/modifiers/scroll-top"; import { precompileTemplate } from "@ember/template-compilation"; + import scrollTop_ from "#embroider_compat/modifiers/scroll-top"; export default precompileTemplate("", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -968,8 +968,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticModifiers: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import scrollTop_ from "#embroider_compat/modifiers/scroll-top"; import { precompileTemplate } from "@ember/template-compilation"; + import scrollTop_ from "#embroider_compat/modifiers/scroll-top"; export default precompileTemplate("", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -1015,8 +1015,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticModifiers: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import addListener_ from "#embroider_compat/modifiers/add-listener"; import { precompileTemplate } from "@ember/template-compilation"; + import addListener_ from "#embroider_compat/modifiers/add-listener"; export default precompileTemplate("{{#let (modifier addListener_) as |addListener|}}\\n {{#let (modifier addListener \\"click\\") as |addClickListener|}}\\n \\n {{/let}}\\n {{/let}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -1091,8 +1091,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticComponents: true }); expectTranspiled('templates/application.hbs').equalsCode(` - import thing_ from "#embroider_compat/components/my-addon@thing"; import { precompileTemplate } from "@ember/template-compilation"; + import thing_ from "#embroider_compat/components/my-addon@thing"; export default precompileTemplate("{{component thing_}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -1115,8 +1115,8 @@ Scenarios.fromProject(() => new Project()) } ); expectTranspiled('templates/application.hbs').equalsCode(` - import thing_ from "#embroider_compat/components/my-addon@thing"; import { precompileTemplate } from "@ember/template-compilation"; + import thing_ from "#embroider_compat/components/my-addon@thing"; export default precompileTemplate("", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -1139,8 +1139,8 @@ Scenarios.fromProject(() => new Project()) } ); expectTranspiled('templates/application.hbs').equalsCode(` - import thing_ from "#embroider_compat/helpers/my-addon@thing"; import { precompileTemplate } from "@ember/template-compilation"; + import thing_ from "#embroider_compat/helpers/my-addon@thing"; export default precompileTemplate("{{(thing_)}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -1363,9 +1363,9 @@ Scenarios.fromProject(() => new Project()) staticModifiers: true, }); expectTranspiled('templates/application.hbs').equalsCode(` - import validate_ from "#embroider_compat/modifiers/validate"; - import capitalize_ from "#embroider_compat/helpers/capitalize"; import { precompileTemplate } from "@ember/template-compilation"; + import capitalize_ from "#embroider_compat/helpers/capitalize"; + import validate_ from "#embroider_compat/modifiers/validate"; export default precompileTemplate("\\n {{#each things as |capitalize|}} {{(capitalize)}} {{/each}} {{(capitalize_)}}\\n
\\n ", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -1414,8 +1414,8 @@ Scenarios.fromProject(() => new Project()) } ); expectTranspiled('templates/application.hbs').equalsCode(` - import formBuilder_ from "#embroider_compat/components/form-builder"; import { precompileTemplate } from "@ember/template-compilation"; + import formBuilder_ from "#embroider_compat/components/form-builder"; export default precompileTemplate("{{#formBuilder_ as |field|}}{{component field}}{{/formBuilder_}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -1446,8 +1446,8 @@ Scenarios.fromProject(() => new Project()) } ); expectTranspiled('templates/application.hbs').equalsCode(` - import formBuilder_ from "#embroider_compat/components/form-builder"; import { precompileTemplate } from "@ember/template-compilation"; + import formBuilder_ from "#embroider_compat/components/form-builder"; export default precompileTemplate("{{#formBuilder_ as |other field|}}{{component field}}{{/formBuilder_}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -1478,8 +1478,8 @@ Scenarios.fromProject(() => new Project()) } ); expectTranspiled('templates/application.hbs').equalsCode(` - import formBuilder_ from "#embroider_compat/components/form-builder"; import { precompileTemplate } from "@ember/template-compilation"; + import formBuilder_ from "#embroider_compat/components/form-builder"; export default precompileTemplate("{{#formBuilder_ as |f|}}{{component f.field}}{{/formBuilder_}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -1510,8 +1510,8 @@ Scenarios.fromProject(() => new Project()) } ); expectTranspiled('templates/application.hbs').equalsCode(` - import formBuilder_ from "#embroider_compat/components/form-builder"; import { precompileTemplate } from "@ember/template-compilation"; + import formBuilder_ from "#embroider_compat/components/form-builder"; export default precompileTemplate("{{component field}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -1542,9 +1542,9 @@ Scenarios.fromProject(() => new Project()) } ); expectTranspiled('templates/application.hbs').equalsCode(` - import fancyTitle_ from "#embroider_compat/components/fancy-title"; - import formBuilder_ from "#embroider_compat/ambiguous/form-builder"; import { precompileTemplate } from "@ember/template-compilation"; + import formBuilder_ from "#embroider_compat/ambiguous/form-builder"; + import fancyTitle_ from "#embroider_compat/components/fancy-title"; export default precompileTemplate("{{formBuilder_ title=fancyTitle_}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -1576,9 +1576,9 @@ Scenarios.fromProject(() => new Project()) } ); expectTranspiled('templates/application.hbs').equalsCode(` - import fancyTitle_ from "#embroider_compat/components/fancy-title"; - import formBuilder_ from "#embroider_compat/components/form-builder"; import { precompileTemplate } from "@ember/template-compilation"; + import formBuilder_ from "#embroider_compat/components/form-builder"; + import fancyTitle_ from "#embroider_compat/components/fancy-title"; export default precompileTemplate("{{#formBuilder_ title=fancyTitle_}}{{/formBuilder_}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -1610,9 +1610,9 @@ Scenarios.fromProject(() => new Project()) } ); expectTranspiled('templates/application.hbs').equalsCode(` - import fancyTitle_ from "#embroider_compat/components/fancy-title"; - import formBuilder_ from "#embroider_compat/components/form-builder"; import { precompileTemplate } from "@ember/template-compilation"; + import formBuilder_ from "#embroider_compat/components/form-builder"; + import fancyTitle_ from "#embroider_compat/components/fancy-title"; export default precompileTemplate("", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -1644,9 +1644,9 @@ Scenarios.fromProject(() => new Project()) } ); expectTranspiled('templates/application.hbs').equalsCode(` - import fancyTitle_ from "#embroider_compat/components/fancy-title"; - import formBuilder_ from "#embroider_compat/ambiguous/form-builder"; import { precompileTemplate } from "@ember/template-compilation"; + import formBuilder_ from "#embroider_compat/ambiguous/form-builder"; + import fancyTitle_ from "#embroider_compat/components/fancy-title"; export default precompileTemplate("{{formBuilder_ title=fancyTitle_}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -1678,9 +1678,9 @@ Scenarios.fromProject(() => new Project()) } ); expectTranspiled('templates/application.hbs').equalsCode(` - import fancyTitle_ from "#embroider_compat/components/fancy-title"; - import formBuilder_ from "#embroider_compat/ambiguous/form-builder"; import { precompileTemplate } from "@ember/template-compilation"; + import formBuilder_ from "#embroider_compat/ambiguous/form-builder"; + import fancyTitle_ from "#embroider_compat/components/fancy-title"; export default precompileTemplate("{{formBuilder_ title=(component fancyTitle_)}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -1712,9 +1712,9 @@ Scenarios.fromProject(() => new Project()) } ); expectTranspiled('templates/application.hbs').equalsCode(` - import fancyTitle_ from "#embroider_compat/components/fancy-title"; - import formBuilder_ from "#embroider_compat/components/form-builder"; import { precompileTemplate } from "@ember/template-compilation"; + import formBuilder_ from "#embroider_compat/components/form-builder"; + import fancyTitle_ from "#embroider_compat/components/fancy-title"; export default precompileTemplate("", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -1769,9 +1769,9 @@ Scenarios.fromProject(() => new Project()) } ); expectTranspiled('components/form-builder.hbs').equalsCode(` - import fancyNavbar_ from "#embroider_compat/components/fancy-navbar"; - import formBuilder_ from "#embroider_compat/components/form-builder"; import { precompileTemplate } from "@ember/template-compilation"; + import formBuilder_ from "#embroider_compat/components/form-builder"; + import fancyNavbar_ from "#embroider_compat/components/fancy-navbar"; export default precompileTemplate("\\n \\n {{component bar}}\\n ", { moduleName: "my-app/components/form-builder.hbs", scope: () => ({ @@ -1802,9 +1802,9 @@ Scenarios.fromProject(() => new Project()) } ); expectTranspiled('components/form-builder.hbs').equalsCode(` - import fancyNavbar_ from "#embroider_compat/components/fancy-navbar"; - import formBuilder_ from "#embroider_compat/components/form-builder"; import { precompileTemplate } from "@ember/template-compilation"; + import formBuilder_ from "#embroider_compat/components/form-builder"; + import fancyNavbar_ from "#embroider_compat/components/fancy-navbar"; export default precompileTemplate("\\n {{#formBuilder_ navbar=(component fancyNavbar_) as |bar|}}\\n {{component bar}}\\n {{/formBuilder_}}", { moduleName: "my-app/components/form-builder.hbs", scope: () => ({ @@ -1835,9 +1835,9 @@ Scenarios.fromProject(() => new Project()) } ); expectTranspiled('components/form-builder.hbs').equalsCode(` - import fancyNavbar_ from "#embroider_compat/components/fancy-navbar"; - import formBuilder_ from "#embroider_compat/components/form-builder"; import { precompileTemplate } from "@ember/template-compilation"; + import formBuilder_ from "#embroider_compat/components/form-builder"; + import fancyNavbar_ from "#embroider_compat/components/fancy-navbar"; export default precompileTemplate("\\n {{#formBuilder_ navbar=(component fancyNavbar_) as |f|}}\\n {{component f.bar}}\\n {{/formBuilder_}}", { moduleName: "my-app/components/form-builder.hbs", scope: () => ({ @@ -1944,8 +1944,8 @@ Scenarios.fromProject(() => new Project()) window.define("my-app/components/alpha", function () { return importSync("#embroider_compat/components/alpha"); }); - import { importSync } from "@embroider/macros"; import { precompileTemplate } from "@ember/template-compilation"; + import { importSync } from "@embroider/macros"; export default precompileTemplate("{{component this.which}}", { moduleName: "my-app/components/my-thing.hbs" }); @@ -1973,8 +1973,8 @@ Scenarios.fromProject(() => new Project()) window.define("my-app/components/alpha", function () { return importSync("#embroider_compat/components/alpha"); }); - import { importSync } from "@embroider/macros"; import { precompileTemplate } from "@ember/template-compilation"; + import { importSync } from "@embroider/macros"; export default precompileTemplate("{{component this.which}}", { moduleName: "my-app/templates/index.hbs" }); @@ -1987,8 +1987,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticHelpers: true }); expectTranspiled('templates/application.hbs').equalsCode(` + import { precompileTemplate } from "@ember/template-compilation"; import title_ from "#embroider_compat/helpers/title"; - import { precompileTemplate } from "@ember/template-compilation"; export default precompileTemplate("{{(title)}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ @@ -2004,8 +2004,8 @@ Scenarios.fromProject(() => new Project()) }); await configure({ staticHelpers: true }); expectTranspiled('templates/application.hbs').equalsCode(` + import { precompileTemplate } from "@ember/template-compilation"; import title_ from "#embroider_compat/helpers/title"; - import { precompileTemplate } from "@ember/template-compilation"; export default precompileTemplate("{{#example arg=(title_) as |title|}}{{(title)}}{{/example}}", { moduleName: "my-app/templates/application.hbs", scope: () => ({ diff --git a/tests/scenarios/compat-stage2-test.ts b/tests/scenarios/compat-stage2-test.ts index e04a4fcff..7b68efcad 100644 --- a/tests/scenarios/compat-stage2-test.ts +++ b/tests/scenarios/compat-stage2-test.ts @@ -539,11 +539,11 @@ stage2Scenarios window.define("my-addon/synthetic-import-1", function () { return importSync("../synthetic-import-1"); }); - import { importSync } from "@embroider/macros"; import Component from '@ember/component'; import layout from '../templates/components/hello-world'; import computed from '@ember/object/computed'; import somethingExternal from 'not-a-resolvable-package'; + import { importSync } from "@embroider/macros"; export default Component.extend({ dynamicComponentName: computed('useDynamic', function () { return this.useDynamic || 'default-dynamic'; From 457f83a157b1021bf6d939aa3d6613f10093f93e Mon Sep 17 00:00:00 2001 From: Edward Faulkner Date: Sat, 15 Jul 2023 18:40:50 -0400 Subject: [PATCH 2/2] update babel-plugin-ember-template-compilation because it also uses babel-import-util as a transitive dep --- packages/compat/package.json | 4 ++-- packages/core/package.json | 2 +- packages/macros/package.json | 2 +- pnpm-lock.yaml | 39 +++++++++++++++--------------------- tests/scenarios/package.json | 2 +- 5 files changed, 21 insertions(+), 28 deletions(-) diff --git a/packages/compat/package.json b/packages/compat/package.json index 48d715b9b..de53a8b02 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -35,7 +35,7 @@ "@types/yargs": "^17.0.3", "assert-never": "^1.1.0", "babel-import-util": "^2.0.0", - "babel-plugin-ember-template-compilation": "^2.0.0", + "babel-plugin-ember-template-compilation": "^2.1.1", "babel-plugin-syntax-dynamic-import": "^6.18.0", "babylon": "^6.18.0", "bind-decorator": "^1.0.11", @@ -69,7 +69,7 @@ "@embroider/core": "workspace:^", "@embroider/sample-transforms": "workspace:*", "@embroider/test-support": "workspace:*", - "@glimmer/syntax": "^0.84.2", + "@glimmer/syntax": "^0.84.3", "@glint/template": "^1.0.0", "@types/babel__core": "^7.1.14", "@types/babel__generator": "^7.6.2", diff --git a/packages/core/package.json b/packages/core/package.json index 3c64fcf36..570d9a1d0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -26,7 +26,7 @@ "@embroider/macros": "workspace:*", "@embroider/shared-internals": "workspace:*", "assert-never": "^1.2.1", - "babel-plugin-ember-template-compilation": "^2.0.0", + "babel-plugin-ember-template-compilation": "^2.1.1", "broccoli-node-api": "^1.7.0", "broccoli-persistent-filter": "^3.1.2", "broccoli-plugin": "^4.0.7", diff --git a/packages/macros/package.json b/packages/macros/package.json index dc0efa828..573617027 100644 --- a/packages/macros/package.json +++ b/packages/macros/package.json @@ -47,7 +47,7 @@ "@types/node": "^15.12.2", "@types/resolve": "^1.20.0", "@types/semver": "^7.3.6", - "babel-plugin-ember-template-compilation": "^2.0.0", + "babel-plugin-ember-template-compilation": "^2.1.1", "code-equality-assertions": "^0.9.0", "scenario-tester": "^2.1.2", "typescript": "^5.1.6" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a623129bd..5e9f9ceec 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -182,8 +182,8 @@ importers: specifier: ^2.0.0 version: 2.0.0 babel-plugin-ember-template-compilation: - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^2.1.1 + version: 2.1.1 babel-plugin-syntax-dynamic-import: specifier: ^6.18.0 version: 6.18.0 @@ -279,8 +279,8 @@ importers: specifier: workspace:* version: link:../../test-packages/support '@glimmer/syntax': - specifier: ^0.84.2 - version: 0.84.2 + specifier: ^0.84.3 + version: 0.84.3 '@glint/template': specifier: ^1.0.0 version: 1.0.0 @@ -360,8 +360,8 @@ importers: specifier: ^1.2.1 version: 1.2.1 babel-plugin-ember-template-compilation: - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^2.1.1 + version: 2.1.1 broccoli-node-api: specifier: ^1.7.0 version: 1.7.0 @@ -551,8 +551,8 @@ importers: specifier: ^7.3.6 version: 7.3.6 babel-plugin-ember-template-compilation: - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^2.1.1 + version: 2.1.1 code-equality-assertions: specifier: ^0.9.0 version: 0.9.0(@types/jest@29.2.0)(qunit@2.14.1) @@ -1616,8 +1616,8 @@ importers: specifier: ^7.3.6 version: 7.3.6 babel-plugin-ember-template-compilation: - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^2.1.1 + version: 2.1.1 bootstrap: specifier: ^4.3.1 version: 4.3.1 @@ -8150,7 +8150,6 @@ packages: /babel-import-util@2.0.0: resolution: {integrity: sha512-pkWynbLwru0RZmA9iKeQL63+CkkW0RCP3kL5njCtudd6YPUKb5Pa0kL4fb3bmuKn2QDBFwY5mvvhEK/+jv2Ynw==} engines: {node: '>= 12.*'} - dev: false /babel-jest@29.6.1(@babel/core@7.22.9): resolution: {integrity: sha512-qu+3bdPEQC6KZSPz+4Fyjbga5OODNcp49j6GKzG1EKbkfyJBxEYGVUmVGpwCSeGouG52R4EgYMLb6p9YeEEQ4A==} @@ -8280,18 +8279,12 @@ packages: dependencies: ember-rfc176-data: 0.3.18 - /babel-plugin-ember-template-compilation@2.0.0: - resolution: {integrity: sha512-d+4jaB2ik0rt9TH0K9kOlKJeRBHEb373FgFMcU9ZaJL2zYuVXe19bqy+cWlLpLf1tpOBcBG9QTlFBCoImlOt1g==} - engines: {node: '>= 12.*'} - dependencies: - babel-import-util: 1.4.0 - - /babel-plugin-ember-template-compilation@2.1.0: - resolution: {integrity: sha512-hAAH5WS36Go/z7wQf9V8FITElTmSC5ybGFSqefpQxqkKuLeDO1XYtmVlG43ww3QJEE1tsH3pb7uLXQTzhV9nXg==} + /babel-plugin-ember-template-compilation@2.1.1: + resolution: {integrity: sha512-vwEUw7qfwAgwUokQc5xMxrcJMhCu2dVvDDMIXFyOpXwxt+kqZ2FKvXFV+rJjYchIgHH5rBduEtt4Qk1qeZ6RDA==} engines: {node: '>= 12.*'} dependencies: '@glimmer/syntax': 0.84.3 - babel-import-util: 1.4.0 + babel-import-util: 2.0.0 /babel-plugin-filter-imports@4.0.0: resolution: {integrity: sha512-jDLlxI8QnfKd7PtieH6pl4tZJzymzfCDCPGdTq/grgbiYAikwDPp/oL0IlFJn0HQjLpcLkyYhPKkUVneRESw5w==} @@ -11199,7 +11192,7 @@ packages: '@embroider/shared-internals': 2.2.3 babel-loader: 8.3.0(@babel/core@7.19.6)(webpack@5.78.0) babel-plugin-ember-modules-api-polyfill: 3.5.0 - babel-plugin-ember-template-compilation: 2.1.0 + babel-plugin-ember-template-compilation: 2.1.1 babel-plugin-htmlbars-inline-precompile: 5.3.1 babel-plugin-syntax-dynamic-import: 6.18.0 broccoli-debug: 0.6.5 @@ -11239,7 +11232,7 @@ packages: '@embroider/shared-internals': 2.2.3 babel-loader: 8.3.0(@babel/core@7.19.6)(webpack@5.78.0) babel-plugin-ember-modules-api-polyfill: 3.5.0 - babel-plugin-ember-template-compilation: 2.1.0 + babel-plugin-ember-template-compilation: 2.1.1 babel-plugin-htmlbars-inline-precompile: 5.3.1 babel-plugin-syntax-dynamic-import: 6.18.0 broccoli-debug: 0.6.5 @@ -11570,7 +11563,7 @@ packages: engines: {node: 12.* || 14.* || >= 16} dependencies: '@ember/edition-utils': 1.2.0 - babel-plugin-ember-template-compilation: 2.1.0 + babel-plugin-ember-template-compilation: 2.1.1 babel-plugin-htmlbars-inline-precompile: 5.3.1 broccoli-debug: 0.6.5 broccoli-persistent-filter: 3.1.3 diff --git a/tests/scenarios/package.json b/tests/scenarios/package.json index bd5e52a83..21ad271a1 100644 --- a/tests/scenarios/package.json +++ b/tests/scenarios/package.json @@ -54,7 +54,7 @@ "@types/js-yaml": "^4.0.5", "@types/lodash": "^4.14.170", "@types/semver": "^7.3.6", - "babel-plugin-ember-template-compilation": "^2.0.0", + "babel-plugin-ember-template-compilation": "^2.1.1", "bootstrap": "^4.3.1", "broccoli-funnel": "^3.0.5", "broccoli-merge-trees": "^3.0.2",