dependabot[bot] opened a new pull request #843: URL: https://github.com/apache/myfaces-tobago/pull/843
Bumps [frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin) from 1.11.3 to 1.12.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eirslett/frontend-maven-plugin/blob/master/CHANGELOG.md">frontend-maven-plugin's changelog</a>.</em></p> <blockquote> <h1>frontend-maven-plugin</h1> <p>Last public release: <a href="https://maven-badges.herokuapp.com/maven-central/com.github.eirslett/frontend-maven-plugin/"><img src="https://maven-badges.herokuapp.com/maven-central/com.github.eirslett/frontend-maven-plugin/badge.svg?style=flat" alt="Maven Central" /></a></p> <h2>Changelog</h2> <h3>1.11.4</h3> <ul> <li>Support node arm64 binaries since v16 major release</li> </ul> <h3>1.11.1</h3> <ul> <li>Fix wrong binary on AIX downloaded (<a href="https://github-redirect.dependabot.com/eirslett/frontend-maven-plugin/issues/839">#839</a>)</li> </ul> <h3>1.11.0</h3> <ul> <li>Upgrade Jackson dependency to Jackson 2.9.10</li> <li>Support Apple Silicon</li> </ul> <h3>1.10.2</h3> <ul> <li>Supports Alpine Linux</li> </ul> <h3>1.9.0</h3> <ul> <li>Copy npm scripts, so they are available for execution (<a href="https://github-redirect.dependabot.com/eirslett/frontend-maven-plugin/pull/868">#868</a>)</li> <li>Regression bug fix (tar files) (<a href="https://github-redirect.dependabot.com/eirslett/frontend-maven-plugin/pull/864">#864</a>)</li> <li>Fix bug related to archive extraction on case-insensitive file systems (<a href="https://github-redirect.dependabot.com/eirslett/frontend-maven-plugin/pull/843">#845</a>)</li> <li>Regression bug fix (tar files) (<a href="https://github-redirect.dependabot.com/eirslett/frontend-maven-plugin/pull/816">#816</a>)</li> <li>Added support for Raspbian OS armv7l architecture (<a href="https://github-redirect.dependabot.com/eirslett/frontend-maven-plugin/pull/809">#809</a>)</li> </ul> <h3>1.8.0</h3> <ul> <li>The plugin always logs output from npm/runners as INFO, not WARN or ERROR.</li> <li>Support for quirky Windows handling of PATH environment variables.</li> </ul> <h3>1.7.6</h3> <ul> <li>Fix <a href="https://github-redirect.dependabot.com/eirslett/frontend-maven-plugin/issues/670">#670</a>: Plugin will no longer fail to install node.exe if node.exe already exists</li> <li>Fix <a href="https://github-redirect.dependabot.com/eirslett/frontend-maven-plugin/issues/794">#794</a>: Plugin will self-repair if previous node/npm/yarn archive download was interrupted</li> </ul> <h3>1.5</h3> <ul> <li>Revert support for the maven.frontend.failOnError flag (<a href="https://github-redirect.dependabot.com/eirslett/frontend-maven-plugin/pull/572">#572</a>), due to the major regression described in <a href="https://github-redirect.dependabot.com/eirslett/frontend-maven-plugin/issues/613">#613</a>. failOnError-like behavior can be implemented by ignoring exit codes; <code>npm run mytask</code> from the maven plugin, and <code>"scripts": { "mytask": "runstuff || exit 0"</code> in package.json</li> </ul> <h3>1.4</h3> <ul> <li>Add maven.frontend.failOnError and maven.test.failure.ignore flags to best manage integration-test</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eirslett/frontend-maven-plugin/commit/c423498078e0c7e4ee1e47869f6a1f30aa81a87f"><code>c423498</code></a> [maven-release-plugin] prepare release frontend-plugins-1.12.0</li> <li><a href="https://github.com/eirslett/frontend-maven-plugin/commit/5c4e946e96cbcbcb1b557a61b0652dc8a8d1ea6f"><code>5c4e946</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eirslett/frontend-maven-plugin/issues/971">#971</a> from bmarwell/966-pnpm.cjs</li> <li><a href="https://github.com/eirslett/frontend-maven-plugin/commit/cbc82a71b1dc32d775db085cfe1be94f3df592de"><code>cbc82a7</code></a> fixes <a href="https://github-redirect.dependabot.com/eirslett/frontend-maven-plugin/issues/966">#966</a>: consider pnpm.cjs executable</li> <li><a href="https://github.com/eirslett/frontend-maven-plugin/commit/f6ca5e53ab94b75125faeb5d69f2ce44bb8a3d0e"><code>f6ca5e5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eirslett/frontend-maven-plugin/issues/970">#970</a> from seregamorph/feature/arm64-node16</li> <li><a href="https://github.com/eirslett/frontend-maven-plugin/commit/4a63273262e9bc69b9123e0e67885c33e59cc7a3"><code>4a63273</code></a> Support arm64 since Node.js v16.0.0</li> <li><a href="https://github.com/eirslett/frontend-maven-plugin/commit/ba38eea640e8bfb9f57ec82c638e758aba837b67"><code>ba38eea</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eirslett/frontend-maven-plugin/issues/968">#968</a> from eirslett/dependabot/maven/frontend-plugin-core/c...</li> <li><a href="https://github.com/eirslett/frontend-maven-plugin/commit/d51e844312a4e4dd088d1c75cddb2a6e345b17b7"><code>d51e844</code></a> Update main.yml</li> <li><a href="https://github.com/eirslett/frontend-maven-plugin/commit/bb08592b3d129470c78f8316a5e359501b06f34c"><code>bb08592</code></a> Bump dependencies to be compatible with the new commons-io version</li> <li><a href="https://github.com/eirslett/frontend-maven-plugin/commit/b14209b65335060beba4036feaae48fd24d04adb"><code>b14209b</code></a> Bump commons-io from 1.3.2 to 2.7 in /frontend-plugin-core</li> <li><a href="https://github.com/eirslett/frontend-maven-plugin/commit/3aa6a40cb0e3acd9b7abcc48c843134946de6c05"><code>3aa6a40</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eirslett/frontend-maven-plugin/issues/953">#953</a> from eirslett/dependabot/maven/frontend-plugin-core/c...</li> <li>Additional commits viewable in <a href="https://github.com/eirslett/frontend-maven-plugin/compare/frontend-plugins-1.11.3...frontend-plugins-1.12.0">compare view</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'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 </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
