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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/ph ^1.1.12 -> ^1.1.13 age adoption passing confidence
@iconify-json/simple-icons ^1.1.101 -> ^1.1.102 age adoption passing confidence
@nuxt/eslint (source) ^0.3.10 -> ^0.3.13 age adoption passing confidence
@nuxt/fonts ^0.6.1 -> ^0.7.0 age adoption passing confidence
@nuxt/image (source) ^1.6.0 -> ^1.7.0 age adoption passing confidence
@​nuxt/ui-pro ^1.1.0 -> ^1.2.0 age adoption passing confidence
@nuxthq/studio (source) ^1.0.13 -> ^1.1.0 age adoption passing confidence
@nuxtjs/html-validator ^1.8.0 -> ^1.8.2 age adoption passing confidence
@testing-library/vue ^8.0.3 -> ^8.1.0 age adoption passing confidence
eslint (source) ^9.1.1 -> ^9.3.0 age adoption passing confidence
pnpm (source) 8.15.4 -> 8.15.8 age adoption passing confidence
shiki (source) ^1.3.0 -> ^1.6.0 age adoption passing confidence
sitemap ^7.1.1 -> ^7.1.2 age adoption passing confidence
twoslash (source) ^0.2.5 -> ^0.2.6 age adoption passing confidence
vitest (source) ^1.5.2 -> ^1.6.0 age adoption passing confidence
vue (source) ^3.4.26 -> ^3.4.27 age adoption passing confidence
vue-tsc (source) ^2.0.14 -> ^2.0.19 age adoption passing confidence

Release Notes

nuxt/eslint (@​nuxt/eslint)

v0.3.13

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.11

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/fonts (@​nuxt/fonts)

v0.7.0

Compare Source

compare changes

🚀 Enhancements
  • Allow configuring font-stretch property in override (d7ff458)
  • Add preload override + preload non subsetted fonts (#​136)
🩹 Fixes
  • Do not apply ignore patterns to _fonts public dir (4952673)
📖 Documentation
  • Clarify that addPreloadLinks only affects production (d3cbcdb)
  • readme: Replace provider count (#​125)
🏡 Chore
🤖 CI
❤️ Contributors
nuxt/image (@​nuxt/image)

v1.7.0

Compare Source

compare changes

🚀 Enhancements
  • Allow specifying fetchpriority when preloading images (#​989)
🩹 Fixes
  • Ensure src comes after loading when rendering image (#​1338)
📖 Documentation
  • Fix typo in get-started/installation (#​1344)
🤖 CI
❤️ Contributors
nuxtlabs/studio-module (@​nuxthq/studio)

v1.1.0

Compare Source

  • lint: fix (79435ce)
  • chore(deps): update all non-major dependencies (#​161) (7fe2cd9)
  • fix(useStudio): ignore non-markdown files on file-selected event (#​171) (5e062d6)
  • docs(readme): use new nuxi module add command in installation (#​168) (e5a103d)

v1.0.15

Compare Source

v1.0.14

Compare Source

  • chore(deps): eslint v9 with nuxt/eslint (1fd58d4)
  • chore(deps): upgrade (5ce0986)
  • chore(preview): limit memory usage (6fb6200)
  • fix(options): remove unused project field (#​167) (b9cde37)
nuxt-modules/html-validator (@​nuxtjs/html-validator)

v1.8.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.8.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
testing-library/vue-testing-library (@​testing-library/vue)

v8.1.0

Compare Source

Features
  • Add types for props and slots in render function (d46ed8f)
eslint/eslint (eslint)

v9.3.0

Compare Source

v9.2.0

Compare Source

pnpm/pnpm (pnpm)

v8.15.8

Compare Source

v8.15.7

Compare Source

v8.15.6

Compare Source

Patch Changes

  • The exit code of the child process should be preserved on pnpm run #​7817.
  • When sorting packages in a workspace, take into account workspace dependencies specified as peerDependencies #​7813.
  • Add --ignore-scripts argument to prune command #​7836.

Platinum Sponsors

Gold Sponsors

Silver Sponsors

v8.15.5

Compare Source

shikijs/shiki (shiki)

v1.6.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.5.2

Compare Source

   🚀 Features
    View changes on GitHub

v1.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
ekalinin/sitemap.js (sitemap)

v7.1.2

Compare Source

twoslashes/twoslash (twoslash)

v0.2.6

Compare Source

   🚀 Features
    View changes on GitHub
vitest-dev/vitest (vitest)

v1.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v1.5.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (vue)

v3.4.27

Compare Source

Bug Fixes
vuejs/language-tools (vue-tsc)

v2.0.19

Compare Source

Bug Fixes
  • language-core: property 'xyz' does not exist on type 'abc' when using v-for (#​4386)
  • language-core: avoid report error when events do not accept parameters (#​4387)
  • language-core: inline dynamic event handlers should not expect commas (#​4387)

v2.0.18

Compare Source

Features
  • feat(language-core): report unknown events when strictTemplates is enabled (#​3718)
  • feat(language-core): add compileSFCScript plugin hook (#​3200)
  • feat(vscode): add coffeescript syntax highlight support
Bug Fixes
  • fix(language-core): fix event handler type for hyphen-case event names
  • fix(language-core): allow binding multiple events with the same name (#​4369)
  • fix(language-core): variable used in key appears as unused in v-for template tag (#​329) (#​3421)
  • fix(language-core): generics with slots don't work with Vue 2.7 (#​3241)
  • fix(language-core): template language of .md files should be markdown (#​4299)
  • fix(language-core): no template class links when experimentalResolveStyleCssClasses is set to always (#​4379)
Other Changes
  • Upgrade Volar from v2.2.2 to v2.2.4.
    • Fixed a few URI conversion issues
    • fix(typescript): empty items list should be valid completion result (#​4368)
    • fix(typescript): path completion not working for meta files
  • Upgrade Volar services from v0.0.44 to v0.0.45.
  • The following extensions have been added to Hybrid Mode’s compatibility whitelist:
    • miaonster.vscode-tsx-arrow-definition
    • runem.lit-plugin

v2.0.17

Compare Source

Features
  • language-core: add JSDod support for component (#​2377)
  • language-core: add JSDoc support for script setup binding variables (#​3409)
  • language-core: add class component support (#​4354)
  • language-service: re-support scoped class links in template (#​4357)
  • typescript-plugin: create script setup block when auto import if needed
  • typescript-plugin: add JSDoc support for events in template (#​4365)
  • component-meta: add JSDoc tags support for events
  • language-core: support defineOptions (#​4362) - Thanks @​zhiyuanzmj
Bug Fixes
  • language-core: hover not working for intrinsic element event name
  • language-core: showing false declared but not used errors for functions used in v-on="{}" (#​4333)
  • language-core: fix nameless event expression formatting
  • language-core: types imported in the <script setup> should not be used as a variable in template (#​4353)
  • language-core: renaming classname within scoped not working (#​4355)
  • language-core: <style> completions and html custom data completions not provided in some cases (#​4092)
  • language-core: improve code action edits mapping fault tolerance
  • language-core: support defineModel for generic component (#​4345) - Thanks @​zhiyuanzmj
  • language-service: completion cannot trigger in SFC root
  • component-meta: forceUseTs options not working
Other Changes
  • Upgrade Volar from v2.2.0 to v2.2.2.
  • Upgrade Volar services from v0.0.42 to v0.0.44.
  • The following extensions have been added to Hybrid Mode’s compatibility whitelist:
    • mxsdev.typescript-explorer
  • Deprecated vueCompilerOptions.experimentalUseElementAccessInTemplate
  • Specify packageManager (#​4358) - Thanks @​so1ve
  • docs: emoved possibly redundant duplicate reference (#​4348) - Thanks @​artshade
  • language-service: temporarily remove references codeLens (#​4364)
  • vscode: auto enabling hybrid mode allows

v2.0.16

Compare Source

Bug Fixes
Other Changes

v2.0.15

Compare Source

Features
  • Redesign additional extensions, VitePress, PetiteVue support (#​4321)
    • Fix custom file extensions not working in Hybrid Mode (#​4251)
  • vscode: prompt when Hybrid Mode is explicitly enabled but known incompatible extensions are installed
  • language-core: use internal options for directly exposing user props/emits types (vuejs/core#10801)
  • language-core: support defineSlots destructuring (#​4312) - Thanks @​zhiyuanzmj
Bug Fixes
  • vscode: when enabled VitePress support, extension not activated when opening markdown files
  • language-core: auto-complete not working in v-bind
Performance
  • language-service: emmet completion should not be blocked by TS type evaluation (#​4298)
  • language-core: simplify virtual code for intrinsic elements
Other Changes
  • Upgrade Volar from v2.2.0-alpha.10 to v2.2.0-alpha.12:
    • Avoid extension crash when workspace TSDK does not exist
    • Fix template variables cannot be renamed at the first character in Hybrid Mode (#​4297)
    • Fix template virtual code mapping is misaligned in Windows in Hybrid Mode (#​4297)
  • Add svelte.svelte-vscode (>=108.4.0) to Hybrid Mode compatibility whitelist (sveltejs/language-tools#2317)
  • component-meta: convert source code to TS
  • language-core: export allCodeFeatures (#​4320) - Thanks @​zhiyuanzmj

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 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 17e4ded to 53676aa Compare March 9, 2024 19:45
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/content to ^2.12.1 chore(deps): update all non-major dependencies Mar 9, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 53676aa to fa0bb08 Compare March 11, 2024 02:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fa0bb08 to 6d72f64 Compare March 11, 2024 11:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6d72f64 to 84983f7 Compare March 11, 2024 16:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 84983f7 to f3cb965 Compare March 13, 2024 15:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f3cb965 to 514d2cb Compare March 15, 2024 14:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 514d2cb to c60b3b9 Compare March 15, 2024 15:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9fbfd2b to a62ac7a Compare May 17, 2024 17:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a62ac7a to 7bb0925 Compare May 18, 2024 00:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7bb0925 to 569f823 Compare May 18, 2024 08:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 569f823 to 1f08eda Compare May 19, 2024 04:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1f08eda to 668a500 Compare May 20, 2024 07:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 668a500 to eec10e4 Compare May 22, 2024 11: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