Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 18.0.618.2.21 age adoption passing confidence

Release Notes

angular/angular-cli (@​angular-devkit/build-angular)

v18.2.21

Compare Source

Breaking Changes

@​angular/ssr
  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);
@​angular-devkit/build-angular
Commit Type Description
700e6bc01 fix avoid extra tick in SSR builds
@​angular/build
Commit Type Description
cccc91b91 fix avoid extra tick in SSR dev-server builds
@​angular/ssr
Commit Type Description
4af385201 feat introduce BootstrapContext for isolated server-side rendering

v18.2.20

Compare Source

@​angular-devkit/build-angular
Commit Type Description
f048078 fix update dependency webpack-dev-server to v5.2.2

v18.2.19

Compare Source

@​angular-devkit/build-angular
Commit Type Description
01cc617bc fix update http-proxy-middleware to v3.0.5

v18.2.18

Compare Source

@​angular/build
Commit Type Description
4245ca7b4 fix update vite to 5.4.17

v18.2.17

Compare Source

@​angular/build
Commit Type Description
247ceff7f fix update vite to 5.4.16 due to a security issues

v18.2.16

Compare Source

@​angular-devkit/build-angular
Commit Type Description
4267a80c5 fix remove @vitejs/plugin-basic-ssl from dependencies
@​angular/build
Commit Type Description
9c2904d0d fix update vite to 5.4.15

v18.2.15

Compare Source

@​angular-devkit/build-angular
Commit Type Description
255c8a50d fix update babel packages

v18.2.14

Compare Source

@​angular-devkit/build-angular
Commit Type Description
9d34d28ec fix remove unused vite dependency

v18.2.13

Compare Source

@​angular/cli
Commit Type Description
deeaf1883 fix correctly select package versions in descending order during ng add
@​angular/build
Commit Type Description
fdddf2c08 fix update vite to version 5.4.14

v18.2.12

Compare Source

@​angular/cli
Commit Type Description
c3925ed7f fix support default options for multiselect list x-prompt
@​angular/build
Commit Type Description
c8bee8415 fix allow .js file replacements in all configuration cases
93f552112 fix improve URL rebasing for hyphenated Sass namespaced variables

v18.2.11

Compare Source

@​angular/build
Commit Type Description
87ec15ba2 fix show error message when error stack is undefined

v18.2.10

Compare Source

@​angular-devkit/build-angular
Commit Type Description
7b775f4e0 fix update http-proxy-middleware to 3.0.3
@​angular/build
Commit Type Description
b1e5f51f9 fix Address build issue in Node.js LTS versions with prerendering or SSR

v18.2.9

Compare Source

@​schematics/angular
Commit Type Description
237f7c5d0 fix update browserslist config to include last 2 Android major versions
@​angular/build
Commit Type Description
d749ba6a3 fix allow direct bundling of TSX files with application builder
b91c82d89 fix avoid race condition in sass importer

v18.2.8

Compare Source

@​schematics/angular
Commit Type Description
b522002ff fix add validation for component and directive class name
dfd2d5c05 fix include index.csr.html in resources asset group
@​angular/build
Commit Type Description
9445916f9 fix Ctrl + C not terminating dev-server with SSR
9b5cfaa8c fix always generate a new hash for optimized chunk

v18.2.7

Compare Source

@​schematics/angular
Commit Type Description
3f98193d6 fix support single quote setting in JetBrains IDEs
@​angular/build
Commit Type Description
8274184e1 fix add animate to valid self-closing elements
2648e811e fix add few more SVG elements animateMotion, animateTransform, and feBlend etc. to valid self-closing elements
736e126e4 fix separate Vite cache by project

v18.2.6

Compare Source

@​angular/build
Commit Type Description
9d0b67124 fix allow missing HTML file request to fallback to index
5fea635b2 fix update rollup to 4.22.4

v18.2.5

Compare Source

@​angular/build
Commit Type Description
707431625 fix support HTTP HEAD requests for virtual output files
1032b3da1 fix update vite to 5.4.6

v18.2.4

Compare Source

@​angular/build
Commit Type Description
765309a2e fix prevent transformation of Node.js internal dependencies by Vite

v18.2.3

Compare Source

@​angular-devkit/build-angular
Commit Type Description
482076612 fix update webpack-dev-middleware to 7.4.2

v18.2.2

Compare Source

Breaking Changes

