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 Dec 26, 2024
1 parent 8048797 commit b1a73d9
Show file tree
Hide file tree
Showing 9 changed files with 762 additions and 328 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
"@biomejs/biome": "^1.8.3",
"@radashi-org/biome-config": "link:scripts/biome-config",
"@types/node": "^22.7.7",
"@vitest/coverage-v8": "2.1.5",
"cspell": "8.15.4",
"@vitest/coverage-v8": "2.1.6",
"cspell": "8.16.0",
"prettier": "^3.3.2",
"prettier-plugin-pkg": "^0.18.1",
"prettier-plugin-sh": "^0.14.0",
"radashi-helper": "^0.1.6",
"tsup": "^8.1.0",
"typescript": "^5.5.2",
"vitest": "2.1.5"
"vitest": "2.1.6"
},
"sideEffects": false,
"browserslist": [
Expand Down
1,066 changes: 750 additions & 316 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/bench-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"private": true,
"dependencies": {
"@radashi-org/benchmarks": "link:../benchmarks",
"vitest": "2.1.5"
"vitest": "2.1.6"
}
}
6 changes: 3 additions & 3 deletions scripts/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"@babel/traverse": "^7.25.3",
"@babel/types": "^7.25.2",
"@types/babel__traverse": "^7.20.6",
"esbuild": "^0.23.0",
"esbuild": "^0.24.0",
"execa": "^9.5.1",
"radashi": "link:../../src",
"ts-morph": "^23.0.0",
"vitest": "2.1.5"
"ts-morph": "^24.0.0",
"vitest": "2.1.6"
}
}
2 changes: 1 addition & 1 deletion scripts/bundle-impact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@octokit/rest": "^21.0.1",
"@radashi-org/common": "link:../common",
"esbuild": "^0.23.0",
"esbuild": "^0.24.0",
"execa": "^9.5.1",
"radashi": "link:../../src"
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"main": "./src/changelog.ts",
"dependencies": {
"execa": "^9.5.1",
"git-cliff": "2.4.0"
"git-cliff": "2.7.0"
}
}
2 changes: 1 addition & 1 deletion scripts/radashi-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@supabase/supabase-js": "^2.45.0",
"algoliasearch": "^4.24.0",
"algoliasearch": "^5.0.0",
"execa": "^9.5.1"
}
}
2 changes: 1 addition & 1 deletion scripts/release-notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"type": "module",
"dependencies": {
"@anthropic-ai/sdk": "^0.25.0",
"@anthropic-ai/sdk": "^0.32.0",
"@octokit/rest": "^21.0.2",
"@radashi-org/common": "link:../common",
"execa": "^9.5.1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-browserslist/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"dependencies": {
"browserslist-generator": "^2.1.0",
"browserslist-generator": "^3.0.0",
"dequal": "^2.0.3",
"execa": "^9.5.1"
}
Expand Down

0 comments on commit b1a73d9

Please sign in to comment.