Skip to content

Build(deps-dev): bump typescript from 3.8.3 to 3.9.2#5095

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/typescript-3.9.2
Closed

Build(deps-dev): bump typescript from 3.8.3 to 3.9.2#5095
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/typescript-3.9.2

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 15, 2020

Bumps typescript from 3.8.3 to 3.9.2.

Release notes

Sourced from typescript's releases.

TypeScript 3.9.2

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 3.9 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 3.9 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

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 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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Related to dependency updates label May 15, 2020
@shields-cd shields-cd temporarily deployed to shields-staging-pr-5095 May 15, 2020 16:13 Inactive
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/typescript-3.9.2 branch from bfb102c to 7da6956 Compare May 15, 2020 16:32
@shields-cd shields-cd temporarily deployed to shields-staging-pr-5095 May 15, 2020 16:32 Inactive
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/typescript-3.9.2 branch from 7da6956 to f29af2f Compare May 15, 2020 16:46
@shields-cd shields-cd temporarily deployed to shields-staging-pr-5095 May 15, 2020 16:46 Inactive
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/typescript-3.9.2 branch from f29af2f to 656cec0 Compare May 15, 2020 17:57
@shields-cd shields-cd temporarily deployed to shields-staging-pr-5095 May 15, 2020 17:58 Inactive
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/typescript-3.9.2 branch from 656cec0 to 8f6f206 Compare May 16, 2020 05:35
@shields-cd shields-cd temporarily deployed to shields-staging-pr-5095 May 16, 2020 05:36 Inactive
@calebcartwright
Copy link
Member

hmm. looks like the type check is failing on something under the node_modules directory which I would've expected to be ignored

npm run check-types:frontend 


 
> shields.io@0.0.0 check-types:frontend /home/circleci/project
 
> tsc --noEmit --project .
 

 
node_modules/@types/styled-components/index.d.ts:181:8 - error TS2615: Type of property 'defaultProps' circularly references itself in mapped type 'Pick<ForwardRefExoticComponent<WithOptionalTheme<Pick<any, Exclude<keyof ReactDefaultizedProps<StyledComponentInnerComponent<WithC>, ComponentPropsWithRef<StyledComponentInnerComponent<WithC>>>, StyledComponentInnerAttrs<...> | ... 1 more ... | StyledComponentInnerAttrs<...>> | Exclude<...> | Exclude<...> | Exclude<...'.
 

 
181     ): StyledComponent<
 
           ~~~~~~~~~~~~~~~~
 
182         StyledComponentInnerComponent<WithC>,
 
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
... 
 
185         A | StyledComponentInnerAttrs<WithC>
 
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
186     >;
 
    ~~~~~
 

 

 
Found 1 error.

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.8.3 to 3.9.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v3.8.3...v3.9.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Contributor Author

Superseded by #5127.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/typescript-3.9.2 branch May 23, 2020 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related to dependency updates

Development

Successfully merging this pull request may close these issues.

2 participants