From f3fca96a2cf55857ec349426bcdc19e73d10fc87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:35:41 +0200 Subject: [PATCH] chore(deps-dev): bump ajv-formats from 2.1.1 to 3.0.1 (#544) * chore(deps-dev): bump ajv-formats from 2.1.1 to 3.0.1 Bumps [ajv-formats](https://github.com/ajv-validator/ajv-formats) from 2.1.1 to 3.0.1. - [Release notes](https://github.com/ajv-validator/ajv-formats/releases) - [Commits](https://github.com/ajv-validator/ajv-formats/compare/v2.1.1...v3.0.1) --- updated-dependencies: - dependency-name: ajv-formats dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * fix: replace tests with generator * fix: update ci * fix: add secrets --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: sakulstra --- .github/workflows/test-release-alpha.yml | 10 ++++++++-- package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test-release-alpha.yml b/.github/workflows/test-release-alpha.yml index 996a842e..a7f8e52c 100644 --- a/.github/workflows/test-release-alpha.yml +++ b/.github/workflows/test-release-alpha.yml @@ -8,8 +8,12 @@ on: pull_request: jobs: - test: + test-solidity: uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main + secrets: inherit + test-js: + uses: bgd-labs/github-workflows/.github/workflows/test-node.yml@main + secrets: inherit pkg-size-report: permissions: pull-requests: write @@ -34,6 +38,8 @@ jobs: release-node-alpha: if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]' uses: bgd-labs/github-workflows/.github/workflows/release-node-alpha.yml@main - needs: test + needs: + - test-solidity + - test-js secrets: NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} diff --git a/package.json b/package.json index b61414c9..66c782e9 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "start": "tsx scripts/generateABIs.ts && tsx scripts/generateAddresses.ts && npm run prettier", "build": "tsup", "ci:publish": "npm run build && npm publish --access=public", - "test": "echo 'no tests exist yet'" + "test": "npm run generate:addresses" }, "repository": { "type": "git", @@ -53,7 +53,7 @@ "@types/node": "^22.4.1", "@uniswap/token-lists": "^1.0.0-beta.33", "ajv": "^8.12.0", - "ajv-formats": "^2.1.1", + "ajv-formats": "^3.0.1", "dotenv": "^16.4.1", "esbuild-plugin-file-path-extensions": "^2.0.0", "prettier": "^3.0.3", diff --git a/yarn.lock b/yarn.lock index 8e0c4ebe..af9d0536 100644 --- a/yarn.lock +++ b/yarn.lock @@ -353,10 +353,10 @@ abitype@1.0.5: resolved "https://registry.yarnpkg.com/abitype/-/abitype-1.0.5.tgz#29d0daa3eea867ca90f7e4123144c1d1270774b6" integrity sha512-YzDhti7cjlfaBhHutMaboYB21Ha3rXR9QTkNJFzYC4kC8YclaiwPBBBJY8ejFdu2wnJeZCVZSMlQJ7fi8S6hsw== -ajv-formats@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520" - integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA== +ajv-formats@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-3.0.1.tgz#3d5dc762bca17679c3c2ea7e90ad6b7532309578" + integrity sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ== dependencies: ajv "^8.0.0"