Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

chore(deps-dev): bump typescript from 4.6.4 to 4.7.4 #293

Merged
merged 2 commits into from
Jun 28, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 20, 2022

Bumps typescript from 4.6.4 to 4.7.4.

Release notes

Sourced from typescript's releases.

TypeScript 4.7.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 4.7.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 4.7.2

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 4.7 RC

For release notes, check out the release announcement.

... (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 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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 20, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-4.7.4 branch 2 times, most recently from a3d526f to afc3ec0 Compare June 21, 2022 13:08
@ErikssonJoakim
Copy link
Contributor

With yarn build-storybook
ERR! Error: Debug Failure. False expression: Non-string value passed to ts.resolveTypeReferenceDirective, likely by a wrapping package working with an outdated resolveTypeReferenceDirectives signature. This is probably not a problem in TS itself.

@fredericvilcot fredericvilcot force-pushed the dependabot/npm_and_yarn/typescript-4.7.4 branch from afc3ec0 to 1bb85eb Compare June 27, 2022 17:11
@codecov-commenter
Copy link

codecov-commenter commented Jun 27, 2022

Codecov Report

Merging #293 (586cf61) into main (f7b1618) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #293   +/-   ##
=======================================
  Coverage   97.94%   97.94%           
=======================================
  Files          60       60           
  Lines         633      633           
  Branches      101      101           
=======================================
  Hits          620      620           
  Misses         12       12           
  Partials        1        1           

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

fredericvilcot
fredericvilcot previously approved these changes Jun 27, 2022
fredericvilcot
fredericvilcot previously approved these changes Jun 27, 2022
@fredericvilcot
Copy link
Contributor

fredericvilcot commented Jun 28, 2022

@ccamel @lolottetheclash @ErikssonJoakim @JoeyDjr
This is one is tricky because this TS version has some issues and needs an updated ts-node version to work.
I pushed some commits to fix it, please test by your own to ensure everything is OK 🙏

@fredericvilcot fredericvilcot self-requested a review June 28, 2022 12:46
fredericvilcot
fredericvilcot previously approved these changes Jun 28, 2022
@ErikssonJoakim
Copy link
Contributor

@fredericvilcot works brilliantly, although yarn lint is complaining about unofficial TS version 😄

ErikssonJoakim
ErikssonJoakim previously approved these changes Jun 28, 2022
@fredericvilcot
Copy link
Contributor

fredericvilcot commented Jun 28, 2022

@fredericvilcot works brilliantly, although yarn lint is complaining about unofficial TS version 😄

@ErikssonJoakim , yes but there is nothing we can do about it except wait for eslint to make typescript version 4.7 compatible 😎

Copy link
Contributor

@lolottetheclash lolottetheclash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good for me !

@fredericvilcot
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 28, 2022

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

dependabot bot and others added 2 commits June 28, 2022 16:32
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.4 to 4.7.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.6.4...v4.7.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@fredericvilcot fredericvilcot dismissed stale reviews from lolottetheclash, ErikssonJoakim, and themself via 79ed461 June 28, 2022 14:34
@fredericvilcot fredericvilcot force-pushed the dependabot/npm_and_yarn/typescript-4.7.4 branch from d4576f6 to 79ed461 Compare June 28, 2022 14:34
@fredericvilcot
Copy link
Contributor

thanks all, let's merge! 🚀

@fredericvilcot fredericvilcot merged commit f61daa7 into main Jun 28, 2022
@fredericvilcot fredericvilcot deleted the dependabot/npm_and_yarn/typescript-4.7.4 branch June 28, 2022 14:38
@bot-anik
Copy link
Member

🎉 This PR is included in version 1.8.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants