Update github actions - #651
Merged
Merged
Conversation
This file contains hidden or 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
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.
This PR contains the following updates:
4bf33b2→b860afdv3.17.0→v3.18.0Release Notes
fallow-rs/fallow (fallow-rs/fallow)
v3.18.0: : more accurate graphs, consistent diagnostics, leaner editor packagesCompare Source
Fallow 3.18.0 makes dead-code analysis more accurate across equivalent module shapes, aligns workspace and programmatic diagnostics with the CLI, and reduces normal VS Code extension downloads with platform-specific packages.
Highlights
win32-arm64until that exact target becomes available; all other supported targets use their matching package.Accuracy and reliability
import X = require(...), and ambient star exports now contribute the right evidence. MDX preserves multiline statements, JSX initializers, dynamic imports, comments, strings, and source locations while rejecting prose that merely looks like code. #2393convex.json. Thanks @pierre-H for reporting #2387.resolutionsand dependency-override selectors now use package-manager-aware parsing, accurate source locations, and safe handling for unreadable or shadowed lockfile state. Projects with legacybun.lockbreceive an actionable workspace diagnostic instead of unsafe removal advice. #2358, #2367, #2394fallow schema, packaged adapters, and agent guidance synchronized.Performance
Compatibility
--productionmode, a production dependency used only through such a declaration can now produce the existing type-only-dependency finding. Move it todevDependencieswhen appropriate, or add it toignoreDependencieswhen the declaration intentionally describes a runtime package.Full Changelog: fallow-rs/fallow@v3.17.0...v3.18.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.