From a4a72efd9c143d8e882249626fd150be54fe703a Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sun, 11 Feb 2024 16:45:45 -0500 Subject: [PATCH 1/3] Add missing .gitignores to better support --addon-only scenarios (no test app) --- files/__addonLocation__/gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/files/__addonLocation__/gitignore b/files/__addonLocation__/gitignore index b02e86e7..eedd0d83 100644 --- a/files/__addonLocation__/gitignore +++ b/files/__addonLocation__/gitignore @@ -5,8 +5,13 @@ /LICENSE.md # compiled output -/dist -/declarations +dist/ +declarations/ # npm/pnpm/yarn pack output *.tgz + +# deps & caches +node_modules/ +.eslintcache +.prettiercache From 545ec44c0562a0dfb797da10eb574bb668ef3c21 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Mon, 12 Feb 2024 12:37:55 -0500 Subject: [PATCH 2/3] trigger ci, due to upstream fixes From 0dae91138d148f41fd57dfdaca8903644caccf18 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:16:38 -0500 Subject: [PATCH 3/3] Update snapshot, since a floating dep caused the hashes to desync --- tests/smoke-tests/--typescript.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/smoke-tests/--typescript.test.ts b/tests/smoke-tests/--typescript.test.ts index 323797fc..b49009d2 100644 --- a/tests/smoke-tests/--typescript.test.ts +++ b/tests/smoke-tests/--typescript.test.ts @@ -85,8 +85,8 @@ for (let packageManager of SUPPORTED_PACKAGE_MANAGERS) { "index.js", "index.js.map", "services", - "template-only-dYTzhOEA.js", - "template-only-dYTzhOEA.js.map", + "template-only-B8yJqW69.js", + "template-only-B8yJqW69.js.map", "template-registry.js", "template-registry.js.map", ]