chore(deps): bump actions/setup-node from 4 to 6#6
Conversation
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
CI actions: - actions/setup-dotnet v4 → v5 - gradle/actions v4 → v5 - actions/setup-node v4 → v6 Android (akroasis): - androidx.compose.material 1.10.3 → 1.10.4 (patch) - androidx.security:security-crypto 1.1.0-alpha06 → 1.1.0 (stable) Web (akroasis): - autoprefixer 10.4.24 → 10.4.27 (patch) - react-router-dom 7.13.0 → 7.13.1 (patch) - eslint-plugin-react-refresh 0.5.0 → 0.5.2 (patch) Backend (mouseion): - coverlet.collector 6.0.4 → 8.0.0 Supersedes dependabot PRs #3, #5, #6, #9, #10, #12, #14, #15, #16.
|
Superseded by #21 (batch dependency update) |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
CI actions: - actions/setup-dotnet v4 → v5 - gradle/actions v4 → v5 - actions/setup-node v4 → v6 Android (akroasis): - androidx.compose.material 1.10.3 → 1.10.4 (patch) - androidx.security:security-crypto 1.1.0-alpha06 → 1.1.0 (stable) Web (akroasis): - autoprefixer 10.4.24 → 10.4.27 (patch) - react-router-dom 7.13.0 → 7.13.1 (patch) - eslint-plugin-react-refresh 0.5.0 → 0.5.2 (patch) Backend (mouseion): - coverlet.collector 6.0.4 → 8.0.0 Supersedes dependabot PRs #3, #5, #6, #9, #10, #12, #14, #15, #16. Co-authored-by: forkwright <noreply@forkwright.dev>
## Summary Harmonia main has been red all day on the `kanon lint` stage with 40 violations (fmt / check / clippy / nextest all green). Tracked in `forkwright/kanon#134`. This PR clears them. ## Fixes applied at source - **`RUST/non-exhaustive-enum`** (1): `#[non_exhaustive]` on `harmonia_convert::DeviceProfile` — matches the akouo-core enum policy. - **`TESTING/ignore-no-issue`** (1): annotate the calibre round-trip test with `see #214` (calibre-retirement epic). - **`WRITING/em-dash`** (3): replace em-dashes with ASCII ` - ` in `crates/paroche/assets/reader/README.md` and `docs/integrations.md`. ## Vendor tree treatment 35 violations live inside `crates/paroche/assets/reader/foliate-js-<sha>/`, which is vendored verbatim from `github.com/johnfactotum/foliate-js` at a pinned SHA with sha256 verification (see `xtask/vendor-reader.sh`). Editing in place would be silently reverted by the next vendor refresh. Added per-rule path-glob ignores to `.kanon-lint-ignore` with a single WHY block. The ignores drop naturally if upstream foliate-js adopts these conventions. ## Verification - `kanon lint . --summary` → "No open violations" - Forge CI on the branch will gate the full pipeline before merge. Resolves the failure reported in `forkwright/kanon#134`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Gate-Passed: kanon 0.1.0
Bumps actions/setup-node from 4 to 6.
Release notes
Sourced from actions/setup-node's releases.
... (truncated)
Commits
6044e13Docs: bump actions/checkout from v5 to v6 (#1468)8e49463Fix README typo (#1226)621ac41README.md: bump to latest released checkout version v6 (#1446)2951748Bump@actions/cacheto v5.0.1 (#1449)21ddc7bCorrect mirror option typos (#1442)65d868fUpdate Documentation for Lockfile (#1454)395ad32Bump js-yaml from 3.14.1 to 3.14.2 (#1435)a4d2e2bBump actions/checkout from 5 to 6 (#1439)b9b25d4Remove always-auth configuration handling from action (#1436)633bb92Bump@actions/cachefrom 4.0.3 to 4.1.0 (#1384)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)