e81533c132
chore(deps): update dependency cspell to v9 ( #59 )
...
CD / Test (push) Successful in 14s
CD / Create tag (push) Successful in 1m34s
CD / Build and push (amd64) (push) Successful in 2m1s
CD / Build and push (arm64) (push) Successful in 2m1s
CD / Create manifest (push) Successful in 6s
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [cspell](https://cspell.org/ ) ([source](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell )) | [`8.19.4` → `9.7.0`](https://renovatebot.com/diffs/npm/cspell/8.19.4/9.7.0 ) |  |  |
---
### Release Notes
<details>
<summary>streetsidesoftware/cspell (cspell)</summary>
### [`v9.7.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v970-2026-02-23 )
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.6.4...v9.7.0 )
##### Features
<details>
<summary>feat: Substitution Part 4 - enable substitutions during document check (<a href="https://github.com/streetsidesoftware/cspell/pull/8630 ">#​8630</a>)</summary>
##### feat: Substitution Part 4 - enable substitutions during document check ([#​8630](https://github.com/streetsidesoftware/cspell/pull/8630 ))
### [`v9.6.4`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v964-2026-02-04 )
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.6.3...v9.6.4 )
##### Fixes
<details>
<summary>fix: add --no-dictionary option to lint command (<a href="https://github.com/streetsidesoftware/cspell/pull/8514 ">#​8514</a>)</summary>
##### fix: add --no-dictionary option to lint command ([#​8514](https://github.com/streetsidesoftware/cspell/pull/8514 ))
### [`v9.6.3`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v963-2026-02-02 )
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.6.2...v9.6.3 )
##### Fixes
<details>
<summary>fix: Add `engines` setting (<a href="https://github.com/streetsidesoftware/cspell/pull/8491 ">#​8491</a>)</summary>
##### fix: Add `engines` setting ([#​8491](https://github.com/streetsidesoftware/cspell/pull/8491 ))
### [`v9.6.2`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v962-2026-01-26 )
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.6.1...v9.6.2 )
##### Fixes
<details>
<summary>fix: Conditionally compress and build bTrie (<a href="https://github.com/streetsidesoftware/cspell/pull/8437 ">#​8437</a>)</summary>
##### fix: Conditionally compress and build bTrie ([#​8437](https://github.com/streetsidesoftware/cspell/pull/8437 ))
### [`v9.6.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v961-2026-01-25 )
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.6.0...v9.6.1 )
##### Fixes
<details>
<summary>fix: Move performance monitoring into its own package (<a href="https://github.com/streetsidesoftware/cspell/pull/8431 ">#​8431</a>)</summary>
##### fix: Move performance monitoring into its own package ([#​8431](https://github.com/streetsidesoftware/cspell/pull/8431 ))
### [`v9.6.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v960-2026-01-12 )
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.4.0...v9.6.0 )
##### Features
<details>
<summary>feat: ESLint-plugin -- Distinguish between Forbidden, Misspelled, and Unknown words. (<a href="https://github.com/streetsidesoftware/cspell/pull/8337 ">#​8337</a>)</summary>
##### feat: ESLint-plugin -- Distinguish between Forbidden, Misspelled, and Unknown words. ([#​8337](https://github.com/streetsidesoftware/cspell/pull/8337 ))
### [`v9.4.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v940-2025-12-01 )
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.3.2...v9.4.0 )
##### Features
<details>
<summary>feat: Add option to skip large files (<a href="https://github.com/streetsidesoftware/cspell/pull/8040 ">#​8040</a>)</summary>
##### feat: Add option to skip large files ([#​8040](https://github.com/streetsidesoftware/cspell/pull/8040 ))
New command line option: `--max-file-size <value>`
The value can be `<number>[units]`, number with optional units.
Supported units:
- `K`, `KB` - value \* 1024
- `M`, `MB` - value \* 2^20
- `G`, `GB` - value \* 2^30
There is also a new setting called `maxFileSize`. At the moment, it only takes numbers in bytes.
This allows for setting a global value and overrides based upon glob settings.
Note: the command line value will override any value found in the configuration files.
***
</details>
##### Fixes
<details>
<summary>fix: turn off gpg when publishing for now (<a href="https://github.com/streetsidesoftware/cspell/pull/8104 ">#​8104</a>)</summary>
##### fix: turn off gpg when publishing for now ([#​8104](https://github.com/streetsidesoftware/cspell/pull/8104 ))
***
</details>
<details>
<summary>fix: Turnoff signing for now (<a href="https://github.com/streetsidesoftware/cspell/pull/8102 ">#​8102</a>)</summary>
##### fix: Turnoff signing for now ([#​8102](https://github.com/streetsidesoftware/cspell/pull/8102 ))
***
</details>
<details>
<summary>fix: Sign tags and commits when publishing (<a href="https://github.com/streetsidesoftware/cspell/pull/8096 ">#​8096</a>)</summary>
##### fix: Sign tags and commits when publishing ([#​8096](https://github.com/streetsidesoftware/cspell/pull/8096 ))
***
</details>
<details>
<summary>fix: Clean up verbose output (<a href="https://github.com/streetsidesoftware/cspell/pull/8053 ">#​8053</a>)</summary>
##### fix: Clean up verbose output ([#​8053](https://github.com/streetsidesoftware/cspell/pull/8053 ))
***
</details>
<details>
<summary>fix: allow string based maxFileSize (<a href="https://github.com/streetsidesoftware/cspell/pull/8047 ">#​8047</a>)</summary>
##### fix: allow string based maxFileSize ([#​8047](https://github.com/streetsidesoftware/cspell/pull/8047 ))
- Support allowing string based maxFileSize in config files.
- Report the number of skipped files.
***
</details>
##### Dictionary Updates
<details>
<summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8091 ">#​8091</a>)</summary>
##### fix: Workflow Bot -- Update Dictionaries (main) ([#​8091](https://github.com/streetsidesoftware/cspell/pull/8091 ))
### [`v9.3.2`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v932-2025-11-15 )
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.3.1...v9.3.2 )
##### Fixes
<details>
<summary>fix: Add Zig programming language dictionary (<a href="https://github.com/streetsidesoftware/cspell/pull/7998 ">#​7998</a>)</summary>
##### fix: Add Zig programming language dictionary ([#​7998](https://github.com/streetsidesoftware/cspell/pull/7998 ))
***
</details>
<details>
<summary>fix: Search for TypeScript config files. (<a href="https://github.com/streetsidesoftware/cspell/pull/7997 ">#​7997</a>)</summary>
##### fix: Search for TypeScript config files. ([#​7997](https://github.com/streetsidesoftware/cspell/pull/7997 ))
TypeScript files were allowed, but would not be automatically found.
***
</details>
##### Dictionary Updates
<details>
<summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8004 ">#​8004</a>)</summary>
##### fix: Workflow Bot -- Update Dictionaries (main) ([#​8004](https://github.com/streetsidesoftware/cspell/pull/8004 ))
### [`v9.3.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v931-2025-11-12 )
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.3.0...v9.3.1 )
##### Fixes
<details>
<summary>fix: Support Deno (<a href="https://github.com/streetsidesoftware/cspell/pull/7966 ">#​7966</a>)</summary>
##### fix: Support Deno ([#​7966](https://github.com/streetsidesoftware/cspell/pull/7966 ))
### [`v9.3.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v930-2025-11-05 )
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.2.2...v9.3.0 )
##### Features
<details>
<summary>feat: Support loading `.ts` and `.mts` config files. (<a href="https://github.com/streetsidesoftware/cspell/pull/7961 ">#​7961</a>)</summary>
##### feat: Support loading `.ts` and `.mts` config files. ([#​7961](https://github.com/streetsidesoftware/cspell/pull/7961 ))
This PR add support to read TypeScript cspell config files.
Note: TypeScript config files will fail to load when NodeJS version is less than `v22.18.0`.
See: [Node.js — Running TypeScript Natively](https://nodejs.org/en/learn/typescript/run-natively )
***
</details>
##### Dictionary Updates
<details>
<summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7950 ">#​7950</a>)</summary>
##### fix: Workflow Bot -- Update Dictionaries (main) ([#​7950](https://github.com/streetsidesoftware/cspell/pull/7950 ))
### [`v9.2.2`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v922-2025-10-22 )
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.2.1...v9.2.2 )
##### Fixes
<details>
<summary>fix: Wait for the cache to save (<a href="https://github.com/streetsidesoftware/cspell/pull/7926 ">#​7926</a>)</summary>
##### fix: Wait for the cache to save ([#​7926](https://github.com/streetsidesoftware/cspell/pull/7926 ))
This fixes a flaky cache situation caused by not waiting for the cache to save before moving on.
***
</details>
##### Dictionary Updates
<details>
<summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7915 ">#​7915</a>)</summary>
##### fix: Workflow Bot -- Update Dictionaries (main) ([#​7915](https://github.com/streetsidesoftware/cspell/pull/7915 ))
### [`v9.2.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v921-2025-08-31 )
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.2.0...v9.2.1 )
##### Dictionary Updates
<details>
<summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7795 ">#​7795</a>)</summary>
##### fix: Workflow Bot -- Update Dictionaries (main) ([#​7795](https://github.com/streetsidesoftware/cspell/pull/7795 ))
### [`v9.2.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v920-2025-07-19 )
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.1.5...v9.2.0 )
<details>
<summary>refactor: Support url based cache entries (<a href="https://github.com/streetsidesoftware/cspell/pull/7639 ">#​7639</a>)</summary>
##### refactor: Support url based cache entries ([#​7639](https://github.com/streetsidesoftware/cspell/pull/7639 ))
***
</details>
##### Features
<details>
<summary>fix: Support remote dependencies in cache (<a href="https://github.com/streetsidesoftware/cspell/pull/7642 ">#​7642</a>)</summary>
##### fix: Support remote dependencies in cache ([#​7642](https://github.com/streetsidesoftware/cspell/pull/7642 ))
***
</details>
##### Fixes
<details>
<summary>fix: Remove `flat-cache` dependency (<a href="https://github.com/streetsidesoftware/cspell/pull/7636 ">#​7636</a>)</summary>
##### fix: Remove `flat-cache` dependency ([#​7636](https://github.com/streetsidesoftware/cspell/pull/7636 ))
`flat-cache` v6 is not compatible with the cspell cache. Since `flat-cache` was mostly a pass through to `flatted`, it was better to just replace it.
***
</details>
<details>
<summary>refactor: move towards caching URLs (<a href="https://github.com/streetsidesoftware/cspell/pull/7634 ">#​7634</a>)</summary>
##### refactor: move towards caching URLs ([#​7634](https://github.com/streetsidesoftware/cspell/pull/7634 ))
***
</details>
<details>
<summary>fix: Support async cache (<a href="https://github.com/streetsidesoftware/cspell/pull/7631 ">#​7631</a>)</summary>
##### fix: Support async cache ([#​7631](https://github.com/streetsidesoftware/cspell/pull/7631 ))
***
</details>
<details>
<summary>fix: Replace file-entry-cache (<a href="https://github.com/streetsidesoftware/cspell/pull/6579 ">#​6579</a>)</summary>
##### fix: Replace file-entry-cache ([#​6579](https://github.com/streetsidesoftware/cspell/pull/6579 ))
Deprecating the use of file-entry-cache.
v10 of `file-entry-cache` breaks the spell checker and bloats the cache size.
This PR is the first step in reducing the dependency upon file-entry-cache and its dependencies.
***
</details>
<details>
<summary>fix: Clean cspell-lib type exports (<a href="https://github.com/streetsidesoftware/cspell/pull/7615 ">#​7615</a>)</summary>
##### fix: Clean cspell-lib type exports ([#​7615](https://github.com/streetsidesoftware/cspell/pull/7615 ))
***
</details>
##### Dictionary Updates
<details>
<summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7618 ">#​7618</a>)</summary>
##### fix: Workflow Bot -- Update Dictionaries (main) ([#​7618](https://github.com/streetsidesoftware/cspell/pull/7618 ))
### [`v9.1.5`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v915-2025-07-13 )
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.1.3...v9.1.5 )
##### Fixes
<details>
<summary>fix: Compile before publish (<a href="https://github.com/streetsidesoftware/cspell/pull/7610 ">#​7610</a>)</summary>
##### fix: Compile before publish ([#​7610](https://github.com/streetsidesoftware/cspell/pull/7610 ))
***
</details>
### [`v9.1.3`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v913-2025-07-05 )
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.1.2...v9.1.3 )
##### Fixes
<details>
<summary>fix: Add toml config reader/writer (<a href="https://github.com/streetsidesoftware/cspell/pull/7565 ">#​7565</a>)</summary>
##### fix: Add toml config reader/writer ([#​7565](https://github.com/streetsidesoftware/cspell/pull/7565 ))
fixes [#​7563](https://github.com/streetsidesoftware/cspell/issues/7563 )
***
</details>
##### Dictionary Updates
<details>
<summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7569 ">#​7569</a>)</summary>
##### fix: Workflow Bot -- Update Dictionaries (main) ([#​7569](https://github.com/streetsidesoftware/cspell/pull/7569 ))
### [`v9.1.2`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v912-2025-06-24 )
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.1.1...v9.1.2 )
##### Fixes
<details>
<summary>fix: Do not double encode stdin urls (<a href="https://github.com/streetsidesoftware/cspell/pull/7536 ">#​7536</a>)</summary>
##### fix: Do not double encode stdin urls ([#​7536](https://github.com/streetsidesoftware/cspell/pull/7536 ))
fixes [#​7517](https://github.com/streetsidesoftware/cspell/issues/7517 )
***
</details>
<details>
<summary>fix: cspell trace output (<a href="https://github.com/streetsidesoftware/cspell/pull/7528 ">#​7528</a>)</summary>
##### fix: cspell trace output ([#​7528](https://github.com/streetsidesoftware/cspell/pull/7528 ))
It was incorrectly trimming ansi strings.
***
</details>
##### Dictionary Updates
<details>
<summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7526 ">#​7526</a>)</summary>
##### fix: Workflow Bot -- Update Dictionaries (main) ([#​7526](https://github.com/streetsidesoftware/cspell/pull/7526 ))
### [`v9.1.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v911-2025-06-14 )
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.1.0...v9.1.1 )
##### Changes
##### Fixes
<details>
<summary>fix: Use the native JSON parser if possible (<a href="https://github.com/streetsidesoftware/cspell/pull/7502 ">#​7502</a>)</summary>
##### fix: Use the native JSON parser if possible ([#​7502](https://github.com/streetsidesoftware/cspell/pull/7502 ))
Some of the cspell settings have grow large. The fix is to use the native JSON parser instead of one that accepts comments.
***
</details>
### [`v9.1.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v910-2025-06-14 )
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.0.2...v9.1.0 )
##### Changes
##### Features
<details>
<summary>feat: Add command `dictionaries` (<a href="https://github.com/streetsidesoftware/cspell/pull/7445 ">#​7445</a>)</summary>
##### feat: Add command `dictionaries` ([#​7445](https://github.com/streetsidesoftware/cspell/pull/7445 ))
Add new `dictionaries` command to the cli
```
Usage: cspell dictionaries [options]
List dictionaries
Options:
-c, --config <cspell.json> Configuration file to use. By default cspell
looks for cspell.json in the current directory.
--path-format <format> Configure how to display the dictionary path.
(choices: "hide", "short", "long", "full",
default: Display most of the path.)
--color Force color.
--no-color Turn off color.
--no-default-configuration Do not load the default configuration and
dictionaries.
-h, --help display help for command
```
***
</details>
<details>
<summary>feat: Add lint option `--dictionary` (<a href="https://github.com/streetsidesoftware/cspell/pull/7441 ">#​7441</a>)</summary>
##### feat: Add lint option `--dictionary` ([#​7441](https://github.com/streetsidesoftware/cspell/pull/7441 ))
Add lint options:
- `--dictionary` - enable a dictionary by name
- `--disable-dictionary` - disable a dictionary by name
***
</details>
<details>
<summary>feat: Add init command to command-line. (<a href="https://github.com/streetsidesoftware/cspell/pull/7414 ">#​7414</a>)</summary>
##### feat: Add init command to command-line. ([#​7414](https://github.com/streetsidesoftware/cspell/pull/7414 ))
New command:
```
Usage: cspell init [options]
Initialize a CSpell configuration file.
Options:
-o, --output <path> Define where to write file.
--format <format> Define the format of the file. (choices: "yaml",
"yml", "json", "jsonc", default: "yaml")
--import <path|package> Import a configuration file or dictionary package.
--locale <locale> Define the locale to use when spell checking (e.g.,
en, en-US, de).
--dictionary <dictionary> Enable a dictionary.
--no-comments Do not add comments to the config file.
--no-schema Do not add the schema reference to the config file.
-h, --help display help for command
```
***
</details>
<details>
<summary>feat: Add command line option to set reporting level (<a href="https://github.com/streetsidesoftware/cspell/pull/7380 ">#​7380</a>)</summary>
##### feat: Add command line option to set reporting level ([#​7380](https://github.com/streetsidesoftware/cspell/pull/7380 ))
### [`v9.0.2`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v902-2025-05-20 )
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.0.1...v9.0.2 )
##### Changes
##### Fixes
<details>
<summary>fix: Add eslint plugin helpers (<a href="https://github.com/streetsidesoftware/cspell/pull/7352 ">#​7352</a>)</summary>
##### fix: Add eslint plugin helpers ([#​7352](https://github.com/streetsidesoftware/cspell/pull/7352 ))
Add helper methods:
- `defineCSpellPluginOptions`
- `defineCSpellConfig`
Add some examples for `supportNonStrictSearches`
***
</details>
<details>
<summary>fix: Make it possible to define a strict dictionary. (<a href="https://github.com/streetsidesoftware/cspell/pull/7351 ">#​7351</a>)</summary>
##### fix: Make it possible to define a strict dictionary. ([#​7351](https://github.com/streetsidesoftware/cspell/pull/7351 ))
***
</details>
<details>
<summary>fix: Correct the Hunspell Reader usage. (<a href="https://github.com/streetsidesoftware/cspell/pull/7325 ">#​7325</a>)</summary>
##### fix: Correct the Hunspell Reader usage. ([#​7325](https://github.com/streetsidesoftware/cspell/pull/7325 ))
Add an example.
***
</details>
##### Dictionary Updates
<details>
<summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7346 ">#​7346</a>)</summary>
##### fix: Workflow Bot -- Update Dictionaries (main) ([#​7346](https://github.com/streetsidesoftware/cspell/pull/7346 ))
### [`v9.0.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v901-2025-05-08 )
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.0.0...v9.0.1 )
##### Changes
##### Fixes
<details>
<summary>fix: Add support to add words to config and keep comments. (<a href="https://github.com/streetsidesoftware/cspell/pull/7295 ">#​7295</a>)</summary>
##### fix: Add support to add words to config and keep comments. ([#​7295](https://github.com/streetsidesoftware/cspell/pull/7295 ))
***
</details>
##### Dictionary Updates
<details>
<summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7306 ">#​7306</a>)</summary>
##### fix: Workflow Bot -- Update Dictionaries (main) ([#​7306](https://github.com/streetsidesoftware/cspell/pull/7306 ))
### [`v9.0.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#5190-2022-03-12 )
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.19.4...v9.0.0 )
**Note:** Version bump only for package cspell
#### [5.18.5](https://github.com/streetsidesoftware/cspell/compare/v5.18.4...v5.18.5 ) (2022-02-15)
##### Bug Fixes
- Add dart language support ([#​2444](https://github.com/streetsidesoftware/cspell/issues/2444 )) ([bbcf793](bbcf7938eb ))
- Make it easier to work with RTL languages. ([#​2410](https://github.com/streetsidesoftware/cspell/issues/2410 )) ([91b035f](91b035f719 ))
#### [5.18.4](https://github.com/streetsidesoftware/cspell/compare/v5.18.3...v5.18.4 ) (2022-02-07)
##### Bug Fixes
- Add simple repl feature to suggestions. ([#​2403](https://github.com/streetsidesoftware/cspell/issues/2403 )) ([f9835b7](f9835b7d38 ))
- Improve speed of suggestions for long words. ([#​2406](https://github.com/streetsidesoftware/cspell/issues/2406 )) ([6c76907](6c76907925 ))
#### [5.18.3](https://github.com/streetsidesoftware/cspell/compare/v5.18.2...v5.18.3 ) (2022-02-04)
##### Bug Fixes
- Add support for R ([#​2394](https://github.com/streetsidesoftware/cspell/issues/2394 )) ([6888d48](6888d48274 ))
- Improve cli summary and progress ([#​2396](https://github.com/streetsidesoftware/cspell/issues/2396 )) ([d52d68a](d52d68aeaf ))
- Upgrade to commend-json 4.2.2 ([#​2399](https://github.com/streetsidesoftware/cspell/issues/2399 )) ([e5f643e](e5f643ef02 ))
#### [5.18.2](https://github.com/streetsidesoftware/cspell/compare/v5.18.1...v5.18.2 ) (2022-02-03)
##### Bug Fixes
- fix suggestion output ([#​2390](https://github.com/streetsidesoftware/cspell/issues/2390 )) ([bda442d](bda442de1e ))
##### Reverts
- Revert "ci: Workflow Bot -- Update ALL Dependencies ([#​2388](https://github.com/streetsidesoftware/cspell/issues/2388 ))" ([#​2391](https://github.com/streetsidesoftware/cspell/issues/2391 )) ([7f093f9](7f093f9429 )), closes [#​2388](https://github.com/streetsidesoftware/cspell/issues/2388 ) [#​2391](https://github.com/streetsidesoftware/cspell/issues/2391 )
#### [5.18.1](https://github.com/streetsidesoftware/cspell/compare/v5.18.0...v5.18.1 ) (2022-02-03)
##### Bug Fixes
- Improve suggestions when using weights. ([#​2387](https://github.com/streetsidesoftware/cspell/issues/2387 )) ([c9d070d](c9d070d86a ))
- Upgrade to commander 9.0.0 ([#​2367](https://github.com/streetsidesoftware/cspell/issues/2367 )) ([f255b70](f255b70b30 ))
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: #59
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-03-27 19:17:24 +01:00
d1b783eed5
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.2 ( #105 )
...
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.2.1` → `0.2.2` |
---
### Release Notes
<details>
<summary>t.behrendt/actions (https://gitea.t000-n.de/t.behrendt/actions )</summary>
### [`v0.2.2`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.2.1...0.2.2 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.2.1...0.2.2 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #105
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-03-27 19:17:01 +01:00
31cb35b8eb
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.30 ( #106 )
...
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.29` → `0.1.30` |
---
### 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.30`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.29...0.1.30 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.29...0.1.30 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #106
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-03-27 19:16:54 +01:00
edb3d01d4f
chore(deps): update oven-sh/setup-bun action to v2.2.0 ( #104 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun ) | action | minor | `v2.1.3` → `v2.2.0` |
---
### Release Notes
<details>
<summary>oven-sh/setup-bun (oven-sh/setup-bun)</summary>
### [`v2.2.0`](https://github.com/oven-sh/setup-bun/releases/tag/v2.2.0 )
[Compare Source](https://github.com/oven-sh/setup-bun/compare/v2.1.3...v2.2.0 )
`oven-sh/setup-bun` is the github action for setting up Bun.
#### What's Changed
- build: update action runtime to Node.js 24 by [@​adam0white](https://github.com/adam0white ) in [#​176](https://github.com/oven-sh/setup-bun/pull/176 )
- ci: use `actions/checkout@v6.0.2` in the test workflow by [@​tcely](https://github.com/tcely ) in [#​173](https://github.com/oven-sh/setup-bun/pull/173 )
- ci: update actions for the `autofix.ci` workflow by [@​tcely](https://github.com/tcely ) in [#​174](https://github.com/oven-sh/setup-bun/pull/174 )
- ci: update actions for the `Release new action version` workflow by [@​tcely](https://github.com/tcely ) in [#​175](https://github.com/oven-sh/setup-bun/pull/175 )
- release: v2.2.0 by [@​xhyrom](https://github.com/xhyrom ) in [#​177](https://github.com/oven-sh/setup-bun/pull/177 )
#### New Contributors
- [@​adam0white](https://github.com/adam0white ) made their first contribution in [#​176](https://github.com/oven-sh/setup-bun/pull/176 )
- [@​tcely](https://github.com/tcely ) made their first contribution in [#​173](https://github.com/oven-sh/setup-bun/pull/173 )
**Full Changelog**: <https://github.com/oven-sh/setup-bun/compare/v2...v2.2.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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #104
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-03-27 19:16:40 +01:00
9d777731c6
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.1 ( #99 )
...
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.1.5` → `0.2.1` |
---
### Release Notes
<details>
<summary>t.behrendt/actions (https://gitea.t000-n.de/t.behrendt/actions )</summary>
### [`v0.2.1`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.2.0...0.2.1 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.2.0...0.2.1 )
### [`v0.2.0`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.7...0.2.0 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.7...0.2.0 )
### [`v0.1.7`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.6...0.1.7 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.6...0.1.7 )
### [`v0.1.6`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.5...0.1.6 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.5...0.1.6 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #99
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-03-15 21:54:46 +01:00
4737327b83
chore(deps): update docker/build-push-action action to v7 ( #101 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [docker/build-push-action](https://github.com/docker/build-push-action ) | action | major | `v6.19.2` → `v7.0.0` |
---
### Release Notes
<details>
<summary>docker/build-push-action (docker/build-push-action)</summary>
### [`v7.0.0`](https://github.com/docker/build-push-action/releases/tag/v7.0.0 )
[Compare Source](https://github.com/docker/build-push-action/compare/v6.19.2...v7.0.0 )
- Node 24 as default runtime (requires [Actions Runner v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1 ) or later) by [@​crazy-max](https://github.com/crazy-max ) in [#​1470](https://github.com/docker/build-push-action/pull/1470 )
- Remove deprecated `DOCKER_BUILD_NO_SUMMARY` and `DOCKER_BUILD_EXPORT_RETENTION_DAYS` envs by [@​crazy-max](https://github.com/crazy-max ) in [#​1473](https://github.com/docker/build-push-action/pull/1473 )
- Remove legacy export-build tool support for build summary by [@​crazy-max](https://github.com/crazy-max ) in [#​1474](https://github.com/docker/build-push-action/pull/1474 )
- Switch to ESM and update config/test wiring by [@​crazy-max](https://github.com/crazy-max ) in [#​1466](https://github.com/docker/build-push-action/pull/1466 )
- Bump [@​actions/core](https://github.com/actions/core ) from 1.11.1 to 3.0.0 in [#​1454](https://github.com/docker/build-push-action/pull/1454 )
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit ) from 0.62.1 to 0.79.0 in [#​1453](https://github.com/docker/build-push-action/pull/1453 ) [#​1472](https://github.com/docker/build-push-action/pull/1472 ) [#​1479](https://github.com/docker/build-push-action/pull/1479 )
- Bump minimatch from 3.1.2 to 3.1.5 in [#​1463](https://github.com/docker/build-push-action/pull/1463 )
**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.19.2...v7.0.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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #101
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-03-15 21:40:58 +01:00
2fa1b3a20b
chore(deps): update docker/login-action action to v4 ( #102 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [docker/login-action](https://github.com/docker/login-action ) | action | major | `v3.7.0` → `v4.0.0` |
---
### Release Notes
<details>
<summary>docker/login-action (docker/login-action)</summary>
### [`v4.0.0`](https://github.com/docker/login-action/releases/tag/v4.0.0 )
[Compare Source](https://github.com/docker/login-action/compare/v3.7.0...v4.0.0 )
- Node 24 as default runtime (requires [Actions Runner v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1 ) or later) by [@​crazy-max](https://github.com/crazy-max ) in [#​929](https://github.com/docker/login-action/pull/929 )
- Switch to ESM and update config/test wiring by [@​crazy-max](https://github.com/crazy-max ) in [#​927](https://github.com/docker/login-action/pull/927 )
- Bump [@​actions/core](https://github.com/actions/core ) from 1.11.1 to 3.0.0 in [#​919](https://github.com/docker/login-action/pull/919 )
- Bump [@​aws-sdk/client-ecr](https://github.com/aws-sdk/client-ecr ) from 3.890.0 to 3.1000.0 in [#​909](https://github.com/docker/login-action/pull/909 ) [#​920](https://github.com/docker/login-action/pull/920 )
- Bump [@​aws-sdk/client-ecr-public](https://github.com/aws-sdk/client-ecr-public ) from 3.890.0 to 3.1000.0 in [#​909](https://github.com/docker/login-action/pull/909 ) [#​920](https://github.com/docker/login-action/pull/920 )
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit ) from 0.63.0 to 0.77.0 in [#​910](https://github.com/docker/login-action/pull/910 ) [#​928](https://github.com/docker/login-action/pull/928 )
- Bump [@​isaacs/brace-expansion](https://github.com/isaacs/brace-expansion ) from 5.0.0 to 5.0.1 in [#​921](https://github.com/docker/login-action/pull/921 )
- Bump js-yaml from 4.1.0 to 4.1.1 in [#​901](https://github.com/docker/login-action/pull/901 )
**Full Changelog**: <https://github.com/docker/login-action/compare/v3.7.0...v4.0.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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #102
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-03-15 21:40:50 +01:00
696822462e
chore(deps): update oven-sh/setup-bun action to v2.1.3 ( #100 )
...
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun ) | action | patch | `v2.1.2` → `v2.1.3` | `v2.2.0` |
---
### Release Notes
<details>
<summary>oven-sh/setup-bun (oven-sh/setup-bun)</summary>
### [`v2.1.3`](https://github.com/oven-sh/setup-bun/releases/tag/v2.1.3 )
[Compare Source](https://github.com/oven-sh/setup-bun/compare/v2.1.2...v2.1.3 )
`oven-sh/setup-bun` is the github action for setting up Bun.
#### What's Changed
- perf: avoid unnecessary api calls by [@​xhyrom](https://github.com/xhyrom ) in [#​161](https://github.com/oven-sh/setup-bun/pull/161 )
- feat: add bun- prefix to cache keys by [@​maschwenk](https://github.com/maschwenk ) in [#​160](https://github.com/oven-sh/setup-bun/pull/160 )
- fix: use native Windows ARM64 binary for Bun >= 1.3.10 by [@​oddrationale](https://github.com/oddrationale ) in [#​165](https://github.com/oven-sh/setup-bun/pull/165 )
- feat: add AVX2 support detection for x64 Linux systems by [@​GoForceX](https://github.com/GoForceX ) in [#​167](https://github.com/oven-sh/setup-bun/pull/167 )
- fix: validate cached binary version matches requested version ([#​146](https://github.com/oven-sh/setup-bun/issues/146 )) by [@​wyMinLwin](https://github.com/wyMinLwin ) in [#​169](https://github.com/oven-sh/setup-bun/pull/169 )
- release: v2.1.3 by [@​xhyrom](https://github.com/xhyrom ) in [#​170](https://github.com/oven-sh/setup-bun/pull/170 )
#### New Contributors
- [@​oddrationale](https://github.com/oddrationale ) made their first contribution in [#​165](https://github.com/oven-sh/setup-bun/pull/165 )
- [@​GoForceX](https://github.com/GoForceX ) made their first contribution in [#​167](https://github.com/oven-sh/setup-bun/pull/167 )
- [@​wyMinLwin](https://github.com/wyMinLwin ) made their first contribution in [#​169](https://github.com/oven-sh/setup-bun/pull/169 )
**Full Changelog**: <https://github.com/oven-sh/setup-bun/compare/v2...v2.1.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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: https://gitea.t000-n.de/t.behrendt/ts3gotify/pulls/100
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-03-15 21:38:47 +01:00
818a82e4f4
chore(deps): update docker/setup-buildx-action action to v4 ( #103 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) | action | major | `v3` → `v4` |
---
### Release Notes
<details>
<summary>docker/setup-buildx-action (docker/setup-buildx-action)</summary>
### [`v4`](https://github.com/docker/setup-buildx-action/compare/v3...v4 )
[Compare Source](https://github.com/docker/setup-buildx-action/compare/v3...v4 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #103
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-03-15 21:38:28 +01:00
a5577af3cc
chore: change to fully qualified docker image ( #98 )
...
CD / Test (push) Successful in 58s
CD / Create tag (push) Successful in 13s
CD / Build and push (amd64) (push) Successful in 31s
CD / Build and push (arm64) (push) Successful in 1m36s
CD / Create manifest (push) Successful in 1m37s
Reviewed-on: #98
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 >
2026-02-20 21:36:18 +01:00
5bd350a388
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.1.5 ( #96 )
...
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.3` → `0.1.5` |
---
### Release Notes
<details>
<summary>t.behrendt/actions (https://gitea.t000-n.de/t.behrendt/actions )</summary>
### [`v0.1.5`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.4...0.1.5 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.4...0.1.5 )
### [`v0.1.4`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.3...0.1.4 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.3...0.1.4 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #96
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-02-20 21:16:37 +01:00
e0c5da23af
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.29 ( #97 )
...
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.26` → `0.1.29` |
---
### 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.29`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.28...0.1.29 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.28...0.1.29 )
### [`v0.1.28`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.27...0.1.28 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.27...0.1.28 )
### [`v0.1.27`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.26...0.1.27 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.26...0.1.27 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #97
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-02-20 21:15:16 +01:00
3e42b7a37b
chore(deps): update dependency pino to v10.3.1 ( #94 )
...
CD / Test (push) Successful in 12s
CD / Create tag (push) Successful in 19s
CD / Build and push (amd64) (push) Successful in 2m5s
CD / Build and push (arm64) (push) Successful in 5m19s
CD / Create manifest (push) Successful in 5s
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.3.0` → `10.3.1`](https://renovatebot.com/diffs/npm/pino/10.3.0/10.3.1 ) |  |  |
---
### Release Notes
<details>
<summary>pinojs/pino (pino)</summary>
### [`v10.3.1`](https://github.com/pinojs/pino/releases/tag/v10.3.1 )
[Compare Source](https://github.com/pinojs/pino/compare/v10.3.0...v10.3.1 )
#### What's Changed
- build(deps): bump actions/checkout from 6.0.1 to 6.0.2 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2385](https://github.com/pinojs/pino/pull/2385 )
- build(deps-dev): bump eslint-plugin-n from 17.23.1 to 17.23.2 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​2386](https://github.com/pinojs/pino/pull/2386 )
- docs: clarify transport level filtering behavior by [@​mcollina](https://github.com/mcollina ) in [#​2390](https://github.com/pinojs/pino/pull/2390 )
- fix(transport): sanitize invalid NODE\_OPTIONS preloads for workers by [@​mcollina](https://github.com/mcollina ) in [#​2391](https://github.com/pinojs/pino/pull/2391 )
**Full Changelog**: <https://github.com/pinojs/pino/compare/v10.3.0...v10.3.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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: #94
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-02-19 18:35:28 +01:00
1b404b42de
chore(deps): update docker/build-push-action action to v6.19.2 ( #95 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [docker/build-push-action](https://github.com/docker/build-push-action ) | action | minor | `v6.18.0` → `v6.19.2` |
---
### Release Notes
<details>
<summary>docker/build-push-action (docker/build-push-action)</summary>
### [`v6.19.2`](https://github.com/docker/build-push-action/releases/tag/v6.19.2 )
[Compare Source](https://github.com/docker/build-push-action/compare/v6.19.1...v6.19.2 )
- Preserve port in `GIT_AUTH_TOKEN` host by [@​crazy-max](https://github.com/crazy-max ) in [#​1458](https://github.com/docker/build-push-action/pull/1458 )
**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.19.1...v6.19.2 >
### [`v6.19.1`](https://github.com/docker/build-push-action/releases/tag/v6.19.1 )
[Compare Source](https://github.com/docker/build-push-action/compare/v6.19.0...v6.19.1 )
- Derive `GIT_AUTH_TOKEN` host from GitHub server URL by [@​crazy-max](https://github.com/crazy-max ) in [#​1456](https://github.com/docker/build-push-action/pull/1456 )
**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.19.0...v6.19.1 >
### [`v6.19.0`](https://github.com/docker/build-push-action/releases/tag/v6.19.0 )
[Compare Source](https://github.com/docker/build-push-action/compare/v6.18.0...v6.19.0 )
- Scope default git auth token to `github.com` by [@​crazy-max](https://github.com/crazy-max ) in [#​1451](https://github.com/docker/build-push-action/pull/1451 )
- Bump brace-expansion from 1.1.11 to 1.1.12 in [#​1396](https://github.com/docker/build-push-action/pull/1396 )
- Bump form-data from 2.5.1 to 2.5.5 in [#​1391](https://github.com/docker/build-push-action/pull/1391 )
- Bump js-yaml from 3.14.1 to 3.14.2 in [#​1429](https://github.com/docker/build-push-action/pull/1429 )
- Bump lodash from 4.17.21 to 4.17.23 in [#​1446](https://github.com/docker/build-push-action/pull/1446 )
- Bump tmp from 0.2.3 to 0.2.4 in [#​1398](https://github.com/docker/build-push-action/pull/1398 )
- Bump undici from 5.28.4 to 5.29.0 in [#​1397](https://github.com/docker/build-push-action/pull/1397 )
**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.18.0...v6.19.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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #95
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-02-19 18:35:10 +01:00
01ac6f0048
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.26 ( #87 )
...
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.23` → `0.1.26` |
---
### 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.26`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.25...0.1.26 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.25...0.1.26 )
### [`v0.1.25`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.24...0.1.25 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.24...0.1.25 )
### [`v0.1.24`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.23...0.1.24 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.23...0.1.24 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NS4xIiwidXBkYXRlZEluVmVyIjoiNDMuNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhY3Rpb24iLCJkZXBzIl19-->
Reviewed-on: #87
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-02-15 11:12:52 +01:00
703da8c99b
revert: update bun version to v1.3.8 ( #91 )
...
CD / Test (push) Successful in 4m45s
CD / Create tag (push) Successful in 12s
CD / Build and push (amd64) (push) Successful in 33s
CD / Build and push (arm64) (push) Successful in 8m4s
CD / Create manifest (push) Successful in 27s
This reverts commit 746ede4bd8 .
Reverting #83 because of build errors.
Reviewed-on: #91
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-02-15 10:57:48 +01:00
746ede4bd8
chore(deps): update bun version to v1.3.8 ( #83 )
...
CD / Test (push) Successful in 10s
CD / Build and push (amd64) (push) Successful in 1m50s
CD / Create tag (push) Successful in 4m40s
CD / Build and push (arm64) (push) Failing after 2m40s
CD / Create manifest (push) Has been skipped
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) | Type | Update | Pending |
|---|---|---|---|---|---|---|
| [Bun](https://bun.com ) ([source](https://github.com/oven-sh/bun )) | `1.3.6` → `1.3.8` |  |  | | patch | `1.3.9` |
| [oven/bun](https://github.com/oven-sh/bun ) | `1.3.6` → `1.3.8` |  |  | final | patch | `1.3.9` |
---
### Release Notes
<details>
<summary>oven-sh/bun (Bun)</summary>
### [`v1.3.8`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.8 ): Bun v1.3.8
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.7...bun-v1.3.8 )
To install Bun v1.3.8
```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.8:
```bash
bun upgrade
```
##### [Read Bun v1.3.8's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.8 )
##### Thanks to 4 contributors!
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​jarred-sumner](https://github.com/jarred-sumner )
- [@​robobun](https://github.com/robobun )
- [@​sosukesuzuki](https://github.com/sosukesuzuki )
### [`v1.3.7`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.7 ): Bun v1.3.7
[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.6...bun-v1.3.7 )
To install Bun v1.3.7
```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.7:
```bash
bun upgrade
```
##### [Read Bun v1.3.7's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.7 )
##### Thanks to 11 contributors!
- [@​alii](https://github.com/alii )
- [@​cirospaciari](https://github.com/cirospaciari )
- [@​dylan-conway](https://github.com/dylan-conway )
- [@​jarred-sumner](https://github.com/jarred-sumner )
- [@​kirillmarkelov](https://github.com/kirillmarkelov )
- [@​mmitchellg5](https://github.com/mmitchellg5 )
- [@​remorses](https://github.com/remorses )
- [@​robobun](https://github.com/robobun )
- [@​sosukesuzuki](https://github.com/sosukesuzuki )
- [@​vadim-anthropic](https://github.com/vadim-anthropic )
- [@​wovw](https://github.com/wovw )
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS41IiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Reviewed-on: #83
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-02-15 10:41:05 +01:00
526f40f348
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.1.3 ( #88 )
...
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/actions ](https://gitea.t000-n.de/t.behrendt/actions ) | action | patch | `0.1.1` → `0.1.3` | `0.1.4` |
---
### Release Notes
<details>
<summary>t.behrendt/actions (https://gitea.t000-n.de/t.behrendt/actions )</summary>
### [`v0.1.3`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.2...0.1.3 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.2...0.1.3 )
### [`v0.1.2`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.1...0.1.2 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.1.1...0.1.2 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #88
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-02-15 10:40:04 +01:00
d3d7a08bcf
ci: pin various actions to a proper semver version ( #90 )
...
Reviewed-on: #90
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 >
2026-02-14 20:58:15 +01:00
aa61a9239f
chore(deps): update docker/login-action digest to c94ce9f ( #85 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [docker/login-action](https://github.com/docker/login-action ) ([changelog](5e57cd1181..c94ce9fb46 )) | action | digest | `5e57cd1` → `c94ce9f` |
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS41IiwidXBkYXRlZEluVmVyIjoiNDIuODUuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYWN0aW9uIiwiZGVwcyJdfQ==-->
Reviewed-on: #85
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-02-05 10:37:45 +01:00
3494bbe050
chore(deps): update actions/checkout digest to de0fac2 ( #86 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout ) ([changelog](8e8c483db8..de0fac2e45 )) | action | digest | `8e8c483` → `de0fac2` |
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xNCIsInVwZGF0ZWRJblZlciI6IjQyLjkyLjE0IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhY3Rpb24iLCJkZXBzIl19-->
Reviewed-on: #86
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-02-05 10:37:38 +01:00
ff32d5d914
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.23 ( #84 )
...
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [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.22` → `0.1.23` | `0.1.25` (+1) |
---
### 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.23`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.22...0.1.23 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.22...0.1.23 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS41IiwidXBkYXRlZEluVmVyIjoiNDIuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYWN0aW9uIiwiZGVwcyJdfQ==-->
Reviewed-on: #84
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-02-05 10:37:29 +01:00
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