Skip to content

Commit a6f3987

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent 7e9bbe4 commit a6f3987

File tree

4 files changed

+245
-141
lines changed

4 files changed

+245
-141
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@
7676
"@angular/platform-server": "17.1.0-next.5",
7777
"@angular/router": "17.1.0-next.5",
7878
"@angular/service-worker": "17.1.0-next.5",
79-
"@babel/core": "7.23.6",
79+
"@babel/core": "7.23.7",
8080
"@babel/generator": "7.23.6",
8181
"@babel/helper-annotate-as-pure": "7.22.5",
8282
"@babel/helper-split-export-declaration": "7.22.6",
83-
"@babel/plugin-transform-async-generator-functions": "7.23.4",
83+
"@babel/plugin-transform-async-generator-functions": "7.23.7",
8484
"@babel/plugin-transform-async-to-generator": "7.23.3",
85-
"@babel/plugin-transform-runtime": "7.23.6",
86-
"@babel/preset-env": "7.23.6",
87-
"@babel/runtime": "7.23.6",
85+
"@babel/plugin-transform-runtime": "7.23.7",
86+
"@babel/preset-env": "7.23.7",
87+
"@babel/runtime": "7.23.7",
8888
"@bazel/bazelisk": "1.19.0",
8989
"@bazel/buildifier": "6.4.0",
9090
"@bazel/concatjs": "5.8.1",
@@ -118,8 +118,8 @@
118118
"@types/yargs": "^17.0.20",
119119
"@types/yargs-parser": "^21.0.0",
120120
"@types/yarnpkg__lockfile": "^1.1.5",
121-
"@typescript-eslint/eslint-plugin": "6.16.0",
122-
"@typescript-eslint/parser": "6.16.0",
121+
"@typescript-eslint/eslint-plugin": "6.17.0",
122+
"@typescript-eslint/parser": "6.17.0",
123123
"@vitejs/plugin-basic-ssl": "1.0.2",
124124
"@yarnpkg/lockfile": "1.1.0",
125125
"ajv": "8.12.0",
@@ -137,8 +137,8 @@
137137
"critters": "0.0.20",
138138
"css-loader": "6.8.1",
139139
"debug": "^4.1.1",
140-
"esbuild": "0.19.10",
141-
"esbuild-wasm": "0.19.10",
140+
"esbuild": "0.19.11",
141+
"esbuild-wasm": "0.19.11",
142142
"eslint": "8.56.0",
143143
"eslint-config-prettier": "9.1.0",
144144
"eslint-plugin-header": "3.1.1",
@@ -191,7 +191,7 @@
191191
"rollup": "~4.9.0",
192192
"rollup-plugin-sourcemaps": "^0.6.0",
193193
"rxjs": "7.8.1",
194-
"sass": "1.69.6",
194+
"sass": "1.69.7",
195195
"sass-loader": "13.3.3",
196196
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.9.1-linux.tar.gz",
197197
"semver": "7.5.4",

packages/angular_devkit/build_angular/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
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.23.6",
13+
"@babel/core": "7.23.7",
1414
"@babel/generator": "7.23.6",
1515
"@babel/helper-annotate-as-pure": "7.22.5",
1616
"@babel/helper-split-export-declaration": "7.22.6",
17-
"@babel/plugin-transform-async-generator-functions": "7.23.4",
17+
"@babel/plugin-transform-async-generator-functions": "7.23.7",
1818
"@babel/plugin-transform-async-to-generator": "7.23.3",
19-
"@babel/plugin-transform-runtime": "7.23.6",
20-
"@babel/preset-env": "7.23.6",
21-
"@babel/runtime": "7.23.6",
19+
"@babel/plugin-transform-runtime": "7.23.7",
20+
"@babel/preset-env": "7.23.7",
21+
"@babel/runtime": "7.23.7",
2222
"@discoveryjs/json-ext": "0.5.7",
2323
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2424
"@vitejs/plugin-basic-ssl": "1.0.2",
@@ -30,7 +30,7 @@
3030
"copy-webpack-plugin": "11.0.0",
3131
"critters": "0.0.20",
3232
"css-loader": "6.8.1",
33-
"esbuild-wasm": "0.19.10",
33+
"esbuild-wasm": "0.19.11",
3434
"fast-glob": "3.3.2",
3535
"https-proxy-agent": "7.0.2",
3636
"http-proxy-middleware": "2.0.6",
@@ -53,7 +53,7 @@
5353
"postcss-loader": "7.3.4",
5454
"resolve-url-loader": "5.0.0",
5555
"rxjs": "7.8.1",
56-
"sass": "1.69.6",
56+
"sass": "1.69.7",
5757
"sass-loader": "13.3.3",
5858
"semver": "7.5.4",
5959
"source-map-loader": "4.0.2",
@@ -72,7 +72,7 @@
7272
"webpack-subresource-integrity": "5.1.0"
7373
},
7474
"optionalDependencies": {
75-
"esbuild": "0.19.10"
75+
"esbuild": "0.19.11"
7676
},
7777
"peerDependencies": {
7878
"@angular/compiler-cli": "^17.0.0 || ^17.1.0-next.0",

packages/angular_devkit/build_angular/src/builders/dev-server/vite-server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -797,6 +797,7 @@ export async function setupServer(
797797
};
798798
} else {
799799
const { default: basicSslPlugin } = await import('@vitejs/plugin-basic-ssl');
800+
// eslint-disable-next-line @typescript-eslint/no-floating-promises
800801
configuration.plugins ??= [];
801802
configuration.plugins.push(basicSslPlugin());
802803
}

0 commit comments

Comments
 (0)