Skip to content

Bump the npm group across 1 directory with 4 updates#60

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-0f7632bad2
Open

Bump the npm group across 1 directory with 4 updates#60
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-0f7632bad2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps the npm group with 4 updates in the / directory: @changesets/cli, fs-extra, ts-patch and typescript-to-lua.

Updates @changesets/cli from 2.30.0 to 2.31.0

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.31.0

Minor Changes

  • #1889 96ca062 Thanks @​mixelburg! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.

  • #1873 42943b7 Thanks @​mixelburg! - Respond to --help on all subcommands. Previously, --help was only handled when it was the sole argument; passing it alongside a subcommand (e.g. changeset version --help) would silently execute the command instead. Now --help always exits early and prints per-command usage when a known subcommand is provided, or the general help text otherwise.

Patch Changes

  • d2121dc Thanks @​Andarist! - Fix npm auth for path-based registries during publish by preserving configured registry URLs instead of normalizing them.

  • #1888 036fdd4 Thanks @​mixelburg! - Fix several changeset version issues with workspace protocol dependencies. Valid explicit workspace: ranges and aliases are no longer rewritten unnecessarily, and workspace path references are handled correctly during versioning.

  • #1903 5c4731f Thanks @​Andarist! - Gracefully handle stale npm info data leading to duplicate publish attempts.

  • #1867 f61e716 Thanks @​Andarist! - Improved detection for published state of prerelease-only packages without latest dist-tag on GitHub Packages registry.

  • Updated dependencies [036fdd4, 036fdd4, 036fdd4]:

    • @​changesets/assemble-release-plan@​6.0.10
    • @​changesets/get-dependents-graph@​2.1.4
    • @​changesets/apply-release-plan@​7.1.1
    • @​changesets/get-release-plan@​4.0.16
    • @​changesets/config@​3.1.4
