build(deps): bump the go group with 2 updates #100

Merged
dependabot[bot] merged 1 commit from dependabot/go_modules/go-96f91e5203 into main 2025-09-01 09:23:03 +01:00
dependabot[bot] commented 2025-09-01 07:56:53 +01:00 (Migrated from github.com)

Bumps the go group with 2 updates: github.com/gookit/event and gorm.io/gorm.

Updates github.com/gookit/event from 1.1.2 to 1.2.0

Release notes

Sourced from github.com/gookit/event's releases.

v1.2.0

Change Log

Fixed

Feature

Update

Other

Commits
  • 1801b1b 👔 up: Update adjusts contextual event handling logic
  • b4e3765 💚 ci: fix github action ci test error
  • 01c5d2e 📝 chore: update some readme and some code comments
  • 2139003 🐛 fix: fix custom events failed to execute. see issues #68
  • dc11518 test: add test case for issues #67
  • 3c7c36c ⬆️ dep: upgrade actions checkout to v5, up goutil to v0.7.1
  • 72a268e 👔 up: update some code style, add more test cases
  • 1cb22cb 👔 up: AddEvent will return an error if the name is invalid, instead o...
  • ab0d946 feat: add support with context for fire event. see issues #78
  • 8a91278 👔 up: refactoring the files structure, add fire with context
  • Additional commits viewable in compare view

Updates gorm.io/gorm from 1.30.1 to 1.30.2

Release notes

Sourced from gorm.io/gorm's releases.

Release v1.30.2

Changes

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Bumps the go group with 2 updates: [github.com/gookit/event](https://github.com/gookit/event) and [gorm.io/gorm](https://github.com/go-gorm/gorm). Updates `github.com/gookit/event` from 1.1.2 to 1.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gookit/event/releases">github.com/gookit/event's releases</a>.</em></p> <blockquote> <h2>v1.2.0</h2> <h2>Change Log</h2> <h3>Fixed</h3> <ul> <li>:bug: fix: fix custom events failed to execute. see issues <a href="https://redirect.github.com/gookit/event/issues/68">#68</a> <a href="https://github.com/gookit/event/commit/2139003c0e8423b2b151e70e27622e293c75fde9">https://github.com/gookit/event/commit/2139003c0e8423b2b151e70e27622e293c75fde9</a></li> </ul> <h3>Feature</h3> <ul> <li>feat: event trigger once (<a href="https://redirect.github.com/gookit/event/issues/72">#72</a>) <a href="https://github.com/gookit/event/commit/f885dbb08235eb541ee97d0c1406560af81aab62">https://github.com/gookit/event/commit/f885dbb08235eb541ee97d0c1406560af81aab62</a></li> <li>:sparkles: feat: add support with context for fire event. see issues <a href="https://redirect.github.com/gookit/event/issues/78">#78</a> <a href="https://github.com/gookit/event/commit/ab0d946a81984326e91571abcbe0daaa9f9f2007">https://github.com/gookit/event/commit/ab0d946a81984326e91571abcbe0daaa9f9f2007</a></li> </ul> <h3>Update</h3> <ul> <li>:necktie: up: refactoring the files structure, add fire with context <a href="https://github.com/gookit/event/commit/8a9127892c81eefc67631df0fb8ff250f10de795">https://github.com/gookit/event/commit/8a9127892c81eefc67631df0fb8ff250f10de795</a></li> <li>:necktie: up: AddEvent will return an error if the name is invalid, instead of panic. fix <a href="https://redirect.github.com/gookit/event/issues/75">#75</a> <a href="https://github.com/gookit/event/commit/1cb22cbe5157d4cd53d6c7f9bbc19c2f9ab2df8e">https://github.com/gookit/event/commit/1cb22cbe5157d4cd53d6c7f9bbc19c2f9ab2df8e</a></li> <li>:necktie: up: update some code style, add more test cases <a href="https://github.com/gookit/event/commit/72a268efc99625cdd9cfb9d8700f1b6eca322238">https://github.com/gookit/event/commit/72a268efc99625cdd9cfb9d8700f1b6eca322238</a></li> <li>:necktie: up: Update adjusts contextual event handling logic <a href="https://github.com/gookit/event/commit/1801b1b525d9dba12bb50588af631d74be6fc810">https://github.com/gookit/event/commit/1801b1b525d9dba12bb50588af631d74be6fc810</a></li> </ul> <h3>Other</h3> <ul> <li>chore(deps): bump WillAbides/setup-go-faster from 1.13.0 to 1.14.0 (<a href="https://redirect.github.com/gookit/event/issues/63">#63</a>) <a href="https://github.com/gookit/event/commit/c3321bbdf266e9b5ada4ec59194b6ab00d1fa403">https://github.com/gookit/event/commit/c3321bbdf266e9b5ada4ec59194b6ab00d1fa403</a></li> <li>chore(deps): bump softprops/action-gh-release from 1 to 2 (<a href="https://redirect.github.com/gookit/event/issues/65">#65</a>) <a href="https://github.com/gookit/event/commit/424a47ce1d4b8c738fbeb01df6dd7b16bb7d3bf7">https://github.com/gookit/event/commit/424a47ce1d4b8c738fbeb01df6dd7b16bb7d3bf7</a></li> <li>chore(deps): bump github.com/gookit/goutil from 0.6.15 to 0.6.17 (<a href="https://redirect.github.com/gookit/event/issues/71">#71</a>) <a href="https://github.com/gookit/event/commit/a5d1e78aa5808576462026407275173cce1d3786">https://github.com/gookit/event/commit/a5d1e78aa5808576462026407275173cce1d3786</a></li> <li>ci: add ci test on go1.21+ version <a href="https://github.com/gookit/event/commit/b27d29e85e81fe9b9c46ff7018c6789ce053d8b3">https://github.com/gookit/event/commit/b27d29e85e81fe9b9c46ff7018c6789ce053d8b3</a></li> <li>chore(deps): bump shogo82148/actions-goveralls from 1.9.0 to 1.9.1 (<a href="https://redirect.github.com/gookit/event/issues/73">#73</a>) <a href="https://github.com/gookit/event/commit/91d828c5c5d495f6ffcb52188ab1c27c86be14b6">https://github.com/gookit/event/commit/91d828c5c5d495f6ffcb52188ab1c27c86be14b6</a></li> <li>chore(deps): bump github.com/gookit/goutil from 0.6.17 to 0.6.18 (<a href="https://redirect.github.com/gookit/event/issues/74">#74</a>) <a href="https://github.com/gookit/event/commit/b9ce75ec375bc4d527dd479262fb91eb917335c2">https://github.com/gookit/event/commit/b9ce75ec375bc4d527dd479262fb91eb917335c2</a></li> <li>chore(deps): bump github.com/gookit/goutil from 0.6.18 to 0.7.0 (<a href="https://redirect.github.com/gookit/event/issues/77">#77</a>) <a href="https://github.com/gookit/event/commit/47e307c1e8d03dc8f14b58cce67498ff7248fad5">https://github.com/gookit/event/commit/47e307c1e8d03dc8f14b58cce67498ff7248fad5</a></li> <li>:arrow_up: dep: upgrade actions checkout to v5, up goutil to v0.7.1 <a href="https://github.com/gookit/event/commit/3c7c36cff46af536ecb0515bffa20d7e3aa17a75">https://github.com/gookit/event/commit/3c7c36cff46af536ecb0515bffa20d7e3aa17a75</a></li> <li>:white_check_mark: test: add test case for issues <a href="https://redirect.github.com/gookit/event/issues/67">#67</a> <a href="https://github.com/gookit/event/commit/dc115184361b2f7581c6249a9e58537909dd43e1">https://github.com/gookit/event/commit/dc115184361b2f7581c6249a9e58537909dd43e1</a></li> <li>:memo: chore: update some readme and some code comments <a href="https://github.com/gookit/event/commit/01c5d2e33ec7ef6167b601f757381184c10c4722">https://github.com/gookit/event/commit/01c5d2e33ec7ef6167b601f757381184c10c4722</a></li> <li>:green_heart: ci: fix github action ci test error <a href="https://github.com/gookit/event/commit/b4e3765eb3a39a4ce82ce7865cd7f94ba6c46711">https://github.com/gookit/event/commit/b4e3765eb3a39a4ce82ce7865cd7f94ba6c46711</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gookit/event/commit/1801b1b525d9dba12bb50588af631d74be6fc810"><code>1801b1b</code></a> :necktie: up: Update adjusts contextual event handling logic</li> <li><a href="https://github.com/gookit/event/commit/b4e3765eb3a39a4ce82ce7865cd7f94ba6c46711"><code>b4e3765</code></a> :green_heart: ci: fix github action ci test error</li> <li><a href="https://github.com/gookit/event/commit/01c5d2e33ec7ef6167b601f757381184c10c4722"><code>01c5d2e</code></a> :memo: chore: update some readme and some code comments</li> <li><a href="https://github.com/gookit/event/commit/2139003c0e8423b2b151e70e27622e293c75fde9"><code>2139003</code></a> :bug: fix: fix custom events failed to execute. see issues <a href="https://redirect.github.com/gookit/event/issues/68">#68</a></li> <li><a href="https://github.com/gookit/event/commit/dc115184361b2f7581c6249a9e58537909dd43e1"><code>dc11518</code></a> :white_check_mark: test: add test case for issues <a href="https://redirect.github.com/gookit/event/issues/67">#67</a></li> <li><a href="https://github.com/gookit/event/commit/3c7c36cff46af536ecb0515bffa20d7e3aa17a75"><code>3c7c36c</code></a> :arrow_up: dep: upgrade actions checkout to v5, up goutil to v0.7.1</li> <li><a href="https://github.com/gookit/event/commit/72a268efc99625cdd9cfb9d8700f1b6eca322238"><code>72a268e</code></a> :necktie: up: update some code style, add more test cases</li> <li><a href="https://github.com/gookit/event/commit/1cb22cbe5157d4cd53d6c7f9bbc19c2f9ab2df8e"><code>1cb22cb</code></a> :necktie: up: AddEvent will return an error if the name is invalid, instead o...</li> <li><a href="https://github.com/gookit/event/commit/ab0d946a81984326e91571abcbe0daaa9f9f2007"><code>ab0d946</code></a> :sparkles: feat: add support with context for fire event. see issues <a href="https://redirect.github.com/gookit/event/issues/78">#78</a></li> <li><a href="https://github.com/gookit/event/commit/8a9127892c81eefc67631df0fb8ff250f10de795"><code>8a91278</code></a> :necktie: up: refactoring the files structure, add fire with context</li> <li>Additional commits viewable in <a href="https://github.com/gookit/event/compare/v1.1.2...v1.2.0">compare view</a></li> </ul> </details> <br /> Updates `gorm.io/gorm` from 1.30.1 to 1.30.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-gorm/gorm/releases">gorm.io/gorm's releases</a>.</em></p> <blockquote> <h2>Release v1.30.2</h2> <h2>Changes</h2> <ul> <li>avoid copying structures with embedded mutexs <a href="https://github.com/drakkan"><code>@​drakkan</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7571">#7571</a>)</li> <li>Add DefaultContextTimeout option <a href="https://github.com/jinzhu"><code>@​jinzhu</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7567">#7567</a>)</li> <li>Update the docker compose file <a href="https://github.com/moseszane168"><code>@​moseszane168</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7524">#7524</a>)</li> <li>fix: returning all columns with &quot;on conflict do update&quot; <a href="https://github.com/phongphan"><code>@​phongphan</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7534">#7534</a>)</li> <li>feat(slog-integration) <a href="https://github.com/rezamokaram"><code>@​rezamokaram</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7537">#7537</a>)</li> <li>fix data race in some case <a href="https://github.com/go-gorm/gorm/commit/725aa5b5ff4c0687b06d9a01096b8e4cf96b6c9e">https://github.com/go-gorm/gorm/commit/725aa5b5ff4c0687b06d9a01096b8e4cf96b6c9e</a></li> <li>performance improvement</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-gorm/gorm/commit/cace4a6eb85715c8fd648f76728ec554ecafb8e5"><code>cace4a6</code></a> avoid copying structures with embedded mutexs (<a href="https://redirect.github.com/go-gorm/gorm/issues/7571">#7571</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/7ceb0d9e63caebb23098a1886059d2a7dca0bb82"><code>7ceb0d9</code></a> Add DefaultContextTimeout option (<a href="https://redirect.github.com/go-gorm/gorm/issues/7567">#7567</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/4e34a6d21b63e9a9b701a70be9759e5539bf26e9"><code>4e34a6d</code></a> Add tests for sub model</li> <li><a href="https://github.com/go-gorm/gorm/commit/67de7a8af82adeb86399846986d4c213d09f31b4"><code>67de7a8</code></a> performance improve for schema</li> <li><a href="https://github.com/go-gorm/gorm/commit/725aa5b5ff4c0687b06d9a01096b8e4cf96b6c9e"><code>725aa5b</code></a> Fix data race, close <a href="https://redirect.github.com/go-gorm/gorm/issues/7287">#7287</a> <a href="https://redirect.github.com/go-gorm/gorm/issues/7110">#7110</a> <a href="https://redirect.github.com/go-gorm/gorm/issues/7539">#7539</a> <a href="https://redirect.github.com/go-gorm/gorm/issues/7108">#7108</a></li> <li><a href="https://github.com/go-gorm/gorm/commit/6cc2c01268c24fdf7b30cfe4b1a8fb5a10922c65"><code>6cc2c01</code></a> Update the docker compose file (<a href="https://redirect.github.com/go-gorm/gorm/issues/7524">#7524</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/eb90a02a07a950340d9412dfd3a77a74714aaa81"><code>eb90a02</code></a> fix: returning all columns with &quot;on conflict do update&quot; must considered as Sc...</li> <li><a href="https://github.com/go-gorm/gorm/commit/22d5239dec782d09f54bc11acbd7c99b85f770d2"><code>22d5239</code></a> feat(slog-integration) (<a href="https://redirect.github.com/go-gorm/gorm/issues/7537">#7537</a>)</li> <li>See full diff in <a href="https://github.com/go-gorm/gorm/compare/v1.30.1...v1.30.2">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
forquare (Migrated from github.com) approved these changes 2025-09-01 09:22:09 +01:00
Sign in to join this conversation.
No description provided.