Skip to content

Commit 054e8f9

Browse files
chore(deps): update all non-major dependencies (#136)
* chore(deps): update all non-major dependencies * chore: disable `unicorn/prefer-at` * chore: c8 -> v8 * chore: bump version * chore: dedupe --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
1 parent 39c3738 commit 054e8f9

File tree

3 files changed

+845
-658
lines changed

3 files changed

+845
-658
lines changed

.eslintrc

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"eslint-config-unjs"
44
],
55
"rules": {
6-
"unicorn/no-null": 0,
7-
"unicorn/prevent-abbreviations": 0
6+
"unicorn/no-null": "off",
7+
"unicorn/prefer-at": "off",
8+
"unicorn/prevent-abbreviations": "off"
89
}
910
}

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
"test:types": "tsc --noEmit"
3535
},
3636
"devDependencies": {
37-
"@types/node": "^18.16.3",
38-
"@vitest/coverage-c8": "^0.31.0",
37+
"@types/node": "^18.18.6",
38+
"@vitest/coverage-v8": "^0.34.6",
3939
"eslint": "latest",
40-
"eslint-config-unjs": "^0.1.0",
41-
"jiti": "^1.18.2",
40+
"eslint-config-unjs": "^0.2.1",
41+
"jiti": "^1.20.0",
4242
"prettier": "^2.8.8",
4343
"standard-version": "latest",
44-
"typescript": "^5.0.4",
44+
"typescript": "^5.2.2",
4545
"unbuild": "^1.2.1",
46-
"vitest": "^0.31.0"
46+
"vitest": "^0.34.6"
4747
},
48-
"packageManager": "pnpm@8.4.0"
48+
"packageManager": "pnpm@8.9.2"
4949
}

0 commit comments

Comments
 (0)