Skip to content

Commit 1a24ccd

Browse files
committed
fix: update dependencies and versions across multiple packages
- Updated @types/node from 22.19.15 to 22.19.17 - Updated @typescript-eslint/parser from 8.58.1 to 8.58.2 - Updated @vitest/browser-playwright, @vitest/coverage-istanbul, @vitest/coverage-v8 from 4.1.3 to 4.1.4 - Updated assemblyscript from 0.28.13 to 0.28.14 - Updated globals from 17.4.0 to 17.5.0 - Updated happy-dom from 20.8.9 to 20.9.0 - Updated release-please from 17.4.0 to 17.6.0 - Updated typedoc from 0.28.18 to 0.28.19 - Updated typescript-eslint from 8.58.1 to 8.58.2 - Updated vitest from 4.1.3 to 4.1.4 - Updated axios in overrides from 1.14.0 to 1.15.0 - Updated webpack from 5.105.4 to 5.106.1 - Updated DuckDB version from 1.5.1 to 1.5.2 and updated SHA512 checksum - Updated Graphviz version from 14.1.4 to 14.1.5 and updated SHA512 checksum - Updated llama-cpp homepage to point to releases - Updated emsdk version from 5.0.5 to 5.0.6 - Removed unnecessary includes from C++ stub files Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent 9a33974 commit 1a24ccd

23 files changed

Lines changed: 760 additions & 556 deletions

File tree

.github/workflows/test-pr.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,15 @@ jobs:
111111
npm run test-bundlers
112112
113113
- name: Calculate Coverage
114-
if: ${{ matrix.os == 'ubuntu-24.04' && matrix.node == 20 }}
114+
if: ${{ matrix.os == 'ubuntu-24.04' && matrix.node == 22 && (github.event_name == 'pull_request' || github.ref == 'refs/heads/main') }}
115115
run: |
116-
npm run coverage
116+
npm run coverage -- --coverage.reporter=lcov --coverage.reporter=html --coverage.reporter=json --coverage.reporter=clover
117+
118+
- name: Update Coveralls
119+
if: ${{ matrix.os == 'ubuntu-24.04' && matrix.node == 22 && (github.event_name == 'pull_request' || github.ref == 'refs/heads/main') }}
120+
uses: coverallsapp/github-action@v2
121+
with:
122+
github-token: ${{ secrets.GITHUB_TOKEN }}
117123

118124
- name: Upload error logs
119125
if: ${{ failure() || cancelled() }}

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"cmake.cmakePath": "${workspaceFolder}/scripts/cmake.sh",
3-
"vitest.maximumConfigs": 20,
43
"vitest.configSearchPatternExclude": "{emsdk/**,node_modules/**}",
54
"git.ignoreLimitWarning": true
65
}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ This repository contains a collection of useful c++ libraries compiled to WASM f
88
- [base91](https://base91.sourceforge.net/) - v0.6.0
99
- [duckdb](https://github.com/duckdb/duckdb) - v1.4.3
1010
- [expat](https://libexpat.github.io/) - v2.7.4
11-
- [graphviz](https://www.graphviz.org/) - 14.1.4
12-
- [llama.cpp](https://github.com/ggml-org/llama.cpp) - 7146
11+
- [graphviz](https://www.graphviz.org/) - 14.1.5
12+
- [llama.cpp](https://github.com/ggml-org/llama.cpp) - 8799
1313
- [zstd](https://github.com/facebook/zstd) - v1.5.7
1414
- ...more to follow...
1515

1616
Built with:
17-
- [emsdk](https://github.com/emscripten-core/emsdk) - v5.0.5
17+
- [emsdk](https://github.com/emscripten-core/emsdk) - v5.0.6
1818
- [vcpkg](https://github.com/microsoft/vcpkg) - 2026.03.18
1919

2020
## Homepage and Documents

package-lock.json

Lines changed: 443 additions & 476 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -87,38 +87,36 @@
8787
"devDependencies": {
8888
"@eslint/js": "10.0.1",
8989
"@types/emscripten": "1.41.5",
90-
"@types/node": "22.19.15",
90+
"@types/node": "22.19.17",
9191
"@types/yargs": "17.0.35",
92-
"@typescript-eslint/parser": "8.58.1",
93-
"@vitest/browser-playwright": "4.1.3",
94-
"@vitest/coverage-istanbul": "4.1.3",
95-
"@vitest/coverage-v8": "4.1.3",
96-
"assemblyscript": "0.28.13",
92+
"@typescript-eslint/parser": "8.58.2",
93+
"@vitest/browser-playwright": "4.1.4",
94+
"@vitest/coverage-istanbul": "4.1.4",
95+
"@vitest/coverage-v8": "4.1.4",
96+
"assemblyscript": "0.28.14",
9797
"chokidar-cli": "3.0.0",
9898
"esbuild": "0.28.0",
9999
"eslint": "10.2.0",
100-
"globals": "17.4.0",
101-
"happy-dom": "20.8.9",
100+
"globals": "17.5.0",
101+
"happy-dom": "20.9.0",
102102
"lerna": "9.0.7",
103103
"npm-run-all": "4.1.5",
104104
"playwright": "1.59.1",
105-
"release-please": "17.4.0",
105+
"release-please": "17.6.0",
106106
"rimraf": "6.1.3",
107107
"run-script-os": "1.1.6",
108108
"tslib": "2.8.1",
109-
"typedoc": "0.28.18",
109+
"typedoc": "0.28.19",
110110
"typedoc-plugin-markdown": "4.11.0",
111111
"typescript": "6.0.2",
112-
"typescript-eslint": "8.58.1",
112+
"typescript-eslint": "8.58.2",
113113
"vite": "7.3.2",
114114
"vitepress": "1.6.4",
115-
"vitest": "4.1.3"
115+
"vitest": "4.1.4"
116116
},
117117
"overrides": {
118-
"axios": "1.14.0",
119-
"esbuild": "$esbuild",
120-
"vite": "$vite",
121-
"typescript": "$typescript"
118+
"axios": "1.15.0",
119+
"vite": "7.3.2"
122120
},
123121
"c8": {
124122
"exclude-after-remap": []

packages/duckdb/src-cpp/stubs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include <stdio.h>
1616
#include <sys/types.h>
1717
#include <unistd.h>
18-
#include <syscall_arch.h>
1918
#include <string.h>
2019
#include <sys/resource.h>
2120
#include <sys/stat.h>

packages/graphviz/src-cpp/stubs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include <stdio.h>
1616
#include <sys/types.h>
1717
#include <unistd.h>
18-
#include <syscall_arch.h>
1918
#include <string.h>
2019
#include <sys/resource.h>
2120
#include <sys/stat.h>

packages/graphviz/tests/graphviz.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe("graphviz", function () {
5050
let graphviz = await Graphviz.load();
5151
let v = graphviz.version();
5252
expect(v).to.be.a.string;
53-
expect(v).to.equal("14.1.4"); // Update README.md with the new version!!!
53+
expect(v).to.equal("14.1.5"); // Update README.md with the new version!!!
5454
console.log("graphviz version: " + v);
5555
Graphviz.unload();
5656

packages/llama/src-cpp/stubs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include <stdio.h>
1616
#include <sys/types.h>
1717
#include <unistd.h>
18-
#include <syscall_arch.h>
1918
#include <string.h>
2019
#include <sys/resource.h>
2120
#include <sys/stat.h>

packages/llama/tests/llama.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe("llama", () => {
88
const v1 = v;
99
expect(v).to.be.a.string;
1010
expect(v).to.be.not.empty;
11-
expect(v).to.equal("7146"); // Update README.md with the new version!!!
11+
expect(v).to.equal("8799"); // Update README.md with the new version!!!
1212

1313
llama = await Llama.load();
1414
v = llama.version();

0 commit comments

Comments
 (0)