Skip to content

chore(deps): bump dependencies group + fix tailwind canonical class#115

Merged
CaseyHoover merged 2 commits intomainfrom
chore/bump-deps-with-tailwind-fix
May 9, 2026
Merged

chore(deps): bump dependencies group + fix tailwind canonical class#115
CaseyHoover merged 2 commits intomainfrom
chore/bump-deps-with-tailwind-fix

Conversation

@CaseyHoover
Copy link
Copy Markdown
Owner

Summary

Re-raise of #114 with the lint fix needed for the new Tailwind version.

Bumps the dependencies group (same as #114):

  • turbo 2.9.10 → 2.9.12
  • @hono/node-server 2.0.1 → 2.0.2
  • @tabler/icons-react 3.43.0 → 3.44.0
  • @eslint-react/eslint-plugin 5.7.4 → 5.7.5
  • @tailwindcss/postcss 4.2.4 → 4.3.0
  • tailwindcss 4.2.4 → 4.3.0

Plus: rewrite [&:has([role=checkbox])]:pr-0has-[[role=checkbox]]:pr-0 in apps/web/src/components/ui/table.tsx so pnpm lint passes under Tailwind 4.3's better-tailwindcss/enforce-canonical-classes rule (the warning that broke CI on #114).

Test plan

  • pnpm --filter @skeleton/web lint passes locally
  • CI green

Closes #114.

🤖 Generated with Claude Code

dependabot Bot and others added 2 commits May 9, 2026 05:08
Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [turbo](https://github.com/vercel/turborepo) | `2.9.10` | `2.9.12` |
| [@hono/node-server](https://github.com/honojs/node-server) | `2.0.1` | `2.0.2` |
| [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) | `3.43.0` | `3.44.0` |
| [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/plugins/eslint-plugin) | `5.7.4` | `5.7.5` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.2.4` | `4.3.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.2.4` | `4.3.0` |


Updates `turbo` from 2.9.10 to 2.9.12
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.9.10...v2.9.12)

Updates `@hono/node-server` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/honojs/node-server/releases)
- [Commits](honojs/node-server@v2.0.1...v2.0.2)

Updates `@tabler/icons-react` from 3.43.0 to 3.44.0
- [Release notes](https://github.com/tabler/tabler-icons/releases)
- [Commits](https://github.com/tabler/tabler-icons/commits/v3.44.0/packages/icons-react)

Updates `@eslint-react/eslint-plugin` from 5.7.4 to 5.7.5
- [Release notes](https://github.com/Rel1cx/eslint-react/releases)
- [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Rel1cx/eslint-react/commits/v5.7.5/plugins/eslint-plugin)

Updates `@tailwindcss/postcss` from 4.2.4 to 4.3.0
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.0/packages/@tailwindcss-postcss)

Updates `tailwindcss` from 4.2.4 to 4.3.0
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.0/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: turbo
  dependency-version: 2.9.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@hono/node-server"
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tabler/icons-react"
  dependency-version: 3.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@eslint-react/eslint-plugin"
  dependency-version: 5.7.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tailwindcss
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Tailwind 4.3 flags `[&:has([role=checkbox])]:pr-0` and asks for the
canonical `has-[[role=checkbox]]:pr-0` form. Required for `pnpm lint`
to pass with the bumped tailwindcss/@tailwindcss/postcss versions.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@CaseyHoover CaseyHoover merged commit 79004d6 into main May 9, 2026
6 checks passed
@CaseyHoover CaseyHoover deleted the chore/bump-deps-with-tailwind-fix branch May 9, 2026 11:34
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 9, 2026

🎉 This PR is included in version 1.0.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant