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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/devtools (source) ^2.2.1 -> ^2.3.2 age adoption passing confidence
@nuxt/test-utils ^3.17.1 -> ^3.17.2 age adoption passing confidence
@nuxt/ui-pro (source) ^1.6.0 -> ^1.7.1 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
changelogen ^0.5.7 -> ^0.6.1 age adoption passing confidence
consola ^3.4.0 -> ^3.4.2 age adoption passing confidence
eslint (source) ^9.21.0 -> ^9.23.0 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.2 age adoption passing confidence

Release Notes

nuxt/devtools (@​nuxt/devtools)

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.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.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/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
eslint/eslint (eslint)

v9.23.0

Compare Source

v9.22.0

Compare Source

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

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
microsoft/TypeScript (typescript)

v5.8.2

Compare Source

v5.7.3: TypeScript 5.7.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on npm

v5.7.2: TypeScript 5.7

Compare Source

For release notes, check out the release announcement.

Downloads are available on:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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

what-the-diff bot commented Nov 22, 2024

PR Summary

  • Upgraded Typescript Dependency
    The underlying Typescript version that our codebase relies on has been upgraded from version 5.6.3 to 5.7.2. This will help us benefit from the latest enhancements and bug fixes that the newer version brings, improving the stability and performance of our application.

  • Package Manager Version Update
    Our project's package manager, pnpm, has been updated from version 9.14.1 to 9.14.2. This update will provide us with the latest set of functionality for managing our project's packages and dependencies, contributing to a smoother and more efficient development process.

Copy link

netlify bot commented Nov 22, 2024

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

Name Link
🔨 Latest commit 7f5cc68
🔍 Latest deploy log https://app.netlify.com/sites/nuxt-tailwindcss/deploys/67e3c440a7c56200087f3dd8

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 05eb2bf to c0aa826 Compare November 29, 2024 21:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c77d451 to 41ae8ba Compare December 6, 2024 16:03
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update devdependency happy-dom to ^15.11.7 Dec 8, 2024
@renovate renovate bot changed the title chore(deps): update devdependency happy-dom to ^15.11.7 chore(deps): update all non-major dependencies Dec 8, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 8a1015e to 79521cd Compare December 13, 2024 21:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 6f34ee4 to 231d42e Compare December 20, 2024 09:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 60e04c8 to 2b66878 Compare March 6, 2025 12:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from d37e1cc to 5cfbb33 Compare March 13, 2025 09:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b1672a6 to 3b342f8 Compare March 21, 2025 21:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3b342f8 to 7f5cc68 Compare March 26, 2025 09:09
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