-
Notifications
You must be signed in to change notification settings - Fork 3
build(deps-dev): bump the simple group in /demo with 3 updates #689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Note Free review on us!CodeRabbit is offering free reviews until Fri Nov 07 2025 to showcase some of the refinements we've made. Comment |
Coverage Report
File CoverageNo changed files found. |
Bumps the simple group in /demo with 3 updates: [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite), [netlify-cli](https://github.com/netlify/cli) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss). Updates `@tailwindcss/vite` from 4.1.13 to 4.1.16 - [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.1.16/packages/@tailwindcss-vite) Updates `netlify-cli` from 23.8.1 to 23.9.5 - [Release notes](https://github.com/netlify/cli/releases) - [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md) - [Commits](netlify/cli@v23.8.1...v23.9.5) Updates `tailwindcss` from 4.1.13 to 4.1.16 - [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.1.16/packages/tailwindcss) --- updated-dependencies: - dependency-name: "@tailwindcss/vite" dependency-version: 4.1.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: simple - dependency-name: netlify-cli dependency-version: 23.9.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: simple - dependency-name: tailwindcss dependency-version: 4.1.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: simple ... Signed-off-by: dependabot[bot] <[email protected]>
2173bfd to
028d286
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| "eslint-plugin-react-hooks": "^5.2.0", | ||
| "eslint-plugin-react-refresh": "^0.4.19", | ||
| "netlify-cli": "^23.8.1", | ||
| "netlify-cli": "^23.10.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Tailwind Version Mismatch Causes Potential Installation Conflicts
Version mismatch between tailwindcss and @tailwindcss/vite packages. The package.json specifies tailwindcss: "^4.1.3" while @tailwindcss/vite was updated to "^4.1.16". The package-lock.json resolves tailwindcss to version 4.1.16 (matching @tailwindcss/vite's internal dependency), but package.json still constrains it to ^4.1.3. This could lead to unexpected behavior if the lockfile is deleted and dependencies are reinstalled fresh, potentially installing tailwindcss 4.1.3-4.1.15 while @tailwindcss/vite expects exactly 4.1.16. To fix, update the tailwindcss version in package.json to "^4.1.16" to match @tailwindcss/vite.
Bumps the simple group in /demo with 3 updates: @tailwindcss/vite, netlify-cli and tailwindcss.
Updates
@tailwindcss/vitefrom 4.1.13 to 4.1.16Release notes
Sourced from
@tailwindcss/vite's releases.Changelog
Sourced from
@tailwindcss/vite's changelog.Commits
cbbbe84Release 4.1.16 (#19185)b2e2435Release 4.1.15 (#19159)89cbfc7Addoptimizeoption to@tailwindcss/viteplugin (#19131)b67cbcfPrepare v4.1.14 release (#19037)5a94f81Usedefaultexport condition for@tailwindcss/vite(#18948)Updates
netlify-clifrom 23.8.1 to 23.9.5Release notes
Sourced from netlify-cli's releases.
... (truncated)
Changelog
Sourced from netlify-cli's changelog.
... (truncated)
Commits
882b3eechore(main): release 23.9.5 (#7742)f40c6bdfix: use relative path for functions folder (#7729)9ae17b5chore(main): release 23.9.4 (#7740)25fab29fix: set same Node.js options locally as AWS Lambda does in production (#7735)6a38183chore(main): release 23.9.3 (#7728)c33041ffix(deps): update dependency@netlify/edge-functionsto v3.0.1 (#7732)9245795fix(deps): update netlify packages (#7727)d6687d6chore(deps): bump vite from 7.1.7 to 7.1.11 (#7720)fd23de4fix(deps): update dependency@netlify/dev-utilsto v4.3.0 (#7722)95cfbc5fix(deps): update dependency@netlify/edge-functionsto v3 (#7725)Updates
tailwindcssfrom 4.1.13 to 4.1.16Release notes
Sourced from tailwindcss's releases.
Changelog
Sourced from tailwindcss's changelog.
Commits
cbbbe84Release 4.1.16 (#19185)601d671Fix incorrect colors used in pseudo-element (#19184)a41add9Improve canonicalization for& > :pseudoand& :pseudoarbitrary variants...0113b88Fix canonicalization of arbitrary variants with attribute selectors (#19176)29687e0Discard candidates with an empty data type (#19172)56e7f3bImprove memory usage during canonicalization (#19171)3a4ab82Stop suggesting legacy utilities (#19169)7537e34Ignore--tw-variables during internal signature computation (#19156)66c18caCollapse multiple utilities (#19147)b2e2435Release 4.1.15 (#19159)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsNote
Update demo dev tooling: bump
@tailwindcss/viteto 4.1.16 andnetlify-clito 23.10.0, refreshing lockfile with related Tailwind and Netlify transitive updates.@tailwindcss/vitefrom^4.1.13→^4.1.16.netlify-clifrom^23.8.1→^23.10.0.demo/package-lock.jsonwith corresponding transitive updates (e.g.,tailwindcss/oxide/node,lightningcss,esbuild, Netlify packages, Octokit).Written by Cursor Bugbot for commit 028d286. This will update automatically on new commits. Configure here.