From ce150e6f044cd7d1f4a3d58b31f202b9153e8934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:05:36 +0000 Subject: [PATCH 1/3] chore(deps-dev): bump @adobe/css-tools Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.1.0 to 4.3.2. - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect ... Signed-off-by: dependabot[bot] --- frontend/amundsen_application/static/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/amundsen_application/static/package-lock.json b/frontend/amundsen_application/static/package-lock.json index bacc3b644..4455f6b3c 100644 --- a/frontend/amundsen_application/static/package-lock.json +++ b/frontend/amundsen_application/static/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@adobe/css-tools": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.1.0.tgz", - "integrity": "sha512-mMVJ/j/GbZ/De4ZHWbQAQO1J6iVnjtZLc9WEdkUQb8S/Bu2cAF2bETXUgMAdvMG3/ngtKmcNBe+Zms9bg6jnQQ==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.2.tgz", + "integrity": "sha512-DA5a1C0gD/pLOvhv33YMrbf2FK3oUzwNl9oOJqE4XVjuEtt6XIakRcsd7eLiOSPkp1kTRQGICTA8cKra/vFbjw==", "dev": true }, "@analytics/cookie-utils": { From 4caeb738be6b1c53c4c585af1bb124ef875c6e85 Mon Sep 17 00:00:00 2001 From: Kristen Armes Date: Fri, 8 Dec 2023 16:46:04 -0800 Subject: [PATCH 2/3] Attempt to fix the jest error Signed-off-by: Kristen Armes --- frontend/amundsen_application/static/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/amundsen_application/static/jest.config.js b/frontend/amundsen_application/static/jest.config.js index b9e41d704..c5c61c613 100644 --- a/frontend/amundsen_application/static/jest.config.js +++ b/frontend/amundsen_application/static/jest.config.js @@ -35,7 +35,7 @@ module.exports = { setupFiles: ['/test-setup.ts'], transform: { '^.+\\.tsx?$': 'ts-jest', - '^.+\\.js$': 'babel-jest', + '^.+\\.c?js$': 'babel-jest', }, testRegex: '(test|spec)\\.(j|t)sx?$', moduleDirectories: ['node_modules', 'js'], From d900dca6e36382af8c4f22a6ba410753b9675c8f Mon Sep 17 00:00:00 2001 From: Kristen Armes Date: Fri, 8 Dec 2023 17:13:48 -0800 Subject: [PATCH 3/3] Undo change, didn't fix Signed-off-by: Kristen Armes --- frontend/amundsen_application/static/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/amundsen_application/static/jest.config.js b/frontend/amundsen_application/static/jest.config.js index c5c61c613..b9e41d704 100644 --- a/frontend/amundsen_application/static/jest.config.js +++ b/frontend/amundsen_application/static/jest.config.js @@ -35,7 +35,7 @@ module.exports = { setupFiles: ['/test-setup.ts'], transform: { '^.+\\.tsx?$': 'ts-jest', - '^.+\\.c?js$': 'babel-jest', + '^.+\\.js$': 'babel-jest', }, testRegex: '(test|spec)\\.(j|t)sx?$', moduleDirectories: ['node_modules', 'js'],