File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed
clients/algoliasearch-client-javascript Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1919 "bundlewatch" : " 0.4.1" ,
2020 "execa" : " 9.5.2" ,
2121 "lerna" : " 8.2.2" ,
22- "rollup" : " 4.39.0 " ,
22+ "rollup" : " 4.40.1 " ,
2323 "typescript" : " 5.8.3"
2424 },
2525 "bundlewatch" : {
Original file line number Diff line number Diff line change 5454 "@arethetypeswrong/cli" : " 0.17.4" ,
5555 "@types/node" : " 22.15.3" ,
5656 "cross-fetch" : " 4.1.0" ,
57- "nock" : " 14.0.3 " ,
57+ "nock" : " 14.0.4 " ,
5858 "publint" : " 0.3.12" ,
5959 "tsup" : " 8.4.0" ,
6060 "typescript" : " 5.8.3" ,
Original file line number Diff line number Diff line change 4040 "devDependencies" : {
4141 "@arethetypeswrong/cli" : " 0.17.4" ,
4242 "@types/node" : " 22.15.3" ,
43- "nock" : " 14.0.3 " ,
43+ "nock" : " 14.0.4 " ,
4444 "publint" : " 0.3.12" ,
4545 "tsup" : " 8.4.0" ,
4646 "typescript" : " 5.8.3" ,
Original file line number Diff line number Diff line change 1313 },
1414 "devDependencies" : {
1515 "@types/eslint" : " 9.6.1" ,
16- "esbuild" : " 0.25.2 " ,
16+ "esbuild" : " 0.25.3 " ,
1717 "eslint" : " 8.57.1" ,
1818 "eslint-plugin-yml" : " 1.18.0" ,
1919 "eslint-vitest-rule-tester" : " 2.2.0" ,
Original file line number Diff line number Diff line change 3939 "eslint-plugin-yml" : " 1.18.0" ,
4040 "husky" : " 9.1.7" ,
4141 "lint-staged" : " 15.5.1" ,
42- "oxlint" : " 0.16.4 " ,
42+ "oxlint" : " 0.16.8 " ,
4343 "prettier" : " 3.5.3" ,
4444 "prettier-plugin-java" : " 2.6.7" ,
4545 "prettier-plugin-organize-imports" : " 4.1.0" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repository = "https://github.com/algolia/api-clients-automation"
1111[tool .poetry .dependencies ]
1212python = " >= 3.8.1"
1313algoliasearch = { path = " ../../clients/algoliasearch-client-python" , develop = true }
14- ruff = " == 0.9.6 "
14+ ruff = " == 0.11.7 "
1515pyright = " == 1.1.391"
1616python-dotenv = " == 1.0.1"
1717
Original file line number Diff line number Diff line change 3636 "commander" : " 13.1.0" ,
3737 "crc" : " 4.3.2" ,
3838 "dotenv" : " 16.5.0" ,
39- "esbuild" : " 0.25.2 " ,
39+ "esbuild" : " 0.25.3 " ,
4040 "execa" : " 9.5.2" ,
4141 "express" : " 5.1.0" ,
4242 "folder-hash" : " 4.1.1" ,
4343 "fs-extra" : " 11.3.0" ,
4444 "httpsnippet" : " 3.0.9" ,
4545 "js-yaml" : " 4.1.0" ,
46- "knip" : " 5.47.0 " ,
46+ "knip" : " 5.50.5 " ,
4747 "micromatch" : " 4.0.8" ,
4848 "semver" : " 7.7.1" ,
4949 "spinnies" : " 0.5.1" ,
Original file line number Diff line number Diff line change 140140 "@arethetypeswrong/cli": "0.17.4",
141141 "@types/node": "22.15.3",
142142 "publint": "0.3.12",
143- "rollup": "4.39.0 ",
143+ "rollup": "4.40.1 ",
144144 "tsup": "8.4.0",
145145 "typescript": "5.8.3"
146146 },
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ async-timeout = ">= 4.0.3"
2323pydantic = ">= 2"
2424
2525[tool.poetry.group.dev.dependencies]
26- ruff = "== 0.9.6 "
26+ ruff = "== 0.11.7 "
2727pyright = "== 1.1.391"
2828
2929[tool.ruff]
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ repository = "https://github.com/algolia/api-clients-automation"
1010[tool.poetry.dependencies]
1111python = "^3.8.1"
1212algoliasearch = { path = " ../../../clients/algoliasearch-client-python" , develop = true }
13- ruff = "== 0.9.6 "
13+ ruff = "== 0.11.7 "
1414pyright = "== 1.1.391"
You can’t perform that action at this time.
0 commit comments