Commits
  • 9cce6db Version Packages (#1897)
  • d2121dc Fix npm auth for path-based registries during publish by preserving configure...
  • 036fdd4 Fix several changeset version issues with workspace protocol dependencies (...
  • 5c4731f Gracefully handle stale npm info data leading to duplicate publish attempts...
  • 96ca062 Error on unsupported flags for individual CLI commands (#1889)
  • 42943b7 fix(cli): respond to --help on all subcommands (#1873)
  • f61e716 Improved detection for published state of prerelease-only packages without ...
  • See full diff in compare view

Updates fs-extra from 11.3.4 to 11.3.5

Changelog

Sourced from fs-extra's changelog.

11.3.5 / 2026-05-06

  • Fix ensureLink*/ensureSymlink* identical file detection on Windows (#1068)
  • Fix error handling in timestamp preservation code (#1065, #1069)
  • Fix potential file descriptor leak on error in synchronous timestamp preservation code (#1066)
Commits

Updates ts-patch from 3.3.0 to 4.0.1

Release notes

Sourced from ts-patch's releases.

v4.0.1

4.0.1 (2026-05-01)

⚠ BREAKING CHANGES

  • Support TS v6
  • raises the Node.js floor to >=22.15.0 for module.registerHooks(). TypeScript transformer loading no longer uses ts-node; transformer module format is inferred from TypeScript compiler semantics, and the public isEsm option has been removed.
  • removes the optional esm package fallback. ESM transformer loading now relies on Node >=22.12.0 native ESM support. Configuring isEsm: true on a .cts transformer entry is now rejected.
  • Node.js 22.12.0 or newer is now required.

Features

  • Dropped ts-node, replaced with pure TS compiler API & Swapped require wrap with module.registerHooks (987a199)
  • Support TS v6 (e9c000f)
  • use native Node ESM loading for transformer plugins (4c4e837)

Build System

  • raise Node.js floor to 22.12.0 (d8f0a8f)
Changelog

Sourced from ts-patch's changelog.

4.0.1 (2026-05-01)

4.0.0 (2026-05-01)

⚠ BREAKING CHANGES

  • Support TS v6
  • raises the Node.js floor to >=22.15.0 for module.registerHooks(). TypeScript transformer loading no longer uses ts-node; transformer module format is inferred from TypeScript compiler semantics, and the public isEsm option has been removed.
  • removes the optional esm package fallback. ESM transformer loading now relies on Node >=22.12.0 native ESM support. Configuring isEsm: true on a .cts transformer entry is now rejected.
  • Node.js 22.12.0 or newer is now required.

Features

  • Dropped ts-node, replaced with pure TS compiler API & Swapped require wrap with module.registerHooks (987a199)
  • Support TS v6 (e9c000f)
  • use native Node ESM loading for transformer plugins (4c4e837)

Build System

  • raise Node.js floor to 22.12.0 (d8f0a8f)
Commits
  • d4e0571 chore(release): 4.0.1
  • 63fc87f build(ci): Updated for new Trusted Publisher based publish
  • 3ac3aeb chore(release): 4.0.0
  • aea4d89 build: Updated perf script
  • 3da7d77 build(deps): Bumped deps to latest
  • eeb60e1 build(ci): Updated CI scripts
  • e9c000f feat!: Support TS v6
  • 6c5da08 test: restore transformer behavior coverage
  • 1485588 build: Updated .gitignore
  • 987a199 feat!: Dropped ts-node, replaced with pure TS compiler API & Swapped require ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for ts-patch since your current version.


Updates typescript-to-lua from 1.33.2 to 1.36.0

Changelog

Sourced from typescript-to-lua's changelog.

1.36.0

  • [Breaking] Upgraded to TypeScript 6.0 Thanks @​RealColdFry for the following fixes:
  • Fixed many bugs with try/catch/finally
    • Also fixed some bugs with try/catch/finally in promises
  • Fixed a bug where collection iterators would not correctly update when the collection updated
  • No longer generate dead code after break statements
  • Fixed a bug where math.atan2 was incorrectly used instead of math.atan for Lua 5.4
  • Fixed some inconsistencies with number constants (Number.MAX_SAFE_INTEGER, Number.MIN_VALUE, etc)
  • Fixed a bug with the >>> operator for Lua 5.3
  • Fixed incorrect side effects for array destructors
  • Fixed broken code when generating requires for files with . in the file name (e.g. foo.tests.ts), now the periods will be translated to _
  • Fixed some incorrect handling of synthetic nodes
  • Fixed a bug where object spread could lead to incorrect code being generated
  • Fixed a bug with Object.defineProperty sharing values accross object instances

1.34.0

  • Added support for the Lua 5.5 target (it mostly does the same as the 5.4 target for now)
  • Fixed a bug where enums in namespaces were not merged correctly
  • Fixed an issue with sourcemap traceback that caused lines from anonymous functions not to be translated correctly.
  • Fixed a small bug relating to the stacktraces produced by bundled lua

1.33.0

  • Upgraded TypeScript to 5.9.3

1.32.0

  • Fixed a broken @customName interation with import statements
  • Use (table.)unpack(expression, from, to) when using array destructing syntax const [a,b] = array; to avoid having to unpack the entire array
  • Fixed compiler annotations also considering the next line as part of any possible arguments
  • Fixed a bug with unicode classnames not being properly escaped in static initializer blocks
  • Fixed a bug where @noSelf still was not respected for index signature methods
  • Fixed a case where loop variables were incorrectly missing local
  • Removed dead code that was sometimes generated using continue in a loop
  • Fixed a bug with tagged template literals when the tag is a function call
  • Fixed a bug with class decorators leading to invalid Lua code being generated
  • A - or + prefix now converts expressions to numbers with Number()
  • Fixed a bug with root level using statements not properly disposing objects

1.31.0

  • Upgraded TypeScript to 5.8.2
  • Changed currentIndent from private to protected in the LuaPrinter to allow custom printers with alternate indentation
  • Added bit and bit32 as reserved Lua keywords to avoid accidental naming clashes.

1.30.0

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
typescript-to-lua [>= 1.34.a, < 1.35]

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm group with 4 updates in the / directory: [@changesets/cli](https://github.com/changesets/changesets), [fs-extra](https://github.com/jprichardson/node-fs-extra), [ts-patch](https://github.com/nonara/ts-patch) and [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua).


Updates `@changesets/cli` from 2.30.0 to 2.31.0
- [Release notes](https://github.com/changesets/changesets/releases)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.30.0...@changesets/cli@2.31.0)

Updates `fs-extra` from 11.3.4 to 11.3.5
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@11.3.4...11.3.5)

Updates `ts-patch` from 3.3.0 to 4.0.1
- [Release notes](https://github.com/nonara/ts-patch/releases)
- [Changelog](https://github.com/nonara/ts-patch/blob/master/CHANGELOG.md)
- [Commits](nonara/ts-patch@v3.3.0...v4.0.1)

Updates `typescript-to-lua` from 1.33.2 to 1.36.0
- [Changelog](https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CHANGELOG.md)
- [Commits](TypeScriptToLua/TypeScriptToLua@v1.33.2...v1.36.0)

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-version: 2.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: fs-extra
  dependency-version: 11.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: ts-patch
  dependency-version: 4.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: typescript-to-lua
  dependency-version: 1.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

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 May 18, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 18, 2026

⚠️ No Changeset found

Latest commit: c53efa3

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

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