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

test #1

Draft
wants to merge 24 commits into
base: working-solution
Choose a base branch
from
Draft

test #1

wants to merge 24 commits into from

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    fe30029 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    d00d368 View commit details
    Browse the repository at this point in the history
  2. fix: locale prefixes are not added to route aliases (nuxt-modules#2962)

    * fix: locale prefixes are not added to route aliases
    
    * refactor: simplify `analyzeNuxtPages`
    
    * test: add tests for prefixed alias
    
    * refactor: revert unrelated refactor
    
    * fix: add warning if `scanPageMeta` is disabled
    BobbieGoede authored May 30, 2024
    Configuration menu
    Copy the full SHA
    6223696 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    d022890 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Setup change for generating page title (nuxt-modules#2949)

    With the original method, it was not possible to set the page title from definePageMeta as the default title.
    AndreasMueck authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    745d4a8 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update devdependency execa to v9 (nuxt-modules#2943)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    cddb8b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    de9d954 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    8f43da4 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. bump pnpm

    kazupon committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b7c31ae View commit details
    Browse the repository at this point in the history
  2. chore: bump deps (nuxt-modules#2992)

    * chore: bump deps
    
    * downgrade ufo
    kazupon authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    755bdd2 View commit details
    Browse the repository at this point in the history
  3. chore: update eslint and prettier (nuxt-modules#2993)

    * chore: update eslint and prettier
    
    * fix: lint errors
    
    * fix
    
    * fix
    kazupon authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7930a27 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. chore: ready for v9 release

    kazupon committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5ac4aec View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. feat!: upgrade vue-i18n v10 (nuxt-modules#3001)

    * feat: upgrade vue-i18n v10
    
    * fix: drop `jit` option
    
    * fix: update version selecting
    
    * docs: updates
    
    * fix: dead link
    kazupon authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c3b1f5d View commit details
    Browse the repository at this point in the history
  2. release: v9.0.0-alpha.1

    kazupon committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2779901 View commit details
    Browse the repository at this point in the history
  3. chore: generate changelog

    kazupon authored and github-actions[bot] committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ca3fe04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4866eaf View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    766c38f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ef6d8b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. fix: unpin and update dependencies (nuxt-modules#3015)

    * fix: unpin and update dependencies
    
    * test: fix helper `waitForTransition` completing before transition
    
    * test: fix issue nuxt-modules#2226 tests not awaiting route change
    
    * chore: fix linting errors
    BobbieGoede authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    3c3277e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    6c51eb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    826cfda View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. refactor: restructure extend vue-i18n (nuxt-modules#3017)

    * refactor: restructure extend `vue-i18n`
    
    * chore: fix lint errors
    
    * refactor: reuse logic
    
    * refactor: change variable naming
    
    * refactor: move logic back to plugin
    
    * refactor: cleanup
    
    * refactor: cleanup
    
    * refactor: cleanup and comment
    
    * refactor: formatting and import
    
    * refactor: simplify `__composerExtend` further
    
    * refactor: revert assertion and comment removals
    
    * refactor: formatting
    BobbieGoede authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    2887904 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. refactor: improve function type safety (nuxt-modules#3024)

    * refactor: improve function type safety
    
    * refactor: restructure and improve types
    
    * refactor: restructure into compatibility file
    
    * refactor: add comments and reorder imports
    
    * refactor: rename method and reorder imports
    
    * refactor: improve messages function types
    
    * refactor: improve server plugin types
    BobbieGoede authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    5e26133 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    7f8e650 View commit details
    Browse the repository at this point in the history