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: Phoenix-Boss/httpsms-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: NdoleStudio/httpsms-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 7 files changed
  • 3 contributors

Commits on Jul 1, 2026

  1. fix(deps): bump @types/node from 25.9.4 to 26.0.1

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.9.4 to 26.0.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-version: 26.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 1, 2026
    Configuration menu
    Copy the full SHA
    0be60ea View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump xo from 2.0.2 to 3.0.2

    Bumps [xo](https://github.com/xojs/xo) from 2.0.2 to 3.0.2.
    - [Release notes](https://github.com/xojs/xo/releases)
    - [Commits](xojs/xo@v2.0.2...v3.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: xo
      dependency-version: 3.0.2
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 1, 2026
    Configuration menu
    Copy the full SHA
    d6d97d2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request NdoleStudio#24 from NdoleStudio/dependabot/npm_and…

    …_yarn/xo-3.0.2
    
    chore(deps-dev): bump xo from 2.0.2 to 3.0.2
    AchoArnold authored Jul 1, 2026
    Configuration menu
    Copy the full SHA
    a47b5f3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request NdoleStudio#23 from NdoleStudio/dependabot/npm_and…

    …_yarn/types/node-26.0.1
    
    fix(deps): bump @types/node from 25.9.4 to 26.0.1
    AchoArnold authored Jul 1, 2026
    Configuration menu
    Copy the full SHA
    91d6c98 View commit details
    Browse the repository at this point in the history
  5. fix(ci): resolve build failures from xo 3.0.2 upgrade

    - Update CI actions from v3 to v4 (deprecated Node 20 runtime)
    - Replace Node 18 with Node 22 in test matrix
    - Fix lint errors: reorder class members, use unknown in catch
    - Disable false-positive rules (no-unsafe-* for node:crypto types)
    - Disable rules incompatible with Node 20 (prefer-uint8array-base64)
    - Fix tsconfig: add node types, disable erasableSyntaxOnly for enums
    - Update minimum engine to Node 20
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    AchoArnold and Copilot committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    f676e06 View commit details
    Browse the repository at this point in the history
  6. fix(ci): drop Node 20 from matrix (xo 3.x requires Node 22+)

    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    AchoArnold and Copilot committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    cab3424 View commit details
    Browse the repository at this point in the history
Loading