dasch-swiss / knora-ui

Reusable GUI elements for Knora
https://dasch-swiss.github.io/knora-ui
7 stars 1 forks source link

chore(deps-dev): bump @angular/language-service from 8.0.3 to 8.2.12 #354

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps @angular/language-service from 8.0.3 to 8.2.12.

Changelog *Sourced from [@angular/language-service's changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md).* > ## [8.2.12](https://github.com/angular/angular/compare/8.2.11...8.2.12) (2019-10-23) > > > ### Bug Fixes > > * **upgrade:** remove unused version export ([#33180](https://github-redirect.dependabot.com/angular/angular/issues/33180)) ([37cbcfa](https://github.com/angular/angular/commit/37cbcfa)) > > > > > # [9.0.0-next.12](https://github.com/angular/angular/compare/9.0.0-next.11...9.0.0-next.12) (2019-10-18) > > > ### Bug Fixes > > * **bazel:** Remove angular devkit and restore ngc postinstall ([#32946](https://github-redirect.dependabot.com/angular/angular/issues/32946)) ([f036684](https://github.com/angular/angular/commit/f036684)) > * **common:** remove deprecated support for intl API ([#29250](https://github-redirect.dependabot.com/angular/angular/issues/29250)) ([9e7668f](https://github.com/angular/angular/commit/9e7668f)), closes [#18284](https://github-redirect.dependabot.com/angular/angular/issues/18284) > * **compiler:** absolute source span for template attribute expressions ([#33189](https://github-redirect.dependabot.com/angular/angular/issues/33189)) ([fd4fed1](https://github.com/angular/angular/commit/fd4fed1)) > * **core:** add CLI instructions when localize polyfill is missing ([#33199](https://github-redirect.dependabot.com/angular/angular/issues/33199)) ([5dfbcd5](https://github.com/angular/angular/commit/5dfbcd5)) > * **ivy:** ensure errors are thrown during checkNoChanges for style/class bindings ([#33103](https://github-redirect.dependabot.com/angular/angular/issues/33103)) ([f45c431](https://github.com/angular/angular/commit/f45c431)) > * **ivy:** ensure map-based interpolation works with other map-based sources ([#33236](https://github-redirect.dependabot.com/angular/angular/issues/33236)) ([7b64680](https://github.com/angular/angular/commit/7b64680)) > * **ivy:** handling className as an input properly ([#33188](https://github-redirect.dependabot.com/angular/angular/issues/33188)) ([6f203c9](https://github.com/angular/angular/commit/6f203c9)) > * **ivy:** ignore non-property bindings to inputs in template type checker ([#33130](https://github-redirect.dependabot.com/angular/angular/issues/33130)) ([08cb2fa](https://github.com/angular/angular/commit/08cb2fa)), closes [#32099](https://github-redirect.dependabot.com/angular/angular/issues/32099) [#32496](https://github-redirect.dependabot.com/angular/angular/issues/32496) > * **ivy:** throw better error for missing generic type in ModuleWithProviders ([#33187](https://github-redirect.dependabot.com/angular/angular/issues/33187)) ([0e08ad6](https://github.com/angular/angular/commit/0e08ad6)) > * **ivy:** use container i18n meta if a message is a single ICU ([#33191](https://github-redirect.dependabot.com/angular/angular/issues/33191)) ([7e64bbe](https://github.com/angular/angular/commit/7e64bbe)), closes [#33171](https://github-redirect.dependabot.com/angular/angular/issues/33171) > * **ivy:** use ReflectionHost to check exports when writing an import ([#33192](https://github-redirect.dependabot.com/angular/angular/issues/33192)) ([de44570](https://github.com/angular/angular/commit/de44570)) > * **language-service:** Increase project/script version in MockHost.reset() ([#33200](https://github-redirect.dependabot.com/angular/angular/issues/33200)) ([43241a5](https://github.com/angular/angular/commit/43241a5)) > * **language-service:** reset MockHost after every spec instead of creating new LS ([#33200](https://github-redirect.dependabot.com/angular/angular/issues/33200)) ([11bf767](https://github.com/angular/angular/commit/11bf767)) > * **ngcc:** avoid warning when reflecting on index signature member ([#33198](https://github-redirect.dependabot.com/angular/angular/issues/33198)) ([78214e7](https://github.com/angular/angular/commit/78214e7)), closes [/github.com/angular/angular/blob/4659cc26e/packages/common/http/src/jsonp.ts#L39](https://github.com//github.com/angular/angular/blob/4659cc26e/packages/common/http/src/jsonp.ts/issues/L39) > * **ngcc:** better detection of end of decorator expression ([#33192](https://github-redirect.dependabot.com/angular/angular/issues/33192)) ([5071083](https://github.com/angular/angular/commit/5071083)) > * **ngcc:** Esm5ReflectionHost.getDeclarationOfIdentifier should handle aliased inner declarations ([#33252](https://github-redirect.dependabot.com/angular/angular/issues/33252)) ([bfd07b3](https://github.com/angular/angular/commit/bfd07b3)) > * **ngcc:** report the correct viaModule when reflecting over commonjs ([#33192](https://github-redirect.dependabot.com/angular/angular/issues/33192)) ([afcff73](https://github.com/angular/angular/commit/afcff73)) > * **router:** adjust UrlTree redirect to replace URL if in eager update ([#32988](https://github-redirect.dependabot.com/angular/angular/issues/32988)) ([f6667f8](https://github.com/angular/angular/commit/f6667f8)), closes [#31168](https://github-redirect.dependabot.com/angular/angular/issues/31168) [#27148](https://github-redirect.dependabot.com/angular/angular/issues/27148) > * **upgrade:** remove unused version export ([#33180](https://github-redirect.dependabot.com/angular/angular/issues/33180)) ([becd62d](https://github.com/angular/angular/commit/becd62d)) > > > ### Features > > * add a flag in bootstrap to enable coalesce event change detection to improve performance ([#30533](https://github-redirect.dependabot.com/angular/angular/issues/30533)) ([21c1e14](https://github.com/angular/angular/commit/21c1e14)) > * **ivy:** improve debugging experience for styles/classes ([#33179](https://github-redirect.dependabot.com/angular/angular/issues/33179)) ([724707c](https://github.com/angular/angular/commit/724707c)) > * typescript 3.6 support ([#32946](https://github-redirect.dependabot.com/angular/angular/issues/32946)) ([86e1e6c](https://github.com/angular/angular/commit/86e1e6c)), closes [#32380](https://github-redirect.dependabot.com/angular/angular/issues/32380) > * **ivy:** type checking of event bindings ([#33125](https://github-redirect.dependabot.com/angular/angular/issues/33125)) ([6958d11](https://github.com/angular/angular/commit/6958d11)) > * **language-service:** add Angular pseudo elements into completions ([#31248](https://github-redirect.dependabot.com/angular/angular/issues/31248)) ([7c64b8d](https://github.com/angular/angular/commit/7c64b8d)) > * **ngcc:** support --async flag (defaults to true) ([#33192](https://github-redirect.dependabot.com/angular/angular/issues/33192)) ([2196114](https://github.com/angular/angular/commit/2196114)) > * **ngcc:** support ignoreMissingDependencies in ngcc config ([#33192](https://github-redirect.dependabot.com/angular/angular/issues/33192)) ([4da2dda](https://github.com/angular/angular/commit/4da2dda)) > > > ### Performance Improvements > > * **ivy:** initialise inputs from static attrs on the first template pass only ([#33195](https://github-redirect.dependabot.com/angular/angular/issues/33195)) ([aef7dca](https://github.com/angular/angular/commit/aef7dca)) > ... (truncated)
Commits - [`663aba5`](https://github.com/angular/angular/commit/663aba57755495c9e72cf2c8c1dc8366e4915968) release: cut the v8.2.12 release - [`2d465ee`](https://github.com/angular/angular/commit/2d465ee37b19bab53cbdbcdcdabc5fddac3db09d) feat(docs-infra): implement figure styles ([#33259](https://github-redirect.dependabot.com/angular/angular/issues/33259)) - [`70238f7`](https://github.com/angular/angular/commit/70238f7d7d070e47a1a5d4cdbef3d9e87949e405) docs: fix spelling error in angular component ([#32971](https://github-redirect.dependabot.com/angular/angular/issues/32971)) - [`704e354`](https://github.com/angular/angular/commit/704e3543dce7cfb701ff90a9d639b500e64d545a) docs: Fix appHighlightColor typo ([#33331](https://github-redirect.dependabot.com/angular/angular/issues/33331)) - [`98e71d3`](https://github.com/angular/angular/commit/98e71d31db9788d20959dcd75794d03fa0eded6c) build(docs-infra): upgrade cli command docs sources to 5bf754195 ([#33350](https://github-redirect.dependabot.com/angular/angular/issues/33350)) - [`7478d0c`](https://github.com/angular/angular/commit/7478d0cf4d183ccc1b2a89d1177c0b82d1a7147a) test(docs-infra): disable es5 size tracking in aio tests ([#33356](https://github-redirect.dependabot.com/angular/angular/issues/33356)) - [`ef5c0da`](https://github.com/angular/angular/commit/ef5c0dae7deb7a42d143f7550ad53d7a1aa02c51) build: fix gulp setup not working with node v12 ([#33348](https://github-redirect.dependabot.com/angular/angular/issues/33348)) - [`57c3a23`](https://github.com/angular/angular/commit/57c3a238ea2f09d94edc42a7c0efcac24edf4a4a) fix(docs-infra): scroll to top when navigating to new page via address bar (#... - [`bb28406`](https://github.com/angular/angular/commit/bb284066ca40ee4263890fb27c9811a18b67cc8d) build: update bazel remote build config and documentation ([#33304](https://github-redirect.dependabot.com/angular/angular/issues/33304)) - [`fc14728`](https://github.com/angular/angular/commit/fc147289a9bc7e79c96d1af351d20f8d8681e402) docs: clarrify use of sw behind redirect ([#32915](https://github-redirect.dependabot.com/angular/angular/issues/32915)) - Additional commits viewable in [compare view](https://github.com/angular/angular/compare/8.0.3...8.2.12)


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](https://app.dependabot.com): - 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)