Skip to content
This repository was archived by the owner on Jul 18, 2026. It is now read-only.

Update angular-cli monorepo to v18.2.21 - #15

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/angular-cli-monorepo
Open

Update angular-cli monorepo to v18.2.21#15
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/angular-cli-monorepo

Conversation

@renovate

@renovaterenovateBot commented May 22, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
@angular-devkit/build-angular18.0.318.2.21ageconfidence
@angular/cli18.0.318.2.21ageconfidence

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:

    constbootstrap=()=>bootstrapApplication(AppComponent,config);

    After:

    constbootstrap=(context: BootstrapContext)=>bootstrapApplication(AppComponent,config,context);
@​angular-devkit/build-angular
CommitTypeDescription
700e6bc01fixavoid extra tick in SSR builds
@​angular/build
CommitTypeDescription
cccc91b91fixavoid extra tick in SSR dev-server builds
@​angular/ssr
CommitTypeDescription
4af385201featintroduce BootstrapContext for isolated server-side rendering

v18.2.20

Compare Source

@​angular-devkit/build-angular
CommitTypeDescription
f048078fixupdate dependency webpack-dev-server to v5.2.2

v18.2.19

Compare Source

@​angular-devkit/build-angular
CommitTypeDescription
01cc617bcfixupdate http-proxy-middleware to v3.0.5

v18.2.18

Compare Source

@​angular/build
CommitTypeDescription
4245ca7b4fixupdate vite to 5.4.17

v18.2.17

Compare Source

@​angular/build
CommitTypeDescription
247ceff7ffixupdate vite to 5.4.16 due to a security issues

v18.2.16

Compare Source

@​angular-devkit/build-angular
CommitTypeDescription
4267a80c5fixremove @vitejs/plugin-basic-ssl from dependencies
@​angular/build
CommitTypeDescription
9c2904d0dfixupdate vite to 5.4.15

v18.2.15

Compare Source

@​angular-devkit/build-angular
CommitTypeDescription
255c8a50dfixupdate babel packages

v18.2.14

Compare Source

@​angular-devkit/build-angular
CommitTypeDescription
9d34d28ecfixremove unused vite dependency

v18.2.13

Compare Source

@​angular/cli
CommitTypeDescription
deeaf1883fixcorrectly select package versions in descending order during ng add
@​angular/build
CommitTypeDescription
fdddf2c08fixupdate vite to version 5.4.14

v18.2.12

Compare Source

@​angular/cli
CommitTypeDescription
c3925ed7ffixsupport default options for multiselect list x-prompt
@​angular/build
CommitTypeDescription
c8bee8415fixallow .js file replacements in all configuration cases
93f552112fiximprove URL rebasing for hyphenated Sass namespaced variables

v18.2.11

Compare Source

@​angular/build
CommitTypeDescription
87ec15ba2fixshow error message when error stack is undefined

v18.2.10

Compare Source

@​angular-devkit/build-angular
CommitTypeDescription
7b775f4e0fixupdate http-proxy-middleware to 3.0.3
@​angular/build
CommitTypeDescription
b1e5f51f9fixAddress build issue in Node.js LTS versions with prerendering or SSR

v18.2.9

Compare Source

@​schematics/angular
CommitTypeDescription
237f7c5d0fixupdate browserslist config to include last 2 Android major versions
@​angular/build
CommitTypeDescription
d749ba6a3fixallow direct bundling of TSX files with application builder
b91c82d89fixavoid race condition in sass importer

v18.2.8

Compare Source

@​schematics/angular
CommitTypeDescription
b522002fffixadd validation for component and directive class name
dfd2d5c05fixinclude index.csr.html in resources asset group
@​angular/build
CommitTypeDescription
9445916f9fixCtrl + C not terminating dev-server with SSR
9b5cfaa8cfixalways generate a new hash for optimized chunk

v18.2.7

Compare Source

@​schematics/angular
CommitTypeDescription
3f98193d6fixsupport single quote setting in JetBrains IDEs
@​angular/build
CommitTypeDescription
8274184e1fixadd animate to valid self-closing elements
2648e811efixadd few more SVG elements animateMotion, animateTransform, and feBlend etc. to valid self-closing elements
736e126e4fixseparate Vite cache by project

v18.2.6

Compare Source

@​angular/build
CommitTypeDescription
9d0b67124fixallow missing HTML file request to fallback to index
5fea635b2fixupdate rollup to 4.22.4

v18.2.5

Compare Source

@​angular/build
CommitTypeDescription
707431625fixsupport HTTP HEAD requests for virtual output files
1032b3da1fixupdate vite to 5.4.6

v18.2.4

Compare Source

@​angular/build
CommitTypeDescription
765309a2efixprevent transformation of Node.js internal dependencies by Vite

v18.2.3

Compare Source

