Skip to content

Commit 7bbdff8

Browse files
author
Angular Builds
committed
1284b43 build: update dependency @rollup/plugin-commonjs to v26
1 parent aa349ab commit 7bbdff8

File tree

216 files changed

+240
-237
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+240
-237
lines changed

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ This package contains [Architect builders](/packages/angular_devkit/architect/RE
2020

2121
## Builders
2222

23-
| Name | Description |
24-
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
25-
| application | Build an Angular application targeting a browser and server environment using [esbuild](https://esbuild.github.io). |
26-
| app-shell | Build an Angular [App shell](https://angular.io/guide/app-shell). |
27-
| browser | Build an Angular application targeting a browser environment using [Webpack](https://webpack.js.org). |
28-
| browser-esbuild | Build an Angular application targeting a browser environment using [esbuild](https://esbuild.github.io). |
29-
| dev-server | A development server that provides live reloading. |
30-
| extract-i18n | Extract i18n messages from an Angular application. |
31-
| karma | Execute unit tests using [Karma](https://github.com/karma-runner/karma) test runner. |
32-
| ng-packagr | Build and package an Angular library in [Angular Package Format (APF)](https://angular.io/guide/angular-package-format) format using [ng-packagr](https://github.com/ng-packagr/ng-packagr). |
33-
| prerender | [Prerender](https://angular.io/guide/prerendering) pages of your application. Prerendering is the process where a dynamic page is processed at build time generating static HTML. |
34-
| server | Build an Angular application targeting a [Node.js](https://nodejs.org) environment. |
35-
| ssr-dev-server | A development server which offers live reload during development, but uses server-side rendering. |
36-
| protractor | **Deprecated** - Run end-to-end tests using [Protractor](https://www.protractortest.org/) framework. |
23+
| Name | Description |
24+
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
25+
| application | Build an Angular application targeting a browser and server environment using [esbuild](https://esbuild.github.io). |
26+
| app-shell | Build an Angular [App shell](https://angular.dev/ecosystem/service-workers/app-shell). |
27+
| browser | Build an Angular application targeting a browser environment using [Webpack](https://webpack.js.org). |
28+
| browser-esbuild | Build an Angular application targeting a browser environment using [esbuild](https://esbuild.github.io). |
29+
| dev-server | A development server that provides live reloading. |
30+
| extract-i18n | Extract i18n messages from an Angular application. |
31+
| karma | Execute unit tests using [Karma](https://github.com/karma-runner/karma) test runner. |
32+
| ng-packagr | Build and package an Angular library in [Angular Package Format (APF)](https://angular.dev/tools/libraries/angular-package-format) format using [ng-packagr](https://github.com/ng-packagr/ng-packagr). |
33+
| prerender | [Prerender](https://angular.dev/guide/prerendering) pages of your application. Prerendering is the process where a dynamic page is processed at build time generating static HTML. |
34+
| server | Build an Angular application targeting a [Node.js](https://nodejs.org) environment. |
35+
| ssr-dev-server | A development server which offers live reload during development, but uses server-side rendering. |
36+
| protractor | **Deprecated** - Run end-to-end tests using [Protractor](https://www.protractortest.org/) framework. |
3737

3838
## Disclaimer
3939

package.json

+6-6
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.1+sha-f3ed0fe",
3+
"version": "18.1.0-next.1+sha-1284b43",
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#f3ed0fe",
11-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#f3ed0fe",
12-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#f3ed0fe",
13-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#f3ed0fe",
10+
"@angular/build": "github:angular/angular-build-builds#1284b43",
11+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#1284b43",
12+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#1284b43",
13+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#1284b43",
1414
"@babel/core": "7.24.7",
1515
"@babel/generator": "7.24.7",
1616
"@babel/helper-annotate-as-pure": "7.24.7",
@@ -21,7 +21,7 @@
2121
"@babel/preset-env": "7.24.7",
2222
"@babel/runtime": "7.24.7",
2323
"@discoveryjs/json-ext": "0.5.7",
24-
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#f3ed0fe",
24+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#1284b43",
2525
"@vitejs/plugin-basic-ssl": "1.1.0",
2626
"ansi-colors": "4.1.3",
2727
"autoprefixer": "10.4.19",

plugins/karma.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/

plugins/karma.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
module.exports = require('../src/tools/webpack/plugins/karma/karma');

src/babel-bazel.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
/* eslint-disable import/no-extraneous-dependencies */

src/builders/app-shell/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { JsonObject } from '@angular-devkit/core';
99
import { Schema as BuildWebpackAppShellSchema } from './schema';

src/builders/app-shell/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1010
if (k2 === undefined) k2 = k;

src/builders/app-shell/render-worker.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
/**
99
* A request to render a Server bundle generate by the universal server builder.

src/builders/app-shell/render-worker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1010
if (k2 === undefined) k2 = k;

src/builders/browser-esbuild/builder-status-warnings.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { BuilderContext } from '@angular-devkit/architect';
99
import { Schema as BrowserBuilderOptions } from './schema';

src/builders/browser-esbuild/builder-status-warnings.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.logBuilderStatusWarnings = logBuilderStatusWarnings;

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import type { BuildOutputFile } from '@angular/build';
99
import { BuilderContext, BuilderOutput } from '@angular-devkit/architect';

src/builders/browser-esbuild/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __importDefault = (this && this.__importDefault) || function (mod) {
1010
return (mod && mod.__esModule) ? mod : { "default": mod };

src/builders/browser/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { IndexHtmlTransform } from '@angular/build/private';
99
import { BuilderContext, BuilderOutput } from '@angular-devkit/architect';

src/builders/browser/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1010
if (k2 === undefined) k2 = k;

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import type { DevServerBuilderOutput } from '@angular/build';
99
import { type IndexHtmlTransform } from '@angular/build/private';

src/builders/dev-server/builder.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1010
if (k2 === undefined) k2 = k;

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { DevServerBuilderOutput } from '@angular/build';
99
import { execute } from './builder';

src/builders/dev-server/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.executeDevServer = exports.executeDevServerBuilder = void 0;

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { BuilderContext } from '@angular-devkit/architect';
99
import { Schema as DevServerOptions } from './schema';

src/builders/dev-server/options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __importDefault = (this && this.__importDefault) || function (mod) {
1010
return (mod && mod.__esModule) ? mod : { "default": mod };

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { IndexHtmlTransform } from '@angular/build/private';
99
import { BuilderContext } from '@angular-devkit/architect';

src/builders/dev-server/webpack-server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1010
if (k2 === undefined) k2 = k;

src/builders/extract-i18n/application-extraction.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import type { ɵParsedMessage as LocalizeMessage } from '@angular/localize';
99
import type { MessageExtractor } from '@angular/localize/tools';

src/builders/extract-i18n/application-extraction.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __importDefault = (this && this.__importDefault) || function (mod) {
1010
return (mod && mod.__esModule) ? mod : { "default": mod };

src/builders/extract-i18n/builder.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import type { BuilderContext, BuilderOutput } from '@angular-devkit/architect';
99
import type webpack from 'webpack';

src/builders/extract-i18n/builder.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1010
if (k2 === undefined) k2 = k;

src/builders/extract-i18n/empty-loader.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
export default function (): string;

src/builders/extract-i18n/empty-loader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.default = default_1;

src/builders/extract-i18n/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { execute } from './builder';
99
import type { Schema as ExtractI18nBuilderOptions } from './schema';

src/builders/extract-i18n/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.execute = void 0;

src/builders/extract-i18n/ivy-extract-loader.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
type LoaderSourceMap = Parameters<import('webpack').LoaderDefinitionFunction>[1];
99
interface LocalizeExtractLoaderOptions {

src/builders/extract-i18n/ivy-extract-loader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1010
if (k2 === undefined) k2 = k;

src/builders/extract-i18n/options.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { BuilderContext } from '@angular-devkit/architect';
99
import { Schema as ExtractI18nOptions, Format } from './schema';

src/builders/extract-i18n/options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __importDefault = (this && this.__importDefault) || function (mod) {
1010
return (mod && mod.__esModule) ? mod : { "default": mod };

0 commit comments

Comments
 (0)