devmoji icon indicating copy to clipboard operation
devmoji copied to clipboard

:robot: :rocket: :sparkles: Emojify your conventional commits with Devmoji

Results 42 devmoji issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v2` -> `v3` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | major | `v2` -> `v3` | ---...

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [semantic-release](https://redirect.github.com/semantic-release/semantic-release) | [`17.4.7` -> `19.0.3`](https://renovatebot.com/diffs/npm/semantic-release/17.4.7/19.0.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release/19.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semantic-release/17.4.7/19.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | ### GitHub Vulnerability...

# Description When merging a remote branch `(origin/master)` directly into the local branch `(feature/branch-abc)`, the default git commits message will be `"Merge remote-tracking branch 'origin/master' into feature/branch-abc"`. Current lint doesn't...

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.4.7 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...

dependencies

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.2 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits 906cf40 3.1.4 7712ba5 Fix ReDoS vulnerability backport a0203db Fix ReDoS vulnerability...

dependencies

See: https://pre-commit.com/#creating-new-hooks for details Can then be used with a `.pre-commit-config.yaml` containing: ``` repos: - repo: https://github.com/folke/devmoji # rev: pre-commit-hooks hooks: - id: devmoji ``` However it's failing at the...

`echo "perf(account summary): improve rendering time" | devmoji --commit` Current: `perf(account summary): improve rendering time` Expected: `perf(account summary): ⚡️ improve rendering time`

Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...

dependencies

Enjoy library and the constraints it creates when coupled with a precommit hook. One thing is bothering me though and that's how to check-in WIP code. What I'd like to...