Commit 08d7920
authored
Upgrade better-sqlite to move on from nodejs_20 (#710)
* upgrade better-sqlite to move on from nodejs_20
* Upgrade npm deps to latest (#711)
* Upgrade safe npm dependencies
- @aws-sdk/client-s3: 3.461.0 → 3.948.0
- fast-glob: 3.3.2 → 3.3.3
- fs-extra: 10.1.0 → 11.3.2
- semver: 7.5.4 → 7.7.3
- ssh2: 1.14.0 → 1.17.0
- tmp: 0.2.4 → 0.2.5
- yaml: 2.3.4 → 2.8.2
All packages are backward compatible with no breaking API changes.
Tests pass successfully.
* Upgrade jsonrepair to v3.13.1 and fix import syntax
- jsonrepair: 2.2.1 → 3.13.1
- Changed from default export to named export: import { jsonrepair }
- Updated foreign/src/Foreign/JsonRepair.js
Breaking change in v3: jsonrepair changed from default export to named export.
Tests pass successfully.
* Upgrade tar to v7.5.2 and migrate to onReadEntry
- tar: 6.2.1 → 7.5.2
- Migrated from deprecated 'onentry' to 'onReadEntry' callback
- Updated foreign/src/Foreign/Tar.js
Breaking change in v7: onentry callback deprecated in favor of onReadEntry.
Requires Node.js 18+, compatible with Node.js 22.
Tests pass successfully.
* Upgrade fuse.js to v7.1.0
- fuse.js: 6.6.2 → 7.1.0
Despite the v7.0.0 'Extension changed' breaking change note, the core API
remains compatible. No code changes required.
Tests pass successfully.
* Upgrade spdx-expression-parse to v4.0.0
- spdx-expression-parse: 3.0.1 → 4.0.0
- Added test for joinWith to ensure generated expressions are parseable
Despite v4.0.0 being a major version bump with documented breaking changes
around parentheses requirements, all existing usage patterns remain compatible.
The generated expressions from joinWith (e.g., 'MIT AND Apache-2.0') parse
correctly in v4 without modifications.
Tests pass successfully, including new joinWith test.
* Upgrade octokit versions to latest
* use modern omit flags1 parent 87c5900 commit 08d7920
File tree
9 files changed
+1604
-1295
lines changed- app
- foreign
- src/Foreign
- lib
- test/Registry
- nix
9 files changed
+1604
-1295
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
30 | 47 | | |
31 | 48 | | |
32 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | 152 | | |
156 | 153 | | |
157 | 154 | | |
| |||
173 | 170 | | |
174 | 171 | | |
175 | 172 | | |
| 173 | + | |
176 | 174 | | |
177 | 175 | | |
178 | 176 | | |
| |||
183 | 181 | | |
184 | 182 | | |
185 | 183 | | |
186 | | - | |
| 184 | + | |
187 | 185 | | |
188 | 186 | | |
189 | 187 | | |
| |||
0 commit comments