Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump typescript from 3.0.3 to 3.5.2 #27

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jun 14, 2019

Bumps typescript from 3.0.3 to 3.5.2.

Release notes

Sourced from typescript's 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

Downloads are available on:

Special thanks to all our contributors in this release:

  • [Empty list]

Changes:

  • cf7b2d4ae91c4f27ba9ae7137ddf9a407815e590 Bring #31486 and #31586 into release-3.5 (#31634) [ #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)
  • b724c1350ded398b596bf94e0682a7bc0391e9f0 Merge pull request #31588 from microsoft/noLogWhenPluginFound
  • 57d9ecc39f588917c3c587795dea739f740b066b Do not log errors when ts server plugin is not found in one folder but is eventually resolved. [ #30106 ]
  • a06ab8532c5f09b8081546bfd3490742a659982c Merge pull request #31560 from andrewbranch/bug/31485
  • 9380b9f920d7b7ccf3a398ea3295d9c218d98127 Merge pull request #31568 from andrewbranch/bug/31347
  • 7ff97d13935345e36f2e770ee6aeb6dd0f1faea9 Merge pull request #31572 from microsoft/normalizedIntersectionLimiter
See more
  • b460d8cd267a8fc01c949289de96d424223a666d Expose getTypeOfArrayLiteralOrObjectLiteralDestructuringAssignment with better name (#31564)
  • dfd28d275100db73433318236a2299b002cf0ce3 Fix handling of empty 'types', 'typings', etc. fields in package.json (#31539)
  • bb4080c175d0f554070b963bee05a0696bc958a2 Collect all symlinks a file may have witnessed when attempting to generate specifiers (#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)
  • a2b40292fe255c16501b62d9c68c565ac45bc751 Merge pull request #31542 from andrewbranch/bug/31481
  • 7359ff8158df18207ff66cb7040509051eab5242 Add test
  • 5d9d4b2553df08effc21d27dc90ca726698db348 Manually copy just postMessage changes (#31557)
  • f97f57c1556bde40149ef30f034480917c27fce0 Fix containsPrecedingToken for tokens whose preceding token is a missing node
  • 4d27361680796581f3f4fd5aedadff69b120470b Allow JS with isolated modules (#31483)
  • ae7a1b4f565a4cb9f490be2edd7d9879996efac4 Merge pull request #31541 from microsoft/packageId
  • e6013335b9ed9c74fc0c6516a17af0f0504caca9 Merge pull request #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 ]
  • eecb6d90497bd460bbe555d39358b30253896de8 Add failing test
... (truncated)
Commits

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 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:

  • 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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 14, 2019
@codecov
Copy link

codecov bot commented Jun 14, 2019

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #27   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          44     44           
  Branches        2      2           
=====================================
  Hits           44     44

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 6a593cf...23fbdc7. Read the comment docs.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/typescript-3.5.2 branch from b1b35b4 to 23fbdc7 Compare June 28, 2019 06:57
@dependabot-preview
Copy link
Contributor Author

Superseded by #37.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/typescript-3.5.2 branch July 9, 2019 06:39
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
Development

Successfully merging this pull request may close these issues.

0 participants