eXist-db / polymer-app-template

A template for Polymerized eXist-db applications
1 stars 1 forks source link

Update del requirement from ^4.1.1 to ^5.1.0 #20

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on del to permit the latest version.

Release notes *Sourced from [del's releases](https://github.com/sindresorhus/del/releases).* > ## v5.1.0 > Enhancements: > - Allow non-glob patterns with backslash on Windows (like v4) ([#100](https://github-redirect.dependabot.com/sindresorhus/del/issues/100)) 01da91f > - Make deletion more reliable on Windows by retrying when Windows is being difficult ([#108](https://github-redirect.dependabot.com/sindresorhus/del/issues/108)) 1299747 > - Sort removed files, so the returned array is always stable ([#102](https://github-redirect.dependabot.com/sindresorhus/del/issues/102)) ca05c65 > > Fixes: > - Fix the `cwd` option ([#96](https://github-redirect.dependabot.com/sindresorhus/del/issues/96)) ffbf4c4 > - Prevent race condition on macOS when deleting files ([#95](https://github-redirect.dependabot.com/sindresorhus/del/issues/95)) 8efdbcd > > https://github.com/sindresorhus/del/compare/v5.0.0...v5.1.0 > > --- > > Shoutout to [@​chrisblossom](https://github.com/chrisblossom) for doing most of the work on this release 🙌
Commits - [`557c1fa`](https://github.com/sindresorhus/del/commit/557c1fad9651405992b8358035eda504973a1124) 5.1.0 - [`12c443d`](https://github.com/sindresorhus/del/commit/12c443df8ece0eb57c641d3d67e999457ac76995) Meta tweaks - [`01da91f`](https://github.com/sindresorhus/del/commit/01da91f548a318f33a82e9f09eb27f4e5c6cb94b) Allow non-glob patterns with backslash on Windows ([#100](https://github-redirect.dependabot.com/sindresorhus/del/issues/100)) - [`9c72270`](https://github.com/sindresorhus/del/commit/9c722703afe32ab41a3bc5a77934d56976e75e64) Add benchmarks ([#101](https://github-redirect.dependabot.com/sindresorhus/del/issues/101)) - [`1299747`](https://github.com/sindresorhus/del/commit/1299747b7524b8390d1187d4de23d200d214a901) Use graceful-fs ([#108](https://github-redirect.dependabot.com/sindresorhus/del/issues/108)) - [`f509a89`](https://github.com/sindresorhus/del/commit/f509a8904330d23703a5f0f3d81081ab40aef2cb) Update dependencies ([#109](https://github-redirect.dependabot.com/sindresorhus/del/issues/109)) - [`ca05c65`](https://github.com/sindresorhus/del/commit/ca05c65ca582b47a20e1b64539dd5ef45a0e8419) Sort removed files ([#102](https://github-redirect.dependabot.com/sindresorhus/del/issues/102)) - [`51662ac`](https://github.com/sindresorhus/del/commit/51662acf8c0b0632ed577fc2bb64a65a677ead9b) Reverse order back for the returned paths ([#99](https://github-redirect.dependabot.com/sindresorhus/del/issues/99)) - [`902b594`](https://github.com/sindresorhus/del/commit/902b594236001cabb737e731bdb04f8093b0bc61) Meta tweaks - [`ffbf4c4`](https://github.com/sindresorhus/del/commit/ffbf4c423c2c6305e0a98aa5445d1767bca8d9d8) Fix the `cwd` option ([#96](https://github-redirect.dependabot.com/sindresorhus/del/issues/96)) - Additional commits viewable in [compare view](https://github.com/sindresorhus/del/compare/v4.1.1...v5.1.0)


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 - `@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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 3 years ago

Superseded by #21.