- Notifications
You must be signed in to change notification settings - Fork927
Commitb995661
authored
chore: bump github.com/fergusstrange/embedded-postgres from 1.29.0 to 1.30.0 (#15790)
Bumps[github.com/fergusstrange/embedded-postgres](https://github.com/fergusstrange/embedded-postgres)from 1.29.0 to 1.30.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/fergusstrange/embedded-postgres/releases">github.com/fergusstrange/embedded-postgres'sreleases</a>.</em></p><blockquote><h2>v1.30.0</h2><h2>What's Changed</h2><ul><li>fix: error typos and introduce error types by <ahref="https://github.com/dhaus67"><code>@dhaus67</code></a> in <ahref="https://redirect.github.com/fergusstrange/embedded-postgres/pull/143">fergusstrange/embedded-postgres#143</a></li><li>fix: detect pg_ctl exists instead of bin dir by <ahref="https://github.com/wenerme"><code>@wenerme</code></a> in <ahref="https://redirect.github.com/fergusstrange/embedded-postgres/pull/144">fergusstrange/embedded-postgres#144</a></li><li>fix: StartParameters on Windows by <ahref="https://github.com/hugodutka"><code>@hugodutka</code></a> in <ahref="https://redirect.github.com/fergusstrange/embedded-postgres/pull/146">fergusstrange/embedded-postgres#146</a></li><li>Fix osx builds by <ahref="https://github.com/fergusstrange"><code>@fergusstrange</code></a>in <ahref="https://redirect.github.com/fergusstrange/embedded-postgres/pull/147">fergusstrange/embedded-postgres#147</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/dhaus67"><code>@dhaus67</code></a> madetheir first contribution in <ahref="https://redirect.github.com/fergusstrange/embedded-postgres/pull/143">fergusstrange/embedded-postgres#143</a></li><li><a href="https://github.com/wenerme"><code>@wenerme</code></a> madetheir first contribution in <ahref="https://redirect.github.com/fergusstrange/embedded-postgres/pull/144">fergusstrange/embedded-postgres#144</a></li><li><a href="https://github.com/hugodutka"><code>@hugodutka</code></a>made their first contribution in <ahref="https://redirect.github.com/fergusstrange/embedded-postgres/pull/146">fergusstrange/embedded-postgres#146</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/fergusstrange/embedded-postgres/compare/v1.29.0...v1.30.0">https://github.com/fergusstrange/embedded-postgres/compare/v1.29.0...v1.30.0</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/fergusstrange/embedded-postgres/commit/6192f2a75d261b76166d852e0e763f57d14e47fa"><code>6192f2a</code></a>Clean up go mod files</li><li><ahref="https://github.com/fergusstrange/embedded-postgres/commit/24809fa067810e861262fd804135e30295f7fde8"><code>24809fa</code></a>Fix osx builds (<ahref="https://redirect.github.com/fergusstrange/embedded-postgres/issues/147">#147</a>)</li><li><ahref="https://github.com/fergusstrange/embedded-postgres/commit/f5c275bdc5742cf324a86bd8bfd52655b1600800"><code>f5c275b</code></a>fix: StartParameters on Windows (<ahref="https://redirect.github.com/fergusstrange/embedded-postgres/issues/146">#146</a>)</li><li><ahref="https://github.com/fergusstrange/embedded-postgres/commit/7c0ced30394508c74e955df154e4ee7c7b560b30"><code>7c0ced3</code></a>fix: detect pg_ctl exists instead of bin dir (<ahref="https://redirect.github.com/fergusstrange/embedded-postgres/issues/144">#144</a>)</li><li><ahref="https://github.com/fergusstrange/embedded-postgres/commit/9ff00240d062ddfa7a26d0752381fedda09cb2de"><code>9ff0024</code></a>fix: error types and introduce error types (<ahref="https://redirect.github.com/fergusstrange/embedded-postgres/issues/143">#143</a>)</li><li>See full diff in <ahref="https://github.com/fergusstrange/embedded-postgres/compare/v1.29.0...v1.30.0">compareview</a></li></ul></details><br />[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)Dependabot will resolve any conflicts with this PR as long as you don'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parentd3a5639 commitb995661
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 |
| - | |
| 104 | + | |
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
315 | 315 |
| |
316 | 316 |
| |
317 | 317 |
| |
318 |
| - | |
319 |
| - | |
| 318 | + | |
| 319 | + | |
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
|
0 commit comments
Comments
(0)