Skip to content

Commit 358deb5

Browse files
committed
feat: upgrade cmake, conan, meson, task
1 parent e71f6e1 commit 358deb5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

dist/node12/setup_cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node12/setup_cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/setup_cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/setup_cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/versions/default_versions.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ export const DefaultVersions: Record<string, string> = {
88
clangtidy: "13.0.0",
99
clangformat: "13.0.0",
1010
ninja: "1.11.1", // https://github.com/ninja-build/ninja/releases
11-
cmake: "3.24.2", // https://github.com/Kitware/CMake/releases
11+
cmake: "3.25.0", // https://github.com/Kitware/CMake/releases
1212
gcovr: "5.2", // https://pypi.org/project/gcovr/
13-
conan: "1.53.0", // https://github.com/conan-io/conan/releases
14-
meson: "0.63.3", // https://github.com/mesonbuild/meson/releases
13+
conan: "1.54.0", // https://github.com/conan-io/conan/releases
14+
meson: "0.64.0", // https://github.com/mesonbuild/meson/releases
1515
kcov: "40", // https://github.com/SimonKagstrom/kcov/releases
16-
task: "3.16.0", // https://github.com/go-task/task/releases
16+
task: "3.18.0", // https://github.com/go-task/task/releases
1717
doxygen: isArch() ? "1.9.5-1" : "1.9.5", // https://www.doxygen.nl/download.html // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=doxygen // https://formulae.brew.sh/formula/doxygen // https://archlinux.org/packages/extra/x86_64/doxygen/
1818
gcc: "12", // https://github.com/brechtsanders/winlibs_mingw/releases and // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=gcc
1919
}

0 commit comments

Comments
 (0)