Skip to content

Comments

Update deps#37

Merged
IvanKiral merged 9 commits intomainfrom
update-deps
Feb 4, 2026
Merged

Update deps#37
IvanKiral merged 9 commits intomainfrom
update-deps

Conversation

@IvanKiral
Copy link
Contributor

@IvanKiral IvanKiral commented Jan 29, 2026

Motivation

Update dependencies for kickstart. Adjust code according to biome and eslint.

Checklist

  • Code follows coding conventions held in this repo
  • Automated tests have been added
  • Tests are passing
  • Docs have been updated (if applicable)
  • Temporary settings (e.g. variables used during development and testing) have been reverted to defaults

How to test

If manual testing is required, what are the steps?

@vercel
Copy link

vercel bot commented Jan 29, 2026

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

Project Deployment Actions Updated (UTC)
kickstart Ready Ready Preview, Comment Feb 4, 2026 1:08pm
kickstart-qa Ready Ready Preview, Comment Feb 4, 2026 1:08pm

Request Review

biome.jsonc Outdated
"linter": {
"rules": {
"a11y": {
"useValidAnchor": "off" // remove as this is a demo not showcasing navigaition
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why "remove"? I understand why this is ignored, just the comment is a bit confusing to me. What about "Ignored, because the demo doesn't need working navigation"?

package.json Outdated
"fmt": "dprint fmt",
"fmt:check": "dprint check",
"format": "biome format --write .",
"format:check": "biome format .",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The biome check command actually checks both, formatting and linting so another format command is not necessary. I don't mind this, but am actually leaning towards having just check.

@IvanKiral IvanKiral merged commit 150e6f4 into main Feb 4, 2026
4 checks passed
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.

2 participants