[Snyk] Upgrade del from 3.0.0 to 5.1.0 #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade
del
from 3.0.0 to 5.1.0.Warning: This is a major version upgrade, and may be a breaking change.
Release notes
Enhancements:
Fixes:
cwd
option (#96) ffbf4c4v5.0.0...v5.1.0
Shoutout to @chrisblossom for doing most of the work on this release 🙌
This release changes the underlying globbing engine, so you are strongly recommended to use the
dryRun
option to ensuredel
still does what you expect before you run it on the real files.Breaking:
path.posix.join()
instead ofpath.join()
. You can useslash
to transform backward-slash paths to forward-slash paths.Important: If you used any of the
globby
options, please note thatglobby
switched from using theglob
package tofast-glob
, so almost all the option names changed. Here's how to migrate the options.v4.1.1...v5.0.0
For TypeScript users only:
v4.1.0...v4.1.1
v4.0.0...v4.1.0
Breaking:
Enhancements:
v3.0.0...v4.0.0
concurrency
option.v2.2.2...v3.0.0
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs