[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@iconify/json](https://iconify.design/icon-sets/) ([source](https://togithub.com/iconify/icon-sets)) | [`2.2.202` -> `2.2.203`](https://renovatebot.com/diffs/npm/@iconify%2fjson/2.2.202/2.2.203) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`7.7.0` -> `7.7.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.7.0/7.7.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`7.7.0` -> `7.7.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.7.0/7.7.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@vue/compiler-sfc](https://togithub.com/vuejs/core/tree/main/packages/compiler-sfc#readme) ([source](https://togithub.com/vuejs/core/tree/HEAD/packages/compiler-sfc)) | [`3.4.23` -> `3.4.24`](https://renovatebot.com/diffs/npm/@vue%2fcompiler-sfc/3.4.23/3.4.24) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [vue](https://togithub.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://togithub.com/vuejs/core)) | [`3.4.23` -> `3.4.24`](https://renovatebot.com/diffs/npm/vue/3.4.23/3.4.24) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [vue-i18n](https://togithub.com/intlify/vue-i18n-next/tree/master/packages/vue-i18n#readme) ([source](https://togithub.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n)) | [`9.13.0` -> `9.13.1`](https://renovatebot.com/diffs/npm/vue-i18n/9.13.0/9.13.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [vue-tsc](https://togithub.com/vuejs/language-tools) ([source](https://togithub.com/vuejs/language-tools/tree/HEAD/packages/tsc)) | [`2.0.13` -> `2.0.14`](https://renovatebot.com/diffs/npm/vue-tsc/2.0.13/2.0.14) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>iconify/icon-sets (@​iconify/json)</summary> ### [`v2.2.203`](https://togithub.com/iconify/icon-sets/compare/2.2.202...2.2.203) [Compare Source](https://togithub.com/iconify/icon-sets/compare/2.2.202...2.2.203) </details> <details> <summary>typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)</summary> ### [`v7.7.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#771-2024-04-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.7.0...v7.7.1) ##### 🩹 Fixes - **eslint-plugin:** \[no-unsafe-assignment] handle shorthand property assignment - **eslint-plugin:** \[explicit-function-return-type] fix checking wrong ancestor's return type - **eslint-plugin:** \[prefer-optional-chain] only look at left operand for `requireNullish` - **eslint-plugin:** \[no-for-in-array] refine report location - **eslint-plugin:** \[no-unnecessary-type-assertion] allow non-null assertion for void type ##### ❤️ Thank You - Abraham Guo - Kirk Waiblinger - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> <details> <summary>typescript-eslint/typescript-eslint (@​typescript-eslint/parser)</summary> ### [`v7.7.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#771-2024-04-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.7.0...v7.7.1) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> <details> <summary>vuejs/core (@​vue/compiler-sfc)</summary> ### [`v3.4.24`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3424-2024-04-22) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.23...v3.4.24) ##### Bug Fixes - **compiler-core:** handle template ref bound via v-bind object on v-for ([#​10706](https://togithub.com/vuejs/core/issues/10706)) ([da7adef](da7adefa84)), closes [#​10696](https://togithub.com/vuejs/core/issues/10696) - **compiler-core:** properly parse await expressions in edge cases ([b92c25f](b92c25f53d)), closes [#​10754](https://togithub.com/vuejs/core/issues/10754) - **compiler-sfc:** handle readonly operator and ReadonlyArray/Map/Set types ([5cef52a](5cef52a5c2)), closes [#​10726](https://togithub.com/vuejs/core/issues/10726) - **compiler-ssr:** fix hydration mismatch for conditional slot in transition ([f12c81e](f12c81efca)), closes [#​10743](https://togithub.com/vuejs/core/issues/10743) - **compiler-ssr:** fix v-html SSR for nullish values ([1ff4076](1ff407676f)), closes [#​10725](https://togithub.com/vuejs/core/issues/10725) - **deps:** update compiler ([#​10760](https://togithub.com/vuejs/core/issues/10760)) ([15df5c1](15df5c1b26)) - **runtime-core:** fix edge case of KeepAlive inside Transition with slot children ([#​10719](https://togithub.com/vuejs/core/issues/10719)) ([e51ca61](e51ca61ca0)), closes [#​10708](https://togithub.com/vuejs/core/issues/10708) - **runtime-core:** further fix slots \_ctx check ([cde7f05](cde7f05787)), closes [#​10724](https://togithub.com/vuejs/core/issues/10724) - **runtime-core:** props should be readonly via direct template access ([b93f264](b93f264647)), closes [#​8216](https://togithub.com/vuejs/core/issues/8216) [#​10736](https://togithub.com/vuejs/core/issues/10736) - **transition:** transition is breaking/flickering when enter is canceled ([#​10688](https://togithub.com/vuejs/core/issues/10688)) ([65109a7](65109a70f1)) </details> <details> <summary>intlify/vue-i18n-next (vue-i18n)</summary> ### [`v9.13.1`](https://togithub.com/intlify/vue-i18n-next/blob/HEAD/CHANGELOG.md#v9131-2024-04-20T152552Z) [Compare Source](https://togithub.com/intlify/vue-i18n-next/compare/v9.13.0...v9.13.1) This changelog is generated by [GitHub Releases](https://togithub.com/intlify/vue-i18n-next/releases/tag/v9.13.1) <!-- Release notes generated using configuration in .github/release.yml at v9.13.1 --> #### What's Changed ##### 🐛 Bug Fixes - fix(message-compiler): cannot resolve none-identifier characters at linked key by [@​kazupon](https://togithub.com/kazupon) in [https://github.com/intlify/vue-i18n-next/pull/1813](https://togithub.com/intlify/vue-i18n-next/pull/1813) **Full Changelog**: https://github.com/intlify/vue-i18n-next/compare/v9.13.0...v9.13.1 </details> <details> <summary>vuejs/language-tools (vue-tsc)</summary> ### [`v2.0.14`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2014-2024422) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.13...v2.0.14) ##### Features - **language-core:** added search html tag ([#​4280](https://togithub.com/vuejs/language-tools/issues/4280)) - Thanks [@​audunhov](https://togithub.com/audunhov) - **language-service:** added Russian, Czech localization support ##### Bug Fixes - **language-core:** `@ts-ignore` not working for slots ([#​4263](https://togithub.com/vuejs/language-tools/issues/4263)) - **language-core:** reduce unnecessary props mapping ([#​4284](https://togithub.com/vuejs/language-tools/issues/4284)) - **tsc:** improve regexp performance for global type removal ([#​4260](https://togithub.com/vuejs/language-tools/issues/4260)) - Thanks [@​blake-newman](https://togithub.com/blake-newman) ##### Other Changes - Upgrade Volar from `v2.2.0-alpha.8` to `v2.2.0-alpha.10` to fix some issues: - Parameter Hints not working in Hybrid Mode ([#​3948](https://togithub.com/vuejs/language-tools/issues/3948)) - TS server to crash repeatedly when include large js file ([#​4278](https://togithub.com/vuejs/language-tools/issues/4278)) - Randomly causing errors when renaming / find definitions in Hybrid Mode ([#​4257](https://togithub.com/vuejs/language-tools/issues/4257), [#​4281](https://togithub.com/vuejs/language-tools/issues/4281), [#​4282](https://togithub.com/vuejs/language-tools/issues/4282)) - Unable to resolve Nuxt UI component type - Incomplete results for find refernces in Hybrid Mode - The following extensions have been added to Hybrid Mode’s compatibility whitelist: - `bierner.lit-html` - `denoland.vscode-deno` (When `deno.enable` is `false`) - `jenkey2011.string-highlight` - **language-core:** improve maintainability of codegen ([#​4276](https://togithub.com/vuejs/language-tools/issues/4276)) - Deprecated `vueCompilerOptions.nativeTags`, now respects the `nodeType` property of template AST node. - Dynamic component types without v-bind:is are no longer supported. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - "before 4am" (UTC). 🚦 **Automerge**: Enabled. ♻ **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://togithub.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://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/woodpecker-ci/woodpecker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJ1aSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Woodpecker
Woodpecker is a simple yet powerful CI/CD engine with great extensibility.
🫶 Support
Please consider donating and become a backer. 🙏 [Become a backer]
📖 Documentation
✨ Contribute
📣 Translate
We use an own Weblate instance at translate.woodpecker-ci.org.
👋 Who uses Woodpecker?
Woodpecker is used by itself multiple well-known companies, organizations like Codeberg, hobbyist and many others.
Leave a comment if you're using it as well.
Also consider using the topic WoodpeckerCI in your repository, so others can learn from your config and use the hashtag #WoodpeckerCI when talking about the project on social media!
Here are some places where people mention Woodpecker:
✨ Stars over time
License
Woodpecker is Apache 2.0 licensed with the source files in this repository having a header indicating which license they are under and what copyrights apply.
Files under the docs/ folder are licensed under Creative Commons Attribution-ShareAlike 4.0 International Public License.
