Skip to content

Commit

Permalink
chore(deps): bump the dev-dependencies group across 2 directories wit…
Browse files Browse the repository at this point in the history
…h 3 updates

Bumps the dev-dependencies group with 3 updates in the / directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [@typespec/compiler](https://github.com/microsoft/typespec) and [@typespec/json-schema](https://github.com/microsoft/typespec).
Bumps the dev-dependencies group with 2 updates in the /definitions directory: [@typespec/compiler](https://github.com/microsoft/typespec) and [@typespec/json-schema](https://github.com/microsoft/typespec).


Updates `@biomejs/biome` from 1.9.3 to 1.9.4
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.9.4/packages/@biomejs/biome)

Updates `@typespec/compiler` from 0.60.1 to 0.61.2
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/@typespec/[email protected]...@typespec/[email protected])

Updates `@typespec/json-schema` from 0.60.0 to 0.61.0
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/[email protected]@0.61.0)

Updates `@typespec/compiler` from 0.60.1 to 0.61.2
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/@typespec/[email protected]...@typespec/[email protected])

Updates `@typespec/json-schema` from 0.60.0 to 0.61.0
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/[email protected]@0.61.0)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@typespec/compiler"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@typespec/json-schema"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@typespec/compiler"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@typespec/json-schema"
  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 Oct 21, 2024
1 parent 2049247 commit ec37536
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 109 deletions.
4 changes: 2 additions & 2 deletions definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"code-static:fix": "wireit"
},
"devDependencies": {
"@typespec/compiler": "^0.60.1",
"@typespec/json-schema": "^0.60.0",
"@typespec/compiler": "^0.61.2",
"@typespec/json-schema": "^0.61.0",
"wireit": "^0.14.9"
},
"wireit": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"prepare": "husky"
},
"dependencies": {
"@biomejs/biome": "1.9.3",
"@biomejs/biome": "1.9.4",
"@changesets/cli": "^2.27.9",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"rimraf": "^6.0.1",
"wireit": "^0.14.9"
},
"devDependencies": {
"@typespec/compiler": "^0.60.1"
"@typespec/compiler": "^0.61.2"
},
"lint-staged": {
"!definitions/**/*": "pnpm run code-static:fix",
Expand Down
Loading

0 comments on commit ec37536

Please sign in to comment.