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: Mozilla-Actions/sccache-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.4
Choose a base ref
...
head repository: Mozilla-Actions/sccache-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.5
Choose a head ref

Commits on Feb 1, 2024

  1. Bump @actions/core from 1.10.0 to 1.10.1

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.0 to 1.10.1.
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 1, 2024
    Copy the full SHA
    fb137f9 View commit details
  2. Bump eslint-config-prettier from 9.0.0 to 9.1.0

    Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 9.0.0 to 9.1.0.
    - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/eslint-config-prettier@v9.0.0...v9.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-config-prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 1, 2024
    Copy the full SHA
    aff01f2 View commit details

Commits on Feb 2, 2024

  1. Merge pull request #95 from Mozilla-Actions/dependabot/npm_and_yarn/a…

    …ctions/core-1.10.1
    
    Bump @actions/core from 1.10.0 to 1.10.1
    sylvestre authored Feb 2, 2024
    Copy the full SHA
    5b7824c View commit details
  2. Merge pull request #96 from Mozilla-Actions/dependabot/npm_and_yarn/e…

    …slint-config-prettier-9.1.0
    
    Bump eslint-config-prettier from 9.0.0 to 9.1.0
    sylvestre authored Feb 2, 2024
    Copy the full SHA
    9bdd511 View commit details
  3. Bump @actions/github from 5.1.1 to 6.0.0

    Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 5.1.1 to 6.0.0.
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/github"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 2, 2024
    Copy the full SHA
    5320dad View commit details
  4. Merge pull request #97 from Mozilla-Actions/dependabot/npm_and_yarn/a…

    …ctions/github-6.0.0
    
    Bump @actions/github from 5.1.1 to 6.0.0
    sylvestre authored Feb 2, 2024
    Copy the full SHA
    6c6e91c View commit details

Commits on Mar 2, 2024

  1. Bump @types/node from 20.10.6 to 20.11.24 (#102)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.6 to 20.11.24.
    - [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-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 2, 2024
    Copy the full SHA
    b3f939a View commit details
  2. Bump eslint-plugin-jest from 27.6.0 to 27.9.0 (#101)

    Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.6.0 to 27.9.0.
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v27.6.0...v27.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jest
      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 Mar 2, 2024
    Copy the full SHA
    27a476c View commit details
  3. Bump undici from 5.28.2 to 5.28.3 (#99)

    Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.28.3.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.28.2...v5.28.3)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 2, 2024
    Copy the full SHA
    e1a9194 View commit details

Commits on Mar 5, 2024

  1. Copy the full SHA
    8272dac View commit details
  2. Merge pull request #103 from altendky/add_quotes

    add missing quotes to `configure` example in readme
    sylvestre authored Mar 5, 2024
    Copy the full SHA
    7d0144b View commit details

Commits on Apr 23, 2024

  1. Copy the full SHA
    8ebd5a4 View commit details
  2. Merge pull request #109 from Alphare/my-first-contribution

    chore: fix a typo in a comment
    sylvestre authored Apr 23, 2024
    Copy the full SHA
    9c0df03 View commit details

Commits on May 12, 2024

  1. Copy the full SHA
    1e8091c View commit details
  2. Merge pull request #114 from orf/bump-dependencies

    Bump outdated CI workflows and packages
    sylvestre authored May 12, 2024
    Copy the full SHA
    f2edb47 View commit details
  3. Copy the full SHA
    d947000 View commit details
  4. Copy the full SHA
    2f1ba39 View commit details
  5. Add % to cache hit table

    orf committed May 12, 2024
    Copy the full SHA
    ab76965 View commit details

Commits on Jun 1, 2024

  1. Bump @types/node from 20.12.11 to 20.13.0

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.11 to 20.13.0.
    - [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-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 1, 2024
    Copy the full SHA
    aa6abb8 View commit details
  2. Bump @typescript-eslint/parser from 7.8.0 to 7.11.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.8.0 to 7.11.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.11.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 1, 2024
    Copy the full SHA
    103918f View commit details
  3. Bump ts-jest from 29.1.2 to 29.1.4

    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.1.4.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v29.1.2...v29.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: ts-jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 1, 2024
    Copy the full SHA
    0c4d1a0 View commit details

Commits on Jun 17, 2024

  1. Merge pull request #113 from orf/add-notice-output

    Output sccache stats as a notice and a summary table
    sylvestre authored Jun 17, 2024
    Copy the full SHA
    aece89f View commit details
  2. Merge pull request #115 from Mozilla-Actions/dependabot/npm_and_yarn/…

    …types/node-20.13.0
    
    Bump @types/node from 20.12.11 to 20.13.0
    sylvestre authored Jun 17, 2024
    Copy the full SHA
    d4fcccf View commit details
  3. Merge pull request #117 from Mozilla-Actions/dependabot/npm_and_yarn/…

    …typescript-eslint/parser-7.11.0
    
    Bump @typescript-eslint/parser from 7.8.0 to 7.11.0
    sylvestre authored Jun 17, 2024
    Copy the full SHA
    511fd3c View commit details
  4. Bump braces from 3.0.2 to 3.0.3

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 17, 2024
    Copy the full SHA
    83e296b View commit details
  5. Merge pull request #120 from Mozilla-Actions/dependabot/npm_and_yarn/…

    …braces-3.0.3
    
    Bump braces from 3.0.2 to 3.0.3
    sylvestre authored Jun 17, 2024
    Copy the full SHA
    fb41e19 View commit details
  6. Merge pull request #118 from Mozilla-Actions/dependabot/npm_and_yarn/…

    …ts-jest-29.1.4
    
    Bump ts-jest from 29.1.2 to 29.1.4
    sylvestre authored Jun 17, 2024
    Copy the full SHA
    b129114 View commit details
  7. Bump prettier from 3.2.5 to 3.3.2

    Bumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.3.2.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.2.5...3.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 17, 2024
    Copy the full SHA
    e759f84 View commit details
  8. Merge pull request #121 from Mozilla-Actions/dependabot/npm_and_yarn/…

    …prettier-3.3.2
    
    Bump prettier from 3.2.5 to 3.3.2
    sylvestre authored Jun 17, 2024
    Copy the full SHA
    b4427f4 View commit details
  9. Copy the full SHA
    e87392b View commit details
  10. new upstream release

    sylvestre committed Jun 17, 2024
    Copy the full SHA
    89e9040 View commit details
Showing with 2,999 additions and 11,732 deletions.
  1. +8 −8 .github/workflows/CI.yml
  2. +2 −2 README.md
  3. +3 −7 dist/setup/index.js
  4. +3 −1 dist/show_stats/index.js
  5. +2,830 −11,690 package-lock.json
  6. +17 −14 package.json
  7. +1 −1 src/setup.ts
  8. +135 −9 src/show_stats.ts
16 changes: 8 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -21,11 +21,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js 16.x
uses: actions/setup-node@v3
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
cache: npm

- name: npm install
@@ -52,12 +52,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set Node.js 16.x
uses: actions/setup-node@v3
- name: Set Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
cache: npm

- name: npm install
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -81,9 +81,9 @@ With cmake, add the following argument:
With configure, call it with:
```
# With gcc
./configure CC="sccache gcc" CXX=sccache gcc"
./configure CC="sccache gcc" CXX="sccache gcc"
# With clang
./configure CC="sccache clang" CXX=sccache clang"
./configure CC="sccache clang" CXX="sccache clang"
```

## Prepare a new release
10 changes: 3 additions & 7 deletions dist/setup/index.js

Large diffs are not rendered by default.

Loading