Skip to content

Commit 63a168b

Browse files
authored
Merge branch 'main' into chore/native-copyfiles
2 parents 04f6674 + 877c1f8 commit 63a168b

File tree

7 files changed

+480
-751
lines changed

7 files changed

+480
-751
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
allowedVersions: '<6.0.0',
1212
},
1313
],
14-
schedule: ['every month'],
14+
schedule: ['every 3 months'],
1515
}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: pnpm test:coverage
8080

8181
- name: Upload test coverage to Codecov
82-
uses: codecov/codecov-action@v4
82+
uses: codecov/codecov-action@v5
8383
env:
8484
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8585
if: |

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,23 @@ Before submitting a PR (pull request), please make sure that you followed these
137137
## Sponsors
138138

139139
<div>
140-
<img class="circle avatar-user" src="https://avatars.githubusercontent.com/u/48218815?s=52&amp;v=4" width="40" height="40" alt="@kevinburkett" />
141-
<a href="/kevinburkett" class="Link">
142-
<span class="wb-break-word ml-2">kevinburkett</span>
143-
</a>
140+
<span>
141+
<a href="https://github.com/wundergraph" class="Link" title="Wundergraph" target="_blank"><img src="https://avatars.githubusercontent.com/u/64281914" class="avatar" width="50" height="50" valign="middle" /></a>
142+
</span>
143+
&nbsp;
144+
<span>
145+
<a href="https://github.com/johnsoncodehk" class="Link" title="johnsoncodehk (Volar)" target="_blank"><img src="https://avatars.githubusercontent.com/u/16279759" class="avatar avatar-user" width="50" height="50" valign="middle" /></a>
146+
</span>
147+
&nbsp;
148+
<span>
149+
<a href="https://github.com/kevinburkett" class="Link" title="kevinburkett" target="_blank"><img class="circle avatar-user" src="https://avatars.githubusercontent.com/u/48218815?s=52&amp;v=4" class="avatar avatar-user" width="45" height="45" valign="middle" /></a>
150+
</span>
151+
&nbsp;
152+
<span>
153+
<a href="https://github.com/anton-gustafsson" class="Link" title="anton-gustafsson" target="_blank"><img src="https://avatars.githubusercontent.com/u/22906905?s=52&v=4" class="avatar avatar-user" width="50" height="50" valign="middle" /></a>
154+
</span>
155+
&nbsp;
156+
<span>
157+
<a href="https://github.com/gibson552" class="Link" title="gibson552" target="_blank"><img src="https://avatars.githubusercontent.com/u/84058359?s=52&v=4" class="avatar avatar-user" width="50" height="50" valign="middle" /></a>
158+
</span>
144159
</div>

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@
4747
"test": "vitest --watch --pool forks --config ./vitest/vitest.config.mts",
4848
"test:coverage": "vitest --coverage --pool forks --config ./vitest/vitest.config.mts"
4949
},
50-
"packageManager": "pnpm@9.12.3",
50+
"packageManager": "pnpm@9.15.4",
5151
"devDependencies": {
5252
"@biomejs/biome": "^1.9.4",
53-
"@lerna-lite/cli": "^3.10.0",
54-
"@lerna-lite/publish": "^3.10.0",
55-
"@types/node": "^22.9.0",
56-
"@vitest/coverage-v8": "^2.1.4",
53+
"@lerna-lite/cli": "^3.11.0",
54+
"@lerna-lite/publish": "^3.11.0",
55+
"@types/node": "^22.12.0",
56+
"@vitest/coverage-v8": "^3.0.4",
5757
"conventional-changelog-conventionalcommits": "^7.0.2",
5858
"cross-env": "^7.0.3",
59-
"happy-dom": "^15.9.0",
60-
"pnpm": "^9.12.3",
59+
"happy-dom": "^16.7.3",
60+
"pnpm": "^9.15.4",
6161
"rimraf": "^5.0.10",
62-
"typescript": "^5.6.3",
63-
"vitest": "^2.1.4"
62+
"typescript": "^5.7.3",
63+
"vitest": "^3.0.4"
6464
}
6565
}

packages/demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"devDependencies": {
1919
"fflate": "0.8.2",
20-
"sass": "^1.80.6",
21-
"typescript": "^5.6.3",
22-
"vite": "^6.0.0"
20+
"sass": "^1.83.4",
21+
"typescript": "^5.7.3",
22+
"vite": "^6.0.11"
2323
}
2424
}

packages/excel-builder-vanilla/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"keywords": [
66
"excel",
77
"javascript",
8+
"xls",
89
"xlsx",
910
"spreadsheet"
1011
],
@@ -64,7 +65,7 @@
6465
"devDependencies": {
6566
"dts-bundle-generator": "^9.5.1",
6667
"native-copyfiles": "^0.2.1",
67-
"typescript": "^5.6.3",
68-
"vite": "^6.0.0"
68+
"typescript": "^5.7.3",
69+
"vite": "^6.0.11"
6970
}
70-
}
71+
}

0 commit comments

Comments
 (0)