Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): Bump the npm-development group across 1 directory wi…
Browse files Browse the repository at this point in the history
…th 4 updates

Bumps the npm-development group with 4 updates in the / directory: [esbuild](https://github.com/evanw/esbuild), [prettier](https://github.com/prettier/prettier), [typescript](https://github.com/Microsoft/TypeScript) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `esbuild` from 0.20.2 to 0.23.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.20.2...v0.23.0)

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

Updates `typescript` from 5.4.5 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.4)

Updates `typescript-eslint` from 7.8.0 to 7.18.0
- [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/v7.18.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jul 29, 2024
1 parent 92a9f5e commit 05aa0be
Showing 2 changed files with 610 additions and 237 deletions.
839 changes: 606 additions & 233 deletions package-lock.json
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -64,13 +64,13 @@
},
"devDependencies": {
"@vitest/coverage-v8": "^1.6.0",
"esbuild": "^0.20.2",
"esbuild": "^0.23.0",
"eslint": "^8.57.0",
"eslint-plugin-github": "^4.10.2",
"make-coverage-badge": "^1.2.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"typescript-eslint": "^7.18.0",
"vitest": "^1.5.2"
}
}

0 comments on commit 05aa0be

Please sign in to comment.