@​angular-devkit/build-angular
CommitTypeDescription
482076612fixupdate 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:

    constbootstrap=()=>bootstrapApplication(AppComponent,config);

    After:

    constbootstrap=(context: BootstrapContext)=>bootstrapApplication(AppComponent,config,context);
@​angular-devkit/build-angular
CommitTypeDescription
700e6bc01fixavoid extra tick in SSR builds
@​angular/build
CommitTypeDescription
cccc91b91fixavoid extra tick in SSR dev-server builds
@​angular/ssr
CommitTypeDescription
4af385201featintroduce BootstrapContext for isolated server-side rendering

v18.2.1

Compare Source

@​angular-devkit/build-angular
CommitTypeDescription
01cc617bcfixupdate http-proxy-middleware to v3.0.5

v18.2.0

Compare Source

@​schematics/angular
CommitTypeDescription
4da922e4ffeatuse isolatedModules in generated project
@​angular/build
CommitTypeDescription
24aaf1e37featsupport import attribute based loader configuration

v18.1.4

Compare Source

@​angular/build
CommitTypeDescription
f8b092711fixallow explicitly disabling TypeScript incremental mode
f3a5970fcfixlazy load Node.js inspector for dev server

v18.1.3

Compare Source

@​angular/build
CommitTypeDescription
a28615d7dfixadd CSP nonce attribute to script tags when inline critical CSS is disabled
747a1447cfixprevent build failures with remote CSS imports when Tailwind is configured
c0933f2c0fixresolve error with extract-i18n builder for libraries

v18.1.2

Compare Source

@​angular/build
CommitTypeDescription
5b9378a3bfixaccount for HTML base HREF for dev-server externals
3e4ea77d7fixcorrectly detect comma in Sass URL lexer
d868270f1fixprevent redirection loop
3573ac655fixserve HTML files directly

v18.1.1

Compare Source

@​angular-devkit/build-angular
CommitTypeDescription
4f6cee272fixskip undefined files when generating budget stats
@​angular/build
CommitTypeDescription
96dc7e6edfixremove Vite "/@​id/" prefix for explicit external dependencies
bdef39801fixresolve only ".wasm" files

v18.1.0

Compare Source

@​angular/cli
CommitTypeDescription
6d266c146fixadd fallbacks for migration package resolution
@​schematics/angular
CommitTypeDescription
22e05dcb4fixgenerate new projects with ECMAScript standard class field behavior
@​angular/build
CommitTypeDescription
687a6c7ecfeatadd --inspect option to the dev-server
628d87a94featsupport WASM/ES Module integration proposal
3e359da8dfixaddress rxjs undefined issues during SSR prebundling
4ff914a16fixallow additional module preloads up to limit
fb8e3c39afixallow top-level await in zoneless applications
83b75af9ffixcheck inlineSourceMap option with isolated modules optimization
cd97134a6fixnormalize paths during module resolution in Vite
13d2100ddfixread WASM file from script location on Node.js
3091956f5fixsupport import attributes in JavaScript transformer
dd94a831bperfenable dependency prebundling for server dependencies
3acb77683perfuse direct transpilation with isolated modules

v18.0.7

Compare Source

@​angular/cli
CommitTypeDescription
67bf90131fixmake ng update to keep newline at the end of package.json
@​angular-devkit/build-angular
CommitTypeDescription
9b43ecbd0fixreduce the number of max workers to available CPUs minus one
03dad6806fixrollback terser to 5.29.2
@​angular/build
CommitTypeDescription
fc928f638fixcorrectly name entry points to match budgets
2d51e8607fixredirect to path with trailing slash for asset directories
16f1c1e01fixreduce the number of max workers to available CPUs minus one

v18.0.6

Compare Source

@​angular/build
CommitTypeDescription
98a8a8a78fixshow JavaScript cache store initialization warning

v18.0.5

Compare Source

@​schematics/angular
CommitTypeDescription
5c705e800fixupdate schematics to use RouterModule when --routing flag is present
@​angular-devkit/build-angular
CommitTypeDescription
86e031dc7fixuse istanbul-lib-instrument directly for karma code coverage
@​angular/build
CommitTypeDescription
bdd168f37fixadd CSP nonce to script with src tags
405c14809fixautomatically resolve .mjs files when using Vite
7360a346efixuse Node.js available parallelism for default worker count

v18.0.4

Compare Source

@​angular/build
CommitTypeDescription
791ef809dfixdo not reference sourcemaps in web workers and global stylesheet bundles when hidden setting is enabled
20fc6ca05fixgenerate module preloads next to script elements in index HTML
3a1bf5c8afixInitiate PostCSS only once
78c611754fixissue warning when auto adding @angular/localize/init

Configuration

📅 Schedule: (UTC)

  • 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 these updates 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

renovateBot commented Jun 4, 2024

Copy link
Copy Markdown
ContributorAuthor

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @hhangular/resizable@1.18.1
npm error Found: @angular/compiler@18.0.2
npm error node_modules/@angular/compiler
npm error peer @angular/compiler@"18.0.2" from @angular/compiler-cli@18.0.2
npm error node_modules/@angular/compiler-cli
npm error peer @angular/compiler-cli@"^18.0.0" from @angular/build@18.0.3
npm error node_modules/@angular/build
npm error peer @angular/compiler-cli@"^18.0.0" from @ngtools/webpack@18.0.3
npm error node_modules/@ngtools/webpack
npm error 2 more (ng-packagr, the root project)
npm error peer @angular/compiler@"18.0.2" from @angular/platform-browser-dynamic@18.0.2
npm error node_modules/@angular/platform-browser-dynamic
npm error dev @angular/platform-browser-dynamic@"^18.0.2" from the root project
npm error 1 more (the root project)
npm error
npm error Could not resolve dependency:
npm error dev @angular-devkit/build-angular@"18.2.21" from the root project
npm error
npm error Conflicting peer dependency: @angular/compiler@18.2.14
npm error node_modules/@angular/compiler
npm error peer @angular/compiler@"18.2.14" from @angular/compiler-cli@18.2.14
npm error node_modules/@angular/compiler-cli
npm error dev @angular/compiler-cli@"^18.0.2" from the root project
npm error peer @angular/compiler-cli@"^18.0.0" from @angular-devkit/build-angular@18.2.21
npm error node_modules/@angular-devkit/build-angular
npm error dev @angular-devkit/build-angular@"18.2.21" from the root project
npm error 2 more (@angular/localize, ng-packagr)
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-07-18T04_59_38_036Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-07-18T04_59_38_036Z-debug-0.log

@renovaterenovateBot changed the title Update angular-cli monorepo to v17.3.8Update angular-cli monorepo to v17.3.8 - autoclosedJun 10, 2024
@renovaterenovateBot closed this Jun 10, 2024
@renovate
renovateBot deleted the renovate/angular-cli-monorepo branch June 10, 2024 12:24
@renovate
renovateBot restored the renovate/angular-cli-monorepo branch June 13, 2024 16:47
@renovaterenovateBot changed the title Update angular-cli monorepo to v17.3.8 - autoclosedUpdate angular-cli monorepo to v17.3.8Jun 13, 2024
@renovaterenovateBot reopened this Jun 13, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v17.3.8Update angular-cli monorepo to v18.0.4Jun 15, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.0.4Update angular-cli monorepo to v18.0.5Jun 20, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.0.5Update angular-cli monorepo to v18.0.6Jun 26, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.0.6Update angular-cli monorepo to v18.0.7Jul 3, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.0.7Update angular-cli monorepo to v18.1.0Jul 10, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.1.0Update angular-cli monorepo to v18.1.1Jul 17, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.1.1Update angular-cli monorepo to v18.1.2Jul 24, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.1.2Update angular-cli monorepo to v18.1.3Jul 31, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.1.3Update angular-cli monorepo to v18.1.4Aug 7, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.1.4Update angular-cli monorepo to v18.2.0Aug 14, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.2.0Update angular-cli monorepo to v18.2.1Aug 21, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.2.1Update angular-cli monorepo to v18.2.2Aug 29, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.2.2Update angular-cli monorepo to v18.2.3Sep 4, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.2.3Update angular-cli monorepo to v18.2.4Sep 11, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.2.4Update angular-cli monorepo to v18.2.5Sep 19, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.2.5Update angular-cli monorepo to v18.2.6Sep 25, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.2.6Update angular-cli monorepo to v18.2.7Oct 2, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.2.7Update angular-cli monorepo to v18.2.8Oct 9, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.2.8Update angular-cli monorepo to v18.2.9Oct 17, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.2.9Update angular-cli monorepo to v18.2.10Oct 23, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.2.10Update angular-cli monorepo to v18.2.11Oct 31, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.2.11Update angular-cli monorepo to v18.2.12Nov 14, 2024
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.2.12Update angular-cli monorepo to v18.2.13Jan 29, 2025
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.2.13Update angular-cli monorepo to v18.2.14Jan 29, 2025
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.2.14Update angular-cli monorepo to v18.2.15Mar 13, 2025
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.2.15Update angular-cli monorepo to v18.2.16Mar 26, 2025
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.2.16Update angular-cli monorepo to v18.2.17Apr 2, 2025
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.2.17Update angular-cli monorepo to v18.2.18Apr 9, 2025
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.2.18Update angular-cli monorepo to v18.2.19Apr 23, 2025
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.2.19Update angular-cli monorepo to v18.2.20Jun 11, 2025
@renovaterenovateBot changed the title Update angular-cli monorepo to v18.2.20Update angular-cli monorepo to v18.2.21Sep 10, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants