Skip to content

Commit

Permalink
build(deps-dev): bump the dev-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.2.2` | `19.4.1` |
| [@turbo/gen](https://github.com/vercel/turborepo/tree/HEAD/packages/turbo-gen) | `2.0.14` | `2.1.1` |
| [commitlint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@alias/commitlint) | `19.4.0` | `19.4.1` |
| [turbo](https://github.com/vercel/turborepo) | `2.0.14` | `2.1.1` |
| [msw](https://github.com/mswjs/msw) | `2.3.5` | `2.4.1` |


Updates `@commitlint/config-conventional` from 19.2.2 to 19.4.1
- [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/v19.4.1/@commitlint/config-conventional)

Updates `@turbo/gen` from 2.0.14 to 2.1.1
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](https://github.com/vercel/turborepo/commits/v2.1.1/packages/turbo-gen)

Updates `commitlint` from 19.4.0 to 19.4.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@alias/commitlint/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.4.1/@alias/commitlint)

Updates `turbo` from 2.0.14 to 2.1.1
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](vercel/turborepo@v2.0.14...v2.1.1)

Updates `msw` from 2.3.5 to 2.4.1
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.3.5...v2.4.1)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@turbo/gen"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: commitlint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: turbo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 00fe99e commit 3f1eefb
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 306 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/config-conventional": "^19.4.1",
"@tsconfig/strictest": "^2.0.5",
"@turbo/gen": "^2.0.11",
"@turbo/gen": "^2.1.1",
"@types/node": "^22.1.0",
"commitlint": "^19.3.0",
"commitlint": "^19.4.1",
"lefthook": "^1.7.11",
"tsup": "^8.2.4",
"turbo": "^2.0.11",
"turbo": "^2.1.1",
"typescript": "^5.5.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jwks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
],
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.4",
"msw": "^2.3.5",
"msw": "^2.4.1",
"vitest": "^2.0.5"
}
}
Loading

0 comments on commit 3f1eefb

Please sign in to comment.