Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pleaseai/docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: docs-please-v0.2.4
Choose a base ref
...
head repository: pleaseai/docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: docs-please-v0.2.5
Choose a head ref
  • 3 commits
  • 12 files changed
  • 2 contributors

Commits on Dec 22, 2025

  1. chore: update dependencies and fix duplicate export warning (#22)

    * fix: ensure @nuxt/content layer compatibility and update deprecated imports
    
    - Add extendViteConfig import and configure optimizeDeps for @nuxt/content/slugify
    - Update deprecated @nuxt/content/nitro import to @nuxt/content/server
    - Remove duplicate nuxt-og-image module from modules array
    - Fix indentation in modules array for consistency
    
    This ensures the @pleaseai/docs layer works correctly when imported as a dependency in other Nuxt projects.
    
    * chore: apply AI code review suggestion for optimizeDeps
    
    * fix: revert @nuxt/content import to /nitro for layer compatibility
    
    - Changed import from '@nuxt/content/server' to '@nuxt/content/nitro' in raw route handler
    - Matches Docus pattern for proper layer compatibility
    - Adds experimental.asyncContext flag to nuxt.config.ts
    - Updates compatibilityDate to 2025-07-22
    - Applies ESLint formatting fixes (double quotes to single quotes) in UI components
    - Fixes indentation in apps/docs/nuxt.config.ts
    
    * chore: update dependencies and fix duplicate export warning
    
    - Update @nuxt/content from ^3.8.2 to ^3.9.0
    - Update @nuxtjs/mdc from ^0.18.4 to ^0.19.1
    - Update shadcn-nuxt from 2.3.3 to 2.4.3
    - Update zod from ^3.25.76 to ^4.2.1
    - Update tailwindcss and @tailwindcss/vite from ^4.1.17 to ^4.1.18
    - Update other minor dependencies (@iconify-json/lucide, @nuxt/kit, nuxt-og-image, @nuxtjs/robots)
    - Rename flattenNavigation to flattenNavigationToSearchItems to fix duplicate export warning
    - Update AppSearch.vue to use renamed function
    - Update bun.lock with new dependency versions
    
    Closes #22
    amondnet authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    01a0719 View commit details
    Browse the repository at this point in the history
  2. fix: move @nuxtjs/robots and nuxt-llms to dependencies (#23)

    * fix: move @nuxtjs/robots and nuxt-llms to dependencies
    
    These packages are required at runtime for the documentation layer,
    not just for development. Moving them from devDependencies to
    dependencies ensures they are properly installed for consumers.
    
    * fix: move @tailwindcss/vite to dependencies
    
    Runtime dependency needed by consumers extending this layer.
    
    * chore: sort dependencies alphabetically
    
    * fix: resolve ESLint errors in content components
    
    - Use explicit v-bind syntax for title and class props
    - Remove unused props variable in UButton
    amondnet authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    cc1453a View commit details
    Browse the repository at this point in the history
  3. chore(main): release docs-please 0.2.5 (#24)

    Co-authored-by: pleaeai-bot[bot] <239696668+pleaeai-bot[bot]@users.noreply.github.com>
    pleaeai-bot[bot] authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    a6c9a74 View commit details
    Browse the repository at this point in the history
Loading