Skip to content

Commit

Permalink
Bump the actions group with 3 updates (#104)
Browse files Browse the repository at this point in the history
Bumps the actions group with 3 updates:
[crate-ci/typos](https://github.com/crate-ci/typos),
[mikefarah/yq](https://github.com/mikefarah/yq) and
[dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain).

Updates `crate-ci/typos` from 1.27.3 to 1.28.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/crate-ci/typos/releases">crate-ci/typos's
releases</a>.</em></p>
<blockquote>
<h2>v1.28.1</h2>
<h2>[1.28.1] - 2024-11-26</h2>
<h3>Fixes</h3>
<ul>
<li>Add back in <code>lock</code> file types accidentally removed in
1.28 (<code>go.sum</code>, <code>requirements.txt</code>)</li>
</ul>
<h2>v1.28.0</h2>
<h2>[1.28.0] - 2024-11-25</h2>
<h3>Features</h3>
<ul>
<li>Updated the dictionary with the <a
href="https://redirect.github.com/crate-ci/typos/issues/1139">November
2024</a> changes</li>
<li>Add many new types and file extensions to the
<code>--type-list</code>, including ada, alire, bat, candid, carp, cml,
devicetree, dita, dockercompose, grpbuild, graphql, hare, lean, meson,
prolog, raku, reasonml, rescript, solidity, svelte, usd, v, wgsl</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/crate-ci/typos/blob/master/CHANGELOG.md">crate-ci/typos's
changelog</a>.</em></p>
<blockquote>
<h2>[1.28.1] - 2024-11-26</h2>
<h3>Fixes</h3>
<ul>
<li>Add back in <code>lock</code> file types accidentally removed in
1.28 (<code>go.sum</code>, <code>requirements.txt</code>)</li>
</ul>
<h2>[1.28.0] - 2024-11-25</h2>
<h3>Features</h3>
<ul>
<li>Updated the dictionary with the <a
href="https://redirect.github.com/crate-ci/typos/issues/1139">November
2024</a> changes</li>
<li>Add many new types and file extensions to the
<code>--type-list</code>, including ada, alire, bat, candid, carp, cml,
devicetree, dita, dockercompose, grpbuild, graphql, hare, lean, meson,
prolog, raku, reasonml, rescript, solidity, svelte, usd, v, wgsl</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/crate-ci/typos/commit/bd36f89fcd3424dcefd442894589e6ee572a59f2"><code>bd36f89</code></a>
chore: Release</li>
<li><a
href="https://github.com/crate-ci/typos/commit/9b3917ceee2adf7638bb27defd8539bab4b801d9"><code>9b3917c</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/crate-ci/typos/commit/8a0dae679343edcebad73d9d10a8dc33a9f9c0e8"><code>8a0dae6</code></a>
Merge pull request <a
href="https://redirect.github.com/crate-ci/typos/issues/1159">#1159</a>
from epage/go</li>
<li><a
href="https://github.com/crate-ci/typos/commit/70f236086fee4675c2b4a67a50771e08181cddd9"><code>70f2360</code></a>
fix: Re-add go.sum, requirements.txt to 'lock' file type</li>
<li><a
href="https://github.com/crate-ci/typos/commit/78d6d2274460eb93ea511a10ce9f67d72f014f35"><code>78d6d22</code></a>
chore: Release</li>
<li><a
href="https://github.com/crate-ci/typos/commit/e75389e6fb1a61544d54d2d0dfb3c3451b37ad9f"><code>e75389e</code></a>
chore: Release</li>
<li><a
href="https://github.com/crate-ci/typos/commit/cd4f2950fc6fc95edfab12b007f6c4140d3406f7"><code>cd4f295</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/crate-ci/typos/commit/bdcd9c54e38e59bfa9a6a189e25f64ff4ea47e87"><code>bdcd9c5</code></a>
Merge pull request <a
href="https://redirect.github.com/crate-ci/typos/issues/1157">#1157</a>
from epage/dict</li>
<li><a
href="https://github.com/crate-ci/typos/commit/31e5b4f5b544fead1c0494d0fd4553ddfb8e7d1c"><code>31e5b4f</code></a>
feat(dict): November updates</li>
<li><a
href="https://github.com/crate-ci/typos/commit/ea6fdd13718590f1a8cde1a0bc1bcb3e0febc4e6"><code>ea6fdd1</code></a>
Merge pull request <a
href="https://redirect.github.com/crate-ci/typos/issues/1154">#1154</a>
from dseight/master</li>
<li>Additional commits viewable in <a
href="https://github.com/crate-ci/typos/compare/v1.27.3...v1.28.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `mikefarah/yq` from 4.44.3 to 4.44.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mikefarah/yq/releases">mikefarah/yq's
releases</a>.</em></p>
<blockquote>
<h2>v4.44.5</h2>
<ul>
<li>Format comments with a gray foreground (Thanks <a
href="https://github.com/gabe565"><code>@​gabe565</code></a>)</li>
<li>Fixed handling of nulls with sort_by expressions <a
href="https://redirect.github.com/mikefarah/yq/issues/2164">#2164</a></li>
<li>Force no color output when NO_COLOR env presents (Thanks <a
href="https://github.com/narqo"><code>@​narqo</code></a>)</li>
<li>Fixed array subtraction update bug <a
href="https://redirect.github.com/mikefarah/yq/issues/2159">#2159</a></li>
<li>Fixed index out of range error</li>
<li>Can traverse straight from parent operator (parent.blah)</li>
<li>Bumped dependencies</li>
</ul>
<p>Note: 4.44.4 was skipped as it had a release pipeline failure</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mikefarah/yq/blob/master/release_notes.txt">mikefarah/yq's
changelog</a>.</em></p>
<blockquote>
<p>4.44.5:</p>
<ul>
<li>Fixing release pipeline</li>
</ul>
<p>4.44.4:</p>
<ul>
<li>Format comments with a gray foreground (Thanks <a
href="https://github.com/gabe565"><code>@​gabe565</code></a>)</li>
<li>Fixed handling of nulls with sort_by expressions <a
href="https://redirect.github.com/mikefarah/yq/issues/2164">#2164</a></li>
<li>Force no color output when NO_COLOR env presents (Thanks <a
href="https://github.com/narqo"><code>@​narqo</code></a>)</li>
<li>Fixed array subtraction update bug <a
href="https://redirect.github.com/mikefarah/yq/issues/2159">#2159</a></li>
<li>Fixed index out of range error</li>
<li>Can traverse straight from parent operator (parent.blah)</li>
<li>Bumped dependencies</li>
</ul>
<p>4.44.3:</p>
<ul>
<li>Fixed upper-case file extension detection, Thanks <a
href="https://github.com/ryenus"><code>@​ryenus</code></a> (<a
href="https://redirect.github.com/mikefarah/yq/issues/2121">#2121</a>)</li>
<li>Log printing follow no-colors flag <a
href="https://redirect.github.com/mikefarah/yq/issues/2082">#2082</a></li>
<li>Skip and warn when interpolating strings and theres a unclosed
bracket <a
href="https://redirect.github.com/mikefarah/yq/issues/2083">#2083</a></li>
<li>Fixed CSV content starting with # issue <a
href="https://redirect.github.com/mikefarah/yq/issues/2076">#2076</a></li>
<li>Bumped dependencies</li>
</ul>
<p>4.44.2:</p>
<ul>
<li>Handle numbers with underscores <a
href="https://redirect.github.com/mikefarah/yq/issues/2039">#2039</a></li>
<li>Unique now works on maps and arrays <a
href="https://redirect.github.com/mikefarah/yq/issues/2068">#2068</a></li>
<li>Added support for short hand splat with env[] expression <a
href="https://redirect.github.com/mikefarah/yq/issues/2071">#2071</a>,
as well as many other operators (split,select,eval,pick..)</li>
<li>Bumped dependencies</li>
</ul>
<p>4.44.1:</p>
<ul>
<li>Added min/max operators (<a
href="https://redirect.github.com/mikefarah/yq/issues/1992">#1992</a>)
Thanks <a
href="https://github.com/mbenson"><code>@​mbenson</code></a></li>
<li>Added pivot oeprator (<a
href="https://redirect.github.com/mikefarah/yq/issues/1993">#1993</a>)
Thanks <a
href="https://github.com/mbenson"><code>@​mbenson</code></a></li>
<li>Fix: shell-completion (<a
href="https://redirect.github.com/mikefarah/yq/issues/2006">#2006</a>)
Thanks <a
href="https://github.com/codekow"><code>@​codekow</code></a></li>
<li>Handle escaped backslashes (<a
href="https://redirect.github.com/mikefarah/yq/issues/1997">#1997</a>)
Thanks <a
href="https://github.com/mbenson"><code>@​mbenson</code></a></li>
<li>Fix npe when given filename ending with &quot;.&quot; (<a
href="https://redirect.github.com/mikefarah/yq/issues/1994">#1994</a>)</li>
<li>Fix: linux (w/ selinux) build (<a
href="https://redirect.github.com/mikefarah/yq/issues/2004">#2004</a>)
Thanks <a
href="https://github.com/codekow"><code>@​codekow</code></a></li>
<li>Bumped dependencies</li>
</ul>
<p>4.43.1:</p>
<ul>
<li>Added omit operator <a
href="https://redirect.github.com/mikefarah/yq/issues/1989">#1989</a>
thanks <a
href="https://github.com/mbenson"><code>@​mbenson</code></a>!</li>
<li>Added tostring <a
href="https://redirect.github.com/mikefarah/yq/issues/72">#72</a></li>
<li>Added string interpolation <a
href="https://redirect.github.com/mikefarah/yq/issues/1149">#1149</a></li>
<li>Can specify parent(n) levels <a
href="https://redirect.github.com/mikefarah/yq/issues/1970">#1970</a></li>
<li>Can now multiply strings by numbers <a
href="https://redirect.github.com/mikefarah/yq/issues/1988">#1988</a>
thanks <a
href="https://github.com/mbenson"><code>@​mbenson</code></a>!</li>
<li>Fixed CSV line break issue <a
href="https://redirect.github.com/mikefarah/yq/issues/1974">#1974</a></li>
<li>Adding a EvaluateAll function to StringEvaluator <a
href="https://redirect.github.com/mikefarah/yq/issues/1966">#1966</a></li>
<li>yqlib, default to colors off when using yaml library <a
href="https://redirect.github.com/mikefarah/yq/issues/1964">#1964</a></li>
<li>Removed JSON output warning</li>
<li>Bumped dependencies</li>
</ul>
<p>4.42.1:</p>
<ul>
<li>Can execute yq expression files directly with shebang <a
href="https://redirect.github.com/mikefarah/yq/issues/1851">#1851</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mikefarah/yq/commit/bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf"><code>bc5b54c</code></a>
Bumping version</li>
<li><a
href="https://github.com/mikefarah/yq/commit/129e597346b2b49f86ef1d4b8a27848ae72aeaf9"><code>129e597</code></a>
Fixing release pipeline</li>
<li><a
href="https://github.com/mikefarah/yq/commit/42db154e2e84450bcc24776d325e00449f2c202b"><code>42db154</code></a>
Bumping version</li>
<li><a
href="https://github.com/mikefarah/yq/commit/f06c7c6b527c796a38bc045f65dc79465d015d4a"><code>f06c7c6</code></a>
Updating release notes</li>
<li><a
href="https://github.com/mikefarah/yq/commit/1ae6ac18f910b5071eb93a4dba941147648beed9"><code>1ae6ac1</code></a>
Merge branch 'gabe565-add-comment-style'</li>
<li><a
href="https://github.com/mikefarah/yq/commit/b710fadfc01ca194686a3f7674104a33df874cd3"><code>b710fad</code></a>
Regenerating go mod</li>
<li><a
href="https://github.com/mikefarah/yq/commit/6a43f17d02315c07614dbc99ee8f472308622092"><code>6a43f17</code></a>
Merge branch 'add-comment-style' of github.com:gabe565/yq into
gabe565-add-co...</li>
<li><a
href="https://github.com/mikefarah/yq/commit/1a4b2485ff277189229cfa27606b109e7a833d50"><code>1a4b248</code></a>
Merge branch 'master' into add-comment-style</li>
<li><a
href="https://github.com/mikefarah/yq/commit/58cc9db721bb52f2489a2092776b4c9bb6acad81"><code>58cc9db</code></a>
Updated release notes</li>
<li><a
href="https://github.com/mikefarah/yq/commit/4af292f0768c9ab183215365a5fb7a12951d149e"><code>4af292f</code></a>
Fixed handling of nulls with sort_by expressions <a
href="https://redirect.github.com/mikefarah/yq/issues/2164">#2164</a></li>
<li>Additional commits viewable in <a
href="https://github.com/mikefarah/yq/compare/bbdd97482f2d439126582a59689eb1c855944955...bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf">compare
view</a></li>
</ul>
</details>
<br />

Updates `dtolnay/rust-toolchain` from
7b1c307e0dcbda6122208f10795a713336a9b35a to
315e265cd78dad1e1dcf3a5074f6d6c47029d5aa
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/rust-toolchain/commit/315e265cd78dad1e1dcf3a5074f6d6c47029d5aa"><code>315e265</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/rust-toolchain/issues/129">#129</a>
from dtolnay/defaultfail</li>
<li><a
href="https://github.com/dtolnay/rust-toolchain/commit/2d6236e91401c108098a0258d12d5a0699b7aab9"><code>2d6236e</code></a>
Ignore 'rustup default' failure</li>
<li>See full diff in <a
href="https://github.com/dtolnay/rust-toolchain/compare/7b1c307e0dcbda6122208f10795a713336a9b35a...315e265cd78dad1e1dcf3a5074f6d6c47029d5aa">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
dependabot[bot] authored Dec 5, 2024
1 parent 2b9fee1 commit a0987ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: typos-action
uses: crate-ci/typos@v1.27.3
uses: crate-ci/typos@v1.28.1
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Get version from Cargo.toml
id: lookupVersion
uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955
uses: mikefarah/yq@bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf
with:
cmd: yq -oy '"v" + .workspace.package.version' 'Cargo.toml'

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
- uses: dtolnay/rust-toolchain@315e265cd78dad1e1dcf3a5074f6d6c47029d5aa
with:
toolchain: stable
target: ${{ matrix.target }}
Expand Down

0 comments on commit a0987ac

Please sign in to comment.