[dfdc074] Merge pull request #304 from eventualbuddha/patch-1 (Martijn Swaagman)
[a5acef5] Typo fix. (Brian Donovan)
[aa8cd5e] Merge pull request #263 from adamstallard/master (Jerry Sievert)
[1e8fa11] Make coffeescript register itself if it has a register function. (Steven H. Noble)
[253ca34] Merge pull request #283 from gabeio/patch-1 (Maciej Małecki)
[42f23c3] refactor: remove line that was made redundant after the last merge from upstream (adamstallard)
[ef5e76b] ignore hg files (adamstallard)
[e6bcc64] update vows package (adamstallard)
[45e9fdf] Moved tag master to changeset 45104b15b3a8 (from changeset 45e0b0d31984) (adamstallard)
[ecac185] Moved tag default/master to changeset 45104b15b3a8 (from changeset 5797560897ea) (adamstallard)
[ce6c2c6] update vows package (adamstallard)
[383acd6] Merge (adamstallard)
[c8c2ff0] Backed out changeset: be18031783bf (adamstallard)
[e86bddd] Backed out changeset: 19f9533f9bae (adamstallard)
[f031545] Added tag default for changeset 162f542dd244 (adamstallard)
[eaaf51a] Moved tag master to changeset 45e0b0d31984 (from changeset be18031783bf) (adamstallard)
[7595734] Moved tag default/master to changeset 45e0b0d31984 (from changeset 5797560897ea) (adamstallard)
[d6e2872] Added tag master for changeset be18031783bf (adamstallard)
[e1d3d16] remove accidental commit (adamstallard)
[ae4a214] Merge from Upstream (adamstallard)
[2d77a7a] update vows package (adamstallard)
[1ed1b8c] Added repository field to package.json (Gabe De)
[d1d02e0] [test] Test on recent versions of node (Maciej Małecki)
[bc4c239] [fix] Do not use util.{print,puts} (Maciej Małecki)
[a23a1c9] continue to run subtopics even if a parent topic has an error in it (fixes #231) (adamstallard)
[fb0ec87] Merge pull request #267 from coltrane/glob (Charlie Robbins)
[eb66421] Set the return value to 'undefined' on an unexpected error (since we always use a callback); improve comments (adamstallard)
[8e4c8b8] use node-glob instead of wildcard for better pattern support (J. Lee Coltrane)
[d6604c3] Don't print out extra blank lines in the spec reporter when end of suite fires. (adamstallard)
[e10dc94] Make the xunit reporter follow the established pattern of using the vows console module and allowing for overriding the stream. (adamstallard)
[98470cb] revert accidental inclusion of print statement (adamstallard)
replaced 3.x task system (orchestrator) with new task system (bach)
removed gulp.reset
removed 3 argument syntax for gulp.task
gulp.task should only be used when you will call the task with the CLI
added gulp.series and gulp.parallel methods for composing tasks. Everything must use these now.
added single argument syntax for gulp.task which allows a named function to be used as the name of the task and task function.
added gulp.tree method for retrieving the task tree. Pass { deep: true } for an archy compatible node list.
added gulp.registry for setting custom registries.
CLI changes
split CLI out into a module if you want to save bandwidth/disk space. you can install the gulp CLI using either npm install gulp -g or npm install gulp-cli -g, where gulp-cli is the smaller one (no module code included)
add --tasks-json flag to CLI to dump the whole tree out for other tools to consume
added --verify flag to check the dependencies in package.json against the plugin blacklist.
vinyl/vinyl-fs changes
added gulp.symlink which functions exactly like gulp.dest, but symlinks instead.
added dirMode param to gulp.dest and gulp.symlink which allows better control over the mode of the destination folder that is created.
globs passed to gulp.src will be evaluated in order, which means this is possible gulp.src(['*.js', '!b*.js', 'bad.js']) (exclude every JS file that starts with a b except bad.js)
performance for gulp.src has improved massively
gulp.src(['**/*', '!b.js']) will no longer eat CPU since negations happen during walking now
added since option to gulp.src which lets you only match files that have been modified since a certain date (for incremental builds)
fixed gulp.src not following symlinks
added overwrite option to gulp.dest which allows you to enable or disable overwriting of existing files
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 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
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bywatersolutions/koha-plugin-room-reservations/network/alerts).
Bumps minimatch to 3.1.2 and updates ancestor dependencies minimatch, vows and gulp. These dependencies need to be updated together.
Updates
minimatch
from 0.2.14 to 3.1.2Commits
699c459
3.1.22f2b5ff
fix: trim pattern25d7c0d
3.1.155dda29
fix: treat nocase:true as always having magic5e1fb8d
3.1.0f8145c5
Add 'allowWindowsEscape' option570e8b1
add publishConfig for v3 publishes5b7cd33
3.0.620b4b56
[fix] revert all breaking syntax changes2ff0388
document, expose, and test 'partial:true' optionMaintainer changes
This version was pushed to npm by isaacs, a new releaser for minimatch since your current version.
Updates
vows
from 0.8.1 to 0.8.3Changelog
Sourced from vows's changelog.
... (truncated)
Commits
cbd4b9f
0.8.3dd0f8c4
Update changelog for 0.8.365b52dd
chore: Update diff in 0.8.x branch1b8b4e1
0.8.2d7ec7ef
Upgrade to glob 7.x to avoid npm audit warningd0fab34
Make the test for fs.read() work for modern Node.jsMaintainer changes
This version was pushed to npm by strugee, a new releaser for vows since your current version.
Updates
gulp
from 3.9.1 to 4.0.2Release notes
Sourced from gulp's releases.
... (truncated)
Changelog
Sourced from gulp's changelog.
Commits
069350a
Release: 4.0.2b4b5a68
Build: Add node 12 to Travis & Azure5667666
Fix: Bind src/dest/symlink to the gulp instance to support esm exports (ref s...4091bd3
Docs: Add notes about esm support (closes #2278)3c66d95
Docs: Fix the Negative Globs section & examples (closes #2297)1693a11
Docs: Remove next tag from recipes (closes #2277)d916276
Docs: Add default task wrappers to Watching Files examples to make runnable (...ea52a92
Docs: Fix syntax error in lastRun API docs (closes #2315)5d81f42
Docs: Fix typo in Explaining Globs (#2326)ea3bba4
Release: 4.0.1Dependabot 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 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bywatersolutions/koha-plugin-room-reservations/network/alerts).