Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency gulp-git to v2 #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gulp-git 0.5.6 -> 2.10.1 age adoption passing confidence

Release Notes

stevelacy/gulp-git

v2.10.1

Compare Source

v2.10.0

Compare Source

v2.9.0

Compare Source

  • ensure git.diff has maxBuffer opts by default c27a014

v2.8.1

Compare Source

v2.8.0

Compare Source

  • add option to disable append paths e840a39

v2.7.0

Compare Source

  • Fix issues on windows systems with git.commit bda06e2

v2.6.0

Compare Source

  • add support for returning results of a function for git.commit message 35aa99b
  • support for newest git on windows fc3ca0d

v2.5.2

Compare Source

  • update require-dir dependency to fix node v9+ 982193f

v2.5.1

Compare Source

v2.5.0

Compare Source

  • remove deprecated libraries 83ff535

v2.4.2

Compare Source

v2.4.1

Compare Source

  • fix all double callback errors - 0d49cbf

v2.4.0

Compare Source

v2.3.2

Compare Source

  • fix issues with node 8 de6fb9a
  • close issue relating to callbacks 167d083

v2.3.1

Compare Source

v2.3.0

Compare Source

  • return the output from git with git branch fa10a51

v2.2.0

Compare Source

  • add callback for no args on pull ca63976

v2.1.0

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source

  • add diff and catFile 70cadb7
  • breaking changes:
    • strip-bom-stream is es6 and will break on pre node v4

v1.15.1: hotfix breaking changes

Compare Source

  • pins the project and reverts breaking changes 94190f2

v1.15.0: gulp-git@1.15.0

Compare Source

v1.14.1

Compare Source

v1.14.0: gulp-git@1.14.0

Compare Source

  • don't return an error when commit is in a clean state af32e23

v1.13.0: gulp-git@1.13.0

Compare Source

  • Add support for light weight git tags 96f9a9a

v1.12.0: gulp-git@1.12.0

Compare Source

  • pull: allow for optional branch and remote 01eae3e

v1.11.3

Compare Source

v1.11.2: gulp-git@1.11.2

Compare Source

v1.11.1

Compare Source

v1.11.0: gulp-git@1.11.0

Compare Source

  • add maxBuffer optoin to every function 47b4f09

v1.10.0: gulp-git@1.10.0

Compare Source

  • allow for empty tag messages af53795

v1.9.0: gulp-git@1.9.0

Compare Source

  • add support for commit with newlines a3e5f94
  • fix tag message escaping 1d7b17e

v1.8.0: gulp-git@1.8.0

Compare Source

  • add support for multiple branches for pull, push, fetch - a6917d8

v1.7.2

Compare Source

v1.7.1: gulp-git@1.7.1

Compare Source

  • fix error with stdout returned as the error callback 72c823d

v1.7.0: gulp-git@1.7.0

Compare Source

v1.6.1: gulp-git@1.6.1

Compare Source

v1.6.0: gulp-git@1.6.0

Compare Source

  • add data event for commit bb663fa

v1.5.0: gulp-git@1.5.0

Compare Source

  • add git.clean
  • add git.stash
  • add removeRemote

v1.4.0

Compare Source

v1.3.1

Compare Source

v1.2.4

Compare Source

v1.2.3: gulp-git@1.2.3

Compare Source

  • add maxBuffer option to commit exec status

v1.2.2: gulp-git@1.2.2

Compare Source

  • add support for arrays as commit messages in commit.js

Now possible:

gulp.task('commit', function(){
  return gulp.src('./git-test/*')
    .pipe(git.commit(['initial commit', 'additional message']));
});

v1.2.1: gulp-git@1.2.1

Compare Source

  • disableAppendPaths added to git.commit

v1.2.0: gulp-git@1.2.0

Compare Source

  • add disableMessageRequirement option to commit

v1.1.1

Compare Source

v1.1.0: gulp-git@1.1.0

Compare Source

  • Add git.fetch

v1.0.1

Compare Source

v1.0.0: gulp-git@1.0.0

Compare Source

  • allow omission of callbacks
  • add quiet: true option for reducing verbose output
  • update

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.

@renovate
Copy link
Contributor Author

renovate bot commented Mar 23, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant