Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

fix(deps): update dependency tsc-watch to v7 - #225

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tsc-watch-7.x
Closed

fix(deps): update dependency tsc-watch to v7#225
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tsc-watch-7.x

Conversation

@renovate

@renovate renovate Bot commented Jun 2, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tsc-watch ^6.0.4 -> ^7.0.0 age adoption passing confidence

Release Notes

gilamran/tsc-watch (tsc-watch)

v7.1.1

Compare Source

  • feature: Added support for tsgo (native compilation))

v7.1.0

Compare Source

v7.0.0

Compare Source

  • feature: Globally installed tsc-watch will use the local compiler if it exists, otherwise it will use the global tsc compiler.
  • Update existing test code to pass the new version of typescript
  • Update existing test code to work in Mac OS(M1 chip)

v6.3.1

Compare Source

  • big fix: off-by-one error tsc-watch. thanks to @​rodw for the PR

v6.3.0

Compare Source

  • Added --noWatch argument

v6.2.1

Compare Source

  • bug fix: Fixed new version of Typescript clear codes. thanks to @​staszekj

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from thewilloftheshadow as a code owner June 2, 2025 01:34
@changeset-bot

changeset-bot Bot commented Jun 2, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 76e8ca4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai

coderabbitai Bot commented Jun 2, 2025

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@what-the-diff

what-the-diff Bot commented Jun 2, 2025

Copy link
Copy Markdown

PR Summary

  • Upgrade of tsc-watch version
    The tsc-watch version has been upgraded in the package.json file, moving from 6.0.4 to 7.0.0. This could lead to improved functionality or better compatibility with current technologies.
  • Prettier module update
    The version of the prettier module has been increased in the pnpm-lock.yaml file, moving from 3.3.0 to 3.5.3. This might enhance the code formatting process.
  • Update of tsc-watch version in lock file
    Besides the change in the package.json, the version of the tsc-watch was also updated in pnpm-lock.yaml file, moving from 6.2.0 to 7.1.1. This ensures consistency across both files.
  • Turbo version upgraded
    The turbo version has been updated in pnpm-lock.yaml, from 1.13.3 to 2.5.4. This could lead to improved performance or new functionalities.
  • Inclusion of Cross-spawn
    A new entry for cross-spawn, version 7.0.6, has been added to the pnpm-lock.yaml file. Cross-spawn provides better child process management, which might improve the application's ability to execute parallel tasks.
  • Updates to resolution integrity hashes
    The integrity hashes for various packages have also been updated in the lock file. While not a functional change, this ensures that the correct, intended versions of packages are utilized, providing a safeguard against potential unwanted behaviours or vulnerabilities.

@renovate
renovate Bot force-pushed the renovate/tsc-watch-7.x branch 2 times, most recently from 30fe92d to 68ca853 Compare August 11, 2025 04:35
@renovate
renovate Bot force-pushed the renovate/tsc-watch-7.x branch from 68ca853 to 76e8ca4 Compare August 18, 2025 04:48
@renovate

renovate Bot commented Aug 23, 2025

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate
renovate Bot deleted the renovate/tsc-watch-7.x branch August 23, 2025 13:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant