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

Update dependencies #57

Merged
merged 3 commits into from
Apr 19, 2022
Merged

Update dependencies #57

merged 3 commits into from
Apr 19, 2022

Conversation

job13er
Copy link
Member

@job13er job13er commented Apr 19, 2022

Semver

This project uses semver, please check the scope of this PR:

  • #none#
  • #patch#
  • #minor#
  • #major#

Changelog

Changed

  • Default branch name when there's no CI branch env variable (from master to config.repository.defaultBranch or main).

Security

  • Updated dependencies to resolve dependabot issues

src/utils.js Outdated
@@ -104,7 +104,7 @@ function processEnv(config) {
}

config.computed.ci.isPr = config.computed.ci.prNumber !== 'false'
config.computed.ci.branch = getEnv(config.ci.env.branch, 'master')
config.computed.ci.branch = getEnv(config.ci.env.branch, config.vcs.repository.mainBranch)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to mention this in the changelog

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's actually not used unless there's no branch env variable in ci, but still worth mentioning. Also, I think. Messed up, I was gonna call it defaultBranch instead of mainBranch. I'll fix that.

@job13er job13er merged commit a247557 into all-i-code:main Apr 19, 2022
@job13er job13er deleted the update-deps branch April 19, 2022 16:37
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.

2 participants