Skip to content

build(deps-dev): Bump typescript from 5.2.2 to 5.3.2 #236

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 Nov 22, 2023

Bumps typescript from 5.2.2 to 5.3.2.

Release notes

Sourced from typescript's releases.

TypeScript 5.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.3 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.3 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm.

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added scope:dependencies dependency updates type:build changes to the build system or external dependencies labels Nov 22, 2023
@flex-development flex-development bot enabled auto-merge (squash) November 22, 2023 15:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.3.2 branch from 196d58a to 35a1fd7 Compare November 27, 2023 15:46
unicornware
unicornware previously approved these changes Nov 27, 2023
Copy link
Member

@unicornware unicornware left a comment

Choose a reason for hiding this comment

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

lgtm 👍🏾

Copy link

codecov bot commented Nov 27, 2023

Codecov Report

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

Additional details and impacted files
@@             Coverage Diff             @@
##              main     #236      +/-   ##
===========================================
- 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 fc41ece...ee7661f. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.3.2 branch 3 times, most recently from e48e22f to 1b0724c Compare November 28, 2023 15:45
unicornware
unicornware previously approved these changes Nov 28, 2023
Copy link
Member

@unicornware unicornware left a comment

Choose a reason for hiding this comment

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

lgtm 👍🏾

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.3.2 branch 7 times, most recently from 6d155b1 to d6abd89 Compare December 6, 2023 00:09
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.2)

---
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.3.2 branch from d6abd89 to ee7661f Compare December 6, 2023 15:25
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 7, 2023

Superseded by #257.

@dependabot dependabot bot closed this Dec 7, 2023
auto-merge was automatically disabled December 7, 2023 15:06

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript-5.3.2 branch December 7, 2023 15:06
@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 Feb 6, 2024
@flex-development flex-development bot locked as resolved and limited conversation to collaborators Feb 6, 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.

1 participant