Skip to content

Commit f48d3a6

Browse files
alan-agius4clydin
authored andcommitted
build: update all non-major dependencies
(cherry picked from commit 708011e)
1 parent 30b60bc commit f48d3a6

File tree

6 files changed

+585
-441
lines changed

6 files changed

+585
-441
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@
8181
"@angular/platform-server": "15.0.0-rc.0",
8282
"@angular/router": "15.0.0-rc.0",
8383
"@angular/service-worker": "15.0.0-rc.0",
84-
"@babel/core": "7.19.3",
85-
"@babel/generator": "7.19.5",
84+
"@babel/core": "7.19.6",
85+
"@babel/generator": "7.19.6",
8686
"@babel/helper-annotate-as-pure": "7.18.6",
8787
"@babel/plugin-proposal-async-generator-functions": "7.19.1",
8888
"@babel/plugin-transform-async-to-generator": "7.18.6",
89-
"@babel/plugin-transform-runtime": "7.19.1",
89+
"@babel/plugin-transform-runtime": "7.19.6",
9090
"@babel/preset-env": "7.19.4",
9191
"@babel/runtime": "7.19.4",
9292
"@babel/template": "7.18.10",
@@ -122,8 +122,8 @@
122122
"@types/yargs": "^17.0.8",
123123
"@types/yargs-parser": "^21.0.0",
124124
"@types/yarnpkg__lockfile": "^1.1.5",
125-
"@typescript-eslint/eslint-plugin": "5.40.0",
126-
"@typescript-eslint/parser": "5.40.0",
125+
"@typescript-eslint/eslint-plugin": "5.40.1",
126+
"@typescript-eslint/parser": "5.40.1",
127127
"@yarnpkg/lockfile": "1.1.0",
128128
"ajv": "8.11.0",
129129
"ajv-formats": "2.1.1",
@@ -133,15 +133,15 @@
133133
"babel-plugin-istanbul": "6.1.1",
134134
"bootstrap": "^4.0.0",
135135
"browserslist": "^4.9.1",
136-
"cacache": "17.0.0",
136+
"cacache": "17.0.1",
137137
"chokidar": "3.5.3",
138138
"copy-webpack-plugin": "11.0.0",
139139
"critters": "0.0.16",
140140
"cross-env": "^7.0.3",
141141
"css-loader": "6.7.1",
142142
"debug": "^4.1.1",
143-
"esbuild": "0.15.11",
144-
"esbuild-wasm": "0.15.11",
143+
"esbuild": "0.15.12",
144+
"esbuild-wasm": "0.15.12",
145145
"eslint": "8.25.0",
146146
"eslint-config-prettier": "8.5.0",
147147
"eslint-plugin-header": "3.1.1",
@@ -178,7 +178,7 @@
178178
"npm-package-arg": "9.1.2",
179179
"open": "8.4.0",
180180
"ora": "5.4.1",
181-
"pacote": "15.0.0",
181+
"pacote": "15.0.3",
182182
"parse5-html-rewriting-stream": "6.0.1",
183183
"pidtree": "^0.6.0",
184184
"pidusage": "^3.0.0",

