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.4 #5079

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps jake from 8.1.1 to 10.8.4.

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
  • 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
  • c82f870 Version 10.8.3
  • c43d817 Bump ajv from 6.12.2 to 6.12.6
  • 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 Mar 20, 2022
Bumps [jake](https://github.com/jakejs/jake) from 8.1.1 to 10.8.4.
- [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.4)

---
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.4 branch from 30d7a59 to 89780e2 Compare April 12, 2022 07:26
@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.273% when pulling 89780e2 on dependabot/npm_and_yarn/jake-10.8.4 into f35f7d4 on master.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 20, 2022

Superseded by #5131.

@dependabot dependabot bot closed this Apr 20, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/jake-10.8.4 branch April 20, 2022 09:10
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