Skip to content

Bump @angular/language-service from 7.2.13 to 9.0.7#439

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/angular/language-service-9.0.7
Closed

Bump @angular/language-service from 7.2.13 to 9.0.7#439
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/angular/language-service-9.0.7

Conversation

@dependabot-preview
Copy link
Contributor

Bumps @angular/language-service from 7.2.13 to 9.0.7.

Changelog

Sourced from @angular/language-service'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
  • f5e4410 fix(language-service): infer $implicit value for ngIf template contexts (#35941)
  • f882ff0 fix(language-service): resolve the variable from the template context first (...
  • 9a9cc01 refactor(compiler): rename _ParseAST.optionalCharacter TemplateBinding.expres...
  • 9ab42c9 build: avoid running duplicate tests in language service (#35816)
  • bcff873 feat(language-service): modularize error messages (#35678)
  • 30ae880 refactor(compiler): Remove NullAstVisitor and visitAstChildren (#35619)
  • 24f48ed test(language-service): differentiate feature and internal infra tests (#35688)
  • c9cac92 build(packaging): add repository.directory field to package.jsons (#27544)
  • 7403ba1 fix(language-service): get the right 'ElementAst' in the nested HTML tag (#35...
  • 2f57277 build: add npm_integration_test && angular_integration_test (#33927)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @angular/language-service since your current version.


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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • 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 23, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #447.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/angular/language-service-9.0.7 branch March 27, 2020 01:26
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.

0 participants