From 9771ba23d11f6174a014a8b099d385a0c51b680f Mon Sep 17 00:00:00 2001 From: Guillaume Galy Date: Mon, 23 Sep 2024 11:20:35 +0200 Subject: [PATCH 1/2] chore: update GraalVM from 22.0.2 to 23.0.0 --- js-simulation/package-lock.json | 16 ++++++++-------- jvm/build.sbt | 2 +- ts-simulation/package-lock.json | 16 ++++++++-------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/js-simulation/package-lock.json b/js-simulation/package-lock.json index eb134f9..c49ec7d 100644 --- a/js-simulation/package-lock.json +++ b/js-simulation/package-lock.json @@ -27,7 +27,7 @@ "axios": "1.7.7", "commander": "12.1.0", "decompress": "4.2.1", - "esbuild": "0.23.1", + "esbuild": "0.24.0", "esbuild-plugin-tsc": "0.4.0", "readline-sync": "1.4.10" }, @@ -37,11 +37,11 @@ "devDependencies": { "@types/archiver": "6.0.2", "@types/decompress": "4.2.7", - "@types/node": "18.19.49", + "@types/node": "18.19.50", "@types/readline-sync": "1.4.8", "prettier": "3.3.3", "rimraf": "6.0.1", - "typescript": "5.5.4" + "typescript": "5.6.2" } }, "../tmp/cli/package/node_modules/@esbuild/darwin-arm64": { @@ -1190,13 +1190,13 @@ "@gatling.io/jvm-types": "0.0.0" }, "devDependencies": { - "@types/jest": "29.5.12", + "@types/jest": "29.5.13", "jest": "29.7.0", "prettier": "3.3.3", "rimraf": "6.0.1", "ts-jest": "29.2.5", "ts-node": "10.9.2", - "typescript": "5.5.4" + "typescript": "5.6.2" } }, "../tmp/core/package/node_modules/@ampproject/remapping": { @@ -4988,13 +4988,13 @@ "@gatling.io/jvm-types": "0.0.0" }, "devDependencies": { - "@types/jest": "29.5.12", + "@types/jest": "29.5.13", "jest": "29.7.0", "prettier": "3.3.3", "rimraf": "6.0.1", "ts-jest": "29.2.5", "ts-node": "10.9.2", - "typescript": "5.5.4" + "typescript": "5.6.2" } }, "../tmp/http/package/node_modules/@ampproject/remapping": { @@ -8786,7 +8786,7 @@ "version": "0.0.0", "license": "Apache-2.0", "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.6.2" } }, "../tmp/jvm-types/package/node_modules/typescript": { diff --git a/jvm/build.sbt b/jvm/build.sbt index 77f75cf..2475d9d 100644 --- a/jvm/build.sbt +++ b/jvm/build.sbt @@ -13,7 +13,7 @@ Global / gatlingDevelopers := Seq( GatlingDeveloper("ggaly@gatling.io", "Guillaume Galy", isGatlingCorp = true) ) -val graalvmJdkVersion = "22.0.2" +val graalvmJdkVersion = "23.0.0" val graalvmJsVersion = "24.1.0" val coursierVersion = "2.1.12" val gatlingVersion = "3.12.0" diff --git a/ts-simulation/package-lock.json b/ts-simulation/package-lock.json index fa720c3..04e1a7b 100644 --- a/ts-simulation/package-lock.json +++ b/ts-simulation/package-lock.json @@ -28,7 +28,7 @@ "axios": "1.7.7", "commander": "12.1.0", "decompress": "4.2.1", - "esbuild": "0.23.1", + "esbuild": "0.24.0", "esbuild-plugin-tsc": "0.4.0", "readline-sync": "1.4.10" }, @@ -38,11 +38,11 @@ "devDependencies": { "@types/archiver": "6.0.2", "@types/decompress": "4.2.7", - "@types/node": "18.19.49", + "@types/node": "18.19.50", "@types/readline-sync": "1.4.8", "prettier": "3.3.3", "rimraf": "6.0.1", - "typescript": "5.5.4" + "typescript": "5.6.2" } }, "../tmp/cli/package/node_modules/@esbuild/darwin-arm64": { @@ -1191,13 +1191,13 @@ "@gatling.io/jvm-types": "0.0.0" }, "devDependencies": { - "@types/jest": "29.5.12", + "@types/jest": "29.5.13", "jest": "29.7.0", "prettier": "3.3.3", "rimraf": "6.0.1", "ts-jest": "29.2.5", "ts-node": "10.9.2", - "typescript": "5.5.4" + "typescript": "5.6.2" } }, "../tmp/core/package/node_modules/@ampproject/remapping": { @@ -4989,13 +4989,13 @@ "@gatling.io/jvm-types": "0.0.0" }, "devDependencies": { - "@types/jest": "29.5.12", + "@types/jest": "29.5.13", "jest": "29.7.0", "prettier": "3.3.3", "rimraf": "6.0.1", "ts-jest": "29.2.5", "ts-node": "10.9.2", - "typescript": "5.5.4" + "typescript": "5.6.2" } }, "../tmp/http/package/node_modules/@ampproject/remapping": { @@ -8787,7 +8787,7 @@ "version": "0.0.0", "license": "Apache-2.0", "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.6.2" } }, "../tmp/jvm-types/package/node_modules/typescript": { From 9eaea61647d64549126228a72849b225441f58a9 Mon Sep 17 00:00:00 2001 From: Guillaume Galy Date: Mon, 23 Sep 2024 11:22:47 +0200 Subject: [PATCH 2/2] chore: remove unused "npm" tag in dependabot config --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 51c209e..7bfff62 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,6 @@ updates: directory: "/js" labels: - "dependencies" - - "npm" schedule: interval: "weekly" day: "sunday" @@ -17,7 +16,6 @@ updates: directory: "/js-simulation" labels: - "dependencies" - - "npm" schedule: interval: "weekly" day: "sunday" @@ -27,7 +25,6 @@ updates: directory: "/ts-simulation" labels: - "dependencies" - - "npm" schedule: interval: "weekly" day: "sunday"