Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 12, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@nuxt/devtools (source) ^2.6.3 -> ^2.6.5 age confidence
@tailwindcss/postcss (source) ^4.1.12 -> ^4.1.13 age confidence
@tailwindcss/vite (source) ^4.1.12 -> ^4.1.13 age confidence
eslint (source) ^9.34.0 -> ^9.36.0 age confidence
pnpm (source) 9.15.3 -> 9.15.9 age confidence
tailwindcss (source) ^4.1.12 -> ^4.1.13 age confidence
vue-tsc (source) ^3.0.6 -> ^3.0.8 age confidence

Release Notes

nuxt/devtools (@​nuxt/devtools)

v2.6.5

Compare Source

Bug Fixes
  • ensure path resolve is safe (1fabb49)

v2.6.4

Compare Source

Bug Fixes
  • using textContent instead of innerHtml for auth pagechore: update lock (7cadbbe)
tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.1.13

Compare Source

Changed
  • Drop warning from browser build (#​18731)
  • Drop exact duplicate declarations when emitting CSS (#​18809)
Fixed
  • Don't transition visibility when using transition (#​18795)
  • Discard matched variants with unknown named values (#​18799)
  • Discard matched variants with non-string values (#​18799)
  • Show suggestions for known matchVariant values (#​18798)
  • Replace deprecated clip with clip-path in sr-only (#​18769)
  • Hide internal fields from completions in matchUtilities (#​18820)
  • Ignore .vercel folders by default (can be overridden by @source … rules) (#​18855)
  • Consider variants starting with @- to be invalid (e.g. @-2xl:flex) (#​18869)
  • Do not allow custom variants to start or end with a - or _ (#​18867, #​18872)
  • Upgrade: Migrate aria theme keys to @custom-variant (#​18815)
  • Upgrade: Migrate data theme keys to @custom-variant (#​18816)
  • Upgrade: Migrate supports theme keys to @custom-variant (#​18817)
eslint/eslint (eslint)

v9.36.0

Compare Source

v9.35.0

Compare Source

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

Patch Changes

  • Verify that the package name is valid when executing the publish command.
  • When running pnpm install, the preprepare and postprepare scripts of the project should be executed #​8989.
  • Quote args for scripts with shell-quote to support new lines (on POSIX only) #​8980.
  • Proxy settings should be respected, when resolving Git-hosted dependencies #​6530.
  • Replace strip-ansi with the built-in util.stripVTControlCharacters #​9009.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.4: pnpm 9.15.4

Compare Source

Patch Changes

  • Ensure that recursive pnpm update --latest <pkg> updates only the specified package, with dedupe-peer-dependents=true.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva
vuejs/language-tools (vue-tsc)

v3.0.8

Compare Source

Features
  • feat(vscode): introduce vue.server.path setting (#​5647)
Bug Fixes
  • fix(language-core): initialize properties of VueVirtualCode in constructor (#​5635) - Thanks to @​KazariEX!
  • fix(vscode): flatten reactivity visualization decorators (#​5642) - Thanks to @​KazariEX!
  • fix(vscode): normalize reactivity visualization ranges
  • fix(vscode): patch typescriptServerPlugin languages without FS hack
  • fix(language-service): do not provide semantic tokens and document highlights for non-file scheme files (#​5653) - Thanks to @​KazariEX!
Performance
  • perf(typescript-plugin): redo single-file language service for reactivity visualization (#​5652)
Other Changes
  • refactor(typescript-plugin): externalize reactivity analysis logic (#​5645) - Thanks to @​KazariEX!

v3.0.7

Compare Source

Bug Fixes
  • fix(vscode): show welcome page only when opening a Vue file
  • fix(language-core): generate slot parameters in the same way as interpolation (#​5618) - Thanks to @​KazariEX!
  • fix(language-core): do not generate variables for builtin directives - Thanks to @​KazariEX!
Other Changes
  • docs(vscode): add descriptions for premium feature configurations (#​5612) - Thanks to @​KazariEX!
  • refactor(typescript-plugin): explicitly request parameters (#​5623)
  • chore(lint): enable @typescript-eslint/no-unnecessary-condition (#​5630)
  • refactor(language-server): reimplement Reactivity Visualization in typescript plugin (#​5632)
  • refactor(language-server): parsing interpolations in extension client (#​5633)
  • refactor(vscode): reimplement Focus Mode base on folding ranges (#​5634)
  • chore(vscode): disable Focus Mode by default (#​5578)
  • refactor(vscode): set delay of reactivity visualization updates to 250ms - Thanks to @​KazariEX!

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 becomes conflicted, 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 a3b043a
🔍 Latest deploy log https://app.netlify.com/projects/nuxt-tailwindcss/deploys/68d1a49b526dca0008fb8ab4

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 4 times, most recently from 91d5846 to 3777a18 Compare May 17, 2025 12:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 7023436 to 606e1f1 Compare May 30, 2025 23:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from ec077ed to ee75368 Compare June 6, 2025 22:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from cb86b54 to 2af383c Compare June 13, 2025 20:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from dc1e9ae to 98778e4 Compare August 17, 2025 06:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 6cece07 to df746b3 Compare August 25, 2025 06:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 5ef604d to e0bf518 Compare September 3, 2025 18:29
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update pnpm to v9.15.9 Sep 3, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 82763eb to bce9a03 Compare September 4, 2025 18:15
@renovate renovate bot changed the title chore(deps): update pnpm to v9.15.9 chore(deps): update all non-major dependencies Sep 4, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bce9a03 to cae31dd Compare September 5, 2025 19:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 609722b to 15ff808 Compare September 19, 2025 22:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 15ff808 to d5a759a Compare September 20, 2025 18:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d5a759a to a3b043a Compare September 22, 2025 19:33
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