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: sass/embedded-host-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.88.0
Choose a base ref
...
head repository: sass/embedded-host-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.93.2
Choose a head ref
  • 19 commits
  • 39 files changed
  • 4 contributors

Commits on May 13, 2025

  1. Bump shelljs from 0.9.2 to 0.10.0 (#373)

    Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.9.2 to 0.10.0.
    - [Release notes](https://github.com/shelljs/shelljs/releases)
    - [Changelog](https://github.com/shelljs/shelljs/blob/main/CHANGELOG.md)
    - [Commits](shelljs/shelljs@v0.9.2...v0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: shelljs
      dependency-version: 0.10.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 13, 2025
    Configuration menu
    Copy the full SHA
    1852b07 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

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

Commits on May 21, 2025

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

Commits on May 30, 2025

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

Commits on Jun 3, 2025

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

Commits on Jun 9, 2025

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

Commits on Jun 30, 2025

  1. Bump @types/node from 22.15.32 to 24.0.3 (#380)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.32 to 24.0.3.
    - [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: 24.0.3
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    a91a57d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Bump jest from 29.7.0 to 30.0.3 (#384)

    * Bump jest from 29.7.0 to 30.0.3
    
    Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.7.0 to 30.0.3.
    - [Release notes](https://github.com/jestjs/jest/releases)
    - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/jestjs/jest/commits/v30.0.3/packages/jest)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-version: 30.0.3
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * rename toThrowError() to toThrow(). This alias has been removed from jest
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Carlos (Goodwine) <2022649+Goodwine@users.noreply.github.com>
    dependabot[bot] and Goodwine authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    a7d5c64 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

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

Commits on Jul 22, 2025

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

Commits on Aug 5, 2025

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

Commits on Aug 25, 2025

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

Commits on Sep 2, 2025

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

Commits on Sep 3, 2025

  1. Bump actions/checkout from 4 to 5 (#390)

    * Bump actions/checkout from 4 to 5
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * disable extraneous require for 'sass' since the dependency is built as part of "npm run init" and therefore not gonna be in package.json
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Carlos (Goodwine) <2022649+Goodwine@users.noreply.github.com>
    dependabot[bot] and Goodwine authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    4dd3994 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2025

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

Commits on Sep 8, 2025

  1. Bump actions/setup-node from 4 to 5 (#393)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    a58f463 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

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

Commits on Sep 22, 2025

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

Commits on Sep 23, 2025

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