hypermedia-app / lit-any-views

@lit-any view elements for functional building of complex HTML
https://lit-any.hypermedia.app
MIT License
1 stars 0 forks source link

Bump typescript from 3.4.5 to 3.5.1 #6

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps typescript from 3.4.5 to 3.5.1.

Release notes *Sourced from [typescript's releases](https://github.com/Microsoft/TypeScript/releases).* > ## TypeScript TypeScript 3.5.1 > For release notes, check out the [release announcement](). > > For new features, check out the [What's new in TypeScript v3.5.1](). > > For the complete list of fixed issues, check out the > > * [fixed issues query for Typescript v3.5.1](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.3%22+is%3Aclosed+). > > Downloads are available on: > * [npm](https://www.npmjs.com/package/typescript) > * [Visual Studio 2017]() ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) > * [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) > > Special thanks to all our contributors in this release: > * [Empty list] > > ## Changes: > > * cf7b2d4ae91c4f27ba9ae7137ddf9a407815e590 Bring [#31486](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31486) and [#31586](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31586) into `release-3.5` ([#31634](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31634)) [ [#31615](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31615) ] > * ff7f2399d852f1c65a531fc619d27198cead1c66 Update LKG. > * 660964b791aeca7b54253d312c5f38d144bd22ac Update version to '3.5.1'. > * 4e0fa10d554c308b23bb645378e05ab68e4ee219 Merge branch 'master' into release-3.5 > * 38f3b05cb1c586bf54a0702cf99f4d46d415067f 31304 - Autocomplete for enum values fails when typing "/" ([#31362](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31362)) > * b724c1350ded398b596bf94e0682a7bc0391e9f0 Merge pull request [#31588](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31588) from microsoft/noLogWhenPluginFound > * 57d9ecc39f588917c3c587795dea739f740b066b Do not log errors when ts server plugin is not found in one folder but is eventually resolved. [ [#30106](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/30106) ] > * a06ab8532c5f09b8081546bfd3490742a659982c Merge pull request [#31560](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31560) from andrewbranch/bug/31485 > * 9380b9f920d7b7ccf3a398ea3295d9c218d98127 Merge pull request [#31568](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31568) from andrewbranch/bug/31347 > * 7ff97d13935345e36f2e770ee6aeb6dd0f1faea9 Merge pull request [#31572](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31572) from microsoft/normalizedIntersectionLimiter >
See more > > * b460d8cd267a8fc01c949289de96d424223a666d Expose getTypeOfArrayLiteralOrObjectLiteralDestructuringAssignment with better name ([#31564](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31564)) > * dfd28d275100db73433318236a2299b002cf0ce3 Fix handling of empty 'types', 'typings', etc. fields in package.json ([#31539](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31539)) > * bb4080c175d0f554070b963bee05a0696bc958a2 Collect _all_ symlinks a file may have witnessed when attempting to generate specifiers ([#31571](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31571)) > * 01d15145b402c65505baed1a078a8aa1c65dd4a1 Accept new baselines > * 53f37cfec3dec5810c6099a4545f0fc974698984 Add test > * f20a4fdfc48a5ea2c13896d9087d0492ed34811f Limit size of union types resulting from intersection type normalization > * 8ab0a25211aba25f482e912822f484c25b7f0d4c Improve error messages when indexing into a type ([#31379](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31379)) > * a2b40292fe255c16501b62d9c68c565ac45bc751 Merge pull request [#31542](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31542) from andrewbranch/bug/31481 > * 7359ff8158df18207ff66cb7040509051eab5242 Add test > * 5d9d4b2553df08effc21d27dc90ca726698db348 Manually copy just postMessage changes ([#31557](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31557)) > * f97f57c1556bde40149ef30f034480917c27fce0 Fix containsPrecedingToken for tokens whose preceding token is a missing node > * 4d27361680796581f3f4fd5aedadff69b120470b Allow JS with isolated modules ([#31483](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31483)) > * ae7a1b4f565a4cb9f490be2edd7d9879996efac4 Merge pull request [#31541](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31541) from microsoft/packageId > * e6013335b9ed9c74fc0c6516a17af0f0504caca9 Merge pull request [#31537](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31537) from microsoft/fixIndexedAccessConstraint > * 300cbef07105247ec1c826de9d785bfc72849103 Don’t crash when creating a union signature from signatures that do and don’t have this types > * cd7a14ac21974209fc870642e6d1489a66f91af1 Reuse getSimplifiedTypeOrConstraint function > * 9f6791a5abef5d9e8161de6c7bc545a65fa3fe7c Error when writing to readonly tuple in rest element range > * 5d188a8c68d1a54d6933ad0be5e1375b7be3e4db Always use resolved file to figure out subModule name in package id [ [#30429](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/30429) ] > * eecb6d90497bd460bbe555d39358b30253896de8 Add failing test > ... (truncated)
Commits - [`cf7b2d4`](https://github.com/microsoft/TypeScript/commit/cf7b2d4ae91c4f27ba9ae7137ddf9a407815e590) Bring [#31486](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31486) and [#31586](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31586) into `release-3.5` ([#31634](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31634)) - [`ff7f239`](https://github.com/microsoft/TypeScript/commit/ff7f2399d852f1c65a531fc619d27198cead1c66) Update LKG. - [`660964b`](https://github.com/microsoft/TypeScript/commit/660964b791aeca7b54253d312c5f38d144bd22ac) Update version to '3.5.1'. - [`4e0fa10`](https://github.com/microsoft/TypeScript/commit/4e0fa10d554c308b23bb645378e05ab68e4ee219) Merge branch 'master' into release-3.5 - [`38f3b05`](https://github.com/microsoft/TypeScript/commit/38f3b05cb1c586bf54a0702cf99f4d46d415067f) 31304 - Autocomplete for enum values fails when typing "/" ([#31362](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31362)) - [`b724c13`](https://github.com/microsoft/TypeScript/commit/b724c1350ded398b596bf94e0682a7bc0391e9f0) Merge pull request [#31588](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31588) from microsoft/noLogWhenPluginFound - [`57d9ecc`](https://github.com/microsoft/TypeScript/commit/57d9ecc39f588917c3c587795dea739f740b066b) Do not log errors when ts server plugin is not found in one folder but is eve... - [`a06ab85`](https://github.com/microsoft/TypeScript/commit/a06ab8532c5f09b8081546bfd3490742a659982c) Merge pull request [#31560](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31560) from andrewbranch/bug/31485 - [`9380b9f`](https://github.com/microsoft/TypeScript/commit/9380b9f920d7b7ccf3a398ea3295d9c218d98127) Merge pull request [#31568](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31568) from andrewbranch/bug/31347 - [`7ff97d1`](https://github.com/microsoft/TypeScript/commit/7ff97d13935345e36f2e770ee6aeb6dd0f1faea9) Merge pull request [#31572](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31572) from microsoft/normalizedIntersectionLimiter - Additional commits viewable in [compare view](https://github.com/Microsoft/TypeScript/compare/v3.4.5...v3.5.1)


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.


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 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 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.
codecov[bot] commented 5 years ago

Codecov Report

Merging #6 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #6   +/-   ##
=======================================
  Coverage   97.67%   97.67%           
=======================================
  Files           6        6           
  Lines          43       43           
=======================================
  Hits           42       42           
  Misses          1        1

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e4b0f6a...ffebddf. Read the comment docs.

dependabot-preview[bot] commented 5 years ago

Looks like typescript is up-to-date now, so this is no longer needed.