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

chore(deps-dev): bump typescript from 4.9.5 to 5.0.2 #1160

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2023

Bumps typescript from 4.9.5 to 5.0.2.

Release notes

Sourced from typescript's releases.

TypeScript 5.0

For release notes, check out the release announcement.

For new features, check out the What's new in TypeScript v5.0.2.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.0 RC

For release notes, check out the release announcement.

TypeScript 5.0 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • 3ec598c Update LKG
  • 0e765ac 🤖 Pick PR #53268 (fix(53204): Bug: __runInitializers(...) into release-5.0 (#...
  • cb69c8a Update LKG
  • d97bb67 🤖 Pick PR #53174 (Remove old references to Node v4, s...) into release-5.0 (#...
  • 6e59874 🤖 Pick PR #53240 (Allow 'verbatimModuleSyntax' with t...) into release-5.0 (#...
  • 9a8badd Bump version to 5.0.2 and LKG
  • a5484ae 🤖 Pick PR #53139 (Make ModuleResolutionKind.Node10 ch...) into release-5.0 (#...
  • 23455b4 Cherry-pick #52993 to release-5.0 (#53142)
  • f7f44da 🤖 Pick PR #53183 (Set package.json minimum to Node 12...) into release-5.0 (#...
  • 4d4227a Pin dependencies in release-5.0 (#53126)
  • Additional commits viewable in compare view

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 javascript Pull requests that update Javascript code ⛓️ dependencies Pull requests that update a dependency file labels Mar 17, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.0.2 branch from fbfec40 to 63c55e7 Compare March 20, 2023 02:10
@codecov
Copy link

codecov bot commented Mar 20, 2023

Codecov Report

Merging #1160 (90d0cb1) into master (284e499) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1160   +/-   ##
=======================================
  Coverage   98.49%   98.49%           
=======================================
  Files          62       62           
  Lines        1064     1064           
  Branches      179      179           
=======================================
  Hits         1048     1048           
  Misses          2        2           
  Partials       14       14           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.0.2 branch from 63c55e7 to 7b34632 Compare March 20, 2023 02:31
@ArttuOll
Copy link
Contributor

Caused by cevek/ttypescript#140

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.0.2 branch 3 times, most recently from cc98061 to 7841c66 Compare March 24, 2023 01:35
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.9.5...v5.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.0.2 branch from 7841c66 to 90d0cb1 Compare March 27, 2023 01:52
@xobotyi
Copy link
Contributor

xobotyi commented Mar 27, 2023

yeah, i see.
world appeared not ready for TS5 :D

@@ -119,7 +119,7 @@
"semantic-release": "^21.0.0",
"ts-node": "^10.9.1",
"ttypescript": "^1.5.15",
Copy link

@sunrabbit123 sunrabbit123 Mar 29, 2023

Choose a reason for hiding this comment

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

Suggested change
"ttypescript": "^1.5.15",
"ttsc": "0.1.0",

I think changing this would work nicely.

Choose a reason for hiding this comment

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

These libraries support TS@5 and use the
and provides the same functionality as ttypescript.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2023

Superseded by #1178.

@dependabot dependabot bot closed this Mar 31, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript-5.0.2 branch March 31, 2023 01:04
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 javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

3 participants