longlho / ts-transform-react-intl

Extracts string messages for translation from modules that use React Intl.
MIT License
12 stars 0 forks source link

Bump typescript from 3.4.5 to 3.5.3 #87

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps typescript from 3.4.5 to 3.5.3.

Release notes *Sourced from [typescript's releases](https://github.com/Microsoft/TypeScript/releases).* > ## TypeScript 3.5.2 > For new features, check out the [What's new in TypeScript v3.5.2](). > > For the complete list of fixed issues, check out the > > * [fixed issues query for Typescript v3.5.2](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.5.2%22+is%3Aclosed+). > > Downloads are available on: > * [npm](https://www.npmjs.com/package/typescript) > * [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) > > ## Changes: > > * 7f47a08a5e9874f0f97a667bd81eebddec61247c Update LKG > * fbe2f2ff0e04c995a0921c44e85f42c5906f17f0 Update version to '3.5.2' > * 857873b5303bff99ba4b4903fb547216bdb4e9d4 Merge pull request [#31877](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31877) from uniqueiniquity/port31685 [ [#31685](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31685) ] > * a2cd10b5ff2c0c9903ea136191b72372e78230df Merge pull request [#31685](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31685) from uniqueiniquity/stopInvalidatingOnOpenFileSave > * a1a2bd602b02f13800dd6e49dac29254df341c2c Merge pull request [#31866](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31866) from amcasey/FunctionHintSpan35 > * caa66f64133a5b72b51c47c74e9531d2948a67e7 Add regression test > * fdacf7f87a8bfaeb1d0c5f5e198468dc96237427 Correct outline hint spans for functions > * cf7b19a90d56804138e02f31ee85ed36aeb224dd 🤖 Cherry-pick PR [#31688](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31688) into release-3.5 ([#31707](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/31707)) > > This list of changes was [auto generated](https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/_release?releaseId=23&_a=release-summary). > > ## TypeScript 3.5.1 > For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-5/). > > For new features, check out the [What's new in TypeScript v3.5.1](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.5.1%22+is%3Aclosed+). > > > For breaking changes, check out the [Breaking changes in TypeScript 3.5](https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#typescript-35) page. > > For the complete list of fixed issues, check out the > > * [fixed issues query for Typescript 3.5 RC](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.5.0%22+is%3Aclosed+). > * [fixed issues query for Typescript 3.5.1](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.5.1%22+is%3Aclosed+). > > Downloads are available on: > > * [npm](https://www.npmjs.com/package/typescript) > * [Visual Studio 2017](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-341-vs2017) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) > * [Visual Studio 2019 and 2017](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-351) ([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)
Commits - See full diff in [compare view](https://github.com/Microsoft/TypeScript/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). To ignore the version in this PR you can just close it - `@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) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #99.