Skip to content

Commit 60930f8

Browse files
build: update all non-major dependencies
See associated pull request for more information.
1 parent 713eca7 commit 60930f8

7 files changed

Lines changed: 808 additions & 232 deletions

File tree

adev/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
3-
"@algolia/client-common": "5.49.2",
4-
"@algolia/client-search": "5.49.2",
5-
"@algolia/requester-browser-xhr": "5.49.2",
6-
"@algolia/requester-node-http": "5.49.2",
3+
"@algolia/client-common": "5.50.0",
4+
"@algolia/client-search": "5.50.0",
5+
"@algolia/requester-browser-xhr": "5.50.0",
6+
"@algolia/requester-node-http": "5.50.0",
77
"@angular/animations": "workspace:*",
88
"@angular/aria": "22.0.0-next.2",
99
"@angular/build": "22.0.0-next.3",
@@ -27,13 +27,13 @@
2727
"@codemirror/lang-html": "6.4.11",
2828
"@codemirror/lang-javascript": "6.2.5",
2929
"@codemirror/lang-sass": "6.0.2",
30-
"@codemirror/language": "6.12.2",
30+
"@codemirror/language": "6.12.3",
3131
"@codemirror/lint": "6.9.5",
3232
"@codemirror/search": "6.6.0",
3333
"@codemirror/state": "6.6.0",
3434
"@codemirror/view": "6.40.0",
3535
"@lezer/common": "1.5.1",
36-
"@lezer/css": "1.3.1",
36+
"@lezer/css": "1.3.3",
3737
"@lezer/highlight": "1.2.3",
3838
"@lezer/html": "1.3.13",
3939
"@lezer/javascript": "1.5.4",
@@ -51,38 +51,38 @@
5151
"@stackblitz/sdk": "1.11.0",
5252
"@types/dom-navigation": "1.0.7",
5353
"@types/jasmine": "6.0.0",
54-
"@types/jsdom": "28.0.0",
54+
"@types/jsdom": "28.0.1",
5555
"@types/node": "24.12.0",
5656
"@typescript/vfs": "1.6.4",
5757
"@webcontainer/api": "1.6.1",
5858
"@xterm/addon-fit": "0.11.0",
5959
"@xterm/xterm": "6.0.0",
60-
"algoliasearch": "5.49.2",
60+
"algoliasearch": "5.50.0",
6161
"angular-split": "20.0.0",
6262
"ccount": "^2.0.1",
6363
"character-entities-html4": "^2.1.0",
6464
"character-entities-legacy": "^3.0.0",
6565
"comma-separated-tokens": "^2.0.3",
6666
"crelt": "1.0.6",
67-
"diff": "8.0.3",
67+
"diff": "8.0.4",
6868
"emoji-regex": "10.6.0",
6969
"fflate": "0.8.2",
7070
"hast-util-to-html": "^9.0.5",
7171
"hast-util-whitespace": "^3.0.0",
7272
"html-void-elements": "^3.0.0",
73-
"jsdom": "29.0.0",
73+
"jsdom": "29.0.1",
7474
"jasmine-core": "6.1.0",
7575
"karma-chrome-launcher": "3.2.0",
7676
"karma-coverage": "2.2.1",
7777
"karma-jasmine": "5.1.0",
7878
"karma-jasmine-html-reporter": "2.2.0",
79-
"marked": "17.0.4",
79+
"marked": "17.0.5",
8080
"mermaid": "11.13.0",
8181
"ngx-progressbar": "14.0.0",
8282
"open-in-idx": "0.1.1",
8383
"playwright-core": "1.58.2",
8484
"preact": "10.29.0",
85-
"preact-render-to-string": "6.6.6",
85+
"preact-render-to-string": "6.6.7",
8686
"prettier": "3.8.1",
8787
"property-information": "^7.1.0",
8888
"rxjs": "7.8.2",

integration/animations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"concurrently": "9.2.1",
3535
"jasmine": "6.1.0",
3636
"jasmine-core": "6.1.0",
37-
"puppeteer": "24.39.1",
37+
"puppeteer": "24.40.0",
3838
"ts-node": "^10.9.1",
3939
"typescript": "6.0.2"
4040
},

integration/animations/pnpm-lock.yaml

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

integration/ng_elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"concurrently": "9.2.1",
2424
"lite-server": "2.6.1",
2525
"protractor": "^7.0.0",
26-
"rollup": "4.59.0"
26+
"rollup": "4.60.0"
2727
},
2828
"scripts": {
2929
"build": "pnpm ngc && pnpm rollup -c rollup.config.mjs",

0 commit comments

Comments
 (0)