@​angular/ssr
  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);
@​angular-devkit/build-angular
Commit Type Description
700e6bc01 fix avoid extra tick in SSR builds
@​angular/build
Commit Type Description
cccc91b91 fix avoid extra tick in SSR dev-server builds
@​angular/ssr
Commit Type Description
4af385201 feat introduce BootstrapContext for isolated server-side rendering

v18.2.1

Compare Source

@​angular-devkit/build-angular
Commit Type Description
01cc617bc fix update http-proxy-middleware to v3.0.5

v18.2.0

Compare Source

@​schematics/angular
Commit Type Description
4da922e4f feat use isolatedModules in generated project
@​angular/build
Commit Type Description
24aaf1e37 feat support import attribute based loader configuration

v18.1.4

Compare Source

@​angular/build
Commit Type Description
f8b092711 fix allow explicitly disabling TypeScript incremental mode
f3a5970fc fix lazy load Node.js inspector for dev server

v18.1.3

Compare Source

@​angular/build
Commit Type Description
a28615d7d fix add CSP nonce attribute to script tags when inline critical CSS is disabled
747a1447c fix prevent build failures with remote CSS imports when Tailwind is configured
c0933f2c0 fix resolve error with extract-i18n builder for libraries

v18.1.2

Compare Source

@​angular/build
Commit Type Description
5b9378a3b fix account for HTML base HREF for dev-server externals
3e4ea77d7 fix correctly detect comma in Sass URL lexer
d868270f1 fix prevent redirection loop
3573ac655 fix serve HTML files directly

v18.1.1

Compare Source

@​angular-devkit/build-angular
Commit Type Description
4f6cee272 fix skip undefined files when generating budget stats
@​angular/build
Commit Type Description
96dc7e6ed fix remove Vite "/@​id/" prefix for explicit external dependencies
bdef39801 fix resolve only ".wasm" files

v18.1.0

Compare Source

@​angular/cli
Commit Type Description
6d266c146 fix add fallbacks for migration package resolution
@​schematics/angular
Commit Type Description
22e05dcb4 fix generate new projects with ECMAScript standard class field behavior
@​angular/build
Commit Type Description
687a6c7ec feat add --inspect option to the dev-server
628d87a94 feat support WASM/ES Module integration proposal
3e359da8d fix address rxjs undefined issues during SSR prebundling
4ff914a16 fix allow additional module preloads up to limit
fb8e3c39a fix allow top-level await in zoneless applications
83b75af9f fix check inlineSourceMap option with isolated modules optimization
cd97134a6 fix normalize paths during module resolution in Vite
13d2100dd fix read WASM file from script location on Node.js
3091956f5 fix support import attributes in JavaScript transformer
dd94a831b perf enable dependency prebundling for server dependencies
3acb77683 perf use direct transpilation with isolated modules

v18.0.7

Compare Source

