From 15ae8b6b25432324a3f3e1e8cb18a6fe88bae4d0 Mon Sep 17 00:00:00 2001 From: Konstantin Dinev Date: Tue, 1 Sep 2026 17:25:53 +0300 Subject: [PATCH 1/2] build(*): removing node 22 and adding node 26 --- .github/workflows/nodejs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index d9622625a..d7209cdde 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [22.x, 24.x] + node-version: [26.x, 24.x] steps: - name: Checkout uses: actions/checkout@v6 #set credentials for every repository on the computer --global, so `New command` CLI tests pass @@ -40,7 +40,6 @@ jobs: run: yarn coverage - name: Publish to coveralls.io if: matrix.node-version == '24.x' - # coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 corresponds to v2.3.4 - uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 + uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # corresponds to v2.3.4 with: github-token: ${{ github.token }} From 2cfd32854bf6be6ceaf69fcd53e1c2dd73353792 Mon Sep 17 00:00:00 2001 From: DKalinov Date: Wed, 2 Sep 2026 10:20:12 +0300 Subject: [PATCH 2/2] fix(deps): update better-sqlite3 to version 12.11.1 --- packages/igniteui-mcp/igniteui-doc-mcp/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/igniteui-mcp/igniteui-doc-mcp/package.json b/packages/igniteui-mcp/igniteui-doc-mcp/package.json index 26f339a01..613c2df7b 100644 --- a/packages/igniteui-mcp/igniteui-doc-mcp/package.json +++ b/packages/igniteui-mcp/igniteui-doc-mcp/package.json @@ -125,7 +125,7 @@ "@types/js-yaml": "^4.0.9", "@types/node": "^25.2.2", "@types/tmp": "^0.2.6", - "better-sqlite3": "^12.6.2", + "better-sqlite3": "^12.11.1", "js-tiktoken": "^1.0.21", "js-yaml": "^4.1.1", "octokit": "^5.0.5", diff --git a/yarn.lock b/yarn.lock index f22cd3f07..f159201b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2427,10 +2427,10 @@ before-after-hook@^4.0.0: resolved "https://registry.npmjs.org/before-after-hook/-/before-after-hook-4.0.0.tgz" integrity sha512-q6tR3RPqIB1pMiTRMFcZwuG5T8vwp+vUvEG0vuI6B+Rikh5BfPp2fQ82c925FOs+b0lcFQ8CFrL+KbilfZFhOQ== -better-sqlite3@^12.6.2: - version "12.8.0" - resolved "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-12.8.0.tgz" - integrity sha512-RxD2Vd96sQDjQr20kdP+F+dK/1OUNiVOl200vKBZY8u0vTwysfolF6Hq+3ZK2+h8My9YvZhHsF+RSGZW2VYrPQ== +better-sqlite3@^12.11.1: + version "12.11.1" + resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-12.11.1.tgz#067846efabf7671957fc8a9e8df3be39c6cc0b84" + integrity sha512-dq9AtApgg5PGFtBzPFSBl3HZQjHok5gaQCM6zh2Yk0aSmDCs1CbnVI8/HgASQkNKsWFpseIO9beg5xxpYhbIfA== dependencies: bindings "^1.5.0" prebuild-install "^7.1.1"