Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
globby ^11.1.0 -> ^15.0.0 age confidence

Release Notes

sindresorhus/globby (globby)

v15.0.0

Compare Source

Breaking
Fixes
  • Fix expandDirectories not working with globstar patterns 98d691a
  • Fix relative paths with gitignore option b4d78d8
  • Fix gitignore patterns in subdirectories not applying recursively 2cb6088
  • Fix TypeScript types for globbyStream to correctly yield strings 1c7f3ed

v14.1.0

Compare Source

  • Export isIgnoredByIgnoreFiles and isIgnoredByIgnoreFilesSync functions (#​269) cba8941

v14.0.2

Compare Source

v14.0.1

Compare Source

v14.0.0

Compare Source

Breaking
Improvements

v13.2.2

Compare Source

v13.2.1

Compare Source

v13.2.0

Compare Source

  • Pass deep option to ignore filter to avoid unnecessary recursion (#​251) a0e4028

v13.1.4

Compare Source

  • Fix error when reading inaccessible directories with gitignore: true and suppressErrors: true (#​246) e95da57
  • Remove URL TypeScript type workaround (#​230) 55a3c64

v13.1.3

Compare Source

v13.1.2

Compare Source

v13.1.1

Compare Source

v13.1.0

Compare Source

v13.0.0

Compare Source

Breaking
  • Rename generateGlobTasks to generateGlobTasksSync (#​221) 51c8f68
  • Remove ignore option for isGitIgnored and isGitIgnoredSync (#​225) 2e43cc4
    • This option never worked correctly.
Improvements
Fixes

v12.2.0

Compare Source

v12.1.0

Compare Source

v12.0.2

Compare Source

  • Ensure async method is completely async e167725

v12.0.1

Compare Source

v12.0.0

Compare Source

Breaking
  • Require Node.js 12.20 (#​181) 5c32b4a
  • This package is now pure ESM. Please read this.
  • This package now uses named exports instead of a default export
    • globby{globby}
    • globby.sync{globbySync}
    • globby.stream{globbyStream}
    • globby.generateGlobTasks{generateGlobTasks}
    • globby.hasMagic{isDynamicPattern}
    • globby.gitignore{isGitIgnored}
    • globby.gitignore.sync{isGitIgnoredSync}
-const globby = require('globby');
+import {globby} from 'globby';

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file skip changelog Won't show up in changelog labels Sep 30, 2025
@github-actions github-actions bot added the context-v3 Related to tailwind-merge v3 label Sep 30, 2025
Copy link

github-actions bot commented Sep 30, 2025

Metrics report

At head commit 093de1f and base commit 148f9ff at 2025-10-04T15:56:05.454Z

Size

No changes

All size metrics
Export Size original Size minified Size minified and Brotli compressed
tailwind-merge esm 91.17 kB 0% 25.37 kB 0% 6.68 kB 0%
 › createTailwindMerge 13.42 kB 0% 3.62 kB 0% 1.45 kB 0%
 › extendTailwindMerge 90.46 kB 0% 24.74 kB 0% 6.48 kB 0%
 › fromTheme 0.16 kB 0% 0.08 kB 0% 0.09 kB 0%
 › getDefaultConfig 74.70 kB 0% 20.24 kB 0% 4.89 kB 0%
 › mergeConfigs 2.12 kB 0% 0.80 kB 0% 0.27 kB 0%
 › twJoin 1.06 kB 0% 0.26 kB 0% 0.16 kB 0%
 › twMerge 88.15 kB 0% 23.89 kB 0% 6.25 kB 0%
 › validators 4.44 kB 0% 1.69 kB 0% 0.73 kB 0%
tailwind-merge cjs 91.43 kB 0% 31.25 kB 0% 7.07 kB 0%
tailwind-merge/es5 esm 96.57 kB 0% 27.34 kB 0% 6.90 kB 0%
 › createTailwindMerge 15.27 kB 0% 4.20 kB 0% 1.56 kB 0%
 › extendTailwindMerge 95.47 kB 0% 26.71 kB 0% 6.70 kB 0%
 › fromTheme 0.21 kB 0% 0.10 kB 0% 0.09 kB 0%
 › getDefaultConfig 77.26 kB 0% 21.40 kB 0% 4.98 kB 0%
 › mergeConfigs 2.46 kB 0% 0.87 kB 0% 0.29 kB 0%
 › twJoin 1.08 kB 0% 0.26 kB 0% 0.14 kB 0%
 › twMerge 92.56 kB 0% 25.64 kB 0% 6.47 kB 0%
 › validators 6.04 kB 0% 2.23 kB 0% 0.76 kB 0%
tailwind-merge/es5 cjs 96.82 kB 0% 33.25 kB 0% 7.24 kB 0%

Copy link

codspeed-hq bot commented Sep 30, 2025

CodSpeed Performance Report

Merging #612 will not alter performance

Comparing renovate/globby-15.x (093de1f) with main (148f9ff)

Summary

✅ 5 untouched

@renovate renovate bot force-pushed the renovate/globby-15.x branch from 8ddd513 to 093de1f Compare October 4, 2025 15:55
@dcastil
Copy link
Owner

dcastil commented Oct 4, 2025

Not upgrading before I switch to ESM. More context: #442 (comment)

@dcastil dcastil closed this Oct 4, 2025
@dcastil dcastil deleted the renovate/globby-15.x branch October 4, 2025 15:57
Copy link
Contributor Author

renovate bot commented Oct 4, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 15.x releases. But if you manually upgrade to 15.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
context-v3 Related to tailwind-merge v3 dependencies Pull requests that update a dependency file skip changelog Won't show up in changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant