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

BAU: Bump typescript from 4.9.5 to 5.6.3 #2158

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2024

Bumps typescript from 4.9.5 to 5.6.3.

Release notes

Sourced from typescript's releases.

TypeScript 5.6.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.6

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 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.6 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

... (truncated)

Commits
  • d48a5cf Bump version to 5.6.3 and LKG
  • fefa70a 🤖 Pick PR #60083 (Don't issue implicit any when obtai...) into release-5.6 (#...
  • ff71692 [release-5.6] Remove tsbuildInfo specification error now that we need it for ...
  • 1f44dcf 🤖 Pick PR #60157 (fix automatic type acquisition) into release-5.6 (#60169)
  • a7e3374 Bump version to 5.6.2 and LKG
  • 2063357 🤖 Pick PR #59708 (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...
  • 4fe7e41 🤖 Pick PR #59670 (fix(59649): ts Move to a new file d...) into release-5.6 (#...
  • 1a03e53 🤖 Pick PR #59761 (this can be nullish) into release-5.6 (#59762)
  • 6212132 Update LKG
  • bbb5faf 🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 9, 2024
@dependabot dependabot bot requested a review from a team as a code owner October 9, 2024 03:34
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Oct 9, 2024
@dependabot dependabot bot requested review from a team as code owners October 9, 2024 03:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/typescript-5.6.3 branch from 596a724 to 3034db9 Compare October 10, 2024 15:05
@andrew-moores
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/typescript-5.6.3 branch from 3034db9 to 8218bf4 Compare October 14, 2024 11:28
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/typescript-5.6.3 branch 16 times, most recently from 549cde0 to 69445ca Compare October 28, 2024 15:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/typescript-5.6.3 branch 4 times, most recently from e9d6350 to 69974b8 Compare November 4, 2024 14:38
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/typescript-5.6.3 branch from 69974b8 to 6c1c40a Compare November 4, 2024 16:16
@andrew-moores
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 5, 2024

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/typescript-5.6.3 branch 4 times, most recently from 6e56155 to aed1f02 Compare November 6, 2024 15:35
Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.6.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v4.9.5...v5.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@andrew-moores andrew-moores force-pushed the dependabot/npm_and_yarn/main/typescript-5.6.3 branch from aed1f02 to 5867994 Compare November 6, 2024 17:04
Copy link

sonarcloud bot commented Nov 6, 2024

@andrew-moores andrew-moores self-assigned this Nov 7, 2024
@andrew-moores
Copy link
Contributor

Typescript upgrade checks

Performed a type check without emitting output tsc —noEmit
Ran unit tests
Ran integration checks
Ran linting (after upgrading eslint)
Reviewed https://github.com/microsoft/TypeScript/wiki/API-Breaking-Changes (prompted upgrade to eslint).
Reviewed the release notes https://devblogs.microsoft.com/typescript/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
being looked at by a dev (for dependabots) dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant