Skip to content

Commit

Permalink
chore(deps): 🧹 update library dependencies
Browse files Browse the repository at this point in the history
- Update winston to version 3.10.0
- Update @octokit/core to version 5.0.0
- Update @release-it/conventional-changelog to version 7.0.0
- Update @types/node to version 20.4.1
- Update @typescript-eslint/experimental-utils to version 5.62.0
- Update all-contributors-cli to version 6.26.1
- Update dedent to version 1.0.1
- Update eslint-config-canonical to version 41.1.2
- Update knip to version 2.15.1
- Update nodemon to version 3.0.1
- Update prettier-plugin-packagejson to version 2.4.5
- Update release-it to version 16.1.0
- Update pnpm to version 8.6.7
  • Loading branch information
navin-moorthy committed Jul 11, 2023
1 parent dfccc08 commit 2c188d7
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 166 deletions.
4 changes: 2 additions & 2 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = {
// Plugins
plugins: [prettierPluginPackagejson, prettierPluginSortImports],

pluginSearchDirs: false,
// @ianvs/prettier-plugin-sort-imports
importOrder: [
// A gap at the top after top-of-file-comments.
Expand Down Expand Up @@ -60,7 +59,8 @@ module.exports = {
// jsxSingleQuote: false,

// no comma at the end
trailingComma: "all",
// default
// trailingComma: "all",

// spaces are required at the beginning and end of the braces
// default
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"dependencies": {
"consola": "3.2.3",
"dotenv": "16.3.1",
"winston": "3.9.0",
"winston": "3.10.0",
"winston-daily-rotate-file": "4.7.1",
"zod": "3.21.4"
},
Expand All @@ -86,17 +86,17 @@
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@ianvs/prettier-plugin-sort-imports": "4.0.2",
"@octokit/core": "4.2.4",
"@release-it/conventional-changelog": "6.0.0",
"@types/node": "20.4.0",
"@typescript-eslint/experimental-utils": "5.61.0",
"all-contributors-cli": "6.26.0",
"@octokit/core": "5.0.0",
"@release-it/conventional-changelog": "7.0.0",
"@types/node": "20.4.1",
"@typescript-eslint/experimental-utils": "5.62.0",
"all-contributors-cli": "6.26.1",
"cspell": "6.31.1",
"dedent": "0.7.0",
"dedent": "1.0.1",
"del-cli": "5.0.0",
"dotenv-cli": "7.2.1",
"eslint": "8.44.0",
"eslint-config-canonical": "41.0.5",
"eslint-config-canonical": "41.1.2",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jsonc": "2.9.0",
"eslint-plugin-toml": "0.5.0",
Expand All @@ -107,24 +107,24 @@
"git-url-parse": "13.1.0",
"husky": "8.0.3",
"jsonc-eslint-parser": "2.3.0",
"knip": "2.14.3",
"knip": "2.15.1",
"lint-staged": "13.2.3",
"markdownlint": "0.29.0",
"markdownlint-cli": "0.35.0",
"nodemon": "2.0.22",
"nodemon": "3.0.1",
"npm-package-json-lint": "7.0.0",
"npm-package-json-lint-config-default": "6.0.0",
"prettier": "3.0.0",
"prettier-plugin-packagejson": "2.4.4",
"release-it": "16.0.0",
"prettier-plugin-packagejson": "2.4.5",
"release-it": "16.1.0",
"toml-eslint-parser": "0.6.0",
"ts-node": "10.9.1",
"tsup": "7.1.0",
"turbo": "1.10.7",
"typescript": "5.1.6",
"yaml-eslint-parser": "1.2.2"
},
"packageManager": "[email protected].6",
"packageManager": "[email protected].7",
"gacp": {
"add": false,
"push": false,
Expand Down
Loading

0 comments on commit 2c188d7

Please sign in to comment.