Skip to content

deps(deps): bump kandown from 0.34.3 to 0.41.0 in the patch-and-minor group - #143

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/patch-and-minor-decb21aef1
Open

deps(deps): bump kandown from 0.34.3 to 0.41.0 in the patch-and-minor group#143
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/patch-and-minor-decb21aef1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the patch-and-minor group with 1 update: kandown.

Updates kandown from 0.34.3 to 0.41.0

Release notes

Sourced from kandown's releases.

v0.41.0

Added

  • Move action with keyboard-navigable column picker — every row in the ListView and ArchiveView gains a third hover button (alongside Archive/Restore and Delete). Clicking it opens a centered modal listing every column with a count badge and the current column greyed out. The picker is keyboard-first: ArrowUp / ArrowDown move the highlight (wrapping at the ends), Enter confirms, Esc closes, click-outside or backdrop click also closes. The current column is pre-selected so the most likely next move is one keystroke away. Useful for keyboard-only workflows and for picking a target column without dragging the row across the board.
  • inline layout on ListRow — the same row renderer now serves both the wide ListView / ArchiveView and the narrow ~300 px sidebar in TaskWorkspace. In inline mode the title uses truncate so it claims the full row width with ellipsis on overflow (instead of being squeezed into a thin column that wraps to twelve lines). The right-aligned chip cluster on the title row (tags + subtask counter) collapses into the meta sub-row below, and the subtask counter renders without its progress bar to fit the smaller chip.
  • Same renderer for active and archived listsArchiveView now uses ListRow with mode="archive" instead of its own bespoke row. Drag handle, archive button (already archived → swapped for Restore), and the Move button picker all live in the same hover overlay as the active board. One renderer = one set of badge styles, hover states, and density variants to maintain.
  • New card.move / card.moving / column.noColumns translations in English and French.

Changed

  • ListRow hover actions are now an absolute-positioned overlay — Archive/Restore, Move, and Delete sit at right-2, vertically centered on the title row (top-1/2 -translate-y-1/2), fading in on hover or focus-within. They no longer live in the meta sub-row, so a bare task (no badges) no longer reserves a wasted line of vertical space for invisible buttons.
  • Archive + Delete buttons are now red — destructive actions read as destructive before the user commits. Archive / Restore uses border-red-500/30 bg-red-500/10 text-red-600 (with the existing green accent swapped out), and Delete goes from a subtle grey hover state to a solid bg-red-500 text-white hover fill. Move stays neutral (bg-bg-1/80 text-fg-muted with accent on hover) because it is not destructive.
  • Subtask counter is fixed-width on the title line — the done/total chip is now w-[64px] with tabular-nums + whitespace-nowrap so columns of subtask counters line up vertically regardless of the digit count (0/5 and 12/47 share the same column width). The progress bar inside still grows with the percent done.
  • Right-aligned chip cluster is tags first, subtask counter last — re-ordered on the title row so a horizontal glance across the board reads "categorisation → progress" left to right, instead of the previous "progress → categorisation".
  • Meta sub-row is conditional — only renders when at least one of (epic, report, deps, assignee, due) is set. In inline mode it always renders because the moved-in tags and subtask chips guarantee content.
  • ArchiveView is visually identical to a ListView column at the pixel level — same outer wrapper (flex-1 min-h-0 overflow-y-auto + w-full px-4 py-3 space-y-3), same section frame (overflow-hidden rounded-lg border border-border/60), same header (border-b border-border/40 bg-bg-1/60 px-3 py-2 with the column-icon + h2 + tasks-count + actions layout), same body (bg-bg/40 with divide-y divide-border/30). The only intentional differences are the icon (Icon.Archive instead of a column icon), no drag handle on the column reorder, no #N section index badge, and a "Back to board" button on the right where ColumnHeaderActions normally sits.

Fixed

  • Empty line below every task in list mode — the previous layout always reserved a meta sub-row's height even when there were no badges to show, because the hover action buttons (always rendered with opacity-0 to fade in) took vertical space. The buttons are now in an absolute overlay, so a bare task gets just the title line — no more "ligne vide".
  • Selected cards in list mode lost their tint in dark mode — added dark:bg-primary/[0.12] alongside the existing bg-primary/[0.08] so the selection highlight reads on dark themes as well.

v0.40.1

Fixed

  • Hero card transparency was too aggressive — the v0.40.0 release swapped the dark inner card from bg-black/85 + backdrop-blur-2xl to bg-black/10! + backdrop-blur-[3px], which made the lockup almost invisible against the moving HeroGeometric backdrop. Dialed it back to bg-black/70! so the card keeps its dark character while still letting the colours bleed through faintly, and the 3px backdrop blur softens them into a frosted-glass tint. The Kandown mark, brand morph and cream install tile stay fully legible.

v0.40.0

Added

  • CometCard hero lockup — the dark product lockup on the landing page (kandown mark, the morphing "Kanban + Markdown → Kandown" equation, and the install command) now sits inside a 3D-tilted interactive card. The card tracks the cursor with useMotionValue / useSpring / useTransform, lifts forward on hover (scale 1.05, translateZ 50px) and lights up with a mix-blend-overlay radial glare that follows the pointer. The animation runs on framer-motion, which the website already depended on.
  • Copy / Copied labels on the copy buttons — every CopyCommand now renders the icon next to a short label (Copy while idle, Copied after a successful click) so the affordance is obvious even at a glance. The button also gains a cursor-pointer, a focus-visible ring in the accent colour, a 5% black tint on hover, and a press animation (translate-y-px + scale 0.97) on click.

