Skip to content

Commit

Permalink
Build(deps): Bump com.github.eirslett:frontend-maven-plugin from 1.14…
Browse files Browse the repository at this point in the history
….1 to 1.14.2 (#429)

Bumps
[com.github.eirslett:frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin)
from 1.14.1 to 1.14.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/eirslett/frontend-maven-plugin/blob/master/CHANGELOG.md">com.github.eirslett:frontend-maven-plugin's
changelog</a>.</em></p>
<blockquote>
<h3>1.14.2</h3>
<ul>
<li>Prevent corrupt downloaded files by waiting for the download to
complete before writing the file to disk.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eirslett/frontend-maven-plugin/commit/072ce91812090d18cabfea7fc797c4cd9ad68854"><code>072ce91</code></a>
[maven-release-plugin] prepare release frontend-plugins-1.14.2</li>
<li><a
href="https://github.com/eirslett/frontend-maven-plugin/commit/1757b9b84823281994c27b8f606a1669f44ebef3"><code>1757b9b</code></a>
changelog for 1.4.2</li>
<li><a
href="https://github.com/eirslett/frontend-maven-plugin/commit/e2d0445fd3dd055bc576e37d89a907efa5435cb9"><code>e2d0445</code></a>
Merge pull request <a
href="https://redirect.github.com/eirslett/frontend-maven-plugin/issues/1118">#1118</a>
from eirslett/feature/download-file-fully-before-write</li>
<li><a
href="https://github.com/eirslett/frontend-maven-plugin/commit/5d2d990f88d89f9409e784b9369c28b0b5d7506c"><code>5d2d990</code></a>
Download files fully before write to disk</li>
<li><a
href="https://github.com/eirslett/frontend-maven-plugin/commit/49e11d1b40ea4e1ac3f88cf42bf4ca64f9e571f1"><code>49e11d1</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/eirslett/frontend-maven-plugin/commit/6df901bd523f2e43e85c57bd422007bf2e30a7be"><code>6df901b</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/eirslett/frontend-maven-plugin/compare/frontend-plugins-1.14.1...frontend-plugins-1.14.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.eirslett:frontend-maven-plugin&package-manager=maven&previous-version=1.14.1&new-version=1.14.2)](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>
  • Loading branch information
derTobsch authored Oct 30, 2023
2 parents cb98c87 + d984d18 commit e9b017e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.14.1</version>
<version>1.14.2</version>
<configuration>
<nodeVersion>v20.5.0</nodeVersion>
<npmVersion>9.8.0</npmVersion>
Expand Down

0 comments on commit e9b017e

Please sign in to comment.