packages/angular/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"inquirer": "8.2.4",
3333
"jsonc-parser": "3.2.0",
3434
"npm-package-arg": "9.1.2",
35-
"npm-pick-manifest": "8.0.0",
35+
"npm-pick-manifest": "8.0.1",
3636
"open": "8.4.0",
3737
"ora": "5.4.1",
38-
"pacote": "15.0.0",
38+
"pacote": "15.0.3",
3939
"resolve": "1.22.1",
4040
"semver": "7.3.8",
4141
"symbol-observable": "4.0.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1111
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
13-
"@babel/core": "7.19.3",
14-
"@babel/generator": "7.19.5",
13+
"@babel/core": "7.19.6",
14+
"@babel/generator": "7.19.6",
1515
"@babel/helper-annotate-as-pure": "7.18.6",
1616
"@babel/plugin-proposal-async-generator-functions": "7.19.1",
1717
"@babel/plugin-transform-async-to-generator": "7.18.6",
18-
"@babel/plugin-transform-runtime": "7.19.1",
18+
"@babel/plugin-transform-runtime": "7.19.6",
1919
"@babel/preset-env": "7.19.4",
2020
"@babel/runtime": "7.19.4",
2121
"@babel/template": "7.18.10",
@@ -26,12 +26,12 @@
2626
"babel-loader": "8.2.5",
2727
"babel-plugin-istanbul": "6.1.1",
2828
"browserslist": "^4.9.1",
29-
"cacache": "17.0.0",
29+
"cacache": "17.0.1",
3030
"chokidar": "3.5.3",
3131
"copy-webpack-plugin": "11.0.0",
3232
"critters": "0.0.16",
3333
"css-loader": "6.7.1",
34-
"esbuild-wasm": "0.15.11",
34+
"esbuild-wasm": "0.15.12",
3535
"glob": "8.0.3",
3636
"https-proxy-agent": "5.0.1",
3737
"inquirer": "8.2.4",
@@ -68,7 +68,7 @@
6868
"webpack-subresource-integrity": "5.1.0"
6969
},
7070
"optionalDependencies": {
71-
"esbuild": "0.15.11"
71+
"esbuild": "0.15.12"
7272
},
7373
"peerDependencies": {
7474
"@angular/compiler-cli": "^15.0.0-next",

packages/angular_devkit/build_angular/src/babel/plugins/adjust-static-class-members_spec.ts

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ describe('adjust-static-class-members Babel plugin', () => {
8989
expected: `
9090
export let SomeClass = /*#__PURE__*/ (() => {
9191
class SomeClass {}
92-
9392
SomeClass.ctorParameters = 42;
9493
return SomeClass;
9594
})();
@@ -126,7 +125,6 @@ describe('adjust-static-class-members Babel plugin', () => {
126125
expected: `
127126
export let SomeClass = /*#__PURE__*/ (() => {
128127
class SomeClass {}
129-
130128
SomeClass.decorators = 42;
131129
return SomeClass;
132130
})();
@@ -163,7 +161,6 @@ describe('adjust-static-class-members Babel plugin', () => {
163161
expected: `
164162
export let SomeClass = /*#__PURE__*/ (() => {
165163
class SomeClass {}
166-
167164
SomeClass.propDecorators = 42;
168165
return SomeClass;
169166
})();
@@ -202,7 +199,6 @@ describe('adjust-static-class-members Babel plugin', () => {
202199
this.doThis = this._actions;
203200
}
204201
}
205-
206202
CustomComponentEffects.someFieldWithSideEffects = console.log('foo');
207203
`);
208204
});
@@ -226,7 +222,6 @@ describe('adjust-static-class-members Babel plugin', () => {
226222
this.doThis = this._actions;
227223
}
228224
}
229-
230225
CustomComponentEffects.someFieldWithSideEffects = /*#__PURE__*/ console.log('foo');
231226
return CustomComponentEffects;
232227
})();
@@ -253,7 +248,6 @@ describe('adjust-static-class-members Babel plugin', () => {
253248
this.doThis = this._actions;
254249
}
255250
}
256-
257251
CustomComponentEffects.someFieldWithSideEffects = /*@__PURE__*/ console.log('foo');
258252
return CustomComponentEffects;
259253
})();
@@ -280,10 +274,8 @@ describe('adjust-static-class-members Babel plugin', () => {
280274
this.doThis = this._actions;
281275
}
282276
}
283-
284277
CustomComponentEffects.someFieldWithSideEffects =
285-
/**@pureOrBreakMyCode*/
286-
console.log('foo');
278+
/**@pureOrBreakMyCode*/ console.log('foo');
287279
return CustomComponentEffects;
288280
})();
289281
`,
@@ -309,10 +301,8 @@ describe('adjust-static-class-members Babel plugin', () => {
309301
this.doThis = this._actions;
310302
}
311303
}
312-
313304
CustomComponentEffects.someFieldWithSideEffects =
314-
/* @pureOrBreakMyCode */
315-
console.log('foo');
305+
/* @pureOrBreakMyCode */ console.log('foo');
316306
return CustomComponentEffects;
317307
})();
318308
`,
@@ -338,7 +328,6 @@ describe('adjust-static-class-members Babel plugin', () => {
338328
this.doThis = this._actions;
339329
}
340330
}
341-
342331
CustomComponentEffects.someField = 42;
343332
return CustomComponentEffects;
344333
})();
@@ -365,7 +354,6 @@ describe('adjust-static-class-members Babel plugin', () => {
365354
this.doThis = this._actions;
366355
}
367356
}
368-
369357
CustomComponentEffects.someField = 42;
370358
return CustomComponentEffects;
371359
})();
@@ -386,7 +374,6 @@ describe('adjust-static-class-members Babel plugin', () => {
386374
const SWITCH_TEMPLATE_REF_FACTORY = SWITCH_TEMPLATE_REF_FACTORY__POST_R3__;
387375
let TemplateRef = /*#__PURE__*/ (() => {
388376
class TemplateRef {}
389-
390377
TemplateRef.__NG_ELEMENT_ID__ = SWITCH_TEMPLATE_REF_FACTORY;
391378
return TemplateRef;
392379
})();
@@ -408,7 +395,6 @@ describe('adjust-static-class-members Babel plugin', () => {
408395
const SWITCH_TEMPLATE_REF_FACTORY = SWITCH_TEMPLATE_REF_FACTORY__POST_R3__;
409396
let TemplateRef = /*#__PURE__*/ (() => {
410397
class TemplateRef {}
411-
412398
TemplateRef.__NG_ELEMENT_ID__ = SWITCH_TEMPLATE_REF_FACTORY;
413399
TemplateRef.someField = 42;
414400
return TemplateRef;
@@ -425,7 +411,6 @@ describe('adjust-static-class-members Babel plugin', () => {
425411
this.doThis = this._actions;
426412
}
427413
}
428-
429414
CustomComponentEffects.someField = 42;
430415
CustomComponentEffects.someFieldWithSideEffects = console.log('foo');
431416
`);
@@ -514,7 +499,6 @@ describe('adjust-static-class-members Babel plugin', () => {
514499
this.foo = 42;
515500
}
516501
}
517-
518502
__decorate([
519503
SomeDecorator
520504
], SomeClass.prototype, "foo", void 0);
@@ -542,11 +526,9 @@ describe('adjust-static-class-members Babel plugin', () => {
542526
this.foo = 42;
543527
}
544528
}
545-
546529
__decorate([
547530
SomeDecorator
548531
], SomeClass.prototype, "foo", void 0);
549-
550532
return SomeClass;
551533
})();
552534
`,
@@ -565,9 +547,7 @@ describe('adjust-static-class-members Babel plugin', () => {
565547
let CommonModule = /*#__PURE__*/ (() => {
566548
class CommonModule {
567549
}
568-
569550
CommonModule.ɵfac = function CommonModule_Factory(t) { return new (t || CommonModule)(); };
570-
571551
return CommonModule;
572552
})();
573553
`,
@@ -585,7 +565,6 @@ describe('adjust-static-class-members Babel plugin', () => {
585565
let CommonModule = /*#__PURE__*/ (() => {
586566
class CommonModule {
587567
}
588-
589568
CommonModule.ɵmod = /*@__PURE__*/ ɵngcc0.ɵɵdefineNgModule({ type: CommonModule });
590569
return CommonModule;
591570
})();
@@ -606,7 +585,6 @@ describe('adjust-static-class-members Babel plugin', () => {
606585
let CommonModule = /*#__PURE__*/ (() => {
607586
class CommonModule {
608587
}
609-
610588
CommonModule.ɵinj = /*@__PURE__*/ ɵngcc0.ɵɵdefineInjector({ providers: [
611589
{
612590
provide: NgLocalization,
@@ -634,16 +612,14 @@ describe('adjust-static-class-members Babel plugin', () => {
634612
let CommonModule = /*#__PURE__*/ (() => {
635613
class CommonModule {
636614
}
637-
638615
CommonModule.ɵfac = function CommonModule_Factory(t) { return new (t || CommonModule)(); };
639-
640616
CommonModule.ɵmod = /*@__PURE__*/ ɵngcc0.ɵɵdefineNgModule({ type: CommonModule });
641617
CommonModule.ɵinj = /*@__PURE__*/ ɵngcc0.ɵɵdefineInjector({ providers: [
642618
{
643619
provide: NgLocalization,
644620
useClass: NgLocaleLocalization
645621
},
646-
] });
622+
]});
647623
return CommonModule;
648624
})();
649625
`,
@@ -669,7 +645,6 @@ describe('adjust-static-class-members Babel plugin', () => {
669645
this.doThis = this._actions;
670646
}
671647
}
672-
673648
CustomComponentEffects.someField = 42;
674649
return CustomComponentEffects;
675650
})();

packages/angular_devkit/build_angular/src/babel/plugins/adjust-typescript-enums_spec.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ describe('adjust-typescript-enums Babel plugin', () => {
5555
ChangeDetectionStrategy[ChangeDetectionStrategy["OnPush"] = 0] = "OnPush";
5656
ChangeDetectionStrategy[ChangeDetectionStrategy["Default"] = 1] = "Default";
5757
})(ChangeDetectionStrategy || (ChangeDetectionStrategy = {}));
58-
5958
return ChangeDetectionStrategy;
6059
})();
6160
`,
@@ -77,7 +76,6 @@ describe('adjust-typescript-enums Babel plugin', () => {
7776
ChangeDetectionStrategy[ChangeDetectionStrategy["OnPush"] = 0] = "OnPush";
7877
ChangeDetectionStrategy[ChangeDetectionStrategy["Default"] = 1] = "Default";
7978
})(ChangeDetectionStrategy || (ChangeDetectionStrategy = {}));
80-
8179
return ChangeDetectionStrategy;
8280
})();
8381
`,
@@ -99,7 +97,6 @@ describe('adjust-typescript-enums Babel plugin', () => {
9997
ChangeDetectionStrategy[ChangeDetectionStrategy["OnPush"] = 5] = "OnPush";
10098
ChangeDetectionStrategy[ChangeDetectionStrategy["Default"] = 8] = "Default";
10199
})(ChangeDetectionStrategy || (ChangeDetectionStrategy = {}));
102-
103100
return ChangeDetectionStrategy;
104101
})();
105102
`,
@@ -123,7 +120,6 @@ describe('adjust-typescript-enums Babel plugin', () => {
123120
NotificationKind["ERROR"] = "E";
124121
NotificationKind["COMPLETE"] = "C";
125122
})(NotificationKind || (NotificationKind = {}));
126-
127123
return NotificationKind;
128124
})();
129125
`,
@@ -147,7 +143,6 @@ describe('adjust-typescript-enums Babel plugin', () => {
147143
NotificationKind["ERROR"] = "E";
148144
NotificationKind["COMPLETE"] = "C";
149145
})(NotificationKind$1 || (NotificationKind$1 = {}));
150-
151146
return NotificationKind$1;
152147
})();
153148
`,
@@ -187,7 +182,6 @@ describe('adjust-typescript-enums Babel plugin', () => {
187182
RequestMethod[RequestMethod["Head"] = 5] = "Head";
188183
RequestMethod[RequestMethod["Patch"] = 6] = "Patch";
189184
})(RequestMethod || (RequestMethod = {}));
190-
191185
return RequestMethod;
192186
})();
193187
`,
@@ -197,7 +191,6 @@ describe('adjust-typescript-enums Babel plugin', () => {
197191
it('does not wrap TypeScript enums with side effect values', () => {
198192
testCaseNoChange(`
199193
export var ChangeDetectionStrategy;
200-
201194
(function (ChangeDetectionStrategy) {
202195
ChangeDetectionStrategy[ChangeDetectionStrategy["OnPush"] = 0] = console.log('foo');
203196
ChangeDetectionStrategy[ChangeDetectionStrategy["Default"] = 1] = "Default";
@@ -211,11 +204,9 @@ describe('adjust-typescript-enums Babel plugin', () => {
211204
Important: 1,
212205
DashCase: 2,
213206
};
214-
215207
if (typeof RendererStyleFlags3 === 'object') {
216208
RendererStyleFlags3[RendererStyleFlags3.Important] = 'DashCase';
217209
}
218-
219210
RendererStyleFlags3[RendererStyleFlags3.Important] = 'Important';
220211
`);
221212
});
@@ -259,7 +250,6 @@ describe('adjust-typescript-enums Babel plugin', () => {
259250
ChangeDetectionStrategy[(ChangeDetectionStrategy["OnPush"] = 0)] = "OnPush";
260251
ChangeDetectionStrategy[(ChangeDetectionStrategy["Default"] = 1)] = "Default";
261252
})(ChangeDetectionStrategy$1 || (ChangeDetectionStrategy$1 = {}));
262-
263253
return ChangeDetectionStrategy$1;
264254
})();
265255
`,

0 commit comments

Comments
 (0)