@​angular/cli
Commit Type Description
67bf90131 fix make ng update to keep newline at the end of package.json
@​angular-devkit/build-angular
Commit Type Description
9b43ecbd0 fix reduce the number of max workers to available CPUs minus one
03dad6806 fix rollback terser to 5.29.2
@​angular/build
Commit Type Description
fc928f638 fix correctly name entry points to match budgets
2d51e8607 fix redirect to path with trailing slash for asset directories
16f1c1e01 fix reduce the number of max workers to available CPUs minus one

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.0.7 Update dependency @angular-devkit/build-angular to v18.0.7 - autoclosed Jul 5, 2024
@renovate renovate bot closed this Jul 5, 2024
@renovate renovate bot deleted the renovate/angular-devkit-build-angular-18.x-lockfile branch July 5, 2024 08:19
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.0.7 - autoclosed Update dependency @angular-devkit/build-angular to v18.0.7 Jul 9, 2024
@renovate renovate bot restored the renovate/angular-devkit-build-angular-18.x-lockfile branch July 9, 2024 16:28
@renovate renovate bot reopened this Jul 9, 2024
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch from edb5603 to 4a69364 Compare July 9, 2024 16:28
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.0.7 Update dependency @angular-devkit/build-angular to v18.1.0 Jul 10, 2024
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.1.0 Update dependency @angular-devkit/build-angular to v18.1.1 Jul 17, 2024
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.1.1 Update dependency @angular-devkit/build-angular to v18.1.2 Jul 24, 2024
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.1.2 Update dependency @angular-devkit/build-angular to v18.1.3 Jul 31, 2024
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.1.3 Update dependency @angular-devkit/build-angular to v18.1.4 Aug 7, 2024
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.1.4 Update dependency @angular-devkit/build-angular to v18.2.0 Aug 14, 2024
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.2.0 Update dependency @angular-devkit/build-angular to v18.2.1 Aug 21, 2024
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.2.1 Update dependency @angular-devkit/build-angular to v18.2.2 Aug 29, 2024
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.2.2 Update dependency @angular-devkit/build-angular to v18.2.3 Sep 4, 2024
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.2.3 Update dependency @angular-devkit/build-angular to v18.2.4 Sep 11, 2024
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.2.4 Update dependency @angular-devkit/build-angular to v18.2.5 Sep 19, 2024
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.2.5 Update dependency @angular-devkit/build-angular to v18.2.6 Sep 25, 2024
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.2.6 Update dependency @angular-devkit/build-angular to v18.2.7 Oct 2, 2024
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.2.7 Update dependency @angular-devkit/build-angular to v18.2.8 Oct 9, 2024
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.2.8 Update dependency @angular-devkit/build-angular to v18.2.9 Oct 17, 2024
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.2.9 Update dependency @angular-devkit/build-angular to v18.2.10 Oct 23, 2024
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.2.10 Update dependency @angular-devkit/build-angular to v18.2.11 Oct 31, 2024
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.2.11 Update dependency @angular-devkit/build-angular to v18.2.12 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch from 4a69364 to 723f788 Compare January 23, 2025 17:31
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.2.12 Update dependency @angular-devkit/build-angular to v18.2.14 Jan 29, 2025
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch 2 times, most recently from 88aa9fa to 855deaa Compare January 30, 2025 18:36
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch from 855deaa to d25fb3c Compare February 9, 2025 14:07
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch 2 times, most recently from 663d61b to b768b7a Compare March 17, 2025 13:32
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch from b768b7a to 1c01cff Compare March 26, 2025 10:48
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.2.15 Update dependency @angular-devkit/build-angular to v18.2.16 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch from 1c01cff to 569b4a2 Compare April 1, 2025 11:02
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.2.16 Update dependency @angular-devkit/build-angular to v18.2.17 Apr 2, 2025
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.2.17 Update dependency @angular-devkit/build-angular to v18.2.18 Apr 9, 2025
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.2.18 Update dependency @angular-devkit/build-angular to v18.2.19 Apr 23, 2025
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch from 569b4a2 to 7d6faf4 Compare May 19, 2025 18:04
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch from 7d6faf4 to 018058e Compare May 28, 2025 12:22
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.2.19 Update dependency @angular-devkit/build-angular to v18.2.20 Jun 11, 2025
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch from 018058e to 26d2994 Compare July 2, 2025 14:58
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch 2 times, most recently from 80917d0 to aedf546 Compare August 13, 2025 16:23
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch from aedf546 to 6bad513 Compare August 19, 2025 13:59
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch from 6bad513 to 17b6139 Compare August 31, 2025 14:39
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch from 17b6139 to eb2796f Compare September 10, 2025 22:11
@renovate renovate bot changed the title Update dependency @angular-devkit/build-angular to v18.2.20 Update dependency @angular-devkit/build-angular to v18.2.21 Sep 10, 2025
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch from eb2796f to b4c3abc Compare September 25, 2025 15:55
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch from b4c3abc to dcdff5d Compare October 21, 2025 17:45
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch from dcdff5d to 08a89d4 Compare November 10, 2025 16:03
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch from 08a89d4 to 977cf25 Compare November 18, 2025 18:35
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch from 977cf25 to 963a66e Compare December 3, 2025 18:16
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch from 963a66e to 5ea48e9 Compare December 31, 2025 14:47
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch from 5ea48e9 to a34f839 Compare January 8, 2026 18:46
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch from a34f839 to 07c041c Compare January 19, 2026 18:11
@coderabbitai
Copy link

coderabbitai bot commented Jan 19, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch from 07c041c to 21738d0 Compare January 23, 2026 20:36
@renovate renovate bot force-pushed the renovate/angular-devkit-build-angular-18.x-lockfile branch from 21738d0 to ed57bb6 Compare February 2, 2026 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants