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: chrisbottin/xml-formatter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.6.4
Choose a base ref
...
head repository: chrisbottin/xml-formatter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.6.5
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 21, 2025

  1. Bump serialize-javascript and mocha (#78)

    Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.
    
    
    Updates `serialize-javascript` from 6.0.0 to 6.0.2
    - [Release notes](https://github.com/yahoo/serialize-javascript/releases)
    - [Commits](yahoo/serialize-javascript@v6.0.0...v6.0.2)
    
    Updates `mocha` from 10.2.0 to 10.8.2
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.2.0...v10.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: serialize-javascript
      dependency-type: indirect
    - dependency-name: mocha
      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 Mar 21, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6fcda2d View commit details
  2. Fixed issue #79

    chrisbottin committed Mar 21, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    61177d3 View commit details
  3. Version Bump to 3.6.5 (patch)

    chrisbottin committed Mar 21, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f101ffd View commit details
Showing with 190 additions and 142 deletions.
  1. +148 −140 package-lock.json
  2. +1 −1 package.json
  3. +1 −1 src/index.ts
  4. +20 −0 test/data14/xml2-input.xml
  5. +20 −0 test/data14/xml2-output.xml
Loading