Skip to content

Commit

Permalink
chore(deps): bump the all group with 9 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [zod](https://github.com/colinhacks/zod) | `3.23.8` | `3.24.1` |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.6.0` | `19.6.1` |
| [@nihalgonsalves/esconfig](https://github.com/nihalgonsalves/esconfig) | `0.10.16` | `0.10.17` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.67` | `18.19.68` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.24.2` | `4.24.3` |
| [eslint](https://github.com/eslint/eslint) | `9.16.0` | `9.17.0` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.39.2` | `5.41.0` |
| [lefthook](https://github.com/evilmartians/lefthook) | `1.9.0` | `1.9.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.18.0` | `8.18.1` |


Updates `zod` from 3.23.8 to 3.24.1
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.23.8...v3.24.1)

Updates `@commitlint/cli` from 19.6.0 to 19.6.1
- [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/v19.6.1/@commitlint/cli)

Updates `@nihalgonsalves/esconfig` from 0.10.16 to 0.10.17
- [Release notes](https://github.com/nihalgonsalves/esconfig/releases)
- [Changelog](https://github.com/nihalgonsalves/esconfig/blob/main/CHANGELOG.md)
- [Commits](nihalgonsalves/esconfig@esconfig-v0.10.16...esconfig-v0.10.17)

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

Updates `browserslist` from 4.24.2 to 4.24.3
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.24.2...4.24.3)

Updates `eslint` from 9.16.0 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.16.0...v9.17.0)

Updates `knip` from 5.39.2 to 5.41.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.41.0/packages/knip)

Updates `lefthook` from 1.9.0 to 1.9.2
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.9.0...v1.9.2)

Updates `typescript-eslint` from 8.18.0 to 8.18.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@nihalgonsalves/esconfig"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: browserslist
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: knip
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: lefthook
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent bfee16c commit b492b47
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 340 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,26 @@
},
"dependencies": {
"debug": "^4.4.0",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/compat": "^1.2.4",
"@nihalgonsalves/esconfig": "^0.10.16",
"@nihalgonsalves/esconfig": "^0.10.17",
"@types/debug": "^4.1.12",
"@types/node": "18",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"browserslist": "^4.24.2",
"browserslist": "^4.24.3",
"esbuild": "~0.24.0",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-plugin-vitest": "^0.5.4",
"knip": "^5.39.2",
"lefthook": "^1.9.0",
"knip": "^5.41.0",
"lefthook": "^1.9.2",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"typescript-eslint": "^8.18.1",
"vitest": "^2.1.8"
},
"packageManager": "[email protected]+sha512.341db9396b6e289fecc30cd7ab3af65060e05ebff4b3b47547b278b9e67b08f485ecd8c79006b405446262142c7a38154445ef7f17c1d5d1de7d90bf9ce7054d"
Expand Down
Loading

0 comments on commit b492b47

Please sign in to comment.