Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Jul 1, 2024
1 parent 9c26db4 commit f16fbd8
Show file tree
Hide file tree
Showing 7 changed files with 398 additions and 108 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"@bazel/esbuild": "5.8.1",
"@bazel/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch",
"@discoveryjs/json-ext": "0.5.7",
"@inquirer/confirm": "3.1.11",
"@inquirer/prompts": "5.0.7",
"@inquirer/confirm": "3.1.12",
"@inquirer/prompts": "5.1.0",
"@listr2/prompt-adapter-inquirer": "2.0.13",
"@rollup/plugin-commonjs": "^26.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
Expand Down Expand Up @@ -130,8 +130,8 @@
"critters": "0.0.24",
"css-loader": "7.1.2",
"debug": "^4.1.1",
"esbuild": "0.21.5",
"esbuild-wasm": "0.21.5",
"esbuild": "0.22.0",
"esbuild-wasm": "0.22.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-header": "3.1.1",
Expand All @@ -143,7 +143,7 @@
"https-proxy-agent": "7.0.5",
"husky": "9.0.11",
"ini": "4.1.3",
"istanbul-lib-instrument": "6.0.2",
"istanbul-lib-instrument": "6.0.3",
"jasmine": "^5.0.0",
"jasmine-core": "~5.1.0",
"jasmine-spec-reporter": "~7.0.0",
Expand Down Expand Up @@ -173,7 +173,7 @@
"parse5-html-rewriting-stream": "7.0.0",
"picomatch": "4.0.2",
"piscina": "4.6.1",
"postcss": "8.4.38",
"postcss": "8.4.39",
"postcss-loader": "8.1.1",
"prettier": "^3.0.0",
"protractor": "~7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"@babel/core": "7.24.7",
"@babel/helper-annotate-as-pure": "7.24.7",
"@babel/helper-split-export-declaration": "7.24.7",
"@inquirer/confirm": "3.1.11",
"@inquirer/confirm": "3.1.12",
"@vitejs/plugin-basic-ssl": "1.1.0",
"ansi-colors": "4.1.3",
"browserslist": "^4.23.0",
"critters": "0.0.24",
"esbuild": "0.21.5",
"esbuild": "0.22.0",
"fast-glob": "3.3.2",
"https-proxy-agent": "7.0.5",
"lmdb": "3.0.12",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,9 @@ function getEsBuildCommonOptions(options: NormalizedApplicationBuildOptions): Bu

return {
absWorkingDir: workspaceRoot,
bundle: true,
format: 'esm',
bundle: true,
packages: 'bundle',
assetNames: outputNames.media,
conditions: ['es2020', 'es2015', 'module'],
resolveExtensions: ['.ts', '.tsx', '.mjs', '.js', '.cjs'],
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
"@inquirer/prompts": "5.0.7",
"@inquirer/prompts": "5.1.0",
"@listr2/prompt-adapter-inquirer": "2.0.13",
"@schematics/angular": "0.0.0-PLACEHOLDER",
"@yarnpkg/lockfile": "1.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"copy-webpack-plugin": "12.0.2",
"critters": "0.0.24",
"css-loader": "7.1.2",
"esbuild-wasm": "0.21.5",
"esbuild-wasm": "0.22.0",
"fast-glob": "3.3.2",
"http-proxy-middleware": "3.0.0",
"https-proxy-agent": "7.0.5",
"istanbul-lib-instrument": "6.0.2",
"istanbul-lib-instrument": "6.0.3",
"jsonc-parser": "3.3.1",
"karma-source-map-support": "1.4.0",
"less": "4.2.0",
Expand All @@ -49,7 +49,7 @@
"parse5-html-rewriting-stream": "7.0.0",
"picomatch": "4.0.2",
"piscina": "4.6.1",
"postcss": "8.4.38",
"postcss": "8.4.39",
"postcss-loader": "8.1.1",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.1",
Expand All @@ -71,7 +71,7 @@
"webpack-subresource-integrity": "5.1.0"
},
"optionalDependencies": {
"esbuild": "0.21.5"
"esbuild": "0.22.0"
},
"peerDependencies": {
"@angular/compiler-cli": "^18.0.0 || ^18.1.0-next.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/schematics_cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
"@inquirer/prompts": "5.0.7",
"@inquirer/prompts": "5.1.0",
"ansi-colors": "4.1.3",
"symbol-observable": "4.0.0",
"yargs-parser": "21.1.1"
Expand Down
Loading

0 comments on commit f16fbd8

Please sign in to comment.