renovate-bot
c736be3713
chore(deps): update dependency oxfmt to v0.61.0
renovate/stability-days Updates have met minimum release age requirement
CI / Dry-Run (pull_request) Successful in 3s
CI / Test (pull_request) Successful in 12s
CI / Check Dist (pull_request) Successful in 10s
2026-08-04 04:10:36 +00:00
renovate-bot
80e43303c6
chore(deps): update all non-major dependencies ( #61 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [oxfmt](https://oxc.rs/docs/guide/usage/formatter ) ([source](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt )) | [`0.58.0` → `0.60.0`](https://renovatebot.com/diffs/npm/oxfmt/0.58.0/0.60.0 ) |  |  |
| [rolldown](https://rolldown.rs/ ) ([source](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown )) | [`1.1.5` → `1.2.0`](https://renovatebot.com/diffs/npm/rolldown/1.1.5/1.2.0 ) |  |  |
---
### Release Notes
<details>
<summary>oxc-project/oxc (oxfmt)</summary>
### [`v0.60.0`](https://github.com/oxc-project/oxc/compare/oxfmt_v0.59.0...oxfmt_v0.60.0 )
[Compare Source](https://github.com/oxc-project/oxc/compare/oxfmt_v0.59.0...oxfmt_v0.60.0 )
### [`v0.59.0`](https://github.com/oxc-project/oxc/blob/HEAD/npm/oxfmt/CHANGELOG.md#0590---2026-07-13 )
[Compare Source](https://github.com/oxc-project/oxc/compare/oxfmt_v0.58.0...oxfmt_v0.59.0 )
##### 🐛 Bug Fixes
- [`415fe1e`](https://github.com/oxc-project/oxc/commit/415fe1e ) oxfmt: Error on ignorePatterns that cannot match files outside the config directory ([#​24286](https://github.com/oxc-project/oxc/issues/24286 )) (leaysgur)
</details>
<details>
<summary>rolldown/rolldown (rolldown)</summary>
### [`v1.2.0`](https://github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#120---2026-07-15 )
[Compare Source](https://github.com/rolldown/rolldown/compare/v1.1.5...v1.2.0 )
##### 🚀 Features
- dev: skip shipping factories for newly imported top-level modules ([#​10223](https://github.com/rolldown/rolldown/issues/10223 )) by [@​h-a-n-a](https://github.com/h-a-n-a )
- dev: per-client ship map for HMR patch sizing ([#​10208](https://github.com/rolldown/rolldown/issues/10208 )) by [@​h-a-n-a](https://github.com/h-a-n-a )
- dev: client-side HMR ([#​10164](https://github.com/rolldown/rolldown/issues/10164 )) by [@​h-a-n-a](https://github.com/h-a-n-a )
- dev: send a full-reload update to clients when a tsconfig changes ([#​10262](https://github.com/rolldown/rolldown/issues/10262 )) by [@​shulaoda](https://github.com/shulaoda )
- treat `import.meta['url']` and `import.meta['ROLLUP_FILE_URL_*']` as side-effect free ([#​10267](https://github.com/rolldown/rolldown/issues/10267 )) by [@​sapphi-red](https://github.com/sapphi-red )
- rewrite `import.meta['url']` ([#​10251](https://github.com/rolldown/rolldown/issues/10251 )) by [@​sapphi-red](https://github.com/sapphi-red )
- add `FILE_NOT_FOUND` error ([#​10220](https://github.com/rolldown/rolldown/issues/10220 )) by [@​sapphi-red](https://github.com/sapphi-red )
- treat `import.meta.ROLLUP_FILE_URL_*` as side-effect free ([#​10217](https://github.com/rolldown/rolldown/issues/10217 )) by [@​sapphi-red](https://github.com/sapphi-red )
##### 🐛 Bug Fixes
- sourcemap: preserve unmapped boundaries during composition ([#​10254](https://github.com/rolldown/rolldown/issues/10254 )) by [@​hyfdev](https://github.com/hyfdev )
- `[format]` in `*FileNames` option for ESM format should be `es` instead of `esm` ([#​10214](https://github.com/rolldown/rolldown/issues/10214 )) by [@​sapphi-red](https://github.com/sapphi-red )
- sourcemap: preserve coarse mappings during composition ([#​10249](https://github.com/rolldown/rolldown/issues/10249 )) by [@​hyfdev](https://github.com/hyfdev )
- rolldown\_plugin\_vite\_import\_glob: support tsconfig paths with `import.meta.glob` ([#​10167](https://github.com/rolldown/rolldown/issues/10167 )) by [@​sapphi-red](https://github.com/sapphi-red )
- dev: clear tsconfig caches for bare full builds ([#​10276](https://github.com/rolldown/rolldown/issues/10276 )) by [@​shulaoda](https://github.com/shulaoda )
- dev: force a full rebuild when a tsconfig changes ([#​10261](https://github.com/rolldown/rolldown/issues/10261 )) by [@​shulaoda](https://github.com/shulaoda )
- treat rooted drive-less module ids as absolute in preserveModules naming ([#​10235](https://github.com/rolldown/rolldown/issues/10235 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- watch: rebuild when tsconfig files change ([#​10258](https://github.com/rolldown/rolldown/issues/10258 )) by [@​shulaoda](https://github.com/shulaoda )
- watch: drop tsconfig-merged transform options on each rebuild ([#​10257](https://github.com/rolldown/rolldown/issues/10257 )) by [@​shulaoda](https://github.com/shulaoda )
- incorrect `EMPTY_IMPORT_META` warning for `import.meta.ROLLUP_FILE_URL_*` for CJS output ([#​10221](https://github.com/rolldown/rolldown/issues/10221 )) by [@​sapphi-red](https://github.com/sapphi-red )
- deconflict: rename CJS locals shadowing wrapped-ESM namespace objects ([#​9970](https://github.com/rolldown/rolldown/issues/9970 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- rolldown: drop the unused runtime module after entry-level external flattening ([#​10237](https://github.com/rolldown/rolldown/issues/10237 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- rolldown: re-propagate has\_dynamic\_exports to transitive star importers ([#​10239](https://github.com/rolldown/rolldown/issues/10239 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- tree-shaking: tree-shake destructured dynamic import namespace bindings ([#​10213](https://github.com/rolldown/rolldown/issues/10213 )) by [@​logaretm](https://github.com/logaretm )
- s390x: use json-escape-simd 3.1.1 for big-endian JSON escaping fix ([#​10211](https://github.com/rolldown/rolldown/issues/10211 )) by [@​satyamg1620](https://github.com/satyamg1620 )
##### 🚜 Refactor
- dev: move full-reload to client side ([#​10207](https://github.com/rolldown/rolldown/issues/10207 )) by [@​h-a-n-a](https://github.com/h-a-n-a )
- readability follow-ups to the ReplaceWith migration ([#​10286](https://github.com/rolldown/rolldown/issues/10286 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- replace take\_in-then-write-back with ReplaceWith and by-value moves ([#​10285](https://github.com/rolldown/rolldown/issues/10285 )) by [@​Boshen](https://github.com/Boshen )
- share the main resolver's cache with the transformer's tsconfig lookups ([#​10205](https://github.com/rolldown/rolldown/issues/10205 )) by [@​shulaoda](https://github.com/shulaoda )
- rolldown: extract the ns star-external \_\_reExport emission rule into LinkingMetadata ([#​10238](https://github.com/rolldown/rolldown/issues/10238 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- rolldown: unify link/generate diagnostics into a Diagnostics accumulator ([#​10234](https://github.com/rolldown/rolldown/issues/10234 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- sourcemap\_filenames: drop dead sourcemap-filename plumbing ([#​10189](https://github.com/rolldown/rolldown/issues/10189 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- extract external import symbol merging into a method ([#​10224](https://github.com/rolldown/rolldown/issues/10224 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- rolldown: skip CJS namespace merging under strict execution order ([#​10203](https://github.com/rolldown/rolldown/issues/10203 )) by [@​hyfdev](https://github.com/hyfdev )
- resolve the manual tsconfig per file instead of once at startup ([#​10200](https://github.com/rolldown/rolldown/issues/10200 )) by [@​shulaoda](https://github.com/shulaoda )
- rolldown: route interop ESM init emission through a shared init-target view ([#​10202](https://github.com/rolldown/rolldown/issues/10202 )) by [@​hyfdev](https://github.com/hyfdev )
- rolldown: collapse vestigial wrap-kind state and share chunk sort helper ([#​10201](https://github.com/rolldown/rolldown/issues/10201 )) by [@​hyfdev](https://github.com/hyfdev )
##### 📚 Documentation
- show plugin kinds in JSDoc and each hook's description ([#​10218](https://github.com/rolldown/rolldown/issues/10218 )) by [@​sapphi-red](https://github.com/sapphi-red )
- add an explanation about removing imports from external modules without any messages ([#​10215](https://github.com/rolldown/rolldown/issues/10215 )) by [@​sapphi-red](https://github.com/sapphi-red )
##### ⚡ Performance
- sourcemap: owned merge in SourceJoiner::join (4005->5 allocs/chunk) ([#​10250](https://github.com/rolldown/rolldown/issues/10250 )) by [@​Boshen](https://github.com/Boshen )
- avoid redundant sourcemap string copies in collapse and minify paths ([#​10093](https://github.com/rolldown/rolldown/issues/10093 )) by [@​Boshen](https://github.com/Boshen )
##### 🧪 Testing
- code-splitting: establish strict-order review baselines ([#​10287](https://github.com/rolldown/rolldown/issues/10287 )) by [@​hyfdev](https://github.com/hyfdev )
- dev: add hot API test cases ([#​10181](https://github.com/rolldown/rolldown/issues/10181 )) by [@​h-a-n-a](https://github.com/h-a-n-a )
- code-splitting: normalize strict execution order variants ([#​10277](https://github.com/rolldown/rolldown/issues/10277 )) by [@​hyfdev](https://github.com/hyfdev )
- code-splitting: harden strict execution order coverage ([#​10252](https://github.com/rolldown/rolldown/issues/10252 )) by [@​hyfdev](https://github.com/hyfdev )
- code-splitting: add strict execution order regressions ([#​10253](https://github.com/rolldown/rolldown/issues/10253 )) by [@​hyfdev](https://github.com/hyfdev )
##### ⚙️ Miscellaneous Tasks
- deps: update github actions ([#​10241](https://github.com/rolldown/rolldown/issues/10241 )) by [@​renovate](https://github.com/renovate )\[bot]
- deps: update oxc to 0.140.0 ([#​10274](https://github.com/rolldown/rolldown/issues/10274 )) by [@​shulaoda](https://github.com/shulaoda )
- update Yunfei's GitHub username ([#​10275](https://github.com/rolldown/rolldown/issues/10275 )) by [@​hyfdev](https://github.com/hyfdev )
- deps: update napi ([#​10260](https://github.com/rolldown/rolldown/issues/10260 )) by [@​renovate](https://github.com/renovate )\[bot]
- deps: update test262 submodule for tests ([#​10266](https://github.com/rolldown/rolldown/issues/10266 )) by [@​rolldown-guard](https://github.com/rolldown-guard )\[bot]
- deps: update dependency vite-plus to v0.2.4 ([#​10256](https://github.com/rolldown/rolldown/issues/10256 )) by [@​renovate](https://github.com/renovate )\[bot]
- deps: update napi ([#​10240](https://github.com/rolldown/rolldown/issues/10240 )) by [@​renovate](https://github.com/renovate )\[bot]
- deps: update oxc resolver to v11.24.2 ([#​10245](https://github.com/rolldown/rolldown/issues/10245 )) by [@​renovate](https://github.com/renovate )\[bot]
- deps: update rust crates ([#​10244](https://github.com/rolldown/rolldown/issues/10244 )) by [@​renovate](https://github.com/renovate )\[bot]
- disable Renovate updates for idna\_adapter ([#​10248](https://github.com/rolldown/rolldown/issues/10248 )) by [@​shulaoda](https://github.com/shulaoda )
- deps: update oxc resolver to v11.24.1 ([#​10232](https://github.com/rolldown/rolldown/issues/10232 )) by [@​renovate](https://github.com/renovate )\[bot]
- deps: update rust crate oxc\_sourcemap to v8.1.1 ([#​10233](https://github.com/rolldown/rolldown/issues/10233 )) by [@​renovate](https://github.com/renovate )\[bot]
- deps: update dependency rolldown-plugin-dts to ^0.27.0 ([#​10206](https://github.com/rolldown/rolldown/issues/10206 )) by [@​renovate](https://github.com/renovate )\[bot]
- deps: upgrade sugar\_path to v3 ([#​10230](https://github.com/rolldown/rolldown/issues/10230 )) by [@​hyfdev](https://github.com/hyfdev )
- add `dist-*` to `.gitignore` in sourcemap-filenames/hash-final-content fixture ([#​10216](https://github.com/rolldown/rolldown/issues/10216 )) by [@​sapphi-red](https://github.com/sapphi-red )
- deps: update dependency rust to v1.97.0 ([#​10209](https://github.com/rolldown/rolldown/issues/10209 )) by [@​renovate](https://github.com/renovate )\[bot]
##### ❤️ New Contributors
- [@​satyamg1620](https://github.com/satyamg1620 ) made their first contribution in [#​10211](https://github.com/rolldown/rolldown/pull/10211 )
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- 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.
👻 **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 [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjMuOSIsInVwZGF0ZWRJblZlciI6IjQzLjI2My45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBzIiwibnBtIl19-->
Reviewed-on: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/pulls/61
Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-07-29 15:40:17 +02:00
renovate-bot
de548917c5
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.12 ( #63 )
...
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-07-28 06:38:03 +02:00
renovate-bot
aa471228fe
chore(deps): update actions/checkout action to v7.0.1 ( #62 )
...
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-07-28 06:14:25 +02:00
renovate-bot
c6419bd084
chore(deps): update actions/setup-node action to v7 ( #60 )
...
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-07-22 06:11:34 +02:00
renovate-bot
a2f574acc1
chore(deps): update actions/setup-node action to v6.5.0 ( #59 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://github.com/actions/setup-node ) | action | minor | `v6.4.0` → `v6.5.0` |
---
### Release Notes
<details>
<summary>actions/setup-node (actions/setup-node)</summary>
### [`v6.5.0`](https://github.com/actions/setup-node/releases/tag/v6.5.0 )
[Compare Source](https://github.com/actions/setup-node/compare/v6.4.0...v6.5.0 )
##### What's Changed
- Update [@​actions/cache](https://github.com/actions/cache ) to 5.1.0 and add security overrides for undici and fast-xml-parser by [@​HarithaVattikuti](https://github.com/HarithaVattikuti ) in [#​1579](https://github.com/actions/setup-node/pull/1579 )
**Full Changelog**: <https://github.com/actions/setup-node/compare/v6.4.0...v6.5.0 >
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- 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 [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjMuOSIsInVwZGF0ZWRJblZlciI6IjQzLjI2My45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhY3Rpb24iLCJkZXBzIl19-->
Reviewed-on: #59
Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-07-21 07:41:41 +02:00
renovate-bot
e9d4547d7e
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.11 ( #58 )
...
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-07-19 07:11:09 +02:00
renovate-bot
396e472c0d
chore(deps): update actions ( #57 )
...
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-07-19 06:12:38 +02:00
renovate-bot
5f9db435c2
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.41 ( #56 )
...
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-07-18 10:43:33 +02:00
renovate-bot
4ef2d7a6cc
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.9 ( #55 )
...
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-07-18 07:34:21 +02:00
renovate-bot
c4af91c99f
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.40 ( #54 )
...
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-07-18 07:09:55 +02:00
renovate-bot
3ec6498da5
chore(deps): update dependency typescript to v7 ( #53 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [typescript](https://www.typescriptlang.org/ ) ([source](https://github.com/microsoft/TypeScript )) | [`6.0.3` → `7.0.2`](https://renovatebot.com/diffs/npm/typescript/6.0.3/7.0.2 ) |  |  |
---
### Release Notes
<details>
<summary>microsoft/TypeScript (typescript)</summary>
### [`v7.0.2`](https://github.com/microsoft/TypeScript/compare/v6.0.3...2bd066d87f5bafd315be9f40889d0a60b9e58e0b )
[Compare Source](https://github.com/microsoft/TypeScript/compare/v6.0.3...2bd066d87f5bafd315be9f40889d0a60b9e58e0b )
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- 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 [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjMuOSIsInVwZGF0ZWRJblZlciI6IjQzLjI2My45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBzIiwibnBtIl19-->
Reviewed-on: #53
Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-07-16 07:27:26 +02:00
renovate-bot
04b5b312ea
chore(deps): update all non-major dependencies ( #52 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node ) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node )) | [`24.13.2` → `24.13.3`](https://renovatebot.com/diffs/npm/@types%2fnode/24.13.2/24.13.3 ) |  |  |
| [rolldown](https://rolldown.rs/ ) ([source](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown )) | [`1.1.4` → `1.1.5`](https://renovatebot.com/diffs/npm/rolldown/1.1.4/1.1.5 ) |  |  |
---
### Release Notes
<details>
<summary>rolldown/rolldown (rolldown)</summary>
### [`v1.1.5`](https://github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#115---2026-07-08 )
[Compare Source](https://github.com/rolldown/rolldown/compare/v1.1.4...v1.1.5 )
##### 🚀 Features
- detect top-level import-binding reads as execution-order sensitive ([#​10180](https://github.com/rolldown/rolldown/issues/10180 )) by [@​hyf0](https://github.com/hyf0 )
- sourcemap\_filenames: add a sourcemapFileNames option ([#​9271](https://github.com/rolldown/rolldown/issues/9271 )) by [@​V1OL3TF0X](https://github.com/V1OL3TF0X )
- binding: record plugin hook result kind in tracing spans ([#​10154](https://github.com/rolldown/rolldown/issues/10154 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- linking: skip side-effect-free modules in per-entry reachability ([#​10111](https://github.com/rolldown/rolldown/issues/10111 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- improve error message for unresolved virtual imports ([#​10156](https://github.com/rolldown/rolldown/issues/10156 )) by [@​sapphi-red](https://github.com/sapphi-red )
- add descriptive metadata to plugin API ([#​10106](https://github.com/rolldown/rolldown/issues/10106 )) by [@​sapphi-red](https://github.com/sapphi-red )
- add `--configLoader=native` option ([#​10118](https://github.com/rolldown/rolldown/issues/10118 )) by [@​sapphi-red](https://github.com/sapphi-red )
##### 🐛 Bug Fixes
- improve invalid annotation warnings ([#​10185](https://github.com/rolldown/rolldown/issues/10185 )) by [@​hyf0](https://github.com/hyf0 )
- keep deduplicated asset filenames stable once they can be observed ([#​10191](https://github.com/rolldown/rolldown/issues/10191 )) by [@​shulaoda](https://github.com/shulaoda )
- sourcemap\_filenames: use public option name in pattern errors ([#​10188](https://github.com/rolldown/rolldown/issues/10188 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- sourcemap\_filenames: hash prepared sourcemap content ([#​10178](https://github.com/rolldown/rolldown/issues/10178 )) by [@​hyf0](https://github.com/hyf0 )
- tree-shake unused circular declarators exported via export list ([#​10166](https://github.com/rolldown/rolldown/issues/10166 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- dev: don't panic when an HMR rebuild hits an unresolved import ([#​10162](https://github.com/rolldown/rolldown/issues/10162 )) by [@​shulaoda](https://github.com/shulaoda )
- propagate errors from output.globals function ([#​9880](https://github.com/rolldown/rolldown/issues/9880 )) by [@​shulaoda](https://github.com/shulaoda )
- dev: revert cache mutations when a partial scan fails ([#​10110](https://github.com/rolldown/rolldown/issues/10110 )) by [@​shulaoda](https://github.com/shulaoda )
- dev: update importer relationships of cached modules in incremental build ([#​10107](https://github.com/rolldown/rolldown/issues/10107 )) by [@​shulaoda](https://github.com/shulaoda )
- hmr: fall back to full reload when a changed module is not registered as executed ([#​10132](https://github.com/rolldown/rolldown/issues/10132 )) by [@​shulaoda](https://github.com/shulaoda )
- chunk-optimizer: follow entry facade edges in runtime placement cycle check ([#​10101](https://github.com/rolldown/rolldown/issues/10101 )) by [@​hyf0](https://github.com/hyf0 )
- dev: ignore watcher events after close ([#​10113](https://github.com/rolldown/rolldown/issues/10113 )) by [@​hyf0](https://github.com/hyf0 )
- emit async wrapper for TLA modules under onDemandWrapping ([#​10086](https://github.com/rolldown/rolldown/issues/10086 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- gate sideEffects:false modules' side effects on body demand ([#​10080](https://github.com/rolldown/rolldown/issues/10080 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- rolldown\_plugin\_vite\_resolve: return empty object for `browser: false` mapped modules ([#​10082](https://github.com/rolldown/rolldown/issues/10082 )) by [@​sapphi-red](https://github.com/sapphi-red )
- reset the word-boundary state on newline in Hires::Boundary sourcemaps ([#​10025](https://github.com/rolldown/rolldown/issues/10025 )) by [@​shulaoda](https://github.com/shulaoda )
- trim an emptied chunk's outro/intro instead of skipping past it ([#​10029](https://github.com/rolldown/rolldown/issues/10029 )) by [@​shulaoda](https://github.com/shulaoda )
- test each edited chunk's own start against indent exclude ranges ([#​10026](https://github.com/rolldown/rolldown/issues/10026 )) by [@​shulaoda](https://github.com/shulaoda )
- preserve sourcemap mappings for indented lines when a CJS module shares the chunk ([#​10074](https://github.com/rolldown/rolldown/issues/10074 )) by [@​hyf0](https://github.com/hyf0 )
##### 🚜 Refactor
- separate tree-shaking side effects from execution order sensitivity ([#​10168](https://github.com/rolldown/rolldown/issues/10168 )) by [@​hyf0](https://github.com/hyf0 )
- type construct\_vite\_preload\_call to take an ObjectPattern ([#​10135](https://github.com/rolldown/rolldown/issues/10135 )) by [@​shulaoda](https://github.com/shulaoda )
- treeshake: single-source the own-export classification shared with the lazy-barrel loader ([#​10098](https://github.com/rolldown/rolldown/issues/10098 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- dev: reuse Vite's bundledDev server ([#​10081](https://github.com/rolldown/rolldown/issues/10081 )) by [@​h-a-n-a](https://github.com/h-a-n-a )
- clippy: ban std HashMap/HashSet in favour of FxHashMap/FxHashSet ([#​10108](https://github.com/rolldown/rolldown/issues/10108 )) by [@​Boshen](https://github.com/Boshen )
- treeshake: make body demand a second module bit instead of a stmt multimap ([#​10097](https://github.com/rolldown/rolldown/issues/10097 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- seal used\_symbol\_refs by construction after its last writer ([#​10091](https://github.com/rolldown/rolldown/issues/10091 )) by [@​hyf0](https://github.com/hyf0 )
- treeshake: replace inclusion mutual recursion with a worklist engine ([#​10096](https://github.com/rolldown/rolldown/issues/10096 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- treeshake: split include\_statements.rs into focused modules ([#​10095](https://github.com/rolldown/rolldown/issues/10095 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- drop redundant is\_user\_defined filter on partitioned entries ([#​10050](https://github.com/rolldown/rolldown/issues/10050 )) by [@​shulaoda](https://github.com/shulaoda )
- project the retained export interface out of used\_symbol\_refs ([#​10089](https://github.com/rolldown/rolldown/issues/10089 )) by [@​hyf0](https://github.com/hyf0 )
- track used external symbols separately from used\_symbol\_refs ([#​10088](https://github.com/rolldown/rolldown/issues/10088 )) by [@​hyf0](https://github.com/hyf0 )
- make module namespace inclusion an explicit linking metadata field ([#​10087](https://github.com/rolldown/rolldown/issues/10087 )) by [@​hyf0](https://github.com/hyf0 )
- rename statement evaluation metadata ([#​10078](https://github.com/rolldown/rolldown/issues/10078 )) by [@​hyf0](https://github.com/hyf0 )
##### 📚 Documentation
- virtual modules user-facing id convention ([#​10155](https://github.com/rolldown/rolldown/issues/10155 )) by [@​sapphi-red](https://github.com/sapphi-red )
- cli: clarify disabling boolean/object flags like codeSplitting ([#​10153](https://github.com/rolldown/rolldown/issues/10153 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- chore: remove Vite+ alpha banner ([#​10105](https://github.com/rolldown/rolldown/issues/10105 )) by [@​mdong1909](https://github.com/mdong1909 )
- write down the used\_symbol\_refs contract ([#​10090](https://github.com/rolldown/rolldown/issues/10090 )) by [@​hyf0](https://github.com/hyf0 )
- dev/lazy: update design and implementation ([#​10079](https://github.com/rolldown/rolldown/issues/10079 )) by [@​h-a-n-a](https://github.com/h-a-n-a )
##### ⚡ Performance
- ast\_scanner: stop order-sensitivity checks once a module is flagged ([#​10190](https://github.com/rolldown/rolldown/issues/10190 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- return impl ExactSizeIterator from slice-backed accessors ([#​10133](https://github.com/rolldown/rolldown/issues/10133 )) by [@​Boshen](https://github.com/Boshen )
- binding: box dev and watcher napi futures ([#​10103](https://github.com/rolldown/rolldown/issues/10103 )) by [@​Boshen](https://github.com/Boshen )
##### 🧪 Testing
- move string\_wizard replace unit tests to the JS magic-string suite ([#​10176](https://github.com/rolldown/rolldown/issues/10176 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- dev: assert incremental scan state matches a fresh full build after each HMR step ([#​10115](https://github.com/rolldown/rolldown/issues/10115 )) by [@​shulaoda](https://github.com/shulaoda )
- dev: restore runtime assertions of delete\_file\_not\_used\_anymore ([#​10112](https://github.com/rolldown/rolldown/issues/10112 )) by [@​shulaoda](https://github.com/shulaoda )
- dev: fix flaky dev server tests in CI ([#​10152](https://github.com/rolldown/rolldown/issues/10152 )) by [@​h-a-n-a](https://github.com/h-a-n-a )
- add regression test for [#​10099](https://github.com/rolldown/rolldown/issues/10099 ) (lazyBarrel drops default-import binding but keeps its property reads) ([#​10109](https://github.com/rolldown/rolldown/issues/10109 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
##### ⚙️ Miscellaneous Tasks
- deploy website to Void via GitHub OIDC ([#​10192](https://github.com/rolldown/rolldown/issues/10192 )) by [@​Boshen](https://github.com/Boshen )
- deps: update oxc to 0.139.0 ([#​10161](https://github.com/rolldown/rolldown/issues/10161 )) by [@​shulaoda](https://github.com/shulaoda )
- deps: update test262 submodule for tests ([#​10160](https://github.com/rolldown/rolldown/issues/10160 )) by [@​rolldown-guard](https://github.com/rolldown-guard )\[bot]
- rolldown\_plugin\_utils: remove dead asset-url and css scaffolding ([#​10131](https://github.com/rolldown/rolldown/issues/10131 )) by [@​shulaoda](https://github.com/shulaoda )
- deps: revert vite-plus to v0.2.1 ([#​10148](https://github.com/rolldown/rolldown/issues/10148 )) by [@​shulaoda](https://github.com/shulaoda )
- deps: update github actions ([#​10141](https://github.com/rolldown/rolldown/issues/10141 )) by [@​renovate](https://github.com/renovate )\[bot]
- deps: update dependency rust to v1.96.1 ([#​10145](https://github.com/rolldown/rolldown/issues/10145 )) by [@​renovate](https://github.com/renovate )\[bot]
- deps: update npm packages ([#​10142](https://github.com/rolldown/rolldown/issues/10142 )) by [@​renovate](https://github.com/renovate )\[bot]
- deps: update rust crates ([#​10143](https://github.com/rolldown/rolldown/issues/10143 )) by [@​renovate](https://github.com/renovate )\[bot]
- deps: update napi to v3.10.3 ([#​10121](https://github.com/rolldown/rolldown/issues/10121 )) by [@​renovate](https://github.com/renovate )\[bot]
- rolldown\_utils: remove unused time module ([#​10138](https://github.com/rolldown/rolldown/issues/10138 )) by [@​shulaoda](https://github.com/shulaoda )
- remove dead CopyModulePlugin::is\_active method ([#​10129](https://github.com/rolldown/rolldown/issues/10129 )) by [@​shulaoda](https://github.com/shulaoda )
- remove dead LazyCompilationContext::is\_lazy\_module method ([#​10128](https://github.com/rolldown/rolldown/issues/10128 )) by [@​shulaoda](https://github.com/shulaoda )
- remove dead BuildDiagnostic::downcast\_ref method ([#​10127](https://github.com/rolldown/rolldown/issues/10127 )) by [@​shulaoda](https://github.com/shulaoda )
- deps: update dependency vite-plus to v0.2.2 ([#​10084](https://github.com/rolldown/rolldown/issues/10084 )) by [@​renovate](https://github.com/renovate )\[bot]
- deps: update rust crate oxc\_sourcemap to v8.1.0 ([#​10122](https://github.com/rolldown/rolldown/issues/10122 )) by [@​renovate](https://github.com/renovate )\[bot]
- deps: update crate-ci/typos action to v1.48.0 ([#​10124](https://github.com/rolldown/rolldown/issues/10124 )) by [@​renovate](https://github.com/renovate )\[bot]
- enable more clippy restriction lints ([#​10114](https://github.com/rolldown/rolldown/issues/10114 )) by [@​Boshen](https://github.com/Boshen )
- deps: update rust dependencies ([#​10100](https://github.com/rolldown/rolldown/issues/10100 )) by [@​Boshen](https://github.com/Boshen )
- deps: update oxc resolver to v11.23.0 ([#​10083](https://github.com/rolldown/rolldown/issues/10083 )) by [@​renovate](https://github.com/renovate )\[bot]
##### ◀️ Revert
- Revert "chore(deps): revert vite-plus to v0.2.1" ([#​10157](https://github.com/rolldown/rolldown/issues/10157 )) by [@​h-a-n-a](https://github.com/h-a-n-a )
- "fix(hmr): fall back to full reload when a changed module is not registered as executed ([#​10132](https://github.com/rolldown/rolldown/issues/10132 ))" ([#​10151](https://github.com/rolldown/rolldown/issues/10151 )) by [@​shulaoda](https://github.com/shulaoda )
##### ❤️ New Contributors
- [@​V1OL3TF0X](https://github.com/V1OL3TF0X ) made their first contribution in [#​9271](https://github.com/rolldown/rolldown/pull/9271 )
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- 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.
👻 **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 [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzMuNCIsInVwZGF0ZWRJblZlciI6IjQzLjI2My45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBzIiwibnBtIl19-->
Reviewed-on: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/pulls/52
Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-07-15 16:41:49 +02:00
t.behrendt
20a2188ee2
ci: create release on dist changes ( #51 )
...
Reviewed-on: #51
Co-authored-by: t.behrendt <t.behrendt@t00n.de >
Co-committed-by: t.behrendt <t.behrendt@t00n.de >
2026-07-14 07:31:11 +02:00
renovate-bot
7b3ec98d69
chore(deps): update all non-major dependencies ( #50 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [@vitest/coverage-v8](https://vitest.dev/guide/coverage ) ([source](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8 )) | [`4.1.9` → `4.1.10`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/4.1.9/4.1.10 ) |  |  |
| [oxfmt](https://oxc.rs/docs/guide/usage/formatter ) ([source](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt )) | [`0.56.0` → `0.58.0`](https://renovatebot.com/diffs/npm/oxfmt/0.56.0/0.58.0 ) |  |  |
| [rolldown](https://rolldown.rs/ ) ([source](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown )) | [`1.1.3` → `1.1.4`](https://renovatebot.com/diffs/npm/rolldown/1.1.3/1.1.4 ) |  |  |
| [vitest](https://vitest.dev ) ([source](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest )) | [`4.1.9` → `4.1.10`](https://renovatebot.com/diffs/npm/vitest/4.1.9/4.1.10 ) |  |  |
---
### Release Notes
<details>
<summary>vitest-dev/vitest (@​vitest/coverage-v8)</summary>
### [`v4.1.10`](https://github.com/vitest-dev/vitest/releases/tag/v4.1.10 )
[Compare Source](https://github.com/vitest-dev/vitest/compare/v4.1.9...v4.1.10 )
##### 🐞 Bug Fixes
- **browser**: Check fs access in builtin commands \[backport to v4] - by [@​hi-ogawa](https://github.com/hi-ogawa ), **Hiroshi Ogawa** and **OpenCode (claude-opus-4-8)** in [#​10680](https://github.com/vitest-dev/vitest/issues/10680 ) [<samp>(5c18d)</samp>](https://github.com/vitest-dev/vitest/commit/5c18dd267 )
- **vm**: Fix external module resolve error with deps optimizer query for encoded URI \[backport to v4] - by [@​SveLil](https://github.com/SveLil ) and [@​hi-ogawa](https://github.com/hi-ogawa ) in [#​10661](https://github.com/vitest-dev/vitest/issues/10661 ) [<samp>(bae52)</samp>](https://github.com/vitest-dev/vitest/commit/bae52b511 )
##### [View changes on GitHub](https://github.com/vitest-dev/vitest/compare/v4.1.9...v4.1.10 )
</details>
<details>
<summary>oxc-project/oxc (oxfmt)</summary>
### [`v0.58.0`](https://github.com/oxc-project/oxc/compare/oxfmt_v0.57.0...oxfmt_v0.58.0 )
[Compare Source](https://github.com/oxc-project/oxc/compare/oxfmt_v0.57.0...oxfmt_v0.58.0 )
### [`v0.57.0`](https://github.com/oxc-project/oxc/compare/oxfmt_v0.56.0...oxfmt_v0.57.0 )
[Compare Source](https://github.com/oxc-project/oxc/compare/oxfmt_v0.56.0...oxfmt_v0.57.0 )
</details>
<details>
<summary>rolldown/rolldown (rolldown)</summary>
### [`v1.1.4`](https://github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#114---2026-07-01 )
[Compare Source](https://github.com/rolldown/rolldown/compare/v1.1.3...v1.1.4 )
##### 🚀 Features
- disable `experimental.lazyBarrel` by default ([#​10071](https://github.com/rolldown/rolldown/issues/10071 )) by [@​shulaoda](https://github.com/shulaoda )
##### 🐛 Bug Fixes
- dev: disable lazy barrel in dev mode ([#​10060](https://github.com/rolldown/rolldown/issues/10060 )) by [@​shulaoda](https://github.com/shulaoda )
- generate: keep full JSON interface under preserveModules namespa… ([#​10056](https://github.com/rolldown/rolldown/issues/10056 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- check finalize\_other\_specifiers in its own Debug attribute ([#​10032](https://github.com/rolldown/rolldown/issues/10032 )) by [@​shulaoda](https://github.com/shulaoda )
- serialize the KeepAssign unused minify option as "keep\_assign" ([#​10031](https://github.com/rolldown/rolldown/issues/10031 )) by [@​shulaoda](https://github.com/shulaoda )
- keep fragments after the newline fragment in MagicString::last\_line ([#​10023](https://github.com/rolldown/rolldown/issues/10023 )) by [@​shulaoda](https://github.com/shulaoda )
- generate: undeclared JSON named exports under preserveModules ([#​10020](https://github.com/rolldown/rolldown/issues/10020 )) ([#​10027](https://github.com/rolldown/rolldown/issues/10027 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- deconflict: rename CJS-wrapped locals that shadow chunk-root bindings ([#​9921](https://github.com/rolldown/rolldown/issues/9921 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- rolldown: keep entry facade when a shared chunk holds another entry's module ([#​9997](https://github.com/rolldown/rolldown/issues/9997 )) by [@​hyf0](https://github.com/hyf0 )
- treeshake: also bail JSON default split when the object escapes ([#​9996](https://github.com/rolldown/rolldown/issues/9996 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- don't classify await in a strict-mode function as top-level await ([#​9987](https://github.com/rolldown/rolldown/issues/9987 )) by [@​shulaoda](https://github.com/shulaoda )
- avoid spurious leading newline in addon hooks (banner/footer/intro/outro) ([#​9989](https://github.com/rolldown/rolldown/issues/9989 )) by [@​shulaoda](https://github.com/shulaoda )
- handle JSON default mutation bailouts ([#​9972](https://github.com/rolldown/rolldown/issues/9972 )) by [@​TheAlexLichter](https://github.com/TheAlexLichter )
- plugin: make lazy hook metadata enumerable ([#​9991](https://github.com/rolldown/rolldown/issues/9991 )) by [@​TheAlexLichter](https://github.com/TheAlexLichter )
- dev: make init errors in lazy-compiled modules catchable ([#​9981](https://github.com/rolldown/rolldown/issues/9981 )) by [@​h-a-n-a](https://github.com/h-a-n-a )
- treeshake: keep computed-key side effects on namespace member access ([#​9986](https://github.com/rolldown/rolldown/issues/9986 )) by [@​shulaoda](https://github.com/shulaoda )
- binding: validate replace plugin delimiters length instead of panicking ([#​9984](https://github.com/rolldown/rolldown/issues/9984 )) by [@​shulaoda](https://github.com/shulaoda )
- reconstruct nested rest patterns in into\_expression ([#​9980](https://github.com/rolldown/rolldown/issues/9980 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- reconstruct rest patterns as spread in into\_expression ([#​9976](https://github.com/rolldown/rolldown/issues/9976 )) by [@​shulaoda](https://github.com/shulaoda )
- preserve export keyword on multi-declarator exports under keepNames ([#​9974](https://github.com/rolldown/rolldown/issues/9974 )) by [@​shulaoda](https://github.com/shulaoda )
- deterministically keep the shortest name for deduplicated assets ([#​9948](https://github.com/rolldown/rolldown/issues/9948 )) by [@​x1024](https://github.com/x1024 )
- treeshake: apply @​**NO\_SIDE\_EFFECTS** to cross-chunk namespace calls ([#​9960](https://github.com/rolldown/rolldown/issues/9960 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
##### 🚜 Refactor
- drop redundant program scope enter/leave in finalizer ([#​10049](https://github.com/rolldown/rolldown/issues/10049 )) by [@​shulaoda](https://github.com/shulaoda )
- deconflict: extract collect\_chunk\_scope\_captured\_names ([#​10006](https://github.com/rolldown/rolldown/issues/10006 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- unify pre-scan multi-declarator split into one decision site ([#​9982](https://github.com/rolldown/rolldown/issues/9982 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- common: return bool from SymbolRef::is\_not\_reassigned ([#​9962](https://github.com/rolldown/rolldown/issues/9962 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
##### 📚 Documentation
- rolldown: remove outdated comment for removing parenthesized expression ([#​10062](https://github.com/rolldown/rolldown/issues/10062 )) by [@​Dunqing](https://github.com/Dunqing )
- use GitHub-flavored alert for Etiquette note in contribution guide ([#​10012](https://github.com/rolldown/rolldown/issues/10012 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- replace: explain the delimiters left and right boundaries ([#​9985](https://github.com/rolldown/rolldown/issues/9985 )) by [@​shulaoda](https://github.com/shulaoda )
- ast-mutation: remove stale Address Use section after pre-scan refactor ([#​9983](https://github.com/rolldown/rolldown/issues/9983 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- remove fathom ([#​9968](https://github.com/rolldown/rolldown/issues/9968 )) by [@​mdong1909](https://github.com/mdong1909 )
- contribution-guide: code-format main branch references ([#​9966](https://github.com/rolldown/rolldown/issues/9966 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- contribution-guide: fix stale REPL note and tidy wording ([#​9957](https://github.com/rolldown/rolldown/issues/9957 )) by [@​hyf0](https://github.com/hyf0 )
- contribution-guide: clarify when to discuss before opening a PR ([#​9955](https://github.com/rolldown/rolldown/issues/9955 )) by [@​hyf0](https://github.com/hyf0 )
##### ⚡ Performance
- disable preserve\_parens across all parse paths ([#​10057](https://github.com/rolldown/rolldown/issues/10057 )) by [@​Dunqing](https://github.com/Dunqing )
- common: inline declared\_symbols with SmallVec ([#​9920](https://github.com/rolldown/rolldown/issues/9920 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- common: pack TaggedSymbolRef into 8 bytes ([#​9919](https://github.com/rolldown/rolldown/issues/9919 )) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY )
- sourcemap: skip newline scan on the no-sourcemap join fast path ([#​9936](https://github.com/rolldown/rolldown/issues/9936 )) by [@​Boshen](https://github.com/Boshen )
##### 🧪 Testing
- dev: error in lazy module should be catchable ([#​9975](https://github.com/rolldown/rolldown/issues/9975 )) by [@​sapphi-red](https://github.com/sapphi-red )
- dev: reject unknown lazy compile modules ([#​9969](https://github.com/rolldown/rolldown/issues/9969 )) by [@​sapphi-red](https://github.com/sapphi-red )
##### ⚙️ Miscellaneous Tasks
- deps: update actions/cache action to v6 ([#​10001](https://github.com/rolldown/rolldown/issues/10001 )) by [@​renovate](https://github.com/renovate )\[bot]
- trigger vite ecosystem-ci from PR comments ([#​10058](https://github.com/rolldown/rolldown/issues/10058 )) by [@​shulaoda](https://github.com/shulaoda )
- deps: update napi to v3.10.0 ([#​10063](https://github.com/rolldown/rolldown/issues/10063 )) by [@​renovate](https://github.com/renovate )\[bot]
- remove unused From impl for RolldownLabelSpan ([#​10055](https://github.com/rolldown/rolldown/issues/10055 )) by [@​shulaoda](https://github.com/shulaoda )
- remove dead Diagnostic::with\_kind method ([#​10054](https://github.com/rolldown/rolldown/issues/10054 )) by [@​shulaoda](https://github.com/shulaoda )
- remove unused StatementExt methods ([#​10053](https://github.com/rolldown/rolldown/issues/10053 )) by [@​shulaoda](https://github.com/shulaoda )
- remove unused ExpressionExt methods ([#​10052](https://github.com/rolldown/rolldown/issues/10052 )) by [@​shulaoda](https://github.com/shulaoda )
- remove commented-out re\_export\_all\_names field ([#​10051](https://github.com/rolldown/rolldown/issues/10051 )) by [@​shulaoda](https://github.com/shulaoda )
- deps: update pnpm to v11.9.0 ([#​10047](https://github.com/rolldown/rolldown/issues/10047 )) by [@​renovate](https://github.com/renovate )\[bot]
- remove the unused BindingGenerateHmrPatchReturn napi type ([#​10034](https://github.com/rolldown/rolldown/issues/10034 )) by [@​shulaoda](https://github.com/shulaoda )
- remove the dead inline\_entry\_chunk\_wrapping scaffolding ([#​10037](https://github.com/rolldown/rolldown/issues/10037 )) by [@​shulaoda](https://github.com/shulaoda )
- deps: bump oxc\_resolver to 11.22.0 ([#​10045](https://github.com/rolldown/rolldown/issues/10045 )) by [@​Boshen](https://github.com/Boshen )
- remove never-constructed MatchImportKind::\_Ignore variant ([#​10041](https://github.com/rolldown/rolldown/issues/10041 )) by [@​shulaoda](https://github.com/shulaoda )
- remove the unused ScheduledBuild napi struct ([#​10033](https://github.com/rolldown/rolldown/issues/10033 )) by [@​shulaoda](https://github.com/shulaoda )
- remove dead compute\_hmr\_update\_single method ([#​10040](https://github.com/rolldown/rolldown/issues/10040 )) by [@​shulaoda](https://github.com/shulaoda )
- drop the redundant visited.insert in manual code splitting ([#​10038](https://github.com/rolldown/rolldown/issues/10038 )) by [@​shulaoda](https://github.com/shulaoda )
- remove the dead output\_assets vector in render\_chunk\_to\_assets ([#​10036](https://github.com/rolldown/rolldown/issues/10036 )) by [@​shulaoda](https://github.com/shulaoda )
- remove the unused From<String>/Display impls for BindingLogLevel ([#​10035](https://github.com/rolldown/rolldown/issues/10035 )) by [@​shulaoda](https://github.com/shulaoda )
- deps: upgrade oxc to 0.138.0 and migrate to per-type AST construction ([#​10018](https://github.com/rolldown/rolldown/issues/10018 )) by [@​shulaoda](https://github.com/shulaoda )
- deps: update rust crates ([#​9911](https://github.com/rolldown/rolldown/issues/9911 )) by [@​renovate](https://github.com/renovate )\[bot]
- deps: update test262 submodule for tests ([#​10016](https://github.com/rolldown/rolldown/issues/10016 )) by [@​rolldown-guard](https://github.com/rolldown-guard )\[bot]
- deps: update github actions ([#​9999](https://github.com/rolldown/rolldown/issues/9999 )) by [@​renovate](https://github.com/renovate )\[bot]
- deps: update npm packages ([#​10000](https://github.com/rolldown/rolldown/issues/10000 )) by [@​renovate](https://github.com/renovate )\[bot]
##### ◀️ Revert
- "fix(plugin): make lazy hook metadata enumerable ([#​9991](https://github.com/rolldown/rolldown/issues/9991 ))" ([#​10005](https://github.com/rolldown/rolldown/issues/10005 )) by [@​shulaoda](https://github.com/shulaoda )
##### ❤️ New Contributors
- [@​x1024](https://github.com/x1024 ) made their first contribution in [#​9948](https://github.com/rolldown/rolldown/pull/9948 )
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- 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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](undefined) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzMuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIzMy40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBzIiwibnBtIl19-->
Reviewed-on: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/pulls/50
Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-07-14 07:15:26 +02:00
renovate-bot
081cf28d81
chore(deps): update actions/cache action to v6 ( #48 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://github.com/actions/cache ) | action | major | `v5.1.0` → `v6.1.0` |
---
### Release Notes
<details>
<summary>actions/cache (actions/cache)</summary>
### [`v6.1.0`](https://github.com/actions/cache/releases/tag/v6.1.0 )
[Compare Source](https://github.com/actions/cache/compare/v6.0.0...v6.1.0 )
##### What's Changed
- Bump [@​actions/cache](https://github.com/actions/cache ) to v6.1.0 - handle read-only cache access by [@​jasongin](https://github.com/jasongin ) in [#​1768](https://github.com/actions/cache/pull/1768 )
**Full Changelog**: <https://github.com/actions/cache/compare/v6...v6.1.0 >
### [`v6.0.0`](https://github.com/actions/cache/releases/tag/v6.0.0 )
[Compare Source](https://github.com/actions/cache/compare/v6.0.0...v6.0.0 )
##### What's Changed
- Update packages, migrate to ESM by [@​Samirat](https://github.com/Samirat ) in [#​1760](https://github.com/actions/cache/pull/1760 )
**Full Changelog**: <https://github.com/actions/cache/compare/v5...v6.0.0 >
### [`v6`](https://github.com/actions/cache/compare/v5.1.0...v6.0.0 )
[Compare Source](https://github.com/actions/cache/compare/v5.1.0...v6.0.0 )
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- 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 [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzMuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIzMy40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhY3Rpb24iLCJkZXBzIl19-->
Reviewed-on: #48
Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-07-04 08:47:07 +02:00
renovate-bot
4c97522b0f
chore(deps): update actions ( #49 )
...
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-07-03 22:26:52 +02:00
t.behrendt
30070f7f9c
refactor: to node action ( #47 )
...
CD / Release (push) Successful in 33s
Refactoring the action from a composite to Node action. This change improves security through pinning of packages as well as better test-ability and error handling.
Reviewed-on: #47
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-06-27 14:00:15 +02:00
renovate-bot
3730a56a77
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.8 ( #46 )
...
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-06-26 06:12:17 +02:00
renovate-bot
e790aebac3
chore(deps): update actions/checkout action to v7 ( #45 )
...
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-06-25 20:26:38 +02:00
renovate-bot
0b4b5fb319
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.7 ( #44 )
...
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-06-21 17:32:00 +02:00
renovate-bot
e785907b2b
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.39 ( #43 )
...
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-06-21 17:30:39 +02:00
renovate-bot
26c2bb0a79
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.6 ( #42 )
...
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-06-21 17:20:58 +02:00
renovate-bot
07c599b06b
chore(deps): update actions/checkout action to v6.0.3 ( #41 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout ) | action | patch | `v6.0.2` → `v6.0.3` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
### [`v6.0.3`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v603 )
[Compare Source](https://github.com/actions/checkout/compare/v6.0.2...v6.0.3 )
- Fix checkout init for SHA-256 repositories by [@​yaananth](https://github.com/yaananth ) in [#​2439](https://github.com/actions/checkout/pull/2439 )
- fix: expand merge commit SHA regex and add SHA-256 test cases by [@​yaananth](https://github.com/yaananth ) in [#​2414](https://github.com/actions/checkout/pull/2414 )
</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: #41
Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-06-12 11:34:14 +02:00
renovate-bot
04b5ff2c14
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.35 ( #40 )
...
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.32` → `0.1.35` |
---
### 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.35`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.34...0.1.35 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.34...0.1.35 )
### [`v0.1.34`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.33...0.1.34 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.33...0.1.34 )
### [`v0.1.33`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.32...0.1.33 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.32...0.1.33 )
</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: #40
Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost >
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-06-08 19:53:34 +02:00
renovate-bot
6bf2c1355a
chore(deps): update actions/setup-node action to v6.4.0 ( #39 )
...
CD / Release (push) Successful in 5s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://github.com/actions/setup-node ) | action | minor | `v6.3.0` → `v6.4.0` |
---
### Release Notes
<details>
<summary>actions/setup-node (actions/setup-node)</summary>
### [`v6.4.0`](https://github.com/actions/setup-node/releases/tag/v6.4.0 )
[Compare Source](https://github.com/actions/setup-node/compare/v6.3.0...v6.4.0 )
#### What's Changed
##### Dependency updates:
- Upgrade [@​actions](https://github.com/actions ) dependencies by [@​Copilot](https://github.com/Copilot ) in [#​1525](https://github.com/actions/setup-node/pull/1525 )
- Update Node.js versions in versions.yml and bump package to v6.4.0 by [@​priya-kinthali](https://github.com/priya-kinthali ) in [#​1533](https://github.com/actions/setup-node/pull/1533 )
#### New Contributors
- [@​Copilot](https://github.com/Copilot ) made their first contribution in [#​1525](https://github.com/actions/setup-node/pull/1525 )
**Full Changelog**: <https://github.com/actions/setup-node/compare/v6...v6.4.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: #39
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-05-07 13:02:49 +02:00
renovate-bot
0c625523f5
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.4 ( #38 )
...
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.2` → `0.2.4` |
---
### Release Notes
<details>
<summary>t.behrendt/actions (https://gitea.t000-n.de/t.behrendt/actions )</summary>
### [`v0.2.4`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.2.3...0.2.4 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.2.3...0.2.4 )
### [`v0.2.3`](https://gitea.t000-n.de/t.behrendt/actions/compare/0.2.2...0.2.3 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/actions/compare/0.2.2...0.2.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: #38
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-05-07 13:02:35 +02:00
renovate-bot
4b9360b451
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.32 ( #37 )
...
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.30` → `0.1.32` |
---
### 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.32`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.31...0.1.32 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.31...0.1.32 )
### [`v0.1.31`](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.30...0.1.31 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/compare/0.1.30...0.1.31 )
</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: #37
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-04-28 17:00:39 +02:00
renovate-bot
d4f1827b60
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.2 ( #34 )
...
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: #34
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:06:05 +01:00
renovate-bot
05f411803c
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.30 ( #35 )
...
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: #35
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:05:55 +01:00
t.behrendt
ab27892312
chore: disable tas ( #36 )
...
Reviewed-on: #36
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-03-26 20:39:18 +01:00
renovate-bot
121bd063c7
chore(deps): update actions/setup-node action to v6.3.0 ( #32 )
...
CD / Release (push) Successful in 43s
Run TAS / run-tas (push) Successful in 45s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://github.com/actions/setup-node ) | action | minor | `v6.2.0` → `v6.3.0` |
---
### Release Notes
<details>
<summary>actions/setup-node (actions/setup-node)</summary>
### [`v6.3.0`](https://github.com/actions/setup-node/releases/tag/v6.3.0 )
[Compare Source](https://github.com/actions/setup-node/compare/v6.2.0...v6.3.0 )
#### What's Changed
##### Enhancements:
- Support parsing `devEngines` field by [@​susnux](https://github.com/susnux ) in [#​1283](https://github.com/actions/setup-node/pull/1283 )
> When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.
##### Dependency updates:
- Fix npm audit issues by [@​gowridurgad](https://github.com/gowridurgad ) in [#​1491](https://github.com/actions/setup-node/pull/1491 )
- Replace uuid with crypto.randomUUID() by [@​trivikr](https://github.com/trivikr ) in [#​1378](https://github.com/actions/setup-node/pull/1378 )
- Upgrade minimatch from 3.1.2 to 3.1.5 by [@​dependabot](https://github.com/dependabot ) in [#​1498](https://github.com/actions/setup-node/pull/1498 )
##### Bug fixes:
- Remove hardcoded bearer for mirror-url [@​marco-ippolito](https://github.com/marco-ippolito ) in [#​1467](https://github.com/actions/setup-node/pull/1467 )
- Scope test lockfiles by package manager and update cache tests by [@​gowridurgad](https://github.com/gowridurgad ) in [#​1495](https://github.com/actions/setup-node/pull/1495 )
#### New Contributors
- [@​susnux](https://github.com/susnux ) made their first contribution in [#​1283](https://github.com/actions/setup-node/pull/1283 )
**Full Changelog**: <https://github.com/actions/setup-node/compare/v6...v6.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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #32
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:53:10 +01:00
renovate-bot
cbfe2d5787
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.1 ( #30 )
...
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: #30
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:53:03 +01:00
renovate-bot
d704142e90
chore(deps): update https://gitea.t000-n.de/t.behrendt/trivy-actions action to v1.4.7 ( #31 )
...
Run TAS / run-tas (push) Successful in 3m24s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/trivy-actions ](https://gitea.t000-n.de/t.behrendt/trivy-actions ) | action | patch | `1.4.1` → `1.4.7` |
---
### Release Notes
<details>
<summary>t.behrendt/trivy-actions (https://gitea.t000-n.de/t.behrendt/trivy-actions )</summary>
### [`v1.4.7`](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.4.6...1.4.7 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.4.6...1.4.7 )
### [`v1.4.6`](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.4.5...1.4.6 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.4.5...1.4.6 )
### [`v1.4.5`](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.4.4...1.4.5 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.4.4...1.4.5 )
### [`v1.4.4`](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.4.3...1.4.4 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.4.3...1.4.4 )
### [`v1.4.3`](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.4.2...1.4.3 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.4.2...1.4.3 )
### [`v1.4.2`](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.4.1...1.4.2 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.4.1...1.4.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: #31
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-07 17:11:41 +01:00
renovate-bot
35b9f86f08
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.1.5 ( #28 )
...
Run TAS / run-tas (push) Successful in 25s
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.4` → `0.1.5` | `0.2.1` (+3) |
---
### 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 )
</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: #28
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-27 19:08:30 +01:00
renovate-bot
c887da8579
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.29 ( #29 )
...
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.28` → `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 )
</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: #29
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-27 19:08:08 +01:00
renovate-bot
14e067719f
chore(deps): update https://gitea.t000-n.de/t.behrendt/trivy-actions action to v1.4.1 ( #27 )
...
Run TAS / run-tas (push) Successful in 1m29s
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/trivy-actions ](https://gitea.t000-n.de/t.behrendt/trivy-actions ) | action | patch | `1.4.0` → `1.4.1` | `1.4.3` (+1) |
---
### Release Notes
<details>
<summary>t.behrendt/trivy-actions (https://gitea.t000-n.de/t.behrendt/trivy-actions )</summary>
### [`v1.4.1`](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.4.0...1.4.1 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.4.0...1.4.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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #27
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-24 20:00:26 +01:00
renovate-bot
46f6496454
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.28 ( #26 )
...
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.27` → `0.1.28` | `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.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 )
</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: #26
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-24 20:00:24 +01:00
renovate-bot
caddeae745
chore(deps): update https://gitea.t000-n.de/t.behrendt/trivy-actions action to v1.4.0 ( #24 )
...
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/trivy-actions ](https://gitea.t000-n.de/t.behrendt/trivy-actions ) | action | minor | `1.3.4` → `1.4.0` | `1.4.2` (+1) |
---
### Release Notes
<details>
<summary>t.behrendt/trivy-actions (https://gitea.t000-n.de/t.behrendt/trivy-actions )</summary>
### [`v1.4.0`](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.3.7...1.4.0 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.3.7...1.4.0 )
### [`v1.3.7`](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.3.6...1.3.7 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.3.6...1.3.7 )
### [`v1.3.6`](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.3.5...1.3.6 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.3.5...1.3.6 )
### [`v1.3.5`](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.3.4...1.3.5 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.3.4...1.3.5 )
</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: #24
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-22 12:56:23 +01:00
renovate-bot
a48bc3c33c
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.1.4 ( #23 )
...
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.3` → `0.1.4` | `0.1.6` (+1) |
---
### Release Notes
<details>
<summary>t.behrendt/actions (https://gitea.t000-n.de/t.behrendt/actions )</summary>
### [`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: #23
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-22 12:52:50 +01:00
renovate-bot
471773cb48
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.27 ( #25 )
...
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.26` → `0.1.27` | `0.1.29` (+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.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: #25
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-22 12:51:41 +01:00
renovate-bot
5ca4305167
chore(deps): update https://gitea.t000-n.de/t.behrendt/trivy-actions action to v1.3.4 ( #22 )
...
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/trivy-actions ](https://gitea.t000-n.de/t.behrendt/trivy-actions ) | action | patch | `1.3.3` → `1.3.4` | `1.4.1` (+4) |
---
### Release Notes
<details>
<summary>t.behrendt/trivy-actions (https://gitea.t000-n.de/t.behrendt/trivy-actions )</summary>
### [`v1.3.4`](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.3.3...1.3.4 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.3.3...1.3.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: #22
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-21 20:05:34 +01:00
renovate-bot
6aaf400d5b
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.26 ( #18 )
...
Run TAS / run-tas (push) Successful in 2m17s
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.25` → `0.1.26` | `0.1.28` (+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.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 )
</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: #18
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 21:03:08 +01:00
renovate-bot
c8b0a0bab3
chore(deps): update https://gitea.t000-n.de/t.behrendt/trivy-actions action to v1.3.3 ( #21 )
...
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/trivy-actions ](https://gitea.t000-n.de/t.behrendt/trivy-actions ) | action | patch | `1.3.1` → `1.3.3` | `1.4.1` (+5) |
---
### Release Notes
<details>
<summary>t.behrendt/trivy-actions (https://gitea.t000-n.de/t.behrendt/trivy-actions )</summary>
### [`v1.3.3`](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.3.2...1.3.3 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.3.2...1.3.3 )
### [`v1.3.2`](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.3.1...1.3.2 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/trivy-actions/compare/1.3.1...1.3.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: #21
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 21:02:57 +01:00
renovate-bot
00b4782244
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.1.3 ( #19 )
...
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.2` → `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 )
</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: #19
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 16:29:19 +01:00
renovate-bot
2a0f949d49
chore(deps): update https://gitea.t000-n.de/t.behrendt/tas-actions action to v0.0.3 ( #20 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/tas-actions ](https://gitea.t000-n.de/t.behrendt/tas-actions ) | action | patch | `0.0.2` → `0.0.3` |
---
### Release Notes
<details>
<summary>t.behrendt/tas-actions (https://gitea.t000-n.de/t.behrendt/tas-actions )</summary>
### [`v0.0.3`](https://gitea.t000-n.de/t.behrendt/tas-actions/compare/0.0.2...0.0.3 )
[Compare Source](https://gitea.t000-n.de/t.behrendt/tas-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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #20
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:15:35 +01:00
renovate-bot
ede91c8da1
chore(deps): pin dependencies ( #17 )
...
Run TAS / run-tas (push) Successful in 1m56s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/tas-actions ](https://gitea.t000-n.de/t.behrendt/tas-actions ) | action | pinDigest | → `cd7a521` |
| [https://gitea.t000-n.de/t.behrendt/trivy-actions ](https://gitea.t000-n.de/t.behrendt/trivy-actions ) | action | pinDigest | → `d3dadf6` |
---
### 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.
👻 **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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: #17
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-12 20:25:56 +01:00
t.behrendt
bf1fc84c5b
ci: add force release and only run on relevant changes ( #16 )
...
Reviewed-on: #16
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-02-12 20:04:55 +01:00
t.behrendt
6fe6639f0b
ci: add tas ( #15 )
...
CD / Release (push) Successful in 6s
Reviewed-on: #15
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de >
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de >
2026-02-12 19:50:05 +01:00
t.behrendt
a1aab1475d
ci: replace release-git-tag with shared workflow ( #14 )
...
CD / Release (push) Successful in 14s
Reviewed-on: #14
Reviewed-by: branch-buddy <branch-buddy@t00n.de >
Co-authored-by: t.behrendt <t.behrendt@t00n.de >
Co-committed-by: t.behrendt <t.behrendt@t00n.de >
2026-02-06 09:12:04 +01:00
renovate-bot
296da3a42a
chore(deps): update actions/setup-node action to v6 ( #6 )
...
CD / Release (push) Successful in 12s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://github.com/actions/setup-node ) | action | major | `v5` → `v6` |
---
### Release Notes
<details>
<summary>actions/setup-node (actions/setup-node)</summary>
### [`v6`](https://github.com/actions/setup-node/compare/v5...v6 )
[Compare Source](https://github.com/actions/setup-node/compare/v5...v6 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDYuOCIsInVwZGF0ZWRJblZlciI6IjQyLjkyLjE0IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhY3Rpb24iLCJkZXBzIl19-->
Co-authored-by: t.behrendt <t.behrendt@t00n.de >
Reviewed-on: #6
Co-authored-by: Renovate Bot <renovate@t00n.de >
Co-committed-by: Renovate Bot <renovate@t00n.de >
2026-02-06 08:14:50 +01:00
renovate-bot
dee8ce27b3
chore(deps): update actions/checkout action to v6 ( #8 )
...
CD / Release (push) Successful in 5s
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#v602 )
[Compare Source](https://github.com/actions/checkout/compare/v5...v6 )
- Fix tag handling: preserve annotations and explicit fetch-tags by [@​ericsciple](https://github.com/ericsciple ) in [#​2356](https://github.com/actions/checkout/pull/2356 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC41IiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMTQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Co-authored-by: t.behrendt <t.behrendt@t00n.de >
Reviewed-on: #8
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-06 08:13:40 +01:00
renovate-bot
2a78da7312
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.25 ( #13 )
...
CD / Release (push) Successful in 6s
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.25` |
---
### 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.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xNCIsInVwZGF0ZWRJblZlciI6IjQyLjkyLjE0IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhY3Rpb24iLCJkZXBzIl19-->
Reviewed-on: #13
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-06 08:10:16 +01:00
renovate-bot
38f70cf013
chore(deps): pin dependencies ( #11 )
...
CD / Release (push) Successful in 6s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout ) | action | pinDigest | → `93cb6ef` |
| [actions/setup-node](https://github.com/actions/setup-node ) | action | pinDigest | → `a0853c2` |
| [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 | pinDigest | → `e2d3fdb` |
---
### 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.
👻 **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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xNCIsInVwZGF0ZWRJblZlciI6IjQyLjkyLjE0IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhY3Rpb24iLCJkZXBzIl19-->
Reviewed-on: #11
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:36:43 +01:00