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: xivapi/xivapi-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.2
Choose a base ref
...
head repository: xivapi/xivapi-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Nov 15, 2025

  1. Bump js-yaml from 4.1.0 to 4.1.1

    Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@4.1.0...4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: js-yaml
      dependency-version: 4.1.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 15, 2025
    Configuration menu
    Copy the full SHA
    abea94d View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Bump glob from 10.4.5 to 10.5.0

    Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v10.4.5...v10.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-version: 10.5.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    9accc44 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. Merge pull request #23 from xivapi/dependabot/npm_and_yarn/js-yaml-4.1.1

    Bump js-yaml from 4.1.0 to 4.1.1
    c0reme authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    afe5b85 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from xivapi/dependabot/npm_and_yarn/glob-10.5.0

    Bump glob from 10.4.5 to 10.5.0
    c0reme authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    01a2147 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. feat: vitest pr coverage (#25)

    * chore: add CI workflow for Vitest with coverage reporting
    
    * chore: format YAML for consistency in npm-publish workflow
    
    * chore: update CI workflow and Vitest config for coverage reporting
    
    * chore: fix coverage filename pattern
    
    * chore: update CI workflow
    
    * chore: remove CodeCoverageSummary step from CI workflow
    
    * chore: add threshold icons for coverage reporting in CI workflow
    c0reme authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    9ce4f23 View commit details
    Browse the repository at this point in the history
Loading