Skip to content

Commit

Permalink
chore(deps): Upgrade dependencies
Browse files Browse the repository at this point in the history
Upgraded the following dependencies and devDependencies:

Dependencies:
- @commitlint/config-conventional: ^18.1.0 -> ^19.2.2
- @commitlint/lint: ^18.1.0 -> ^19.2.2
- @commitlint/load: ^18.2.0 -> ^19.2.0

DevDependencies:
- @antfu/eslint-config: ^2.1.0 -> ^2.21.1
- @commitlint/cli: ^18.4.3 -> ^19.3.0
- @commitlint/types: ^18.1.0 -> ^19.0.3
- @types/node: ^20.9.0 -> ^20.14.8
- eslint: ^8.54.0 -> ^8.57.0
- lint-staged: ^15.1.0 -> ^15.2.7
- rimraf: ^5.0.5 -> ^5.0.7
- tsup: ^7.2.0 -> ^8.1.0
- typescript: ^5.2.2 -> ^5.5.2
- vitest: ^0.34.6 -> ^1.6.0

BREAKING: Upgraded @commitlint packages to v19 which have switched to pure ESM.
  • Loading branch information
kevintyj committed Jun 24, 2024
1 parent 59797d1 commit 12168b9
Show file tree
Hide file tree
Showing 2 changed files with 1,427 additions and 977 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,27 +42,27 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@commitlint/config-conventional": "^18.1.0",
"@commitlint/lint": "^18.1.0",
"@commitlint/load": "^18.2.0"
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/lint": "^19.2.2",
"@commitlint/load": "^19.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.1.0",
"@antfu/eslint-config": "^2.21.1",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^18.4.3",
"@commitlint/types": "^18.1.0",
"@types/node": "^20.9.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/types": "^19.0.3",
"@types/node": "^20.14.8",
"@vercel/ncc": "^0.38.1",
"@vitest/coverage-v8": "^0.34.6",
"eslint": "^8.54.0",
"eslint": "^8.57.0",
"husky": "^8.0.3",
"json": "^11.0.0",
"lint-staged": "^15.1.0",
"rimraf": "^5.0.5",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
"lint-staged": "^15.2.7",
"rimraf": "^5.0.7",
"tsup": "^8.1.0",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
},
"lint-staged": {
"*": "eslint --fix"
Expand Down
Loading

0 comments on commit 12168b9

Please sign in to comment.