Skip to content

Bump tstyche from 3.5.0 to 5.0.2#2169

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tstyche-5.0.2
Closed

Bump tstyche from 3.5.0 to 5.0.2#2169
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tstyche-5.0.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps tstyche from 3.5.0 to 5.0.2.

Release notes

Sourced from tstyche's releases.

5.0.2

Fixed

  • Handle broken symlinks during the lookup of test files (#633)

Full Changelog: tstyche/tstyche@v5.0.1...v5.0.2

5.0.1

Fixed

  • Enable allowJs and checkJs in default compiler options (#616)

Full Changelog: tstyche/tstyche@v5.0.0...v5.0.1

5.0.0

[!IMPORTANT] If you are upgrading from previous version, please be sure to read the release notes.

Added

  • New! Allow testing of provided types with .toBeConstructableWith() (#603)
  • Print test runner version and root path (#598)
  • New! Allow testing of provided types with .toBeCallableWith() (#593)
  • Add TestTreeNodeBrand.It member (#591)
  • New! Report counts of checked suppressed errors (#584)
  • New! Add the // @tstyche fixme directive (#574)
  • New! Allow suppressed error messages to be truncated with ... (#573)
  • New! Add the checkDeclarationFiles configuration option (#569)

Fixed

  • Add validation for assertion and action chains (#590)
  • Handle leading tabs when collecting directives (#558)
  • Map the ability diagnostics more precise (#525)

Changed

  • Breaking! Drop support for TypeScript 4.x (#605)
  • Implement the .toHaveProperty() matcher using the ability layer (#597)
  • Breaking! Rename the .toBeAssignableWith() matcher to .toBeAssignableFrom() (#588)
  • Breaking! Export ResultCounts and ResultTiming as types only (#583)
  • Breaking! Remove getters from ResultCounts and ResultTiming (#582)
  • Breaking! Remove the *Result.diagnostics property (#581)
  • Breaking! Do not export internals (#578)
  • Breaking! Remove allowJs and checkJs from default compiler options (#571)
  • Breaking! Remove the checkSourceFiles configuration option (#570)
  • Breaking! Rename OptionBrand.True (#565)
  • Breaking! Change the target option to accept only a semver string value (#562)

... (truncated)

Changelog

Sourced from tstyche's changelog.

[5.0.2] - 2025-12-08

Fixed

  • Handle broken symlinks during the lookup of test files (#633)

[5.0.1] - 2025-11-11

Fixed

  • Enable allowJs and checkJs in default compiler options (#616)

[5.0.0] - 2025-10-27

If you are upgrading from previous version, please be sure to read the release notes page.

Added

  • New! Allow testing of provided types with .toBeConstructableWith() (#603)
  • Print test runner version and root path (#598)
  • New! Allow testing of provided types with .toBeCallableWith() (#593)
  • Add TestTreeNodeBrand.It member (#591)
  • New! Report counts of checked suppressed errors (#584)
  • New! Add the // @tstyche fixme directive (#574)
  • New! Allow suppressed error messages to be truncated with ... (#573)
  • New! Add the checkDeclarationFiles configuration option (#569)

Fixed

  • Add validation for assertion and action chains (#590)
  • Handle leading tabs when collecting directives (#558)
  • Map the ability diagnostics more precise (#525)

Changed

  • Breaking! Drop support for TypeScript 4.x (#605)
  • Implement the .toHaveProperty() matcher using the ability layer (#597)
  • Breaking! Rename the .toBeAssignableWith() matcher to .toBeAssignableFrom() (#588)
  • Breaking! Export ResultCounts and ResultTiming as types only (#583)
  • Breaking! Remove getters from ResultCounts and ResultTiming (#582)
  • Breaking! Remove the *Result.diagnostics property (#581)
  • Breaking! Do not export internals (#578)
  • Breaking! Remove allowJs and checkJs from default compiler options (#571)
  • Breaking! Remove the checkSourceFiles configuration option (#570)
  • Breaking! Rename OptionBrand.True (#565)
  • Breaking! Change the target option to accept only a semver string value (#562)
  • Breaking! Change the default target value to "*" (#561)
  • Breaking! Remove the .fail run mode flag (#560)
  • Breaking! Rename the ExpectNode (#559)
  • Breaking! Rename the FileLocation class (#554)

... (truncated)

Commits
  • 274712e chore(release): 5.0.2
  • 16e2f42 chore: update changelog
  • 0c0aa9e refactor: remove Structure (temporary)
  • 9e194b3 fix: handle broken symlinks during the lookup of test files (#633)
  • ffe1951 chore(deps): update dependency cspell to v9.4.0 (#632)
  • a3f46b0 chore(deps): lock file maintenance (#631)
  • 602e6cd chore(deps): update actions/checkout digest to 8e8c483 (#630)
  • 5322602 chore(deps): update dependency @​biomejs/biome to v2.3.8 (#629)
  • d223b0b chore: update jsonschema to v12.7.1
  • da3f56c chore(deps): update dependency rollup-plugin-dts to v6.3.0
  • 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.

Bumps [tstyche](https://github.com/tstyche/tstyche) from 3.5.0 to 5.0.2.
- [Release notes](https://github.com/tstyche/tstyche/releases)
- [Changelog](https://github.com/tstyche/tstyche/blob/main/CHANGELOG.md)
- [Commits](tstyche/tstyche@v3.5.0...v5.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 22, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tstyche-5.0.2 branch January 22, 2026 20:59
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants