Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump the dependencies group across 1 directory with 4 up…
…dates (#21) Bumps the dependencies group with 3 updates in the / directory: [github.com/JohannesKaufmann/html-to-markdown](https://github.com/JohannesKaufmann/html-to-markdown), [github.com/charmbracelet/log](https://github.com/charmbracelet/log) and [github.com/urfave/cli/v2](https://github.com/urfave/cli). Updates `github.com/JohannesKaufmann/html-to-markdown` from 1.4.2 to 1.6.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JohannesKaufmann/html-to-markdown/releases">github.com/JohannesKaufmann/html-to-markdown's releases</a>.</em></p> <blockquote> <h2>v1.6.0 - improved YoutubeEmbed</h2> <ul> <li>Add support for youtube-nocookie.com domain in YoutubeEmbed plugin</li> </ul> <p>Thanks <a href="https://github.com/devAbreu"><code>@devAbreu</code></a> for submitting a PR 🙏</p> <h2>v1.5.0 - start for lists</h2> <ol start="0"> <li>Configure the numbering of a ordered list by using the <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol#start">start attribute</a>.</li> </ol> <pre lang="html"><code><ol start="10"> <li>10</li> <li>11</li> <li>12</li> </ol> </code></pre> <ol> <li>The <code>YoutubeEmbed()</code> and <code>VimeoEmbed()</code> plugins can now be used more easily. Please report any bugs that you encounter!</li> </ol> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JohannesKaufmann/html-to-markdown/commit/aec0c4aa940d0545f5c6864bca8e0903886fb46f"><code>aec0c4a</code></a> update dependencies</li> <li><a href="https://github.com/JohannesKaufmann/html-to-markdown/commit/e92a7a37e5448f9548c0f67d75857ebac2b0c5aa"><code>e92a7a3</code></a> Add support for youtube-nocookie.com domain in YoutubeEmbed plugin (<a href="https://redirect.github.com/JohannesKaufmann/html-to-markdown/issues/99">#99</a>)</li> <li><a href="https://github.com/JohannesKaufmann/html-to-markdown/commit/2ec22598620f8ef6670d70cb6bd5088be3a62ca0"><code>2ec2259</code></a> Bump golang.org/x/net from 0.18.0 to 0.19.0 (<a href="https://redirect.github.com/JohannesKaufmann/html-to-markdown/issues/83">#83</a>)</li> <li><a href="https://github.com/JohannesKaufmann/html-to-markdown/commit/155a78b556a7e39abd306250003b82bca115b45c"><code>155a78b</code></a> change vimeo & youtube embed plugins & README plugin list</li> <li><a href="https://github.com/JohannesKaufmann/html-to-markdown/commit/fc090b2ad7a5e0cdaa73c982b769616f61b6ba74"><code>fc090b2</code></a> feat: configure start of ol list</li> <li>See full diff in <a href="https://github.com/JohannesKaufmann/html-to-markdown/compare/v1.4.2...v1.6.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/PuerkitoBio/goquery` from 1.8.1 to 1.9.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PuerkitoBio/goquery/releases">github.com/PuerkitoBio/goquery's releases</a>.</em></p> <blockquote> <h2>v1.9.2</h2> <p>Update <code>go.mod</code> dependencies.</p> <h2>v1.9.1</h2> <p>Improve allocation of <code>Map</code>, better document cascadia behavior differences.</p> <h2>v1.9.0 Add generic <code>Map</code> function</h2> <p>Note that starting with this release, goquery now requires Go 1.18+. If you need to build with an older Go version, use goquery v1.8.x.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PuerkitoBio/goquery/commit/b076e25085ddf85e6bc0c016a98198ba4787cfb8"><code>b076e25</code></a> Prepare for release v1.9.2</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/22d8cfd154ec855eb3b567ba15218267646ca023"><code>22d8cfd</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/470">#470</a> from PuerkitoBio/dependabot/go_modules/golang.org/x/n...</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/56c8ec7392c5cd49057beb4cc557a2be7f89e526"><code>56c8ec7</code></a> Bump golang.org/x/net from 0.21.0 to 0.23.0</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/3ce74287b975278823dbce9693b683541245b2d6"><code>3ce7428</code></a> Prepare new minor version</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/153f1ea15a6f55508a5874f17058e72279c968f3"><code>153f1ea</code></a> Add notes on cascadia behavior that may differ from jQuery`s</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/2095230494a34e24d811cef93fe326cb2e0e4449"><code>2095230</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/469">#469</a> from jwilsson/pre-allocate-slice-in-map</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/ce7330a252a3455c06be6842aeb502a0c204bad6"><code>ce7330a</code></a> Pre-allocate slice in generic Map function</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/4cbe087f02a2364763dcfd496fa132748e648cd1"><code>4cbe087</code></a> Update dependencies</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/a47543523ff874406133bb898a8fc3abd1cd22f0"><code>a475435</code></a> Prepare README for the new version</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/86d245603ef5e446223800a2e4e5dcfbbfa31066"><code>86d2456</code></a> Update CI to run Go 1.21 and 1.22 (latest 2 versions at the moment)</li> <li>Additional commits viewable in <a href="https://github.com/PuerkitoBio/goquery/compare/v1.8.1...v1.9.2">compare view</a></li> </ul> </details> <br /> Updates `github.com/charmbracelet/log` from 0.3.1 to 0.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/charmbracelet/log/releases">github.com/charmbracelet/log's releases</a>.</em></p> <blockquote> <h2>v0.4.0</h2> <h1>Custom Levels</h1> <p>With this release of Log, you can now style your custom level to your liking!</p> <!-- raw HTML omitted --> <pre lang="go"><code>// Define a new level const SuccessLevel = log.InfoLevel + 1 <p>// Create a style styles := log.DefaultStyles() styles.Levels[SuccessLevel] = lipgloss.NewStyle(). SetString("SUCCESS"). Bold(true). Foreground(lipgloss.Color("42"))</p> <p>// Set the styles on the default logger log.SetStyles(styles)</p> <p>// Define your custom func func Success(msg string, args ...any) { log.Default().Log(SuccessLevel, msg, args...) } </code></pre></p> <p>Along with that, this release includes some important bug fixes detailed below.</p> <!-- raw HTML omitted --> <h2>Changelog</h2> <!-- raw HTML omitted --> <h3>New Features</h3> <ul> <li>2338a13b1bd15b2545de614b50ce123b12ff0af3: feat: expose log function (<a href="https://redirect.github.com/charmbracelet/log/issues/95">#95</a>) (<a href="https://github.com/aymanbagabas"><code>@aymanbagabas</code></a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>28193306e6f5a221d00a74fa6e8683ea10ae06be: fix: lazy init default logger (<a href="https://redirect.github.com/charmbracelet/log/issues/111">#111</a>) (<a href="https://github.com/caarlos0"><code>@caarlos0</code></a>)</li> </ul> <h3>Dependency updates</h3> <ul> <li>bcd47385a62a19911e9970bcc96a3431af338160: feat(deps): bump github.com/charmbracelet/lipgloss from 0.9.1 to 0.10.0 (<a href="https://redirect.github.com/charmbracelet/log/issues/112">#112</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li> <li>976db2be8ef2dad2071a6f061ea20b3e0df90c54: feat(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (<a href="https://redirect.github.com/charmbracelet/log/issues/108">#108</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li> </ul> <h3>Documentation updates</h3> <ul> <li>87252e4b6fe8ac6e0378a5f6bd10c81cf016478f: docs: Replace function with func in README sample code (<a href="https://github.com/szktkfm"><code>@szktkfm</code></a>)</li> <li>ac0e6b17de4d9fb40f924721b9be2551b6a3a5b1: docs: direct users to library API (<a href="https://redirect.github.com/charmbracelet/log/issues/73">#73</a>) (<a href="https://github.com/bashbunni"><code>@bashbunni</code></a>)</li> <li>9d04d2b741a63f044858c77785d81acdd04974c1: docs: style customization updated (<a href="https://redirect.github.com/charmbracelet/log/issues/106">#106</a>) (<a href="https://github.com/ssantoshp"><code>@ssantoshp</code></a>)</li> </ul> <h3>Other work</h3> <ul> <li>a4246434f75cb530c9e1ac28656f7d8e887b08f8: Create CODEOWNERS (<a href="https://github.com/maaslalani"><code>@maaslalani</code></a>)</li> <li>fd1729ad8eb8badce23ad62a2050f33e93b82fd8: Options.CallerFormatter documentation issue (<a href="https://redirect.github.com/charmbracelet/log/issues/100">#100</a>) (<a href="https://github.com/pythonian23"><code>@pythonian23</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/charmbracelet/log/commit/d23bea6596cacd0141af226b09cc08778a521204"><code>d23bea6</code></a> fix!: respect time function (<a href="https://redirect.github.com/charmbracelet/log/issues/115">#115</a>)</li> <li><a href="https://github.com/charmbracelet/log/commit/bcd47385a62a19911e9970bcc96a3431af338160"><code>bcd4738</code></a> feat(deps): bump github.com/charmbracelet/lipgloss from 0.9.1 to 0.10.0 (<a href="https://redirect.github.com/charmbracelet/log/issues/112">#112</a>)</li> <li><a href="https://github.com/charmbracelet/log/commit/28193306e6f5a221d00a74fa6e8683ea10ae06be"><code>2819330</code></a> fix: lazy init default logger (<a href="https://redirect.github.com/charmbracelet/log/issues/111">#111</a>)</li> <li><a href="https://github.com/charmbracelet/log/commit/ac0e6b17de4d9fb40f924721b9be2551b6a3a5b1"><code>ac0e6b1</code></a> docs: direct users to library API (<a href="https://redirect.github.com/charmbracelet/log/issues/73">#73</a>)</li> <li><a href="https://github.com/charmbracelet/log/commit/87252e4b6fe8ac6e0378a5f6bd10c81cf016478f"><code>87252e4</code></a> docs: Replace function with func in README sample code</li> <li><a href="https://github.com/charmbracelet/log/commit/976db2be8ef2dad2071a6f061ea20b3e0df90c54"><code>976db2b</code></a> feat(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (<a href="https://redirect.github.com/charmbracelet/log/issues/108">#108</a>)</li> <li><a href="https://github.com/charmbracelet/log/commit/a4246434f75cb530c9e1ac28656f7d8e887b08f8"><code>a424643</code></a> Create CODEOWNERS</li> <li><a href="https://github.com/charmbracelet/log/commit/9d04d2b741a63f044858c77785d81acdd04974c1"><code>9d04d2b</code></a> docs: style customization updated (<a href="https://redirect.github.com/charmbracelet/log/issues/106">#106</a>)</li> <li><a href="https://github.com/charmbracelet/log/commit/1f0b8bb44b1f97a46e45c946b66b0133fe658800"><code>1f0b8bb</code></a> chore(deps): bump golangci/golangci-lint-action from 3 to 4 (<a href="https://redirect.github.com/charmbracelet/log/issues/105">#105</a>)</li> <li><a href="https://github.com/charmbracelet/log/commit/7a3834f9b3670792499ec4fc7e4610a22c8a5936"><code>7a3834f</code></a> slog: Don't log if not enabled at level (<a href="https://redirect.github.com/charmbracelet/log/issues/103">#103</a>)</li> <li>Additional commits viewable in <a href="https://github.com/charmbracelet/log/compare/v0.3.1...v0.4.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/urfave/cli/v2` from 2.26.0 to 2.27.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/urfave/cli/releases">github.com/urfave/cli/v2's releases</a>.</em></p> <blockquote> <h2>v2.27.2</h2> <h2>What's Changed</h2> <ul> <li>Cleanup: Remove unnecessary intermediate variables by <a href="https://github.com/1ambd4"><code>@1ambd4</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1857">urfave/cli#1857</a></li> <li>Docs:(issue_1866) Fix documentation on filepath vs env preference by <a href="https://github.com/dearchap"><code>@dearchap</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1867">urfave/cli#1867</a></li> <li>Fix:(issue_1860) Remove hidden flags from flag categories by <a href="https://github.com/dearchap"><code>@dearchap</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1868">urfave/cli#1868</a></li> <li>Fix repeated [arguments...] in usage template in v2 by <a href="https://github.com/edeustua"><code>@edeustua</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1872">urfave/cli#1872</a></li> <li>Update dependencies, actions steps, and usage for v2-maint by <a href="https://github.com/meatballhat"><code>@meatballhat</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1888">urfave/cli#1888</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/1ambd4"><code>@1ambd4</code></a> made their first contribution in <a href="https://redirect.github.com/urfave/cli/pull/1857">urfave/cli#1857</a></li> <li><a href="https://github.com/edeustua"><code>@edeustua</code></a> made their first contribution in <a href="https://redirect.github.com/urfave/cli/pull/1872">urfave/cli#1872</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.27.1...v2.27.2">https://github.com/urfave/cli/compare/v2.27.1...v2.27.2</a></p> <h2>v2.27.1</h2> <h2>What's Changed</h2> <ul> <li>v2: Add build tag urfave_cli_no_suggest by <a href="https://github.com/dolmen"><code>@dolmen</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1847">urfave/cli#1847</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.27.0...v2.27.1">https://github.com/urfave/cli/compare/v2.27.0...v2.27.1</a></p> <h2>v2.27.0</h2> <h2>What's Changed</h2> <ul> <li>v2 Add integration with golangci-lint by <a href="https://github.com/skelouse"><code>@skelouse</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1830">urfave/cli#1830</a></li> <li>v2: GitHub Actions: upgrade Go, upgrade actions by <a href="https://github.com/dolmen"><code>@dolmen</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1848">urfave/cli#1848</a></li> <li>Feat:(issue_1797) Add Args for app/cmd/subcmd to avoid argument... be… by <a href="https://github.com/dearchap"><code>@dearchap</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1829">urfave/cli#1829</a></li> <li>Fix:(issue_1850) Add RunAction for uint/uint64 slice flags by <a href="https://github.com/dearchap"><code>@dearchap</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1851">urfave/cli#1851</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.26.0...v2.27.0">https://github.com/urfave/cli/compare/v2.26.0...v2.27.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urfave/cli/commit/a1a099bd1c28a2a6beac29123308e87b9606fcc0"><code>a1a099b</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/1888">#1888</a> from urfave/v2-maint-deps-up</li> <li><a href="https://github.com/urfave/cli/commit/9b5850bc815919c3d1e09952b5ebab2c4e58bee9"><code>9b5850b</code></a> Update dependencies, actions steps, and usage for v2-maint</li> <li><a href="https://github.com/urfave/cli/commit/67566bb45e330cd15fbdb38caaf357685b8fab62"><code>67566bb</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/1872">#1872</a> from edeustua/v2-maint</li> <li><a href="https://github.com/urfave/cli/commit/fa2b127974684dae68bcb9b3778d0a77fa91d1ce"><code>fa2b127</code></a> fix tests</li> <li><a href="https://github.com/urfave/cli/commit/427677aef0c3b984fa946ff9f945678cf78edebf"><code>427677a</code></a> fix: Fix repeated [arguments...] in usage template</li> <li><a href="https://github.com/urfave/cli/commit/8728c1908721174107bdf3ceb9705bfcef3b3f01"><code>8728c19</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/1868">#1868</a> from dearchap/issue_1860</li> <li><a href="https://github.com/urfave/cli/commit/64b40d2cbd7fbad7f567e8e193dc173b1fb03e02"><code>64b40d2</code></a> Merge branch 'v2-maint' into issue_1860</li> <li><a href="https://github.com/urfave/cli/commit/09c39746a076535664d099a0745d16781f121a6f"><code>09c3974</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/1867">#1867</a> from dearchap/issue_1866</li> <li><a href="https://github.com/urfave/cli/commit/7b1f820a933644e286f941af47bf5971a5053f9f"><code>7b1f820</code></a> Add more tests</li> <li><a href="https://github.com/urfave/cli/commit/7d74b970200da22d806dfb3ccf478688d833f291"><code>7d74b97</code></a> Fix:(issue_1860) Remove hidden flags from flag categories</li> <li>Additional commits viewable in <a href="https://github.com/urfave/cli/compare/v2.26.0...v2.27.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information