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

Bump @angular/compiler-cli from 9.0.1 to 9.0.7 #497

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 18, 2020

Bumps @angular/compiler-cli from 9.0.1 to 9.0.7.

Changelog

Sourced from @angular/compiler-cli's changelog.

9.0.7 (2020-03-18)

Bug Fixes

  • compiler: do not recurse to find static symbols of same module (#35262) (a52b568)
  • compiler: support directive inputs with interpolations on <ng-template>s (#35984) (a6bf31b), closes #35752
  • core: don't re-invoke pure pipes that throw and arguments are the same (#35827) (3fa632b)
  • core: verify parsed ICU expression at runtime before executing it (#35923) (9cd115d), closes #35689
  • language-service: infer $implicit value for ngIf template contexts (#35941) (f5e4410)
  • ngcc: a new LockFile implementation that uses a child-process (#35934) (743ce7b), closes #35761
  • ngcc: consistently delegate to TypeScript host for typing files (#36089) (76d7188), closes #35078
  • ngcc: handle multiple original sources when flattening source-maps (#36027) (e6167cf)

Performance Improvements

  • ngcc: link segment markers for faster traversal (#36027) (a0fa63b)
  • ngcc: store the position of SegmentMarkers to avoid unnecessary computation (#36027) (4ce9098)
  • ngcc: use binary search when flattening mappings (#36027) (8768fc4)
  • ngcc: use line start positions for computing offsets in source-map flattening (#36027) (daa2a08)

9.1.0-next.4 (2020-03-10)

Bug Fixes

  • bazel: do not use manifest paths for generated imports within compilation unit (#35841) (9581658)
  • core: undecorated-classes-with-di migration should handle libraries generated with CLI versions past v6.2.0 (#35824) (59607dc), closes #34985
  • language-service: fix calculation of pipe spans (#35986) (406419b)
  • language-service: resolve the real path for symlink (#35895) (4e1d780)
  • language-service: resolve the variable from the template context first (#35982) (3d46a45)
  • localize: improve matching and parsing of XLIFF 1.2 translation files (#35793) (350ac11)
  • fix flaky test cases of passive events (#35679) (8ef29b6)
  • localize: improve matching and parsing of XLIFF 2.0 translation files (#35793) (08071e5)
  • localize: improve matching and parsing of XTB translation files (#35793) (0e2a577)
  • localize: merge translation from all XLIFF <file> elements (#35936) (fc4c3c3), closes #35839
  • ngcc: introduce a new LockFile implementation that uses a child-process (#35861) (c55f900), closes #35761
  • platform-browser: add missing peerDependency on [@angular](https://github.com/angular)/animations (#35949) (64d6f13), closes #35888
  • router: state data missing in routerLink (#33203) (de67978)

Features

... (truncated)
Commits
  • 76d7188 fix(ngcc): consistently delegate to TypeScript host for typing files (#36089)
  • daa2179 test(ngcc): use "module" format property for ES5 bundles (#36089)
  • a6bf31b fix(compiler): support directive inputs with interpolations on `<ng-template>...
  • 4ce9098 perf(ngcc): store the position of SegmentMarkers to avoid unnecessary computa...
  • a0fa63b perf(ngcc): link segment markers for faster traversal (#36027)
  • daa2a08 perf(ngcc): use line start positions for computing offsets in source-map flat...
  • e6167cf fix(ngcc): handle multiple original sources when flattening source-maps (#36027)
  • 8768fc4 perf(ngcc): use binary search when flattening mappings (#36027)
  • d03da9c test(ngcc): remove unused FileSystem variable (#36027)
  • 13abbeb build: provide full paths to ts_api_guardian_test_npm_package and `ts_api_g...
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 18, 2020
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/angular/compiler-cli-9.0.7 branch 2 times, most recently from e8af8ac to 1791af7 Compare March 19, 2020 03:37
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/angular/compiler-cli-9.0.7 branch from 1791af7 to 3bee623 Compare March 19, 2020 03:46
@dependabot-preview dependabot-preview bot merged commit 60158a7 into master Mar 19, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/angular/compiler-cli-9.0.7 branch March 19, 2020 03:52
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants