Skip to content

Commit 0d1abdb

Browse files
author
Angular Builds
committed
ed1322217 docs: release notes for the v13.2.1 release
1 parent b17c1ec commit 0d1abdb

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"builders": "builders.json",
88
"dependencies": {
99
"@ampproject/remapping": "2.0.0",
10-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ecf5cffab",
11-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#ecf5cffab",
12-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#ecf5cffab",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ed1322217",
11+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#ed1322217",
12+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#ed1322217",
1313
"@babel/core": "7.16.12",
1414
"@babel/generator": "7.16.8",
1515
"@babel/helper-annotate-as-pure": "7.16.7",
@@ -20,7 +20,7 @@
2020
"@babel/runtime": "7.16.7",
2121
"@babel/template": "7.16.7",
2222
"@discoveryjs/json-ext": "0.5.6",
23-
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#ecf5cffab",
23+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#ed1322217",
2424
"ansi-colors": "4.1.1",
2525
"babel-loader": "8.2.3",
2626
"babel-plugin-istanbul": "6.1.1",

src/webpack/plugins/css-optimizer-plugin.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ class CssOptimizerPlugin {
115115
// browserslist uses the name `ios_saf` for iOS Safari whereas esbuild uses `ios`
116116
if (browserName === 'ios_saf') {
117117
browserName = 'ios';
118-
// browserslist also uses ranges for iOS Safari versions but only the lowest is required
119-
// to perform minimum supported feature checks. esbuild also expects a single version.
120-
[version] = version.split('-');
121118
}
119+
// browserslist uses ranges `15.2-15.3` versions but only the lowest is required
120+
// to perform minimum supported feature checks. esbuild also expects a single version.
121+
[version] = version.split('-');
122122
if (esBuildSupportedBrowsers.has(browserName)) {
123123
if (browserName === 'safari' && version === 'TP') {
124124
// esbuild only supports numeric versions so `TP` is converted to a high number (999) since

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fri Jan 28 2022 20:13:04 GMT+0000 (Coordinated Universal Time)
1+
Mon Jan 31 2022 19:19:13 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)