From 30c11e304cd44e528f9eb9c645ed05d4a472eeb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 02:18:06 +0000 Subject: [PATCH 1/2] chore(deps): update dependency husky to ^9.1.7 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a953e76..e15ee76 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "colors": "^1.4.0", "file": "^0.2.2", "fs-extra": "^11.2.0", - "husky": "^9.1.6", + "husky": "^9.1.7", "medium-zoom": "^1.1.0", "oust": "^2.0.4", "prettier": "^3.3.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aa421ff..63b3ceb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^11.2.0 version: 11.2.0 husky: - specifier: ^9.1.6 - version: 9.1.6 + specifier: ^9.1.7 + version: 9.1.7 medium-zoom: specifier: ^1.1.0 version: 1.1.0 @@ -672,8 +672,8 @@ packages: htmlparser2@9.1.0: resolution: {integrity: sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==} - husky@9.1.6: - resolution: {integrity: sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==} + husky@9.1.7: + resolution: {integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==} engines: {node: '>=18'} hasBin: true @@ -1596,7 +1596,7 @@ snapshots: domutils: 3.1.0 entities: 4.5.0 - husky@9.1.6: {} + husky@9.1.7: {} iconv-lite@0.6.3: dependencies: From e211472479d30fb4a9da8bc9e3145a3ac9f8ae48 Mon Sep 17 00:00:00 2001 From: Derek Croote Date: Mon, 25 Nov 2024 21:45:37 -0800 Subject: [PATCH 2/2] fix: update link validator ignore Ignoring dao.api3.org because of the ipfs redirect --- libs/link-validator-ignore.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libs/link-validator-ignore.json b/libs/link-validator-ignore.json index d2bcba5..07b6f5b 100644 --- a/libs/link-validator-ignore.json +++ b/libs/link-validator-ignore.json @@ -1,8 +1,7 @@ [ - "/api3-whitepaper-v1.0.3.pdf", - "NOTE: The lib link-validator.js uses these as a 'contains' lookup.", "https://api3.eth/", "https://github.com/api3dao/api3-dao/", "https://github.com/api3dao/dao-docs", - "https://etherscan.io/address/" + "https://dao.api3.org", + "https://etherscan.io" ]