Socket
Socket
Sign inDemoInstall

git-cz-emoji

Package Overview
Dependencies
144
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.17 to 1.1.18

2

dist/main.d.ts

@@ -0,1 +1,2 @@

import { commitTypes } from './types';
export declare const CommitProfile: {

@@ -120,1 +121,2 @@ bodyLineLength: number;

};
export declare type CommitTypes = commitTypes;

@@ -120,2 +120,3 @@ export declare const commitProfile: {

};
export declare type commitTypes = 'build' | 'ci' | 'docs' | 'feat' | 'fix' | 'perf' | 'refactor' | 'revert' | 'style' | 'test' | 'wip' | 'chore';
export declare const types: {

@@ -122,0 +123,0 @@ build: {

2

dist/types.js

@@ -33,3 +33,3 @@ "use strict";

description: 'Changes to our CI configuration files and scripts (example scopes: Travis, GitLab, GitHub, BrowserStack, etc.)',
emoji: 'โš™๏ธ',
emoji: '๐Ÿ“ฆ',
release: false,

@@ -36,0 +36,0 @@ title: 'Continuous Integrations'

{
"private": false,
"name": "git-cz-emoji",
"version": "1.1.17",
"version": "1.1.18",
"description": "Commitizen configuration that follows the Conventional Changelog format with emoji support",

@@ -20,6 +20,8 @@ "license": "MIT",

"files": [
"dist"
"dist",
"lib"
],
"scripts": {
"build": "task npm:build:tsconfig",
"bump": "npm run build && npm version patch --no-commit-hooks --no-git-tag-version --force && npm publish",
"help": "task --menu",

@@ -47,6 +49,7 @@ "prepare": "task common:husky",

"@washingtondc/development": "latest",
"cz-emoji-conventional": "^1.0.1",
"esbuild": "^0.12.29",
"esbuild-node-externals": "^1.3.0",
"eslint-config-strict-mode": "latest",
"git-cz-emoji": "^1.1.15",
"git-cz-emoji": "latest",
"glob": "^7.2.0",

@@ -142,9 +145,9 @@ "handlebars-helpers": "^0.10.0",

"require-unicode-regexp": "warn",
"security/detect-object-injection": "warn",
"sonarjs/cognitive-complexity": "warn",
"sonarjs/no-nested-template-literals": "warn",
"unicorn/consistent-destructuring": "warn",
"unicorn/prefer-module": "warn",
"security/detect-object-injection": "warn",
"unicorn/import-style": "warn",
"unicorn/no-array-reduce": "warn",
"unicorn/prefer-module": "warn",
"unicorn/prevent-abbreviations": "warn",

@@ -234,2 +237,3 @@ "yml/sort-keys": "warn"

"build": "Builds the project using the build command specified under scripts in package.json",
"bump": "Used to quickly build, increase the package.json version, and publish the package",
"help": "Display the Bodega Taskfile.yml interactive help menu",

@@ -236,0 +240,0 @@ "prepare": "A hook triggered by running npm install that runs logic such as installing pre-commit hooks",

@@ -32,4 +32,4 @@ <!-- โš ๏ธ This README has been generated from the file(s) ".config/docs/blueprint-readme-config.md" โš ๏ธ--><div align="center">

<div align="center">
<a href="https://www.npmjs.com/package/git-cz-emoji" title="Version 1.0.2" target="_blank">
<img alt="Version: 1.0.2" src="https://img.shields.io/badge/version-1.0.2-blue.svg?cacheSeconds=2592000&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAQMAAABJtOi3AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAACNJREFUCNdjIACY//+BEp9hhM3hAzYQwoBIAqEDYQrCZLwAAGlFKxU1nF9cAAAAAElFTkSuQmCC&style=flat-square" />
<a href="https://www.npmjs.com/package/git-cz-emoji" title="Version 1.1.16" target="_blank">
<img alt="Version: 1.1.16" src="https://img.shields.io/badge/version-1.1.16-blue.svg?cacheSeconds=2592000&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAQMAAABJtOi3AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAACNJREFUCNdjIACY//+BEp9hhM3hAzYQwoBIAqEDYQrCZLwAAGlFKxU1nF9cAAAAAElFTkSuQmCC&style=flat-square" />
</a>

@@ -69,5 +69,6 @@ <a href="https://gitlab.com/megabyte-labs/npm/configs/git-cz-emoji/-/commits/master" title="GitLab CI build status" target="_blank">

- [Preview](#preview)
- [Format](#format)
- [Installation](#installation)
- [Globally](#globally)
- [Locally](#locally)
- [Installing Globally](#installing-globally)
- [Installing Locally](#installing-locally)
- [Usage](#usage)

@@ -111,16 +112,25 @@ - [Contributing](#contributing)

After you set this configuration up, when you do `git commit` you will be prompted with a menu like the one below. It will prompt you for the type of commit, ask for a subject, and a few other options. The whole process guides your commits and your repository's users commits to come out consistently in such a way that you can generate automated CHANGELOG.md files. **[semantic-release-config](https://github.com/ProfessorManhattan/semantic-release-config)** and **[conventional-changelog-emoji-config](https://github.com/ProfessorManhattan/conventional-changelog-emoji-config)** rely on this Commitizen configuration to generate commit messages that are in a consistent format.
After you set this configuration up, when you do `git commit` you will be prompted with an interactive menu. It will prompt you for the type of commit, ask for a subject, and a few other options. The whole process guides your commits and your repository's users commits to come out consistently in such a way that you can generate automated CHANGELOG.md files. **[semantic-release-config](https://github.com/ProfessorManhattan/semantic-release-config)** and **[conventional-changelog-emoji-config](https://github.com/ProfessorManhattan/conventional-changelog-emoji-config)** rely on this Commitizen configuration to generate commit messages that are in a consistent format.
```shell
Select the type of change that you're committing: (Use arrow keys)
โฏ โœจ Feat: Introducing new features.
๐Ÿ› Bug: Fixing a bug.
๐Ÿ“ Docs: Writing docs.
๐ŸŽจ Style: Improving structure / format of the code.
๐Ÿ’„ UI: Updating the UI and style files.
๐Ÿš‘ Quickfix: Critical hotfix.
โšก๏ธ Pref: Improving performance.
(Move up and down to reveal more choices)
Some of your commit message titles may look something like:
```md
- โœจ feat: add signup pages from (#11)
- ๐Ÿ› fix(test): get browser width for android devices
- โ™ป๏ธ refactor(sc): refactor to styled component
- ๐Ÿงช test: add test for splitmerge
```
<a href="#format" style="width:100%"><img style="width:100%" src="https://gitlab.com/megabyte-labs/assets/-/raw/master/png/aqua-divider.png" /></a>
## Format
Format of the commit is below:
```text
[emoji] [type]([scope]): [commit msg] (#[issue number])
```
_Note:_ `scope` & `issue number` are optional.
<a href="#installation" style="width:100%"><img style="width:100%" src="https://gitlab.com/megabyte-labs/assets/-/raw/master/png/aqua-divider.png" /></a>

@@ -132,3 +142,3 @@

### Globally
### Installing Globally

@@ -147,3 +157,3 @@ You can install this library globally and have it run on all projects using the following method. First, install the package globally:

### Locally
### Installing Locally

@@ -150,0 +160,0 @@ To install the library locally (so that the configuration is portable with your repository), add it to your `devDependencies` by running:

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc