From c107a72a85326844be486eff5b359433266dd47c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 16:46:06 +0000 Subject: [PATCH] Update dependency @commander-js/extra-typings to v15 --- devserver/package.json | 2 +- lib/buildtools/package.json | 2 +- lib/repotools/package.json | 2 +- yarn.lock | 15 ++++++++++++--- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/devserver/package.json b/devserver/package.json index 2fe285bf4b..a72cadf96e 100644 --- a/devserver/package.json +++ b/devserver/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@blueprintjs/core": "^6.0.0", - "@commander-js/extra-typings": "^14.0.0", + "@commander-js/extra-typings": "^15.0.0", "@sourceacademy/modules-lib": "workspace:^", "@vitejs/plugin-react": "^6.0.3", "ace-builds": "^1.25.1", diff --git a/lib/buildtools/package.json b/lib/buildtools/package.json index fd163a247b..8634af6aea 100644 --- a/lib/buildtools/package.json +++ b/lib/buildtools/package.json @@ -4,7 +4,7 @@ "description": "Tools for building and testing Source Academy bundles and tabs", "version": "1.1.0", "devDependencies": { - "@commander-js/extra-typings": "^14.0.0", + "@commander-js/extra-typings": "^15.0.0", "@types/estree": "^1.0.0", "@types/http-server": "^0.12.4", "@types/node": "^24.0.0", diff --git a/lib/repotools/package.json b/lib/repotools/package.json index 3a4a7509fb..2364474f5b 100644 --- a/lib/repotools/package.json +++ b/lib/repotools/package.json @@ -5,7 +5,7 @@ "type": "module", "description": "Common library for tooling used by the modules repository", "devDependencies": { - "@commander-js/extra-typings": "^14.0.0", + "@commander-js/extra-typings": "^15.0.0", "@types/node": "^24.0.0", "@vitejs/plugin-react": "^6.0.3", "@vitest/coverage-v8": "catalog:", diff --git a/yarn.lock b/yarn.lock index 569b454c2f..467bbcd5f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1145,6 +1145,15 @@ __metadata: languageName: node linkType: hard +"@commander-js/extra-typings@npm:^15.0.0": + version: 15.0.0 + resolution: "@commander-js/extra-typings@npm:15.0.0" + peerDependencies: + commander: ~15.0.0 + checksum: 10c0/4282857c0acb2da1b893fe8c39a939bdfae2d7cbb43a22c1fe8ef5bef4cf615ddb34d96239f7603294ef5014728799c8212f4451fa9d2e469cce087eb89f0218 + languageName: node + linkType: hard + "@cspell/cspell-bundled-dicts@npm:10.0.1": version: 10.0.1 resolution: "@cspell/cspell-bundled-dicts@npm:10.0.1" @@ -4277,7 +4286,7 @@ __metadata: version: 0.0.0-use.local resolution: "@sourceacademy/modules-buildtools@workspace:lib/buildtools" dependencies: - "@commander-js/extra-typings": "npm:^14.0.0" + "@commander-js/extra-typings": "npm:^15.0.0" "@sourceacademy/modules-repotools": "workspace:^" "@sourceacademy/modules-typedoc-plugin": "workspace:^" "@types/estree": "npm:^1.0.0" @@ -4308,7 +4317,7 @@ __metadata: resolution: "@sourceacademy/modules-devserver@workspace:devserver" dependencies: "@blueprintjs/core": "npm:^6.0.0" - "@commander-js/extra-typings": "npm:^14.0.0" + "@commander-js/extra-typings": "npm:^15.0.0" "@sourceacademy/modules-buildtools": "workspace:^" "@sourceacademy/modules-lib": "workspace:^" "@types/react": "catalog:" @@ -4406,7 +4415,7 @@ __metadata: version: 0.0.0-use.local resolution: "@sourceacademy/modules-repotools@workspace:lib/repotools" dependencies: - "@commander-js/extra-typings": "npm:^14.0.0" + "@commander-js/extra-typings": "npm:^15.0.0" "@types/node": "npm:^24.0.0" "@vitejs/plugin-react": "npm:^6.0.3" "@vitest/browser-playwright": "catalog:"