devmoji
devmoji copied to clipboard
:robot: :rocket: :sparkles: Emojify your conventional commits with Devmoji
Adds typescript support for configuration file. Solves #219. It is my attempt to contribute to this project and also to solve an issue I opened myself. I hope the maintainers...
When committing with `i18n` as the type, no emoji is added. It doesn't work even if manually added to the config: ```js { code: 'i18n', gitmoji: 'globe_with_meridians' } ``` If...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Hi, I use devmoji and husky frequently, so I spend a little time around that section of your readme. I noticed that the section that specifies whether to use the...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | major | `v2` -> `v4` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rollup-plugin-terser](https://redirect.github.com/TrySound/rollup-plugin-terser) → [@rollup/plugin-terser](https://redirect.github.com/TrySound/rollup-plugin-terser) | devDependencies | replacement | [`7.0.2` -> `0.1.0`](https://renovatebot.com/diffs/npm/rollup-plugin-terser/7.0.2/) | This...
When using git worktree the `--edit` flag fails, because `.git` isn't a directory but a file with content like ``` gitdir: $MY_ORIG_REPO_PATH/.git/worktrees/$MY_WORKTREE_NAME ``` When I look at the content of...
Hey! I've started using this tool and bumped into a weird issue. To sum it up, I ended up with this commit message using the tool ``` docs: 📚️ mention...