From ed2433bff7a33d6d237dd14aae02e55fbdad38cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 21:30:36 +0000 Subject: [PATCH 1/5] chore(deps-dev): bump @types/uuid from 3.4.10 to 8.3.4 Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 3.4.10 to 8.3.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) --- updated-dependencies: - dependency-name: "@types/uuid" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84d1622..eaa88d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1961,9 +1961,9 @@ "dev": true }, "@types/uuid": { - "version": "3.4.10", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-3.4.10.tgz", - "integrity": "sha512-BgeaZuElf7DEYZhWYDTc/XcLZXdVgFkVSTa13BqKvbnmUrxr3TJFKofUxCtDO9UQOdhnV+HPOESdHiHKZOJV1A==", + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", + "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==", "dev": true }, "@types/validator": { diff --git a/package.json b/package.json index 5fee65a..5f2e0aa 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@types/js-yaml": "^4.0.2", "@types/node": "^17.0.14", "@types/semver": "^7.3.8", - "@types/uuid": "^3.4.6", + "@types/uuid": "^8.3.4", "@types/validator": "^13.7.1", "@typescript-eslint/parser": "^5.1.0", "@vercel/ncc": "^0.33.1", From 9676dd262082540bfbc55500ebe572096568f197 Mon Sep 17 00:00:00 2001 From: Simon Baerlocher Date: Fri, 11 Feb 2022 22:35:33 +0100 Subject: [PATCH 2/5] update version --- tests/collection/galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/collection/galaxy.yml b/tests/collection/galaxy.yml index 7af9662..da95c0c 100644 --- a/tests/collection/galaxy.yml +++ b/tests/collection/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: arillso name: test_do_not_use -version: 0.0.15 +version: 0.0.17 readme: README.md authors: - Simon Baerlocher (@sbaerlocher) From d622358c99b1159fe47971fa2847c8cd3651de84 Mon Sep 17 00:00:00 2001 From: Simon Baerlocher Date: Fri, 11 Feb 2022 22:44:31 +0100 Subject: [PATCH 3/5] test fix --- .github/workflows/test.yml | 2 +- package-lock.json | 6 +++--- package.json | 2 +- {tests/collection => test_collection}/LICENSE | 0 {tests/collection => test_collection}/README.md | 0 {tests/collection => test_collection}/galaxy.yml | 2 +- {tests/collection => test_collection}/meta/runtime.yml | 0 7 files changed, 6 insertions(+), 6 deletions(-) rename {tests/collection => test_collection}/LICENSE (100%) rename {tests/collection => test_collection}/README.md (100%) rename {tests/collection => test_collection}/galaxy.yml (96%) rename {tests/collection => test_collection}/meta/runtime.yml (100%) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a85f808..da96e06 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,4 +16,4 @@ jobs: uses: ./ with: api_key: ${{ secrets.GALAXY_API_KEY }} - collection_dir: tests/collection + collection_dir: "test/collection" diff --git a/package-lock.json b/package-lock.json index eaa88d4..84d1622 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1961,9 +1961,9 @@ "dev": true }, "@types/uuid": { - "version": "8.3.4", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", - "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==", + "version": "3.4.10", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-3.4.10.tgz", + "integrity": "sha512-BgeaZuElf7DEYZhWYDTc/XcLZXdVgFkVSTa13BqKvbnmUrxr3TJFKofUxCtDO9UQOdhnV+HPOESdHiHKZOJV1A==", "dev": true }, "@types/validator": { diff --git a/package.json b/package.json index 5f2e0aa..5fee65a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@types/js-yaml": "^4.0.2", "@types/node": "^17.0.14", "@types/semver": "^7.3.8", - "@types/uuid": "^8.3.4", + "@types/uuid": "^3.4.6", "@types/validator": "^13.7.1", "@typescript-eslint/parser": "^5.1.0", "@vercel/ncc": "^0.33.1", diff --git a/tests/collection/LICENSE b/test_collection/LICENSE similarity index 100% rename from tests/collection/LICENSE rename to test_collection/LICENSE diff --git a/tests/collection/README.md b/test_collection/README.md similarity index 100% rename from tests/collection/README.md rename to test_collection/README.md diff --git a/tests/collection/galaxy.yml b/test_collection/galaxy.yml similarity index 96% rename from tests/collection/galaxy.yml rename to test_collection/galaxy.yml index da95c0c..28dadd2 100644 --- a/tests/collection/galaxy.yml +++ b/test_collection/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: arillso name: test_do_not_use -version: 0.0.17 +version: 0.0.18 readme: README.md authors: - Simon Baerlocher (@sbaerlocher) diff --git a/tests/collection/meta/runtime.yml b/test_collection/meta/runtime.yml similarity index 100% rename from tests/collection/meta/runtime.yml rename to test_collection/meta/runtime.yml From 9232e8e336f4d166435045a08445f7014d6ed0fc Mon Sep 17 00:00:00 2001 From: Simon Baerlocher Date: Fri, 11 Feb 2022 22:45:24 +0100 Subject: [PATCH 4/5] fix path --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index da96e06..75d5e9c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,4 +16,4 @@ jobs: uses: ./ with: api_key: ${{ secrets.GALAXY_API_KEY }} - collection_dir: "test/collection" + collection_dir: "test-collection" From 49ee4294a1d09b04c3731784bcc3c66079fd9620 Mon Sep 17 00:00:00 2001 From: Simon Baerlocher Date: Fri, 11 Feb 2022 22:46:26 +0100 Subject: [PATCH 5/5] fix path --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 75d5e9c..20997d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,4 +16,4 @@ jobs: uses: ./ with: api_key: ${{ secrets.GALAXY_API_KEY }} - collection_dir: "test-collection" + collection_dir: "test_collection"