New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@crystal-ball/commitizen-base

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crystal-ball/commitizen-base - npm Package Compare versions

Comparing version 2.10.0 to 2.11.0

.babelrc

21

CHANGELOG.md

@@ -17,2 +17,23 @@ # @crystal-ball/commitizen-base changelog

## [2.11.0](https://github.com/crystal-ball/commitizen-base/compare/v2.10.0...v2.11.0) (2021-05-16)
#### ✨ Update
* Commitizen update 🆙([06f31ab](https://github.com/crystal-ball/commitizen-base/commit/06f31ab4ba80276bfefa19860b07881ba707324c))
#### Chore, Upgrade
* Update devDependencies 🆙 (#100)([5b07ab5](https://github.com/crystal-ball/commitizen-base/commit/5b07ab53ac36b10c8fa0ee19145d2135a5d7a7e3)), closes [#100](https://github.com/crystal-ball/commitizen-base/issue/100)
* Update devDependencies 🆙 (#103)([ecd5f8f](https://github.com/crystal-ball/commitizen-base/commit/ecd5f8f612d11254a6bb7bdfd237a541c862e928)), closes [#103](https://github.com/crystal-ball/commitizen-base/issue/103)
* Update devDependencies 🆙 (#96)([789538f](https://github.com/crystal-ball/commitizen-base/commit/789538f94e64d8faf820513f2c91c947a675ee76)), closes [#96](https://github.com/crystal-ball/commitizen-base/issue/96)
* Update devDependencies 🆙 (#98)([c7737fb](https://github.com/crystal-ball/commitizen-base/commit/c7737fb55f6624eb78ffd41f356f20dfba10d47e)), closes [#98](https://github.com/crystal-ball/commitizen-base/issue/98)
* Update ESLint dependencies 🆙([927007e](https://github.com/crystal-ball/commitizen-base/commit/927007e3750f0dac18b84b446571d04cedb3768e))
* Update package @types/jest to v26.0.22 🆙 (#102)([5faef6f](https://github.com/crystal-ball/commitizen-base/commit/5faef6f9a052b3494843c594251d490a41d76636)), closes [#102](https://github.com/crystal-ball/commitizen-base/issue/102)
* Update package eslint-config-eloquence to v17.7.0 🆙 (#99)([271ab01](https://github.com/crystal-ball/commitizen-base/commit/271ab01c8929b9ab019403f9681f6b207bb6eee1)), closes [#99](https://github.com/crystal-ball/commitizen-base/issue/99)
* Update package husky to v5 🆙 (#97)([18b58e0](https://github.com/crystal-ball/commitizen-base/commit/18b58e0a8e364c116065edf2d12451638b485a41)), closes [#97](https://github.com/crystal-ball/commitizen-base/issue/97)
* Update Renovate configs ⚙️([7f53eb9](https://github.com/crystal-ball/commitizen-base/commit/7f53eb93496f2ad7901cc046e121f4aff7b068b3))
* Package dependencies 🆙([7d2a345](https://github.com/crystal-ball/commitizen-base/commit/7d2a34577a16531c72e899a0c8ccd2ac25fae1be))
* Rename default branch to main 💖([4af3031](https://github.com/crystal-ball/commitizen-base/commit/4af3031993fd686f243df1259493bd13e554b822))
## [2.10.0](https://github.com/crystal-ball/commitizen-base/compare/v2.9.0...v2.10.0) (2021-02-05)

@@ -19,0 +40,0 @@

22

package.json
{
"name": "@crystal-ball/commitizen-base",
"version": "2.10.0",
"version": "2.11.0",
"description": "🔮 Projects - Commitizen base",

@@ -22,2 +22,3 @@ "main": "index.js",

"scripts": {
"commit": "cz",
"test": "npm run test:lint && npm run test:unit",

@@ -29,3 +30,3 @@ "test:lint": "NODE_ENV=test eslint --format=pretty --ext .js,.ts index.js src",

"dependencies": {
"commitizen": "4.2.3",
"commitizen": "4.2.4",
"wrap-ansi": "7.0.0"

@@ -35,6 +36,5 @@ },

"@crystal-ball/prettier-base": "2.6.0",
"@crystal-ball/semantic-release-base": "2.25.0",
"@types/jest": "26.0.20",
"eslint-config-eloquence": "17.2.0",
"husky": "4.3.8",
"@crystal-ball/semantic-release-base": "2.31.0",
"@types/jest": "26.0.23",
"eslint-config-eloquence": "19.1.0",
"jest": "26.6.3"

@@ -48,7 +48,2 @@ },

},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
}
},
"release": {

@@ -58,8 +53,3 @@ "extends": [

]
},
"renovate": {
"extends": [
"github>crystal-ball/renovate-base:library"
]
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc