From 3fc2da33b383ecfcb3f4d27a72ce0e6665eac355 Mon Sep 17 00:00:00 2001 From: Ryan Berckmans Date: Sat, 13 Jul 2024 02:50:48 -0500 Subject: [PATCH 1/2] Don't depend on forge to run 'yarn build' in root --- packages/eth-transfer-proxy/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/eth-transfer-proxy/package.json b/packages/eth-transfer-proxy/package.json index 33fdfd2..430e473 100644 --- a/packages/eth-transfer-proxy/package.json +++ b/packages/eth-transfer-proxy/package.json @@ -36,7 +36,8 @@ "build:esm": "yarn clean:esm && tsc --outDir ./dist/esm --sourceMap", "build:types": "yarn clean:types && tsc --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap", "build:ts": "yarn build:cjs && yarn build:esm && yarn build:types", - "build": "yarn build:forge && yarn build:gen && yarn build:ts", + "build:all": "yarn build:forge && yarn build:gen && yarn build:ts # we omit forge from standard 'yarn build' so that clients who only want eg. grpc service don't need to install forge to make a root `yarn build` succeed", + "build": "yarn build:ts", "build:dev": "yarn build # NB eth-transfer-proxy has no dev build, but we include this so that the root build:dev task works for all packages", "build:prod-test": "yarn build # NB eth-transfer-proxy has no prod-test build, but we include this so that the root build:prod-test task works for all packages", "deploy:local": "PRIVATE_KEY='' MNEMONIC='' forge script script/Deploy.s.sol --broadcast --fork-url http://localhost:8545", From 632a1d487f488a0a691b3dbef71371059454052b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 07:54:36 +0000 Subject: [PATCH 2/2] Bump @tanstack/react-query from 5.47.0 to 5.51.1 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.47.0 to 5.51.1. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.51.1/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/yarn.lock b/yarn.lock index d7371ab..d082988 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2933,17 +2933,17 @@ dependencies: postcss-nested "^5.0.5" -"@tanstack/query-core@5.47.0": - version "5.47.0" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.47.0.tgz#90b4d1c2d260c751891e9f56f02ee935c8265fbb" - integrity sha512-Ql0RBKLsTFcLPKUB/lv+miIjB/OA1c1/JgEQBhXbwOnoHuOoqTWXEWVNJnBeWWGMLbrOnQWgzy7Iwzy/CCKV7g== +"@tanstack/query-core@5.51.1": + version "5.51.1" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.51.1.tgz#55049ef0252c7d29de05e8219fd19b679509270e" + integrity sha512-fJBMQMpo8/KSsWW5ratJR5+IFr7YNJ3K2kfP9l5XObYHsgfVy1w3FJUWU4FT2fj7+JMaEg33zOcNDBo0LMwHnw== "@tanstack/react-query@^5.47": - version "5.47.0" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.47.0.tgz#59d09b01a7bbdb1019ce84966fec185848363eb1" - integrity sha512-f1mST6nTxh5to9fhKVTwukbvH/qAoiJFpKK3DyGnpusycukmulb/xfiZbFuP8Y68aPIsIO5I5wC8QkVZKUop+Q== + version "5.51.1" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.51.1.tgz#e483b9c9011e079b89cf73ce447b2e06340b3f41" + integrity sha512-s47HKFnQ4HOJAHoIiXcpna/roMMPZJPy6fJ6p4ZNVn8+/onlLBEDd1+xc8OnDuwgvecqkZD7Z2mnSRbcWefrKw== dependencies: - "@tanstack/query-core" "5.47.0" + "@tanstack/query-core" "5.51.1" "@testing-library/dom@9.3.3", "@testing-library/dom@^9.0.0": version "9.3.3"