Skip to content

Bump yaml_edit from 2.2.2 to 2.2.4#4760

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pub/yaml_edit-2.2.4
Open

Bump yaml_edit from 2.2.2 to 2.2.4#4760
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pub/yaml_edit-2.2.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 16, 2026

Bumps yaml_edit from 2.2.2 to 2.2.4.

Release notes

Sourced from yaml_edit's releases.

package:yaml_edit v2.2.4

  • Bugfix: Removes comments associated with a node when remove is called. Preventing broken Yaml from being generated.
    • v2.2.3 and earlier.
      ## Before edit
      ---
      key: value # These
            # dangling
              # should be
                # removed.
      # Safe
      next:
        - value # These
                # should be
                # removed.
        # Safe
        - next
      # After edit:
      #   1. YamlEditor.remove(['key'])
      #   2. YamlEditor.remove(['next', 0])
      ---
            # dangling
              # should be
                # removed.
      # Ignored
      next:
                # should be
                # removed.
        # Safe
        - next
    • v2.2.4 and later (same string as above)
      # After edit:
      #   1. YamlEditor.remove(['key'])
      #   2. YamlEditor.remove(['next', 0])
      ---
      # Ignored
      next:
        # Safe
        - next

package:yaml_edit v2.2.3

  • Fix alphabetical ordering when inserting into a single-element maps. (#2258)
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Feb 16, 2026
Bumps [yaml_edit](https://github.com/dart-lang/tools/tree/main/pkgs) from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/dart-lang/tools/releases)
- [Commits](https://github.com/dart-lang/tools/commits/yaml_edit-v2.2.4/pkgs)

---
updated-dependencies:
- dependency-name: yaml_edit
  dependency-version: 2.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pub/yaml_edit-2.2.4 branch from 39f435b to 5d227f1 Compare February 21, 2026 14:37
@kevmoo
Copy link
Copy Markdown
Member

kevmoo commented Feb 22, 2026

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 22, 2026

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants