Closed dependabot-preview[bot] closed 5 years ago
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Bumps @angular/language-service from 7.0.1 to 7.1.0.
Changelog
*Sourced from [@angular/language-service's changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md).* > # [7.1.0](https://github.com/angular/angular/compare/7.1.0-rc.0...7.1.0) (2018-11-21) > > > ### Bug Fixes > > * **core:** allow null value for renderer setElement(…) ([#17065](https://github-redirect.dependabot.com/angular/angular/issues/17065)) ([ff15043](https://github.com/angular/angular/commit/ff15043)), closes [#13686](https://github-redirect.dependabot.com/angular/angular/issues/13686) > * **router:** fix regression where navigateByUrl promise didn't resolve on CanLoad failure ([#26455](https://github-redirect.dependabot.com/angular/angular/issues/26455)) ([1c9b065](https://github.com/angular/angular/commit/1c9b065)), closes [#26284](https://github-redirect.dependabot.com/angular/angular/issues/26284) > * **service-worker:** clean up caches from old SW versions ([#26319](https://github-redirect.dependabot.com/angular/angular/issues/26319)) ([2326b9c](https://github.com/angular/angular/commit/2326b9c)) > * **upgrade:** properly destroy upgraded component elements and descendants ([#26209](https://github-redirect.dependabot.com/angular/angular/issues/26209)) ([071934e](https://github.com/angular/angular/commit/071934e)), closes [#26208](https://github-redirect.dependabot.com/angular/angular/issues/26208) > * **compiler:** generate inputs with aliases properly ([#26774](https://github-redirect.dependabot.com/angular/angular/issues/26774)) ([19fcfc3](https://github.com/angular/angular/commit/19fcfc3)) > * **compiler:** generate relative paths only in summary file errors ([#26759](https://github-redirect.dependabot.com/angular/angular/issues/26759)) ([56f44be](https://github.com/angular/angular/commit/56f44be)) > * **core:** ignore comment nodes under unsafe elements ([#25879](https://github-redirect.dependabot.com/angular/angular/issues/25879)) ([d5cbcef](https://github.com/angular/angular/commit/d5cbcef)) > * **core:** Remove static dependency from [[**angular**](https://github.com/angular)](https://github.com/angular)/core to [[**angular**](https://github.com/angular)](https://github.com/angular)/compiler ([#26734](https://github-redirect.dependabot.com/angular/angular/issues/26734)) ([d042c4a](https://github.com/angular/angular/commit/d042c4a)) > * **core:** support computed base class in metadata inheritance ([#24014](https://github-redirect.dependabot.com/angular/angular/issues/24014)) ([95743e3](https://github.com/angular/angular/commit/95743e3)) > * **bazel:** unknown replay compiler error in windows ([#26711](https://github-redirect.dependabot.com/angular/angular/issues/26711)) ([aed95fd](https://github.com/angular/angular/commit/aed95fd)) > * **core:** ensure that `ɵdefineNgModule` is available in flat-file formats ([#26403](https://github-redirect.dependabot.com/angular/angular/issues/26403)) ([a64859b](https://github.com/angular/angular/commit/a64859b)) > * **router:** remove type bludgeoning of context and outlet when running CanDeactivate ([#26496](https://github-redirect.dependabot.com/angular/angular/issues/26496)) ([496372d](https://github.com/angular/angular/commit/496372d)), closes [#18253](https://github-redirect.dependabot.com/angular/angular/issues/18253) > * **service-worker:** add typing to public api guard and fix lint errors ([#25860](https://github-redirect.dependabot.com/angular/angular/issues/25860)) ([1061875](https://github.com/angular/angular/commit/1061875)) > * **upgrade:** improve downgrading-related error messages ([#26217](https://github-redirect.dependabot.com/angular/angular/issues/26217)) ([7dbc103](https://github.com/angular/angular/commit/7dbc103)) > * **upgrade:** make typings compatible with older AngularJS typings ([#26880](https://github-redirect.dependabot.com/angular/angular/issues/26880)) ([64647af](https://github.com/angular/angular/commit/64647af)), closes [#26420](https://github-redirect.dependabot.com/angular/angular/issues/26420) > * **compiler-cli:** add missing tslib dependency ([#27063](https://github-redirect.dependabot.com/angular/angular/issues/27063)) ([c31e78f](https://github.com/angular/angular/commit/c31e78f)) > * **compiler-cli:** only pass canonical genfile paths to compiler host ([#27062](https://github-redirect.dependabot.com/angular/angular/issues/27062)) ([0ada23a](https://github.com/angular/angular/commit/0ada23a)) > * **router:** add `relativeLinkResolution` to `recognize` operator ([#26990](https://github-redirect.dependabot.com/angular/angular/issues/26990)) ([a752971](https://github.com/angular/angular/commit/a752971)), closes [#26983](https://github-redirect.dependabot.com/angular/angular/issues/26983) > > > ### Features > > * **bazel:** Bazel workspace schematics ([#26971](https://github-redirect.dependabot.com/angular/angular/issues/26971)) ([b07bd30](https://github.com/angular/angular/commit/b07bd30)) > * **router:** add prioritizedGuardValue operator optimization and allowing UrlTree return from guard ([#26478](https://github-redirect.dependabot.com/angular/angular/issues/26478)) ([fdfedce](https://github.com/angular/angular/commit/fdfedce)) > * **compiler:** ability to mark an InvokeFunctionExpr as pure ([#26860](https://github-redirect.dependabot.com/angular/angular/issues/26860)) ([4dfa71f](https://github.com/angular/angular/commit/4dfa71f)) > * **forms:** add updateOn option to FormBuilder ([#24599](https://github-redirect.dependabot.com/angular/angular/issues/24599)) ([e9e804f](https://github.com/angular/angular/commit/e9e804f)) > * **router:** allow guards to return UrlTree as well as boolean ([#26521](https://github-redirect.dependabot.com/angular/angular/issues/26521)) ([081f95c](https://github.com/angular/angular/commit/081f95c)) > * **router:** allow redirect from guards by returning UrlTree ([#26521](https://github-redirect.dependabot.com/angular/angular/issues/26521)) ([152ca66](https://github.com/angular/angular/commit/152ca66)) > * **router:** guard returning UrlTree cancels current navigation and redirects ([#26521](https://github-redirect.dependabot.com/angular/angular/issues/26521)) ([4e9f2e5](https://github.com/angular/angular/commit/4e9f2e5)), closes [#24618](https://github-redirect.dependabot.com/angular/angular/issues/24618) > * **service-worker:** add typing for messagesClicked in SwPush service ([#25860](https://github-redirect.dependabot.com/angular/angular/issues/25860)) ([c78c221](https://github.com/angular/angular/commit/c78c221)) > * **service-worker:** close notifications and focus window on click ([#25860](https://github-redirect.dependabot.com/angular/angular/issues/25860)) ([f5d5a3d](https://github.com/angular/angular/commit/f5d5a3d)) > * **service-worker:** handle 'notificationclick' events ([#25860](https://github-redirect.dependabot.com/angular/angular/issues/25860)) ([cf6ea28](https://github.com/angular/angular/commit/cf6ea28)), closes [#20956](https://github-redirect.dependabot.com/angular/angular/issues/20956) [#22311](https://github-redirect.dependabot.com/angular/angular/issues/22311) > * **upgrade:** support downgrading multiple modules ([#26217](https://github-redirect.dependabot.com/angular/angular/issues/26217)) ([93837e9](https://github.com/angular/angular/commit/93837e9)), closes [#26062](https://github-redirect.dependabot.com/angular/angular/issues/26062) > * **router:** add pathParamsChange mode for runGuardsAndResolvers ([#26861](https://github-redirect.dependabot.com/angular/angular/issues/26861)) ([bf6ac6c](https://github.com/angular/angular/commit/bf6ac6c)), closes [#18253](https://github-redirect.dependabot.com/angular/angular/issues/18253) > > > > # [7.1.0-rc.0](https://github.com/angular/angular/compare/7.1.0-beta.2...7.1.0-rc.0) (2018-11-14) > > > ### Bug Fixes > > * **compiler-cli:** add missing tslib dependency ([#27063](https://github-redirect.dependabot.com/angular/angular/issues/27063)) ([c31e78f](https://github.com/angular/angular/commit/c31e78f)) > * **compiler-cli:** only pass canonical genfile paths to compiler host ([#27062](https://github-redirect.dependabot.com/angular/angular/issues/27062)) ([0ada23a](https://github.com/angular/angular/commit/0ada23a)) > * **router:** add `relativeLinkResolution` to `recognize` operator ([#26990](https://github-redirect.dependabot.com/angular/angular/issues/26990)) ([a752971](https://github.com/angular/angular/commit/a752971)), closes [#26983](https://github-redirect.dependabot.com/angular/angular/issues/26983) > ... (truncated)Commits
- [`bf71b10`](https://github.com/angular/angular/commit/bf71b107b3227e183f96b991700fbaeb8337ef2f) release: cut the v7.1.0 release - [`0d9b27f`](https://github.com/angular/angular/commit/0d9b27ff261dd9f59dd1ccee091938f7ee38d41e) fix(ivy): let ngcc transform @angular/core typings with relative imports ([#27](https://github-redirect.dependabot.com/angular/angular/issues/27)... - [`c8c8648`](https://github.com/angular/angular/commit/c8c8648abf45b57a3bfe26d6e02034197d1e24e8) fix(ivy): prevent ngcc from referencing missing ɵsetClassMetadata ([#27055](https://github-redirect.dependabot.com/angular/angular/issues/27055)) - [`8ce59a5`](https://github.com/angular/angular/commit/8ce59a583b7041841e6a3a49ebdb23eff06c9cdd) test(ivy): run router tests with ivy on CI ([#27195](https://github-redirect.dependabot.com/angular/angular/issues/27195)) - [`573fb78`](https://github.com/angular/angular/commit/573fb783e194e5efeabfeb7d11b8179498d52f00) docs: add formatting productivity hints to `DEVELOPER.md` ([#27211](https://github-redirect.dependabot.com/angular/angular/issues/27211)) - [`d666370`](https://github.com/angular/angular/commit/d666370e16f1e7f405867c14b3419b80679985e4) test(core): add JIRA references for root-casuse ivy TestBed failures ([#27196](https://github-redirect.dependabot.com/angular/angular/issues/27196)) - [`a72250b`](https://github.com/angular/angular/commit/a72250bacea6e29dcb5f638a9ce39f292b4310fb) build(bazel): Add Bazel builders ([#27141](https://github-redirect.dependabot.com/angular/angular/issues/27141)) - [`026b7e3`](https://github.com/angular/angular/commit/026b7e34b3240d7d0fa7196591013e2879c6f030) build: update yarn version ([#27193](https://github-redirect.dependabot.com/angular/angular/issues/27193)) - [`4390e10`](https://github.com/angular/angular/commit/4390e10dfd3069785c4353b4554aefbe11e87d52) fix(ivy): don't update parent pointers in the ivy switch transform ([#27170](https://github-redirect.dependabot.com/angular/angular/issues/27170)) - [`e56c8bf`](https://github.com/angular/angular/commit/e56c8bf8d1b537a7dbb4d83eb5bde29147e05a79) fix(ivy): align discovery methods for consistency ([#27117](https://github-redirect.dependabot.com/angular/angular/issues/27117)) - Additional commits viewable in [compare view](https://github.com/angular/angular/compare/7.0.1...7.1.0)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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.