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 #307

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^2.6.2 -> ^2.6.3 age adoption passing confidence
@iconify-json/simple-icons ^1.1.88 -> ^1.1.89 age adoption passing confidence
@nuxt/content (source) ^2.10.0 -> ^2.11.0 age adoption passing confidence
@nuxt/ui (source) 2.12.0 -> 2.12.3 age adoption passing confidence
@​nuxt/ui-pro 0.7.0 -> 0.7.3 age adoption passing confidence
@vue/server-renderer (source) ^3.4.14 -> ^3.4.15 age adoption passing confidence
bumpp ^9.2.1 -> ^9.3.0 age adoption passing confidence
nuxt (source) 3.9.1 -> 3.9.3 age adoption passing confidence
pnpm (source) 8.14.1 -> 8.14.2 age adoption passing confidence
unhead (source) >=1.8.9 -> >=1.8.10 age adoption passing confidence
utility-types ^3.10.0 -> ^3.11.0 age adoption passing confidence
vitest (source) ^1.2.0 -> ^1.2.1 age adoption passing confidence
vue (source) ^3.4.14 -> ^3.4.15 age adoption passing confidence

Release Notes

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

v2.6.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
nuxt/content (@​nuxt/content)

v2.11.0

Compare Source

compare changes

🩹 Fixes
  • types: Fields in experimental.search can be optional (#​2506)
  • ContentSlot: Detect multiline usage (#​2508)
📖 Documentation
📦 Build
  • Do not emit .mjs in runtime directory (#​2514)
🏡 Chore
❤️ Contributors
nuxt/ui (@​nuxt/ui)

v2.12.3

Compare Source

Bug Fixes
  • link: import type from [#vue](https://togithub.com/nuxt/ui/issues/vue)-router (79ec3fd), closes #​1253

v2.12.2

Compare Source

Bug Fixes
  • link: improve nuxt link rel type (05e90aa)

v2.12.1

Compare Source

Bug Fixes
  • Button: inherit nuxt link props without breaking nuxt-component-meta (d3e19dc), closes #​578
  • Button: pass-through nuxt link props to ULink (a44bfc8)
  • InputMenu: take option-attribute into account to display label (1a93791)
  • Link: prevent type bind on <a> (b0df864)
  • SelectMenu: take option-attribute into account to display label (b9fe74b), closes #​1151
  • Tooltip: typo in kbd component (4405d32)
vuejs/core (@​vue/server-renderer)

v3.4.15

Compare Source

Bug Fixes
  • compiler-sfc: fix type resolution for symlinked node_modules structure w/ pnpm (75e866b), closes #​10121
  • correct url for production error reference links (c3087ff)
  • hydration: fix incorect mismatch warning for option with non-string value and inner text (d16a213)
  • reactivity: re-fix #​10114 (#​10123) (c2b274a)
  • runtime-core: should not warn out-of-render slot fn usage when mounting another app in setup (#​10125) (6fa33e6), closes #​10124
Performance Improvements
  • templateRef: avoid double render when using template ref on v-for (de4d2e2), closes #​9908
  • v-model: optimize v-model multiple select w/ large lists (2ffb956), closes #​10014
antfu/bumpp (bumpp)

v9.3.0

Compare Source

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

v3.9.3

Compare Source

v3.9.2

Compare Source

3.9.2 is a regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the vue and unjs ecosystems.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Iterate rather than using Object.fromEntries (#​24953)
🩹 Fixes
  • nuxt: Add missing script blocks before island transform (#​25148)
  • kit: Improve types for options in addTemplate (#​25109)
  • nuxt: Apply more import protections for nitro runtime (#​25162)
  • nuxt: Sort pages/ files in en-US locale (#​25195)
  • nuxt: Check for layout after nextTick (#​25197)
  • nuxt: Set nitro log level to match nuxt options (#​25213)
  • nuxt: Await async payload revivers (#​25222)
  • nuxt: Render user-inserted links in island responses (#​25219)
💅 Refactors
  • nuxt: Refactor island response + improve rendering (#​25190)
  • nuxt: Rename to data-island-component (#​25232)
📖 Documentation
  • Correct nuxt image discussion link (#​25090)
  • Fix typo (#​25100)
  • Suggest using <NuxtPage> rather than <RouterView> (#​25106)
  • Fix typo (#​25127)
  • Add demo for view transitions api (3c5ea3457)
  • Remove reference to @nuxt/bridge-edge (3f09ddc31)
  • Remove bridge recommendation only relevant Vue <= 2.6.14 (7bb90f587)
  • Bump nuxt 2 version (98fb2be07)
  • Remove invalid nuxi aliases (#​25209)
  • Add --log-level description (#​25211)
  • Added immediate: false in the appropriate example (#​25224)
  • Mention .global.vue filename for global components (#​25144)
  • Clarify reactivity in composables directory (#​23731)
  • Remove lagon from deployment providers (#​24955)
  • Add eslint setup guide (#​24976)
  • Add information on custom path regexp in definePageMeta (#​25073)
  • Fix addDevServerHandler API (#​25233)
  • Mention installing nuxi for bridge (637f5622d)
🏡 Chore
  • Use v3 branch sandbox in issue template (#​25174)
❤️ Contributors
pnpm/pnpm (pnpm)

v8.14.2

Compare Source

Patch Changes

  • Registry configuration from previous installation should not override current settings #​7507.
  • pnpm dlx should not fail, when executed from package.json "scripts" 7424.
  • A git-hosted dependency should not be added to the store if it failed to be built #​7407.
  • pnpm publish should pack "main" file or "bin" files defined in "publishConfig" #​4195.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

unjs/unhead (unhead)

v1.8.10

Compare Source

Bug Fixes
piotrwitek/utility-types (utility-types)

v3.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: piotrwitek/utility-types@v3.10.0...v3.11.0

vitest-dev/vitest (vitest)

v1.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f929cb7 to 6a239de Compare January 21, 2024 19:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6a239de to 14b6ce8 Compare January 22, 2024 14:14
@renovate renovate bot merged commit b84408a into main Jan 23, 2024
2 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 23, 2024 01:16
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