Skip to content

Commit 5838e52

Browse files
committed
3ea0163 build: update cross-repo angular dependencies (#60743)
1 parent b5430b9 commit 5838e52

10 files changed

Lines changed: 18 additions & 18 deletions

File tree

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Fri Apr 4 00:03:44 UTC 2025
2-
189935810cd7ecefcfd1949951fc6b69d3d9d570
1+
Fri Apr 4 16:58:25 UTC 2025
2+
3ea01639e3a8c72dedfc6f0b42c97191f743d308

fesm2022/init.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-1899358
2+
* @license Angular v20.0.0-next.5+sha-3ea0163
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
66

7-
import { $ as $localize } from './localize-DRpJxdeL.mjs';
7+
import { $localize } from './localize-CajB9YLv.mjs';
88

99
// Attach $localize to the global context, as a side-effect of this module.
1010
globalThis.$localize = $localize;
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-1899358
2+
* @license Angular v20.0.0-next.5+sha-3ea0163
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -492,5 +492,5 @@ function stripBlock(messagePart, rawMessagePart) {
492492
: messagePart;
493493
}
494494

495-
export { $localize as $, BLOCK_MARKER$1 as B, parseMetadata as a, computeMsgId as c, findEndOfBlock as f, parseMessage as p, splitBlock as s };
496-
//# sourceMappingURL=localize-DRpJxdeL.mjs.map
495+
export { $localize, BLOCK_MARKER$1 as BLOCK_MARKER, computeMsgId, findEndOfBlock, parseMessage, parseMetadata, splitBlock };
496+
//# sourceMappingURL=localize-CajB9YLv.mjs.map
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm2022/localize.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-1899358
2+
* @license Angular v20.0.0-next.5+sha-3ea0163
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
66

7-
import { B as BLOCK_MARKER, p as parseMessage } from './localize-DRpJxdeL.mjs';
8-
export { $ as ɵ$localize, c as ɵcomputeMsgId, f as ɵfindEndOfBlock, a as ɵparseMetadata, s as ɵsplitBlock } from './localize-DRpJxdeL.mjs';
7+
import { BLOCK_MARKER, parseMessage } from './localize-CajB9YLv.mjs';
8+
export { $localize as ɵ$localize, computeMsgId as ɵcomputeMsgId, findEndOfBlock as ɵfindEndOfBlock, parseMetadata as ɵparseMetadata, splitBlock as ɵsplitBlock } from './localize-CajB9YLv.mjs';
99

1010
class MissingTranslationError extends Error {
1111
parsedMessage;

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-1899358
2+
* @license Angular v20.0.0-next.5+sha-3ea0163
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

init/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-1899358
2+
* @license Angular v20.0.0-next.5+sha-3ea0163
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/localize",
3-
"version": "20.0.0-next.5+sha-1899358",
3+
"version": "20.0.0-next.5+sha-3ea0163",
44
"description": "Angular - library for localizing messages",
55
"bin": {
66
"localize-translate": "./tools/bundles/src/translate/cli.js",
@@ -67,8 +67,8 @@
6767
"yargs": "^17.2.1"
6868
},
6969
"peerDependencies": {
70-
"@angular/compiler": "20.0.0-next.5+sha-1899358",
71-
"@angular/compiler-cli": "20.0.0-next.5+sha-1899358"
70+
"@angular/compiler": "20.0.0-next.5+sha-3ea0163",
71+
"@angular/compiler-cli": "20.0.0-next.5+sha-3ea0163"
7272
},
7373
"module": "./fesm2022/localize.mjs",
7474
"typings": "./index.d.ts",

schematics/ng-add/ng_add_bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schematics/ng-add/ng_add_bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)