Bump the actions group with 3 updates (#252)

Bumps the actions group with 3 updates: [esbuild](https://github.com/evanw/esbuild), [prettier](https://github.com/prettier/prettier) and [typescript](https://github.com/microsoft/TypeScript).


Updates `esbuild` from 0.27.7 to 0.28.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.27.7...v0.28.0)

Updates `prettier` from 3.8.0 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.8.0...3.8.3)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-04-21 17:07:53 -04:00 committed by GitHub
parent b70bc4f58e
commit a6ad61186f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 119 additions and 119 deletions

View file

@ -27,10 +27,10 @@
},
"devDependencies": {
"@types/node": "^25.0.9",
"esbuild": "^0.27.4",
"esbuild": "^0.28.0",
"husky": "^9.1.7",
"prettier": "3.8.0",
"typescript": "5.9.3",
"prettier": "3.8.3",
"typescript": "6.0.3",
"vitest": "^4.0.18"
}
}