34c70201717ba16012cd57e79a7050de73156e1c
9 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 34c7020171 | Update bun version to v1.3.7 | |||
| d48b37e0c2 |
Update bun version to v1.3.6 (#8)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Bun](https://bun.com) ([source](https://github.com/oven-sh/bun)) | | minor | `1.2.22` → `1.3.6` | | [oven/bun](https://github.com/oven-sh/bun) | final | minor | `1.2.22` → `1.3.6` | --- ### Release Notes <details> <summary>oven-sh/bun (Bun)</summary> ### [`v1.3.6`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.6): Bun v1.3.6 [Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.5...bun-v1.3.6) To install Bun v1.3.6 ```bash curl -fsSL https://bun.sh/install | bash # or you can use npm # npm install -g bun ``` Windows: ```bash powershell -c "irm bun.sh/install.ps1|iex" ``` To upgrade to Bun v1.3.6: ```bash bun upgrade ``` ##### [Read Bun v1.3.6's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.6) ##### Thanks to 23 contributors! - [@​alii](https://github.com/alii) - [@​billywhizz](https://github.com/billywhizz) - [@​bmwalters](https://github.com/bmwalters) - [@​cirospaciari](https://github.com/cirospaciari) - [@​d4mr](https://github.com/d4mr) - [@​darwin808](https://github.com/darwin808) - [@​dylan-conway](https://github.com/dylan-conway) - [@​emwadde](https://github.com/emwadde) - [@​franklinfollis](https://github.com/franklinfollis) - [@​jackkleeman](https://github.com/jackkleeman) - [@​jarred-sumner](https://github.com/jarred-sumner) - [@​kjanat](https://github.com/kjanat) - [@​makuko](https://github.com/makuko) - [@​mattermoran](https://github.com/mattermoran) - [@​nektro](https://github.com/nektro) - [@​nfreya](https://github.com/nfreya) - [@​nicocevallos](https://github.com/nicocevallos) - [@​rekram1-node](https://github.com/rekram1-node) - [@​remorses](https://github.com/remorses) - [@​robobun](https://github.com/robobun) - [@​sosukesuzuki](https://github.com/sosukesuzuki) - [@​sqdshguy](https://github.com/sqdshguy) - [@​veggiesaurus](https://github.com/veggiesaurus) ### [`v1.3.5`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.5): Bun v1.3.5 [Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.4...bun-v1.3.5) To install Bun v1.3.5 ```bash curl -fsSL https://bun.sh/install | bash # or you can use npm # npm install -g bun ``` Windows: ```bash powershell -c "irm bun.sh/install.ps1|iex" ``` To upgrade to Bun v1.3.5: ```bash bun upgrade ``` ##### [Read Bun v1.3.5's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.5) ##### Thanks to 10 contributors! - [@​alii](https://github.com/alii) - [@​cirospaciari](https://github.com/cirospaciari) - [@​crishoj](https://github.com/crishoj) - [@​dylan-conway](https://github.com/dylan-conway) - [@​elfayer](https://github.com/elfayer) - [@​hamidrezahanafi](https://github.com/hamidrezahanafi) - [@​jarred-sumner](https://github.com/jarred-sumner) - [@​kylekz](https://github.com/kylekz) - [@​robobun](https://github.com/robobun) - [@​ryangst](https://github.com/ryangst) ### [`v1.3.4`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.4): Bun v1.3.4 [Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.3...bun-v1.3.4) To install Bun v1.3.4 ```bash curl -fsSL https://bun.sh/install | bash # or you can use npm # npm install -g bun ``` Windows: ```bash powershell -c "irm bun.sh/install.ps1|iex" ``` To upgrade to Bun v1.3.4: ```bash bun upgrade ``` ##### [Read Bun v1.3.4's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.4) ##### Thanks to 14 contributors! - [@​alii](https://github.com/alii) - [@​amdad121](https://github.com/amdad121) - [@​dylan-conway](https://github.com/dylan-conway) - [@​eroderust](https://github.com/eroderust) - [@​jarred-sumner](https://github.com/jarred-sumner) - [@​lydiahallie](https://github.com/lydiahallie) - [@​markovejnovic](https://github.com/markovejnovic) - [@​nektro](https://github.com/nektro) - [@​pfgithub](https://github.com/pfgithub) - [@​riskymh](https://github.com/riskymh) - [@​robobun](https://github.com/robobun) - [@​shendongming](https://github.com/shendongming) - [@​tamicktom](https://github.com/tamicktom) - [@​taylordotfish](https://github.com/taylordotfish) ### [`v1.3.3`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.3): Bun v1.3.3 [Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.2...bun-v1.3.3) To install Bun v1.3.3 ```bash curl -fsSL https://bun.sh/install | bash # or you can use npm # npm install -g bun ``` Windows: ```bash powershell -c "irm bun.sh/install.ps1|iex" ``` To upgrade to Bun v1.3.3: ```bash bun upgrade ``` ##### [Read Bun v1.3.3's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.3) ##### Thanks to 19 contributors! - [@​alii](https://github.com/alii) - [@​braden-w](https://github.com/braden-w) - [@​cirospaciari](https://github.com/cirospaciari) - [@​connerlphillippi](https://github.com/connerlphillippi) - [@​dioro](https://github.com/dioro) - [@​dylan-conway](https://github.com/dylan-conway) - [@​halil-pan](https://github.com/halil-pan) - [@​hona](https://github.com/hona) - [@​jarred-sumner](https://github.com/jarred-sumner) - [@​lydiahallie](https://github.com/lydiahallie) - [@​markovejnovic](https://github.com/markovejnovic) - [@​minigod](https://github.com/minigod) - [@​nathanosoares](https://github.com/nathanosoares) - [@​nektro](https://github.com/nektro) - [@​ocodista](https://github.com/ocodista) - [@​pfgithub](https://github.com/pfgithub) - [@​riskymh](https://github.com/riskymh) - [@​robobun](https://github.com/robobun) - [@​yinheli](https://github.com/yinheli) ### [`v1.3.2`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.2): Bun v1.3.2 [Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.1...bun-v1.3.2) To install Bun v1.3.2 ```bash curl -fsSL https://bun.sh/install | bash # or you can use npm # npm install -g bun ``` Windows: ```bash powershell -c "irm bun.sh/install.ps1|iex" ``` To upgrade to Bun v1.3.2: ```bash bun upgrade ``` ##### [Read Bun v1.3.2's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.2) ##### Thanks to 18 contributors! - [@​alii](https://github.com/alii) - [@​avarayr](https://github.com/avarayr) - [@​braden-w](https://github.com/braden-w) - [@​cirospaciari](https://github.com/cirospaciari) - [@​csvlad](https://github.com/csvlad) - [@​dylan-conway](https://github.com/dylan-conway) - [@​fraidev](https://github.com/fraidev) - [@​jarred-sumner](https://github.com/jarred-sumner) - [@​lillious](https://github.com/lillious) - [@​lydiahallie](https://github.com/lydiahallie) - [@​markovejnovic](https://github.com/markovejnovic) - [@​nektro](https://github.com/nektro) - [@​nkxxll](https://github.com/nkxxll) - [@​pfgithub](https://github.com/pfgithub) - [@​riskymh](https://github.com/riskymh) - [@​robobun](https://github.com/robobun) - [@​sosukesuzuki](https://github.com/sosukesuzuki) - [@​taylordotfish](https://github.com/taylordotfish) ### [`v1.3.1`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.1): Bun v1.3.1 [Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.0...bun-v1.3.1) To install Bun v1.3.1 ```bash curl -fsSL https://bun.sh/install | bash # or you can use npm # npm install -g bun ``` Windows: ```bash powershell -c "irm bun.sh/install.ps1|iex" ``` To upgrade to Bun v1.3.1: ```bash bun upgrade ``` ##### [Read Bun v1.3.1's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.1) ##### Thanks to 15 contributors! - [@​alinalihassan](https://github.com/alinalihassan) - [@​cirospaciari](https://github.com/cirospaciari) - [@​dylan-conway](https://github.com/dylan-conway) - [@​hoxyy](https://github.com/hoxyy) - [@​jarred-sumner](https://github.com/jarred-sumner) - [@​jsparkdev](https://github.com/jsparkdev) - [@​mariusz4044](https://github.com/mariusz4044) - [@​markovejnovic](https://github.com/markovejnovic) - [@​nektro](https://github.com/nektro) - [@​pfgithub](https://github.com/pfgithub) - [@​riskymh](https://github.com/riskymh) - [@​robobun](https://github.com/robobun) - [@​shlomocode](https://github.com/shlomocode) - [@​sosukesuzuki](https://github.com/sosukesuzuki) - [@​taylordotfish](https://github.com/taylordotfish) Special thanks to Martin Schwarzl of Cloudflare for fuzzing & reporting several bugs!! ### [`v1.3.0`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.0): Bun v1.3 [Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.23...bun-v1.3.0) [Read the blog post](https://bun.com/1.3) <a href="https://bun.com/1.3"> <img width="1536" height="1024" alt="Group 77" src="https://github.com/user-attachments/assets/54a1710b-fdec-4de9-8fbd-84c640ab1f1e" /> </a> Windows: ```bash powershell -c "irm bun.sh/install.ps1|iex" ``` To upgrade to Bun v1.3: ```bash bun upgrade ``` ### [`v1.2.23`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.23): Bun v1.2.23 [Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.22...bun-v1.2.23) To install Bun v1.2.23 ```bash curl -fsSL https://bun.sh/install | bash # or you can use npm # npm install -g bun ``` Windows: ```bash powershell -c "irm bun.sh/install.ps1|iex" ``` To upgrade to Bun v1.2.23: ```bash bun upgrade ``` ##### [Read Bun v1.2.23's release notes on Bun's blog](https://bun.com/blog/bun-v1.2.23) ##### Thanks to 16 contributors! - [@​alii](https://github.com/alii) - [@​btcbobby](https://github.com/btcbobby) - [@​cirospaciari](https://github.com/cirospaciari) - [@​donisaac](https://github.com/donisaac) - [@​dylan-conway](https://github.com/dylan-conway) - [@​filipstev](https://github.com/filipstev) - [@​jarred-sumner](https://github.com/jarred-sumner) - [@​markovejnovic](https://github.com/markovejnovic) - [@​nathanwhit](https://github.com/nathanwhit) - [@​nektro](https://github.com/nektro) - [@​pfgithub](https://github.com/pfgithub) - [@​riskymh](https://github.com/riskymh) - [@​robobun](https://github.com/robobun) - [@​sosukesuzuki](https://github.com/sosukesuzuki) - [@​taylordotfish](https://github.com/taylordotfish) - [@​vfilanovsky-openai](https://github.com/vfilanovsky-openai) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMjUuMiIsInVwZGF0ZWRJblZlciI6IjQyLjc0LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> 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> |
|||
| ddda398e7b |
Update bun version to v1.2.22 (#7)
All checks were successful
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [Bun](https://bun.com) ([source](https://github.com/oven-sh/bun)) | | patch | `1.2.21` -> `1.2.22` | `1.2.23` | | [oven/bun](https://github.com/oven-sh/bun) | final | patch | `1.2.21` -> `1.2.22` | `1.2.23` | --- ### Release Notes <details> <summary>oven-sh/bun (Bun)</summary> ### [`v1.2.22`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.22): Bun v1.2.22 [Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.21...bun-v1.2.22) To install Bun v1.2.22 ```bash curl -fsSL https://bun.sh/install | bash ### or you can use npm ### npm install -g bun ``` Windows: ```bash powershell -c "irm bun.sh/install.ps1|iex" ``` To upgrade to Bun v1.2.22: ```bash bun upgrade ``` ##### [Read Bun v1.2.22's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.22) ##### Thanks to 14 contributors! - [@​alii](https://github.com/alii) - [@​avarayr](https://github.com/avarayr) - [@​cirospaciari](https://github.com/cirospaciari) - [@​dylan-conway](https://github.com/dylan-conway) - [@​jarred-sumner](https://github.com/jarred-sumner) - [@​lydiahallie](https://github.com/lydiahallie) - [@​markovejnovic](https://github.com/markovejnovic) - [@​nektro](https://github.com/nektro) - [@​pfgithub](https://github.com/pfgithub) - [@​robobun](https://github.com/robobun) - [@​samyarkd](https://github.com/samyarkd) - [@​sosukesuzuki](https://github.com/sosukesuzuki) - [@​taylordotfish](https://github.com/taylordotfish) - [@​zackradisic](https://github.com/zackradisic) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTMuMiIsInVwZGF0ZWRJblZlciI6IjQxLjEyNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: #7 Reviewed-by: t.behrendt <t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot <renovate@t00n.de> Co-committed-by: Renovate Bot <renovate@t00n.de> |
|||
| 55c2f506a1 |
Update bun version to v1.2.21 (#2)
All checks were successful
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Bun](https://bun.com) ([source](https://github.com/oven-sh/bun)) | | patch | `1.2.18` -> `1.2.21` | | [oven/bun](https://github.com/oven-sh/bun) | final | patch | `1.2.18` -> `1.2.21` | --- ### Release Notes <details> <summary>oven-sh/bun (Bun)</summary> ### [`v1.2.21`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.21): Bun v1.2.21 [Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.20...bun-v1.2.21) To install Bun v1.2.21 ```bash curl -fsSL https://bun.sh/install | bash ### or you can use npm ### npm install -g bun ``` Windows: ```bash powershell -c "irm bun.sh/install.ps1|iex" ``` To upgrade to Bun v1.2.21: ```bash bun upgrade ``` ##### [Read Bun v1.2.21's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.21) ##### Thanks to 23 contributors! - [@​alii](https://github.com/alii) - [@​cirospaciari](https://github.com/cirospaciari) - [@​connerlphillippi](https://github.com/connerlphillippi) - [@​creationix](https://github.com/creationix) - [@​dylan-conway](https://github.com/dylan-conway) - [@​heimskr](https://github.com/heimskr) - [@​imranbarbhuiya](https://github.com/imranbarbhuiya) - [@​jarred-sumner](https://github.com/jarred-sumner) - [@​jarred-sumner-bot](https://github.com/jarred-sumner-bot) - [@​lifefloating](https://github.com/lifefloating) - [@​lydiahallie](https://github.com/lydiahallie) - [@​markovejnovic](https://github.com/markovejnovic) - [@​nektro](https://github.com/nektro) - [@​pfgithub](https://github.com/pfgithub) - [@​riskymh](https://github.com/riskymh) - [@​rmncldyo](https://github.com/rmncldyo) - [@​robobun](https://github.com/robobun) - [@​sanderjo](https://github.com/sanderjo) - [@​someone19204](https://github.com/someone19204) - [@​sosukesuzuki](https://github.com/sosukesuzuki) - [@​taylordotfish](https://github.com/taylordotfish) - [@​zackradisic](https://github.com/zackradisic) - [@​zenazn](https://github.com/zenazn) ### [`v1.2.20`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.20): Bun v1.2.20 [Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.19...bun-v1.2.20) To install Bun v1.2.20 ```bash curl -fsSL https://bun.sh/install | bash ### or you can use npm ### npm install -g bun ``` Windows: ```bash powershell -c "irm bun.sh/install.ps1|iex" ``` To upgrade to Bun v1.2.20: ```bash bun upgrade ``` ##### [Read Bun v1.2.20's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.20) ##### Thanks to 19 contributors! - [@​190n](https://github.com/190n) - [@​39ali](https://github.com/39ali) - [@​alii](https://github.com/alii) - [@​aspizu](https://github.com/aspizu) - [@​camc314](https://github.com/camc314) - [@​cirospaciari](https://github.com/cirospaciari) - [@​countbleck](https://github.com/countbleck) - [@​dylan-conway](https://github.com/dylan-conway) - [@​heimskr](https://github.com/heimskr) - [@​its-me-mhd](https://github.com/its-me-mhd) - [@​jack5079](https://github.com/jack5079) - [@​jarred-sumner](https://github.com/jarred-sumner) - [@​lifefloating](https://github.com/lifefloating) - [@​nektro](https://github.com/nektro) - [@​pfgithub](https://github.com/pfgithub) - [@​riskymh](https://github.com/riskymh) - [@​robobun](https://github.com/robobun) - [@​taylordotfish](https://github.com/taylordotfish) - [@​zackradisic](https://github.com/zackradisic) ### [`v1.2.19`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.19): Bun v1.2.19 [Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.18...bun-v1.2.19) To install Bun v1.2.19 ```bash curl -fsSL https://bun.sh/install | bash ### or you can use npm ### npm install -g bun ``` Windows: ```bash powershell -c "irm bun.sh/install.ps1|iex" ``` To upgrade to Bun v1.2.19: ```bash bun upgrade ``` ##### [Read Bun v1.2.19's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.19) ##### Thanks to 18 contributors! - [@​190n](https://github.com/190n) - [@​alii](https://github.com/alii) - [@​cirospaciari](https://github.com/cirospaciari) - [@​countbleck](https://github.com/countbleck) - [@​dylan-conway](https://github.com/dylan-conway) - [@​ericc-ch](https://github.com/ericc-ch) - [@​heimskr](https://github.com/heimskr) - [@​jarred-sumner](https://github.com/jarred-sumner) - [@​jarred-sumner-bot](https://github.com/jarred-sumner-bot) - [@​josag98](https://github.com/josag98) - [@​nektro](https://github.com/nektro) - [@​pfgithub](https://github.com/pfgithub) - [@​riskymh](https://github.com/riskymh) - [@​robobun](https://github.com/robobun) - [@​santosant](https://github.com/santosant) - [@​taylordotfish](https://github.com/taylordotfish) - [@​xanth3](https://github.com/xanth3) - [@​zackradisic](https://github.com/zackradisic) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45OC40IiwidXBkYXRlZEluVmVyIjoiNDEuOTguNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: #2 Reviewed-by: t.behrendt <t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot <renovate@t00n.de> Co-committed-by: Renovate Bot <renovate@t00n.de> |
|||
| edcfba1b73 |
Update actions/checkout action to v5 (#3)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | major | `v4` -> `v5` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v5`](https://github.com/actions/checkout/compare/v4...v5) [Compare Source](https://github.com/actions/checkout/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45OC40IiwidXBkYXRlZEluVmVyIjoiNDEuOTguNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: #3 Reviewed-by: t.behrendt <t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot <renovate@t00n.de> Co-committed-by: Renovate Bot <renovate@t00n.de> |
|||
| 52cc5ab9da |
Update actions/setup-node action to v5 (#4)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://github.com/actions/setup-node) | action | major | `v4` -> `v5` | --- ### Release Notes <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v5`](https://github.com/actions/setup-node/compare/v4...v5) [Compare Source](https://github.com/actions/setup-node/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45OC40IiwidXBkYXRlZEluVmVyIjoiNDEuOTguNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: #4 Reviewed-by: t.behrendt <t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot <renovate@t00n.de> Co-committed-by: Renovate Bot <renovate@t00n.de> |
|||
| adf0e8d7a6 |
Update dependency eslint-plugin-unicorn to v61 (#5)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | devDependencies | major | [`^59.0.1` -> `^61.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-unicorn/59.0.1/61.0.2) | --- ### Release Notes <details> <summary>sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)</summary> ### [`v61.0.2`](https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v61.0.2) [Compare Source](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v61.0.1...v61.0.2) - `throw-new-error`: Fix false positive for Effect library ([#​2740](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2740)) [`0ddf5ea`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/0ddf5ead) - `no-useless-undefined`: Ignore `Set#delete(undefined)` ([#​2739](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2739)) [`99acd27`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/99acd272) - `prefer-includes` and `prefer-array-index-of`: Prevent crash on Vue files ([#​2645](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2645)) [`a1da518`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/a1da5182) *** ### [`v61.0.1`](https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v61.0.1) [Compare Source](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v61.0.0...v61.0.1) - `prefer-classlist-toggle`: Omit `Element#classList.contains()` call when fixing ([#​2732](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2732)) [`066f96b`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/066f96b9) *** ### [`v61.0.0`](https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v61.0.0) [Compare Source](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v60.0.0...v61.0.0) ##### New rules - [`prefer-bigint-literals`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-bigint-literals.md) ([#​2722](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2722)) [`1f4cb8a`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/1f4cb8a2) - [`prefer-classlist-toggle`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-classlist-toggle.md) ([#​2731](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2731)) [`5f27ec2`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/5f27ec2a) - [`require-module-attributes`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/require-module-attributes.md) ([#​2725](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2725)) [`5f275e2`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/5f275e25) - [`no-array-sort`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-array-sort.md) ([#​2713](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2713)) [`b70d1e8`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/b70d1e8e) ##### Improvements - Add `unopinionated` config ([#​2715](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2715)) [`c13d09b`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/c13d09b8) - Improve compatibility with optional chaining ([#​2727](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2727)) [`60b2ec5`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/60b2ec5e) - `no-array-reduce`: Report optional chaining and calling of `.reduce()` ([#​2721](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2721)) [`caa1f8b`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/caa1f8b8) - `prefer-type-error`: Ignore error type check ([#​2729](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2729)) [`d12fc01`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/d12fc01c) ##### Fixes - `prefer-includes`: Fix compatibility with Vue SFC ([#​2704](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2704)) [`540a4d4`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/540a4d4b) *** ### [`v60.0.0`](https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v60.0.0) [Compare Source](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v59.0.1...v60.0.0) ##### Breaking - Require Node.js 20.10 ([#​2698](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2698)) [`2dc27d9`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/2dc27d90) ##### New rules - [`prefer-class-fields`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-class-fields.md) ([#​2512](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2512)) [`4c82dc1`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/4c82dc12) - [`no-array-reverse`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-array-reverse.md) ([#​2677](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2677)) [`b051302`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/b051302f) - [`require-module-specifiers`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/require-module-specifiers.md) ([#​2686](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2686)) [`2a8e152`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/2a8e152e) - [`no-useless-error-capture-stack-trace`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-useless-error-capture-stack-trace.md) ([#​2676](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2676)) [`fc900b6`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/fc900b61) ##### Improvements - `prefer-string-replace-all`: Preserve escape ([#​2667](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2667)) [`2310b50`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/2310b507) - Support `SuppressedError` ([#​2669](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2669)) [`f51aeb9`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/f51aeb9a) ##### Fixes - `no-array-callback-reference`: Fix optional chaining expressions being ignored ([#​2694](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2694)) [`ad27922`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/ad27922e) - `no-unnecessary-await`: Fix handling of experimental pipeline operator ([#​2658](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2658)) [`2b8ebe5`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/2b8ebe57) *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45OC40IiwidXBkYXRlZEluVmVyIjoiNDEuOTguNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: https://gitea.t000-n.de/t.behrendt/outline-mcp/pulls/5 Reviewed-by: t.behrendt <t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot <renovate@t00n.de> Co-committed-by: Renovate Bot <renovate@t00n.de> |
|||
| e2081a19b5 |
initial-commit (#1)
Reviewed-on: #1 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de> |
|||
| 4b4d2c66d9 | Initial commit |