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 jake from 8.1.1 to 10.8.5 #5131

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 20, 2022

Bumps jake from 8.1.1 to 10.8.5.

Changelog

Sourced from jake's changelog.

v10

  • Support for generic exported functions as tasks
  • Experimental series function for composing tasks
  • Added task timing, begin/end task output
  • Next-tick kickoff/completion of tasks
  • Support both sync and async tasks in experimental series
  • Polling to ensure 100% sequential execution
  • Begin updating to ESNext syntax

v8

  • Concurrent task execution
  • Allow prereqs for PackageTask + PublishTask
  • LiveScript support
  • Custom publish function, not just string command
  • Change to whole-number versioning
  • Change to ESLint for linting
  • Support newer Nodes, dropped support for older
  • Fixes for WatchTask
  • Numerous community fixes

v0.7

  • Updated API for include/exclude in PublishTask
  • beforeEach/afterEach for TaskTask
  • Custom publishing command for PublishTask
  • Tests for PublishTask
  • Throttling for WatchTask
  • FileList fixes for Windows
  • Fixed output for stdout/stderr when piped
  • Numerous fixes for TestTask
  • NpmPublish task renamed to simply PublishTask
  • Chalk for color output (compat with strict mode)

v0.6

  • Rule, for generating file-tasks on the fly
  • WatchTask, for running tasks on file/directory changes
  • Return values for tasks
  • Promise-based async task completion
  • Multiple Git branches for NpmPublishTask
  • Linting codebase with JSHint
  • Filled out top-level API methods for creating other task-types
  • Better API for including/excluding files from NpmPublishTask

v0.5

  • Interactive exec
  • Node v0.10 compatibility (fixed their broken PPI)
  • Docs for async management with manual invocation
  • More lifecycle events emitted
  • Better Windows support for FileList pathnames
  • Faster FileTask execution

... (truncated)

Commits
  • bd83f6e Version 10.8.5
  • 6470ead fixing audit issues with async (#411)
  • 4684134 Version 10.8.4
  • f8fada9 Simplify integration tests
  • c5f6e88 Fixed publishTask
  • 6f8f9d5 Merge branch 'master' of github.com:jakejs/jake
  • dcef12d Merge pull request #402 from jakejs/dependabot/npm_and_yarn/ajv-6.12.6
  • f596d08 Merge branch 'master' of github.com:jakejs/jake
  • 0b4fab0 Merge pull request #398 from jakejs/dependabot/npm_and_yarn/glob-parent-5.1.2
  • 3f27905 Merge pull request #401 from stianjensen/chalk-4
  • Additional commits viewable in compare view

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.


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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 20, 2022
@coveralls
Copy link

coveralls commented Apr 20, 2022

Coverage Status

Coverage remained the same at 92.277% when pulling a456454 on dependabot/npm_and_yarn/jake-10.8.5 into 23d0d2e on master.

Bumps [jake](https://github.com/jakejs/jake) from 8.1.1 to 10.8.5.
- [Release notes](https://github.com/jakejs/jake/releases)
- [Changelog](https://github.com/jakejs/jake/blob/main/changelog.md)
- [Commits](jakejs/jake@v8.1.1...v10.8.5)

---
updated-dependencies:
- dependency-name: jake
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jake-10.8.5 branch from d70378d to a456454 Compare April 21, 2022 11:17
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 21, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/jake-10.8.5 branch April 21, 2022 17:34
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant