Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump @angular/compiler from 15.1.5 to 15.2.0 in /nas-front-end #312

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2023

Bumps @angular/compiler from 15.1.5 to 15.2.0.

Release notes

Sourced from @​angular/compiler's releases.

v15.2.0

15.2.0 (2023-02-22)

Deprecations

  • Class and InjectionToken guards and resolvers are deprecated. Instead, write guards as plain JavaScript functions and inject dependencies with inject from @angular/core.

Commit Description
docs - 926c35f4ac Deprecate class and InjectionToken and resolvers (#47924)

common

Commit Description
feat - 54b24eb40f Add loaderParams attribute to NgOptimizedImage (#48907)

compiler-cli

Commit Description
fix - 0cf11167f1 incorrectly detecting forward refs when symbol already exists in file (#48988)

core

Commit Description
feat - a154db8a81 add ng generate schematic to convert declarations to standalone (#48790)
feat - 345e737daa add ng generate schematic to convert to standalone bootstrapping APIs (#48848)
feat - e7318fc758 add ng generate schematic to remove unnecessary modules (#48832)

language-service

Commit Description
feat - 4ae384fd61 Allow auto-imports of a pipe via quick fix when its selector is used, both directly and via reexports. (#48354)
feat - 141333411e Introduce a new NgModuleIndex, and use it to suggest re-exports. (#48354)
fix - d0145033bd generate forwardRef for same file imports (#48898)

migrations

Commit Description
fix - 2796230e95 add enum in mode option in standalone schema (#48851)
fix - 816e76a578 automatically prune root module after bootstrap step (#49030)
fix - bdbf21d04b avoid generating imports with forward slashes (#48993)
fix - 32cf4e5cb9 avoid internal modules when generating imports (#48958)
fix - 521ccfbe6c avoid interrupting the migration if language service lookup fails (#49010)
fix - a40cd47aa7 avoid modifying testing modules without declarations (#48921)
fix - 1afa6ed322 don't add ModuleWithProviders to standalone test components (#48987)
fix - c98c6a8452 don't copy animations modules into the imports of test components (#49147)
fix - 8389557848 don't copy unmigrated declarations into imports array (#48882)
fix - f82bdc4b01 don't delete classes that may provide dependencies transitively (#48866)
fix - 759db12e0b duplicated comments on migrated classes (#48966)
fix - ba38178d19 generate forwardRef for same file imports (#48898)
fix - 03fcb36cfd migrate HttpClientModule to provideHttpClient() (#48949)
fix - 2de6dae16d migrate RouterModule.forRoot with a config object to use features (#48935)
fix - 770191cf1f migrate tests when switching to standalone bootstrap API (#48987)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

15.2.0 (2023-02-22)

Deprecations

  • Class and InjectionToken guards and resolvers are deprecated. Instead, write guards as plain JavaScript functions and inject dependencies with inject from @angular/core.

Commit Type Description
926c35f4ac docs Deprecate class and InjectionToken and resolvers (#47924)

common

Commit Type Description
54b24eb40f feat Add loaderParams attribute to NgOptimizedImage (#48907)

compiler-cli

Commit Type Description
0cf11167f1 fix incorrectly detecting forward refs when symbol already exists in file (#48988)

core

Commit Type Description
a154db8a81 feat add ng generate schematic to convert declarations to standalone (#48790)
345e737daa feat add ng generate schematic to convert to standalone bootstrapping APIs (#48848)
e7318fc758 feat add ng generate schematic to remove unnecessary modules (#48832)

language-service

Commit Type Description
4ae384fd61 feat Allow auto-imports of a pipe via quick fix when its selector is used, both directly and via reexports. (#48354)
141333411e feat Introduce a new NgModuleIndex, and use it to suggest re-exports. (#48354)
d0145033bd fix generate forwardRef for same file imports (#48898)

migrations

Commit Type Description
2796230e95 fix add enum in mode option in standalone schema (#48851)
816e76a578 fix automatically prune root module after bootstrap step (#49030)
bdbf21d04b fix avoid generating imports with forward slashes (#48993)
32cf4e5cb9 fix avoid internal modules when generating imports (#48958)
521ccfbe6c fix avoid interrupting the migration if language service lookup fails (#49010)
a40cd47aa7 fix avoid modifying testing modules without declarations (#48921)
1afa6ed322 fix don't add ModuleWithProviders to standalone test components (#48987)
c98c6a8452 fix don't copy animations modules into the imports of test components (#49147)
8389557848 fix don't copy unmigrated declarations into imports array (#48882)
f82bdc4b01 fix don't delete classes that may provide dependencies transitively (#48866)
759db12e0b fix duplicated comments on migrated classes (#48966)
ba38178d19 fix generate forwardRef for same file imports (#48898)
03fcb36cfd fix migrate HttpClientModule to provideHttpClient() (#48949)
2de6dae16d fix migrate RouterModule.forRoot with a config object to use features (#48935)
770191cf1f fix migrate tests when switching to standalone bootstrap API (#48987)
c7926b5773 fix move standalone migrations into imports (#48987)
65c74ed93e fix normalize paths to posix (#48850)

... (truncated)

Commits
  • c2bcf0b refactor(compiler): Remove strictStyling option for ShadowCss (#48824)
  • 06e161f fix(compiler): incorrect code when non-null assertion is used after a safe ac...
  • bc8cfa2 fix(compiler): handle css selectors with space after an escaped character. (#...
  • 6beff5e refactor(compiler): rework and expose APIs to be used in schematics (#48730)
  • 61023b5 refactor(compiler): refactor the shadow css specs (#48443)
  • See full diff 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 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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 23, 2023
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 15.1.5 to 15.2.0.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/15.2.0/packages/compiler)

---
updated-dependencies:
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nas-front-end/angular/compiler-15.2.0 branch from c690a74 to 41b11ac Compare February 24, 2023 02:04
@itning itning merged commit 678f42a into master Feb 24, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nas-front-end/angular/compiler-15.2.0 branch February 24, 2023 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant