chore(deps): bump dependencies group + fix tailwind canonical class#115
Merged
CaseyHoover merged 2 commits intomainfrom May 9, 2026
Merged
chore(deps): bump dependencies group + fix tailwind canonical class#115CaseyHoover merged 2 commits intomainfrom
CaseyHoover merged 2 commits intomainfrom
Conversation
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>
Contributor
|
🎉 This PR is included in version 1.0.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Re-raise of #114 with the lint fix needed for the new Tailwind version.
Bumps the dependencies group (same as #114):
turbo2.9.10 → 2.9.12@hono/node-server2.0.1 → 2.0.2@tabler/icons-react3.43.0 → 3.44.0@eslint-react/eslint-plugin5.7.4 → 5.7.5@tailwindcss/postcss4.2.4 → 4.3.0tailwindcss4.2.4 → 4.3.0Plus: rewrite
[&:has([role=checkbox])]:pr-0→has-[[role=checkbox]]:pr-0inapps/web/src/components/ui/table.tsxsopnpm lintpasses under Tailwind 4.3'sbetter-tailwindcss/enforce-canonical-classesrule (the warning that broke CI on #114).Test plan
pnpm --filter @skeleton/web lintpasses locallyCloses #114.
🤖 Generated with Claude Code