typography
typography copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
nuxt/content (@nuxt/content)
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
await
for searchContent docs (#2692) - Prerender home (4253f0bf)
- Update
nuxt-og-image
and addpostinstall
script (#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-slot
toMDCSlot
(#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 add
command 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
getContent
to 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.langs
defaults (#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]
v2.11.0
🩹 Fixes
-
types: Fields in
experimental.search
can be optional (#2506) - ContentSlot: Detect multiline usage (#2508)
📖 Documentation
- Fix component name (#2482)
- Search result variable name (#2485)
- Updates (d41902ad)
- Mention that
searchContent
is an experimental feature (#2505) - Add carbon ads (77163e4b)
📦 Build
- Do not emit
.mjs
in runtime directory (#2514)
🏡 Chore
- Move to
shikiji
for types (#2495) - Remove unused argument (#2496)
- dx: Remove caching for dev HMR (78e1eebe)
❤️ Contributors
- Sébastien Chopin (@Atinux)
- Daniel Roe [email protected]
- Farnabaz (@farnabaz)
- Anthony Fu <anthonyfu117@hotmail.com>
- Adam DeHaven
v2.10.0
🚀 Enhancements
🩹 Fixes
- Add missing imports for search (#2412)
- Import nuxt composables from #imports (#2418)
- 7.search-content.md typo (7bf89960)
- Enable cache only for clientDb (#2425)
- Remove d.ts (#2427)
- Ensure
bundler
module resolution works with runtime type imports (#2470) - Imports (f33f5a20)
📖 Documentation
- Use mdc syntax highlight (7dcbf130)
- Small typo (3ec3de44)
- Update index.yml (1f06910c)
- Costum components (#2433)
- Missing padding on body (746cfce8)
- Update README.md (1ce6953f)
- Add templates link (6dcf4645)
🏡 Chore
- perf: Leverage ISR instead for query caching (dee73c67)
- Remove routeRules added (6b94f131)
- perf: Leverage ISR instead for query caching" (6a56986c)
- Upgrade @nuxtjs/mdc^0.3.0 (8c442665)
- Remove
ts-ignore
as unstorage has fixed subpath export (#2472) - Test bundler module resolution (#2474)
❤️ Contributors
- Daniel Roe [email protected]
- Farnabaz (@farnabaz)
- Sébastien Chopin (@Atinux)
- Estéban <e.soubiran25@gmail.com>
- Adityawarman Dewa Putra [email protected]
- Benjamin Canac (@benjamincanac)
- Lukasz Szymanski [email protected]
- Erouax
- Cosmin Popovici
- Adam DeHaven
- Maxime Pauvert (@maximepvrt)
v2.9.0
🚀 Enhancements
🩹 Fixes
-
path-meta: Prevent
undefined
error (1257cb5c) - Types import (ee4ea3ad)
- Ignore regexes in fetchDirConfig (#2362)
- Optional experimental options (#2391)
- Update types and imports (061192c5)
- Prevent duplicate parses (a208567e)
- Prevent duplicate parses (dae92681)
📖 Documentation
- Update to latest ui-pro (a08dc1b8)
- Remove global style (e58855fb)
- Add terms (798a0a8c)
- Add data pops in ContentRendererMarkdown and varaibles binding (#2360)
- Update examples for content helpers composable (b6ff9ba2)
- Upgrade deps (feca11b6)
- Improve home (fe357920)
- Add links for shiki on home (#2386)
- Update highlight.preload config (#2395)
- Grammatical tweaks on markdown page (#2394)
- Update bindings with default value (#2397)
- Update 3.search.md (40a2e5de)
❤️ Contributors
- Farnabaz (@farnabaz)
- Sébastien Chopin (@Atinux)
- Estéban <e.soubiran25@gmail.com>
- Maxime Pauvert (@maximepvrt)
- AaronBeaudoin [email protected]
- Ashour [email protected]
- Mathieu NICOLAS
- Benjamin Canac (@benjamincanac)
- Vincent Giersch [email protected]
v2.8.5
🩹 Fixes
-
prose-pre:
style
prop type (1edb3501)
❤️ Contributors
- Farnabaz [email protected]
v2.8.4
🩹 Fixes
-
prose-pre: Only wrap
slot
inpre
(#2348)
❤️ Contributors
- Farnabaz [email protected]
v2.8.3
🚀 Enhancements
🩹 Fixes
- findSurround: Use filtered contents to find surround (#2291)
- Remove deletion of
prerenderedAt
key (#2280) -
module: Remove deprecated
resolveModule
(#2298) -
surround: Respect
only
andwithout
filters (#2311) - Add missing dependencies (#2313)
- tailwindcss: Tailwindcss HMR support for content files (#2315)
- Fetch content chunked (#2321)
- storage: Prevent duplicate parsing (#2326)
- Add regex to match ContentSlot in Pug templates (#2344)
📖 Documentation
- Remove
count
helper alert (faff26bc) - Update badge position (0b85e881)
- Fix links (#2267)
- Add warning about prettier compatibility (#2325)
- Add link to image (58e13b41)
- Update .env.example (5a483922)
- Fix page overflow (#2332)
🏡 Chore
- Upgrade @nuxtjs/mdc (#2308)
- Upgrade
@nuxtjs/mdc
(e3ffac95)
❤️ Contributors
- Maxime Pauvert (@maximepvrt)
- Jbmolle [email protected]
- Nobkd
- Sébastien Chopin (@Atinux)
- Florent Delerue [email protected]
- Farnabaz [email protected]
- Patryk Padus [email protected]
- Estéban <e.soubiran25@gmail.com>
- Alexander Lichter (@manniL)
v2.8.2
🩹 Fixes
-
query: Prevent
undefined
error (b680b47c) - navigation: Prevent client-db conflict (fd8e3b82)
- serverQueryContent: Do not expose advanced query typing (09e37c19)
- document-driven: Invalid composable import (e56f71dc)
- ContentList: Component slot typechecking (#2277)
❤️ Contributors
- Cédric Exbrayat
- Farnabaz [email protected]
v2.8.1
🩹 Fixes
- Cannot read properties of undefined (11c3b09f)
❤️ Contributors
- Farnabaz [email protected]
v2.8.0
🚀 Enhancements
- Add count method (#1924)
- nuxt-mdc: Extract markdown parser (#2187)
- Advanced query schema (#2213)
- Allow to disable content head (#2142)
🩹 Fixes
- Markdown render compatiblity (d81a08a2)
- slot: Rename ContentSlot to MDCSlot in render function (efc60481)
- module: Slot transform sourcemap (7558cf0d)
-
ProseImg: Prevent conflict between
src
and baseURL (#2242) - Custom drivers failed on build (#2193)
- ContentRenderer: Render contents only with excerpt (#2246)
- content-slot: Better slot name regex (329cf3bc)
📖 Documentation
- Pre-render pages (#2196)
- v1: Link button wrapping for small screens (#2199)
- Add count method (#2200)
- Add edge alert (c582469c)
- Update README.md (#2226)
-
mdc: Fix
{attribute}
examples (#2228) - Add warning for
<NuxtPage/>
existence inapp.vue
(#2244) -
<ContentDoc>
slot example (0bfc275d) - Fix prose links (aa61d9fd)
- Update prose source links (9720a333)
🏡 Chore
- Upgrade
nuxt-mdc
(1fef2137) - Update social card (a7e308ae)
- Upgrade deps (cf3e927c)
- Upgrade
nuxt-mdc
(3db06b23) - Update to micromark v4 (#2253)
- Use
@nuxtjs/mdc
(ba4d0118)
❤️ Contributors
- Farnabaz [email protected]
- Cédric Exbrayat
- Yarrow
- Mathieu DARTIGUES (@mdartic)
- Estéban <e.soubiran25@gmail.com>
- Nobkd
- Maxime Pauvert (@maximepvrt)
- Sébastien Chopin (@Atinux)
nuxt/devtools (@nuxt/devtools)
v0.8.5
Features
v0.8.4
Bug Fixes
- copy
__NUXT__
object to popup frame (ea46cea) -
deps: set
@nuxt/devtools
asdevDependency
(#425) (4e280c9) - popup button (d1171b0)
- settings: make sure client has value (#418) (9757c00)
Features
- collapsible sidebar (#420) (530244b)
- migrate new shikiji themes mode (7688cc4)
- redesign settings page (b777b8e)
- rework docs (#413) (c9e6e7d)
v0.8.3
Bug Fixes
- route tracking handle
currentRoute
to be null (7ca1fc9)
v0.8.2
Bug Fixes
- virtual-files: fetch data as json (131a2ee)
v0.8.1
Bug Fixes
- default box-sizing for floating panel (a674379)
- find vite client path from subframe parent (#386) (e28606a)
- improve client injection error message (de9baa3)
Features
v0.8.0
Features
- components: show dependencies and dependents in component details (7dbc3d1)
- composables useNuxtDevTools (#383) (e74b60c)
- filter for used/unused components, close #358 (5012012)
-
ui-kit: add
NSelectTab
component (509a1ec)
0.7.6 (2023-08-09)
Bug Fixes
- devtools panel justify content (#369) (c3272f4)
- notification z-index (#376) (3867814)
- resolve DevTools vite loading issue with buildAssetsDir (#375) (22bcd0d)
- server-routes: filter middleware from scannedHandlers (#377) (09f6da3)
Features
- assets: able to edit text content (#366) (1e56198)
- assets: options storage (#379) (75512f8)
- docs: devtools logo (#380) (8d34de1)
0.7.5 (2023-08-06)
Bug Fixes
- add AuthRequiredPanel to AuthConfirmDialog (#367) (ce53651)
- requestForAuth devServer host (#357) (5e89ce8)
- server-routes: clear error onResponse (#356) (313fa1b)
Features
- add tooltip to buttons (#359) (4a29829)
- minimize panel on inactive (#361) (2b92663)
- quicktype (#351) (41ff4ad)
0.7.4 (2023-08-01)
Bug Fixes
0.7.3 (2023-08-01)
Bug Fixes
- the panel is stuttering when dragging on the mobile end (#350) (6677dd7)
- upgrade
vite-plugin-inspect
, close #324 (ea41a5d)
0.7.2 (2023-07-31)
Bug Fixes
Features
- assets: add rename and delete action (#343) (55f6863)
- enhance state editor (#349) (ad56f47)
- support preview video assets (#347) (b4dfc37)
0.7.1 (2023-07-23)
Bug Fixes
-
kit: broken types for
useDevtoolsClient()
(#340) (934b1d4) -
kit: types for
renderCodeHighlight
(#341) (d4e1541)
Features
v0.7.6
Bug Fixes
- devtools panel justify content (#369) (c3272f4)
- notification z-index (#376) (3867814)
- resolve DevTools vite loading issue with buildAssetsDir (#375) (22bcd0d)
- server-routes: filter middleware from scannedHandlers (#377) (09f6da3)
Features
nuxtlabs/studio-module (@nuxthq/studio)
v0.14.1
v0.14.0
- chore(deps): update actions/checkout action to v4 (#135) (
592717b
) - chore(deps): update pnpm/action-setup action to v2.4.0 (#118) (
b38563a
) - chore(deps): update pnpm to v8 (#120) (
56eea4b
) - fix: use
router
to remove preview token before close (#136) (592e449
) - fix(build): add
baseUrl
to tsconfig (e204cfc
) - chore(deps): upgrade dependencies (
1db09cf
)
nuxt-modules/color-mode (@nuxtjs/color-mode)
v3.5.1
🩹 Fixes
- Synchronize Vue 2 & 3 component behaviour (#285)
📖 Documentation
- Update (b3789de)
- Move to Nuxt UI (#283)
- Update readme (4608865)
- Add back plausible (fbde0a1)
- Update links (ab361e9)
- Simplify (3c1c680)
🏡 Chore
❤️ Contributors
- Horu (@HigherOrderLogic)
- Sébastien Chopin (@atinux)
v3.5.0
Features
3.4.4 (2024-08-16)
3.4.3 (2024-08-16)
Bug Fixes
3.4.2 (2024-06-24)
Bug Fixes
3.4.1 (2024-04-26)
Bug Fixes
v3.4.4
v3.4.2
v3.4.1
v3.4.0
Features
- add
disableTransition
option (#192) (23ef3d9) - automatic integration with
@nuxtjs/tailwindcss
(#237) (7e4db61)
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
v3.3.2
v3.3.1
vueuse/vueuse (@vueuse/core)
v10.11.1
No significant changes
View changes on GitHub
v10.11.0
🐞 Bug Fixes
- integrations: Specify major version of peerDeps - by [@antfu](https://redirect.github.com/ant
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 was generated by Mend Renovate. View the repository job log.