tschaub/gh-pages (gh-pages)
### [`v6.1.1`](https://togithub.com/tschaub/gh-pages/blob/HEAD/changelog.md#v611)
[Compare Source](https://togithub.com/tschaub/gh-pages/compare/v6.1.0...v6.1.1)
This release fixes an issue with the `--cname` option.
- [#535](https://togithub.com/tschaub/gh-pages/pull/535) - fix: Add missing cname option not passed to the config ([@WillBAnders](https://togithub.com/WillBAnders))
- [#539](https://togithub.com/tschaub/gh-pages/pull/539) - Bump eslint from 8.55.0 to 8.56.0 ([@tschaub](https://togithub.com/tschaub))
### [`v6.1.0`](https://togithub.com/tschaub/gh-pages/blob/HEAD/changelog.md#v610)
[Compare Source](https://togithub.com/tschaub/gh-pages/compare/v6.0.0...v6.1.0)
This release adds support for `--nojekyll` and `--cname` options.
- [#531](https://togithub.com/tschaub/gh-pages/pull/531) - Bump sinon from 15.2.0 to 17.0.1 ([@tschaub](https://togithub.com/tschaub))
- [#529](https://togithub.com/tschaub/gh-pages/pull/529) - Bump async from 3.2.4 to 3.2.5 ([@tschaub](https://togithub.com/tschaub))
- [#524](https://togithub.com/tschaub/gh-pages/pull/524) - Bump commander from 11.0.0 to 11.1.0 ([@tschaub](https://togithub.com/tschaub))
- [#530](https://togithub.com/tschaub/gh-pages/pull/530) - Bump eslint from 8.49.0 to 8.53.0 ([@tschaub](https://togithub.com/tschaub))
- [#520](https://togithub.com/tschaub/gh-pages/pull/520) - Bump chai from 4.3.8 to 4.3.10 ([@tschaub](https://togithub.com/tschaub))
- [#527](https://togithub.com/tschaub/gh-pages/pull/527) - Bump actions/setup-node from 3 to 4 ([@tschaub](https://togithub.com/tschaub))
- [#533](https://togithub.com/tschaub/gh-pages/pull/533) - Add --nojekyll and --cname options ([@tschaub](https://togithub.com/tschaub))
- [#512](https://togithub.com/tschaub/gh-pages/pull/512) - Bump dir-compare from 4.0.0 to 4.2.0 ([@tschaub](https://togithub.com/tschaub))
- [#513](https://togithub.com/tschaub/gh-pages/pull/513) - Bump chai from 4.3.7 to 4.3.8 ([@tschaub](https://togithub.com/tschaub))
- [#515](https://togithub.com/tschaub/gh-pages/pull/515) - Bump actions/checkout from 3 to 4 ([@tschaub](https://togithub.com/tschaub))
- [#516](https://togithub.com/tschaub/gh-pages/pull/516) - Bump eslint from 8.46.0 to 8.49.0 ([@tschaub](https://togithub.com/tschaub))
### [`v6.0.0`](https://togithub.com/tschaub/gh-pages/blob/HEAD/changelog.md#v600)
[Compare Source](https://togithub.com/tschaub/gh-pages/compare/v5.0.0...v6.0.0)
This release drops support for Node 14. Otherwise, there are no special upgrade considerations.
- [#507](https://togithub.com/tschaub/gh-pages/pull/507) - Dependency updates and drop Node 14 ([@tschaub](https://togithub.com/tschaub))
- [#495](https://togithub.com/tschaub/gh-pages/pull/495) - Bump sinon from 15.0.3 to 15.2.0 ([@tschaub](https://togithub.com/tschaub))
- [#500](https://togithub.com/tschaub/gh-pages/pull/500) - Bump semver from 6.3.0 to 6.3.1 ([@tschaub](https://togithub.com/tschaub))
- [#506](https://togithub.com/tschaub/gh-pages/pull/506) - Bump eslint from 8.38.0 to 8.46.0 ([@tschaub](https://togithub.com/tschaub))
- [#505](https://togithub.com/tschaub/gh-pages/pull/505) - Bump word-wrap from 1.2.3 to 1.2.5 ([@tschaub](https://togithub.com/tschaub))
- [#504](https://togithub.com/tschaub/gh-pages/pull/504) - Add error message when --dist is not specified. ([@domsleee](https://togithub.com/domsleee))
- [#473](https://togithub.com/tschaub/gh-pages/pull/473) - Bump fs-extra from 8.1.0 to 11.1.1 ([@tschaub](https://togithub.com/tschaub))
- [#477](https://togithub.com/tschaub/gh-pages/pull/477) - Bump eslint from 8.32.0 to 8.38.0 ([@tschaub](https://togithub.com/tschaub))
- [#474](https://togithub.com/tschaub/gh-pages/pull/474) - Bump sinon from 15.0.1 to 15.0.3 ([@tschaub](https://togithub.com/tschaub))
- [#440](https://togithub.com/tschaub/gh-pages/pull/440) - Update readme.md ([@harveer07](https://togithub.com/harveer07))
### [`v5.0.0`](https://togithub.com/tschaub/gh-pages/blob/HEAD/changelog.md#v500)
[Compare Source](https://togithub.com/tschaub/gh-pages/compare/v4.0.0...v5.0.0)
Potentially breaking change: the `publish` method now always returns a promise. Previously, it did not return a promise in some error cases. This should not impact most users.
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.
- [#438](https://togithub.com/tschaub/gh-pages/pull/438) - Remove quotation marks ([@Vicropht](https://togithub.com/Vicropht))
- [#459](https://togithub.com/tschaub/gh-pages/pull/459) - Bump async from 2.6.4 to 3.2.4 ([@tschaub](https://togithub.com/tschaub))
- [#454](https://togithub.com/tschaub/gh-pages/pull/454) - Bump email-addresses from 3.0.1 to 5.0.0 ([@tschaub](https://togithub.com/tschaub))
- [#455](https://togithub.com/tschaub/gh-pages/pull/455) - Bump actions/setup-node from 1 to 3 ([@tschaub](https://togithub.com/tschaub))
- [#453](https://togithub.com/tschaub/gh-pages/pull/453) - Bump actions/checkout from 2 to 3 ([@tschaub](https://togithub.com/tschaub))
- [#445](https://togithub.com/tschaub/gh-pages/pull/445) - Update README to clarify project site configuration requirements with tools like CRA, webpack, Vite, etc. ([@Nezteb](https://togithub.com/Nezteb))
- [#452](https://togithub.com/tschaub/gh-pages/pull/452) - Assorted updates ([@tschaub](https://togithub.com/tschaub))
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
4.0.0
->6.1.1
Release Notes
tschaub/gh-pages (gh-pages)
### [`v6.1.1`](https://togithub.com/tschaub/gh-pages/blob/HEAD/changelog.md#v611) [Compare Source](https://togithub.com/tschaub/gh-pages/compare/v6.1.0...v6.1.1) This release fixes an issue with the `--cname` option. - [#535](https://togithub.com/tschaub/gh-pages/pull/535) - fix: Add missing cname option not passed to the config ([@WillBAnders](https://togithub.com/WillBAnders)) - [#539](https://togithub.com/tschaub/gh-pages/pull/539) - Bump eslint from 8.55.0 to 8.56.0 ([@tschaub](https://togithub.com/tschaub)) ### [`v6.1.0`](https://togithub.com/tschaub/gh-pages/blob/HEAD/changelog.md#v610) [Compare Source](https://togithub.com/tschaub/gh-pages/compare/v6.0.0...v6.1.0) This release adds support for `--nojekyll` and `--cname` options. - [#531](https://togithub.com/tschaub/gh-pages/pull/531) - Bump sinon from 15.2.0 to 17.0.1 ([@tschaub](https://togithub.com/tschaub)) - [#529](https://togithub.com/tschaub/gh-pages/pull/529) - Bump async from 3.2.4 to 3.2.5 ([@tschaub](https://togithub.com/tschaub)) - [#524](https://togithub.com/tschaub/gh-pages/pull/524) - Bump commander from 11.0.0 to 11.1.0 ([@tschaub](https://togithub.com/tschaub)) - [#530](https://togithub.com/tschaub/gh-pages/pull/530) - Bump eslint from 8.49.0 to 8.53.0 ([@tschaub](https://togithub.com/tschaub)) - [#520](https://togithub.com/tschaub/gh-pages/pull/520) - Bump chai from 4.3.8 to 4.3.10 ([@tschaub](https://togithub.com/tschaub)) - [#527](https://togithub.com/tschaub/gh-pages/pull/527) - Bump actions/setup-node from 3 to 4 ([@tschaub](https://togithub.com/tschaub)) - [#533](https://togithub.com/tschaub/gh-pages/pull/533) - Add --nojekyll and --cname options ([@tschaub](https://togithub.com/tschaub)) - [#512](https://togithub.com/tschaub/gh-pages/pull/512) - Bump dir-compare from 4.0.0 to 4.2.0 ([@tschaub](https://togithub.com/tschaub)) - [#513](https://togithub.com/tschaub/gh-pages/pull/513) - Bump chai from 4.3.7 to 4.3.8 ([@tschaub](https://togithub.com/tschaub)) - [#515](https://togithub.com/tschaub/gh-pages/pull/515) - Bump actions/checkout from 3 to 4 ([@tschaub](https://togithub.com/tschaub)) - [#516](https://togithub.com/tschaub/gh-pages/pull/516) - Bump eslint from 8.46.0 to 8.49.0 ([@tschaub](https://togithub.com/tschaub)) ### [`v6.0.0`](https://togithub.com/tschaub/gh-pages/blob/HEAD/changelog.md#v600) [Compare Source](https://togithub.com/tschaub/gh-pages/compare/v5.0.0...v6.0.0) This release drops support for Node 14. Otherwise, there are no special upgrade considerations. - [#507](https://togithub.com/tschaub/gh-pages/pull/507) - Dependency updates and drop Node 14 ([@tschaub](https://togithub.com/tschaub)) - [#495](https://togithub.com/tschaub/gh-pages/pull/495) - Bump sinon from 15.0.3 to 15.2.0 ([@tschaub](https://togithub.com/tschaub)) - [#500](https://togithub.com/tschaub/gh-pages/pull/500) - Bump semver from 6.3.0 to 6.3.1 ([@tschaub](https://togithub.com/tschaub)) - [#506](https://togithub.com/tschaub/gh-pages/pull/506) - Bump eslint from 8.38.0 to 8.46.0 ([@tschaub](https://togithub.com/tschaub)) - [#505](https://togithub.com/tschaub/gh-pages/pull/505) - Bump word-wrap from 1.2.3 to 1.2.5 ([@tschaub](https://togithub.com/tschaub)) - [#504](https://togithub.com/tschaub/gh-pages/pull/504) - Add error message when --dist is not specified. ([@domsleee](https://togithub.com/domsleee)) - [#473](https://togithub.com/tschaub/gh-pages/pull/473) - Bump fs-extra from 8.1.0 to 11.1.1 ([@tschaub](https://togithub.com/tschaub)) - [#477](https://togithub.com/tschaub/gh-pages/pull/477) - Bump eslint from 8.32.0 to 8.38.0 ([@tschaub](https://togithub.com/tschaub)) - [#474](https://togithub.com/tschaub/gh-pages/pull/474) - Bump sinon from 15.0.1 to 15.0.3 ([@tschaub](https://togithub.com/tschaub)) - [#440](https://togithub.com/tschaub/gh-pages/pull/440) - Update readme.md ([@harveer07](https://togithub.com/harveer07)) ### [`v5.0.0`](https://togithub.com/tschaub/gh-pages/blob/HEAD/changelog.md#v500) [Compare Source](https://togithub.com/tschaub/gh-pages/compare/v4.0.0...v5.0.0) Potentially breaking change: the `publish` method now always returns a promise. Previously, it did not return a promise in some error cases. This should not impact most users. 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. - [#438](https://togithub.com/tschaub/gh-pages/pull/438) - Remove quotation marks ([@Vicropht](https://togithub.com/Vicropht)) - [#459](https://togithub.com/tschaub/gh-pages/pull/459) - Bump async from 2.6.4 to 3.2.4 ([@tschaub](https://togithub.com/tschaub)) - [#454](https://togithub.com/tschaub/gh-pages/pull/454) - Bump email-addresses from 3.0.1 to 5.0.0 ([@tschaub](https://togithub.com/tschaub)) - [#455](https://togithub.com/tschaub/gh-pages/pull/455) - Bump actions/setup-node from 1 to 3 ([@tschaub](https://togithub.com/tschaub)) - [#453](https://togithub.com/tschaub/gh-pages/pull/453) - Bump actions/checkout from 2 to 3 ([@tschaub](https://togithub.com/tschaub)) - [#445](https://togithub.com/tschaub/gh-pages/pull/445) - Update README to clarify project site configuration requirements with tools like CRA, webpack, Vite, etc. ([@Nezteb](https://togithub.com/Nezteb)) - [#452](https://togithub.com/tschaub/gh-pages/pull/452) - Assorted updates ([@tschaub](https://togithub.com/tschaub))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.