Skip to content

Bump codecov/codecov-action from 5 to 6#4

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/codecov/codecov-action-6
Open

Bump codecov/codecov-action from 5 to 6#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/codecov/codecov-action-6

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 10, 2026

Bumps codecov/codecov-action from 5 to 6.

Release notes

Sourced from codecov/codecov-action's releases.

v6.0.0

⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24. ⚠️

What's Changed

Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0

v5.5.4

This is a mirror of v5.5.2. v6 will be released which requires node24

What's Changed

Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4

v5.5.3

What's Changed

Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3

v5.5.2

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v5.5.1...v5.5.2

v5.5.1

What's Changed

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 10, 2026
oratis added a commit that referenced this pull request May 12, 2026
Pure round-trip helpers for the upcoming Properties UI. Subset of YAML
sufficient for the typical Obsidian-style frontmatter:

- Scalars: bare strings, single/double-quoted strings, ints, floats,
  booleans (true/false/yes/no), nulls (null, ~, empty)
- Inline arrays: tags: [a, b, "c d"] with quote-aware comma split
- Block arrays:
    tags:
      - a
      - b

Out of scope: nested mappings, multi-line strings (| / >), anchors,
explicit type tags. Documents using those features keep their bodies
intact but the parser surfaces only the keys it understands; the
upcoming UI will mark unsupported keys read-only.

serialiser quotes scalars that would otherwise be parsed as a different
type ("true", "42", "1.5") or contain colon-space / leading-#, so a
round-trip produces equivalent YAML semantics.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
oratis added a commit that referenced this pull request May 12, 2026
Renders the parsed YAML frontmatter as a typed key/value table above
the WYSIWYG editor (hidden in source mode — raw YAML is already
visible there). Type per row inferred from the parsed value:

- text   → <input type=text>
- number → <input type=number>
- boolean → <input type=checkbox>
- list    → comma-separated text input, split back to YAML block array
- null    → blank text input (writes to the same key when filled)

Each edit re-serialises FM + body in place via updateActiveContent;
× button removes a key; bottom row's submit adds a new key with an
empty string default. Hidden entirely when the doc has no frontmatter
— we don't auto-create one (use Insert YAML Frontmatter command).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
oratis added a commit that referenced this pull request May 12, 2026
Tier-2 #4 — power-user filters that compose against the existing
tag-index and vault-files lists, with the free-text remainder still
forwarded to the Rust searchVault command.

Syntax:
  tag:#foo      — files carrying #foo (literal # optional)
  tag:a tag:b   — AND intersection across tags
  path:journal/ — paths containing the substring (case-insensitive)
  free text     — forwarded to Rust as before
  combinations  — operators stripped, free text searched, results
                  filtered to the path-operator constraints

Operator-only queries skip the Rust call entirely and return results
from the in-memory tag index, so filtering by tag is instant.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@dependabot dependabot Bot changed the title Build(deps): Bump codecov/codecov-action from 5 to 6 Bump codecov/codecov-action from 5 to 6 May 14, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/codecov/codecov-action-6 branch from 669f4ad to d066b9e Compare May 14, 2026 03:12
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5...v6)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/codecov/codecov-action-6 branch from d066b9e to 7be642d Compare May 14, 2026 03:14
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants