Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump dprint from 0.47.6 to 0.48.0 (#59)
Bumps [dprint](https://github.com/dprint/dprint) from 0.47.6 to 0.48.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dprint/dprint/releases">dprint's releases</a>.</em></p> <blockquote> <h2>0.48.0</h2> <h2>Changes</h2> <ul> <li>feat: support the <code>NO_PROXY</code> environment variable (<a href="https://redirect.github.com/dprint/dprint/issues/951">#951</a>)</li> <li>fix(npm): hardlink main package executable to specific executable instead of copying (<a href="https://redirect.github.com/dprint/dprint/issues/948">#948</a>)</li> </ul> <h2>Install</h2> <p>Run <code>dprint upgrade</code> or see <a href="https://dprint.dev/install/">https://dprint.dev/install/</a></p> <h2>Checksums</h2> <table> <thead> <tr> <th align="left">Artifact</th> <th align="left">SHA-256 Checksum</th> </tr> </thead> <tbody> <tr> <td align="left">dprint-x86_64-apple-darwin.zip</td> <td align="left">ffadf5fc645f3596f76c534cb2f10591c98513823134f085339b42e09ed919ab</td> </tr> <tr> <td align="left">dprint-aarch64-apple-darwin.zip</td> <td align="left">31efaf7d6fbdbb53188c457105e894d08b0c43eb02878abae778edaedd0a5c70</td> </tr> <tr> <td align="left">dprint-x86_64-pc-windows-msvc.zip</td> <td align="left">772b4ff758196e1aa1df5b71e454ec8657a38ad5ae2000d03cb503a917ffc155</td> </tr> <tr> <td align="left">dprint-x86_64-pc-windows-msvc-installer.exe</td> <td align="left">cf0b029f7a93f638390570bc84b4f63bc8c69f9b8a352bf532651e7d26b8151b</td> </tr> <tr> <td align="left">dprint-x86_64-unknown-linux-gnu.zip</td> <td align="left">746c7134de53329a01934f20241acc7b6be95b95f8a197689a465ecf58e13f1b</td> </tr> <tr> <td align="left">dprint-x86_64-unknown-linux-musl.zip</td> <td align="left">49e4b31f3a3606a4a796180104b6e2affbf701f1d7cca5a8917424ccac907442</td> </tr> <tr> <td align="left">dprint-aarch64-unknown-linux-gnu.zip</td> <td align="left">82f48a8cc259c92b729042ce582053e83f8cae09f9317742445320003f2b2cfe</td> </tr> <tr> <td align="left">dprint-aarch64-unknown-linux-musl.zip</td> <td align="left">73179f4a53502e013700c97605cccebd0ff731696054a03d59ec9507947b8308</td> </tr> <tr> <td align="left">dprint-riscv64gc-unknown-linux-gnu.zip</td> <td align="left">a72959d94a520ebb728eec3e8d318e4181108fe910c7df2a7e2292d9351cde35</td> </tr> </tbody> </table> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dprint/dprint/commit/14eb074e9baf8d0533f04ad954e17a5a375e6385"><code>14eb074</code></a> 0.48.0</li> <li><a href="https://github.com/dprint/dprint/commit/85b3772b8092e45ccf2f1fc3c7e20f1c54345f44"><code>85b3772</code></a> feat: support the NO_PROXY environment variable (<a href="https://redirect.github.com/dprint/dprint/issues/951">#951</a>)</li> <li><a href="https://github.com/dprint/dprint/commit/9608788c48c425de28a23c7ab40c05e0114ab6fd"><code>9608788</code></a> fix(npm): hardlink main package executable to specific executable instead of ...</li> <li><a href="https://github.com/dprint/dprint/commit/0ba79811cc96d2dee8e0cf766a8c8c0fc44879c2"><code>0ba7981</code></a> docs: add riscv64 to install script (<a href="https://redirect.github.com/dprint/dprint/issues/935">#935</a>)</li> <li>See full diff in <a href="https://github.com/dprint/dprint/compare/0.47.6...0.48.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dprint&package-manager=npm_and_yarn&previous-version=0.47.6&new-version=0.48.0)](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'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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR 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>
- Loading branch information