tschaub/gh-pages
### [`v3.2.3`](https://togithub.com/tschaub/gh-pages/blob/master/changelog.md#v323)
[Compare Source](https://togithub.com/tschaub/gh-pages/compare/v3.2.2...v3.2.3)
* [#398](https://togithub.com/tschaub/gh-pages/pull/398) - Update glob-parent ([@tschaub](https://togithub.com/tschaub))
* [#395](https://togithub.com/tschaub/gh-pages/pull/395) - Switch from filenamify-url to filenamify ([@tw0517tw](https://togithub.com/tw0517tw))
### [`v3.2.2`](https://togithub.com/tschaub/gh-pages/blob/master/changelog.md#v322)
[Compare Source](https://togithub.com/tschaub/gh-pages/compare/v3.2.1...v3.2.2)
* [#396](https://togithub.com/tschaub/gh-pages/pull/396) - Revert "security(deps): bump filenamify-url to 2.1.1" ([@tschaub](https://togithub.com/tschaub))
### [`v3.2.1`](https://togithub.com/tschaub/gh-pages/blob/master/changelog.md#v321)
[Compare Source](https://togithub.com/tschaub/gh-pages/compare/v3.2.0...v3.2.1)
* [#393](https://togithub.com/tschaub/gh-pages/pull/393) - security(deps): bump filenamify-url to 2.1.1 ([@AviVahl](https://togithub.com/AviVahl))
### [`v3.2.0`](https://togithub.com/tschaub/gh-pages/blob/master/changelog.md#v320)
[Compare Source](https://togithub.com/tschaub/gh-pages/compare/v3.1.0...v3.2.0)
This release updates a few development dependencies and adds a bit of documentation.
* [#391](https://togithub.com/tschaub/gh-pages/pull/391) - Update dev dependencies ([@tschaub](https://togithub.com/tschaub))
* [#375](https://togithub.com/tschaub/gh-pages/pull/375) - Add note about domain problem ([@demee](https://togithub.com/demee))
* [#390](https://togithub.com/tschaub/gh-pages/pull/390) - Fix little typo in the README ([@cizordj](https://togithub.com/cizordj))
* [#388](https://togithub.com/tschaub/gh-pages/pull/388) - Bump hosted-git-info from 2.8.8 to 2.8.9 ([@tschaub](https://togithub.com/tschaub))
* [#387](https://togithub.com/tschaub/gh-pages/pull/387) - Bump y18n from 4.0.0 to 4.0.3 ([@tschaub](https://togithub.com/tschaub))
* [#378](https://togithub.com/tschaub/gh-pages/pull/378) - Add GitHub Actions tips to readme.md ([@mickelsonmichael](https://togithub.com/mickelsonmichael))
* [#386](https://togithub.com/tschaub/gh-pages/pull/386) - Bump lodash from 4.17.14 to 4.17.21 ([@tschaub](https://togithub.com/tschaub))
### [`v3.1.0`](https://togithub.com/tschaub/gh-pages/blob/master/changelog.md#v310)
[Compare Source](https://togithub.com/tschaub/gh-pages/compare/v3.0.0...v3.1.0)
The cache directory used by `gh-pages` is now `node_modules/.cache/gh-pages`. If you want to use a different location, set the `CACHE_DIR` environment variable.
* [#362](https://togithub.com/tschaub/gh-pages/pull/362) - Move the cache directory ([@tschaub](https://togithub.com/tschaub))
* [#361](https://togithub.com/tschaub/gh-pages/pull/361) - Update dev dependencies ([@tschaub](https://togithub.com/tschaub))
### [`v3.0.0`](https://togithub.com/tschaub/gh-pages/blob/master/changelog.md#v300)
[Compare Source](https://togithub.com/tschaub/gh-pages/compare/v2.2.0...v3.0.0)
Breaking changes:
None really. But tests are no longer run on Node < 10. Development dependencies were updated to address security warnings, and this meant tests could no longer be run on Node 6 or 8. If you still use these Node versions, you may still be able to use this library, but be warned that tests are no longer run on these versions.
All changes:
* [#357](https://togithub.com/tschaub/gh-pages/pull/357) - Dev dependency updates ([@tschaub](https://togithub.com/tschaub))
* [#333](https://togithub.com/tschaub/gh-pages/pull/333) - Update readme with command line options ([@Victoire44](https://togithub.com/Victoire44))
* [#356](https://togithub.com/tschaub/gh-pages/pull/356) - Test as a GitHub action ([@tschaub](https://togithub.com/tschaub))
* [#355](https://togithub.com/tschaub/gh-pages/pull/355) - feat(beforeAdd): allow custom script before git add ([@Xiphe](https://togithub.com/Xiphe))
* [#336](https://togithub.com/tschaub/gh-pages/pull/336) - Fix remove not working properly ([@sunghwan2789](https://togithub.com/sunghwan2789))
* [#328](https://togithub.com/tschaub/gh-pages/pull/328) - Update .travis.yml ([@XhmikosR](https://togithub.com/XhmikosR))
* [#327](https://togithub.com/tschaub/gh-pages/pull/327) - Fix typo ([@d-tsuji](https://togithub.com/d-tsuji))
Configuration
📅 Schedule: 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 contains the following updates:
2.2.0
->3.2.3
Release Notes
tschaub/gh-pages
### [`v3.2.3`](https://togithub.com/tschaub/gh-pages/blob/master/changelog.md#v323) [Compare Source](https://togithub.com/tschaub/gh-pages/compare/v3.2.2...v3.2.3) * [#398](https://togithub.com/tschaub/gh-pages/pull/398) - Update glob-parent ([@tschaub](https://togithub.com/tschaub)) * [#395](https://togithub.com/tschaub/gh-pages/pull/395) - Switch from filenamify-url to filenamify ([@tw0517tw](https://togithub.com/tw0517tw)) ### [`v3.2.2`](https://togithub.com/tschaub/gh-pages/blob/master/changelog.md#v322) [Compare Source](https://togithub.com/tschaub/gh-pages/compare/v3.2.1...v3.2.2) * [#396](https://togithub.com/tschaub/gh-pages/pull/396) - Revert "security(deps): bump filenamify-url to 2.1.1" ([@tschaub](https://togithub.com/tschaub)) ### [`v3.2.1`](https://togithub.com/tschaub/gh-pages/blob/master/changelog.md#v321) [Compare Source](https://togithub.com/tschaub/gh-pages/compare/v3.2.0...v3.2.1) * [#393](https://togithub.com/tschaub/gh-pages/pull/393) - security(deps): bump filenamify-url to 2.1.1 ([@AviVahl](https://togithub.com/AviVahl)) ### [`v3.2.0`](https://togithub.com/tschaub/gh-pages/blob/master/changelog.md#v320) [Compare Source](https://togithub.com/tschaub/gh-pages/compare/v3.1.0...v3.2.0) This release updates a few development dependencies and adds a bit of documentation. * [#391](https://togithub.com/tschaub/gh-pages/pull/391) - Update dev dependencies ([@tschaub](https://togithub.com/tschaub)) * [#375](https://togithub.com/tschaub/gh-pages/pull/375) - Add note about domain problem ([@demee](https://togithub.com/demee)) * [#390](https://togithub.com/tschaub/gh-pages/pull/390) - Fix little typo in the README ([@cizordj](https://togithub.com/cizordj)) * [#388](https://togithub.com/tschaub/gh-pages/pull/388) - Bump hosted-git-info from 2.8.8 to 2.8.9 ([@tschaub](https://togithub.com/tschaub)) * [#387](https://togithub.com/tschaub/gh-pages/pull/387) - Bump y18n from 4.0.0 to 4.0.3 ([@tschaub](https://togithub.com/tschaub)) * [#378](https://togithub.com/tschaub/gh-pages/pull/378) - Add GitHub Actions tips to readme.md ([@mickelsonmichael](https://togithub.com/mickelsonmichael)) * [#386](https://togithub.com/tschaub/gh-pages/pull/386) - Bump lodash from 4.17.14 to 4.17.21 ([@tschaub](https://togithub.com/tschaub)) ### [`v3.1.0`](https://togithub.com/tschaub/gh-pages/blob/master/changelog.md#v310) [Compare Source](https://togithub.com/tschaub/gh-pages/compare/v3.0.0...v3.1.0) The cache directory used by `gh-pages` is now `node_modules/.cache/gh-pages`. If you want to use a different location, set the `CACHE_DIR` environment variable. * [#362](https://togithub.com/tschaub/gh-pages/pull/362) - Move the cache directory ([@tschaub](https://togithub.com/tschaub)) * [#361](https://togithub.com/tschaub/gh-pages/pull/361) - Update dev dependencies ([@tschaub](https://togithub.com/tschaub)) ### [`v3.0.0`](https://togithub.com/tschaub/gh-pages/blob/master/changelog.md#v300) [Compare Source](https://togithub.com/tschaub/gh-pages/compare/v2.2.0...v3.0.0) Breaking changes: None really. But tests are no longer run on Node < 10. Development dependencies were updated to address security warnings, and this meant tests could no longer be run on Node 6 or 8. If you still use these Node versions, you may still be able to use this library, but be warned that tests are no longer run on these versions. All changes: * [#357](https://togithub.com/tschaub/gh-pages/pull/357) - Dev dependency updates ([@tschaub](https://togithub.com/tschaub)) * [#333](https://togithub.com/tschaub/gh-pages/pull/333) - Update readme with command line options ([@Victoire44](https://togithub.com/Victoire44)) * [#356](https://togithub.com/tschaub/gh-pages/pull/356) - Test as a GitHub action ([@tschaub](https://togithub.com/tschaub)) * [#355](https://togithub.com/tschaub/gh-pages/pull/355) - feat(beforeAdd): allow custom script before git add ([@Xiphe](https://togithub.com/Xiphe)) * [#336](https://togithub.com/tschaub/gh-pages/pull/336) - Fix remove not working properly ([@sunghwan2789](https://togithub.com/sunghwan2789)) * [#328](https://togithub.com/tschaub/gh-pages/pull/328) - Update .travis.yml ([@XhmikosR](https://togithub.com/XhmikosR)) * [#327](https://togithub.com/tschaub/gh-pages/pull/327) - Fix typo ([@d-tsuji](https://togithub.com/d-tsuji))Configuration
📅 Schedule: 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 WhiteSource Renovate. View repository job log here.