Changed

  • Hero install command surface — the $ npm install -g kandown line on the homepage now rests on a soft cream (#f7ffd5) tile inside the dark card, with a subtle dark border. The contrast makes the call to action read as its own object instead of a panel of text.
  • Internal — added src/components/ui/comet-card.tsx to the website bundle; the path follows the shadcn convention the surrounding prompt asked for.

Fixed

  • Copy button states were invisible — the previous hover:bg-bg swap and transition-colors did not register on the small icon-only button, so neither hover, focus nor active gave any visual feedback. The new layered states (text colour, background tint, ring, press transform) cover each interaction explicitly and remain legible on both the default bg-bg-subtle and the hero #f7ffd5 wrapper backgrounds.

v0.39.9

Changed

  • The star and download counts in the website header now rest at half opacity, returning to full strength when the link is hovered. Small grey type was already quiet, but at full strength the two numbers still read as a second row of content under the logos. At half, the row scans as two marks with something attached rather than as four separate items.

... (truncated)

Changelog

Sourced from kandown's changelog.

Changelog

Every release has its own file in https://github.com/vava-nessa/kandown/blob/main/changelogs. This page is the index; click a version for the full notes.

2026

Version Date Release Changes
0.41.0 2026-07-26 Move Picker 4 added · 2 fixed · 6 changed
0.40.1 2026-07-26 Frosted Lockup 1 fixed
0.40.0 2026-07-26 Tilted Hero 2 added · 1 fixed · 2 changed
0.39.9 2026-07-26 Half Light 1 changed
0.39.8 2026-07-26 Under The Mark 4 changed
0.39.7 2026-07-26 Quieter Counts 5 changed
0.39.6 2026-07-26 Two Numbers 1 added · 2 changed
0.39.5 2026-07-26 One Link 3 changed
0.39.4 2026-07-26 Real Pages 2 fixed
0.39.3 2026-07-26 Crawlable 5 added · 3 fixed
0.39.2 2026-07-26 Own Domain 1 added · 4 changed
0.39.1 2026-07-26 Polished Links 2 fixed
0.39.0 2026-07-26 Public History 5 added · 2 changed
0.38.0 2026-07-26 Column Control 3 added · 3 fixed · 1 changed
0.37.0 2026-07-26 Two Views 6 added · 4 fixed · 4 changed
0.36.0 2026-07-26 Local Web App 2 added · 1 fixed · 1 changed · 1 cleaned
0.35.1 2026-07-26 Light Identity 1 added · 4 changed · 1 removed
0.35.0 2026-07-25 House Green 2 added · 3 fixed · 2 changed · 1 cleaned
0.34.3 2026-07-24 Motion Polish — Drag Fix 1 fixed
0.34.2 2026-07-24 Motion Polish 1 fixed
0.34.1 2026-07-24 CLI Modular Refactor 1 added · 2 fixed · 1 changed
0.34.0 2026-07-24 Quick-Wins Collection 4 added · 4 fixed · 3 changed
0.33.6 2026-07-24 Subdirectory Project Discovery 1 fixed
0.33.5 2026-07-24 Sidebar Task Switch Fix 1 added · 1 fixed · 2 changed
0.33.4 2026-07-21 Daemon Update Recovery 3 fixed · 2 changed
0.33.3 2026-07-21 CLI Recovery 1 added · 9 fixed · 1 changed
0.33.2 2026-07-21 Fix CJS Require Shim & Path Resolution 2 fixed
0.33.1 2026-07-21 Instant TUI & Browser Launcher Fix 2 fixed
0.33.0 2026-07-21 Universal Auto-Updater & Web UI Prompt Engine 5 added
0.32.2 2026-07-21 Reliable Auto-Updater Engine 3 fixed
0.32.1 2026-07-21 CLI Modularization & Updater Speed 1 added · 1 fixed
0.32.0 2026-07-21 38 Modern Fable UI Themes Collection 2 added
0.31.0 2026-07-21 Fable UI Themes Overhaul 2 added · 2 changed
0.30.1 2026-07-21 Fix Auto-Updater Crash 1 fixed
0.30.0 2026-07-21 Fable UI Themes 7 added · 1 changed
0.29.0 2026-07-20 Global Daemon Refresh 2 added · 1 fixed · 2 changed
0.28.1 2026-07-20 Robust Global Auto-Updater 3 fixed
0.28.0 2026-07-20 Agent Instruction Modes & CLI Reference 5 added
0.27.1 2026-07-20 Auto-Updater & Daemon Process Upgrade 3 fixed

... (truncated)

Commits
  • e1db218 release: v0.41.0 — Move Picker
  • cbf8095 feat(ui): ListRow redesign — Move modal, hover overlay, sidebar inline
  • e11e95d up
  • 3f0ab21 fix(cards): # left of title, single-hairline separator, full title, grow with...
  • 6200974 fix(settings): restore language, mode, background and font controls
  • 1344e79 release: v0.40.1 — Frosted Lockup
  • d5af9e5 fix(website): dial back hero card transparency
  • 265ae78 release: v0.40.0 — Tilted Hero
  • e292230 feat(website): CometCard hero + CopyCommand label and states
  • a90e5d9 fix(website): ensure morphing text is vector-sharp when static and use origin...
  • Additional commits viewable in compare view
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the patch-and-minor group with 1 update: [kandown](https://github.com/vava-nessa/kandown).


Updates `kandown` from 0.34.3 to 0.41.0
- [Release notes](https://github.com/vava-nessa/kandown/releases)
- [Changelog](https://github.com/vava-nessa/kandown/blob/main/CHANGELOG.md)
- [Commits](vava-nessa/kandown@v0.34.3...v0.41.0)

---
updated-dependencies:
- dependency-name: kandown
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from vava-nessa as a code owner July 27, 2026 04:31
@vercel

vercel Bot commented Jul 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
freecodingmodels Ready Ready Preview, Comment Jul 27, 2026 4:31am

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants