Skip to content

Commit

Permalink
Bump gh-pages from 3.2.3 to 5.0.0 (#46)
Browse files Browse the repository at this point in the history
Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 3.2.3 to
5.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tschaub/gh-pages/releases">gh-pages's
releases</a>.</em></p>
<blockquote>
<h2>v5.0.0</h2>
<p>Potentially breaking change: the <code>publish</code> method now
always returns a promise. Previously, it did not return a promise in
some error cases. This should not impact most users.</p>
<p>Updates to the development dependencies required a minimum Node
version of 14 for the tests. The library should still work on Node 12,
but tests are no longer run in CI for version 12. A future major version
of the library may drop support for version 12 altogether.</p>
<h2>What's Changed</h2>
<ul>
<li>Assorted updates by <a
href="https://github.com/tschaub"><code>@​tschaub</code></a> in <a
href="https://redirect.github.com/tschaub/gh-pages/pull/452">tschaub/gh-pages#452</a></li>
<li>Update README to clarify project site configuration requirements
with tools like CRA, webpack, Vite, etc. by <a
href="https://github.com/Nezteb"><code>@​Nezteb</code></a> in <a
href="https://redirect.github.com/tschaub/gh-pages/pull/445">tschaub/gh-pages#445</a></li>
<li>Bump actions/checkout from 2 to 3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/tschaub/gh-pages/pull/453">tschaub/gh-pages#453</a></li>
<li>Bump actions/setup-node from 1 to 3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/tschaub/gh-pages/pull/455">tschaub/gh-pages#455</a></li>
<li>Bump email-addresses from 3.0.1 to 5.0.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/tschaub/gh-pages/pull/454">tschaub/gh-pages#454</a></li>
<li>Bump async from 2.6.4 to 3.2.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/tschaub/gh-pages/pull/459">tschaub/gh-pages#459</a></li>
<li>Remove quotation marks by <a
href="https://github.com/Vicropht"><code>@​Vicropht</code></a> in <a
href="https://redirect.github.com/tschaub/gh-pages/pull/438">tschaub/gh-pages#438</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Nezteb"><code>@​Nezteb</code></a> made
their first contribution in <a
href="https://redirect.github.com/tschaub/gh-pages/pull/445">tschaub/gh-pages#445</a></li>
<li><a href="https://github.com/Vicropht"><code>@​Vicropht</code></a>
made their first contribution in <a
href="https://redirect.github.com/tschaub/gh-pages/pull/438">tschaub/gh-pages#438</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tschaub/gh-pages/compare/v4.0.0...v5.0.0">https://github.com/tschaub/gh-pages/compare/v4.0.0...v5.0.0</a></p>
<h2>v4.0.0</h2>
<p>This release doesn't include any breaking changes, but due to updated
development dependencies, tests are no longer run on Node 10.</p>
<h2>What's Changed</h2>
<ul>
<li>Bump minimist from 1.2.5 to 1.2.6 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/tschaub/gh-pages/pull/423">tschaub/gh-pages#423</a></li>
<li>Bump async from 2.6.1 to 2.6.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/tschaub/gh-pages/pull/427">tschaub/gh-pages#427</a></li>
<li>Bump path-parse from 1.0.6 to 1.0.7 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/tschaub/gh-pages/pull/431">tschaub/gh-pages#431</a></li>
<li>Bump ansi-regex from 3.0.0 to 3.0.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/tschaub/gh-pages/pull/430">tschaub/gh-pages#430</a></li>
<li>Updated dev dependencies and formatting by <a
href="https://github.com/tschaub"><code>@​tschaub</code></a> in <a
href="https://redirect.github.com/tschaub/gh-pages/pull/432">tschaub/gh-pages#432</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tschaub/gh-pages/compare/v3.2.3...v4.0.0">https://github.com/tschaub/gh-pages/compare/v3.2.3...v4.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tschaub/gh-pages/blob/main/changelog.md">gh-pages's
changelog</a>.</em></p>
<blockquote>
<h2>v5.0.0</h2>
<p>Potentially breaking change: the <code>publish</code> method now
always returns a promise. Previously, it did not return a promise in
some error cases. This should not impact most users.</p>
<p>Updates to the development dependencies required a minimum Node
version of 14 for the tests. The library should still work on Node 12,
but tests are no longer run in CI for version 12. A future major version
of the library may drop support for version 12 altogether.</p>
<ul>
<li><a
href="https://redirect.github.com/tschaub/gh-pages/pull/438">#438</a> -
Remove quotation marks (<a
href="https://github.com/Vicropht"><code>@​Vicropht</code></a>)</li>
<li><a
href="https://redirect.github.com/tschaub/gh-pages/pull/459">#459</a> -
Bump async from 2.6.4 to 3.2.4 (<a
href="https://github.com/tschaub"><code>@​tschaub</code></a>)</li>
<li><a
href="https://redirect.github.com/tschaub/gh-pages/pull/454">#454</a> -
Bump email-addresses from 3.0.1 to 5.0.0 (<a
href="https://github.com/tschaub"><code>@​tschaub</code></a>)</li>
<li><a
href="https://redirect.github.com/tschaub/gh-pages/pull/455">#455</a> -
Bump actions/setup-node from 1 to 3 (<a
href="https://github.com/tschaub"><code>@​tschaub</code></a>)</li>
<li><a
href="https://redirect.github.com/tschaub/gh-pages/pull/453">#453</a> -
Bump actions/checkout from 2 to 3 (<a
href="https://github.com/tschaub"><code>@​tschaub</code></a>)</li>
<li><a
href="https://redirect.github.com/tschaub/gh-pages/pull/445">#445</a> -
Update README to clarify project site configuration requirements with
tools like CRA, webpack, Vite, etc. (<a
href="https://github.com/Nezteb"><code>@​Nezteb</code></a>)</li>
<li><a
href="https://redirect.github.com/tschaub/gh-pages/pull/452">#452</a> -
Assorted updates (<a
href="https://github.com/tschaub"><code>@​tschaub</code></a>)</li>
</ul>
<h2>v4.0.0</h2>
<p>This release doesn't include any breaking changes, but due to updated
development dependencies, tests are no longer run on Node 10.</p>
<ul>
<li><a
href="https://redirect.github.com/tschaub/gh-pages/pull/432">#432</a> -
Updated dev dependencies and formatting (<a
href="https://github.com/tschaub"><code>@​tschaub</code></a>)</li>
<li><a
href="https://redirect.github.com/tschaub/gh-pages/pull/430">#430</a> -
Bump ansi-regex from 3.0.0 to 3.0.1 (<a
href="https://github.com/tschaub"><code>@​tschaub</code></a>)</li>
<li><a
href="https://redirect.github.com/tschaub/gh-pages/pull/431">#431</a> -
Bump path-parse from 1.0.6 to 1.0.7 (<a
href="https://github.com/tschaub"><code>@​tschaub</code></a>)</li>
<li><a
href="https://redirect.github.com/tschaub/gh-pages/pull/427">#427</a> -
Bump async from 2.6.1 to 2.6.4 (<a
href="https://github.com/tschaub"><code>@​tschaub</code></a>)</li>
<li><a
href="https://redirect.github.com/tschaub/gh-pages/pull/423">#423</a> -
Bump minimist from 1.2.5 to 1.2.6 (<a
href="https://github.com/tschaub"><code>@​tschaub</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tschaub/gh-pages/commit/f729b97ab9b60121ff36853bfcfd6d716f43ac69"><code>f729b97</code></a>
5.0.0</li>
<li><a
href="https://github.com/tschaub/gh-pages/commit/51534c798c20449826abebb0bd58b9e9ab04e20e"><code>51534c7</code></a>
Log changes</li>
<li><a
href="https://github.com/tschaub/gh-pages/commit/ace063b81fd3e74467671749c0e60ece1601f292"><code>ace063b</code></a>
Merge pull request <a
href="https://redirect.github.com/tschaub/gh-pages/issues/438">#438</a>
from Vicropht/patch-1</li>
<li><a
href="https://github.com/tschaub/gh-pages/commit/58e54be6248d33a283ddb5c6b335d342424956cc"><code>58e54be</code></a>
Merge pull request <a
href="https://redirect.github.com/tschaub/gh-pages/issues/459">#459</a>
from tschaub/dependabot/npm_and_yarn/async-3.2.4</li>
<li><a
href="https://github.com/tschaub/gh-pages/commit/2189df392e42e4fa5c4a5f2b9978d068adf084b0"><code>2189df3</code></a>
Bump async from 2.6.4 to 3.2.4</li>
<li><a
href="https://github.com/tschaub/gh-pages/commit/051846ed1c1ce657549170f985bbd0d1975b6a9f"><code>051846e</code></a>
Merge pull request <a
href="https://redirect.github.com/tschaub/gh-pages/issues/454">#454</a>
from tschaub/dependabot/npm_and_yarn/email-addresses-...</li>
<li><a
href="https://github.com/tschaub/gh-pages/commit/5c91c678c510b1f232e3c81753103d10f415431c"><code>5c91c67</code></a>
Merge pull request <a
href="https://redirect.github.com/tschaub/gh-pages/issues/455">#455</a>
from tschaub/dependabot/github_actions/actions/setup-...</li>
<li><a
href="https://github.com/tschaub/gh-pages/commit/fe0ad832548b3042814e53c9fe7417c32474da20"><code>fe0ad83</code></a>
Merge pull request <a
href="https://redirect.github.com/tschaub/gh-pages/issues/453">#453</a>
from tschaub/dependabot/github_actions/actions/checko...</li>
<li><a
href="https://github.com/tschaub/gh-pages/commit/b89287d04677be890a09ac4a699876e5884e245a"><code>b89287d</code></a>
Merge pull request <a
href="https://redirect.github.com/tschaub/gh-pages/issues/445">#445</a>
from Nezteb/patch-1</li>
<li><a
href="https://github.com/tschaub/gh-pages/commit/e890bd180ca99287f3be62033c64904a5bf39e7a"><code>e890bd1</code></a>
Bump email-addresses from 3.0.1 to 5.0.0</li>
<li>Additional commits viewable in <a
href="https://github.com/tschaub/gh-pages/compare/v3.2.3...v5.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gh-pages&package-manager=npm_and_yarn&previous-version=3.2.3&new-version=5.0.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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/marvinfriede/glueck-auf-ruegen/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 23, 2024
1 parent cd39a79 commit 734b000
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
29 changes: 13 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"file-loader": "^6.2.0",
"gh-pages": "^3.2.3",
"gh-pages": "^5.0.0",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.4.0",
"jest": "^27.5.1",
Expand Down

0 comments on commit 734b000

Please sign in to comment.