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: restyled-io/actions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.0
Choose a base ref
...
head repository: restyled-io/actions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.1
Choose a head ref
  • 8 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 28, 2025

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

Commits on Mar 1, 2025

  1. chore(deps-dev): bump @types/node from 22.13.5 to 22.13.6 in /run

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.13.5 to 22.13.6.
    - [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-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and restyled-automation[bot] committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    46bc9de View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. chore(deps-dev): bump @types/node from 22.13.6 to 22.13.9 in /run

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.13.6 to 22.13.9.
    - [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-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and restyled-automation[bot] committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    494fb0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71f70ac View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump prettier from 3.5.2 to 3.5.3 in /run

    Bumps [prettier](https://github.com/prettier/prettier) from 3.5.2 to 3.5.3.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.5.2...3.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and restyled-automation[bot] committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    1187cd9 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. chore(deps-dev): bump typescript from 5.7.3 to 5.8.2 in /run

    Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 5.8.2.
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.7.3...v5.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and restyled-automation[bot] committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    a388ba0 View commit details
    Browse the repository at this point in the history
  2. fix: inherit process.env in restyle process

    This allows `restyle` to look at thing such as `GITHUB_ACTIONS` to
    modify it's behavior when being run in this context. This can be useful
    to adjust logging, since the ANSI support isn't exactly the same.
    pbrisbin committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    5441d02 View commit details
    Browse the repository at this point in the history
  3. chore: build

    pbrisbin committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    f3ab7d6 View commit details
    Browse the repository at this point in the history
Loading