Skip to content

Commit

Permalink
Update commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
psirenny authored May 21, 2024
1 parent 3eacb9a commit a2db3d1
Show file tree
Hide file tree
Showing 17 changed files with 216 additions and 245 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-papayas-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@spear-ai/commitlint-config": minor
---

Updated commitlint.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/ini-npm-1.3.8-fb5040b4c0-314ae176e8.zip
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/meow-npm-8.1.2-bcfe48d4f3-d4770f9013.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .yarn/install-state.gz
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"dependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@commitlint/cli": "18.6.1",
"@commitlint/types": "18.6.1",
"@commitlint/cli": "19.3.0",
"@commitlint/types": "19.0.3",
"@spear-ai/eslint-config": "*",
"@spear-ai/npm-package-json-lint-config": "*",
"commitlint": "18.6.1",
"commitlint": "19.3.0",
"eslint": "8.57.0",
"husky": "9.0.11",
"npm-package-json-lint": "7.1.0",
Expand All @@ -33,7 +33,7 @@
"scripts": {
"version": "changeset version && yarn workspaces foreach -A run sync-version",
"build": "yarn dlx turbo build",
"commitlint:check": "commitlint --from=HEAD^1",
"commitlint:check": "commitlint --last",
"eslint:check": "eslint --max-warnings 0 .",
"eslint:fix": "yarn eslint:check --fix",
"github-actions:push": "act push -s GH_PAT=$GH_PAT -s GITHUB_TOKEN=$GH_PAT -s NPM_TOKEN=$NPM_TOKEN",
Expand Down
6 changes: 3 additions & 3 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"type": "module",
"devDependencies": {
"@commitlint/types": "18.6.1",
"commitlint": "18.6.1",
"@commitlint/types": "19.0.3",
"commitlint": "19.3.0",
"eslint": "8.57.0",
"npm-package-json-lint": "7.1.0",
"prettier": "3.2.5",
Expand All @@ -22,7 +22,7 @@
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"peerDependencies": {
"commitlint": "^18.4.3"
"commitlint": "^19.3.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 0 additions & 2 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
},
"type": "module",
"devDependencies": {
"@commitlint/types": "18.6.1",
"commitlint": "18.6.1",
"eslint": "8.57.0",
"npm-package-json-lint": "7.1.0",
"prettier": "3.2.5",
Expand Down
Loading

0 comments on commit a2db3d1

Please sign in to comment.