gatsby-starter-calpa-blog
gatsby-starter-calpa-blog copied to clipboard
Upgrade gh-pages: 2.2.0 → 3.2.3 (major)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ gh-pages (2.2.0 → 3.2.3) · Repo · Changelog
Release Notes
3.2.3
3.2.2 (from changelog)
3.2.1 (from changelog)
3.2.0 (from changelog)
This release updates a few development dependencies and adds a bit of documentation.
- #391 - Update dev dependencies (@tschaub)
- #375 - Add note about domain problem (@demee)
- #390 - Fix little typo in the README (@cizordj)
- #388 - Bump hosted-git-info from 2.8.8 to 2.8.9 (@tschaub)
- #387 - Bump y18n from 4.0.0 to 4.0.3 (@tschaub)
- #378 - Add GitHub Actions tips to readme.md (@mickelsonmichael)
- #386 - Bump lodash from 4.17.14 to 4.17.21 (@tschaub)
3.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 - Dev dependency updates (@tschaub)
- #333 - Update readme with command line options (@Victoire44)
- #356 - Test as a GitHub action (@tschaub)
- #355 - feat(beforeAdd): allow custom script before git add (@Xiphe)
- #336 - Fix remove not working properly (@sunghwan2789)
- #328 - Update .travis.yml (@XhmikosR)
- #327 - Fix typo (@d-tsuji)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 72 commits:
3.2.3
Log changes
Merge pull request #398 from tschaub/updates
Update glob-parent
Merge pull request #395 from tw0517tw/filenamify
Test cache dir path creation
Switch from filenamify-url to filenamify
3.2.2
Log changes
Merge pull request #396 from tschaub/revert-393-filenamify2-audit-fix
Revert "security(deps): bump filenamify-url to 2.1.1"
3.2.1
Log changes
Merge pull request #393 from AviVahl/filenamify2-audit-fix
security(deps): bump filenamify-url to 2.1.1
3.2.0
Log changes
Merge pull request #391 from tschaub/updates
Run tests on Node 16
Update dev dependencies
Merge pull request #375 from demee/patch-1
Update readme.md
Merge pull request #390 from cizordj/patch-1
Merge pull request #388 from tschaub/dependabot/npm_and_yarn/hosted-git-info-2.8.9
Fix little typo in the README
Merge branch 'main' into patch-1
Bump hosted-git-info from 2.8.8 to 2.8.9
Merge pull request #387 from tschaub/dependabot/npm_and_yarn/y18n-4.0.3
Merge pull request #378 from mickelsonmichael/main
Bump y18n from 4.0.0 to 4.0.3
Merge pull request #386 from tschaub/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.14 to 4.17.21
Merge pull request #1 from mickelsonmichael/mickelsonmichael/main
Add named script example for GitHub Actions
Add GITHUB_REPOSITORY env to GitHub Action tip
Add note about domain problem
Add link to #345 to deploy tip
Add a tip for deploying with Github Actions
3.1.0
Log changes
Merge pull request #362 from tschaub/cache-dir
Move the cache directory
Merge pull request #361 from tschaub/updates
Update dev dependencies
Branch name
3.0.0
Package files
Log changes
Merge pull request #357 from tschaub/updates
Updated dev dependencies
New badge
Merge pull request #333 from Victoire44/cmd-doc
Merge pull request #356 from tschaub/workflow
Test as a GitHub action
Merge pull request #355 from Xiphe/before-add
feat(beforeAdd): allow custom script before git add
Merge pull request #336 from sunghwan2789/skip-rm-empty
Delete .prettierrc
Add options.remove tests.
Fix argument passing.
Append dest in removing files.
Create .prettierrc.
Rename options.only to options.remove
Remove files in remote branch.
Change order.
Move declaration of removing files.
Skip removing files if no files need to be removed.
Merge pull request #328 from XhmikosR/patch-1
Update readme with command line options
Update .travis.yml
Merge pull request #327 from d-tsuji/patch-1
Fix typo
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase
.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)