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
168fa9bfff
fix(deps): update dependency pino-pretty to v13.1.3 ( #68 )
...
CD / Test (push) Successful in 1m0s
CD / Create tag (push) Successful in 26s
CD / Build and push (amd64) (push) Successful in 35s
CD / Build and push (arm64) (push) Successful in 1m56s
CD / Create manifest (push) Failing after 21s
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [pino-pretty](https://github.com/pinojs/pino-pretty ) | [`13.0.0` -> `13.1.3`](https://renovatebot.com/diffs/npm/pino-pretty/13.0.0/13.1.3 ) |  |  |
---
### Release Notes
<details>
<summary>pinojs/pino-pretty (pino-pretty)</summary>
### [`v13.1.3`](https://github.com/pinojs/pino-pretty/releases/tag/v13.1.3 )
[Compare Source](https://github.com/pinojs/pino-pretty/compare/v13.1.2...v13.1.3 )
#### What's Changed
- Add in the README file a snippet to use pino-pretty only for dev by [@​himito](https://github.com/himito ) in [#​623](https://github.com/pinojs/pino-pretty/pull/623 )
- build(deps): bump actions/setup-node from 4 to 6 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​626](https://github.com/pinojs/pino-pretty/pull/626 )
- build(deps-dev): bump borp from 0.20.2 to 0.21.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​627](https://github.com/pinojs/pino-pretty/pull/627 )
- build(deps-dev): bump pino from 9.14.0 to 10.1.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​628](https://github.com/pinojs/pino-pretty/pull/628 )
- build(deps): bump pino-abstract-transport from 2.0.0 to 3.0.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​629](https://github.com/pinojs/pino-pretty/pull/629 )
- Update format-time.js documentation to match functionality by [@​g-sanner](https://github.com/g-sanner ) in [#​632](https://github.com/pinojs/pino-pretty/pull/632 )
- build(deps): bump actions/checkout from 5 to 6 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​636](https://github.com/pinojs/pino-pretty/pull/636 )
- build(deps): bump fast-copy from 3.0.2 to 4.0.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​637](https://github.com/pinojs/pino-pretty/pull/637 )
- fix: messageFormat print 0 value by [@​gutenye](https://github.com/gutenye ) in [#​635](https://github.com/pinojs/pino-pretty/pull/635 )
#### New Contributors
- [@​himito](https://github.com/himito ) made their first contribution in [#​623](https://github.com/pinojs/pino-pretty/pull/623 )
- [@​g-sanner](https://github.com/g-sanner ) made their first contribution in [#​632](https://github.com/pinojs/pino-pretty/pull/632 )
- [@​gutenye](https://github.com/gutenye ) made their first contribution in [#​635](https://github.com/pinojs/pino-pretty/pull/635 )
**Full Changelog**: <https://github.com/pinojs/pino-pretty/compare/v13.1.2...v13.1.3 >
### [`v13.1.2`](https://github.com/pinojs/pino-pretty/releases/tag/v13.1.2 )
[Compare Source](https://github.com/pinojs/pino-pretty/compare/v13.1.1...v13.1.2 )
#### What's Changed
- build(deps-dev): bump typescript from 5.8.3 to 5.9.2 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​609](https://github.com/pinojs/pino-pretty/pull/609 )
- build(deps): bump actions/checkout from 4 to 5 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​621](https://github.com/pinojs/pino-pretty/pull/621 )
- build(deps-dev): bump tsd from 0.32.0 to 0.33.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​622](https://github.com/pinojs/pino-pretty/pull/622 )
- fix: allow esm import for isColorSupported by [@​JoeCap08055](https://github.com/JoeCap08055 ) in [#​616](https://github.com/pinojs/pino-pretty/pull/616 )
- Use neostandard and remove pre-commit by [@​jsumners](https://github.com/jsumners ) in [#​624](https://github.com/pinojs/pino-pretty/pull/624 )
- fix: missing `property` on objectColorizer by [@​IronGeek](https://github.com/IronGeek ) in [#​625](https://github.com/pinojs/pino-pretty/pull/625 )
#### New Contributors
- [@​JoeCap08055](https://github.com/JoeCap08055 ) made their first contribution in [#​616](https://github.com/pinojs/pino-pretty/pull/616 )
- [@​IronGeek](https://github.com/IronGeek ) made their first contribution in [#​625](https://github.com/pinojs/pino-pretty/pull/625 )
**Full Changelog**: <https://github.com/pinojs/pino-pretty/compare/v13.1.1...v13.1.2 >
### [`v13.1.1`](https://github.com/pinojs/pino-pretty/releases/tag/v13.1.1 )
[Compare Source](https://github.com/pinojs/pino-pretty/compare/v13.1.0...v13.1.1 )
#### What's Changed
- Revert "chore: upgrade dateformat" by [@​Uzlopak](https://github.com/Uzlopak ) in [#​607](https://github.com/pinojs/pino-pretty/pull/607 )
**Full Changelog**: <https://github.com/pinojs/pino-pretty/compare/v13.1.0...v13.1.1 >
### [`v13.1.0`](https://github.com/pinojs/pino-pretty/releases/tag/v13.1.0 )
[Compare Source](https://github.com/pinojs/pino-pretty/compare/v13.0.0...v13.1.0 )
#### What's Changed
- Bump [@​arethetypeswrong/cli](https://github.com/arethetypeswrong/cli ) from 0.16.4 to 0.17.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​543](https://github.com/pinojs/pino-pretty/pull/543 )
- Bump secure-json-parse from 2.7.0 to 3.0.1 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​547](https://github.com/pinojs/pino-pretty/pull/547 )
- Bump typescript from 5.6.3 to 5.7.2 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​548](https://github.com/pinojs/pino-pretty/pull/548 )
- Readme.md: remove the command prompt symbol by [@​yegorich](https://github.com/yegorich ) in [#​545](https://github.com/pinojs/pino-pretty/pull/545 )
- Add magenta as the color for printed object properties. Fixes suport for `--no-colorizeObjects` by [@​mcollina](https://github.com/mcollina ) in [#​553](https://github.com/pinojs/pino-pretty/pull/553 )
- Bump typescript from 5.7.3 to 5.8.2 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​555](https://github.com/pinojs/pino-pretty/pull/555 )
- perf: use `node:` prefix to bypass require.cache call for builtins by [@​Fdawgs](https://github.com/Fdawgs ) in [#​556](https://github.com/pinojs/pino-pretty/pull/556 )
- perf: add missing `'use strict'` directives by [@​Fdawgs](https://github.com/Fdawgs ) in [#​557](https://github.com/pinojs/pino-pretty/pull/557 )
- Bump rimraf from 3.0.2 to 6.0.1 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​520](https://github.com/pinojs/pino-pretty/pull/520 )
- build(dependabot): reduce npm updates to monthly by [@​Fdawgs](https://github.com/Fdawgs ) in [#​558](https://github.com/pinojs/pino-pretty/pull/558 )
- Bump secure-json-parse from 3.0.2 to 4.0.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​559](https://github.com/pinojs/pino-pretty/pull/559 )
- Bump tsd from 0.31.2 to 0.32.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​562](https://github.com/pinojs/pino-pretty/pull/562 )
- test: enable borp to move to node test by [@​Puppo](https://github.com/Puppo ) in [#​564](https://github.com/pinojs/pino-pretty/pull/564 )
- chore: enable node 24 in CI by [@​Puppo](https://github.com/Puppo ) in [#​565](https://github.com/pinojs/pino-pretty/pull/565 )
- fix: borp file test match by [@​Puppo](https://github.com/Puppo ) in [#​573](https://github.com/pinojs/pino-pretty/pull/573 )
- test: move colors.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​574](https://github.com/pinojs/pino-pretty/pull/574 )
- Fix: Updated wrong reference for colors object by [@​rinkeshpurohit](https://github.com/rinkeshpurohit ) in [#​597](https://github.com/pinojs/pino-pretty/pull/597 )
- test: move prettify-time.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​595](https://github.com/pinojs/pino-pretty/pull/595 )
- test: move index.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​583](https://github.com/pinojs/pino-pretty/pull/583 )
- build(deps-dev): bump borp from 0.19.0 to 0.20.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​601](https://github.com/pinojs/pino-pretty/pull/601 )
- build(deps-dev): bump [@​arethetypeswrong/cli](https://github.com/arethetypeswrong/cli ) from 0.17.4 to 0.18.1 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​603](https://github.com/pinojs/pino-pretty/pull/603 )
- test: move basic.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​566](https://github.com/pinojs/pino-pretty/pull/566 )
- build(deps-dev): bump [@​types/node](https://github.com/types/node ) from 22.15.34 to 24.0.8 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​604](https://github.com/pinojs/pino-pretty/pull/604 )
- test: move cli.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​568](https://github.com/pinojs/pino-pretty/pull/568 )
- The finalization registry bug has been fixed by [@​mcollina](https://github.com/mcollina ) in [#​572](https://github.com/pinojs/pino-pretty/pull/572 )
- test: move cli-rc.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​567](https://github.com/pinojs/pino-pretty/pull/567 )
- test: move crlf.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​569](https://github.com/pinojs/pino-pretty/pull/569 )
- test: move error-objects.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​571](https://github.com/pinojs/pino-pretty/pull/571 )
- test: move build-safe-sonic-boom.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​575](https://github.com/pinojs/pino-pretty/pull/575 )
- test: move create-date.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​576](https://github.com/pinojs/pino-pretty/pull/576 )
- test: move delete-log-property.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​577](https://github.com/pinojs/pino-pretty/pull/577 )
- test: move filter-log.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​578](https://github.com/pinojs/pino-pretty/pull/578 )
- test: move format-time.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​579](https://github.com/pinojs/pino-pretty/pull/579 )
- test: move get-property-value.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​580](https://github.com/pinojs/pino-pretty/pull/580 )
- test: move handle-custom-levels-opts.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​582](https://github.com/pinojs/pino-pretty/pull/582 )
- test: move interpret-conditionals.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​584](https://github.com/pinojs/pino-pretty/pull/584 )
- test: move is-object.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​585](https://github.com/pinojs/pino-pretty/pull/585 )
- test: move is-valid-date.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​586](https://github.com/pinojs/pino-pretty/pull/586 )
- test: move join-lines-with-indentation.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​587](https://github.com/pinojs/pino-pretty/pull/587 )
- test: move noop.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​588](https://github.com/pinojs/pino-pretty/pull/588 )
- test: move prettify-error-log.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​589](https://github.com/pinojs/pino-pretty/pull/589 )
- test: move prettify-error.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​590](https://github.com/pinojs/pino-pretty/pull/590 )
- test: move prettify-level.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​591](https://github.com/pinojs/pino-pretty/pull/591 )
- test: move prettify-message.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​592](https://github.com/pinojs/pino-pretty/pull/592 )
- test: move prettify-metadata.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​593](https://github.com/pinojs/pino-pretty/pull/593 )
- test: move prettify-object.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​594](https://github.com/pinojs/pino-pretty/pull/594 )
- test: move split-property-key.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​596](https://github.com/pinojs/pino-pretty/pull/596 )
- chore: upgrade strip-json-comments by [@​Uzlopak](https://github.com/Uzlopak ) in [#​600](https://github.com/pinojs/pino-pretty/pull/600 )
- chore: upgrade dateformat by [@​Uzlopak](https://github.com/Uzlopak ) in [#​598](https://github.com/pinojs/pino-pretty/pull/598 )
- chore: remove coveralls artifact in gh workflow by [@​Uzlopak](https://github.com/Uzlopak ) in [#​599](https://github.com/pinojs/pino-pretty/pull/599 )
- fix: loosen up customPrettifiers typing constraints by [@​Frederick888](https://github.com/Frederick888 ) in [#​551](https://github.com/pinojs/pino-pretty/pull/551 )
- test: move handle-custom-levels-names-opts.test.js to node test by [@​Puppo](https://github.com/Puppo ) in [#​581](https://github.com/pinojs/pino-pretty/pull/581 )
#### New Contributors
- [@​yegorich](https://github.com/yegorich ) made their first contribution in [#​545](https://github.com/pinojs/pino-pretty/pull/545 )
- [@​Puppo](https://github.com/Puppo ) made their first contribution in [#​564](https://github.com/pinojs/pino-pretty/pull/564 )
- [@​rinkeshpurohit](https://github.com/rinkeshpurohit ) made their first contribution in [#​597](https://github.com/pinojs/pino-pretty/pull/597 )
- [@​Uzlopak](https://github.com/Uzlopak ) made their first contribution in [#​600](https://github.com/pinojs/pino-pretty/pull/600 )
- [@​Frederick888](https://github.com/Frederick888 ) made their first contribution in [#​551](https://github.com/pinojs/pino-pretty/pull/551 )
**Full Changelog**: <https://github.com/pinojs/pino-pretty/compare/v13.0.0...v13.1.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zNy4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Reviewed-on: #68
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 19:53:37 +01:00
d465a50e4a
chore(deps): update actions/checkout action to v6 ( #64 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout ) | action | major | `v5` -> `v6` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
### [`v6`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v600 )
[Compare Source](https://github.com/actions/checkout/compare/v5...v6 )
- Persist creds to a separate file by [@​ericsciple](https://github.com/ericsciple ) in [#​2286](https://github.com/actions/checkout/pull/2286 )
- Update README to include Node.js 24 support details and requirements by [@​salmanmkc](https://github.com/salmanmkc ) in [#​2248](https://github.com/actions/checkout/pull/2248 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC41IiwidXBkYXRlZEluVmVyIjoiNDIuMjYuMTEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #64
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 19:53:13 +01:00
08463d055f
ci: add semver releases ( #71 )
...
Adding semver release based on conventional commit, as well as adding prerelease support via workflow_dispatch.
Reviewed-on: #71
Reviewed-by: branch-buddy <branch-buddy@t00n.de >
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2025-12-12 19:42:18 +01:00
3b3ad483b7
ci: refactor to native change detection ( #70 )
...
Removing the 3rd party dependent "check-changes" job, while keeping the "test" job. Replacing the check-changes with GitHub Action's native "paths" parameter.
Reviewed-on: #70
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2025-12-12 13:33:46 +01:00
acd978aa29
fix(deps): update dependency pino to v10 ( #53 )
...
CD / Check changes (push) Successful in 14s
CD / Test (push) Successful in 18s
CD / Build and push (amd64) (push) Successful in 34s
CD / Build and push (arm64) (push) Successful in 1m48s
CD / Create manifest (push) Successful in 23s
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 )) | [`9.6.0` -> `10.1.0`](https://renovatebot.com/diffs/npm/pino/9.6.0/10.1.0 ) |  |  |
---
### Release Notes
<details>
<summary>pinojs/pino (pino)</summary>
### [`v10.1.0`](https://github.com/pinojs/pino/releases/tag/v10.1.0 )
[Compare Source](https://github.com/pinojs/pino/compare/v10.0.0...v10.1.0 )
#### What's Changed
- test: add regression test for issue [#​2313](https://github.com/pinojs/pino/issues/2313 ) by [@​mcollina](https://github.com/mcollina ) in [#​2314](https://github.com/pinojs/pino/pull/2314 )
- fix!: use safer types for censor function signature ([#​2307](https://github.com/pinojs/pino/issues/2307 )) by [@​slifty](https://github.com/slifty ) in [#​2308](https://github.com/pinojs/pino/pull/2308 )
- remove unused parsedChindingsSym symbol by [@​mcollina](https://github.com/mcollina ) in [#​2315](https://github.com/pinojs/pino/pull/2315 )
- chore: add .npmignore to exclude unnecessary files by [@​mcollina](https://github.com/mcollina ) in [#​2312](https://github.com/pinojs/pino/pull/2312 )
- chore(lint): migrate from standard to neostandard & upgrade eslint to v9 by [@​lokeshwar777](https://github.com/lokeshwar777 ) in [#​2316](https://github.com/pinojs/pino/pull/2316 )
- build(deps-dev): bump eslint-plugin-n from 15.7.0 to 17.23.1 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2305](https://github.com/pinojs/pino/pull/2305 )
- Use [@​pinojs/redact](https://github.com/pinojs/redact ) by [@​mcollina](https://github.com/mcollina ) in [#​2321](https://github.com/pinojs/pino/pull/2321 )
- fix: added missing isoTimeNano to nested namespace by [@​edge33](https://github.com/edge33 ) in [#​2325](https://github.com/pinojs/pino/pull/2325 )
#### New Contributors
- [@​slifty](https://github.com/slifty ) made their first contribution in [#​2308](https://github.com/pinojs/pino/pull/2308 )
- [@​lokeshwar777](https://github.com/lokeshwar777 ) made their first contribution in [#​2316](https://github.com/pinojs/pino/pull/2316 )
**Full Changelog**: <https://github.com/pinojs/pino/compare/v10.0.0...v10.1.0 >
### [`v10.0.0`](https://github.com/pinojs/pino/releases/tag/v10.0.0 )
[Compare Source](https://github.com/pinojs/pino/compare/v9.14.0...v10.0.0 )
The only breaking change is dropping support for Node 18.
#### What's Changed
- feat(types): add LogFnFields by [@​samchungy](https://github.com/samchungy ) in [#​2254](https://github.com/pinojs/pino/pull/2254 )
- Convert tests to node:test by [@​jsumners](https://github.com/jsumners ) in [#​2299](https://github.com/pinojs/pino/pull/2299 )
- removed unused .taprc.yaml by [@​jsumners](https://github.com/jsumners ) in [#​2310](https://github.com/pinojs/pino/pull/2310 )
**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.13.1...v10.0.0 >
### [`v9.14.0`](https://github.com/pinojs/pino/releases/tag/v9.14.0 )
[Compare Source](https://github.com/pinojs/pino/compare/v9.13.1...v9.14.0 )
#### What's Changed
- feat(types): add LogFnFields by [@​samchungy](https://github.com/samchungy ) in [#​2254](https://github.com/pinojs/pino/pull/2254 )
- \[v9.x] Update to pinojs redact by [@​mcollina](https://github.com/mcollina ) in [#​2322](https://github.com/pinojs/pino/pull/2322 )
- Revert setlevel opt in 9.x by [@​mcollina](https://github.com/mcollina ) in [#​2323](https://github.com/pinojs/pino/pull/2323 )
**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.13.1...v9.14.0 >
### [`v9.13.1`](https://github.com/pinojs/pino/releases/tag/v9.13.1 )
[Compare Source](https://github.com/pinojs/pino/compare/v9.13.0...v9.13.1 )
#### What's Changed
- fix(log): better logfn handling of generics by [@​rozzilla](https://github.com/rozzilla ) in [#​2309](https://github.com/pinojs/pino/pull/2309 )
**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.13.0...v9.13.1 >
### [`v9.13.0`](https://github.com/pinojs/pino/releases/tag/v9.13.0 )
[Compare Source](https://github.com/pinojs/pino/compare/v9.12.0...v9.13.0 )
#### What's Changed
- build(deps): bump actions/checkout from 4.3.0 to 5.0.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2301](https://github.com/pinojs/pino/pull/2301 )
- build(deps): bump actions/github-script from 7 to 8 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2303](https://github.com/pinojs/pino/pull/2303 )
- build(deps-dev): bump [@​yao-pkg/pkg](https://github.com/yao-pkg/pkg ) from 6.3.0 to 6.7.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2306](https://github.com/pinojs/pino/pull/2306 )
- perf: optimize .child by [@​ronag](https://github.com/ronag ) in [#​2300](https://github.com/pinojs/pino/pull/2300 )
- docs(ecosystem): add eslint-plugin-pino to ecosystem page by [@​orzarchi](https://github.com/orzarchi ) in [#​2297](https://github.com/pinojs/pino/pull/2297 )
#### New Contributors
- [@​ronag](https://github.com/ronag ) made their first contribution in [#​2300](https://github.com/pinojs/pino/pull/2300 )
- [@​orzarchi](https://github.com/orzarchi ) made their first contribution in [#​2297](https://github.com/pinojs/pino/pull/2297 )
**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.12.0...v9.13.0 >
### [`v9.12.0`](https://github.com/pinojs/pino/releases/tag/v9.12.0 )
[Compare Source](https://github.com/pinojs/pino/compare/v9.11.0...v9.12.0 )
#### What's Changed
- types: expose stdTimeFunctions on nested namespace pino while preserv… by [@​tawseefnabi](https://github.com/tawseefnabi ) in [#​2263](https://github.com/pinojs/pino/pull/2263 )
- test: exclude Windows + Node 18.18 from test matrix by [@​aryamohanan](https://github.com/aryamohanan ) in [#​2292](https://github.com/pinojs/pino/pull/2292 )
- Replace fast-redact with slow-redact by [@​mcollina](https://github.com/mcollina ) in [#​2298](https://github.com/pinojs/pino/pull/2298 )
#### New Contributors
- [@​tawseefnabi](https://github.com/tawseefnabi ) made their first contribution in [#​2263](https://github.com/pinojs/pino/pull/2263 )
**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.11.0...v9.12.0 >
### [`v9.11.0`](https://github.com/pinojs/pino/releases/tag/v9.11.0 )
[Compare Source](https://github.com/pinojs/pino/compare/v9.10.0...v9.11.0 )
#### What's Changed
- feat: added timestamp rfc3339 format with nanoseconds by [@​edge33](https://github.com/edge33 ) in [#​2251](https://github.com/pinojs/pino/pull/2251 )
- fix: gracefully handle missing diagChannel.tracingChannel on Node < 18.19 by [@​aryamohanan](https://github.com/aryamohanan ) in [#​2290](https://github.com/pinojs/pino/pull/2290 )
#### New Contributors
- [@​edge33](https://github.com/edge33 ) made their first contribution in [#​2251](https://github.com/pinojs/pino/pull/2251 )
- [@​aryamohanan](https://github.com/aryamohanan ) made their first contribution in [#​2290](https://github.com/pinojs/pino/pull/2290 )
**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.10.0...v9.11.0 >
### [`v9.10.0`](https://github.com/pinojs/pino/releases/tag/v9.10.0 )
[Compare Source](https://github.com/pinojs/pino/compare/v9.9.5...v9.10.0 )
#### What's Changed
- docs: Move pino-logflare out of legacy transports list by [@​kamilogorek](https://github.com/kamilogorek ) in [#​2283](https://github.com/pinojs/pino/pull/2283 )
- Add support for `Pear` and `Bare` runtimes by [@​yassernasc](https://github.com/yassernasc ) in [#​2278](https://github.com/pinojs/pino/pull/2278 )
- Add tracing channels by [@​jsumners-nr](https://github.com/jsumners-nr ) in [#​2281](https://github.com/pinojs/pino/pull/2281 )
- Add pino-console to ecoystem page by [@​mcollina](https://github.com/mcollina ) in [#​2288](https://github.com/pinojs/pino/pull/2288 )
#### New Contributors
- [@​kamilogorek](https://github.com/kamilogorek ) made their first contribution in [#​2283](https://github.com/pinojs/pino/pull/2283 )
- [@​yassernasc](https://github.com/yassernasc ) made their first contribution in [#​2278](https://github.com/pinojs/pino/pull/2278 )
- [@​jsumners-nr](https://github.com/jsumners-nr ) made their first contribution in [#​2281](https://github.com/pinojs/pino/pull/2281 )
**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.9.5...v9.10.0 >
### [`v9.9.5`](https://github.com/pinojs/pino/releases/tag/v9.9.5 )
[Compare Source](https://github.com/pinojs/pino/compare/v9.9.4...v9.9.5 )
#### What's Changed
- fix: allow object type in %s placeholder by [@​mcollina](https://github.com/mcollina ) in [#​2277](https://github.com/pinojs/pino/pull/2277 )
**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.9.4...v9.9.5 >
### [`v9.9.4`](https://github.com/pinojs/pino/releases/tag/v9.9.4 )
[Compare Source](https://github.com/pinojs/pino/compare/v9.9.3...v9.9.4 )
#### What's Changed
- fix(logfn): use unknown type by [@​rozzilla](https://github.com/rozzilla ) in [#​2276](https://github.com/pinojs/pino/pull/2276 )
**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.9.3...v9.9.4 >
### [`v9.9.3`](https://github.com/pinojs/pino/releases/tag/v9.9.3 )
[Compare Source](https://github.com/pinojs/pino/compare/v9.9.2...v9.9.3 )
#### What's Changed
- fix(types): compatibility when leveraging parameters by [@​rozzilla](https://github.com/rozzilla ) in [#​2273](https://github.com/pinojs/pino/pull/2273 )
#### New Contributors
- [@​rozzilla](https://github.com/rozzilla ) made their first contribution in [#​2273](https://github.com/pinojs/pino/pull/2273 )
**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.9.2...v9.9.3 >
### [`v9.9.2`](https://github.com/pinojs/pino/releases/tag/v9.9.2 )
[Compare Source](https://github.com/pinojs/pino/compare/v9.9.1...v9.9.2 )
#### What's Changed
- Avoid setLevel in child when possible by [@​mcollina](https://github.com/mcollina ) in [#​2271](https://github.com/pinojs/pino/pull/2271 )
**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.9.1...v9.9.2 >
### [`v9.9.1`](https://github.com/pinojs/pino/releases/tag/v9.9.1 )
[Compare Source](https://github.com/pinojs/pino/compare/v9.9.0...v9.9.1 )
#### What's Changed
- build(deps): bump actions/checkout from 4 to 5 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2268](https://github.com/pinojs/pino/pull/2268 )
- build(deps-dev): bump tsd from 0.32.0 to 0.33.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2269](https://github.com/pinojs/pino/pull/2269 )
- fix: TypeScript regression with boolean values in %s placeholders by [@​mcollina](https://github.com/mcollina ) in [#​2262](https://github.com/pinojs/pino/pull/2262 )
**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.9.0...v9.9.1 >
### [`v9.9.0`](https://github.com/pinojs/pino/releases/tag/v9.9.0 )
[Compare Source](https://github.com/pinojs/pino/compare/v9.8.0...v9.9.0 )
#### What's Changed
- Fix TypeScript types by [@​joshkel](https://github.com/joshkel ) in [#​2258](https://github.com/pinojs/pino/pull/2258 )
- feat: Added remove to multistream. by [@​ShogunPanda](https://github.com/ShogunPanda ) in [#​2257](https://github.com/pinojs/pino/pull/2257 )
**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.8.0...v9.9.0 >
### [`v9.8.0`](https://github.com/pinojs/pino/releases/tag/v9.8.0 )
[Compare Source](https://github.com/pinojs/pino/compare/v9.7.0...v9.8.0 )
#### What's Changed
- build(deps-dev): bump pino-pretty from 11.3.0 to 13.0.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2083](https://github.com/pinojs/pino/pull/2083 )
- chore(license): update licensing year by [@​Tony133](https://github.com/Tony133 ) in [#​2226](https://github.com/pinojs/pino/pull/2226 )
- Enhance logger function typing by [@​samchungy](https://github.com/samchungy ) in [#​2230](https://github.com/pinojs/pino/pull/2230 )
- Fix typo in bench-long-string script name in package.json by [@​prkomb](https://github.com/prkomb ) in [#​2235](https://github.com/pinojs/pino/pull/2235 )
- fix: remove trailing comma in tsconfig.json by [@​prkomb](https://github.com/prkomb ) in [#​2236](https://github.com/pinojs/pino/pull/2236 )
- build(deps-dev): bump [@​types/node](https://github.com/types/node ) from 22.15.34 to 24.0.8 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2238](https://github.com/pinojs/pino/pull/2238 )
- build(deps-dev): bump jest from 29.7.0 to 30.0.3 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2240](https://github.com/pinojs/pino/pull/2240 )
- Fix missing asObjectBindingsOnly type from browser config by [@​MarsCapone](https://github.com/MarsCapone ) in [#​2243](https://github.com/pinojs/pino/pull/2243 )
- chore: remove benchmark as devDependency by [@​Uzlopak](https://github.com/Uzlopak ) in [#​2247](https://github.com/pinojs/pino/pull/2247 )
- feat: introduce `logger.msgPrefix` getter by [@​indutny-signal](https://github.com/indutny-signal ) in [#​2232](https://github.com/pinojs/pino/pull/2232 )
- docs: link hono integration to homepage by [@​0-BSCode](https://github.com/0-BSCode ) in [#​2252](https://github.com/pinojs/pino/pull/2252 )
- Fix TS export condition by [@​mcollina](https://github.com/mcollina ) in [#​2223](https://github.com/pinojs/pino/pull/2223 )
- build(deps-dev): bump typescript from 5.8.3 to 5.9.2 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2250](https://github.com/pinojs/pino/pull/2250 )
#### New Contributors
- [@​Tony133](https://github.com/Tony133 ) made their first contribution in [#​2226](https://github.com/pinojs/pino/pull/2226 )
- [@​samchungy](https://github.com/samchungy ) made their first contribution in [#​2230](https://github.com/pinojs/pino/pull/2230 )
- [@​prkomb](https://github.com/prkomb ) made their first contribution in [#​2235](https://github.com/pinojs/pino/pull/2235 )
- [@​MarsCapone](https://github.com/MarsCapone ) made their first contribution in [#​2243](https://github.com/pinojs/pino/pull/2243 )
- [@​Uzlopak](https://github.com/Uzlopak ) made their first contribution in [#​2247](https://github.com/pinojs/pino/pull/2247 )
- [@​indutny-signal](https://github.com/indutny-signal ) made their first contribution in [#​2232](https://github.com/pinojs/pino/pull/2232 )
- [@​0-BSCode](https://github.com/0-BSCode ) made their first contribution in [#​2252](https://github.com/pinojs/pino/pull/2252 )
**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.7.0...v9.8.0 >
### [`v9.7.0`](https://github.com/pinojs/pino/releases/tag/v9.7.0 )
[Compare Source](https://github.com/pinojs/pino/compare/v9.6.0...v9.7.0 )
#### What's Changed
- Update api.md - typo in default of options.base by [@​osher](https://github.com/osher ) in [#​2113](https://github.com/pinojs/pino/pull/2113 )
- build(deps-dev): bump [@​yao-pkg/pkg](https://github.com/yao-pkg/pkg ) from 6.1.1 to 6.2.0 by [@​dependabot](https://github.com/dependabot ) in [#​2115](https://github.com/pinojs/pino/pull/2115 )
- Document that the error event on the thread stream is fatal by [@​mcollina](https://github.com/mcollina ) in [#​2116](https://github.com/pinojs/pino/pull/2116 )
- build(deps-dev): bump [@​yao-pkg/pkg](https://github.com/yao-pkg/pkg ) from 6.2.0 to 6.3.0 by [@​dependabot](https://github.com/dependabot ) in [#​2124](https://github.com/pinojs/pino/pull/2124 )
- docs: add hono example by [@​jansepke](https://github.com/jansepke ) in [#​2136](https://github.com/pinojs/pino/pull/2136 )
- build(deps-dev): bump typescript from 5.7.3 to 5.8.2 by [@​dependabot](https://github.com/dependabot ) in [#​2140](https://github.com/pinojs/pino/pull/2140 )
- build(deps): bump process-warning from 4.0.1 to 5.0.0 by [@​dependabot](https://github.com/dependabot ) in [#​2142](https://github.com/pinojs/pino/pull/2142 )
- build(dependabot): reduce npm updates to monthly by [@​Fdawgs](https://github.com/Fdawgs ) in [#​2146](https://github.com/pinojs/pino/pull/2146 )
- Skipping test in packaging into executable on ppc64 arch by [@​pacostas](https://github.com/pacostas ) in [#​2122](https://github.com/pinojs/pino/pull/2122 )
- fix: [#​2053](https://github.com/pinojs/pino/issues/2053 ) - re-added is level enabled to browser by [@​SamSalvatico](https://github.com/SamSalvatico ) in [#​2125](https://github.com/pinojs/pino/pull/2125 )
- Add asObjectBindingsOnly, allowing write to receive only the bindings as object by [@​segevfiner](https://github.com/segevfiner ) in [#​2051](https://github.com/pinojs/pino/pull/2051 )
- docs: hono js docs by [@​Puppo](https://github.com/Puppo ) in [#​2166](https://github.com/pinojs/pino/pull/2166 )
- Include pino-roll in Pino transports list by [@​mustakimkr](https://github.com/mustakimkr ) in [#​2159](https://github.com/pinojs/pino/pull/2159 )
- Fix order of pino-roll by [@​jsumners](https://github.com/jsumners ) in [#​2167](https://github.com/pinojs/pino/pull/2167 )
- build(deps-dev): bump tsd from 0.31.2 to 0.32.0 by [@​dependabot](https://github.com/dependabot ) in [#​2170](https://github.com/pinojs/pino/pull/2170 )
- The finalization registry bug has been fixed everywhere by [@​mcollina](https://github.com/mcollina ) in [#​2220](https://github.com/pinojs/pino/pull/2220 )
#### New Contributors
- [@​jansepke](https://github.com/jansepke ) made their first contribution in [#​2136](https://github.com/pinojs/pino/pull/2136 )
- [@​pacostas](https://github.com/pacostas ) made their first contribution in [#​2122](https://github.com/pinojs/pino/pull/2122 )
- [@​SamSalvatico](https://github.com/SamSalvatico ) made their first contribution in [#​2125](https://github.com/pinojs/pino/pull/2125 )
- [@​mustakimkr](https://github.com/mustakimkr ) made their first contribution in [#​2159](https://github.com/pinojs/pino/pull/2159 )
**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.6.0...v9.7.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzIuNSIsInVwZGF0ZWRJblZlciI6IjQyLjM3LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://gitea.t000-n.de/t.behrendt/ts3gotify/pulls/53
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 13:15:58 +01:00
2f8af972e3
chore: remove ts3-types dependency ( #66 )
...
CD / Check changes (push) Successful in 6s
CD / Test (push) Successful in 1m38s
CD / Build and push (amd64) (push) Successful in 34s
CD / Build and push (arm64) (push) Successful in 2m23s
CD / Create manifest (push) Successful in 22s
Removing the types for ts3-nodejs-library, as they are no longer required.
Reviewed-on: #66
Reviewed-by: branch-buddy <branch-buddy@t00n.de >
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2025-12-12 12:53:30 +01:00
10f49ef8af
chore: pin all dependencies ( #65 )
...
CD / Check changes (push) Successful in 6s
CD / Test (push) Successful in 1m48s
CD / Build and push (amd64) (push) Successful in 35s
CD / Build and push (arm64) (push) Has been cancelled
CD / Create manifest (push) Has been cancelled
Reviewed-on: #65
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2025-12-12 12:51:00 +01:00
810259148c
chore(deps): update actions/checkout digest to 93cb6ef ( #63 )
...
CD / Check changes (push) Successful in 22s
CD / Test (push) Successful in 33s
CD / Build and push (arm64) (push) Has been skipped
CD / Build and push (amd64) (push) Has been skipped
CD / Create manifest (push) Has been skipped
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout ) | action | digest | `08c6903` -> `93cb6ef` |
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0Mi4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #63
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-11-18 18:19:51 +01:00
bc813c7ffc
chore(deps): pin dependencies ( #58 )
...
CD / Check changes (push) Successful in 12s
CD / Test (push) Successful in 20s
CD / Build and push (amd64) (push) Successful in 36s
CD / Build and push (arm64) (push) Successful in 2m15s
CD / Create manifest (push) Successful in 21s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@types/ts3-nodejs-library](https://github.com/Multivit4min/TS3-NodeJS-Library ) | devDependencies | pin | [`^2.0.1` -> `2.0.1`](https://renovatebot.com/diffs/npm/@types%2fts3-nodejs-library/2.0.1/2.0.1 ) |
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin ) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin )) | devDependencies | pin | [`^5.46.0` -> `5.62.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.62.0/5.62.0 ) |
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser ) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser )) | devDependencies | pin | [`^5.46.0` -> `5.62.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.62.0/5.62.0 ) |
| [actions/checkout](https://github.com/actions/checkout ) | action | pinDigest | -> `08c6903` |
| [cspell](https://cspell.org/ ) ([source](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell )) | devDependencies | pin | [`^8.0.0` -> `8.19.4`](https://renovatebot.com/diffs/npm/cspell/8.19.4/8.19.4 ) |
| [docker/build-push-action](https://github.com/docker/build-push-action ) | action | pinDigest | -> `2634353` |
| [docker/login-action](https://github.com/docker/login-action ) | action | pinDigest | -> `5e57cd1` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) | action | pinDigest | -> `e468171` |
| [dorny/paths-filter](https://github.com/dorny/paths-filter ) | action | pinDigest | -> `de90cc6` |
| [eslint](https://eslint.org ) ([source](https://github.com/eslint/eslint )) | devDependencies | pin | [`^8.29.0` -> `8.57.1`](https://renovatebot.com/diffs/npm/eslint/8.57.1/8.57.1 ) |
| [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun ) | action | pinDigest | -> `735343b` |
| [typescript](https://www.typescriptlang.org/ ) ([source](https://github.com/microsoft/TypeScript )) | devDependencies | pin | [`^5.0.0` -> `5.9.3`](https://renovatebot.com/diffs/npm/typescript/5.9.3/5.9.3 ) |
Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies.
---
### 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 is behind base branch, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions ) if that's undesired.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0Mi4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #58
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-11-16 09:03:40 +01:00
fa31e5f54d
ci(renovate): switch to shared configs ( #56 )
...
CD / Check changes (push) Successful in 6s
CD / Test (push) Successful in 20s
CD / Build and push (amd64) (push) Has been skipped
CD / Build and push (arm64) (push) Has been skipped
CD / Create manifest (push) Has been skipped
Reviewed-on: #56
Reviewed-by: branch-buddy <branch-buddy@t00n.de >
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2025-11-15 20:51:03 +01:00
9e8538e573
chore(deps): update bun version to v1.3.2 ( #55 )
...
CD / Check changes (push) Successful in 7s
CD / Test (push) Successful in 1m14s
CD / Build and push (amd64) (push) Successful in 44s
CD / Build and push (arm64) (push) Has been cancelled
CD / Create manifest (push) Has been cancelled
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [Bun](https://bun.com ) ([source](https://github.com/oven-sh/bun )) | | patch | `1.3.1` -> `1.3.2` |
| [oven/bun](https://github.com/oven-sh/bun ) | final | patch | `1.3.1` -> `1.3.2` |
---
### Release Notes
<details>
<summary>oven-sh/bun (Bun)</summary>
### [`v1.3.2`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.2 ): Bun v1.3.2
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.1...bun-v1.3.2 )
To install Bun v1.3.2
```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.2:
```bash
bun upgrade
```
##### [Read Bun v1.3.2's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.2 )
##### Thanks to 18 contributors!
- [@​alii](https://github.com/alii )
- [@​avarayr](https://github.com/avarayr )
- [@​braden-w](https://github.com/braden-w )
- [@​cirospaciari](https://github.com/cirospaciari )
- [@​csvlad](https://github.com/csvlad )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​fraidev](https://github.com/fraidev )
- [@​jarred-sumner](https://github.com/jarred-sumner )
- [@​lillious](https://github.com/lillious )
- [@​lydiahallie](https://github.com/lydiahallie )
- [@​markovejnovic](https://github.com/markovejnovic )
- [@​nektro](https://github.com/nektro )
- [@​nkxxll](https://github.com/nkxxll )
- [@​pfgithub](https://github.com/pfgithub )
- [@​riskymh](https://github.com/riskymh )
- [@​robobun](https://github.com/robobun )
- [@​sosukesuzuki](https://github.com/sosukesuzuki )
- [@​taylordotfish](https://github.com/taylordotfish )
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0Mi4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: #55
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-11-15 20:45:42 +01:00
defc693cb9
chore(deps): update bun version to v1.3.1 ( #54 )
...
CD / Check changes (push) Successful in 7s
CD / Test (push) Successful in 59s
CD / Build and push (amd64) (push) Successful in 39s
CD / Build and push (arm64) (push) Successful in 2m17s
CD / Create manifest (push) Successful in 9s
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [Bun](https://bun.com ) ([source](https://github.com/oven-sh/bun )) | | patch | `1.3.0` -> `1.3.1` | `1.3.2` |
| [oven/bun](https://github.com/oven-sh/bun ) | final | patch | `1.3.0` -> `1.3.1` | `1.3.2` |
---
### Release Notes
<details>
<summary>oven-sh/bun (Bun)</summary>
### [`v1.3.1`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.1 ): Bun v1.3.1
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.0...bun-v1.3.1 )
To install Bun v1.3.1
```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.1:
```bash
bun upgrade
```
##### [Read Bun v1.3.1's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.1 )
##### Thanks to 15 contributors!
- [@​alinalihassan](https://github.com/alinalihassan )
- [@​cirospaciari](https://github.com/cirospaciari )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​hoxyy](https://github.com/hoxyy )
- [@​jarred-sumner](https://github.com/jarred-sumner )
- [@​jsparkdev](https://github.com/jsparkdev )
- [@​mariusz4044](https://github.com/mariusz4044 )
- [@​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 )
- [@​shlomocode](https://github.com/shlomocode )
- [@​sosukesuzuki](https://github.com/sosukesuzuki )
- [@​taylordotfish](https://github.com/taylordotfish )
Special thanks to Martin Schwarzl of Cloudflare for fuzzing & reporting several bugs!!
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTcuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #54
Reviewed-by: branch-buddy <branch-buddy@t00n.de >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2025-11-08 20:16:46 +01:00
3fa732a1c3
chore(deps): update bun version to v1.3.0 ( #52 )
...
CD / Check changes (push) Successful in 14s
CD / Build and push (amd64) (push) Successful in 37s
CD / Test (push) Successful in 22s
CD / Build and push (arm64) (push) Successful in 2m37s
CD / Create manifest (push) Successful in 25s
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [Bun](https://bun.com ) ([source](https://github.com/oven-sh/bun )) | | minor | `1.2.22` -> `1.3.0` | `1.3.1` |
| [oven/bun](https://github.com/oven-sh/bun ) | final | minor | `1.2.22` -> `1.3.0` | `1.3.1` |
---
### Release Notes
<details>
<summary>oven-sh/bun (Bun)</summary>
### [`v1.3.0`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.0 ): Bun v1.3
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.23...bun-v1.3.0 )
[Read the blog post](https://bun.com/1.3 )
<a href="https://bun.com/1.3 ">
<img width="1536" height="1024" alt="Group 77" src="https://github.com/user-attachments/assets/54a1710b-fdec-4de9-8fbd-84c640ab1f1e " />
</a>
Windows:
```bash
powershell -c "irm bun.sh/install.ps1|iex"
```
To upgrade to Bun v1.3:
```bash
bun upgrade
```
### [`v1.2.23`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.23 ): Bun v1.2.23
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.22...bun-v1.2.23 )
To install Bun v1.2.23
```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.2.23:
```bash
bun upgrade
```
##### [Read Bun v1.2.23's release notes on Bun's blog](https://bun.com/blog/bun-v1.2.23 )
##### Thanks to 16 contributors!
- [@​alii](https://github.com/alii )
- [@​btcbobby](https://github.com/btcbobby )
- [@​cirospaciari](https://github.com/cirospaciari )
- [@​donisaac](https://github.com/donisaac )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​filipstev](https://github.com/filipstev )
- [@​jarred-sumner](https://github.com/jarred-sumner )
- [@​markovejnovic](https://github.com/markovejnovic )
- [@​nathanwhit](https://github.com/nathanwhit )
- [@​nektro](https://github.com/nektro )
- [@​pfgithub](https://github.com/pfgithub )
- [@​riskymh](https://github.com/riskymh )
- [@​robobun](https://github.com/robobun )
- [@​sosukesuzuki](https://github.com/sosukesuzuki )
- [@​taylordotfish](https://github.com/taylordotfish )
- [@​vfilanovsky-openai](https://github.com/vfilanovsky-openai )
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMjUuMiIsInVwZGF0ZWRJblZlciI6IjQxLjE0NC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #52
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-10-29 08:03:28 +01:00
be02a97fe1
chore(deps): update bun version to v1.2.22 ( #51 )
...
CD / Check changes (push) Successful in 6s
CD / Test (push) Successful in 1m33s
CD / Build and push (amd64) (push) Successful in 2m0s
CD / Build and push (arm64) (push) Successful in 2m37s
CD / Create manifest (push) Successful in 19s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [Bun](https://bun.com ) ([source](https://github.com/oven-sh/bun )) | | patch | `1.2.21` -> `1.2.22` |
| [oven/bun](https://github.com/oven-sh/bun ) | final | patch | `1.2.21` -> `1.2.22` |
---
### Release Notes
<details>
<summary>oven-sh/bun (Bun)</summary>
### [`v1.2.22`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.22 ): Bun v1.2.22
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.21...bun-v1.2.22 )
To install Bun v1.2.22
```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.2.22:
```bash
bun upgrade
```
##### [Read Bun v1.2.22's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.22 )
##### Thanks to 14 contributors!
- [@​alii](https://github.com/alii )
- [@​avarayr](https://github.com/avarayr )
- [@​cirospaciari](https://github.com/cirospaciari )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​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 )
- [@​robobun](https://github.com/robobun )
- [@​samyarkd](https://github.com/samyarkd )
- [@​sosukesuzuki](https://github.com/sosukesuzuki )
- [@​taylordotfish](https://github.com/taylordotfish )
- [@​zackradisic](https://github.com/zackradisic )
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTMuMiIsInVwZGF0ZWRJblZlciI6IjQxLjExMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #51
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2025-09-27 08:21:06 +02:00
7335c5cfbc
chore(deps): update bun version to v1.2.21 ( #49 )
...
CD / Check changes (push) Successful in 11s
CD / Test (push) Successful in 1m7s
CD / Build and push (amd64) (push) Successful in 36s
CD / Build and push (arm64) (push) Successful in 2m12s
CD / Create manifest (push) Successful in 25s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [Bun](https://bun.com ) ([source](https://github.com/oven-sh/bun )) | | patch | `1.2.18` -> `1.2.21` |
| [oven/bun](https://github.com/oven-sh/bun ) | final | patch | `1.2.18` -> `1.2.21` |
---
### Release Notes
<details>
<summary>oven-sh/bun (Bun)</summary>
### [`v1.2.21`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.21 ): Bun v1.2.21
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.20...bun-v1.2.21 )
To install Bun v1.2.21
```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.2.21:
```bash
bun upgrade
```
##### [Read Bun v1.2.21's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.21 )
##### Thanks to 23 contributors!
- [@​alii](https://github.com/alii )
- [@​cirospaciari](https://github.com/cirospaciari )
- [@​connerlphillippi](https://github.com/connerlphillippi )
- [@​creationix](https://github.com/creationix )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​heimskr](https://github.com/heimskr )
- [@​imranbarbhuiya](https://github.com/imranbarbhuiya )
- [@​jarred-sumner](https://github.com/jarred-sumner )
- [@​jarred-sumner-bot](https://github.com/jarred-sumner-bot )
- [@​lifefloating](https://github.com/lifefloating )
- [@​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 )
- [@​rmncldyo](https://github.com/rmncldyo )
- [@​robobun](https://github.com/robobun )
- [@​sanderjo](https://github.com/sanderjo )
- [@​someone19204](https://github.com/someone19204 )
- [@​sosukesuzuki](https://github.com/sosukesuzuki )
- [@​taylordotfish](https://github.com/taylordotfish )
- [@​zackradisic](https://github.com/zackradisic )
- [@​zenazn](https://github.com/zenazn )
### [`v1.2.20`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.20 ): Bun v1.2.20
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.19...bun-v1.2.20 )
To install Bun v1.2.20
```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.2.20:
```bash
bun upgrade
```
##### [Read Bun v1.2.20's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.20 )
##### Thanks to 19 contributors!
- [@​190n](https://github.com/190n )
- [@​39ali](https://github.com/39ali )
- [@​alii](https://github.com/alii )
- [@​aspizu](https://github.com/aspizu )
- [@​camc314](https://github.com/camc314 )
- [@​cirospaciari](https://github.com/cirospaciari )
- [@​countbleck](https://github.com/countbleck )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​heimskr](https://github.com/heimskr )
- [@​its-me-mhd](https://github.com/its-me-mhd )
- [@​jack5079](https://github.com/jack5079 )
- [@​jarred-sumner](https://github.com/jarred-sumner )
- [@​lifefloating](https://github.com/lifefloating )
- [@​nektro](https://github.com/nektro )
- [@​pfgithub](https://github.com/pfgithub )
- [@​riskymh](https://github.com/riskymh )
- [@​robobun](https://github.com/robobun )
- [@​taylordotfish](https://github.com/taylordotfish )
- [@​zackradisic](https://github.com/zackradisic )
### [`v1.2.19`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.19 ): Bun v1.2.19
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.18...bun-v1.2.19 )
To install Bun v1.2.19
```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.2.19:
```bash
bun upgrade
```
##### [Read Bun v1.2.19's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.19 )
##### Thanks to 18 contributors!
- [@​190n](https://github.com/190n )
- [@​alii](https://github.com/alii )
- [@​cirospaciari](https://github.com/cirospaciari )
- [@​countbleck](https://github.com/countbleck )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​ericc-ch](https://github.com/ericc-ch )
- [@​heimskr](https://github.com/heimskr )
- [@​jarred-sumner](https://github.com/jarred-sumner )
- [@​jarred-sumner-bot](https://github.com/jarred-sumner-bot )
- [@​josag98](https://github.com/josag98 )
- [@​nektro](https://github.com/nektro )
- [@​pfgithub](https://github.com/pfgithub )
- [@​riskymh](https://github.com/riskymh )
- [@​robobun](https://github.com/robobun )
- [@​santosant](https://github.com/santosant )
- [@​taylordotfish](https://github.com/taylordotfish )
- [@​xanth3](https://github.com/xanth3 )
- [@​zackradisic](https://github.com/zackradisic )
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS45OC40IiwidXBkYXRlZEluVmVyIjoiNDEuOTguNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Reviewed-on: #49
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-09-09 17:27:47 +02:00
28c8238407
chore(deps): update actions/checkout action to v5 ( #50 )
...
CD / Check changes (push) Successful in 14s
CD / Test (push) Successful in 1m6s
CD / Build and push (amd64) (push) Has been skipped
CD / Build and push (arm64) (push) Has been skipped
CD / Create manifest (push) Has been skipped
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout ) | action | major | `v4` -> `v5` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
### [`v5`](https://github.com/actions/checkout/compare/v4...v5 )
[Compare Source](https://github.com/actions/checkout/compare/v4...v5 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS45OC40IiwidXBkYXRlZEluVmVyIjoiNDEuOTguNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Reviewed-on: #50
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-09-09 17:26:25 +02:00
559cc96e38
chore(deps): update bun version to v1.2.18 ( #48 )
...
CD / Check changes (push) Successful in 6s
CD / Test (push) Successful in 1m45s
CD / Build and push (amd64) (push) Successful in 36s
CD / Build and push (arm64) (push) Successful in 2m42s
CD / Create manifest (push) Successful in 54s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [Bun](https://bun.sh ) ([source](https://github.com/oven-sh/bun )) | | patch | `1.2.17` -> `1.2.18` |
| [oven/bun](https://github.com/oven-sh/bun ) | final | patch | `1.2.17` -> `1.2.18` |
---
### Release Notes
<details>
<summary>oven-sh/bun (Bun)</summary>
### [`v1.2.18`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.18 ): Bun v1.2.18
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.17...bun-v1.2.18 )
To install Bun v1.2.18
```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.2.18:
```bash
bun upgrade
```
##### [Read Bun v1.2.18's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.18 )
##### Thanks to 14 contributors!
- [@​190n](https://github.com/190n )
- [@​alii](https://github.com/alii )
- [@​cirospaciari](https://github.com/cirospaciari )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​ianzone](https://github.com/ianzone )
- [@​jarred-sumner](https://github.com/jarred-sumner )
- [@​mizulu](https://github.com/mizulu )
- [@​nektro](https://github.com/nektro )
- [@​pfgithub](https://github.com/pfgithub )
- [@​riskymh](https://github.com/riskymh )
- [@​sharunkumar](https://github.com/sharunkumar )
- [@​ssahillppatell](https://github.com/ssahillppatell )
- [@​sunsettechuila](https://github.com/sunsettechuila )
- [@​zackradisic](https://github.com/zackradisic )
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI2My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #48
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-07-04 15:31:15 +02:00
e0ec7ebf0c
chore(deps): update bun version to v1.2.17 ( #47 )
...
CD / Check changes (push) Successful in 7s
CD / Test (push) Successful in 18s
CD / Build and push (amd64) (push) Successful in 41s
CD / Build and push (arm64) (push) Successful in 2m46s
CD / Create manifest (push) Successful in 57s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [Bun](https://bun.sh ) ([source](https://github.com/oven-sh/bun )) | | patch | `1.2.16` -> `1.2.17` |
| [oven/bun](https://github.com/oven-sh/bun ) | final | patch | `1.2.16` -> `1.2.17` |
---
### Release Notes
<details>
<summary>oven-sh/bun (Bun)</summary>
### [`v1.2.17`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.17 ): Bun v1.2.17
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.16...bun-v1.2.17 )
To install Bun v1.2.17
```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.2.17:
```bash
bun upgrade
```
##### [Read Bun v1.2.17's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.17 )
##### Thanks to 15 contributors!
- [@​190n](https://github.com/190n )
- [@​alii](https://github.com/alii )
- [@​berzanorg](https://github.com/berzanorg )
- [@​crishoj](https://github.com/crishoj )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​familyboat](https://github.com/familyboat )
- [@​jarred-sumner](https://github.com/jarred-sumner )
- [@​micmelesse](https://github.com/micmelesse )
- [@​nektro](https://github.com/nektro )
- [@​pfgithub](https://github.com/pfgithub )
- [@​pxseu](https://github.com/pxseu )
- [@​riskymh](https://github.com/riskymh )
- [@​ssahillppatell](https://github.com/ssahillppatell )
- [@​sunsettechuila](https://github.com/sunsettechuila )
- [@​zackradisic](https://github.com/zackradisic )
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI2My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #47
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-06-21 22:08:04 +02:00
b14b99f236
chore(deps): update bun version to v1.2.16 ( #46 )
...
CD / Test (push) Successful in 21s
CD / Check changes (push) Successful in 32s
CD / Build and push (amd64) (push) Successful in 2m21s
CD / Build and push (arm64) (push) Successful in 3m16s
CD / Create manifest (push) Successful in 54s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [Bun](https://bun.sh ) ([source](https://github.com/oven-sh/bun )) | | patch | `1.2.15` -> `1.2.16` |
| [oven/bun](https://github.com/oven-sh/bun ) | final | patch | `1.2.15` -> `1.2.16` |
---
### Release Notes
<details>
<summary>oven-sh/bun (Bun)</summary>
### [`v1.2.16`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.16 ): Bun v1.2.16
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.15...bun-v1.2.16 )
To install Bun v1.2.16
```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.2.16:
```bash
bun upgrade
```
##### [Read Bun v1.2.16's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.16 )
##### Thanks to 25 contributors!
- [@​190n](https://github.com/190n )
- [@​39ali](https://github.com/39ali )
- [@​alii](https://github.com/alii )
- [@​cirospaciari](https://github.com/cirospaciari )
- [@​connerlphillippi](https://github.com/connerlphillippi )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​electroid](https://github.com/electroid )
- [@​familyboat](https://github.com/familyboat )
- [@​gameroman](https://github.com/gameroman )
- [@​heimskr](https://github.com/heimskr )
- [@​jarred-sumner](https://github.com/jarred-sumner )
- [@​joelshepherd](https://github.com/joelshepherd )
- [@​juliesaia](https://github.com/juliesaia )
- [@​justinyaodu](https://github.com/justinyaodu )
- [@​leanderpaul](https://github.com/leanderpaul )
- [@​nektro](https://github.com/nektro )
- [@​nobkd](https://github.com/nobkd )
- [@​pfgithub](https://github.com/pfgithub )
- [@​pxseu](https://github.com/pxseu )
- [@​sponte](https://github.com/sponte )
- [@​sunsettechuila](https://github.com/sunsettechuila )
- [@​thdxr](https://github.com/thdxr )
- [@​thejacob1000](https://github.com/thejacob1000 )
- [@​wldfngrs](https://github.com/wldfngrs )
- [@​zackradisic](https://github.com/zackradisic )
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI2My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #46
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-06-12 19:27:53 +02:00
98962b9e8d
chore(deps): update bun version to v1.2.15 ( #45 )
...
CD / Check changes (push) Successful in 7s
CD / Test (push) Successful in 1m25s
CD / Build and push (amd64) (push) Successful in 1m6s
CD / Build and push (arm64) (push) Successful in 2m56s
CD / Create manifest (push) Successful in 10s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [Bun](https://bun.sh ) ([source](https://github.com/oven-sh/bun )) | | patch | `1.2.14` -> `1.2.15` |
| [oven/bun](https://github.com/oven-sh/bun ) | final | patch | `1.2.14` -> `1.2.15` |
---
### Release Notes
<details>
<summary>oven-sh/bun (Bun)</summary>
### [`v1.2.15`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.15 ): Bun v1.2.15
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.14...bun-v1.2.15 )
To install Bun v1.2.15
```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.2.15:
```bash
bun upgrade
```
##### [Read Bun v1.2.15's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.15 )
##### Thanks to 15 contributors!
- [@​190n](https://github.com/190n )
- [@​alii](https://github.com/alii )
- [@​arrowana](https://github.com/arrowana )
- [@​cirospaciari](https://github.com/cirospaciari )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​electroid](https://github.com/electroid )
- [@​familyboat](https://github.com/familyboat )
- [@​getchoo](https://github.com/getchoo )
- [@​heimskr](https://github.com/heimskr )
- [@​jarred-sumner](https://github.com/jarred-sumner )
- [@​li-yechao](https://github.com/li-yechao )
- [@​nektro](https://github.com/nektro )
- [@​pfgithub](https://github.com/pfgithub )
- [@​sculas](https://github.com/sculas )
- [@​water-sucks](https://github.com/water-sucks )
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI2My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #45
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-05-28 22:15:37 +02:00
8d938da320
chore(deps): update bun version to v1.2.14 ( #44 )
...
CD / Test (push) Successful in 19s
CD / Check changes (push) Successful in 29s
CD / Build and push (amd64) (push) Successful in 59s
CD / Build and push (arm64) (push) Successful in 2m34s
CD / Create manifest (push) Successful in 57s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [Bun](https://bun.sh ) ([source](https://github.com/oven-sh/bun )) | | patch | `1.2.13` -> `1.2.14` |
| [oven/bun](https://github.com/oven-sh/bun ) | final | patch | `1.2.13` -> `1.2.14` |
---
### Release Notes
<details>
<summary>oven-sh/bun (Bun)</summary>
### [`v1.2.14`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.14 ): Bun v1.2.14
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.13...bun-v1.2.14 )
To install Bun v1.2.14
```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.2.14:
```bash
bun upgrade
```
##### [Read Bun v1.2.14's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.14 )
##### Thanks to 13 contributors!
- [@​190n](https://github.com/190n )
- [@​alii](https://github.com/alii )
- [@​bradeneverson](https://github.com/bradeneverson )
- [@​cirospaciari](https://github.com/cirospaciari )
- [@​devsdk](https://github.com/devsdk )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​electroid](https://github.com/electroid )
- [@​huiyifyj](https://github.com/huiyifyj )
- [@​jarred-sumner](https://github.com/jarred-sumner )
- [@​nektro](https://github.com/nektro )
- [@​pfgithub](https://github.com/pfgithub )
- [@​riskymh](https://github.com/riskymh )
- [@​sverp](https://github.com/sverp )
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI2My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #44
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-05-22 09:18:05 +02:00
769dd68a69
chore(deps): update bun version to v1.2.13 ( #43 )
...
CD / Check changes (push) Successful in 6s
CD / Test (push) Successful in 1m21s
CD / Build and push (amd64) (push) Successful in 1m4s
CD / Build and push (arm64) (push) Successful in 3m18s
CD / Create manifest (push) Successful in 11s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [Bun](https://bun.sh ) ([source](https://github.com/oven-sh/bun )) | | patch | `1.2.12` -> `1.2.13` |
| [oven/bun](https://github.com/oven-sh/bun ) | final | patch | `1.2.12` -> `1.2.13` |
---
### Release Notes
<details>
<summary>oven-sh/bun (Bun)</summary>
### [`v1.2.13`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.13 ): Bun v1.2.13
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.12...bun-v1.2.13 )
To install Bun v1.2.13
```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.2.13:
```bash
bun upgrade
```
##### [Read Bun v1.2.13's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.13 )
##### Thanks to 7 contributors!
- [@​190n](https://github.com/190n )
- [@​alii](https://github.com/alii )
- [@​cirospaciari](https://github.com/cirospaciari )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​electroid](https://github.com/electroid )
- [@​jarred-sumner](https://github.com/jarred-sumner )
- [@​pfgithub](https://github.com/pfgithub )
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI2My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #43
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-05-10 20:45:21 +02:00
f983627f26
chore(deps): update bun version to v1.2.12 ( #41 )
...
CD / Test (push) Successful in 21s
CD / Check changes (push) Successful in 30s
CD / Build and push (amd64) (push) Successful in 57s
CD / Build and push (arm64) (push) Successful in 2m29s
CD / Create manifest (push) Successful in 10s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [Bun](https://bun.sh ) ([source](https://github.com/oven-sh/bun )) | | patch | `1.2.11` -> `1.2.12` |
| [oven/bun](https://github.com/oven-sh/bun ) | final | patch | `1.2.11` -> `1.2.12` |
---
### Release Notes
<details>
<summary>oven-sh/bun (Bun)</summary>
### [`v1.2.12`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.12 ): Bun v1.2.12
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.11...bun-v1.2.12 )
To install Bun v1.2.12
```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.2.12:
```bash
bun upgrade
```
##### [Read Bun v1.2.12's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.12 )
##### Thanks to 10 contributors!
- [@​190n](https://github.com/190n )
- [@​albus-droid](https://github.com/albus-droid )
- [@​alii](https://github.com/alii )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​electroid](https://github.com/electroid )
- [@​heimskr](https://github.com/heimskr )
- [@​jarred-sumner](https://github.com/jarred-sumner )
- [@​nektro](https://github.com/nektro )
- [@​paperclover](https://github.com/paperclover )
- [@​pfgithub](https://github.com/pfgithub )
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI2My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #41
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-05-04 21:25:32 +02:00
8bb62c34e6
chore: rename bun version renovate group ( #40 )
...
CD / Check changes (push) Successful in 7s
CD / Test (push) Successful in 20s
CD / Build and push (amd64) (push) Has been skipped
CD / Build and push (arm64) (push) Has been skipped
CD / Create manifest (push) Has been skipped
Reviewed-on: #40
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2025-05-04 18:23:34 +02:00
4b106f9291
chore: bundle bun renovate updates for Docker base image and bun version file ( #38 )
...
CD / Check changes (push) Successful in 7s
CD / Test (push) Successful in 20s
CD / Build and push (amd64) (push) Has been skipped
CD / Build and push (arm64) (push) Has been skipped
CD / Create manifest (push) Has been skipped
Reviewed-on: #38
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2025-05-04 18:19:13 +02:00
4d4cd41b7d
chore: bump bum to v1.2.11 ( #35 )
...
CD / Check changes (push) Successful in 7s
CD / Test (push) Successful in 22s
CD / Build and push (amd64) (push) Successful in 59s
CD / Build and push (arm64) (push) Successful in 2m29s
CD / Create manifest (push) Successful in 52s
Co-authored-by: Renovate Bot <renovate@t00n.de >
Reviewed-on: #35
2025-04-29 17:34:17 +02:00