Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commit changes to dist/index.js from latest dependency upgrades #184

Closed
wants to merge 1 commit into from

Conversation

rmacklin
Copy link

@rmacklin rmacklin commented Oct 2, 2020

It seems that several of the recent dependency upgrades courtesy of dependabot (e.g. #155 and #163) have caused the committed dist/index.js file to become out of sync with the output of a fresh compilation. This PR updates dist/index.js with the output from running a fresh npm install and npm run all.

This should make it so that future changes don't include large, unrelated diffs in dist/index.js.

It seems that several of the recent dependency upgrades courtesy of
dependabot (e.g. 1402601 and
adc83cb) have caused the committed
`dist/index.js` file to become out of sync with the output of a fresh
compilation. This commit updates `dist/index.js` with the output from
running a fresh `npm install` and `npm run all`.
@hross
Copy link
Contributor

hross commented Oct 9, 2020

@rmacklin thanks for this PR! I apologize I am going to close it and link to the same thing but for one I generated locally. Just doing that so I can review/check it myself rather than try to review the diff and take a security risk on the distribution. Really appreciate it though!

@rmacklin
Copy link
Author

rmacklin commented Oct 9, 2020

Ok, thanks! For posterity, the changes were identical (I'm glad to know our machines produced the same diff):
https://github.com/actions/stale/compare/0bec8142598bbeee4c22a27e448494f06e0aa928..44f9eae0adddf72dbf3eedfacc999f70afcec1a8

@rmacklin rmacklin deleted the update-compiled-bundle branch October 9, 2020 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants