Skip to content

chore(deps): bump the non-major group with 5 updates#526

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/non-major-98b62e61ab
Closed

chore(deps): bump the non-major group with 5 updates#526
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/non-major-98b62e61ab

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 29, 2026

Bumps the non-major group with 5 updates:

Package From To
@nuxtjs/robots 5.6.7 5.7.0
@nuxtjs/sitemap 7.5.2 7.6.0
@tanstack/vue-query 5.92.8 5.92.9
eslint-plugin-better-tailwindcss 4.0.1 4.0.2
vue-tsc 3.2.3 3.2.4

Updates @nuxtjs/robots from 5.6.7 to 5.7.0

Release notes

Sourced from @​nuxtjs/robots's releases.

v5.7.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v5.6.8

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 6feaf4b chore: release v5.7.0
  • 815b85d chore: bump
  • a439b0b chore: bump
  • db8b28a Merge branch 'main' of github.com:nuxt-modules/robots
  • 17af1c2 test: add i18n custom route path expansion tests
  • 439c6db fix: broken type for useRobotsRule
  • b236d7e fix: broken type for useRobotsRule
  • 05820fb chore: sync
  • 13294fc feat(i18n): support custom route paths in allow/disallow expansion
  • 3c6b13f fix: prevent _robots.txt from being emitted in final bundle
  • Additional commits viewable in compare view

Updates @nuxtjs/sitemap from 7.5.2 to 7.6.0

Release notes

Sourced from @​nuxtjs/sitemap's releases.

v7.6.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • cc8ce77 chore: release v7.6.0
  • 48be830 chore: type error
  • 227399a fix: avoid external API requests for internal
  • 52ea7f2 fix: throw error when prerendering empty sitemap sources
  • bd6100f fix: warn on missing sitemaps
  • 0eebd70 feat(content): onUrl function
  • bded44e fix: generating sitemaps with a slash (/) in the name #467
  • 2140416 Merge remote-tracking branch 'origin/main'
  • a31f007 doc: sync
  • ae9cc3b feat(content): collection filters (#520)
  • Additional commits viewable in compare view

Updates @tanstack/vue-query from 5.92.8 to 5.92.9

Release notes

Sourced from @​tanstack/vue-query's releases.

@​tanstack/vue-query@​5.92.9

Patch Changes

  • Updated dependencies [e7258c5]:
    • @​tanstack/query-core@​5.90.20
Changelog

Sourced from @​tanstack/vue-query's changelog.

5.92.9

Patch Changes

  • Updated dependencies [e7258c5]:
    • @​tanstack/query-core@​5.90.20
Commits

Updates eslint-plugin-better-tailwindcss from 4.0.1 to 4.0.2

Release notes

Sourced from eslint-plugin-better-tailwindcss's releases.

v4.0.2

compare changes

Fixes

  • enforce-canonical-classes: removal of unrelated classes (#309)
  • enforce-consistent-variable-syntax: Support custom css functions (#308)
  • Config types (#310)
Changelog

Sourced from eslint-plugin-better-tailwindcss's changelog.

v4.0.2

compare changes

Fixes

  • enforce-canonical-classes: removal of unrelated classes (#309)
  • enforce-consistent-variable-syntax: Support custom css functions (#308)
  • Config types (#310)
Commits
  • 36c60ef chore(release): v4.0.2
  • d5d369c chore: update dependencies
  • c39690a Merge pull request #310 from schoero/fix/config-types
  • 816b7ad fix: exported types
  • 9a0707f fix: rule names
  • c12cdff Merge pull request #309 from schoero/fix/removal-of-unrelated-classes
  • 735ef66 Merge pull request #308 from schoero/fix/support-custom-css-functions
  • bfa8478 fix: config types
  • 13c8a6e style: fix indentation
  • fa8d6ed fix: support custom css functions
  • Additional commits viewable in compare view

Updates vue-tsc from 3.2.3 to 3.2.4

Changelog

Sourced from vue-tsc's changelog.

3.2.4 (2026-01-26)

language-core

  • feat: place plugin configs under ctx.config and support type annotation via generics (#5944) - Thanks to @​KazariEX!

workspace

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vue-tsc since your current version.


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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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 conditions

Bumps the non-major group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@nuxtjs/robots](https://github.com/nuxt-modules/robots) | `5.6.7` | `5.7.0` |
| [@nuxtjs/sitemap](https://github.com/nuxt-modules/sitemap) | `7.5.2` | `7.6.0` |
| [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) | `5.92.8` | `5.92.9` |
| [eslint-plugin-better-tailwindcss](https://github.com/schoero/eslint-plugin-better-tailwindcss) | `4.0.1` | `4.0.2` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.2.3` | `3.2.4` |


Updates `@nuxtjs/robots` from 5.6.7 to 5.7.0
- [Release notes](https://github.com/nuxt-modules/robots/releases)
- [Changelog](https://github.com/nuxt-modules/robots/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/robots@v5.6.7...v5.7.0)

Updates `@nuxtjs/sitemap` from 7.5.2 to 7.6.0
- [Release notes](https://github.com/nuxt-modules/sitemap/releases)
- [Commits](nuxt-modules/sitemap@v7.5.2...v7.6.0)

Updates `@tanstack/vue-query` from 5.92.8 to 5.92.9
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/vue-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/vue-query@5.92.9/packages/vue-query)

Updates `eslint-plugin-better-tailwindcss` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/schoero/eslint-plugin-better-tailwindcss/releases)
- [Changelog](https://github.com/schoero/eslint-plugin-better-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](schoero/eslint-plugin-better-tailwindcss@v4.0.1...v4.0.2)

Updates `vue-tsc` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v3.2.4/packages/tsc)

---
updated-dependencies:
- dependency-name: "@nuxtjs/robots"
  dependency-version: 5.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@nuxtjs/sitemap"
  dependency-version: 7.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@tanstack/vue-query"
  dependency-version: 5.92.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: eslint-plugin-better-tailwindcss
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: vue-tsc
  dependency-version: 3.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
...

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 Jan 29, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 5, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Feb 5, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/non-major-98b62e61ab branch February 5, 2026 01:13
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