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: fluent-vue/fluent-vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.7.5
Choose a base ref
...
head repository: fluent-vue/fluent-vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 17 commits
  • 17 files changed
  • 5 contributors

Commits on Oct 17, 2025

  1. chore(deps): update dependency happy-dom to v20.0.2 [security] (#974)

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

Commits on Oct 21, 2025

  1. Bump vite from 7.1.9 to 7.1.11 (#977)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.9 to 7.1.11.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v7.1.11/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-version: 7.1.11
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    bb4e056 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. chore(deps): update actions/setup-node action to v6 (#971)

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

Commits on Nov 15, 2025

  1. chore(deps): update dependency @antfu/eslint-config to v6 (#972)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 15, 2025
    Configuration menu
    Copy the full SHA
    7a5a7bd View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency eslint to ^9.39.1 (#975)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 15, 2025
    Configuration menu
    Copy the full SHA
    c0b9634 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency @types/node to v24 (#979)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 15, 2025
    Configuration menu
    Copy the full SHA
    bc9d0dc View commit details
    Browse the repository at this point in the history
  4. chore(deps): update vitest monorepo to v4 (#978)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 15, 2025
    Configuration menu
    Copy the full SHA
    f54d52d View commit details
    Browse the repository at this point in the history
  5. chore(deps): update all non-major dependencies (#969)

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

Commits on Nov 16, 2025

  1. Fix i18n component using wrong translations when inside slot (#981)

    * Fix the issue by using currently rendering instance as the source of
    translations
    * Update minimal Vue 3 version
    Demivan authored Nov 16, 2025
    Configuration menu
    Copy the full SHA
    003d046 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4892c18 View commit details
    Browse the repository at this point in the history
  3. Release 3.8.0

    fluent-vue-bot committed Nov 16, 2025
    Configuration menu
    Copy the full SHA
    54382a3 View commit details
    Browse the repository at this point in the history
  4. fix(deps): update dependency @vue/devtools-api to v8 (#953)

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

Commits on Nov 23, 2025

  1. chore(deps): update actions/checkout action to v6 (#986)

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

Commits on Nov 25, 2025

  1. chore(deps): update all non-major dependencies (#983)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    fb2f7cf View commit details
    Browse the repository at this point in the history
  2. chore(deps): lock file maintenance (#970)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    a416e16 View commit details
    Browse the repository at this point in the history
  3. Fix types: i18n component ‘tag’ prop can also be boolean ‘false’ (#987)

    Passing ‘:tag=false’ to the i18n component renders no tag, but
    TypeScript would complain, since the prop type was defined to allow
    only strings.
    
    Widen the type to also allow boolean ‘false’, which matches runtime
    behaviour and docs.
    wbolster authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    4ced4ad View commit details
    Browse the repository at this point in the history
  4. Release 3.8.1

    fluent-vue-bot committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    dd6d027 View commit details
    Browse the repository at this point in the history
Loading