lvgl / lv_i18n

Internationalization (i18n) for LVGL
MIT License
58 stars 17 forks source link

Bump lodash from 4.17.14 to 4.17.19 #28

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps lodash from 4.17.14 to 4.17.19.

Release notes

Sourced from lodash's releases.

4.17.16

Commits
Maintainer changes

This version was pushed to npm by mathias, a new releaser for lodash since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/lvgl/lv_i18n/network/alerts).
auto-comment[bot] commented 4 years ago

Thank you for raising your pull request.

To ensure that all licensing criteria is met all repositories of the LVGL project apply a process called DCO (Developer's Certificate of Origin).

The text of DCO can be read here: https://developercertificate.org/ For a more detailed description see the Documentation site.

By contributing to any repositories of the LVGL project you state that your contribution corresponds with the DCO.

No further action is required if your contribution fulfills the DCO. If you are not sure about it feel free to ask us in a comment.

puzrin commented 4 years ago

@kisvegabor LOL. Bot's talk. A you sure autocommenter needed in such repos? No critical, but looks strange with default settings :)

JS projects receive dependabot's PRs from time to time

kisvegabor commented 4 years ago

:laughing:

I think having DCO auto-comment is still important because these repos can receive PR's too.

However, we can use the pullRequestUnlabeled config option to skip dependencies labeled PRs. See https://github.com/boyney123/auto-comment

puzrin commented 4 years ago

Consider switch to https://github.com/actions/first-interaction.

Seems it does exactly what needed (IMO) - allow create comment on PR, but only for first one.

kisvegabor commented 4 years ago

I set it up on one of my old repos: https://github.com/kisvegabor/hw/blob/master/.github/workflows/dco.yml

Could send a dummy PR to this repo to see it works.