You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2022/04/29 14:45:14 UTC

[GitHub] [tinkerpop] dependabot[bot] opened a new pull request, #1637: Bump frontend-maven-plugin from 1.10.0 to 1.12.1

dependabot[bot] opened a new pull request, #1637:
URL: https://github.com/apache/tinkerpop/pull/1637

   Bumps [frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin) from 1.10.0 to 1.12.1.
   <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>
   <h3>1.12.1</h3>
   <ul>
   <li>update Dependency: Jackson (2.13.0), Mockito (4.1.0), JUnit (5.8.1), Hamcrest (2.2; now a direct dependency)</li>
   <li>remove Dependency: Powermock</li>
   <li>Added better support for Yarn 2.x and above (Berry)</li>
   </ul>
   <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>&quot;scripts&quot;: { &quot;mytask&quot;: &quot;runstuff || exit 0&quot;</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/939607bd3c229caf9f8b23cf3dae6f387e5344ce"><code>939607b</code></a> [maven-release-plugin] prepare release frontend-plugins-1.12.1</li>
   <li><a href="https://github.com/eirslett/frontend-maven-plugin/commit/87e0b66706f09a4740e8118f03f9b8f98060ed4a"><code>87e0b66</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eirslett/frontend-maven-plugin/issues/1012">#1012</a> from neo1203/master</li>
   <li><a href="https://github.com/eirslett/frontend-maven-plugin/commit/8d4fbfe04c5b8b63785fa59b5abb112c64e79412"><code>8d4fbfe</code></a> Fixing typo in README</li>
   <li><a href="https://github.com/eirslett/frontend-maven-plugin/commit/eaff24792f100a92c216b5df73d054ee518b5081"><code>eaff247</code></a> Updated documentation</li>
   <li><a href="https://github.com/eirslett/frontend-maven-plugin/commit/7c30618e27ab9ad2a058a15293446db3c62fe958"><code>7c30618</code></a> Removed configuration flag and implemented .yarnrc.yml file auto-detection</li>
   <li><a href="https://github.com/eirslett/frontend-maven-plugin/commit/e35230c87b24e8cb943326295699887fc2727cad"><code>e35230c</code></a> Added Yarn Berry compatibility flag</li>
   <li><a href="https://github.com/eirslett/frontend-maven-plugin/commit/2e7b229644b103314ee6f1b2b93140250ebabe08"><code>2e7b229</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eirslett/frontend-maven-plugin/issues/1014">#1014</a> from fabianfrz/master</li>
   <li><a href="https://github.com/eirslett/frontend-maven-plugin/commit/479ee618dd86e3e5e429c0177142d5cf7c055a6e"><code>479ee61</code></a> Update CHANGELOG.md (add version 1.12.1)</li>
   <li><a href="https://github.com/eirslett/frontend-maven-plugin/commit/ee535b1f6adab44e3d4daa9073d8f77f04b2ff13"><code>ee535b1</code></a> Upgrade Test Framework and upgrade the tests (Mockito 4.1 + Junit 5)</li>
   <li><a href="https://github.com/eirslett/frontend-maven-plugin/commit/92e926ead086cdd0648c17bacf65042cc5fccd47"><code>92e926e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eirslett/frontend-maven-plugin/issues/1013">#1013</a> from rsynek/issue1005</li>
   <li>Additional commits viewable in <a href="https://github.com/eirslett/frontend-maven-plugin/compare/frontend-plugins-1.10.0...frontend-plugins-1.12.1">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.10.0&new-version=1.12.1)](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 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>


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] FlorianHockmann merged pull request #1637: Bump frontend-maven-plugin from 1.10.0 to 1.12.1

Posted by GitBox <gi...@apache.org>.
FlorianHockmann merged PR #1637:
URL: https://github.com/apache/tinkerpop/pull/1637


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org