sap-contributions / eclipse-tractusx_tutorial-resources

Apache License 2.0
1 stars 2 forks source link

chore(deps-dev): bump @angular/cli from 17.2.2 to 18.0.1 in /edc-policy-playground #47

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps @angular/cli from 17.2.2 to 18.0.1.

Release notes

Sourced from @​angular/cli's releases.

v18.0.1

18.0.1 (2024-05-23)

@​schematics/angular

Commit Description
fix - 01842f515 use angular.dev in readme

@​angular/build

Commit Description
fix - 7d253e9cd avoid rebasing URLs with function calls
fix - 6b6a76a99 disable persistent disk caching inside webcontainers by default
fix - ba70a50b6 handle esbuild-browser polyfills option as string during ng serve
fix - 706423aca only import persistent cache store with active caching

v18.0.0

18.0.0 (2024-05-22)

@​schematics/angular

Commit Description
feat - b2ac5fac7 allow application migration to use new build package in projects where possible
feat - 6530aa11b replace assets with public directory
feat - 725883713 use eventCoalescing option by default (standalone bootstrap)
feat - 508d97da7 use ngZoneEventCoalescing option by default (module bootstrap)
feat - f452589e2 use TypeScript bundler module resolution for new projects
fix - 95a4d6ee5 add less dependency in application migration if needed
fix - c46aa084f add postcss dependency in application migration if needed
fix - 157329384 add spaces around eventCoalescing option
fix - 23cc337aa keep deployUrl option when migrating to application builder

@​angular/cli

Commit Description
feat - ac3019570 add ng dev alias to ng serve
feat - 4087728c3 support for Node.js v22
fix - 41ab6c8c3 add --version option
fix - df4dde95d add @angular/build package to update group list
fix - 1039f6d79 change update guide link to angular.dev
fix - f4670fcb1 eliminate prompts during ng version command
fix - a99ec6a54 keep cli package first in update package group metadata
fix - dd786d495 only add --version option on default command
refactor - 03eee0545 remove ng doc command
refactor - c7b208555 remove support for Node.js versions <18.19.1 and <20.11.1

@​angular-devkit/architect

Commit Description
fix - ddd08efef resolve builder aliases from containing package

@​angular-devkit/build-angular

Commit Description

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

18.0.1 (2024-05-23)

@​schematics/angular

Commit Type Description
01842f515 fix use angular.dev in readme

@​angular/build

Commit Type Description
7d253e9cd fix avoid rebasing URLs with function calls
6b6a76a99 fix disable persistent disk caching inside webcontainers by default
ba70a50b6 fix handle esbuild-browser polyfills option as string during ng serve
706423aca fix only import persistent cache store with active caching

18.0.0 (2024-05-22)

Breaking Changes

@​angular/cli

  • The ng doc command has been removed without a replacement. To perform searches, please visit www.angular.dev
  • Node.js support for versions <18.19.1 and <20.11.1 has been removed.

@​angular-devkit/build-angular

  • By default, the index.html file is no longer emitted in the browser directory when using the application builder with SSR. Instead, an index.csr.html file is emitted. This change is implemented because in many cases server and cloud providers incorrectly treat the index.html file as a statically generated page. If you still require the old behavior, you can use the index option to specify the output file name.

    "architect": {
      "build": {
        "builder": "@angular-devkit/build-angular:application",
        "options": {
          "outputPath": "dist/my-app",
          "index": {
            "input": "src/index.html",
            "output": "index.html"
          }
        }
      }
    }
    
  • The support for the legacy Sass build pipeline, previously accessible via NG_BUILD_LEGACY_SASS when utilizing webpack-based builders, has been removed.

... (truncated)

Commits
  • 9e9ca22 release: cut the v18.0.1 release
  • 6b6a76a fix(@​angular/build): disable persistent disk caching inside webcontainers by ...
  • 01842f5 fix(@​schematics/angular): use angular.dev in readme
  • ba70a50 fix(@​angular/build): handle esbuild-browser polyfills option as string du...
  • 7d253e9 fix(@​angular/build): avoid rebasing URLs with function calls
  • 706423a fix(@​angular/build): only import persistent cache store with active caching
  • 2dbe21f release: cut the v18.0.0 release
  • 2320352 build: update Angular packages to v18 stable
  • dd786d4 fix(@​angular/cli): only add --version option on default command
  • 2aeecd6 release: cut the v18.0.0-rc.3 release
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 month ago

The following labels could not be found: dependencies, npm.

dependabot[bot] commented 1 month ago

Superseded by #52.