chore(deps): update dependency ts3-nodejs-library to v3.5.1 #69

Merged
t.behrendt merged 1 commits from renovate/ts3-nodejs-library-3.x into main 2025-12-12 20:49:31 +01:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
ts3-nodejs-library 3.4.1 -> 3.5.1 age confidence

Release Notes

Multivit4min/TS3-NodeJS-Library (ts3-nodejs-library)

v3.5.1

Compare Source

  • fix type of clientTalkRequest

v3.5.0

Compare Source

  • fix customSearch and customInfo response entry to be an array
  • both above functions will now return an empty array when no entry has been found instead of throwing an error

v3.4.2

Compare Source

  • improved general filetransfer

    • added fileDownload method
    • improved optional parameters like cpw always requires an empty string
  • added method toJSON() to the Abstract class in order to make a client class stringifyable

  • added new way to read cached items from a client to make it more like the javascript way

    for examle on a client class the property client_is_channel_commander will translate to isChannelCommander it will remove the client_ prefix and after each subsequent underscore it will remove the underscore and and make the next character to an UpperCase char.
    Side Note: only properties which are readable from clientlist, channellist, ... are available like that

    //before
    client.getCache().client_unique_identifier
    client.getCache().client_nickname
    client.getCache().client_is_channel_commander
    channel.getCache().channel_flag_permanent
    channel.getCache().channel_name
    //now
    client.uniqueIdentifier
    client.nickname
    client.isChannelCommander
    channel.flagPermanent
    channel.name
    
  • added FileTransfer to automated tests


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [ts3-nodejs-library](https://github.com/Multivit4min/TS3-NodeJS-Library) | [`3.4.1` -> `3.5.1`](https://renovatebot.com/diffs/npm/ts3-nodejs-library/3.4.1/3.5.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/ts3-nodejs-library/3.5.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ts3-nodejs-library/3.4.1/3.5.1?slim=true) | --- ### Release Notes <details> <summary>Multivit4min/TS3-NodeJS-Library (ts3-nodejs-library)</summary> ### [`v3.5.1`](https://github.com/Multivit4min/TS3-NodeJS-Library/blob/HEAD/CHANGELOG.md#351---19092023) [Compare Source](https://github.com/Multivit4min/TS3-NodeJS-Library/compare/5df10160ba695830f1dd20d471582a87744b2361...919b38f2f23625af5bbad6b768ee39cf00a9282a) - fix type of clientTalkRequest ### [`v3.5.0`](https://github.com/Multivit4min/TS3-NodeJS-Library/blob/HEAD/CHANGELOG.md#350---06072023) [Compare Source](https://github.com/Multivit4min/TS3-NodeJS-Library/compare/dec190b9f8a430503dcc76cff67a68c315066edc...5df10160ba695830f1dd20d471582a87744b2361) - fix customSearch and customInfo response entry to be an array - both above functions will now return an empty array when no entry has been found instead of throwing an error ### [`v3.4.2`](https://github.com/Multivit4min/TS3-NodeJS-Library/blob/HEAD/CHANGELOG.md#1130---1342019) [Compare Source](https://github.com/Multivit4min/TS3-NodeJS-Library/compare/c132eb6a4f8945be664a8cd338a798f83f19608c...dec190b9f8a430503dcc76cff67a68c315066edc) - improved general filetransfer - added fileDownload method - improved optional parameters like cpw always requires an empty string - added method `toJSON()` to the Abstract class in order to make a client class stringifyable - added new way to read cached items from a client to make it more like the javascript way for examle on a client class the property `client_is_channel_commander` will translate to `isChannelCommander` it will remove the `client_` prefix and after each subsequent underscore it will remove the underscore and and make the next character to an UpperCase char. Side Note: only properties which are readable from clientlist, channellist, ... are available like that ```javascript //before client.getCache().client_unique_identifier client.getCache().client_nickname client.getCache().client_is_channel_commander channel.getCache().channel_flag_permanent channel.getCache().channel_name //now client.uniqueIdentifier client.nickname client.isChannelCommander channel.flagPermanent channel.name ``` - added FileTransfer to automated tests </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zNy4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot force-pushed renovate/ts3-nodejs-library-3.x from e25dda4f03 to e367d0ad2a 2025-12-12 14:07:20 +01:00 Compare
renovate-bot force-pushed renovate/ts3-nodejs-library-3.x from e367d0ad2a to d0e6c9b4fa 2025-12-12 19:49:58 +01:00 Compare
renovate-bot force-pushed renovate/ts3-nodejs-library-3.x from d0e6c9b4fa to 4f8e655ff2 2025-12-12 20:12:27 +01:00 Compare
t.behrendt approved these changes 2025-12-12 20:13:04 +01:00
renovate-bot changed title from fix(deps): update dependency ts3-nodejs-library to v3.5.1 to chore(deps): update dependency ts3-nodejs-library to v3.5.1 2025-12-12 20:43:17 +01:00
renovate-bot force-pushed renovate/ts3-nodejs-library-3.x from 4f8e655ff2 to 655a9551f8 2025-12-12 20:43:18 +01:00 Compare
t.behrendt merged commit c3511c8f7b into main 2025-12-12 20:49:31 +01:00
t.behrendt deleted branch renovate/ts3-nodejs-library-3.x 2025-12-12 20:49:32 +01:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: t.behrendt/ts3gotify#69