Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Bump jake from 8.1.1 to 10.8.7 #111

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 29, 2023

Bumps jake from 8.1.1 to 10.8.7.

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

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)

Bumps [jake](https://github.com/jakejs/jake) from 8.1.1 to 10.8.7.
- [Changelog](https://github.com/jakejs/jake/blob/main/changelog.md)
- [Commits](jakejs/jake@v8.1.1...v10.8.7)

---
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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
0 participants