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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^2.6.2 -> ^2.20.0 age adoption passing confidence
@iconify-json/carbon ^1.1.27 -> ^1.1.35 age adoption passing confidence
@nuxt/content (source) ^2.10.0 -> ^2.12.1 age adoption passing confidence
@nuxtjs/color-mode ^3.3.2 -> ^3.4.1 age adoption passing confidence
@unocss/nuxt (source) ^0.58.3 -> ^0.60.4 age adoption passing confidence
@vueuse/nuxt (source) ^10.7.1 -> ^10.10.0 age adoption passing confidence
bumpp ^9.2.1 -> ^9.4.1 age adoption passing confidence
eslint (source) ^8.56.0 -> ^8.57.0 age adoption passing confidence
nuxt (source) ^3.9.1 -> ^3.11.2 age adoption passing confidence
nuxt-icon ^0.6.8 -> ^0.6.10 age adoption passing confidence
typescript (source) ^5.3.3 -> ^5.4.5 age adoption passing confidence

Release Notes

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

v2.20.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.19.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.19.1

Compare Source

   🚀 Features
    View changes on GitHub

v2.19.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.18.1

Compare Source

   🚀 Features
    View changes on GitHub

v2.18.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.17.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.16.4

Compare Source

No significant changes

    View changes on GitHub

v2.16.3

Compare Source

   🚀 Features
    View changes on GitHub

v2.16.2

Compare Source

No significant changes

    View changes on GitHub

v2.16.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.16.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.15.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v2.14.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.13.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.13.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.13.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.13.1

Compare Source

   🚀 Features
    View changes on GitHub

v2.13.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.12.2

Compare Source

   🚀 Features
    View changes on GitHub

v2.12.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.12.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.11.6

Compare Source

   🚀 Features
    View changes on GitHub

v2.11.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.11.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.11.3

Compare Source

   🚀 Features
    View changes on GitHub

v2.11.2

Compare Source

No significant changes

    View changes on GitHub

v2.11.1

Compare Source

   🚀 Features
    View changes on GitHub

v2.11.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.10.1

Compare Source

No significant changes

    View changes on GitHub

v2.10.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.9.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.9.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.8.3

Compare Source

   🚀 Features
    View changes on GitHub

v2.8.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.8.1

Compare Source

   🚀 Features
    View changes on GitHub

v2.8.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.6.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.6.3

Compare Source

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

v2.12.1

Compare Source

compare changes

🩹 Fixes
  • Missing import (#​2560)
  • types: Use const type parameter for QueryBuilder only (#​2546)
  • Split getContent to chunks in getIndexedContentsList (#​2354, #​2549)
  • types: Add const type parameter for QueryBuilder.only() and .without() (#​2573)
📖 Documentation
  • Typo in showURL prop (#​2537)
  • Add descriptions of all match operators (#​2552)
  • Update highlight.langs defaults (#​2559)
🏡 Chore
❤️ Contributors

v2.12.0

Compare Source

compare changes

🚀 Enhancements
🔥 Performance
  • content-list: Cache contents list during generation and per-request (#​2527)
🩹 Fixes
  • module: Handle former props in ContentSlot transformer (#​2525)
  • client-db: Fetch dir config on legacy query (4b9b6b7a)
  • navigation: Ignore extensions on navigation sort (#​2529)
📖 Documentation
🏡 Chore
❤️ Contributors

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-modules/color-mode (@​nuxtjs/color-mode)

v3.4.1

Compare Source

v3.4.0

Compare Source

Features
3.3.3 (2024-03-19)
Bug Fixes
3.3.2 (2023-11-15)
Bug Fixes
  • use ref for island color-mode stub and check it is truthy (486c28f)
3.3.1 (2023-11-15)
Bug Fixes
  • avoid setting color-mode when rendering islands (#​200) (d856d7a)
  • check when localStorage is available (e4e84fe), closes #​202
  • initialise helper to empty object when testing (34c4e0e)

v3.3.3

Compare Source

unocss/unocss (@​unocss/nuxt)

v0.60.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.60.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
  • preset-mini: Improve performance of resolveBreakpoints  -  by @​antfu (05d90)
    View changes on GitHub

v0.60.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.60.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.60.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.59.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.59.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.59.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.59.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.59.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
  • autocomplete: Disable autocomplete for attributify props when not using  -  by [@​Simon-He95](https://to

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 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.

Copy link

stackblitz bot commented Jan 15, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot changed the title chore(deps): update dependency @vueuse/nuxt to ^10.7.2 chore(deps): update all non-major dependencies Jan 16, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from e1ae040 to 5771b44 Compare January 22, 2024 11:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d790db2 to 283b734 Compare January 30, 2024 17:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7b75e06 to ad14c9d Compare February 7, 2024 19:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4d5df21 to 9e8c8ae Compare February 14, 2024 15:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 429e723 to 1bb5e43 Compare February 27, 2024 12:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 35a4ba7 to 325017b Compare March 7, 2024 17:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ca21512 to 7433401 Compare March 14, 2024 11:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 8a0e519 to 11ac1f9 Compare April 18, 2024 00:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 11ac1f9 to 5cb0252 Compare April 18, 2024 13:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d508c8b to 68342a3 Compare April 30, 2024 10:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 8f29253 to 1f8160c Compare May 13, 2024 07:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 49908fb to c2fbd4d Compare May 20, 2024 18:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b1f75a9 to cb1c7d0 Compare May 28, 2024 16:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ef70951 to 8d92b83 Compare June 2, 2024 15:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8d92b83 to 53f21ce Compare June 6, 2024 08:27
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.

None yet

0 participants