forked from vercel/pkg
-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
refactor: remove fs-extra
#102
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@SuperchupuDev Fix conflicts please than this is good to merge |
auto-merge was automatically disabled
October 16, 2024 08:48
Head branch was pushed to by a user without write access
SuperchupuDev
force-pushed
the
refactor/no-fs-extra
branch
from
October 16, 2024 08:48
ecec168
to
d4d1afc
Compare
done 👍 |
robertsLando
approved these changes
Oct 16, 2024
Vylpes
pushed a commit
to Vylpes/random-bunny
that referenced
this pull request
Oct 21, 2024
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@yao-pkg/pkg](https://github.com/yao-pkg/pkg) | devDependencies | minor | [`5.13.0` -> `5.16.0`](https://renovatebot.com/diffs/npm/@yao-pkg%2fpkg/5.13.0/5.16.0) | --- ### Release Notes <details> <summary>yao-pkg/pkg (@​yao-pkg/pkg)</summary> ### [`v5.16.0`](https://github.com/yao-pkg/pkg/blob/HEAD/CHANGELOG.md#5160-2024-10-20) [Compare Source](yao-pkg/pkg@v5.15.0...v5.16.0) ##### Features - bump fetch with node 22.10.0 and 20.18.0 support ([86d5f57](yao-pkg/pkg@86d5f57)) ##### Code refactoring - remove `fs-extra` ([#​102](yao-pkg/pkg#102)) ([c726221](yao-pkg/pkg@c726221)) - replace `chalk` with `picocolors` ([#​105](yao-pkg/pkg#105)) ([cba291e](yao-pkg/pkg@cba291e)) - replace `globby` with `tinyglobby` ([#​103](yao-pkg/pkg#103)) ([99a2632](yao-pkg/pkg@99a2632)) - replace `minimatch` with `picomatch` ([#​104](yao-pkg/pkg#104)) ([1838100](yao-pkg/pkg@1838100)) ##### Chores - unpin dependencies ([#​106](yao-pkg/pkg#106)) ([ea94b03](yao-pkg/pkg@ea94b03)) ##### Documentation - explain how to execute binary from snapshot ([db7f2c5](yao-pkg/pkg@db7f2c5)) - explain how to use custom binaries ([18ed3cf](yao-pkg/pkg@18ed3cf)) ### [`v5.15.0`](https://github.com/yao-pkg/pkg/blob/HEAD/CHANGELOG.md#5150-2024-09-20) [Compare Source](yao-pkg/pkg@v5.14.2...v5.15.0) ##### Features - bump [@​yao-pkg/pkg-fetch](https://github.com/yao-pkg/pkg-fetch)[@​3](https://github.com/3).5.13 with nodejs 22.9.0 ([#​91](yao-pkg/pkg#91)) ([6ed5665](yao-pkg/pkg@6ed5665)) ### [`v5.14.2`](https://github.com/yao-pkg/pkg/blob/HEAD/CHANGELOG.md#5142-2024-09-17) [Compare Source](yao-pkg/pkg@v5.14.1...v5.14.2) ##### Bug Fixes - child_process commands throw when pkg app try to call itself ([#​90](yao-pkg/pkg#90)) ([e88d159](yao-pkg/pkg@e88d159)) ### [`v5.14.1`](https://github.com/yao-pkg/pkg/blob/HEAD/CHANGELOG.md#5141-2024-09-17) [Compare Source](yao-pkg/pkg@v5.14.0...v5.14.1) ##### Bug Fixes - bump pkg-fetch@3.5.12 with missing node22 macOS arm64 support ([4eea80c](yao-pkg/pkg@4eea80c)) ### [`v5.14.0`](https://github.com/yao-pkg/pkg/blob/HEAD/CHANGELOG.md#5140-2024-09-10) [Compare Source](yao-pkg/pkg@v5.13.0...v5.14.0) ##### Features - bump pkg-fetch@3.5.11 with nodejs 22 support (by [@​faulpeltz](https://github.com/faulpeltz)) ([1d8df70](yao-pkg/pkg@1d8df70)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=--> Reviewed-on: https://git.vylpes.xyz/RabbitLabs/random-bunny/pulls/232 Reviewed-by: Vylpes <ethan@vylpes.com> Co-authored-by: Renovate Bot <renovate@vylpes.com> Co-committed-by: Renovate Bot <renovate@vylpes.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
part of #99 - i couldn't figure out which change was breaking ci so i'm just gonna make prs for each dependency change