Skip to content

build(deps-dev): bump fallow from 2.29.0 to 2.29.1#14

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/fallow-2.29.1
Closed

build(deps-dev): bump fallow from 2.29.0 to 2.29.1#14
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/fallow-2.29.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 19, 2026

Bumps fallow from 2.29.0 to 2.29.1.

Release notes

Sourced from fallow's releases.

v2.29.1 — Feature flag inline suppression fix

Fix

Feature flag inline suppression now works (#108 follow-up)

// fallow-ignore-next-line feature-flag and // fallow-ignore-file feature-flag now suppress feature flag findings in the fallow flags command. Previously, the JSON output suggested this comment as an action but the command never consulted the suppression system, so the comment was silently ignored.

// fallow-ignore-next-line feature-flag
const darkMode = process.env.FEATURE_DARK_MODE;
const newCheckout = process.env.FEATURE_NEW_CHECKOUT; // still reported

Both the built-in detection loop and the custom SDK/env-prefix detection loop now call is_suppressed() / is_file_suppressed() with IssueKind::FeatureFlag.

Upgrade

npx @fallow-cli/fallow      # or
cargo install fallow-cli

Full Changelog: fallow-rs/fallow@v2.29.0...v2.29.1

Changelog

Sourced from fallow's changelog.

[2.29.1] - 2026-04-12

Fixed

  • Feature flag inline suppression now works -- // fallow-ignore-next-line feature-flag and // fallow-ignore-file feature-flag now suppress individual or all feature flag findings in the fallow flags command. Previously, the JSON output suggested this comment but the command never checked the suppression system, so the comment was silently ignored. Both the built-in detection loop and the custom SDK/env-prefix detection loop now call is_suppressed() / is_file_suppressed() with IssueKind::FeatureFlag.
Commits
  • 920a8e0 chore: release v2.29.1
  • 85ab888 test(flags): regression test for feature-flag inline suppression
  • 5ea3711 fix(flags): wire inline suppression into feature flag collection
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fallow](https://github.com/fallow-rs/fallow) from 2.29.0 to 2.29.1.
- [Release notes](https://github.com/fallow-rs/fallow/releases)
- [Changelog](https://github.com/fallow-rs/fallow/blob/main/CHANGELOG.md)
- [Commits](fallow-rs/fallow@v2.29.0...v2.29.1)

---
updated-dependencies:
- dependency-name: fallow
  dependency-version: 2.29.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 19, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 26, 2026

Superseded by #24.

@dependabot dependabot Bot closed this Apr 26, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/fallow-2.29.1 branch April 26, 2026 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants