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

Bump gulp-hash-filename from 1.2.0 to 3.0.0 #173

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

Conversation

dependabot-preview[bot]
Copy link

Bumps gulp-hash-filename from 1.2.0 to 3.0.0.

Release notes

Sourced from gulp-hash-filename's releases.

Bug Fixes

Fixed issues #5 and #6. Fixed bug that I introduced in v2.0.0 that did not properly handle no options being passed in.

Version 2.0.0 release

Updated code to remove bad/old dependencies

  • Removed unused code
  • Removed unused dependencies
  • Moved from JSHINT to ESLINT
  • Moved from Istanbul to NYC
  • Converted code to ES6
  • Dropped non supported versions of Node. Now supports version 8.0+
  • Added package-lock.json

Thanks to @dwighthouse for pointing out the bad dependencies. (intervalia/gulp-hash-filename#7)

Changelog

Sourced from gulp-hash-filename's changelog.

Update History

Version Released Details
3.0.0 2020-01-28 * Updated all 3rd party repos
* Removed node 8 support
* Updated to newer ES6 syntax
2.0.1 2019-01-02 * Minor bug fix to allow no arguments to be passed into the hash() function.
* Fixed ISSUE#5. No longer crash if atime, mtime or ctime don't exist.
2.0.0 * This is really PR#7 from dwighthouse - But going a little further in updating ALL dependencies and removing code that is no longer needed.
* Fixed ISSUE#6. Directly related to PR#7.
1.2.0 * PR#3 from tuck182 - Handle generated files that do not support the file.stat object.
1.1.1 * Adding support for coveralls
1.1.0 * Added code to allow length limitation for any field. {hash} will use the full length while {hash:8} will only use the first 8 characters of the hash value.
* Broke single file into multiple files for testing
* Added Mocha/Chai testing for all non-gulp functionality
1.0.0 * Initial Release
* Added {name}, {ext}, {hash}, {atime}, {ctime} and {mtime} as options to the format routine
* Set default of format string to "{name}-{hash}{ext}"
Commits

Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants