Skip to content

Build(deps-dev): Bump tshy from 4.0.0 to 4.1.1#5576

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/tshy-4.1.1
Closed

Build(deps-dev): Bump tshy from 4.0.0 to 4.1.1#5576
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/tshy-4.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps tshy from 4.0.0 to 4.1.1.

Changelog

Sourced from tshy's changelog.

4.1

  • Allow a custom dialect to exist in both esmDialects and commonjsDialects
  • Support overriding for default esm as well as other dialects, by using -esm.mts as the suffix.
  • Support overrides for both the CommonJS and ESM forms of a custom dialect at the same time, using the -${name}.ts filename suffix.
  • Change the arrangement of output in the dist folder and configurations in the .tshy folder, to facilitate dialect export conditions that have both CommonJS and ESM forms.
  • Support node as a custom dialect, so that overrides can be created to target Node specifically.

4.0

  • Start using TypeScript version 6. This is a breaking change because it imposes new restrictions on configs and some language features. If upgrading causes build failures, the easiest fix is to remove your tsconfig.json file, so that tshy will generate a new one.

3.3

  • Add compiler option to opt into tsgo in preview beta

3.2

  • Ship a minified bundle, so that the load time is significantly faster.
  • Parse tsconfig files using a JSONC parser and some basic extends logic, rather than pulling in all of typescript.

3.1

  • Improve resilience against file locking when removing .tshy-build temp dir on Windows
  • Use the tsc binary from the project-local typescript dependency, if present. (But still do not require it.)

3.0

  • Drop support for nodes before 20

2.0

  • No longer create a source export automatically
  • Limit custom sourceDialects exports to only those that match the package type. For example, do not export source under a

... (truncated)

Commits

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 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 [tshy](https://github.com/isaacs/tshy) from 4.0.0 to 4.1.1.
- [Changelog](https://github.com/isaacs/tshy/blob/main/CHANGELOG.md)
- [Commits](isaacs/tshy@v4.0.0...v4.1.1)

---
updated-dependencies:
- dependency-name: tshy
  dependency-version: 4.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the PR: Dependencies 🔩 Changes only update dependencies label Apr 6, 2026
@dependabot dependabot bot requested a review from remusao as a code owner April 6, 2026 04:06
@seia-soto seia-soto closed this Apr 8, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 8, 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/tshy-4.1.1 branch April 8, 2026 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: Dependencies 🔩 Changes only update dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant