@angular-devkit/build-angular 17.1.0-rc.1 → 17.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@angular-devkit/build-angular",
3
- "version": "17.1.0-rc.1",
3
+ "version": "17.1.0",
4
4
  "description": "Angular Webpack Build Facade",
5
5
  "main": "src/index.js",
6
6
  "typings": "src/index.d.ts",
7
7
  "builders": "builders.json",
8
8
  "dependencies": {
9
9
  "@ampproject/remapping": "2.2.1",
10
- "@angular-devkit/architect": "0.1701.0-rc.1",
11
- "@angular-devkit/build-webpack": "0.1701.0-rc.1",
12
- "@angular-devkit/core": "17.1.0-rc.1",
10
+ "@angular-devkit/architect": "0.1701.0",
11
+ "@angular-devkit/build-webpack": "0.1701.0",
12
+ "@angular-devkit/core": "17.1.0",
13
13
  "@babel/core": "7.23.7",
14
14
  "@babel/generator": "7.23.6",
15
15
  "@babel/helper-annotate-as-pure": "7.22.5",
@@ -20,7 +20,7 @@
20
20
  "@babel/preset-env": "7.23.7",
21
21
  "@babel/runtime": "7.23.7",
22
22
  "@discoveryjs/json-ext": "0.5.7",
23
- "@ngtools/webpack": "17.1.0-rc.1",
23
+ "@ngtools/webpack": "17.1.0",
24
24
  "@vitejs/plugin-basic-ssl": "1.0.2",
25
25
  "ansi-colors": "4.1.3",
26
26
  "autoprefixer": "10.4.16",
@@ -56,7 +56,7 @@
56
56
  "sass": "1.69.7",
57
57
  "sass-loader": "13.3.3",
58
58
  "semver": "7.5.4",
59
- "source-map-loader": "4.0.2",
59
+ "source-map-loader": "5.0.0",
60
60
  "source-map-support": "0.5.21",
61
61
  "terser": "5.26.0",
62
62
  "text-table": "0.2.0",
@@ -75,16 +75,16 @@
75
75
  "esbuild": "0.19.11"
76
76
  },
77
77
  "peerDependencies": {
78
- "@angular/compiler-cli": "^17.0.0 || ^17.1.0-next.0",
79
- "@angular/localize": "^17.0.0 || ^17.1.0-next.0",
80
- "@angular/platform-server": "^17.0.0 || ^17.1.0-next.0",
81
- "@angular/service-worker": "^17.0.0 || ^17.1.0-next.0",
78
+ "@angular/compiler-cli": "^17.0.0",
79
+ "@angular/localize": "^17.0.0",
80
+ "@angular/platform-server": "^17.0.0",
81
+ "@angular/service-worker": "^17.0.0",
82
82
  "@web/test-runner": "^0.18.0",
83
83
  "browser-sync": "^3.0.2",
84
84
  "jest": "^29.5.0",
85
85
  "jest-environment-jsdom": "^29.5.0",
86
86
  "karma": "^6.3.0",
87
- "ng-packagr": "^17.0.0 || ^17.1.0-next.0",
87
+ "ng-packagr": "^17.0.0",
88
88
  "protractor": "^7.0.0",
89
89
  "tailwindcss": "^2.0.0 || ^3.0.0",
90
90
  "typescript": ">=5.2 <5.4"
@@ -361,6 +361,10 @@ async function setupServer(serverOptions, outputFiles, assets, preserveSymlinks,
361
361
  open: serverOptions.open,
362
362
  headers: serverOptions.headers,
363
363
  proxy,
364
+ cors: {
365
+ // Allow preflight requests to be proxied.
366
+ preflightContinue: true,
367
+ },
364
368
  // File watching is handled by the build directly. `null` disables file watching for Vite.
365
369
  watch: null,
366
370
  fs: {