Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps tstyche from 2.1.1 to 3.0.0.

Release notes

Sourced from tstyche's releases.

3.0.0

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

Fixed

  • Take into account exactOptionalPropertyTypes option when comparing types (#357)
  • Always resolve test file paths (#346)
  • Mark not existing test file as failed (#341)
  • Fix relative path normalization logic (#317)
  • When requested, always suppress fetch errors (#275)

Changed

  • Breaking! Rename the TSTYCHE_TYPESCRIPT_MODULE environment variable (#356)
  • Breaking! Use import.meta.resolve() (#355)
  • Breaking! Rename TargetResult.target property (#339)
  • Breaking! Rename the Options class (#334)
  • Breaking! Make the Config class not instantiable (#332)
  • Breaking! Make the Select class not instantiable (#331)
  • Breaking! Remove the TSTyche class (#330)
  • Breaking! Make the Store class not instantiable (#329)
  • Breaking! Make the OutputService class not instantiable (#328)
  • Breaking! Rename the ListReporter class (#326)
  • Breaking! Rename the EventHandler.on() method (#323)
  • Breaking! Deprecate the .toMatch() matcher (#315)
  • Breaking! Remove ConfigService constructor arguments (#297)
  • Breaking! Rename Task, TaskResult, Runner classes and task:* events (#296)
  • Breaking! Remove InputService constructor options (#294)
  • Breaking! Remove OutputService constructor options (#293)
  • Breaking! Rename the project:uses event (#290)
  • Breaking! Rename the store:adds event (#289)
  • Breaking! Remove the deprecated .toBeAssignable() and .toEqual() matchers (#286)
  • Breaking! Drop support for Node.js 16 (#285)
  • Breaking! Directly fetch and extract tarballs of typescript packages (#269, #291)

Added

  • Add index signature checks for the .toHaveProperty() matcher (#362)
  • Allow .toRaiseError() to take regular expressions (#358)
  • New! Add the tsconfig configuration option (#343)
  • New! Add support for custom reporters (#327)
  • New! Add support for plugins (#322, #324, #337, #349, #350, #352)
  • New! Add omit() and pick() type utilities (#314)
  • Add the JsonScanner class (#310)
  • Add prune() method to StoreService class (#298)
  • Add the LockService class (#281)
  • Add the Fetcher class (#274)
  • New! Add the TSTYCHE_NPM_REGISTRY environment variable (#266, #282)

... (truncated)

Changelog

Sourced from tstyche's changelog.

[3.0.0] - 2024-11-05

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

Fixed

  • Take into account exactOptionalPropertyTypes option when comparing types (#357)
  • Always resolve test file paths (#346)
  • Mark not existing test file as failed (#341)
  • Fix relative path normalization logic (#317)
  • When requested, always suppress fetch errors (#275)

Changed

  • Breaking! Rename the TSTYCHE_TYPESCRIPT_MODULE environment variable (#356)
  • Breaking! Use import.meta.resolve() (#355)
  • Breaking! Rename TargetResult.target property (#339)
  • Breaking! Rename the Options class (#334)
  • Breaking! Make the Config class not instantiable (#332)
  • Breaking! Make the Select class not instantiable (#331)
  • Breaking! Remove the TSTyche class (#330)
  • Breaking! Make the Store class not instantiable (#329)
  • Breaking! Make the OutputService class not instantiable (#328)
  • Breaking! Rename the ListReporter class (#326)
  • Breaking! Rename the EventHandler.on() method (#323)
  • Breaking! Deprecate the .toMatch() matcher (#315)
  • Breaking! Remove ConfigService constructor arguments (#297)
  • Breaking! Rename Task, TaskResult, Runner classes and task:* events (#296)
  • Breaking! Remove InputService constructor options (#294)
  • Breaking! Remove OutputService constructor options (#293)
  • Breaking! Rename the project:uses event (#290)
  • Breaking! Rename the store:adds event (#289)
  • Breaking! Remove the deprecated .toBeAssignable() and .toEqual() matchers (#286)
  • Breaking! Drop support for Node.js 16 (#285)
  • Breaking! Directly fetch and extract tarballs of typescript packages (#269, #291)

Added

  • Add index signature checks for the .toHaveProperty() matcher (#362)
  • Allow .toRaiseError() to take regular expressions (#358)
  • New! Add the tsconfig configuration option (#343)
  • New! Add support for custom reporters (#327)
  • New! Add support for plugins (#322, #324, #337, #349, #350, #352)
  • New! Add omit() and pick() utilities (#314)
  • Add the JsonScanner class (#310)
  • Add prune() method to StoreService class (#298)
  • Add the LockService class (#281)
  • Add the Fetcher class (#274)
  • New! Add the TSTYCHE_NPM_REGISTRY environment variable (#266, #282)

... (truncated)

Commits
  • d70a577 chore(release): 3.0.0
  • c247830 chore: update changelog
  • c88a263 chore: clean up words list
  • 73ad9df chore: clean up example
  • 716a036 chore(deps): update dependency @​types/node to v22.9.0
  • 6d675d3 chore(deps): update dependency rollup to v4.24.4
  • 2f232ae chore: collect coverage using Node.js 20
  • 93aac34 chore(deps): lock file maintenance
  • 8a9d90f chore(deps): update dependency cspell to v8.15.7
  • 4226036 chore(deps): update dependency @​types/node to v22.8.7
  • 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)

Bumps [tstyche](https://github.com/tstyche/tstyche) from 2.1.1 to 3.0.0.
- [Release notes](https://github.com/tstyche/tstyche/releases)
- [Changelog](https://github.com/tstyche/tstyche/blob/main/RELEASES.md)
- [Commits](tstyche/tstyche@v2.1.1...v3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2025

Superseded by #1574.

@dependabot dependabot bot closed this Jan 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/common/tstyche-3.0.0 branch January 1, 2025 21:03
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