From 34866c355b42e43a7776ee63863d62d880ac1bf8 Mon Sep 17 00:00:00 2001 From: Nicolas DUBIEN Date: Mon, 15 Apr 2024 14:21:36 +0000 Subject: [PATCH 1/6] bump: Bumping unzipper Unzipper patched a license issue in the 0.11.x version (related issue: https://github.com/ZJONSSON/node-unzipper/issues/293). The full diff of this new minor is avilable at: https://app.renovatebot.com/package-diff?name=unzipper&from=0.10.14&to=0.11.2. With that PR, I only make sure that exceljs will pull or at least allow users to pull the patched version of unzipper. Fixes https://github.com/exceljs/exceljs/issues/2743 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a70a5e13..c66ee51f4 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "readable-stream": "^3.6.0", "saxes": "^5.0.1", "tmp": "^0.2.0", - "unzipper": "^0.10.11", + "unzipper": "^0.11.2", "uuid": "^8.3.0" }, "devDependencies": { From 1a8fd68371d7f34f58ea966fd6cf0f9ba7bfb0f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=40Siemienik=20Pawe=C5=82?= Date: Tue, 21 Jan 2025 16:58:11 +0100 Subject: [PATCH 2/6] exceljs@4.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c66ee51f4..34791539f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "exceljs", - "version": "4.4.0", + "version": "4.4.1", "description": "Excel Workbook Manager - Read and Write xlsx and csv Files.", "private": false, "license": "MIT", From 86c1a2b084d21a5eecd47a5baecd6021ae002cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Walter?= Date: Sun, 11 May 2025 12:26:24 +0200 Subject: [PATCH 3/6] chore: trigger pipelines --- TODO.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.txt b/TODO.txt index 055fe3c6b..9894f2183 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,5 +1,5 @@ -TODO: +TODO On the way to the impossible we might find something eminently doable From 5bc9862345940366c3b6e19f78929c3e541f1083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Walter?= Date: Sun, 11 May 2025 12:27:07 +0200 Subject: [PATCH 4/6] chore: trigger workflows --- TODO.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.txt b/TODO.txt index 9894f2183..055fe3c6b 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,5 +1,5 @@ -TODO +TODO: On the way to the impossible we might find something eminently doable From 928d48746cc52634b2016da64b53a4d69012e454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Walter?= Date: Sun, 11 May 2025 12:36:21 +0200 Subject: [PATCH 5/6] ci: remove tags from actions/ and use @4 --- .github/workflows/tests.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7e696d799..b44db0a7d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,15 +24,15 @@ jobs: git config --global core.autocrlf false git config --global core.symlinks true if: runner.os == 'Windows' - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #latest v4. TODO upgrade + - uses: actions/checkout@4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d #latest v3. TODO upgrade + uses: actions/setup-node@4 with: node-version: ${{ matrix.node-version }} - name: Create the npm cache directory run: mkdir npm-cache && npm config set cache ./npm-cache --global - name: Cache node modules - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 #latest v3 TODO upgrade + uses: actions/cache@4 with: path: ./npm-cache key: v1-${{ runner.os }}-node-${{ matrix.node-version }}-npm-${{ hashFiles('**/package.json') }} @@ -49,14 +49,14 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #latest v4. TODO upgrade - - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d #latest v3. TODO upgrade + - uses: actions/checkout@4 + - uses: actions/setup-node@4 with: node-version: 18 - name: Create the npm cache directory run: mkdir npm-cache && npm config set cache ./npm-cache --global - name: Cache node modules - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 #latest v3 TODO upgrade + uses: actions/cache@4 with: path: ./npm-cache key: v1-npm-${{ hashFiles('**/package.json') }} @@ -73,14 +73,14 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #latest v4. TODO upgrade - - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d #latest v3. TODO upgrade + - uses: actions/checkout@4 + - uses: actions/setup-node@4 with: node-version: 18 - name: Create the npm cache directory run: mkdir npm-cache && npm config set cache ./npm-cache --global - name: Cache node modules - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 #latest v3 TODO upgrade + uses: actions/cache@4 with: path: ./npm-cache key: v1-npm-${{ hashFiles('**/package.json') }} From eea76855d698aee58f8cd5fb41ab88b2d5c4cbe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Walter?= Date: Sun, 11 May 2025 12:44:44 +0200 Subject: [PATCH 6/6] ci: fix workflow --- .github/workflows/tests.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b44db0a7d..020b9dc90 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,15 +24,15 @@ jobs: git config --global core.autocrlf false git config --global core.symlinks true if: runner.os == 'Windows' - - uses: actions/checkout@4 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@4 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Create the npm cache directory run: mkdir npm-cache && npm config set cache ./npm-cache --global - name: Cache node modules - uses: actions/cache@4 + uses: actions/cache@v4 with: path: ./npm-cache key: v1-${{ runner.os }}-node-${{ matrix.node-version }}-npm-${{ hashFiles('**/package.json') }} @@ -49,14 +49,14 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@4 - - uses: actions/setup-node@4 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: 18 - name: Create the npm cache directory run: mkdir npm-cache && npm config set cache ./npm-cache --global - name: Cache node modules - uses: actions/cache@4 + uses: actions/cache@v4 with: path: ./npm-cache key: v1-npm-${{ hashFiles('**/package.json') }} @@ -73,14 +73,14 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@4 - - uses: actions/setup-node@4 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: 18 - name: Create the npm cache directory run: mkdir npm-cache && npm config set cache ./npm-cache --global - name: Cache node modules - uses: actions/cache@4 + uses: actions/cache@v4 with: path: ./npm-cache key: v1-npm-${{ hashFiles('**/package.json') }}