Skip to content

Commit 2b71181

Browse files
angular-robotthePunderWoman
authored andcommitted
build: update all non-major dependencies
See associated pull request for more information.
1 parent 59635bb commit 2b71181

21 files changed

Lines changed: 674 additions & 521 deletions

File tree

.github/actions/deploy-docs-site/main.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13846,8 +13846,8 @@ is not a problem with esbuild. You need to fix your environment instead.
1384613846
if (isFirstPacket) {
1384713847
isFirstPacket = false;
1384813848
let binaryVersion = String.fromCharCode(...bytes);
13849-
if (binaryVersion !== "0.25.11") {
13850-
throw new Error(`Cannot start service: Host version "${"0.25.11"}" does not match binary version ${quote(binaryVersion)}`);
13849+
if (binaryVersion !== "0.25.12") {
13850+
throw new Error(`Cannot start service: Host version "${"0.25.12"}" does not match binary version ${quote(binaryVersion)}`);
1385113851
}
1385213852
return;
1385313853
}
@@ -15078,7 +15078,7 @@ for your current platform.`);
1507815078
"node_modules",
1507915079
".cache",
1508015080
"esbuild",
15081-
`pnpapi-${pkg.replace("/", "-")}-${"0.25.11"}-${path.basename(subpath)}`
15081+
`pnpapi-${pkg.replace("/", "-")}-${"0.25.12"}-${path.basename(subpath)}`
1508215082
);
1508315083
if (!fs.existsSync(binTargetPath)) {
1508415084
fs.mkdirSync(path.dirname(binTargetPath), { recursive: true });
@@ -15111,7 +15111,7 @@ for your current platform.`);
1511115111
}
1511215112
}
1511315113
var _a2;
15114-
var isInternalWorkerThread = ((_a2 = worker_threads == null ? void 0 : worker_threads.workerData) == null ? void 0 : _a2.esbuildVersion) === "0.25.11";
15114+
var isInternalWorkerThread = ((_a2 = worker_threads == null ? void 0 : worker_threads.workerData) == null ? void 0 : _a2.esbuildVersion) === "0.25.12";
1511515115
var esbuildCommandAndArgs = () => {
1511615116
if ((!ESBUILD_BINARY_PATH || false) && (path2.basename(__filename) !== "main.js" || path2.basename(__dirname) !== "lib")) {
1511715117
throw new Error(
@@ -15178,7 +15178,7 @@ More information: The file containing the code for esbuild's JavaScript API (${_
1517815178
}
1517915179
}
1518015180
};
15181-
var version = "0.25.11";
15181+
var version = "0.25.12";
1518215182
var build = (options) => ensureServiceIsRunning().build(options);
1518315183
var context2 = (buildOptions) => ensureServiceIsRunning().context(buildOptions);
1518415184
var transform = (input, options) => ensureServiceIsRunning().transform(input, options);
@@ -15296,7 +15296,7 @@ More information: The file containing the code for esbuild's JavaScript API (${_
1529615296
if (longLivedService)
1529715297
return longLivedService;
1529815298
let [command2, args] = esbuildCommandAndArgs();
15299-
let child = child_process.spawn(command2, args.concat(`--service=${"0.25.11"}`, "--ping"), {
15299+
let child = child_process.spawn(command2, args.concat(`--service=${"0.25.12"}`, "--ping"), {
1530015300
windowsHide: true,
1530115301
stdio: ["pipe", "pipe", "inherit"],
1530215302
cwd: defaultWD
@@ -15404,7 +15404,7 @@ More information: The file containing the code for esbuild's JavaScript API (${_
1540415404
esbuild: node_exports
1540515405
});
1540615406
callback(service);
15407-
let stdout = child_process.execFileSync(command2, args.concat(`--service=${"0.25.11"}`), {
15407+
let stdout = child_process.execFileSync(command2, args.concat(`--service=${"0.25.12"}`), {
1540815408
cwd: defaultWD,
1540915409
windowsHide: true,
1541015410
input: stdin,
@@ -15424,7 +15424,7 @@ More information: The file containing the code for esbuild's JavaScript API (${_
1542415424
var startWorkerThreadService = (worker_threads2) => {
1542515425
let { port1: mainPort, port2: workerPort } = new worker_threads2.MessageChannel();
1542615426
let worker = new worker_threads2.Worker(__filename, {
15427-
workerData: { workerPort, defaultWD, esbuildVersion: "0.25.11" },
15427+
workerData: { workerPort, defaultWD, esbuildVersion: "0.25.12" },
1542815428
transferList: [workerPort],
1542915429
// From node's documentation: https://nodejs.org/api/worker_threads.html
1543015430
//

adev/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
3-
"@algolia/client-common": "5.41.0",
4-
"@algolia/client-search": "5.41.0",
5-
"@algolia/requester-browser-xhr": "5.41.0",
6-
"@algolia/requester-node-http": "5.41.0",
3+
"@algolia/client-common": "5.42.0",
4+
"@algolia/client-search": "5.42.0",
5+
"@algolia/requester-browser-xhr": "5.42.0",
6+
"@algolia/requester-node-http": "5.42.0",
77
"@angular/animations": "workspace:*",
88
"@angular/build": "21.0.0-rc.0",
99
"@angular/cdk": "21.0.0-rc.0",
@@ -27,7 +27,7 @@
2727
"@codemirror/lang-javascript": "6.2.4",
2828
"@codemirror/lang-sass": "6.0.2",
2929
"@codemirror/language": "6.11.3",
30-
"@codemirror/lint": "6.9.1",
30+
"@codemirror/lint": "6.9.2",
3131
"@codemirror/search": "6.5.11",
3232
"@codemirror/state": "6.5.2",
3333
"@codemirror/view": "6.38.6",
@@ -36,26 +36,26 @@
3636
"@lezer/highlight": "1.2.3",
3737
"@lezer/html": "1.3.12",
3838
"@lezer/javascript": "1.5.4",
39-
"@lezer/lr": "1.4.2",
39+
"@lezer/lr": "1.4.3",
4040
"@lezer/sass": "1.1.0",
4141
"@marijn/find-cluster-break": "1.0.2",
4242
"@stackblitz/sdk": "1.11.0",
4343
"@types/dom-navigation": "1.0.6",
4444
"@types/jasmine": "5.1.12",
4545
"@types/jsdom": "27.0.0",
46-
"@types/node": "24.9.1",
46+
"@types/node": "24.10.0",
4747
"@typescript/vfs": "1.6.2",
4848
"@webcontainer/api": "1.6.1",
4949
"@xterm/addon-fit": "0.10.0",
5050
"@xterm/xterm": "5.5.0",
51-
"algoliasearch": "5.41.0",
51+
"algoliasearch": "5.42.0",
5252
"angular-split": "20.0.0",
5353
"crelt": "1.0.6",
5454
"diff": "8.0.2",
5555
"emoji-regex": "10.6.0",
5656
"fflate": "0.8.2",
57-
"jasmine-core": "5.12.0",
58-
"jsdom": "27.0.1",
57+
"jasmine-core": "5.12.1",
58+
"jsdom": "27.1.0",
5959
"karma-chrome-launcher": "3.2.0",
6060
"karma-coverage": "2.2.1",
6161
"karma-jasmine": "5.1.0",

adev/shared-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"diff": "~8.0.0",
1919
"emoji-regex": "~10.6.0",
2020
"fflate": "^0.8.2",
21-
"jsdom": "~27.0.0",
21+
"jsdom": "~27.1.0",
2222
"marked": "~16.4.0",
2323
"mermaid": "^11.0.0",
2424
"shiki": "^3.0.0",

integration/cli-hello-world-ivy-i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@types/jasmine": "^5.0.0",
3535
"@types/jasminewd2": "^2.0.8",
3636
"@types/node": "^20.14.8",
37-
"jasmine-core": "5.12.0",
37+
"jasmine-core": "5.12.1",
3838
"jasmine-spec-reporter": "~7.0.0",
3939
"npm-run-all": "4.1.5",
4040
"protractor": "^7.0.0",

integration/cli-hello-world-ivy-i18n/pnpm-lock.yaml

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

integration/cli-signal-inputs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/jasmine": "^5.0.0",
3232
"@types/jasminewd2": "^2.0.8",
3333
"@types/node": "^20.14.8",
34-
"jasmine-core": "5.12.0",
34+
"jasmine-core": "5.12.1",
3535
"jasmine-spec-reporter": "~7.0.0",
3636
"karma": "~6.4.0",
3737
"karma-chrome-launcher": "^3.1.0",

integration/cli-signal-inputs/pnpm-lock.yaml

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

integration/legacy-animations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/jasmine": "^5.0.0",
3030
"@types/jasminewd2": "^2.0.8",
3131
"@types/node": "^20.14.8",
32-
"jasmine-core": "5.12.0",
32+
"jasmine-core": "5.12.1",
3333
"jasmine-spec-reporter": "~7.0.0",
3434
"karma": "~6.4.0",
3535
"karma-chrome-launcher": "^3.1.0",

integration/legacy-animations/pnpm-lock.yaml

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

integration/platform-server-hydration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/jasmine": "^5.0.0",
3333
"@types/node": "^20.14.8",
3434
"@types/selenium-webdriver": "3.0.7",
35-
"jasmine-core": "5.12.0",
35+
"jasmine-core": "5.12.1",
3636
"jasmine-spec-reporter": "~7.0.0",
3737
"protractor": "^7.0.0",
3838
"selenium-webdriver": "3.5.0",

0 commit comments

Comments
 (0)