Skip to content

Commit 4761b34

Browse files
author
David Neil
committed
Upgrade to Angular 14.2.3
1 parent 86b0dd3 commit 4761b34

12 files changed

Lines changed: 47226 additions & 68937 deletions

.vscode/settings.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"sash.hoverBorder": "#d6e6f7",
4+
"statusBar.background": "#abcdef",
5+
"statusBar.foreground": "#15202b",
6+
"statusBarItem.hoverBackground": "#80b3e7",
7+
"statusBarItem.remoteBackground": "#abcdef",
8+
"statusBarItem.remoteForeground": "#15202b",
9+
"tab.activeBorder": "#d6e6f7",
10+
"titleBar.activeBackground": "#abcdef",
11+
"titleBar.activeForeground": "#15202b",
12+
"titleBar.inactiveBackground": "#abcdef99",
13+
"titleBar.inactiveForeground": "#15202b99",
14+
"commandCenter.border": "#15202b99"
15+
}
16+
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"devDependencies": {
3-
"@angular/common": "13.0.2",
4-
"@angular/compiler": "13.0.2",
5-
"@angular/compiler-cli": "13.0.2",
6-
"@angular/core": "13.0.2",
7-
"@angular/forms": "13.0.2",
8-
"@angular/platform-browser": "13.0.2",
9-
"@angular/platform-browser-dynamic": "13.0.2",
10-
"@angular/router": "13.0.2",
11-
"@angular/upgrade": "13.0.2",
3+
"@angular/common": "14.2.3",
4+
"@angular/compiler": "14.2.3",
5+
"@angular/compiler-cli": "14.2.3",
6+
"@angular/core": "14.2.3",
7+
"@angular/forms": "14.2.3",
8+
"@angular/platform-browser": "14.2.3",
9+
"@angular/platform-browser-dynamic": "14.2.3",
10+
"@angular/router": "14.2.3",
11+
"@angular/upgrade": "14.2.3",
1212
"ngx-monaco-editor": "^8.1.0",
1313
"patch-package": "6.4.7",
1414
"rxjs": "7.4.0",
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/node_modules/@angular/common/fesm2015/common.mjs b/node_modules/@angular/common/fesm2015/common.mjs
2-
index 4c0f041..0f22c13 100755
2+
index 76ea41d..c9fda0c 100755
33
--- a/node_modules/@angular/common/fesm2015/common.mjs
44
+++ b/node_modules/@angular/common/fesm2015/common.mjs
5-
@@ -819,13 +819,16 @@ const CURRENCIES_EN = { "ADP": [undefined, undefined, 0], "AFN": [undefined, "؋
5+
@@ -835,13 +835,16 @@ const CURRENCIES_EN = { "ADP": [undefined, undefined, 0], "AFN": [undefined, "؋
66
*
77
* @publicApi
88
*/
@@ -26,7 +26,7 @@ index 4c0f041..0f22c13 100755
2626
/**
2727
* Plurality cases used for translating plurals to different languages.
2828
*
29-
@@ -835,15 +838,20 @@ var NumberFormatStyle;
29+
@@ -851,15 +854,20 @@ var NumberFormatStyle;
3030
*
3131
* @publicApi
3232
*/
@@ -56,7 +56,7 @@ index 4c0f041..0f22c13 100755
5656
/**
5757
* Context-dependant translation forms for strings.
5858
* Typically the standalone version is for the nominative form of the word,
59-
@@ -853,11 +861,12 @@ var Plural;
59+
@@ -869,11 +877,12 @@ var Plural;
6060
*
6161
* @publicApi
6262
*/
@@ -74,13 +74,13 @@ index 4c0f041..0f22c13 100755
7474
/**
7575
* String widths available for translations.
7676
* The specific character widths are locale-specific.
77-
@@ -865,17 +874,20 @@ var FormStyle;
77+
@@ -881,17 +890,20 @@ var FormStyle;
7878
*
7979
* @publicApi
8080
*/
8181
-var TranslationWidth;
8282
-(function (TranslationWidth) {
83-
+const TranslationWidth = {
83+
+ const TranslationWidth = {
8484
/** 1 character for `en-US`. For example: 'S' */
8585
- TranslationWidth[TranslationWidth["Narrow"] = 0] = "Narrow";
8686
+ Narrow: 0,
@@ -102,7 +102,7 @@ index 4c0f041..0f22c13 100755
102102
/**
103103
* String widths available for date-time formats.
104104
* The specific character widths are locale-specific.
105-
@@ -887,29 +899,32 @@ var TranslationWidth;
105+
@@ -903,29 +915,32 @@ var TranslationWidth;
106106
* @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
107107
* @publicApi
108108
*/
@@ -142,7 +142,7 @@ index 4c0f041..0f22c13 100755
142142
/**
143143
* Symbols that can be used to replace placeholders in number patterns.
144144
* Examples are based on `en-US` values.
145-
@@ -919,96 +934,115 @@ var FormatWidth;
145+
@@ -935,96 +950,115 @@ var FormatWidth;
146146
*
147147
* @publicApi
148148
*/
@@ -285,7 +285,7 @@ index 4c0f041..0f22c13 100755
285285
/**
286286
* Retrieves the locale ID from the currently loaded locale.
287287
* The loaded locale could be, for example, a global one rather than a regional one.
288-
@@ -1445,31 +1479,44 @@ const ISO8601_DATE_REGEX = /^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\
288+
@@ -1461,31 +1495,44 @@ const ISO8601_DATE_REGEX = /^(\d{4,})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(
289289
// 1 2 3 4 5 6 7 8 9 10 11
290290
const NAMED_FORMATS = {};
291291
const DATE_FORMATS_SPLIT = /((?:[^BEGHLMOSWYZabcdhmswyz']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|Y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|c{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;
@@ -356,10 +356,10 @@ index 4c0f041..0f22c13 100755
356356
* @ngModule CommonModule
357357
* @description
358358
diff --git a/node_modules/@angular/common/fesm2015/http.mjs b/node_modules/@angular/common/fesm2015/http.mjs
359-
index aabf47f..de55217 100755
359+
index 6359d2f..92f1925 100755
360360
--- a/node_modules/@angular/common/fesm2015/http.mjs
361361
+++ b/node_modules/@angular/common/fesm2015/http.mjs
362-
@@ -936,33 +936,38 @@ class HttpRequest {
362+
@@ -963,33 +963,38 @@ class HttpRequest {
363363
*
364364
* @publicApi
365365
*/

0 commit comments

Comments
 (0)