Skip to content

Commit 4601239

Browse files
committed
chore(ci): update dependencies
- Updated adm-zip from v0.5.17 to v0.6.0, changing the copyright email. - Updated svgo from v4.0.1 to v4.0.2. - Updated @angular/build from v22.0.3 to v22.1.0. - Updated style-dictionary from v4.3.0 to v5.4.4. - Added esbuild v0.28.1 to pnpm-lock.yaml. Signed-off-by: Cory Rylan <crylan@nvidia.com>
1 parent 4cb37a7 commit 4601239

10 files changed

Lines changed: 804 additions & 2132 deletions

File tree

‎NOTICE.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ This product includes the following bundled third-party software:
3131
-@modelcontextprotocol/server v2.0.0 [MIT] (used by: @nvidia-elements/cli)
3232
Copyright: Anthropic, PBC (https://anthropic.com)
3333

34-
- adm-zip v0.5.17[MIT] (used by: @nvidia-elements/cli)
35-
Copyright: Nasca Iacob <sy@another-d-mention.ro> (https://github.com/cthackers)
34+
- adm-zip v0.6.0[MIT] (used by: @nvidia-elements/cli)
35+
Copyright: Nasca Iacob <adm-zip@pm.me> (https://github.com/cthackers)
3636

3737
- archiver v8.0.0 [MIT] (used by: @nvidia-elements/cli)
3838
Copyright: Chris Talkington (http://christalkington.com/)
@@ -309,7 +309,7 @@ The following bundled components are provided under the MIT license:
309309
@inquirer/prompts v8.5.0 - Copyright Simon Boudrias <admin@simonboudrias.com>
310310
@modelcontextprotocol/ext-apps v1.7.5 - Copyright Olivier Chafik
311311
@modelcontextprotocol/server v2.0.0 - Copyright Anthropic, PBC (https://anthropic.com)
312-
adm-zip v0.5.17 - Copyright Nasca Iacob <sy@another-d-mention.ro> (https://github.com/cthackers)
312+
adm-zip v0.6.0 - Copyright Nasca Iacob <adm-zip@pm.me> (https://github.com/cthackers)
313313
archiver v8.0.0 - Copyright Chris Talkington (http://christalkington.com/)
314314
markdown-it v14.3.0 - Copyright Unknown
315315
marked v18.0.3 - Copyright Christopher Jeffrey

‎pnpm-lock.yaml‎

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

‎projects/cli/NOTICE.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This project includes the following bundled third-party software:
1414
-@modelcontextprotocol/server v2.0.0 [MIT]
1515
Copyright: Anthropic, PBC (https://anthropic.com)
1616

17-
- adm-zip v0.5.17[MIT]
18-
Copyright: Nasca Iacob <sy@another-d-mention.ro> (https://github.com/cthackers)
17+
- adm-zip v0.6.0[MIT]
18+
Copyright: Nasca Iacob <adm-zip@pm.me> (https://github.com/cthackers)
1919

2020
- archiver v8.0.0 [MIT]
2121
Copyright: Chris Talkington (http://christalkington.com/)
@@ -50,7 +50,7 @@ The following bundled components are provided under the MIT license:
5050
@inquirer/prompts v8.5.0 - Copyright Simon Boudrias <admin@simonboudrias.com>
5151
@modelcontextprotocol/ext-apps v1.7.5 - Copyright Olivier Chafik
5252
@modelcontextprotocol/server v2.0.0 - Copyright Anthropic, PBC (https://anthropic.com)
53-
adm-zip v0.5.17 - Copyright Nasca Iacob <sy@another-d-mention.ro> (https://github.com/cthackers)
53+
adm-zip v0.6.0 - Copyright Nasca Iacob <adm-zip@pm.me> (https://github.com/cthackers)
5454
archiver v8.0.0 - Copyright Chris Talkington (http://christalkington.com/)
5555
marked v18.0.3 - Copyright Christopher Jeffrey
5656
marked-terminal v7.3.0 - Copyright Mikael Brevik

‎projects/cli/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@modelcontextprotocol/server": "catalog:",
5555
"@nvidia-elements/code": "workspace:*",
5656
"@nvidia-elements/lint": "workspace:^",
57-
"adm-zip": "0.5.17",
57+
"adm-zip": "0.6.0",
5858
"archiver": "8.0.0",
5959
"marked": "18.0.3",
6060
"marked-terminal": "7.3.0",

‎projects/core/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@
984984
"publint": "catalog:",
985985
"stylelint": "catalog:",
986986
"stylelint-config-standard": "catalog:",
987-
"svgo": "4.0.1",
987+
"svgo": "4.0.2",
988988
"ts-lit-plugin": "2.0.2",
989989
"typescript": "catalog:",
990990
"vite": "catalog:",

‎projects/internals/tools/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,15 +189,15 @@
189189
"@pnpm/read-project-manifest": "6.0.6",
190190
"@pnpm/workspace.read-manifest": "2.2.0",
191191
"@pnpm/catalogs.config": "0.1.0",
192-
"adm-zip": "0.5.16",
192+
"adm-zip": "0.6.0",
193193
"archiver": "8.0.0",
194194
"fflate": "0.8.2",
195195
"html-format": "1.1.7",
196196
"glob": "catalog:",
197197
"minisearch": "7.2.0",
198198
"open": "11.0.0",
199199
"publint": "catalog:",
200-
"sanitize-html": "2.17.4",
200+
"sanitize-html": "2.17.5",
201201
"ts-morph": "catalog:",
202202
"zod": "catalog:"
203203
},

‎projects/monaco/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
"axe-core": "catalog:",
197197
"colorjs.io": "0.5.2",
198198
"dts-bundle-generator": "9.5.1",
199-
"esbuild": "0.27.4",
199+
"esbuild": "catalog:",
200200
"eslint": "catalog:",
201201
"lit": "catalog:",
202202
"lit-html": "catalog:",

‎projects/starters/angular/package.json‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,19 +87,19 @@
8787
"@nvidia-elements/core": "workspace:*",
8888
"@nvidia-elements/styles": "workspace:*",
8989
"@nvidia-elements/themes": "workspace:*",
90-
"@angular/common": "22.0.2",
91-
"@angular/compiler": "22.0.2",
92-
"@angular/core": "22.0.2",
93-
"@angular/forms": "22.0.2",
94-
"@angular/platform-browser": "22.0.2",
95-
"@angular/router": "22.0.2",
90+
"@angular/common": "22.1.0",
91+
"@angular/compiler": "22.1.0",
92+
"@angular/core": "22.1.0",
93+
"@angular/forms": "22.1.0",
94+
"@angular/platform-browser": "22.1.0",
95+
"@angular/router": "22.1.0",
9696
"rxjs": "7.8.2",
9797
"tslib": "2.8.1"
9898
},
9999
"devDependencies": {
100-
"@angular/build": "22.0.3",
101-
"@angular/cli": "22.0.3",
102-
"@angular/compiler-cli": "22.0.2",
100+
"@angular/build": "22.1.0",
101+
"@angular/cli": "22.1.0",
102+
"@angular/compiler-cli": "22.1.0",
103103
"@nvidia-elements/lint": "workspace:*",
104104
"eslint": "catalog:",
105105
"jsdom": "28.1.0",

‎projects/themes/build/style-dictionary.config.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export async function buildTokens() {
213213
}
214214
});
215215
awaitsd.hasInitialized;
216-
sd.buildAllPlatforms();
216+
awaitsd.buildAllPlatforms();
217217

218218
awaitPromise.all(
219219
themes.map(asyncpath=>{
@@ -229,7 +229,7 @@ export async function buildTokens() {
229229
}
230230
});
231231
awaitsdTheme.hasInitialized;
232-
sdTheme.buildAllPlatforms();
232+
awaitsdTheme.buildAllPlatforms();
233233
})
234234
);
235235
}

‎projects/themes/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"lit": "catalog:",
5959
"postcss": "catalog:",
6060
"publint": "catalog:",
61-
"style-dictionary": "4.3.0",
61+
"style-dictionary": "5.4.4",
6262
"typescript": "catalog:",
6363
"vite": "catalog:",
6464
"vitest": "catalog:"

0 commit comments

Comments
 (0)