Skip to content

Commit 932abb8

Browse files
chore(deps): bump the npm_and_yarn group across 1 directory with 6 updates (#266)
* chore(deps): bump the npm_and_yarn group across 1 directory with 6 updates Bumps the npm_and_yarn group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [lodash](https://github.com/lodash/lodash) | `4.17.23` | `4.18.1` | | [turbo](https://github.com/vercel/turborepo) | `2.1.3` | `2.10.0` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `3.2.6` | | [flatted](https://github.com/WebReflection/flatted) | `3.3.1` | `3.4.2` | | [minimatch](https://github.com/isaacs/minimatch) | `3.1.2` | `3.1.5` | | [postcss](https://github.com/postcss/postcss) | `8.5.6` | `8.5.15` | Updates `lodash` from 4.17.23 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.23...4.18.1) Updates `turbo` from 2.1.3 to 2.10.0 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](vercel/turborepo@v2.1.3...v2.10.0) Updates `vitest` from 3.2.4 to 3.2.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.6/packages/vitest) Updates `flatted` from 3.3.1 to 3.4.2 - [Commits](WebReflection/flatted@v3.3.1...v3.4.2) Updates `minimatch` from 3.1.2 to 3.1.5 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.1.2...v3.1.5) Updates `postcss` from 8.5.6 to 8.5.15 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.6...8.5.15) Updates `vitest` from 3.2.4 to 3.2.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.6/packages/vitest) Updates `vitest` from 3.2.4 to 3.2.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.6/packages/vitest) Updates `vitest` from 3.2.4 to 3.2.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.6/packages/vitest) Updates `vitest` from 3.2.4 to 3.2.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.6/packages/vitest) --- updated-dependencies: - dependency-name: flatted dependency-version: 3.4.2 dependency-type: indirect - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:development - dependency-name: minimatch dependency-version: 3.1.5 dependency-type: indirect - dependency-name: postcss dependency-version: 8.5.15 dependency-type: indirect - dependency-name: turbo dependency-version: 2.9.18 dependency-type: direct:development - dependency-name: vitest dependency-version: 3.2.6 dependency-type: direct:development - dependency-name: vitest dependency-version: 3.2.6 dependency-type: direct:development - dependency-name: vitest dependency-version: 3.2.6 dependency-type: direct:development - dependency-name: vitest dependency-version: 3.2.6 dependency-type: direct:development - dependency-name: vitest dependency-version: 3.2.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Bump vitest to be consistent across monorepo - Bump @vitest/coverage-v8 from 3.2.4 to 4.1.9 - Update test scripts to run with coverage (except for e2e) * Revert vitest from 4.1.9 to 4.0.18 - @vitest/coverage-v8 from 4.19 to 4.0.18 * Only run coverage in node runtime versions >= 20 because coverage-v8 doesn't support node 18 * Extend base vitest config * Add comment explaining coverage restriction --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeff Smale <6363749+jeffsmale90@users.noreply.github.com>
1 parent eb2ffcf commit 932abb8

12 files changed

Lines changed: 879 additions & 392 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"eslint-plugin-prettier": "^5.5.4",
4848
"eslint-plugin-promise": "^7.1.0",
4949
"keccak": "^3.0.4",
50-
"lodash": "^4.17.23",
50+
"lodash": "^4.18.1",
5151
"nodemon": "^3.1.0",
5252
"prettier": "^3.5.3",
5353
"turbo": "latest",

packages/7715-permission-types/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,13 @@
5959
"@metamask/auto-changelog": "^6.1.1",
6060
"@metamask/delegation-deployments": "^1.4.0",
6161
"@types/node": "^20.19.0",
62+
"@vitest/coverage-v8": "4.0.18",
6263
"compare-versions": "^6.1.1",
6364
"eslint": "^9.39.2",
6465
"prettier": "^3.5.3",
6566
"tsup": "^8.5.0",
6667
"typescript": "5.5.4",
67-
"vitest": "^3.2.4"
68+
"vitest": "4.0.18"
6869
},
6970
"dependencies": {
7071
"@metamask/delegation-core": "^2.2.1",
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
import { defineConfig } from 'vitest/config';
1+
import config from '../../shared/config/vitest.config';
22

3-
export default defineConfig({
4-
test: {
5-
globals: true,
6-
},
7-
});
3+
export default config;

packages/delegation-core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,12 @@
6161
"devDependencies": {
6262
"@metamask/auto-changelog": "^6.1.1",
6363
"@types/node": "^20.19.0",
64+
"@vitest/coverage-v8": "4.0.18",
6465
"eslint": "^9.39.2",
6566
"prettier": "^3.5.3",
6667
"tsup": "^8.5.0",
6768
"typescript": "5.5.4",
68-
"vitest": "^3.2.4"
69+
"vitest": "4.0.18"
6970
},
7071
"dependencies": {
7172
"@metamask/abi-utils": "^3.0.0",
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
import { defineConfig } from 'vitest/config';
1+
import config from '../../shared/config/vitest.config';
22

3-
export default defineConfig({
4-
test: {
5-
globals: true,
6-
environment: 'node',
7-
},
8-
});
3+
export default config;

packages/delegator-e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dotenv": "^16.3.1",
1010
"tsx": "^4.20.5",
1111
"viem": "2.31.4",
12-
"vitest": "^3.2.4"
12+
"vitest": "4.0.18"
1313
},
1414
"scripts": {
1515
"build": "cd contracts && forge build && cd ..",

packages/smart-accounts-kit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"changelog:update": "../../scripts/update-changelog.sh @metamask/smart-accounts-kit",
103103
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/smart-accounts-kit",
104104
"clean": "rm -rf dist",
105-
"test": "vitest run --coverage",
105+
"test": "vitest run",
106106
"test:watch": "vitest watch",
107107
"format": "prettier --write \"src/**/*.{ts,tsx}\" --ignore-path .prettierignore",
108108
"lint": "yarn lint:eslint",
@@ -141,7 +141,7 @@
141141
"@metamask/eslint-config-typescript": "14.0.0",
142142
"@types/node": "^20.19.0",
143143
"@types/sinon": "^17.0.3",
144-
"@vitest/coverage-v8": "3.2.4",
144+
"@vitest/coverage-v8": "4.0.18",
145145
"dotenv": "^16.3.1",
146146
"eslint": "^9.39.2",
147147
"eslint-config-prettier": "^9.1.0",
@@ -161,7 +161,7 @@
161161
"typescript": "5.5.4",
162162
"typescript-eslint": "^8.0.0",
163163
"viem": "2.31.4",
164-
"vitest": "^3.2.4"
164+
"vitest": "4.0.18"
165165
},
166166
"peerDependencies": {
167167
"viem": "^2.31.4"
Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
import { defineConfig } from 'vitest/config';
1+
import config from "../../shared/config/vitest.config";
22

3-
export default defineConfig({
4-
test: {
5-
globals: true,
6-
environment: 'node',
7-
env: {
8-
// Don't track analytics during unit tests.
9-
DO_NOT_TRACK: 'true',
10-
},
11-
},
12-
});
3+
export default config;

packages/x402/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"scripts": {
4444
"build": "yarn typecheck && tsup",
4545
"typecheck": "tsc --noEmit",
46-
"test": "vitest run --coverage",
46+
"test": "vitest run",
4747
"test:watch": "vitest watch",
4848
"lint": "yarn lint:eslint",
4949
"lint:eslint": "eslint . --cache --ext js,ts",
@@ -64,12 +64,13 @@
6464
},
6565
"devDependencies": {
6666
"@metamask/auto-changelog": "^6.1.1",
67+
"@vitest/coverage-v8": "4.0.18",
6768
"@x402/core": "^2.12.0",
6869
"@x402/evm": "^2.12.0",
6970
"eslint": "^9.39.2",
7071
"prettier": "^3.5.3",
7172
"tsup": "^8.5.0",
7273
"typescript": "5.5.4",
73-
"vitest": "^3.2.4"
74+
"vitest": "4.0.18"
7475
}
7576
}

packages/x402/vitest.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import config from '../../shared/config/vitest.config';
2+
3+
export default config;

0 commit comments

Comments
 (0)