Skip to content

Commit

Permalink
build(deps-dev): bump the npm-development group across 1 directory wi…
Browse files Browse the repository at this point in the history
…th 5 updates

Bumps the npm-development group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.3` | `22.10.5` |
| [bumpp](https://github.com/antfu/bumpp) | `9.8.1` | `9.10.0` |
| [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `5.1.1` | `5.1.5` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` |



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

Updates `bumpp` from 9.8.1 to 9.10.0
- [Release notes](https://github.com/antfu/bumpp/releases)
- [Commits](antfu-collective/bumpp@v9.8.1...v9.10.0)

Updates `eslint-plugin-github` from 5.1.1 to 5.1.5
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](github/eslint-plugin-github@v5.1.1...v5.1.5)

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

Updates `typescript` from 5.7.2 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.7.3)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: bumpp
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-patch
  dependency-group: npm-development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent e5ede3e commit b2a9efd
Show file tree
Hide file tree
Showing 2 changed files with 753 additions and 669 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@
},
"devDependencies": {
"@types/micromatch": "^4.0.9",
"@types/node": "^22.9.3",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.18.0",
"@vercel/ncc": "^0.38.3",
"bumpp": "^9.8.1",
"bumpp": "^9.10.0",
"eslint": "^8.57.0",
"eslint-plugin-github": "^5.1.1",
"eslint-plugin-github": "^5.1.5",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-prettier": "^5.2.1",
"make-coverage-badge": "^1.2.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"prettier-eslint": "^16.3.0",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
Loading

0 comments on commit b2a9efd

Please sign in to comment.