Skip to content
New issue

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

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

Already on GitHub? # to your account

Bump @angular/language-service from 10.0.14 to 10.1.0 #88

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps @angular/language-service from 10.0.14 to 10.1.0.

Changelog

Sourced from @angular/language-service's changelog.

10.1.0 (2020-09-02)

Features

  • bazel: provide LinkablePackageInfo from ng_module (#37623) (6898eab)
  • common: add ReadonlyMap in place of Map in keyValuePipe (#37311) (3373453), closes #37308
  • compiler-cli: add SourceFile.getOriginalLocation() to sourcemaps package (#32912) (6abb8d0)
  • compiler-cli: Add compiler option to report errors when assigning to restricted input fields (#38249) (71138f6)
  • compiler-cli: add support for TypeScript 4.0 (#38076) (0fc44e0)
  • compiler-cli: explain why an expression cannot be used in AOT compilations (#37587) (712f1bd)
  • compiler: support unary operators for more accurate type checking (#37918) (874792d), closes #20845 #36178
  • core: rename async to waitForAsync to avoid confusing (#37583) (8f07429)
  • core: support injection token as predicate in queries (#37506) (97dc85b), closes #21152 #36144
  • core: update reference and doc to change async to waitAsync. (#37583) (8fbf40b)
  • forms: AbstractControl to store raw validators in addition to combined validators function (#37881) (ad7046b)
  • localize: allow duplicate messages to be handled during extraction (#38082) (cf9a47b), closes #38077
  • localize: expose canParse() diagnostics (#37909) (ec32eba), closes #37901
  • localize: implement message extraction tool (#32912) (190561d)
  • platform-browser: Allow sms-URLs (#31463) (fc5c34d), closes #31462
  • platform-server: add option for absolute URL HTTP support (#37539) (d37049a), closes #37071
  • router: better warning message when a router outlet has not been instantiated (#30246) (1609815)

Bug Fixes

  • bazel: fix integration test for bazel building (#38629) (dd82f2f)
  • common: date pipe gives wrong week number (#37632) (ef1fb6d), closes #33961
  • common: narrow NgIf context variables in template type checker (#36627) (9c8bc4a)
  • compiler-cli: avoid creating value expressions for symbols from type-only imports (#37912) (18098d3), closes #37900
  • compiler-cli: ensure source-maps can handle webpack:// protocol (#32912) (decd95e)
  • compiler-cli: only read source-map comment from last line (#32912) (07a07e3)
  • compiler-cli: type-check inputs that include undefined when there's coercion members (#38273) (7525f3a)
  • compiler: incorrectly inferring namespace for HTML nodes inside SVG (#38477) (0dda97e), closes #37218
  • compiler: mark NgModuleFactory construction as not side effectful (#38147) (7f8c222)
  • core: Allow modification of lifecycle hooks any time before bootstrap (#35464) (737506e), closes #30497
  • core: detect DI parameters in JIT mode for downleveled ES2015 classes (#38463) (ca07da4), closes #38453
  • core: determine required DOMParser feature availability (#36578) (#36578) (c509243)
  • core: do not trigger CSP alert/report in Firefox and Chrome (#36578) (#36578) (b950d46), closes #25214
  • core: move generated i18n statements to the consts field of ComponentDef (#38404) (cb05c01)
  • elements: run strategy methods in correct zone (#37814) (8df888d), closes #24181
  • forms: handle form groups/arrays own pending async validation (#22575) (77b62a5), closes #10064
  • language-service: non-existent module format in package output (#37623) (413a0fb)
  • localize: ensure required XLIFF parameters are serialized (#38575) (f0af387), closes #38570
  • localize: extract the correct message ids (#38498) (ac461e1)
  • localize: render ICU placeholders in extracted translation files (#38484) (81c3e80)
  • localize: render text of extracted placeholders (#38536) (14e90be)
  • ngcc: detect synthesized delegate constructors for downleveled ES2015 classes (#38463) (3b9c802), closes #38453 #38453
  • router: defer loading of wildcard module until needed (#38348) (8f708b5), closes #25494
  • router: fix navigation ignoring logic to compare to the browser url (#37716) (a5ffca0), closes #16710 #13586
Commits
  • 0fc44e0 feat(compiler-cli): add support for TypeScript 4.0 (#38076)
  • 4985267 test(language-service): [Ivy] return cursor position in overwritten template ...
  • b48cc6e feat(language-service): introduce hybrid visitor to locate AST node (#38540)
  • 874792d feat(compiler): support unary operators for more accurate type checking (#37918)
  • cfe424e refactor(language-service): [Ivy] remove temporary compiler (#38310)
  • e8896b9 fix(language-service): [ivy] do not retrieve ts.Program at startup (#38120)
  • c573d91 refactor(compiler-cli): allow program strategies to opt out of inlining (#38105)
  • 16c7441 refactor(compiler-cli): introduce the TemplateTypeChecker abstraction (#38105)
  • 736f633 refactor(compiler-cli): make file/shim split 1:n instead of 1:1 (#38105)
  • 58f6079 build(language-service): add script to build package locally (#38103)
  • 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 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)
  • 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 Sep 3, 2020
@seanwu1105
Copy link
Contributor

@dependabot squash and merge

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant