-
-
Notifications
You must be signed in to change notification settings - Fork 63
Comparing changes
Open a pull request
base repository: arduino/setup-protoc
base: v1
head repository: arduino/setup-protoc
compare: master
- 14 commits
- 45 files changed
- 6 contributors
Commits on May 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 28fd3e5 - Browse repository at this point
Copy the full SHA 28fd3e5View commit details
Commits on May 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9b1ee5b - Browse repository at this point
Copy the full SHA 9b1ee5bView commit details
Commits on Sep 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0fbeb49 - Browse repository at this point
Copy the full SHA 0fbeb49View commit details -
Bump semver from 7.5.1 to 7.5.2 (#87)
* Bump semver from 7.5.1 to 7.5.2 Bumps [semver](https://github.com/npm/node-semver) from 7.5.1 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.5.1...v7.5.2) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * generate dist * update licenses --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alessio Perugini <alessioper.98@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1530d62 - Browse repository at this point
Copy the full SHA 1530d62View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8b67ba - Browse repository at this point
Copy the full SHA a8b67baView commit details
Commits on Sep 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e2995ba - Browse repository at this point
Copy the full SHA e2995baView commit details
Commits on Oct 19, 2023
-
Bump @babel/traverse from 7.22.1 to 7.23.2
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.1 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for cf7ab7f - Browse repository at this point
Copy the full SHA cf7ab7fView commit details -
Merge pull request #93 from arduino/dependabot/npm_and_yarn/babel/tra…
…verse-7.23.2 Bump @babel/traverse from 7.22.1 to 7.23.2
Configuration menu - View commit details
-
Copy full SHA for 52a53b4 - Browse repository at this point
Copy the full SHA 52a53b4View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c65c819 - Browse repository at this point
Copy the full SHA c65c819View commit details -
Install referenced schema in "npm:validate" task
The "npm:validate" task validates the repository's `package.json` npm manifest file against its JSON schema to catch any problems with its data format. In order to avoid duplication of content, JSON schemas may reference other schemas via the `$ref` keyword. The `package.json` schema was recently updated to share resources with the "base" configuration schema, which caused the validation to start failing: schema /tmp/package-json-schema-norSGPxlCR.json is invalid error: can't resolve reference https://json.schemastore.org/base.json#/definitions/license from id https://json.schemastore.org/package.json# task: Failed to run task "npm:validate": exit status 1 The solution is to configure the task to download that schema as well and also to provide its path to the avj-cli validator via a `-r` flag.
Configuration menu - View commit details
-
Copy full SHA for 0dd9ef8 - Browse repository at this point
Copy the full SHA 0dd9ef8View commit details -
Merge pull request #96 from per1234/install-referenced-schema
Install referenced schema in "npm:validate" task
Configuration menu - View commit details
-
Copy full SHA for a3ad94c - Browse repository at this point
Copy the full SHA a3ad94cView commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91b36bb - Browse repository at this point
Copy the full SHA 91b36bbView commit details
Commits on Sep 3, 2024
-
Configure actions/upload-artifact action to upload required hidden files
A breaking change was made in the 3.2.1 release of the "actions/upload-artifact" action, without doing a major version bump as would be done in a responsibly maintained project. The action now defaults to not uploading "hidden" files. This project's "Check npm Dependencies" workflow uses the "Licensed" tool to check for incompatible dependency licenses. The dependencies license metadata cache used by Licensed is stored in a folder named `.licensed`. In order to facilitate updates, the workflow uploads the generated dependencies license metadata cache as a workflow artifact when the current cache is found to be outdated. The `.` at the start of the `.licensed` folder name causes it to now not be uploaded to the workflow artifact. In order to catch such problems, the workflow configures the "actions/upload-artifact" action to fail if no files were uploaded. So in addition to not uploading the artifact, the change in the "actions/upload-artifact" action's behavior also resulted in the workflow runs failing: Error: No files were found with the provided path: .licenses/. No artifacts will be uploaded. The problem is fixed by disabling the "actions/upload-artifact" action's new behavior via the `include-hidden-files` input. After this change, the workflow can once more upload the dependencies license metadata cache to a workflow artifact as needed.
Configuration menu - View commit details
-
Copy full SHA for 436c800 - Browse repository at this point
Copy the full SHA 436c800View commit details -
Merge pull request #103 from per1234/include-hidden-files
Configure actions/upload-artifact action to upload required hidden files
Configuration menu - View commit details
-
Copy full SHA for 3ea1d70 - Browse repository at this point
Copy the full SHA 3ea1d70View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1...master