-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: rumblefrog/setup-sp
base: v0.2.0
head repository: rumblefrog/setup-sp
compare: master
Commits on Nov 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2f49bf7 - Browse repository at this point
Copy the full SHA 2f49bf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60d8d11 - Browse repository at this point
Copy the full SHA 60d8d11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00c4cc4 - Browse repository at this point
Copy the full SHA 00c4cc4View commit details
Commits on Nov 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c430500 - Browse repository at this point
Copy the full SHA c430500View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab5eeee - Browse repository at this point
Copy the full SHA ab5eeeeView commit details -
refactor(scraper): use typed rest client
Typed rest client is already available as a result of dependency of Github toolchains So instead of including additional axios, we'll use already existing lib
Configuration menu - View commit details
-
Copy full SHA for 27193c7 - Browse repository at this point
Copy the full SHA 27193c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55e254e - Browse repository at this point
Copy the full SHA 55e254eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e88cc01 - Browse repository at this point
Copy the full SHA e88cc01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4757c18 - Browse repository at this point
Copy the full SHA 4757c18View commit details
Commits on Nov 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 996a1c6 - Browse repository at this point
Copy the full SHA 996a1c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50d937a - Browse repository at this point
Copy the full SHA 50d937aView commit details
Commits on Oct 1, 2020
-
build(deps): bump @actions/core from 1.2.0 to 1.2.6
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.0 to 1.2.6. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 526815d - Browse repository at this point
Copy the full SHA 526815dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb379e - Browse repository at this point
Copy the full SHA 5eb379eView commit details
Commits on Oct 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 52bce41 - Browse repository at this point
Copy the full SHA 52bce41View commit details
Commits on Oct 8, 2021
-
Add a parser to get the version of the .sp plugin (#4)
* Add a parser for plugin versions * Added webpack to bundle the files * Fix https to http redirect error
Configuration menu - View commit details
-
Copy full SHA for 15e37fb - Browse repository at this point
Copy the full SHA 15e37fbView commit details
Commits on Jul 6, 2022
-
fix: sp 1.12+ include path resolution (#6)
* fix: missing & outdated dependencies * fix: sp 1.12+ include path resolution * ci: separate ci flow for dev
Configuration menu - View commit details
-
Copy full SHA for 7efa536 - Browse repository at this point
Copy the full SHA 7efa536View commit details
Commits on Jul 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 434d319 - Browse repository at this point
Copy the full SHA 434d319View commit details
Commits on Nov 19, 2022
-
build(deps): bump @actions/core from 1.9.0 to 1.9.1 (#10)
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/actions/toolkit/releases) - [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 ... 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>
Configuration menu - View commit details
-
Copy full SHA for 9ad64e7 - Browse repository at this point
Copy the full SHA 9ad64e7View commit details -
build(deps): bump terser from 5.14.1 to 5.14.2 (#9)
Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser 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>
Configuration menu - View commit details
-
Copy full SHA for a2fd5b0 - Browse repository at this point
Copy the full SHA a2fd5b0View commit details
Commits on Mar 13, 2023
-
fix: actions set output deprecation warning
Fixes `The set-output command is deprecated and will be disabled soon` https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Configuration menu - View commit details
-
Copy full SHA for 047c881 - Browse repository at this point
Copy the full SHA 047c881View commit details
Commits on Jul 25, 2023
-
Update parser.ts to fully support semver (#15)
* Update parser.ts to fully support semver * Update parser.ts
Configuration menu - View commit details
-
Copy full SHA for 3370e14 - Browse repository at this point
Copy the full SHA 3370e14View commit details
Commits on Aug 26, 2023
-
build(deps): bump semver from 7.3.8 to 7.5.2 (#12)
Bumps [semver](https://github.com/npm/node-semver) from 7.3.8 to 7.5.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v7.3.8...v7.5.2) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e00b8ef - Browse repository at this point
Copy the full SHA e00b8efView commit details
Commits on Aug 31, 2024
-
build(deps-dev): bump webpack from 5.76.1 to 5.94.0 (#19)
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.1 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.76.1...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dd2bdd2 - Browse repository at this point
Copy the full SHA dd2bdd2View commit details -
build(deps): bump braces from 3.0.2 to 3.0.3 (#18)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d1149d2 - Browse repository at this point
Copy the full SHA d1149d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 477b2e4 - Browse repository at this point
Copy the full SHA 477b2e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb7306e - Browse repository at this point
Copy the full SHA bb7306eView commit details
There are no files selected for viewing
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.