Skip to content

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

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 5, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/ui (source) ^3.1.1 -> ^3.1.2 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.2.3 -> ^5.2.4 age adoption passing confidence
eslint (source) ^9.26.0 -> ^9.27.0 age adoption passing confidence
pnpm (source) 10.10.0 -> 10.11.0 age adoption passing confidence
typescript-eslint (source) ^8.31.1 -> ^8.32.1 age adoption passing confidence
vue (source) ^3.5.13 -> ^3.5.14 age adoption passing confidence

Release Notes

nuxt/ui (@​nuxt/ui)

v3.1.2

Compare Source

Features
Bug Fixes
  • Badge/Button: handle zero value in label correctly (#​4108) (f244d15)
  • ButtonGroup: add z-index on focused element (204953b)
  • Calendar: wrong color for today date with neutral color (7d51a9e), closes #​4084 #​3629
  • Checkbox/RadioGroup: render correct element without variant (f2fd778), closes #​3998
  • CheckboxGroup: relative UCheckbox import (7551a85), closes #​4090
  • ColorPicker: make thumb touch draggable (#​4101) (cc20a26)
  • components: class should have priority over ui prop (e6e510b)
  • FormField: block form field injection after use (#​4150) (d79da9d)
  • FormField: use div for error and help slots (459a041)
  • inertia: link always render as anchor tag (#​3989) (e81464a)
  • inertia: make useAppConfig reactive (12303a8)
  • Input/Textarea: handle generic types (3c8d6cd), closes nuxt/ui-pro#887
  • InputNumber: handle inside button group (2e4c308), closes #​4155
  • Link: consistent behavior between nuxt, vue and inertia (#​4134) (67da90a)
  • module: configure @nuxt/fonts with default weights (276268d)
  • NavigationMenu: arrow position conflict (#​4137) (0dc4678)
  • Select: support more primitive types in value field (#​4105) (09b4699)
  • Slider: handle generic types (d7a4d02)
  • Stepper: use div tag for title & description (a57844e), closes #​4096
  • Tabs: prevent trigger truncate without parent width (06e5689), closes #​4056
  • Tabs: set focus:outline-none with link variant (999a0f8)
  • templates: dont write unused variants in theme files (d3df3bb)
  • Toaster: allow base slot override (c63d2f3)
  • vue: make useAppConfig reactive (869c070), closes #​3952
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.2.4

eslint/eslint (eslint)

v9.27.0

Compare Source

pnpm/pnpm (pnpm)

v10.11.0

Compare Source

Minor Changes
  • A new setting added for pnpm init to create a package.json with type=module, when init-type is module. Works as a flag for the init command too #​9463.

  • Added support for Nushell to pnpm setup #​6476.

  • Added two new flags to the pnpm audit command, --ignore and --ignore-unfixable #​8474.

    Ignore all vulnerabilities that have no solution:

    > pnpm audit --ignore-unfixable

    Provide a list of CVE's to ignore those specifically, even if they have a resolution.

    > pnpm audit --ignore=CVE-2021-1234 --ignore=CVE-2021-5678
  • Added support for recursively running pack in every project of a workspace #​4351.

    Now you can run pnpm -r pack to pack all packages in the workspace.

Patch Changes
  • pnpm version management should work, when dangerouslyAllowAllBuilds is set to true #​9472.
  • pnpm link should work from inside a workspace #​9506.
  • Set the default workspaceConcurrency to Math.min(os.availableParallelism(), 4) #​9493.
  • Installation should not exit with an error if strictPeerDependencies is true but all issues are ignored by peerDependencyRules #​9505.
  • Read updateConfig from pnpm-workspace.yaml #​9500.
  • Add support for recursive pack
  • Remove url.parse usage to fix warning on Node.js 24 #​9492.
  • pnpm run should be able to run commands from the workspace root, if ignoreScripts is set tot true #​4858.
typescript-eslint/typescript-eslint (typescript-eslint)

v8.32.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.32.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vuejs/core (vue)

v3.5.14

Compare Source

Bug Fixes
Features

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

cloudflare-workers-and-pages bot commented May 5, 2025

Deploying nuxt-ui-vue-starter with  Cloudflare Pages  Cloudflare Pages

Latest commit: 40f172a
Status: ✅  Deploy successful!
Preview URL: https://d19b9e95.nuxt-ui-vue-starter.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.nuxt-ui-vue-starter.pages.dev

View logs

Copy link

codesandbox bot commented May 5, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 758f1f2 to a4c72c8 Compare May 9, 2025 12:53
@renovate renovate bot changed the title chore(deps): update devdependency typescript-eslint to ^8.32.0 chore(deps): update all non-major dependencies May 9, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 783585e to fd8e60b Compare May 15, 2025 17:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fd8e60b to 40f172a Compare May 16, 2025 23:20
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