Skip to content

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

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 Apr 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^4.12.0 -> ^4.13.0 age adoption passing confidence
@nuxt/content (source) ^3.4.0 -> ^3.5.1 age adoption passing confidence
@nuxt/devtools-kit (source) ^2.4.0 -> ^2.4.1 age adoption passing confidence
@nuxt/devtools-ui-kit (source) ^2.4.0 -> ^2.4.1 age adoption passing confidence
@nuxt/test-utils ^3.17.2 -> ^3.18.0 age adoption passing confidence
@nuxtjs/i18n (source) ^9.5.3 -> ^9.5.4 age adoption passing confidence
@unocss/nuxt (source) ^66.0.0 -> ^66.1.2 age adoption passing confidence
@unocss/preset-icons (source) ^66.0.0 -> ^66.1.2 age adoption passing confidence
@unocss/preset-uno (source) ^66.0.0 -> ^66.1.2 age adoption passing confidence
@unocss/runtime (source) ^66.0.0 -> ^66.1.2 age adoption passing confidence
@vueuse/nuxt (source) ^13.1.0 -> ^13.2.0 age adoption passing confidence
eslint (source) ^9.24.0 -> ^9.26.0 age adoption passing confidence
execa ^9.5.2 -> ^9.5.3 age adoption passing confidence
pnpm (source) 10.8.1 -> 10.11.0 age adoption passing confidence
shiki (source) ^3.2.2 -> ^3.4.1 age adoption passing confidence
unocss (source) ^66.0.0 -> ^66.1.2 age adoption passing confidence
vitest (source) ^3.1.1 -> ^3.1.3 age adoption passing confidence
vue (source) 3.5.13 -> 3.5.14 age adoption passing confidence
vue (source) ^3.5.13 -> ^3.5.14 age adoption passing confidence
vue-router ^4.5.0 -> ^4.5.1 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v4.13.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.12.1

Compare Source

No significant changes

    View changes on GitHub
nuxt/content (@​nuxt/content)

v3.5.1

Compare Source

Bug Fixes
  • prevenr hydration when content contains \r (c10269d)

v3.5.0

Compare Source

Features
Bug Fixes
  • cache: split large queries (ef50925)
  • cloudflare: load sql dump from assets (#​3275) (453ba2e)
  • collection: avoid double update of some record by using the hash column as index (#​3304) (ebfb6e5)
  • dev: do not create hash column on local cache table (8fff15c)
  • Disallow crawlers from crawling /__nuxt_content paths. (#​3299) (849e79d)
  • explicitly set the dump's content type (#​3302) (e1a98d4)
  • generate correct collection insert for object and array default values (#​3277) (a9587ee)
  • module: invalid rootDir of layer sources (#​3308) (2579910)
  • preview: handle collection search with prefixed sources (#​3317) (c152782)
  • preview: handle strings format when generating insert query (c18e094)
  • preview: remove prefix when parsing files (498168f)
  • preview: transform value based on schema for sql query generation (994ae98)
  • reactively load components when body changes (#​3283) (b6a30aa)
  • templates: props definition (997fc65)
  • update csv docs & fix csv options typo (#​3300) (2c2fc77)
nuxt/devtools (@​nuxt/devtools-kit)

v2.4.1

Compare Source

Bug Fixes
Features
  • improve modules view (807405f)
  • show docs link for components (9ab0ec8)
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
nuxt-modules/i18n (@​nuxtjs/i18n)

v9.5.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
unocss/unocss (@​unocss/nuxt)

v66.1.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.1.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.1.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vueuse/vueuse (@​vueuse/nuxt)

v13.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v9.26.0

Compare Source

v9.25.1

Compare Source

v9.25.0

Compare Source

sindresorhus/execa (execa)

v9.5.3

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 t

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.

@renovate renovate bot changed the title chore(deps): update pnpm to v10.7.1 chore(deps): update all non-major dependencies Apr 4, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 38dcc32 to 42d5295 Compare April 6, 2025 08:48
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Apr 6, 2025
@renovate renovate bot closed this Apr 6, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch April 6, 2025 09:01
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Apr 7, 2025
@renovate renovate bot reopened this Apr 7, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 9f44822 to 192685b Compare April 14, 2025 14:35
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Apr 16, 2025
@renovate renovate bot closed this Apr 16, 2025
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Apr 18, 2025
@renovate renovate bot reopened this Apr 18, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8b3af59 to 192685b Compare April 18, 2025 20:51
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update devdependency eslint to ^9.25.0 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 192685b to 7dbf8be Compare April 19, 2025 00:39
@renovate renovate bot changed the title chore(deps): update devdependency eslint to ^9.25.0 chore(deps): update all non-major dependencies Apr 21, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7dbf8be to e62dad1 Compare April 21, 2025 09:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 9f410c4 to 604b149 Compare April 28, 2025 01:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 4745567 to 65cc0f5 Compare May 6, 2025 13:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 65200d9 to 37ab40b Compare May 14, 2025 09:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 37ab40b to 0cec9e1 Compare May 15, 2025 05:23
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