Skip to content
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

⬆️ Bump the devdependencies group across 1 directory with 8 updates #131

Merged
merged 1 commit into from
Feb 28, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps the devdependencies group with 6 updates in the / directory:

Package From To
@nuxt/eslint 1.0.0 1.1.0
@nuxt/test-utils 3.15.4 3.17.0
@nuxtjs/seo 2.1.1 2.2.0
eslint 9.20.0 9.21.0
unplugin-auto-import 19.0.0 19.1.0
unplugin-vue-components 28.0.0 28.4.0

Updates @nuxt/eslint from 1.0.0 to 1.1.0

Commits

Updates @nuxt/test-utils from 3.15.4 to 3.17.0

Release notes

Sourced from @​nuxt/test-utils's releases.

v3.17.0

👉 Changelog

compare changes

🚀 Enhancements

  • runtime-utils: Allow modifying + removing endpoints (fee81510)

✅ Tests

❤️ Contributors

v3.16.0

3.16.0 is the next minor release.

👀 Highlights

You'll still see a warning from vitest:

Vitest  "environmentMatchGlobs" is deprecated. Use "workspace" to define different configurations instead.

You can ignore this for the moment. I expect we will resolve this in the next major (which will drop support for vitest < 3).

👉 Changelog

compare changes

🚀 Enhancements

  • e2e: Add teardownTimeout option to set timeout for afterAll hook (af2ddf29)

🩹 Fixes

  • vitest-environment: Respect any configured buildId (3f8599e6)
  • vitest-environment: Use correct base (c5ba2bac)
  • runtime-utils: Pass custom global components to mountSuspended (#1081)
  • runtime-utils: Allow overwriting object props in mountSuspended (#1078)
  • runtime-utils: Do not use defu for merging (#1089)
  • runtime-utils: Proxy wrapper props (#1099)
  • runtime-utils: Define $attrs in component render context (#1108)
  • module: Ensure vi.hoisted is injected after vi import (#1128)
  • runtime-utils: Proxy wrapper.element from mountSuspended (#1110)

... (truncated)

Commits

Updates @nuxtjs/seo from 2.1.1 to 2.2.0

Release notes

Sourced from @​nuxtjs/seo's releases.

v2.2.0

    View changes on GitHub
Commits

Updates @nuxtjs/sitemap from 7.2.4 to 7.2.6

Release notes

Sourced from @​nuxtjs/sitemap's releases.

v7.2.6

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v7.2.5

No significant changes

    View changes on GitHub
Commits
  • 13d7e9c chore: release v7.2.6
  • 30b4686 fix: expose event on all nitro hooks
  • cf5e582 perf(devtools): optimize shiki bundle size
  • 467a278 chore: bump deps
  • 8ee9e1a fix(content): exclude YAML navigation files from the sitemap (#423)
  • 6e2a7c1 doc: rename references to xsl instead of xls (#421)
  • 7da3456 chore: release v7.2.5
  • e4b20c0 chore: build deps
  • 4072d10 chore: prefer explicit imports
  • aa56938 chore: bump deps
  • Additional commits viewable in compare view

Updates eslint from 9.20.0 to 9.21.0

Release notes

Sourced from eslint's releases.

v9.21.0

Features

  • 418717f feat: introduce new deprecated types for rules (#19238) (fnx)
  • 5c5b802 feat: Add --ext CLI option (#19405) (Milos Djermanovic)

Bug Fixes

  • db5340d fix: update missing plugin message template (#19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#19436) (Francesco Trotta)

Documentation

  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)

Chores

  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#19425) (Milos Djermanovic)

v9.20.1

Bug Fixes

Documentation

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)
  • 93c78a5 docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)
  • b476a93 docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)
  • ccb60c0 docs: Update README (GitHub Actions Bot)
Changelog

Sourced from eslint's changelog.

v9.21.0 - February 21, 2025

  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 418717f feat: introduce new deprecated types for rules (#19238) (fnx)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#19448) (Francesco Trotta)
  • c5561ea docs: Update README (GitHub Actions Bot)
  • db5340d fix: update missing plugin message template (#19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#19436) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)
  • 80b0485 docs: replace var with let and const in rule example (#19434) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 5fd211d test: processors can return subpaths (#19425) (Milos Djermanovic)
  • 0636cab docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)
  • 5c5b802 feat: Add --ext CLI option (#19405) (Milos Djermanovic)
  • dd7d930 docs: Update README (GitHub Actions Bot)

v9.20.1 - February 11, 2025

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)
  • 274f054 fix: fix RuleContext type (#19417) (Francesco Trotta)
  • 93c78a5 docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)
  • b476a93 docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)
  • ccb60c0 docs: Update README (GitHub Actions Bot)
Commits

Updates unplugin-auto-import from 19.0.0 to 19.1.0

Release notes

Sourced from unplugin-auto-import's releases.

v19.1.0

   🚀 Features

    View changes on GitHub
Commits

Updates unplugin-vue-components from 28.0.0 to 28.4.0

Release notes

Sourced from unplugin-vue-components's releases.

v28.4.0

   🐞 Bug Fixes

    View changes on GitHub

v28.3.0

   🚀 Features

  • Support transform user's resolveComponent usage, and enable by default  -  by @​antfu (a89b3)
    View changes on GitHub

v28.2.0

   🚀 Features

  • Do not ignore node_modules by default, instead expose globsExclude option  -  by @​antfu (8e1f7)
    View changes on GitHub

v28.1.0

   🚀 Features

    View changes on GitHub
Commits
  • 2c63265 chore: release v28.4.0
  • 30bd3e4 fix(tdesign): fix a series of components related to typography (#813)
  • 6656ec5 fix: fix how globs resolves, excludes nested node_modules folder by default...
  • c69425e fix: disable biome detection in generated components.d.ts (#792)
  • 8fa9655 fix: disable expandDirectories in tinyglobby
  • 7b9b201 chore: update ci
  • 5591658 chore: release v28.3.0
  • a89b340 feat: support transform user's resolveComponent usage, and enable by default
  • 1d2bb38 chore: release v28.2.0
  • 8e1f72e feat: do not ignore node_modules by default, instead expose globsExclude ...
  • Additional commits viewable in compare view

Updates vite from 6.1.0 to 6.1.1

Release notes

Sourced from vite's releases.

create-vite@6.1.1

Please refer to CHANGELOG.md for details.

v6.1.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.1.1 (2025-02-19)

Commits

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 devdependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nuxt/eslint](https://github.com/nuxt/eslint/tree/HEAD/packages/module) | `1.0.0` | `1.1.0` |
| [@nuxt/test-utils](https://github.com/nuxt/test-utils) | `3.15.4` | `3.17.0` |
| [@nuxtjs/seo](https://github.com/harlan-zw/nuxt-seo) | `2.1.1` | `2.2.0` |
| [eslint](https://github.com/eslint/eslint) | `9.20.0` | `9.21.0` |
| [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import) | `19.0.0` | `19.1.0` |
| [unplugin-vue-components](https://github.com/unplugin/unplugin-vue-components) | `28.0.0` | `28.4.0` |



Updates `@nuxt/eslint` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/nuxt/eslint/releases)
- [Commits](https://github.com/nuxt/eslint/commits/v1.1.0/packages/module)

Updates `@nuxt/test-utils` from 3.15.4 to 3.17.0
- [Release notes](https://github.com/nuxt/test-utils/releases)
- [Commits](nuxt/test-utils@v3.15.4...v3.17.0)

Updates `@nuxtjs/seo` from 2.1.1 to 2.2.0
- [Release notes](https://github.com/harlan-zw/nuxt-seo/releases)
- [Commits](harlan-zw/nuxt-seo@v2.1.1...v2.2.0)

Updates `@nuxtjs/sitemap` from 7.2.4 to 7.2.6
- [Release notes](https://github.com/nuxt-modules/sitemap/releases)
- [Commits](nuxt-modules/sitemap@v7.2.4...v7.2.6)

Updates `eslint` from 9.20.0 to 9.21.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.20.0...v9.21.0)

Updates `unplugin-auto-import` from 19.0.0 to 19.1.0
- [Release notes](https://github.com/unplugin/unplugin-auto-import/releases)
- [Commits](unplugin/unplugin-auto-import@v19.0.0...v19.1.0)

Updates `unplugin-vue-components` from 28.0.0 to 28.4.0
- [Release notes](https://github.com/unplugin/unplugin-vue-components/releases)
- [Commits](unplugin/unplugin-vue-components@v28.0.0...v28.4.0)

Updates `vite` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.1.1/packages/vite)

---
updated-dependencies:
- dependency-name: "@nuxt/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: "@nuxt/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: "@nuxtjs/seo"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: "@nuxtjs/sitemap"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: unplugin-auto-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: unplugin-vue-components
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies 🤖 Pull requests that update a dependency file label Feb 24, 2025
Copy link

vercel bot commented Feb 24, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 24, 2025 1:28pm

@splendente splendente merged commit 49de3da into main Feb 28, 2025
8 checks passed
@splendente splendente deleted the dependabot/npm_and_yarn/devdependencies-349c18adb5 branch February 28, 2025 15:24
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant