Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 160ddba commit 73efa34
Show file tree
Hide file tree
Showing 21 changed files with 1,572 additions and 728 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: pnpm test
- if: ${{ matrix.node-version == '22.x' }}
name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: pnpm test
- if: ${{ matrix.node-version == '22.x' }}
name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Ray Epps"
],
"license": "MIT",
"packageManager": "pnpm@9.1.3",
"packageManager": "pnpm@9.12.3",
"engines": {
"node": ">=16.0.0"
},
Expand Down Expand Up @@ -50,15 +50,15 @@
"@biomejs/biome": "^1.8.3",
"@radashi-org/biome-config": "link:scripts/biome-config",
"@types/node": "^22.7.5",
"@vitest/coverage-v8": "2.0.5",
"@vitest/coverage-v8": "2.1.4",
"cspell": "^8.13.3",
"prettier": "^3.3.2",
"prettier-plugin-pkg": "^0.18.1",
"prettier-plugin-sh": "^0.14.0",
"radashi-helper": "^0.1.4",
"tsup": "^8.1.0",
"typescript": "^5.5.2",
"vitest": "2.1.1"
"vitest": "2.1.4"
},
"sideEffects": false,
"browserslist": [
Expand Down
970 changes: 679 additions & 291 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions scripts/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"@octokit/rest": "^21.0.1",
"@types/babel__traverse": "^7.20.6",
"@types/node": "^22.2.0",
"esbuild": "^0.23.0",
"esbuild": "^0.24.0",
"execa": "^9.3.0",
"fast-glob": "^3.3.2",
"radashi": "link:../../src",
"radashi-db": "link:../radashi-db",
"ts-morph": "^23.0.0",
"ts-morph": "^24.0.0",
"tsx": "^4.17.0",
"vitest": "link:../../node_modules/vitest"
}
Expand Down
Loading

0 comments on commit 73efa34

Please sign in to comment.