Skip to content

Commit

Permalink
chore(root): Bump pnpm to its latest version (#5653)
Browse files Browse the repository at this point in the history
* chore(root): Remove conventional commits

This is a small quality-of-life change for contributors. Since the introduction of the conventional commit PR title Github action and the introduction of squashed merges, there is no need to enforce conventional commits in our everyday commits before pushing them to the branch.

This will also speed up the husky hooks that take place locally.
  • Loading branch information
SokratisVidros authored May 31, 2024
1 parent df7d0ac commit b1f4caa
Show file tree
Hide file tree
Showing 8 changed files with 120 additions and 1,591 deletions.
41 changes: 0 additions & 41 deletions .commitlintrc.json

This file was deleted.

3 changes: 2 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,8 @@
"whatsappbusiness",
"xkeysib",
"zulip",
"zwnj"
"zwnj",
"prepush"
],
"flagWords": [],
"patterns": [
Expand Down
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

1 change: 0 additions & 1 deletion libs/embed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ npm install
- **Docs automatic generation and deployment** to `gh-pages`, using **[TypeDoc](http://typedoc.org/)**
- Automatic types `(*.d.ts)` file generation
- **[Travis](https://travis-ci.org)** integration and **[Coveralls](https://coveralls.io/)** report
- (Optional) **Automatic releases and changelog**, using [Semantic release](https://github.com/semantic-release/semantic-release), [Commitizen](https://github.com/commitizen/cz-cli), [Conventional changelog](https://github.com/conventional-changelog/conventional-changelog) and [Husky](https://github.com/typicode/husky) (for the git hooks)

### Importing library

Expand Down
7 changes: 0 additions & 7 deletions libs/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,7 @@
"src/*.{js,ts}"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@rollup/plugin-node-resolve": "^6.0.0",
"@rollup/plugin-replace": "^5.0.2",
"@types/jest": "29.5.2",
Expand Down
1 change: 0 additions & 1 deletion libs/embed/tools/semantic-release-prepare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const pkg = JSON.parse(
)

pkg.scripts.prepush = "pnpm test:prod && pnpm build"
pkg.scripts.commitmsg = "commitlint -E HUSKY_GIT_PARAMS"

writeFileSync(
path.resolve(__dirname, "..", "package.json"),
Expand Down
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@
"devDependencies": {
"@auto-it/npm": "^10.36.5",
"@auto-it/released": "^10.36.5",
"@commitlint/cli": "17.6.6",
"@commitlint/config-angular": "^17.0.0",
"@commitlint/config-conventional": "17.6.6",
"@cspell/eslint-plugin": "^6.14.3",
"@nrwl/cli": "^15.9.3",
"@nrwl/eslint-plugin-nx": "^16.10.0",
Expand All @@ -98,7 +95,6 @@
"auto": "^10.36.5",
"chalk": "4.1.2",
"chalk-animation": "^1.6.0",
"commitizen": "^4.3.0",
"cpx": "^1.5.0",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
Expand Down Expand Up @@ -208,11 +204,6 @@
"stop-only --file"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"engines": {
"node": ">=20 <21",
"pnpm": "^9.1.4"
Expand Down
Loading

0 comments on commit b1f4caa

Please sign in to comment.