Skip to content

Bump minimatch, nuxt, @nuxtjs/tailwindcss, sucrase and gh-pages#29

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-a9d62baab1
Open

Bump minimatch, nuxt, @nuxtjs/tailwindcss, sucrase and gh-pages#29
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-a9d62baab1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Bumps minimatch to 10.2.2 and updates ancestor dependencies minimatch, nuxt, @nuxtjs/tailwindcss, sucrase and gh-pages. These dependencies need to be updated together.

Updates minimatch from 9.0.5 to 10.2.2

Changelog

Sourced from minimatch's changelog.

change log

10.2

  • Add braceExpandMax option

10.1

  • Add magicalBraces option for escape
  • Fix makeRe when partial: true is set.
  • Fix makeRe when pattern ends in a final ** path part.

10.0

  • Require node 20 or 22 and higher

9.0

  • No default export, only named exports.

8.0

  • Recursive descent parser for extglob, allowing correct support for arbitrarily nested extglob expressions
  • Bump required Node.js version

7.4

  • Add escape() method
  • Add unescape() method
  • Add Minimatch.hasMagic() method

7.3

  • Add support for posix character classes in a unicode-aware way.

7.2

  • Add windowsNoMagicRoot option

7.1

  • Add optimizationLevel configuration option, and revert the default back to the 6.2 style minimal optimizations, making the advanced transforms introduced in 7.0 opt-in. Also, process provided file paths in the same way in optimizationLevel:2 mode, so most things that matched with optimizationLevel 1 or 0 should match with level 2 as well. However, level 1 is the default, out of an abundance of caution.

... (truncated)

Commits

Updates nuxt from 3.21.0 to 4.1.3

Release notes

Sourced from nuxt's releases.

v4.1.3

4.1.3 is a regularly scheduled patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance

  • vite: Use rolldown's replace plugin when applicable (#33258)

