From bea083b0681f896008e76f270ab5b0c05830a9d5 Mon Sep 17 00:00:00 2001 From: Aaron Dodson Date: Mon, 2 Mar 2026 12:13:31 -0800 Subject: [PATCH] chore(deps): Update Closure compiler to the latest version --- package-lock.json | 70 ++++++++++++++++++++++++++++++----- packages/blockly/package.json | 2 +- 2 files changed, 61 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3a0912da78..91b065d626d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -739,12 +739,14 @@ } }, "node_modules/google-closure-compiler": { - "version": "20260114.0.0", + "version": "20260225.0.0", + "resolved": "https://registry.npmjs.org/google-closure-compiler/-/google-closure-compiler-20260225.0.0.tgz", + "integrity": "sha512-qUu5r4DNRUJVd1FOkigJxfK1XJWfJdUs+AWc5ArehYavgCFBJcVsa5C9spqrJEua7+xtBSXuC2J2ggS5fEpaKg==", "dev": true, "license": "Apache-2.0", "dependencies": { "chalk": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 <5.6.1 || ^5.6.2 >5.6.1", - "google-closure-compiler-java": "^20260114.0.0", + "google-closure-compiler-java": "^20260225.0.0", "minimist": "^1.0.0", "vinyl": "^3.0.1", "vinyl-sourcemaps-apply": "^0.2.0" @@ -756,19 +758,52 @@ "node": ">=18" }, "optionalDependencies": { - "google-closure-compiler-linux": "^20260114.0.0", - "google-closure-compiler-linux-arm64": "^20260114.0.0", - "google-closure-compiler-macos": "^20260114.0.0", - "google-closure-compiler-windows": "^20260114.0.0" + "google-closure-compiler-linux": "^20260225.0.0", + "google-closure-compiler-linux-arm64": "^20260225.0.0", + "google-closure-compiler-macos": "^20260225.0.0", + "google-closure-compiler-windows": "^20260225.0.0" } }, "node_modules/google-closure-compiler-java": { - "version": "20260114.0.0", + "version": "20260225.0.0", + "resolved": "https://registry.npmjs.org/google-closure-compiler-java/-/google-closure-compiler-java-20260225.0.0.tgz", + "integrity": "sha512-sxxHBpF0ph878cjozdqpEBgR/rv7fN5aYgDgNXcHdNWPs5Qr5uQaV3rdViqi/vMpqC+CYMft7tuY6375IfkfOg==", "dev": true, "license": "Apache-2.0" }, + "node_modules/google-closure-compiler-linux": { + "version": "20260225.0.0", + "resolved": "https://registry.npmjs.org/google-closure-compiler-linux/-/google-closure-compiler-linux-20260225.0.0.tgz", + "integrity": "sha512-8rPCjLuqvbFUL6Pk+lrrhj9BE9jFFymx2bMHJjQQtuT0NYHBBdy6zm7tN++zp3zPOOUupBizNsWLj2pkkP24Ag==", + "cpu": [ + "x32", + "x64" + ], + "dev": true, + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/google-closure-compiler-linux-arm64": { + "version": "20260225.0.0", + "resolved": "https://registry.npmjs.org/google-closure-compiler-linux-arm64/-/google-closure-compiler-linux-arm64-20260225.0.0.tgz", + "integrity": "sha512-L7/kXqh5wmpnU44ierzHMevpaQgZHTIwp9LPPJLAvUWJ/K54HUGcz4sUhCbUzAbXE96YzQ+q87dG9ueBkZqffA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ] + }, "node_modules/google-closure-compiler-macos": { - "version": "20260114.0.0", + "version": "20260225.0.0", + "resolved": "https://registry.npmjs.org/google-closure-compiler-macos/-/google-closure-compiler-macos-20260225.0.0.tgz", + "integrity": "sha512-QTxlYCTbyE80OyiNmxf0JAxiKKNECIQ1jINTG6ezKpBefERvoLkezhsjlfxm/KXE6YwCWXd6+puZ9vxnoWUMqQ==", "cpu": [ "arm64" ], @@ -779,6 +814,21 @@ "darwin" ] }, + "node_modules/google-closure-compiler-windows": { + "version": "20260225.0.0", + "resolved": "https://registry.npmjs.org/google-closure-compiler-windows/-/google-closure-compiler-windows-20260225.0.0.tgz", + "integrity": "sha512-tDpH19bEFqo7R+GxDWvvpeBg/HfPpCohCNG6a0Jc9im40zfVKa0YwJxuStXk0Tr4T9mIg7OnnEfVla5aeJkLzg==", + "cpu": [ + "x32", + "x64" + ], + "dev": true, + "license": "Apache-2.0", + "optional": true, + "os": [ + "win32" + ] + }, "node_modules/import-fresh": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", @@ -1333,7 +1383,7 @@ "eslint-plugin-prettier": "^5.2.1", "glob": "^11.0.1", "globals": "^16.0.0", - "google-closure-compiler": "^20260114.0.0", + "google-closure-compiler": "^20260225.0.0", "gulp": "^5.0.0", "gulp-concat": "^2.6.1", "gulp-gzip": "^1.4.2", @@ -1361,7 +1411,7 @@ "yargs": "^17.2.1" }, "engines": { - "node": ">=18" + "node": ">=22" } }, "packages/blockly/node_modules/@aashutoshrathi/word-wrap": { diff --git a/packages/blockly/package.json b/packages/blockly/package.json index f96441269ff..87f2d4e988e 100644 --- a/packages/blockly/package.json +++ b/packages/blockly/package.json @@ -120,7 +120,7 @@ "eslint-plugin-prettier": "^5.2.1", "glob": "^11.0.1", "globals": "^16.0.0", - "google-closure-compiler": "^20260114.0.0", + "google-closure-compiler": "^20260225.0.0", "gulp": "^5.0.0", "gulp-concat": "^2.6.1", "gulp-gzip": "^1.4.2",