Skip to content

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Nov 22, 2025

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ globby (15.0.0 → 16.0.0) · Repo

Release Notes

16.0.0

Breaking

  • Respect parent .gitignore files when gitignore option is enabled b9a9a84
    • When {gitignore: true}, Globby now searches for .gitignore files up to the Git repo root (if detected). This matches Git's actual behavior where parent .gitignore patterns apply to subdirectories. Previously, only .gitignore files within the glob search path were considered. This change could break existing code that relied on the previous, more limited behavior.

Improvements

  • Support negation-only patterns 1273541
  • Respect custom fs implementation from options c2eb272
  • Add some more options to isGitIgnored functions e794ff9
  • Improve error message for invalid cwd option 7535e6d

Fixes

  • Fix {gitignore: true} performance issue fcb07c3
  • Fix bundler compatibility e6c72c9
  • Fix parent directory patterns with gitignore option 11dd2df
  • Fix ignore patterns with parent directory references a58d117
  • Fix types for stats option c10f600

v15.0.0...v16.0.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 22 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot requested a review from a team as a code owner November 22, 2025 11:10
@depfu depfu bot added the depfu label Nov 22, 2025
@coderabbitai
Copy link

coderabbitai bot commented Nov 22, 2025

Walkthrough

The globby dependency in packages/@tailwindcss-upgrade/package.json has been updated from version ^15.0.0 to ^16.0.0. This is a minor version bump that updates the package constraint to allow for the newer major version. No modifications were made to control flow, error handling, or other functional code in the package.

Pre-merge checks

✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: updating the globby dependency from version 15.0.0 to 16.0.0 (major version bump).
Description check ✅ Passed The description is directly related to the changeset, providing detailed release notes, breaking changes, improvements, and fixes for the globby 16.0.0 update.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a1f533a and 5288937.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • packages/@tailwindcss-upgrade/package.json (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
  • GitHub Check: macOS
  • GitHub Check: Windows
  • GitHub Check: Linux / postcss
  • GitHub Check: Linux
  • GitHub Check: Linux / cli
  • GitHub Check: Linux / vite
  • GitHub Check: Linux / upgrade
🔇 Additional comments (1)
packages/@tailwindcss-upgrade/package.json (1)

35-35: No issues found—code is already compatible with globby v16.

The code using {gitignore: true} at line 99 was already written to work with v16's breaking change behavior. The comment at line 100 explicitly describes the v16 behavior: "gitignore: true will first search for all .gitignore including node_modules folders," and this comment predates the version bump. The codebase intentionally uses this feature and anticipated the breaking change. The version constraint ^16.0.0 is correct, and the upgrade is safe to merge.


Comment @coderabbitai help to get the list of available commands and usage tips.

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