Skip to content

Commit 3b4b9f7

Browse files
committed
express
1 parent ab2d7db commit 3b4b9f7

File tree

6 files changed

+178
-241
lines changed

6 files changed

+178
-241
lines changed

eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"esbuild": "0.23.1",
2121
"eslint": "8.57.0",
2222
"jest": "29.7.0",
23-
"typescript": "5.5.4"
23+
"typescript": "5.6.2"
2424
}
2525
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@openapitools/openapi-generator-cli": "2.13.5",
3535
"@redocly/cli": "1.25.2",
3636
"@stylistic/eslint-plugin": "2.8.0",
37-
"@typescript-eslint/eslint-plugin": "8.4.0",
38-
"@typescript-eslint/parser": "8.4.0",
37+
"@typescript-eslint/eslint-plugin": "8.5.0",
38+
"@typescript-eslint/parser": "8.5.0",
3939
"@vitest/eslint-plugin": "1.1.4",
4040
"eslint": "8.57.0",
4141
"eslint-config-algolia": "23.1.7",
@@ -49,12 +49,12 @@
4949
"eslint-plugin-vitest": "0.5.4",
5050
"eslint-plugin-yml": "1.14.0",
5151
"husky": "9.1.6",
52-
"lint-staged": "15.2.9",
52+
"lint-staged": "15.2.10",
5353
"pinst": "3.0.0",
5454
"prettier": "3.3.3",
5555
"prettier-plugin-java": "2.6.4",
5656
"renovate-config-algolia": "2.1.10",
57-
"typescript": "5.5.4"
57+
"typescript": "5.6.2"
5858
},
5959
"packageManager": "[email protected]",
6060
"engines": {

playground/javascript/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"dotenv": "16.4.5",
33-
"typescript": "5.5.4"
33+
"typescript": "5.6.2"
3434
},
3535
"engines": {
3636
"node": ">= 14.0.0",

renovate.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,9 @@
234234
"**/client-search/**",
235235
"**/client_search/**",
236236
"**/ingestion/**",
237+
"**/monitoring/**",
237238
"**/recommend/**",
239+
"clients/algoliasearch-client-csharp/global.json",
238240
"clients/algoliasearch-client-php/composer.json",
239241
"tests/output/dart/**",
240242
"tests/output/java/**",

scripts/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/fs-extra": "11.0.4",
3333
"@types/js-yaml": "4.0.9",
3434
"@types/micromatch": "4.0.9",
35-
"@types/node": "22.5.1",
35+
"@types/node": "22.5.5",
3636
"@types/semver": "7.5.8",
3737
"@types/spinnies": "0.5.3",
3838
"chai": "5.1.1",
@@ -45,15 +45,15 @@
4545
"eslint-import-resolver-typescript": "3.6.3",
4646
"eslint-plugin-import": "2.30.0",
4747
"execa": "9.3.1",
48-
"express": "4.20.0",
48+
"express": "4.21.0",
4949
"folder-hash": "4.0.4",
5050
"fs-extra": "11.2.0",
5151
"js-yaml": "4.1.0",
52-
"knip": "5.27.4",
52+
"knip": "5.30.2",
5353
"micromatch": "4.0.8",
5454
"semver": "7.6.3",
5555
"spinnies": "0.5.1",
56-
"typescript": "5.5.4",
57-
"vitest": "2.0.5"
56+
"typescript": "5.6.2",
57+
"vitest": "2.1.1"
5858
}
5959
}

0 commit comments

Comments
 (0)