Skip to content

Commit f16fbd8

Browse files
committed
build: update all non-major dependencies
1 parent 9c26db4 commit f16fbd8

File tree

7 files changed

+398
-108
lines changed

7 files changed

+398
-108
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"@bazel/esbuild": "5.8.1",
8585
"@bazel/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch",
8686
"@discoveryjs/json-ext": "0.5.7",
87-
"@inquirer/confirm": "3.1.11",
88-
"@inquirer/prompts": "5.0.7",
87+
"@inquirer/confirm": "3.1.12",
88+
"@inquirer/prompts": "5.1.0",
8989
"@listr2/prompt-adapter-inquirer": "2.0.13",
9090
"@rollup/plugin-commonjs": "^26.0.0",
9191
"@rollup/plugin-node-resolve": "^13.0.5",
@@ -130,8 +130,8 @@
130130
"critters": "0.0.24",
131131
"css-loader": "7.1.2",
132132
"debug": "^4.1.1",
133-
"esbuild": "0.21.5",
134-
"esbuild-wasm": "0.21.5",
133+
"esbuild": "0.22.0",
134+
"esbuild-wasm": "0.22.0",
135135
"eslint": "8.57.0",
136136
"eslint-config-prettier": "9.1.0",
137137
"eslint-plugin-header": "3.1.1",
@@ -143,7 +143,7 @@
143143
"https-proxy-agent": "7.0.5",
144144
"husky": "9.0.11",
145145
"ini": "4.1.3",
146-
"istanbul-lib-instrument": "6.0.2",
146+
"istanbul-lib-instrument": "6.0.3",
147147
"jasmine": "^5.0.0",
148148
"jasmine-core": "~5.1.0",
149149
"jasmine-spec-reporter": "~7.0.0",
@@ -173,7 +173,7 @@
173173
"parse5-html-rewriting-stream": "7.0.0",
174174
"picomatch": "4.0.2",
175175
"piscina": "4.6.1",
176-
"postcss": "8.4.38",
176+
"postcss": "8.4.39",
177177
"postcss-loader": "8.1.1",
178178
"prettier": "^3.0.0",
179179
"protractor": "~7.0.0",

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"@babel/core": "7.24.7",
2424
"@babel/helper-annotate-as-pure": "7.24.7",
2525
"@babel/helper-split-export-declaration": "7.24.7",
26-
"@inquirer/confirm": "3.1.11",
26+
"@inquirer/confirm": "3.1.12",
2727
"@vitejs/plugin-basic-ssl": "1.1.0",
2828
"ansi-colors": "4.1.3",
2929
"browserslist": "^4.23.0",
3030
"critters": "0.0.24",
31-
"esbuild": "0.21.5",
31+
"esbuild": "0.22.0",
3232
"fast-glob": "3.3.2",
3333
"https-proxy-agent": "7.0.5",
3434
"lmdb": "3.0.12",

packages/angular/build/src/tools/esbuild/application-code-bundle.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,9 @@ function getEsBuildCommonOptions(options: NormalizedApplicationBuildOptions): Bu
356356

357357
return {
358358
absWorkingDir: workspaceRoot,
359-
bundle: true,
360359
format: 'esm',
360+
bundle: true,
361+
packages: 'bundle',
361362
assetNames: outputNames.media,
362363
conditions: ['es2020', 'es2015', 'module'],
363364
resolveExtensions: ['.ts', '.tsx', '.mjs', '.js', '.cjs'],

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
2626
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
2727
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
28-
"@inquirer/prompts": "5.0.7",
28+
"@inquirer/prompts": "5.1.0",
2929
"@listr2/prompt-adapter-inquirer": "2.0.13",
3030
"@schematics/angular": "0.0.0-PLACEHOLDER",
3131
"@yarnpkg/lockfile": "1.1.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"copy-webpack-plugin": "12.0.2",
3131
"critters": "0.0.24",
3232
"css-loader": "7.1.2",
33-
"esbuild-wasm": "0.21.5",
33+
"esbuild-wasm": "0.22.0",
3434
"fast-glob": "3.3.2",
3535
"http-proxy-middleware": "3.0.0",
3636
"https-proxy-agent": "7.0.5",
37-
"istanbul-lib-instrument": "6.0.2",
37+
"istanbul-lib-instrument": "6.0.3",
3838
"jsonc-parser": "3.3.1",
3939
"karma-source-map-support": "1.4.0",
4040
"less": "4.2.0",
@@ -49,7 +49,7 @@
4949
"parse5-html-rewriting-stream": "7.0.0",
5050
"picomatch": "4.0.2",
5151
"piscina": "4.6.1",
52-
"postcss": "8.4.38",
52+
"postcss": "8.4.39",
5353
"postcss-loader": "8.1.1",
5454
"resolve-url-loader": "5.0.0",
5555
"rxjs": "7.8.1",
@@ -71,7 +71,7 @@
7171
"webpack-subresource-integrity": "5.1.0"
7272
},
7373
"optionalDependencies": {
74-
"esbuild": "0.21.5"
74+
"esbuild": "0.22.0"
7575
},
7676
"peerDependencies": {
7777
"@angular/compiler-cli": "^18.0.0 || ^18.1.0-next.0",

packages/angular_devkit/schematics_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
2020
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
21-
"@inquirer/prompts": "5.0.7",
21+
"@inquirer/prompts": "5.1.0",
2222
"ansi-colors": "4.1.3",
2323
"symbol-observable": "4.0.0",
2424
"yargs-parser": "21.1.1"

0 commit comments

Comments
 (0)