diff --git a/integration-tests/src/runTest.ts b/integration-tests/src/runTest.ts index b6a714c1..0f83d905 100644 --- a/integration-tests/src/runTest.ts +++ b/integration-tests/src/runTest.ts @@ -14,7 +14,7 @@ import { pythonVersion, bashVersion } from './utils/version' async function main (): Promise { try { - const vscodeVersion = '1.96.2' + const vscodeVersion = '1.999.0' const vscodeExecutablePath = await downloadAndUnzipVSCode(vscodeVersion) const [cliPath, ...args] = resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath) diff --git a/integration-tests/src/utils/version.ts b/integration-tests/src/utils/version.ts index 30abd56c..451efadf 100644 --- a/integration-tests/src/utils/version.ts +++ b/integration-tests/src/utils/version.ts @@ -5,4 +5,4 @@ // Required extension versions export const bashVersion = '1.43.0' -export const pythonVersion = '2024.22.1' +export const pythonVersion = '2025.20.1' diff --git a/scripts/fetch-docs.sh b/scripts/fetch-docs.sh index 8322397e..5b533dc1 100755 --- a/scripts/fetch-docs.sh +++ b/scripts/fetch-docs.sh @@ -1,9 +1,9 @@ #!/bin/bash -# Tag: yocto-5.1.1 -BITBAKE_DOCS_COMMIT=846cf0555c1e56c8cdfa86fbfb5fdb1a46d7cbcf -# Tag: yocto-5.1.1 -YOCTO_DOCS_COMMIT=9d9fde97364655b1b29398cc2f3742b44839fb39 +# Tag: yocto-5.3 +BITBAKE_DOCS_COMMIT=1a64a89bff60bfe97b72d8393159181c931f233b +# Tag: yocto-5.3 +YOCTO_DOCS_COMMIT=0293fa9a371faadb47fbcd0a4511628f46d758fa BITBAKE_DOCS_LIST="bitbake-user-manual-metadata.rst bitbake-user-manual-ref-variables.rst" YOCTO_DOCS_LIST=" tasks.rst variables.rst" diff --git a/scripts/fetch-poky.sh b/scripts/fetch-poky.sh index dee768c2..63f31a53 100644 --- a/scripts/fetch-poky.sh +++ b/scripts/fetch-poky.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Tag: yocto-5.1.1 -COMMIT=7e081bd98fdc5435e850d1df79a5e0f1e30293d0 +# Tag: yocto-5.2.4 +COMMIT=d0b46a6624ec9c61c47270745dd0b2d5abbe6ac1 set -e diff --git a/scripts/fetch-spdx-licenses.sh b/scripts/fetch-spdx-licenses.sh index 43a0c699..c4dfb7ad 100644 --- a/scripts/fetch-spdx-licenses.sh +++ b/scripts/fetch-spdx-licenses.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Tag: v3.26.0 -SPDX_LICENSES_COMMIT=558c64b2e0a93fa86aab8a6dcbd84a565846a48e +# Tag: v3.27.0 +SPDX_LICENSES_COMMIT=60e0de29cbcf3e83bf9d5e299972a1969516d918 set -e cd "$(dirname "$(readlink -f "$0")")/.."