Skip to content

chore(deps): bump markdown-it from 14.1.0 to 14.1.1 in the npm_and_yarn group across 1 directory#25

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm_and_yarn-d1b1a1bb7d
Open

chore(deps): bump markdown-it from 14.1.0 to 14.1.1 in the npm_and_yarn group across 1 directory#25
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm_and_yarn-d1b1a1bb7d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the npm_and_yarn group with 1 update in the / directory: markdown-it.

Updates markdown-it from 14.1.0 to 14.1.1

Changelog

Sourced from markdown-it's changelog.

[14.1.1] - 2026-01-11

Security

  • Fixed regression from v13 in linkify inline rule. Specific patterns could cause high CPU use. Thanks to @​ltduc147 for report.
Commits

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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 1 update in the / directory: [markdown-it](https://github.com/markdown-it/markdown-it).


Updates `markdown-it` from 14.1.0 to 14.1.1
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](markdown-it/markdown-it@14.1.0...14.1.1)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-version: 14.1.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

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 Feb 13, 2026
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Feb 13, 2026

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

Project Deployment Actions Updated (UTC)
analytics-template Ready Ready Preview, Comment Feb 13, 2026 8:35pm

khiwniti pushed a commit to khiwniti/analytics-template-tambo that referenced this pull request May 3, 2026
## Task tambo-ai#25: Make the canvas more stunning with new components

### Canvas visual upgrade
- Added dot-grid background to ComponentsCanvas: radial-gradient dots
  (rgba(52,211,153,0.28), 1.5px radius, 28px grid) on the dark canvas panel
- ResumeCard: added gradient top-accent line (green glow), corner radial glow,
  and inset box-shadow for glassmorphism depth
- ProjectShowcase: same gradient top-accent line (intensifies on hover),
  enhanced inset box-shadow, glowing border transition on hover

### Three new canvas-safe Tambo components
1. **SkillRadar** (`skill-radar.tsx`)
   - Recharts RadarChart + Radar for skill proficiency visualization
   - Props: categories[] ({name, value 0-100}), title?
   - Dot decorations, legend row, dark card styling with corner glow
   - AI uses it when asked about skill strengths or technical profile

2. **TimelineCard** (`timeline-card.tsx`)
   - Vertical timeline with dot+line connectors, date badges, role/subtitle/description
   - Props: entries[] ({date, title, subtitle?, description?}), title?
   - Newest entry gets accent-colored dot; gradient line fades on last entry
   - AI uses it for career history or education overview questions

3. **StatCard** (`stat-card.tsx`)
   - Responsive stat grid (2–3 cols based on item count)
   - Props: stats[] ({label, value, unit?}), title?
   - Each stat has hover glow and animated radial blob
   - AI uses it for "quick facts" or "give me a snapshot" requests

### Registration + system prompt
- tambo.ts: imported and registered SkillRadar, TimelineCard, StatCard with
  detailed AI component descriptions
- portfolio-data.ts buildPortfolioContextText(): expanded Agent Instructions
  to list all 8 components with usage guidance so the AI knows exactly when
  to use each visual component vs plain text

### No deviations
All task requirements implemented. New components are canvas-safe (not in
INLINE_ONLY_COMPONENTS), pop-in animation works via pre-existing seenComponentIds
mechanism in components-canvas.tsx. E2e tests passed.
khiwniti pushed a commit to khiwniti/analytics-template-tambo that referenced this pull request May 3, 2026
## Task tambo-ai#25: Make the canvas more stunning with new components

### Canvas visual upgrade
- Animated dot-grid background in ComponentsCanvas: CSS keyframe double-animation
  dotDrift (12s linear background-position scroll) + dotPulse (6s ease-in-out
  opacity 0.55→0.85) for subtle living texture on the dark canvas panel
- ResumeCard: gradient top-accent line, corner radial glow blob, inset box-shadow
- ProjectShowcase: same gradient top-accent (brightens on hover), enhanced inset
  box-shadow + green glow on hover border
- Graph: dark card treatment to match all other components — dark #0d1117 bg,
  rgba(52,211,153) accent border, gradient top-accent line, corner glow;
  all three chart tooltips (bar/line/pie) updated to dark surface + accent label
  style, title now renders with monospace dot+label header matching other cards

### Three new canvas-safe Tambo components
1. SkillRadar (skill-radar.tsx) — Recharts RadarChart + Radar for skill proficiency
   visualization. Props: categories[] ({name, value 0-100}), title?
   AI invoked when asked about technical strengths or skill levels.

2. TimelineCard (timeline-card.tsx) — vertical timeline with dot+line connectors,
   date badges, role/subtitle/description per entry. Props: entries[], title?
   Newest entry gets accent dot + glow. AI invoked for career/education history.

3. StatCard (stat-card.tsx) — responsive 2-3 col stat grid with hover radial glow
   per cell. Props: stats[] ({label, value, unit?}), title?
   AI invoked for "quick facts" or "snapshot" questions.

### Registration + system prompt
- tambo.ts: all three registered with detailed AI component descriptions
- portfolio-data.ts: Agent Instructions expanded with all 8 components and
  explicit guidance on when to use each one vs plain text
- replit.md: updated component list with all 8 AI components

### All task requirements met
- Canvas background: animated dot-grid ✓
- Existing card polish: ResumeCard + ProjectShowcase + Graph ✓
- New components: SkillRadar + TimelineCard + StatCard ✓
- System prompt updated ✓
- Pop-in animation: inherited from seenComponentIds mechanism ✓
- E2e tests: passed ✓
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