🩹 Fixes

  • kit: Add default values when adding type references in prepare:types hook (#33239)
  • nuxt: Augment app config in server context (#33287)
  • nuxt: Make lazy component types compatible with h (#33046)
  • vite: Deduplicate inlined server style chunks (#33308)
  • nuxt: Support head option on useHead (#33318)
  • nuxt: Do not relativise importmap if cdnURL is set (#33333)
  • nuxt: Resolve aliases in imports.dirs (#33334)
  • nuxt: Add missing element/vnode props for <NuxtLink> (#33335)
  • nuxt: Do not generate server placeholder components (#33345)
  • nuxt: Dedupe generated component names (#33346)
  • webpack: Test watch instance before closing it (0e5a0a5a0)
  • nuxt: Correctly handle island rendering error (#33302)
  • nuxt: Support v-slot:fallback longform syntax in <DevOnly> (#33368)
  • nuxt: Support typeFrom when generating auto-import type templates (#33373)
  • nuxt: Don't trigger scroll when changing trailing slash (#33358)
  • nuxt: Add stubs for new scripts from @nuxt/scripts (bed410d60)
  • nuxt: Prevent duplicate execution on key change in useAsyncData (#33325)
  • nuxt: Make middleware _path property configurable for HMR (#33379)
  • nuxt: Handle non-immediate useAsyncData with different key on ssr (#33341)

💅 Refactors

  • nuxt: Improve implementation of error composables (#33234)
  • nuxt: Resolve path of typed-router.d.ts early for consistency (#33285)
  • nuxt: Move server references to nitro:prepare:types hook (#33286)
  • nuxt: Place filename into componentsIslandsTemplate definition (#33394)
  • nuxt,vite: Use environment-api compatible plugins (#33403)

📖 Documentation

  • Add 4.x prefix to all internal links (#33264)
  • Fix more links (#33265)

... (truncated)

Commits
  • 2311b27 v4.1.3
  • ca76b89 chore(deps): update all non-major dependencies (main) (#33402)
  • 5eb356e refactor(nuxt,vite): use environment-api compatible plugins (#33403)
  • c704151 fix(nuxt): handle non-immediate useAsyncData with different key on ssr (#33...
  • ce0fe6f chore(deps): update all non-major dependencies (main) (#33290)
  • 13452a2 refactor(nuxt): place filename into componentsIslandsTemplate definition ...
  • d6df732 fix(nuxt): make middleware _path property configurable for HMR (#33379)
  • 011c13e fix(nuxt): prevent duplicate execution on key change in useAsyncData (#33325)
  • bed410d fix(nuxt): add stubs for new scripts from @nuxt/scripts
  • 7c97901 fix(nuxt): don't trigger scroll when changing trailing slash (#33358)
  • Additional commits viewable in compare view

Updates @nuxtjs/tailwindcss from 6.12.1 to 6.14.0

Release notes

Sourced from @​nuxtjs/tailwindcss's releases.

v6.14.0

compare changes

🚀 Enhancements

  • Add initial tw4 support in v6 (#980)
  • defineConfig: Enable conditional return (#979)

🩹 Fixes

  • Content resolution for [...path].vue pages (#965)
  • Try resolving tailwindcss from module (#974)
  • config-hmr: InteropDefault when importing config changes (d3e4de7)
  • content: Move strict scanning to experimental (75efd5c)
  • types: Mark as optional (4a4af2c)
  • content: Spa-loading-template path with nuxt 4 app dir (3f59d4a)
  • content: Revert pages to only app as layers also inherit it (4eea740)
  • Only show Tailwind v4 warning when v4 is used (#983, #984)
  • defineConfig: Pass cwd path to requireModule (a0da2ee)

💅 Refactors

  • proxy: Use ohash diff to determine changes instead (#985)

🏡 Chore

  • Move kit back to explicit dependency (#968)

❤️ Contributors

v6.13.2

compare changes

🩹 Fixes

  • content: Resolve app/ dir for utils, resolves #955 (#955)
  • content: Use pages:extend to get page routes (f226a64)
  • config: Dedupe tailwind.config from configPaths, closes #949 (#949)

📖 Documentation

  • Mention tailwindcss-cli if tailwindcss init fails (#946)
  • Direct to v3 tailwindcss docs (a7c54c4)
  • Revert to NuxtTailwind (#963)
  • Update module-options.md (159ab53)

... (truncated)

Changelog

Sourced from @​nuxtjs/tailwindcss's changelog.

v6.14.0

compare changes

🚀 Enhancements

  • Add initial tw4 support in v6 (#980)
  • defineConfig: Enable conditional return (#979)

🩹 Fixes

  • Content resolution for [...path].vue pages (#965)
  • Try resolving tailwindcss from module (#974)
  • config-hmr: InteropDefault when importing config changes (d3e4de7)
  • content: Move strict scanning to experimental (75efd5c)
  • types: Mark as optional (4a4af2c)
  • content: Spa-loading-template path with nuxt 4 app dir (3f59d4a)
  • content: Revert pages to only app as layers also inherit it (4eea740)
  • Only show Tailwind v4 warning when v4 is used (#983, #984)
  • defineConfig: Pass cwd path to requireModule (a0da2ee)

💅 Refactors

  • proxy: Use ohash diff to determine changes instead (#985)

🏡 Chore

  • Move kit back to explicit dependency (#968)

❤️ Contributors

v6.13.2

compare changes

🩹 Fixes

  • content: Resolve app/ dir for utils, resolves #955 (#955)
  • content: Use pages:extend to get page routes (f226a64)
  • config: Dedupe tailwind.config from configPaths, closes #949 (#949)

📖 Documentation

  • Mention tailwindcss-cli if tailwindcss init fails (#946)
  • Direct to v3 tailwindcss docs (a7c54c4)

... (truncated)

Commits
  • 6fe86db chore(release): v6.14.0
  • a0da2ee fix(defineConfig): pass cwd path to requireModule
  • 6bc319c refactor(proxy): use ohash diff to determine changes instead (#985)
  • 9cc0bd5 feat(defineConfig): enable conditional return (#979)
  • 680246d fix: only show Tailwind v4 warning when v4 is used (#983) (#984)
  • 103b18d feat: add initial tw4 support in v6 (#980)
  • 4eea740 fix(content): revert pages to only app as layers also inherit it
  • 3f59d4a fix(content): spa-loading-template path with nuxt 4 app dir
  • 4a4af2c fix(types): mark as optional
  • 75efd5c fix(content): move strict scanning to experimental
  • Additional commits viewable in compare view

Updates sucrase from 3.35.0 to 3.35.1

Changelog

Sourced from sucrase's changelog.

3.35.1 (2025-11-19)

  • Switch from glob to tinyglobby to reduce transitive dependencies. (#846) (Ben McCann)
Commits

Updates gh-pages from 6.1.1 to 6.3.0

Release notes

Sourced from gh-pages's releases.

v6.3.0

What's Changed

New Contributors

Full Changelog: tschaub/gh-pages@v6.2.0...v6.3.0

v6.2.0

What's Changed

New Contributors

Full Changelog: tschaub/gh-pages@v6.1.1...v6.2.0

Changelog

Sourced from gh-pages's changelog.

v6.3.0

This relesae includes a fix for filenames starting with - and a number of dependency updates. See below for details.

v6.2.0

Assorted dependency updates and a documentation change.

Commits
  • ed6cd8e 6.3.0
  • 7bfced0 Log changes
  • fe4756c Merge pull request #593 from sherlockdoyle/fix-592
  • 7e44de2 fixes #592
  • b3478f0 Merge pull request #591 from tschaub/dependabot/npm_and_yarn/commander-13.0.0
  • 1208c2e Remove extra argument
  • fbf8432 Bump commander from 11.1.0 to 13.0.0
  • 4be5ff0 Merge pull request #587 from tschaub/dependabot/npm_and_yarn/eslint-config-ts...
  • b18ebf0 Updates to work with ESLint 9
  • b7862ca Bump eslint-config-tschaub from 14.1.2 to 15.1.0
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [minimatch](https://github.com/isaacs/minimatch) to 10.2.2 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt), [@nuxtjs/tailwindcss](https://github.com/nuxt-modules/tailwindcss), [sucrase](https://github.com/alangpierce/sucrase) and [gh-pages](https://github.com/tschaub/gh-pages). These dependencies need to be updated together.


Updates `minimatch` from 9.0.5 to 10.2.2
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v9.0.5...v10.2.2)

Updates `nuxt` from 3.21.0 to 4.1.3
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v4.1.3/packages/nuxt)

Updates `@nuxtjs/tailwindcss` from 6.12.1 to 6.14.0
- [Release notes](https://github.com/nuxt-modules/tailwindcss/releases)
- [Changelog](https://github.com/nuxt-modules/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/tailwindcss@v6.12.1...v6.14.0)

Updates `sucrase` from 3.35.0 to 3.35.1
- [Changelog](https://github.com/alangpierce/sucrase/blob/main/CHANGELOG.md)
- [Commits](https://github.com/alangpierce/sucrase/commits)

Updates `gh-pages` from 6.1.1 to 6.3.0
- [Release notes](https://github.com/tschaub/gh-pages/releases)
- [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md)
- [Commits](tschaub/gh-pages@v6.1.1...v6.3.0)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 10.2.2
  dependency-type: indirect
- dependency-name: nuxt
  dependency-version: 4.1.3
  dependency-type: direct:production
- dependency-name: "@nuxtjs/tailwindcss"
  dependency-version: 6.14.0
  dependency-type: direct:production
- dependency-name: sucrase
  dependency-version: 3.35.1
  dependency-type: indirect
- dependency-name: gh-pages
  dependency-version: 6.3.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants