Skip to content

Commit 2b56e69

Browse files
author
Angular Builds
committed
767652b docs: update blog, analytics, hydration links aio->adev
1 parent 7fd806f commit 2b56e69

File tree

19 files changed

+38
-38
lines changed

19 files changed

+38
-38
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@angular-devkit/build-angular",
3-
"version": "18.1.0-next.0+sha-255f9d8",
3+
"version": "18.1.0-next.0+sha-767652b",
44
"description": "Angular Webpack Build Facade",
55
"main": "src/index.js",
66
"typings": "src/index.d.ts",
77
"builders": "builders.json",
88
"dependencies": {
99
"@ampproject/remapping": "2.3.0",
10-
"@angular/build": "github:angular/angular-build-builds#255f9d8",
11-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#255f9d8",
12-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#255f9d8",
13-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#255f9d8",
10+
"@angular/build": "github:angular/angular-build-builds#767652b",
11+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#767652b",
12+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#767652b",
13+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#767652b",
1414
"@babel/core": "7.24.6",
1515
"@babel/generator": "7.24.6",
1616
"@babel/helper-annotate-as-pure": "7.24.6",
@@ -21,7 +21,7 @@
2121
"@babel/preset-env": "7.24.6",
2222
"@babel/runtime": "7.24.6",
2323
"@discoveryjs/json-ext": "0.5.7",
24-
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#255f9d8",
24+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#767652b",
2525
"@vitejs/plugin-basic-ssl": "1.1.0",
2626
"ansi-colors": "4.1.3",
2727
"autoprefixer": "10.4.19",

src/builders/browser-esbuild/schema.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export interface Schema {
9595
* Enables optimization of the build output. Including minification of scripts and styles,
9696
* tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For
9797
* more information, see
98-
* https://angular.io/guide/workspace-config#optimization-configuration.
98+
* https://angular.dev/reference/configs/workspace-config#optimization-configuration.
9999
*/
100100
optimization?: OptimizationUnion;
101101
/**
@@ -137,7 +137,7 @@ export interface Schema {
137137
serviceWorker?: boolean;
138138
/**
139139
* Output source maps for scripts and styles. For more information, see
140-
* https://angular.io/guide/workspace-config#source-map-configuration.
140+
* https://angular.dev/reference/configs/workspace-config#source-map-configuration.
141141
*/
142142
sourceMap?: SourceMapUnion;
143143
/**
@@ -308,7 +308,7 @@ export type Localize = string[] | boolean;
308308
* Enables optimization of the build output. Including minification of scripts and styles,
309309
* tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For
310310
* more information, see
311-
* https://angular.io/guide/workspace-config#optimization-configuration.
311+
* https://angular.dev/reference/configs/workspace-config#optimization-configuration.
312312
*/
313313
export type OptimizationUnion = boolean | OptimizationClass;
314314
export interface OptimizationClass {
@@ -384,7 +384,7 @@ export interface ScriptClass {
384384
}
385385
/**
386386
* Output source maps for scripts and styles. For more information, see
387-
* https://angular.io/guide/workspace-config#source-map-configuration.
387+
* https://angular.dev/reference/configs/workspace-config#source-map-configuration.
388388
*/
389389
export type SourceMapUnion = boolean | SourceMapClass;
390390
export interface SourceMapClass {

src/builders/browser-esbuild/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"default": []
140140
},
141141
"optimization": {
142-
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.io/guide/workspace-config#optimization-configuration.",
142+
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
143143
"default": true,
144144
"x-user-analytics": "ep.ng_optimization",
145145
"oneOf": [
@@ -227,7 +227,7 @@
227227
"default": true
228228
},
229229
"sourceMap": {
230-
"description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
230+
"description": "Output source maps for scripts and styles. For more information, see https://angular.dev/reference/configs/workspace-config#source-map-configuration.",
231231
"default": false,
232232
"oneOf": [
233233
{

src/builders/browser/schema.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export interface Schema {
9090
* Enables optimization of the build output. Including minification of scripts and styles,
9191
* tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For
9292
* more information, see
93-
* https://angular.io/guide/workspace-config#optimization-configuration.
93+
* https://angular.dev/reference/configs/workspace-config#optimization-configuration.
9494
*/
9595
optimization?: OptimizationUnion;
9696
/**
@@ -132,7 +132,7 @@ export interface Schema {
132132
serviceWorker?: boolean;
133133
/**
134134
* Output source maps for scripts and styles. For more information, see
135-
* https://angular.io/guide/workspace-config#source-map-configuration.
135+
* https://angular.dev/reference/configs/workspace-config#source-map-configuration.
136136
*/
137137
sourceMap?: SourceMapUnion;
138138
/**
@@ -305,7 +305,7 @@ export type Localize = string[] | boolean;
305305
* Enables optimization of the build output. Including minification of scripts and styles,
306306
* tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For
307307
* more information, see
308-
* https://angular.io/guide/workspace-config#optimization-configuration.
308+
* https://angular.dev/reference/configs/workspace-config#optimization-configuration.
309309
*/
310310
export type OptimizationUnion = boolean | OptimizationClass;
311311
export interface OptimizationClass {
@@ -381,7 +381,7 @@ export interface ScriptClass {
381381
}
382382
/**
383383
* Output source maps for scripts and styles. For more information, see
384-
* https://angular.io/guide/workspace-config#source-map-configuration.
384+
* https://angular.dev/reference/configs/workspace-config#source-map-configuration.
385385
*/
386386
export type SourceMapUnion = boolean | SourceMapClass;
387387
export interface SourceMapClass {

src/builders/browser/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"additionalProperties": false
133133
},
134134
"optimization": {
135-
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.io/guide/workspace-config#optimization-configuration.",
135+
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
136136
"default": true,
137137
"x-user-analytics": "ep.ng_optimization",
138138
"oneOf": [
@@ -220,7 +220,7 @@
220220
"default": true
221221
},
222222
"sourceMap": {
223-
"description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
223+
"description": "Output source maps for scripts and styles. For more information, see https://angular.dev/reference/configs/workspace-config#source-map-configuration.",
224224
"default": false,
225225
"oneOf": [
226226
{

src/builders/dev-server/schema.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export interface Schema {
6868
prebundle?: PrebundleUnion;
6969
/**
7070
* Proxy configuration file. For more information, see
71-
* https://angular.io/guide/build#proxying-to-a-backend-server.
71+
* https://angular.dev/tools/cli/serve#proxying-to-a-backend-server.
7272
*/
7373
proxyConfig?: string;
7474
/**

src/builders/dev-server/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"proxyConfig": {
2929
"type": "string",
30-
"description": "Proxy configuration file. For more information, see https://angular.io/guide/build#proxying-to-a-backend-server."
30+
"description": "Proxy configuration file. For more information, see https://angular.dev/tools/cli/serve#proxying-to-a-backend-server."
3131
},
3232
"ssl": {
3333
"type": "boolean",

src/builders/karma/schema.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export interface Schema {
7474
scripts?: ScriptElement[];
7575
/**
7676
* Output source maps for scripts and styles. For more information, see
77-
* https://angular.io/guide/workspace-config#source-map-configuration.
77+
* https://angular.dev/reference/configs/workspace-config#source-map-configuration.
7878
*/
7979
sourceMap?: SourceMapUnion;
8080
/**
@@ -157,7 +157,7 @@ export interface ScriptClass {
157157
}
158158
/**
159159
* Output source maps for scripts and styles. For more information, see
160-
* https://angular.io/guide/workspace-config#source-map-configuration.
160+
* https://angular.dev/reference/configs/workspace-config#source-map-configuration.
161161
*/
162162
export type SourceMapUnion = boolean | SourceMapClass;
163163
export interface SourceMapClass {

src/builders/karma/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"description": "Globs of files to exclude, relative to the project root."
153153
},
154154
"sourceMap": {
155-
"description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
155+
"description": "Output source maps for scripts and styles. For more information, see https://angular.dev/reference/configs/workspace-config#source-map-configuration.",
156156
"default": true,
157157
"oneOf": [
158158
{

src/builders/protractor/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async function updateWebdriver() {
8989
* @experimental Direct usage of this function is considered experimental.
9090
*/
9191
async function execute(options, context) {
92-
context.logger.warn('Protractor has reached end-of-life and is no longer supported by the Angular team. The `protractor` builder will be removed in a future Angular major version. For additional information and alternatives, please see https://blog.angular.io/protractor-deprecation-update-august-2023-2beac7402ce0.');
92+
context.logger.warn('Protractor has reached end-of-life and is no longer supported by the Angular team. The `protractor` builder will be removed in a future Angular major version. For additional information and alternatives, please see https://blog.angular.dev/protractor-deprecation-update-august-2023-2beac7402ce0.');
9393
// ensure that only one of these options is used
9494
if (options.devServerTarget && options.baseUrl) {
9595
throw new Error(core_1.tags.stripIndents `

src/builders/server/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ async function checkTsConfigForPreserveWhitespacesSetting(context, tsConfigPath)
171171
context.logger.warn(`"preserveWhitespaces" was set in "${tsConfigPath}". ` +
172172
'Make sure that this setting is set consistently in both "tsconfig.server.json" for your server side ' +
173173
'and "tsconfig.app.json" for your client side. A mismatched value will cause hydration to break.\n' +
174-
'For more information see: https://angular.io/guide/hydration#preserve-whitespaces');
174+
'For more information see: https://angular.dev/guide/hydration#preserve-whitespaces-configuration');
175175
}
176176
}
177177
/**

src/builders/server/schema.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export interface Schema {
5757
/**
5858
* Enables optimization of the build output. Including minification of scripts and styles,
5959
* tree-shaking and dead-code elimination. For more information, see
60-
* https://angular.io/guide/workspace-config#optimization-configuration.
60+
* https://angular.dev/reference/configs/workspace-config#optimization-configuration.
6161
*/
6262
optimization?: OptimizationUnion;
6363
/**
@@ -87,7 +87,7 @@ export interface Schema {
8787
resourcesOutputPath?: string;
8888
/**
8989
* Output source maps for scripts and styles. For more information, see
90-
* https://angular.io/guide/workspace-config#source-map-configuration.
90+
* https://angular.dev/reference/configs/workspace-config#source-map-configuration.
9191
*/
9292
sourceMap?: SourceMapUnion;
9393
/**
@@ -173,7 +173,7 @@ export type Localize = string[] | boolean;
173173
/**
174174
* Enables optimization of the build output. Including minification of scripts and styles,
175175
* tree-shaking and dead-code elimination. For more information, see
176-
* https://angular.io/guide/workspace-config#optimization-configuration.
176+
* https://angular.dev/reference/configs/workspace-config#optimization-configuration.
177177
*/
178178
export type OptimizationUnion = boolean | OptimizationClass;
179179
export interface OptimizationClass {
@@ -197,7 +197,7 @@ export declare enum OutputHashing {
197197
}
198198
/**
199199
* Output source maps for scripts and styles. For more information, see
200-
* https://angular.io/guide/workspace-config#source-map-configuration.
200+
* https://angular.dev/reference/configs/workspace-config#source-map-configuration.
201201
*/
202202
export type SourceMapUnion = boolean | SourceMapClass;
203203
export interface SourceMapClass {

src/builders/server/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"additionalProperties": false
4444
},
4545
"optimization": {
46-
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking and dead-code elimination. For more information, see https://angular.io/guide/workspace-config#optimization-configuration.",
46+
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking and dead-code elimination. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
4747
"default": true,
4848
"x-user-analytics": "ep.ng_optimization",
4949
"oneOf": [
@@ -85,7 +85,7 @@
8585
"description": "The path where style resources will be placed, relative to outputPath."
8686
},
8787
"sourceMap": {
88-
"description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
88+
"description": "Output source maps for scripts and styles. For more information, see https://angular.dev/reference/configs/workspace-config#source-map-configuration.",
8989
"default": false,
9090
"oneOf": [
9191
{

src/builders/web-test-runner/schema.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export interface Schema {
6666
scripts?: ScriptElement[];
6767
/**
6868
* Output source maps for scripts and styles. For more information, see
69-
* https://angular.io/guide/workspace-config#source-map-configuration.
69+
* https://angular.dev/reference/configs/workspace-config#source-map-configuration.
7070
*/
7171
sourceMap?: SourceMapUnion;
7272
/**
@@ -145,7 +145,7 @@ export interface ScriptClass {
145145
}
146146
/**
147147
* Output source maps for scripts and styles. For more information, see
148-
* https://angular.io/guide/workspace-config#source-map-configuration.
148+
* https://angular.dev/reference/configs/workspace-config#source-map-configuration.
149149
*/
150150
export type SourceMapUnion = boolean | SourceMapClass;
151151
export interface SourceMapClass {

src/builders/web-test-runner/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"description": "Globs of files to exclude, relative to the project root."
149149
},
150150
"sourceMap": {
151-
"description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
151+
"description": "Output source maps for scripts and styles. For more information, see https://angular.dev/reference/configs/workspace-config#source-map-configuration.",
152152
"default": true,
153153
"oneOf": [
154154
{

src/tools/babel/presets/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function default_1(api, options) {
112112
if (safariClassFieldScopeBugBrowsers === undefined) {
113113
const browserslist = require('browserslist');
114114
safariClassFieldScopeBugBrowsers = new Set(browserslist([
115-
// Safari <15 is technically not supported via https://angular.io/guide/browser-support,
115+
// Safari <15 is technically not supported via https://angular.dev/reference/versions#browser-support
116116
// but we apply the workaround if forcibly selected.
117117
'Safari <=15',
118118
'iOS <=15',

src/tools/webpack/plugins/typescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function createIvyPlugin(wco, aot, tsconfig) {
2626
compilerOptions.useDefineForClassFields ??= false;
2727
wco.logger.warn('TypeScript compiler options "target" and "useDefineForClassFields" are set to "ES2022" and ' +
2828
'"false" respectively by the Angular CLI. To control ECMA version and features use the Browserslist configuration. ' +
29-
'For more information, see https://angular.io/guide/build#configuring-browser-compatibility\n' +
29+
'For more information, see https://angular.dev/tools/cli/build#configuring-browser-compatibility\n' +
3030
`NOTE: You can set the "target" to "ES2022" in the project's tsconfig to remove this warning.`);
3131
}
3232
if (buildOptions.preserveSymlinks !== undefined) {

src/utils/normalize-cache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.normalizeCacheOptions = void 0;
1111
const node_path_1 = require("node:path");
1212
/** Version placeholder is replaced during the build process with actual package version */
13-
const VERSION = '18.1.0-next.0+sha-255f9d8';
13+
const VERSION = '18.1.0-next.0+sha-767652b';
1414
function hasCacheMetadata(value) {
1515
return (!!value &&
1616
typeof value === 'object' &&

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Mon May 27 2024 06:15:28 GMT+0000 (Coordinated Universal Time)
1+
Mon May 27 2024 06:36:08 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)