Skip to content

Commit

Permalink
chore(deps-dev): bump the all group with 8 updates (#162)
Browse files Browse the repository at this point in the history
Updates `@commitlint/cli` from 18.4.4 to 18.5.0
- [Release notes](/~https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](/~https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](/~https://github.com/conventional-changelog/commitlint/commits/v18.5.0/@commitlint/cli)

Updates `@commitlint/config-conventional` from 18.4.4 to 18.5.0
- [Release notes](/~https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](/~https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](/~https://github.com/conventional-changelog/commitlint/commits/v18.5.0/@commitlint/config-conventional)

Updates `@types/node` from 18.19.7 to 18.19.8
- [Release notes](/~https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](/~https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitest/coverage-v8` from 1.2.0 to 1.2.1
- [Release notes](/~https://github.com/vitest-dev/vitest/releases)
- [Commits](/~https://github.com/vitest-dev/vitest/commits/v1.2.1/packages/coverage-v8)

Updates `@vitest/ui` from 1.2.0 to 1.2.1
- [Release notes](/~https://github.com/vitest-dev/vitest/releases)
- [Commits](/~https://github.com/vitest-dev/vitest/commits/v1.2.1/packages/ui)

Updates `lefthook` from 1.5.6 to 1.6.0
- [Release notes](/~https://github.com/evilmartians/lefthook/releases)
- [Changelog](/~https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.5.6...v1.6.0)

Updates `prettier` from 3.2.2 to 3.2.4
- [Release notes](/~https://github.com/prettier/prettier/releases)
- [Changelog](/~https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.2...3.2.4)

Updates `vitest` from 1.2.0 to 1.2.1
- [Release notes](/~https://github.com/vitest-dev/vitest/releases)
- [Commits](/~https://github.com/vitest-dev/vitest/commits/v1.2.1/packages/vitest)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nihal Gonsalves <nihal@nihalgonsalves.com>
  • Loading branch information
dependabot[bot] and nihalgonsalves authored Jan 22, 2024
1 parent b426bfa commit 50c8577
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 156 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "Node.js",
"build": {
"dockerfile": "Dockerfile"
"dockerfile": "Dockerfile",
},
"customizations": {
"vscode": {
"extensions": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"]
}
"extensions": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"],
},
},
"onCreateCommand": "yarn install",
"remoteUser": "node"
"remoteUser": "node",
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@nihalgonsalves/esconfig": "^0.8.1",
"@types/debug": "^4.1.8",
"@types/node": "18",
"@vitest/coverage-v8": "^1.2.0",
"@vitest/ui": "^1.2.0",
"@vitest/coverage-v8": "^1.2.1",
"@vitest/ui": "^1.2.1",
"browserslist": "^4.21.9",
"esbuild": "~0.19.11",
"eslint": "^8.45.0",
"eslint-plugin-vitest": "^0.3.1",
"lefthook": "^1.5.6",
"prettier": "^3.2.2",
"lefthook": "^1.6.0",
"prettier": "^3.2.4",
"typescript": "^5.1.6",
"vitest": "^1.2.0"
"vitest": "^1.2.1"
},
"packageManager": "yarn@4.0.2+sha256.825003a0f561ad09a3b1ac4a3b3ea6207af2796d54f62a9420520915721f5186"
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"moduleResolution": "Bundler",
"target": "ES2022",
"noEmit": true,
"verbatimModuleSyntax": false
"verbatimModuleSyntax": false,
},
"include": ["./src/", "./vitest.config.ts"]
"include": ["./src/", "./vitest.config.ts"],
}
Loading

0 comments on commit 50c8577

Please sign in to comment.