Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

Bumps typescript from 5.4.3 to 5.5.2.

Release notes

Sourced from typescript's releases.

TypeScript 5.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

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

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.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

... (truncated)

Commits
  • ce2e60e Update LKG
  • f3b21a2 🤖 Pick PR #58931 (Defer creation of barebonesLibSourc...) into release-5.5 (#...
  • 7b1620b 🤖 Pick PR #58811 (fix(58801): "Move to file" on globa...) into release-5.5 (#...
  • 5367ae1 Bump version to 5.5.2 and LKG
  • 02132e5 🤖 Pick PR #58895 (Fix global when typescript.js loade...) into release-5.5 (#...
  • 45b1e3c 🤖 Pick PR #58872 (Fix declaration emit crash) into release-5.5 (#58874)
  • 17933ee 🤖 Pick PR #58810 (Fixed declaration emit issue relate...) into release-5.5 (#...
  • 552b07e 🤖 Pick PR #58786 (Fixed declaration emit crash relate...) into release-5.5 (#...
  • 39c9eeb Pick #58857 to release-5.5 (#58858)
  • 2b0009c 🤖 Pick PR #58846 (Ensure the updates with crashes rev...) into release-5.5 (#...
  • 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 requested a review from a team as a code owner June 24, 2024 10:03
@dependabot dependabot bot added the PR: chore General chores (dependencies, typos, etc) label Jun 24, 2024
@dependabot dependabot bot requested a review from maribethb June 24, 2024 10:03
@dependabot dependabot bot added the PR: dependencies Pull requests that update a dependency file label Jun 24, 2024
@github-actions github-actions bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Jun 24, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/typescript-5.5.2 branch from 43e882d to b6581e6 Compare June 28, 2024 21:45
@github-actions github-actions bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Jun 28, 2024
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.5.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.3...v5.5.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/develop/typescript-5.5.2 branch from b6581e6 to bb708ac Compare June 28, 2024 21:46
@github-actions github-actions bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Jun 28, 2024
@maribethb
Copy link
Contributor

This fails the test because the types in @types/vinyl are now wrong. That package is used by gulp-replace. We're already using the latest version of gulp-replace which hasn't been published in 2 years. I think the new inferred type predicates messed up the @types/vinyl types, so those need to be fixed, then gulp-replace would have to pull in the new version of those types and be published, then we would have to update to the latest version of gulp-replace before/at the same time we update to TS 5.5

Note we'd also probably need to update the eslint version, because the one we currently have says this:

== eslint
=============

WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.5.0

YOUR TYPESCRIPT VERSION: 5.5.2

Anyway, TS 5.5 just came out like a week ago, so I'd recommend just letting this stew for a bit and see if anything fixes itself. It's new enough that I haven't found anyone complaining about either @types/vinyl or gulp-replace and it's also possible (??) ts issues a patch to make whatever they've done more backwards-compatible.

@maribethb maribethb removed their request for review June 29, 2024 02:51
@maribethb maribethb removed their assignment Jun 29, 2024
@BeksOmega BeksOmega self-requested a review July 1, 2024 16:25
@BeksOmega
Copy link
Contributor

Note to Beka: Come back to this after 07/15.

@github-actions github-actions bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Jul 1, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2024

Superseded by #8239.

@dependabot dependabot bot closed this Jul 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/typescript-5.5.2 branch July 1, 2024 21:42
@github-actions github-actions bot removed the PR: chore General chores (dependencies, typos, etc) label Jul 1, 2024
@github-actions github-actions bot added the PR: chore General chores (dependencies, typos, etc) label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: chore General chores (dependencies, typos, etc) PR: dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants