-
-
Notifications
You must be signed in to change notification settings - Fork 524
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
Update dependencies, fix CI, use our own free disk space script #3709
Closed
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
Signed-off-by: larzie <[email protected]>
Signed-off-by: larzie <[email protected]>
Signed-off-by: larzie <[email protected]>
Signed-off-by: larzie <[email protected]>
Signed-off-by: larzie <[email protected]>
Signed-off-by: larzie <[email protected]>
Signed-off-by: larzie <[email protected]>
Bumps [@zen-browser/surfer](https://github.com/zen-browser/surfer) from 1.3.21 to 1.6.4. - [Commits](https://github.com/zen-browser/surfer/commits) --- updated-dependencies: - dependency-name: "@zen-browser/surfer" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.10 to 15.2.11. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.2.10...v15.2.11) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [husky](https://github.com/typicode/husky) from 9.1.5 to 9.1.7. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v9.1.5...v9.1.7) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.4.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.3...3.4.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: larzie <[email protected]>
Signed-off-by: larzie <[email protected]>
Signed-off-by: larzie <[email protected]>
Signed-off-by: larzie <[email protected]>
Signed-off-by: larzie <[email protected]>
dosubot
bot
added
size:L
This PR changes 100-499 lines, ignoring generated files.
Improvement
labels
Dec 13, 2024
Signed-off-by: larzie <[email protected]>
Signed-off-by: larzie <[email protected]>
Also I did setup dependabot for dependencies (runs weekly, can be modified to run monthly) |
Signed-off-by: larzie <[email protected]>
Signed-off-by: larzie <[email protected]>
Btw thanks to rust-lang/rust#134151 |
Sorry but a lot of versions here are changed and we dont really need our own disk freeing script. Sorry |
Okay thanks for interest though |
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.
Updates dependencies and fixes something I forgot about the CI. Also uses a better script for cleaning up space (which is faster and empties more space, ALSO ITS LOCAL, means we no longer need to download the action and waste time.)