Skip to content

Commit 73efa34

Browse files
chore(deps): update all dependencies
1 parent 160ddba commit 73efa34

21 files changed

+1572
-728
lines changed

.github/workflows/publish-beta.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: pnpm test
2525
- if: ${{ matrix.node-version == '22.x' }}
2626
name: Upload coverage reports to Codecov
27-
uses: codecov/codecov-action@v4.0.1
27+
uses: codecov/codecov-action@v4.6.0
2828
with:
2929
token: ${{ secrets.CODECOV_TOKEN }}
3030

.github/workflows/publish-latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: pnpm test
2323
- if: ${{ matrix.node-version == '22.x' }}
2424
name: Upload coverage reports to Codecov
25-
uses: codecov/codecov-action@v4.0.1
25+
uses: codecov/codecov-action@v4.6.0
2626
with:
2727
token: ${{ secrets.CODECOV_TOKEN }}
2828

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"Ray Epps"
1313
],
1414
"license": "MIT",
15-
"packageManager": "pnpm@9.1.3",
15+
"packageManager": "pnpm@9.12.3",
1616
"engines": {
1717
"node": ">=16.0.0"
1818
},
@@ -50,15 +50,15 @@
5050
"@biomejs/biome": "^1.8.3",
5151
"@radashi-org/biome-config": "link:scripts/biome-config",
5252
"@types/node": "^22.7.5",
53-
"@vitest/coverage-v8": "2.0.5",
53+
"@vitest/coverage-v8": "2.1.4",
5454
"cspell": "^8.13.3",
5555
"prettier": "^3.3.2",
5656
"prettier-plugin-pkg": "^0.18.1",
5757
"prettier-plugin-sh": "^0.14.0",
5858
"radashi-helper": "^0.1.4",
5959
"tsup": "^8.1.0",
6060
"typescript": "^5.5.2",
61-
"vitest": "2.1.1"
61+
"vitest": "2.1.4"
6262
},
6363
"sideEffects": false,
6464
"browserslist": [

pnpm-lock.yaml

+679-291
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/benchmarks/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"@octokit/rest": "^21.0.1",
1212
"@types/babel__traverse": "^7.20.6",
1313
"@types/node": "^22.2.0",
14-
"esbuild": "^0.23.0",
14+
"esbuild": "^0.24.0",
1515
"execa": "^9.3.0",
1616
"fast-glob": "^3.3.2",
1717
"radashi": "link:../../src",
1818
"radashi-db": "link:../radashi-db",
19-
"ts-morph": "^23.0.0",
19+
"ts-morph": "^24.0.0",
2020
"tsx": "^4.17.0",
2121
"vitest": "link:../../node_modules/vitest"
2222
}

0 commit comments

Comments
 (0)