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: google/clasp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.1
Choose a base ref
...
head repository: google/clasp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.2
Choose a head ref
  • 13 commits
  • 32 files changed
  • 9 contributors

Commits on Aug 10, 2021

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

Commits on Aug 11, 2021

  1. Fix/add readme hyperlink (#852)

    * Add hyperlink to readme
    
    * Update hyperlink
    MadeleyKarina authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    598d60c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

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

Commits on Aug 17, 2022

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

Commits on Sep 1, 2022

  1. fix: remove online check (#936)

    * fix: remove online check
    
    Signed-off-by: Grant Timmerman <granttimmerman@gmail.com>
    
    * style: lint fix
    
    Signed-off-by: Grant Timmerman <granttimmerman@gmail.com>
    
    Signed-off-by: Grant Timmerman <granttimmerman@gmail.com>
    grant authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    6775d9f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Fix readme minimum nodejs version (#938)

    Fix install and run errors:
    npm WARN EBADENGINE Unsupported engine {
    npm WARN EBADENGINE   package: '@google/clasp@2.4.1',
    npm WARN EBADENGINE   required: { node: '^12.20.0 || ^14.13.1 || >=16.0.0' },
    npm WARN EBADENGINE   current: { node: 'v12.18.0', npm: '8.15.1' }
    npm WARN EBADENGINE }
    npm WARN EBADENGINE Unsupported engine {
    npm WARN EBADENGINE   package: 'dotf@2.0.2',
    npm WARN EBADENGINE   required: { node: '^12.20.0 || ^14.13.1 || >=16.0.0' },
    npm WARN EBADENGINE   current: { node: 'v12.18.0', npm: '8.15.1' }
    npm WARN EBADENGINE }
    npm WARN EBADENGINE Unsupported engine {
    npm WARN EBADENGINE   package: 'ts2gas@4.2.0',
    npm WARN EBADENGINE   required: { node: '^12.20.0 || ^14.13.1 || >=16.0.0' },
    npm WARN EBADENGINE   current: { node: 'v12.18.0', npm: '8.15.1' }
    npm WARN EBADENGINE }
    npm WARN EBADENGINE Unsupported engine {
    npm WARN EBADENGINE   package: 'type-fest@2.19.0',
    npm WARN EBADENGINE   required: { node: '>=12.20' },
    npm WARN EBADENGINE   current: { node: 'v12.18.0', npm: '8.15.1' }
    npm WARN EBADENGINE }
    dkrahmer authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    5bb7934 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump node-fetch from 2.6.1 to 2.6.7 (#926)

    Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
    - [Release notes](https://github.com/node-fetch/node-fetch/releases)
    - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7)
    
    ---
    updated-dependencies:
    - dependency-name: node-fetch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    2b836a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7158370 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump minimist from 1.2.5 to 1.2.6 (#918)

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    0cb7a29 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump ansi-regex from 3.0.0 to 3.0.1 (#942)

    Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/chalk/ansi-regex/releases)
    - [Commits](chalk/ansi-regex@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: ansi-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    bb8a428 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump url-parse from 1.5.3 to 1.5.10 (#915)

    Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10.
    - [Release notes](https://github.com/unshiftio/url-parse/releases)
    - [Commits](unshiftio/url-parse@1.5.3...1.5.10)
    
    ---
    updated-dependencies:
    - dependency-name: url-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    9f3e5ea View commit details
    Browse the repository at this point in the history
  7. Fix typo (#900)

    bigwheel authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    0d5a236 View commit details
    Browse the repository at this point in the history
  8. chore(master): release 2.4.2 (#937)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    551000b View commit details
    Browse the repository at this point in the history
Loading