Skip to content

build(deps-dev): bump typescript from 5.2.2 to 5.4.3 #393

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2024

Bumps typescript from 5.2.2 to 5.4.3.

Release notes

Sourced from typescript's releases.

TypeScript 5.4.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

... (truncated)

Commits
  • 6ea273c Update LKG
  • cd06f92 🤖 Pick PR #57853 (Revert PR 56161) into release-5.4 (#57854)
  • ca8e720 Update LKG
  • 010b188 release-5.4: Revert PR 56087 (#57850)
  • fc7006c Update LKG
  • b45a418 🤖 Pick PR #57801 (Distribute mapped types over array/...) into release-5.4 (#...
  • 609560f Bump version to 5.4.3 and LKG
  • f42605f 🤖 Pick PR #57746 (Revert "Defer processing of nested ...) into release-5.4 (#...
  • 485c7c5 Revert "Allow (non-assert) type predicates to narrow by discriminant"… (#57795)
  • 7f11456 🤖 Pick PR #57751 (Exclude generic string-like types f...) into release-5.4 (#...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 scope:dependencies dependency updates type:build changes to the build system or external dependencies labels Mar 21, 2024
@flex-development flex-development bot enabled auto-merge (squash) March 21, 2024 15:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.4.3 branch from 05dd19c to 312c041 Compare March 21, 2024 15:59
Copy link

codecov bot commented Mar 21, 2024

Codecov Report

Merging #393 (f72d844) into main (ba008c2) will decrease coverage by 0.04%.
Report is 172 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@             Coverage Diff             @@
##              main     #393      +/-   ##
===========================================
- Coverage   100.00%   99.96%   -0.04%     
===========================================
  Files           72       72              
  Lines         9494     9494              
  Branches       215      232      +17     
===========================================
- Hits          9494     9490       -4     
- Misses           0        4       +4     
Flag Coverage Δ
node18 99.96% <ø> (-0.04%) ⬇️
node19 99.96% <ø> (-0.04%) ⬇️
node20 99.96% <ø> (-0.04%) ⬇️
Components Coverage Δ
bump 100.00% <ø> (ø)
changelog 100.00% <ø> (ø)
config 100.00% <ø> (ø)
commands 100.00% <ø> (ø)
decorators 99.36% <ø> (-0.64%) ⬇️
git 100.00% <ø> (ø)
log 100.00% <ø> (ø)
models 100.00% <ø> (ø)
options 100.00% <ø> (ø)
providers 100.00% <ø> (ø)

see 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2a5ad97...f72d844. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.4.3 branch 10 times, most recently from 016b821 to c0f2dd2 Compare March 28, 2024 15:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.4.3 branch 8 times, most recently from c9b2bae to 69132a9 Compare April 3, 2024 15:50
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.4.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.2.2...v5.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.4.3 branch from 69132a9 to f72d844 Compare April 4, 2024 15:57
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 5, 2024

Superseded by #423.

@dependabot dependabot bot closed this Apr 5, 2024
auto-merge was automatically disabled April 5, 2024 15:14

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript-5.4.3 branch April 5, 2024 15:14
@flex-development
Copy link
Contributor

This pull request has been automatically locked since there has not been any recent
activity after it was closed. Please open a new issue for related bugs or features. Be
sure to reference this issue.

@flex-development flex-development bot added the status:stale superseded by different issue, pull request, or discussion label Jun 5, 2024
@flex-development flex-development bot locked as resolved and limited conversation to collaborators Jun 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope:dependencies dependency updates status:stale superseded by different issue, pull request, or discussion type:build changes to the build system or external dependencies
Projects
Status: 🥶 Icebox
Development

Successfully merging this pull request may close these issues.

0 participants