Closed depfu[bot] closed 3 months ago
[!IMPORTANT]
Review skipped
Auto reviews are limited to specific labels.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rimraf (5.0.8 → 6.0.1) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 8 commits:
6.0.1
load version with package-json-from-dist
feat: add --version flag for CLI
chore: add `/.tap` to .gitignore
6.0.0
drop dead node versions
5.0.9
restore support for dead node versions
↗️ foreground-child (indirect, 3.1.1 → 3.2.1) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 8 commits:
3.2.1
stdout/stderr is always null, reflect in return type
no need for .d.ts or .map for test fixtures
don't fail make clean if already clean
3.2.0
update deps, clean up tests, add exports
remove FUNDING.yml (coming from .github repo now)
add github link to typedocs
↗️ jackspeak (indirect, 2.3.6 → 4.0.1) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 42 commits:
4.0.1
put back the cleaner code node 14 can't handle
4.0.0
changelog updates
3.4.2
restore support for 14.latest and 16.latest
3.4.1
node 14 no longer supported
3.4.0
abstract out post-parse actions, slice process.argv in parseRaw
3.3.0
stopAtPositionalTest
3.2.6
add hint to toJSON output
3.2.5
Revert "Infer 'validOptions' all the way through"
3.2.4
Infer 'validOptions' all the way through, when possible
3.2.3
more code fencing issues
3.2.2
tighter code fenced blocks in usage
3.2.1
do not whitespace-normalize fenced code blocks
3.2.0
add parseRaw() method, to parse without side effects
fix: still validate if stopAtPositional is set
format, remove unused .d.ts file
3.1.2
mark validOptions readonly so we can infer from it
mention validate() signature change in changelog
3.1.1
loosen types on *List methods
ci: drop node 16, 18
changelog 3.1
3.1.0
Add 'validOptions' array for validation
3.0.0
changelog 3.0
move custom error fields to 'cause' property
ci: remove v14, makework
remove FUNDING.yml (coming from .github repo now)
↗️ minipass (indirect, 7.0.4 → 7.1.2) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 11 commits:
7.1.2
update devDeps, loosen constructor argument type
7.1.1
fix: use `node:`-prefixed requires for builtins
npm audit fix
7.1.0
update write/end types to comply with NodeJS.WritableStream
remove FUNDING.yml (coming from .github repo now)
remove unused fixup script and sync-content dep
test: windows paths are too url-like
remove makework gh action jobs
↗️ path-scurry (indirect, 1.10.1 → 2.0.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 23 commits:
2.0.0
modernize, drop support for old node versions
ci: remove makework job
ci: update node versions
actually deprecate deprecated Path.path getter
1.11.1
engines: need 14.18, where 'node:path' shows up
1.11.0
changelog 1.11
add isCWD, correct relative() when cwd is root
update prettier, reformat
1.10.4
fix: use `node:`-prefixed requires for builtins
update word-wrap for advisory fix
1.10.3
update tshy, remove unnecessary rm in build
Add parentPath to PathBase
Update to latest @types/node
1.10.2
correctly readlink() when in multiply-nested symlink dirs
update dev deps
remove FUNDING.yml (coming from .github repo now)
add github link to typedocs
🆕 package-json-from-dist (added, 1.0.0)
👉 No CI detected
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
* [Circle CI](https://circleci.com), [Semaphore ](https://semaphoreci.com) and [Github Actions](https://docs.github.com/actions) are all excellent options. * If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github. * If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with `depfu/`.Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands