Skip to content

chore(deps): update all non-major dependencies #992

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 12, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/devtools (source) ^2.2.1 -> ^2.4.1 age adoption passing confidence
@nuxt/test-utils ^3.17.1 -> ^3.18.0 age adoption passing confidence
@nuxt/ui-pro (source) ^1.6.0 -> ^1.8.0 age adoption passing confidence
@nuxtjs/fontaine ^0.4.4 -> ^0.5.0 age adoption passing confidence
autoprefixer ^10.4.20 -> ^10.4.21 age adoption passing confidence
c12 ^3.0.2 -> ^3.0.3 age adoption passing confidence
changelogen ^0.5.7 -> ^0.6.1 age adoption passing confidence
consola ^3.4.0 -> ^3.4.2 age adoption passing confidence
destr ^2.0.3 -> ^2.0.5 age adoption passing confidence
eslint (source) ^9.21.0 -> ^9.26.0 age adoption passing confidence
h3 ^1.15.1 -> ^1.15.3 age adoption passing confidence
nuxt-og-image (source) ^4.0.2 -> ^4.2.0 age adoption passing confidence
pnpm (source) 9.15.3 -> 9.15.9 age adoption passing confidence
typescript (source) 5.6.3 -> 5.8.3 age adoption passing confidence
ufo ^1.5.4 -> ^1.6.1 age adoption passing confidence
unicorn-magic 0.2.0 -> 0.3.0 age adoption passing confidence
vue-tsc (source) ^2.2.8 -> ^2.2.10 age adoption passing confidence

Release Notes

nuxt/devtools (@​nuxt/devtools)

v2.4.1

Compare Source

Bug Fixes
Features
  • improve modules view (807405f)
  • show docs link for components (9ab0ec8)

v2.4.0

Compare Source

Bug Fixes
  • devtools-kit: fix useDevtoolsClient return type (#​845) (5ce9b47)
  • module setup times are multiplied by 1000 (#​838) (d16aa96)
  • ui-kit: add [@unocss-include](https://redirect.github.com/unocss-include) magic string in NButton (#​852) (f18de78)
  • watch() typeof check on array is always false (#​850) (a873199)

2.3.2 (2025-03-26)

Bug Fixes

2.3.1 (2025-03-20)

Bug Fixes
  • downgrade execa to be compatible with Node v18, fix #​821 (f15c7dc)

v2.3.2

Compare Source

Bug Fixes

v2.3.1

Compare Source

Bug Fixes
  • downgrade execa to be compatible with Node v18, fix #​821 (f15c7dc)

v2.3.0

Compare Source

Features

2.2.1 (2025-03-05)

Bug Fixes
  • inspector: do not register instapector events if there is already any (db01e1b)
nuxt/test-utils (@​nuxt/test-utils)

v3.18.0

Compare Source

compare changes

🚀 Enhancements
  • e2e: Add support for bun test runner (#​1264)
  • config: Support vitest browser mode (#​1271)
🩹 Fixes
  • vitest-environment: Respect custom app.baseURL in manifest path (#​1213)
  • runtime-utils: Wrap WrapperComponent default slot in function (#​1244)
💅 Refactors
  • Rename setup hook to beforeAll for clarity (#​1221)
📖 Documentation
✅ Tests
❤️ Contributors

v3.17.2

Compare Source

3.17.2 is the next patch release.

Timetable: to be announced.

👉 Changelog

compare changes

🩹 Fixes
  • vitest-environment: Migrate from unenv -> node-mock-http (#​1179)
🏡 Chore
❤️ Contributors
nuxt/ui-pro (@​nuxt/ui-pro)

v1.8.0

Compare Source

v1.7.1

Compare Source

v1.7.0

Compare Source

nuxt-modules/fontaine (@​nuxtjs/fontaine)

v0.5.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub
postcss/autoprefixer (autoprefixer)

v10.4.21

Compare Source

unjs/c12 (c12)

v3.0.3

Compare Source

compare changes

🩹 Fixes
  • Check if .env/ is a directory before accessing (#​238)
  • Update dotenv assigned env variables on subsequent calls (#​243)
📖 Documentation
  • Add resolve option (#​240)
  • Remove unsupported configFile: false (#​239)
🏡 Chore
✅ Tests
  • Only include src for coverage report (#​242)
❤️ Contributors
unjs/changelogen (changelogen)

v0.6.1

Compare Source

compare changes

🩹 Fixes
  • Pass cwd in more places before running commands (#​266)
🏡 Chore
✅ Tests
❤️ Contributors

v0.6.0

Compare Source

compare changes

🚀 Enhancements
  • Update jiti to v2 (6e85d32)
  • Add check for breaking changes in commit body (#​228)
  • Hide author email address via flag (#​247)
  • Add noAuthors option (#​183)
🩹 Fixes
  • Use https proto for author's github link (#​225)
  • Use https proto for author's github link in tests (#​226)
  • Release version regex supporting pre versions (#​259)
  • Use correct compare changes URL for Bitbucket (#​257)
  • Use tag template for version title and compare change link (#​255)
  • Render usernames in github changelog (#​265)
💅 Refactors
  • Use consola for colors (49e0401)
  • Use confbox for yaml parsing (19e940c)
📦 Build
🏡 Chore
✅ Tests
  • Add tests for parsing co-authors from commit body (#​229)
⚠️ Breaking Changes
❤️ Contributors
unjs/consola (consola)

v3.4.2

Compare Source

compare changes

🩹 Fixes
  • Export tree utils (#​349)
  • Calculate box width with the title width (#​362)
🏡 Chore
❤️ Contributors

v3.4.1

Compare Source

compare changes

🩹 Fixes
  • Remove all message lines from stack (#​356)
🏡 Chore
❤️ Contributors
unjs/destr (destr)

v2.0.5

Compare Source

compare changes

📦 Build
  • Downgrade unbuild to avoid cjs type regression (09889c2)
❤️ Contributors

v2.0.4

Compare Source

compare changes

🔥 Performance
  • Faster plain string and known value checks (#​136)
📦 Build
  • Add sideEffects to package.json (#​137)
🏡 Chore
❤️ Contributors
eslint/eslint (eslint)

v9.26.0

Compare Source

v9.25.1

Compare Source

v9.25.0

Compare Source

v9.24.0

Compare Source

v9.23.0

Compare Source

v9.22.0

Compare Source

unjs/h3 (h3)

v1.15.3

Compare Source

compare changes

🩹 Fixes
  • serveStatic: Omit decoded id from statusMessage (#​1044)

v1.15.2

Compare Source

compare changes

🩹 Fixes
❤️ Contributors
nuxt-modules/og-image (nuxt-og-image)

v4.2.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.1.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.1.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.1.4

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.1.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.1.1

Compare Source

v4.1.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.0.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
pnpm/pnpm (pnpm)

v9.15.9: pnpm 9.15.9

Compare Source

Patch Changes
  • Fix running pnpm CLI from pnpm CLI on Windows when the CLI is bundled to an executable #​8971.
Platinum Sponsors
Bit Bit Syntax
Gold Sponsors
Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v9.15.8: pnpm 9.15.8

Compare Source

Patch Changes
  • pnpm self-update should always update the version in the packageManager field of package.json.
  • The pnpm CLI process should not stay hanging, when --silent reporting is used.
  • When --loglevel is set to error, don't show installation summary, execution time, and big tarball download progress.
  • Don't show info output when --loglevel=error is used.
Platinum Sponsors
Bit Bit Syntax
Gold Sponsors
Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v9.15.7: pnpm 9.15.7

Compare Source

Patch Changes

  • pnpm self-update should not leave a directory with a broken pnpm installation if the installation fails.
  • Allow scope registry CLI option without --config. prefix such as --@​scope:registry=https://scope.example.com/npm #​9089.
  • pnpm self-update should not read the pnpm settings from the package.json file in the current working directory.
  • pnpm update -i should list only packages that have newer versions #​9206.
  • Fix a bug causing entries in the catalogs section of the pnpm-lock.yaml file to be removed when dedupe-peer-dependents=false on a filtered install. #​9112

Platinum Sponsors

Bit Bit Syntax

Gold Sponsors

Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v9.15.6: pnpm 9.15.6

Compare Source

Patch Changes

  • Fix instruction for updating pnpm with corepack #​9101.
  • Print pnpm's version after the execution time at the end of the console output.
  • The pnpm version specified by packageManager cannot start with v.
  • Fix a bug causing catalog snapshots to be removed from the pnpm-lock.yaml file when using --fix-lockfile and --filter. #​8639
  • Fix a bug causing catalog protocol dependencies to not re-resolve on a filtered install #​8638.

v9.15.5: pnpm 9.15.5

[Compare Source](https://redirect.github.com/pnpm/pnpm


Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

Copy link

netlify bot commented May 12, 2025

Deploy Preview for nuxt-tailwindcss failed. Why did it fail? →

Name Link
🔨 Latest commit ca1a04a
🔍 Latest deploy log https://app.netlify.com/sites/nuxt-tailwindcss/deploys/68236e242056580008ca9f10

Copy link

what-the-diff bot commented May 12, 2025

PR Summary

  • Updated Application Documentation Dependencies
    We have updated the dependencies used for our documentation, which includes different tools that help us build and maintain our app's help and guide sections. For example, we updated nuxt-og-image which helps generate attractive thumbnails.

  • Updated Main Application Dependencies
    An assortment of main application dependencies have been updated. This includes updates to autoprefixer (which helps our app look correct on different browsers), c12 and consola (two libraries involved in helping our app run smoothly), and h3 (which helps with data organization within our app).

  • Enhanced Development Tools
    Our toolbox for building and testing the app received some much-needed updates. This includes an update to @nuxt/devtools which provides us a suite of tools for analyzing and debugging our app during development. This also includes an update to typescript, a language we use across our app that helps ensure our code is error-free before it runs.

  • Upgraded Package Manager
    Our tool that manages our app's code dependencies, has been updated to a newer version. An updated packageManager allows for faster and safer installs of the app's dependencies.

  • Improved Magic Unicorn
    Our exciting unicorn-magic tool, which helps provide certain unique features in our app, got a whole new version update. This means more magic for the end-user!

Note: Keeping the application dependencies up-to-date is crucial to ensure the growth of the product as it includes many benefits such as improved features, performance, security, and compatibility.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c9e9131 to ca1a04a Compare May 13, 2025 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants