chore(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| @nuxt/content (source) | ^2.11.0 -> ^2.13.4 |
dependencies | minor | ||||
| @nuxt/eslint-config (source) | ^0.2.0 -> ^0.7.5 |
devDependencies | minor | ||||
| @types/node (source) | ^20.11.5 -> ^20.17.12 |
devDependencies | minor | ||||
| @types/node (source) | ^20.11.24 -> ^20.17.12 |
devDependencies | minor | ||||
| @vueuse/core (source) | ^10.7.2 -> ^10.11.1 |
dependencies | minor | ||||
| eslint (source) | ^8.56.0 -> ^8.57.1 |
devDependencies | minor | ||||
| eslint (source) | ^8.57.0 -> ^8.57.1 |
devDependencies | patch | ||||
| pnpm (source) | 8.5.1 -> 8.15.9 |
packageManager | minor | ||||
| pnpm/action-setup | v2.2.4 -> v2.4.1 |
action | minor | ||||
| typescript (source) | ^5.3.3 -> ^5.7.3 |
devDependencies | minor | ||||
| ufo | ^1.3.2 -> ^1.5.4 |
dependencies | minor | ||||
| vite-plugin-inspect | ^0.8.1 -> ^0.10.6 |
devDependencies | minor | ||||
| vue (source) | ^3.4.15 -> ^3.5.13 |
devDependencies | minor |
Release Notes
nuxt/content (@nuxt/content)
v2.13.4
🏡 Chore
- Upgrade
@nuxtjs/mdc(0c462d3f)
❤️ Contributors
- Farnabaz [email protected]
v2.13.3
🩹 Fixes
-
module: Allow using
@nuxtjs/mdcutils via content module (#2775) -
search: Add
charset=utf-8to headers of indexed mode (#2729) -
docs: Add warning about using
ssr: falsewith Content (#2776) - Corrected .gradient class (#2723)
- build: Keep parser deps out of main bundle (#2780)
- navigation: Respect query locale (#2772)
- Import
defineNitroPluginfrom#imports(34f65172) - Respect
draftkey as_draft(#2738) - Draft field order (b0b5eb2d)
📖 Documentation
- Fix incorrect TS types import path in documentation (#2773)
- Missing imports and typo in code blocks (#2741)
- Changed types path (#2735)
- Fix typo in SSR warning on Installation page (#2777)
- Update link to downloads count badge (c1d6ad14)
🏡 Chore
❤️ Contributors
- Farnabaz [email protected]
- Bean Deng 邓斌 (@HADB)
- Sébastien Chopin (@atinux)
- EJ Fox (@ejfox)
- Oh My Neck (@hi-zp)
- Michael DeLally (@mdelally)
- RollingTL (@RollingTL)
- Aditya Mathur (@MathurAditya724)
- 邓超 <2325690622@qq.com>
- Vilius Paliokas (@ViliusP)
v2.13.2
🚀 Enhancements
🩹 Fixes
- Add string type to gt/lt/gte/lte type definitions (#2704)
- search: Non-md file might not have dscription file (#2706)
- module: Disable MDC plugin if user disabled it (#2707)
- Unwatch storage on nitro
close(ec7105ad)
📖 Documentation
- Add missing
awaitfor searchContent docs (#2692) - Prerender home (4253f0bf)
- Update
nuxt-og-imageand addpostinstallscript (#2705) - Update ContentSlot Documentation (#2713)
🤖 CI
❤️ Contributors
- Farnabaz [email protected]
- Jacob Strong (@jacstrong)
- Damien Guard [email protected]
- Florent Delerue [email protected]
- Benjamin Canac (@benjamincanac)
- Brock Wilcox (@awwaiid)
v2.13.1
🔥 Performance
- dev-cache: Improve localhost markdown page navigation performance (when having 2,000+ pages) (#2675)
🩹 Fixes
- module: Do not force prerender index page (#2681)
- Hot reload on dev server for documentDriven: false (#2686)
📖 Documentation
🏡 Chore
❤️ Contributors
- Roman Lossa [email protected]
- Bogdan Gradinariu (@gion)
- Farnabaz [email protected]
- Gareth [email protected]
v2.13.0
🚀 Enhancements
- Top level
content/directory in Nuxt 4 compatibility version (#2649)
🩹 Fixes
- Optimise nested dependencies (#2583)
- Opt in to
import.meta.*properties (#2597) - Ignore unsupported files from contents list (#2607)
-
module: Convert
content-slottoMDCSlot(#2632) - Fix typo in logger warning message (#2626)
- search: Keep page's beginning paragraphs (#2658)
- Add Nitro hooks types declarations (#2655)
- Filter draft files in production (#2648)
- search: Use page title as default title for sections (9d81acc2)
- Init storage only when used (#2670)
- Use runtimeconfig only when necessary (6f06f356)
- Do not update
devDependencies(062fb97f) - search: Improve sections with root node (#2672)
-
prerender: Ensure
/exists inside prerender rotues (#2673)
📖 Documentation
- Update to @nuxt/fonts (40b3a070)
- Update ui-pro ui props (#2585)
- Use new
nuxi module addcommand in installation (#2603) - Add multiple slots example (#2619)
- Better excerpt description (#2633)
- Update version (cc894eb2)
- Resolution for nuxt/ui (b581635e)
- Fix and update transformers (#2639)
- Fix social card in README (#2659)
🏡 Chore
- Upgrade deps & linter (#2611)
- Indicate compatibility with new v4 major (#2667)
- Upgrade deps (62805914)
- Prepare script (39671369)
- Upgrade deps (cc4f4152)
❤️ Contributors
- Farnabaz [email protected]
- Benjamin Canac (@benjamincanac)
- Sébastien Chopin (@Atinux)
- Daniel Roe (@danielroe)
- Gangan (@shinGangan)
- Roryc (@Coiggahou2002)
- Jakub Sova (@owljackob)
- Corn [email protected]
- Cameron Childress (@cameroncf)
- RollingTL (@RollingTL)
- Arash (@arashsheyda)
v2.12.1
🩹 Fixes
- Missing import (#2560)
- types: Use const type parameter for QueryBuilder only (#2546)
- Split
getContentto chunks ingetIndexedContentsList(#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.langsdefaults (#2559)
🏡 Chore
❤️ Contributors
- Farnabaz (@farnabaz)
- Gangan (@shinGangan)
- Thunfisch987 (@thunfisch987)
- Aldo (@comanche2)
- Alex Liu (@Mini-ghost)
- Romain 'Maz' BILLOIR [email protected]
- Wolfgang Drescher [email protected]
- Mathieu NICOLAS (@mathieunicolas)
v2.12.0
🚀 Enhancements
- Adopt to mdc v0.4 (#2539)
🔥 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
- Add
highlight.langs(61f6cda9)
🏡 Chore
- tw-support: Get cssPath from array (#2501)
- Missing imports in playground (e7e082c3)
- Upgrade
@nuxtjs/mdc(d3437082)
❤️ Contributors
- Farnabaz (@farnabaz)
- Anthony Fu <anthonyfu117@hotmail.com>
- Inesh Bose [email protected]
nuxt/eslint (@nuxt/eslint-config)
v0.7.5
No significant changes
View changes on GitHub
v0.7.4
🚀 Features
View changes on GitHub
v0.7.3
🐞 Bug Fixes
-
eslint-config: Extend elements ignored by
vue/singleline-html-element-content-newline- by @DamianGlowala in https://github.com/nuxt/eslint/issues/526 (281d0)
View changes on GitHub
v0.7.2
🚀 Features
View changes on GitHub
v0.7.1
No significant changes
View changes on GitHub
v0.7.0
🚀 Features
- Support
features.formattersto format CSS and HTML - by @antfu in https://github.com/nuxt/eslint/issues/520 (f6d8b)
View changes on GitHub
v0.6.2
🚀 Features
🐞 Bug Fixes
- Downgrade
eslint-config-flat-gitignoreto0.2.0to support ESLint v8, #507 - by @antfu in https://github.com/nuxt/eslint/issues/507 (b781e)
View changes on GitHub
v0.6.1
🚀 Features
- Support
vite-plugin-eslint2v5, close #516 - by @antfu in https://github.com/nuxt/eslint/issues/516 (a6b4e)
View changes on GitHub
v0.6.0
🚀 Features
-
eslint-plugin: New
nuxt-config-keys-orderrule - by @antfu in https://github.com/nuxt/eslint/issues/491 (b65a8)
View changes on GitHub
v0.5.7
🚀 Features
View changes on GitHub
v0.5.6
🚀 Features
-
module: Support customizable
config.configFile, use relative path to resolve, fix #495 - by @antfu in https://github.com/nuxt/eslint/issues/495 (a4ab4)
View changes on GitHub
v0.5.5
🐞 Bug Fixes
- Remove unused dependencies - by @bluwy in https://github.com/nuxt/eslint/issues/493 (46d0d)
View changes on GitHub
v0.5.4
🚀 Features
- config: Support Nuxt 4 convention by default, resolve #487 - by @antfu in https://github.com/nuxt/eslint/issues/487 (42aed)
View changes on GitHub
v0.5.3
No significant changes
View changes on GitHub
v0.5.2
🐞 Bug Fixes
- eslint-config: Do not eagerly import ts-eslint parser, close #485 - by @antfu in https://github.com/nuxt/eslint/issues/485 (4b5d6)
View changes on GitHub
v0.5.1
🚀 Features
- Improve error messages for plugin conflicts, close #450, close #474 - by @antfu in https://github.com/nuxt/eslint/issues/450 and https://github.com/nuxt/eslint/issues/474 (bc055)
View changes on GitHub
v0.5.0
🚀 Features
- Enable
@typescript-eslint/no-import-type-side-effects, close #439 - by @antfu in https://github.com/nuxt/eslint/issues/439 (7361c) - Upgrade
@typescript-eslintto v8 - by @antfu in https://github.com/nuxt/eslint/issues/471 (4d08e)
View changes on GitHub
v0.4.0
🚀 Features
- Upgrade
@types/eslint- by @antfu (ebc8f) - Enable
features.typescriptonly whentypescriptis installed locally, fix #437 - by @antfu in https://github.com/nuxt/eslint/issues/437 (77bc7) - Include nitro unimport to
globalsas well, close #461 - by @antfu in https://github.com/nuxt/eslint/issues/461 (533fa) - Add
publicfolder to default ignore, close #453 - by @antfu in https://github.com/nuxt/eslint/issues/453 (b0e3e) - Add server components to single root list, fix #457 - by @antfu and kingyue737 in https://github.com/nuxt/eslint/issues/457 (6e232)
View changes on GitHub
v0.3.13
🚀 Features
-
config: Add
regexprule set for toolings preset - by @antfu in https://github.com/nuxt/eslint/issues/436 (59f17)
View changes on GitHub
v0.3.12
🐞 Bug Fixes
- Allow single name file under prefixed components folder, fix #419 - by @antfu in https://github.com/nuxt/eslint/issues/419 (cd015)
View changes on GitHub
v0.3.11
🚀 Features
View changes on GitHub
v0.3.10
🐞 Bug Fixes
-
module:
- Override
@eslint/jsconfig to keep the name consistent, fix #408 - by @antfu in https://github.com/nuxt/eslint/issues/408 (477ee) - Get random port for config inspector, fix #406 - by @antfu in https://github.com/nuxt/eslint/issues/406 (07eac)
- Override
View changes on GitHub
v0.3.9
🐞 Bug Fixes
- Update
@eslint/config-inspector, close #400 - by @antfu in https://github.com/nuxt/eslint/issues/400 (97cb9) -
module: Upgrade
eslint-typegen, close #405 - by @antfu in https://github.com/nuxt/eslint/issues/405 (91b3f)
View changes on GitHub
v0.3.8
🐞 Bug Fixes
-
config:
- Include
$fetchas the global, close #371 - by @antfu in https://github.com/nuxt/eslint/issues/371 (e5b47)
- Include
-
module:
- Use relative path in the generate eslint.config, fix #395 - by @antfu in https://github.com/nuxt/eslint/issues/395 (7bfb7)
- Adding
fixoption tochecker, fix #394 - by @antfu in https://github.com/nuxt/eslint/issues/394 (05f00)
View changes on GitHub
v0.3.7
🚀 Features
-
eslint-config: Add Nuxt-aware
vue/multiline-html-element-content-newlinerule - by @DamianGlowala, autofix-ci[bot] and @antfu in https://github.com/nuxt/eslint/issues/391 (f3f33) - module: Provide types for config overrides - by @antfu (55b38)
View changes on GitHub
v0.3.6
🐞 Bug Fixes
View changes on GitHub
v0.3.5
🚀 Features
- eslint-config:
- module:
View changes on GitHub
v0.3.4
v0.3.3
v0.3.2
🐞 Bug Fixes
- Update
eslint-typegen, close #387 - by @antfu in https://github.com/nuxt/eslint/issues/387 (90dc5) - modules: Feature flags not passing through, fix #385 - by @antfu in https://github.com/nuxt/eslint/issues/385 (592a5)
View changes on GitHub
v0.3.1
v0.3.0
🚀 Notable Changes
💡 Expect an introduction blog post to explain in more detail very soon!
With this release, we have unified the ESLint tools across the ecosystem into this single monorepo to have a more maintainable structure. (For a comparison table between packages, please check: https://eslint.nuxt.com/guide/faq#package-disambiguation)
New docs: https://eslint.nuxt.com/
Introduce the new @nuxt/eslint module, that generates project-aware flat configs. Morden and much more extensible and customizable. Works with ESLint v9.0.0. Learn more at https://eslint.nuxt.com/packages/module.
Features
-
module: Generate
withNuxtfunction for easer composition - by @antfu in https://github.com/nuxt/eslint/issues/344 (9c9f8) - Add
@nuxt/eslint-configfor nuxt3 projects - by @danielroe in https://github.com/nuxt/eslint/issues/247 (bf74a) - Flat config, eslint plugin, and nuxt module - by @antfu, ricardogobbosouza and ModyQyW in https://github.com/nuxt/eslint/issues/332 (ec142)
- Allow flexible rules customization - by @antfu (6bbc3)
- Turn on
consistent-type-imports- by @antfu (6a61b) - Integrate with
eslint-typegen- by @antfu (d2b1c) - Compactible with non-hoist env - by @antfu (1b9df)
- Expose
optionsobject in generate configs, fix #375 - by @antfu in https://github.com/nuxt/eslint/issues/375 (84b78) -
eslint-config:
- Improve default language options - by @antfu (f48c7)
- Support for multiple src dirs and auto infer directories structure - by @antfu in https://github.com/nuxt/eslint/issues/370 (a3625)
- Typescript strict by default, make config names more consistent - by @antfu (d77eb)
- Options for typescript, add some snapshot tests - by @antfu (ae2d7)
- Add ignores from
gitignoreby default - by @antfu in https://github.com/nuxt/eslint/issues/376 (9dfbc) - Enable
importplugin - by @antfu and autofix-ci[bot] in https://github.com/nuxt/eslint/issues/378 (d5f6f) - Optional rules for module authors - by @antfu in https://github.com/nuxt/eslint/issues/377 (983bc)
- Improve vue stylistic settings - by @antfu (24b68)
- module:
Bug Fixes
- Apply recommended typescript rules to vue files as well - by @danielroe (bcef4)
- Exclude subfolders of components folder from name rule - by @jd1378 in https://github.com/nuxt/eslint/issues/278 (13fcd)
- Try fix windows path resolution - by @antfu (018b7)
- Update package.json files - by @DamianGlowala and @antfu in https://github.com/nuxt/eslint/issues/367 (c56d1)
- Windows path resolution - by @richard-dp, @antfu and autofix-ci[bot] in https://github.com/nuxt/eslint/issues/369 (2efd7)
- Add
namefield to@stylistic/eslint-pluginconfiguration - by @chadwickellis and @antfu in https://github.com/nuxt/eslint/issues/374 (d45b2) - Consistent config names - by @antfu (80a05)
-
eslint-config:
- Add extra file extensions to globs - by @danielroe (9628a)
- Handle
app.vueanderror.vuein customsrcDir- by @danielroe, @antfu and autofix-ci[bot] in https://github.com/nuxt/eslint/issues/335 (adda0) - Disable vue stylistic rules by default, close #342 - by @antfu in https://github.com/nuxt/eslint/issues/342 (ab6bc)
- Disable more vue stylistic rules by default - by @kingyue737 in https://github.com/nuxt/eslint/issues/349 (14367)
- Enable
vue/multi-word-component-namesfor files directly undercomponents- by @kingyue737 and @antfu in https://github.com/nuxt/eslint/issues/360 (37ab5)
-
eslint-config-legacy:
- Also check for
nuxt-edge- by @mercs600 in https://github.com/nuxt/eslint/issues/264 (30cfb)
- Also check for
-
eslint-plugin:
- Add browse + node globals - by @davidurco and @antfu in https://github.com/nuxt/eslint/issues/361 (d8799)
-
module:
- Config creation, fix #346 - by @antfu in https://github.com/nuxt/eslint/issues/346 (2bd83)
- Correctly resolve
withNuxttype - by @DamianGlowala in https://github.com/nuxt/eslint/issues/350 (d706c) - Account for
layer.config.componentsbeingundefined- by @DamianGlowala in https://github.com/nuxt/eslint/issues/352 (6b2eb) - Don't resolve path for native modules - by @antfu (5715e)
- Remove duplicated src dirs - by @antfu (0be8e)
Performance
View changes on GitHub
vueuse/vueuse (@vueuse/core)
v10.11.1
No significant changes
View changes on GitHub
v10.11.0
🐞 Bug Fixes
View changes on GitHub
v10.10.1
🚀 Features
-
useFocus: Support
preventScrolloption - by @pkc918 in https://github.com/vueuse/vueuse/issues/3994 (4d868)
🐞 Bug Fixes
- makeDestructurable: Fix Typescript < 5.0.0 support - by @brenoepics in https://github.com/vueuse/vueuse/issues/4028 (842d7)
- useSpeechRecognition: Send correct transcript result - by @noook in https://github.com/vueuse/vueuse/issues/3891 [(7c36f)](https://redirect.github.com/v
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 is behind base branch, 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.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated (UTC) |
|---|---|---|---|
| alpine | ✅ Ready (Inspect) | Visit Preview | Jan 9, 2025 3:08pm |