e7183a2901
chore(deps): update dependency pino to v10.3.0 ( #82 )
...
CD / Test (push) Successful in 1m2s
CD / Create tag (push) Successful in 22s
CD / Build and push (amd64) (push) Successful in 32s
CD / Build and push (arm64) (push) Successful in 1m46s
CD / Create manifest (push) Successful in 8s
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [pino](https://getpino.io ) ([source](https://github.com/pinojs/pino )) | [`10.2.1` → `10.3.0`](https://renovatebot.com/diffs/npm/pino/10.2.1/10.3.0 ) |  |  |
---
### Release Notes
<details>
<summary>pinojs/pino (pino)</summary>
### [`v10.3.0`](https://github.com/pinojs/pino/releases/tag/v10.3.0 )
[Compare Source](https://github.com/pinojs/pino/compare/v10.2.1...v10.3.0 )
#### What's Changed
- feat: improve the return type of `multistream().clone()` by [@​mrazauskas](https://github.com/mrazauskas ) in [#​2377](https://github.com/pinojs/pino/pull/2377 )
- feat: set worker thread name for transport identification by [@​mcollina](https://github.com/mcollina ) in [#​2380](https://github.com/pinojs/pino/pull/2380 )
**Full Changelog**: <https://github.com/pinojs/pino/compare/v10.2.1...v10.3.0 >
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NC4yIiwidXBkYXRlZEluVmVyIjoiNDIuODQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Reviewed-on: #82
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-01-26 13:43:27 +01:00
72bacc00eb
chore(deps): update oven-sh/setup-bun digest to 3d26778 ( #75 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun ) ([changelog](735343b667..3d267786b1 )) | action | digest | `735343b` → `3d26778` |
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42Ni40IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYWN0aW9uIiwiZGVwcyJdfQ==-->
Reviewed-on: #75
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-01-26 10:42:04 +01:00
1e440f104c
chore(deps): update bun version to v1.3.6 ( #80 )
...
CD / Test (push) Successful in 1m1s
CD / Create tag (push) Successful in 20s
CD / Build and push (amd64) (push) Successful in 34s
CD / Build and push (arm64) (push) Successful in 1m46s
CD / Create manifest (push) Successful in 24s
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) | Type | Update |
|---|---|---|---|---|---|
| [Bun](https://bun.com ) ([source](https://github.com/oven-sh/bun )) | `1.3.5` → `1.3.6` |  |  | | patch |
| [oven/bun](https://github.com/oven-sh/bun ) | `1.3.5` → `1.3.6` |  |  | final | patch |
---
### Release Notes
<details>
<summary>oven-sh/bun (Bun)</summary>
### [`v1.3.6`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.6 ): Bun v1.3.6
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.5...bun-v1.3.6 )
To install Bun v1.3.6
```bash
curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun
```
Windows:
```bash
powershell -c "irm bun.sh/install.ps1|iex"
```
To upgrade to Bun v1.3.6:
```bash
bun upgrade
```
##### [Read Bun v1.3.6's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.6 )
##### Thanks to 23 contributors!
- [@​alii](https://github.com/alii )
- [@​billywhizz](https://github.com/billywhizz )
- [@​bmwalters](https://github.com/bmwalters )
- [@​cirospaciari](https://github.com/cirospaciari )
- [@​d4mr](https://github.com/d4mr )
- [@​darwin808](https://github.com/darwin808 )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​emwadde](https://github.com/emwadde )
- [@​franklinfollis](https://github.com/franklinfollis )
- [@​jackkleeman](https://github.com/jackkleeman )
- [@​jarred-sumner](https://github.com/jarred-sumner )
- [@​kjanat](https://github.com/kjanat )
- [@​makuko](https://github.com/makuko )
- [@​mattermoran](https://github.com/mattermoran )
- [@​nektro](https://github.com/nektro )
- [@​nfreya](https://github.com/nfreya )
- [@​nicocevallos](https://github.com/nicocevallos )
- [@​rekram1-node](https://github.com/rekram1-node )
- [@​remorses](https://github.com/remorses )
- [@​robobun](https://github.com/robobun )
- [@​sosukesuzuki](https://github.com/sosukesuzuki )
- [@​sqdshguy](https://github.com/sqdshguy )
- [@​veggiesaurus](https://github.com/veggiesaurus )
</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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Reviewed-on: #80
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-01-25 20:38:35 +01:00
98ef27dcb5
chore(deps): update dependency pino to v10.2.1 ( #79 )
...
CD / Test (push) Successful in 1m7s
CD / Create tag (push) Successful in 28s
CD / Build and push (amd64) (push) Successful in 40s
CD / Build and push (arm64) (push) Successful in 1m41s
CD / Create manifest (push) Successful in 7s
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [pino](https://getpino.io ) ([source](https://github.com/pinojs/pino )) | [`10.1.0` → `10.2.1`](https://renovatebot.com/diffs/npm/pino/10.1.0/10.2.1 ) |  |  |
---
### Release Notes
<details>
<summary>pinojs/pino (pino)</summary>
### [`v10.2.1`](https://github.com/pinojs/pino/releases/tag/v10.2.1 )
[Compare Source](https://github.com/pinojs/pino/compare/v10.2.0...v10.2.1 )
#### What's Changed
- fix: prevent ERR\_WORKER\_INVALID\_EXEC\_ARGV with monitoring tools by [@​mcollina](https://github.com/mcollina ) in [#​2379](https://github.com/pinojs/pino/pull/2379 )
**Full Changelog**: <https://github.com/pinojs/pino/compare/v10.2.0...v10.2.1 >
### [`v10.2.0`](https://github.com/pinojs/pino/releases/tag/v10.2.0 )
[Compare Source](https://github.com/pinojs/pino/compare/v10.1.1...v10.2.0 )
#### What's Changed
- chore: lint TypeScript files by [@​mrazauskas](https://github.com/mrazauskas ) in [#​2363](https://github.com/pinojs/pino/pull/2363 )
- fix: prevent memory leak when using transport with --import preload by [@​mcollina](https://github.com/mcollina ) in [#​2374](https://github.com/pinojs/pino/pull/2374 )
#### New Contributors
- [@​mrazauskas](https://github.com/mrazauskas ) made their first contribution in [#​2363](https://github.com/pinojs/pino/pull/2363 )
**Full Changelog**: <https://github.com/pinojs/pino/compare/v10.1.1...v10.2.0 >
### [`v10.1.1`](https://github.com/pinojs/pino/releases/tag/v10.1.1 )
[Compare Source](https://github.com/pinojs/pino/compare/v10.1.0...v10.1.1 )
#### What's Changed
- fix(types): Correct conditional type handling for generic log function arguments by [@​samchungy](https://github.com/samchungy ) in [#​2329](https://github.com/pinojs/pino/pull/2329 )
- perf: use JSON.stringify in fast path for node v25+ by [@​ronag](https://github.com/ronag ) in [#​2330](https://github.com/pinojs/pino/pull/2330 )
- build(deps): bump actions/setup-node from 4 to 6 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2336](https://github.com/pinojs/pino/pull/2336 )
- build(deps-dev): bump borp from 0.20.2 to 0.21.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2337](https://github.com/pinojs/pino/pull/2337 )
- build(deps): bump pino-abstract-transport from 2.0.0 to 3.0.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2338](https://github.com/pinojs/pino/pull/2338 )
- docs: update CONTRIBUTING.md to reference 'main' instead of 'master' by [@​NoobFullStack](https://github.com/NoobFullStack ) in [#​2334](https://github.com/pinojs/pino/pull/2334 )
- feat(browser): add reportCaller to surface user callsite by [@​dev-KingMaster](https://github.com/dev-KingMaster ) in [#​2340](https://github.com/pinojs/pino/pull/2340 )
- docs: update transports.md by [@​marklai1998](https://github.com/marklai1998 ) in [#​2224](https://github.com/pinojs/pino/pull/2224 )
- docs: add Node.js 22+ native TypeScript type stripping support by [@​mcollina](https://github.com/mcollina ) in [#​2347](https://github.com/pinojs/pino/pull/2347 )
- feat(types): use ThreadStream type from thread-stream by [@​CHC383](https://github.com/CHC383 ) in [#​2320](https://github.com/pinojs/pino/pull/2320 )
- build(deps): bump actions/checkout from 5.0.0 to 6.0.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2354](https://github.com/pinojs/pino/pull/2354 )
- build(deps): update thread-stream to v4 by [@​mcollina](https://github.com/mcollina ) in [#​2356](https://github.com/pinojs/pino/pull/2356 )
- fix: harden transport loading against prototype pollution by [@​omdxp](https://github.com/omdxp ) in [#​2358](https://github.com/pinojs/pino/pull/2358 )
- docs: add threat model to SECURITY.md by [@​mcollina](https://github.com/mcollina ) in [#​2360](https://github.com/pinojs/pino/pull/2360 )
- build(deps): bump actions/checkout from 6.0.0 to 6.0.1 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2365](https://github.com/pinojs/pino/pull/2365 )
- build(deps-dev): bump [@​types/node](https://github.com/types/node ) from 24.10.4 to 25.0.3 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2367](https://github.com/pinojs/pino/pull/2367 )
- fix: allow passing string, number, null for %o placeholder by [@​rChaoz](https://github.com/rChaoz ) in [#​2372](https://github.com/pinojs/pino/pull/2372 )
#### New Contributors
- [@​NoobFullStack](https://github.com/NoobFullStack ) made their first contribution in [#​2334](https://github.com/pinojs/pino/pull/2334 )
- [@​dev-KingMaster](https://github.com/dev-KingMaster ) made their first contribution in [#​2340](https://github.com/pinojs/pino/pull/2340 )
- [@​marklai1998](https://github.com/marklai1998 ) made their first contribution in [#​2224](https://github.com/pinojs/pino/pull/2224 )
- [@​CHC383](https://github.com/CHC383 ) made their first contribution in [#​2320](https://github.com/pinojs/pino/pull/2320 )
- [@​omdxp](https://github.com/omdxp ) made their first contribution in [#​2358](https://github.com/pinojs/pino/pull/2358 )
- [@​rChaoz](https://github.com/rChaoz ) made their first contribution in [#​2372](https://github.com/pinojs/pino/pull/2372 )
**Full Changelog**: <https://github.com/pinojs/pino/compare/v10.1.0...v10.1.1 >
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi43MS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Reviewed-on: #79
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-01-25 17:30:54 +01:00
f72a7189ad
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.1.1 ( #81 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/actions ](https://gitea.t000-n.de/t.behrendt/actions ) | action | patch | `0.1.0` → `0.1.1` |
---
### Release Notes
<details>
<summary>t.behrendt/actions (https://gitea.t000-n.de/t.behrendt/actions )</summary>
### [`v0.1.1`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.0...0.1.1 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.0...0.1.1 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYWN0aW9uIiwiZGVwcyJdfQ==-->
Reviewed-on: #81
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-01-25 17:30:36 +01:00
86fae5195e
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.22 ( #77 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment ](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment ) | action | patch | `0.1.20` → `0.1.22` |
---
### Release Notes
<details>
<summary>t.behrendt/conventional-semantic-git-tag-increment (https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment )</summary>
### [`v0.1.22`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.21...0.1.22 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.21...0.1.22 )
### [`v0.1.21`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.20...0.1.21 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.20...0.1.21 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYWN0aW9uIiwiZGVwcyJdfQ==-->
Reviewed-on: #77
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-01-08 19:25:59 +01:00
eb75b3eb68
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.1.0 ( #78 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/actions ](https://gitea.t000-n.de/t.behrendt/actions ) | action | minor | `0.0.2` → `0.1.0` |
---
### Release Notes
<details>
<summary>t.behrendt/actions (https://gitea.t000-n.de/t.behrendt/actions )</summary>
### [`v0.1.0`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.0.4...0.1.0 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.0.4...0.1.0 )
### [`v0.0.4`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.0.3...0.0.4 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.0.3...0.0.4 )
### [`v0.0.3`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.0.2...0.0.3 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.0.2...0.0.3 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYWN0aW9uIiwiZGVwcyJdfQ==-->
Reviewed-on: #78
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-01-08 19:25:47 +01:00
8ca683e75b
chore(deps): update bun version to v1.3.5 ( #74 )
...
CD / Test (push) Successful in 1m11s
CD / Build and push (amd64) (push) Successful in 36s
CD / Build and push (arm64) (push) Successful in 2m13s
CD / Create tag (push) Successful in 6s
CD / Create manifest (push) Successful in 20s
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) | Type | Update |
|---|---|---|---|---|---|
| [Bun](https://bun.com ) ([source](https://github.com/oven-sh/bun )) | `1.3.4` → `1.3.5` |  |  | | patch |
| [oven/bun](https://github.com/oven-sh/bun ) | `1.3.4` → `1.3.5` |  |  | final | patch |
---
### Release Notes
<details>
<summary>oven-sh/bun (Bun)</summary>
### [`v1.3.5`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.5 ): Bun v1.3.5
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.4...bun-v1.3.5 )
To install Bun v1.3.5
```bash
curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun
```
Windows:
```bash
powershell -c "irm bun.sh/install.ps1|iex"
```
To upgrade to Bun v1.3.5:
```bash
bun upgrade
```
##### [Read Bun v1.3.5's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.5 )
##### Thanks to 10 contributors!
- [@​alii](https://github.com/alii )
- [@​cirospaciari](https://github.com/cirospaciari )
- [@​crishoj](https://github.com/crishoj )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​elfayer](https://github.com/elfayer )
- [@​hamidrezahanafi](https://github.com/hamidrezahanafi )
- [@​jarred-sumner](https://github.com/jarred-sumner )
- [@​kylekz](https://github.com/kylekz )
- [@​robobun](https://github.com/robobun )
- [@​ryangst](https://github.com/ryangst )
</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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41Mi4wIiwidXBkYXRlZEluVmVyIjoiNDIuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Reviewed-on: #74
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2025-12-26 15:51:23 +01:00
501e69de76
chore(deps): update docker/setup-buildx-action digest to 8d2750c ( #73 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) ([changelog](e468171a9d..8d2750c68a )) | action | digest | `e468171` -> `8d2750c` |
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Ny4wIiwidXBkYXRlZEluVmVyIjoiNDIuNDcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYWN0aW9uIiwiZGVwcyJdfQ==-->
Reviewed-on: #73
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2025-12-19 19:37:38 +01:00
fdd0721d0c
chore(deps): update bun version to v1.3.4 ( #57 )
...
CD / Test (push) Successful in 1m18s
CD / Create tag (push) Successful in 11s
CD / Build and push (amd64) (push) Successful in 39s
CD / Build and push (arm64) (push) Successful in 1m54s
CD / Create manifest (push) Successful in 22s
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) | Type | Update |
|---|---|---|---|---|---|
| [Bun](https://bun.com ) ([source](https://github.com/oven-sh/bun )) | `1.3.2` -> `1.3.4` |  |  | | patch |
| [oven/bun](https://github.com/oven-sh/bun ) | `1.3.2` -> `1.3.4` |  |  | final | patch |
---
### Release Notes
<details>
<summary>oven-sh/bun (Bun)</summary>
### [`v1.3.4`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.4 ): Bun v1.3.4
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.3...bun-v1.3.4 )
To install Bun v1.3.4
```bash
curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun
```
Windows:
```bash
powershell -c "irm bun.sh/install.ps1|iex"
```
To upgrade to Bun v1.3.4:
```bash
bun upgrade
```
##### [Read Bun v1.3.4's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.4 )
##### Thanks to 14 contributors!
- [@​alii](https://github.com/alii )
- [@​amdad121](https://github.com/amdad121 )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​eroderust](https://github.com/eroderust )
- [@​jarred-sumner](https://github.com/jarred-sumner )
- [@​lydiahallie](https://github.com/lydiahallie )
- [@​markovejnovic](https://github.com/markovejnovic )
- [@​nektro](https://github.com/nektro )
- [@​pfgithub](https://github.com/pfgithub )
- [@​riskymh](https://github.com/riskymh )
- [@​robobun](https://github.com/robobun )
- [@​shendongming](https://github.com/shendongming )
- [@​tamicktom](https://github.com/tamicktom )
- [@​taylordotfish](https://github.com/taylordotfish )
### [`v1.3.3`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.3 ): Bun v1.3.3
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.2...bun-v1.3.3 )
To install Bun v1.3.3
```bash
curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun
```
Windows:
```bash
powershell -c "irm bun.sh/install.ps1|iex"
```
To upgrade to Bun v1.3.3:
```bash
bun upgrade
```
##### [Read Bun v1.3.3's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.3 )
##### Thanks to 19 contributors!
- [@​alii](https://github.com/alii )
- [@​braden-w](https://github.com/braden-w )
- [@​cirospaciari](https://github.com/cirospaciari )
- [@​connerlphillippi](https://github.com/connerlphillippi )
- [@​dioro](https://github.com/dioro )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​halil-pan](https://github.com/halil-pan )
- [@​hona](https://github.com/hona )
- [@​jarred-sumner](https://github.com/jarred-sumner )
- [@​lydiahallie](https://github.com/lydiahallie )
- [@​markovejnovic](https://github.com/markovejnovic )
- [@​minigod](https://github.com/minigod )
- [@​nathanosoares](https://github.com/nathanosoares )
- [@​nektro](https://github.com/nektro )
- [@​ocodista](https://github.com/ocodista )
- [@​pfgithub](https://github.com/pfgithub )
- [@​riskymh](https://github.com/riskymh )
- [@​robobun](https://github.com/robobun )
- [@​yinheli](https://github.com/yinheli )
</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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0Mi4zOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #57
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2025-12-16 10:09:56 +01:00
c3511c8f7b
chore(deps): update dependency ts3-nodejs-library to v3.5.1 ( #69 )
...
CD / Test (push) Successful in 58s
CD / Build and push (amd64) (push) Successful in 34s
CD / Create tag (push) Successful in 37s
CD / Build and push (arm64) (push) Successful in 2m4s
CD / Create manifest (push) Successful in 22s
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 ) |  |  |
---
### 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](5df10160ba...919b38f2f2 )
- fix type of clientTalkRequest
### [`v3.5.0`](https://github.com/Multivit4min/TS3-NodeJS-Library/blob/HEAD/CHANGELOG.md#350---06072023 )
[Compare Source](dec190b9f8...5df10160ba )
- 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](c132eb6a4f...dec190b9f8 )
- 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==-->
Reviewed-on: #69
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2025-12-12 20:49:30 +01:00
2ffd9aa668
ci: fix image org ( #72 )
...
Reviewed-on: #72
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2025-12-12 20:07:29 +01:00