Skip to content

Commit

Permalink
chore(deps-dev): bump the deps-dev group across 1 directory with 7 up…
Browse files Browse the repository at this point in the history
…dates (#70)

Bumps the deps-dev group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/config-inspector](https://github.com/eslint/config-inspector) | `0.5.2` | `0.5.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.1.0` | `22.5.2` |
| [bumpp](https://github.com/antfu/bumpp) | `9.4.2` | `9.5.2` |
| [eslint](https://github.com/eslint/eslint) | `9.8.0` | `9.9.1` |
| [eslint-typegen](https://github.com/antfu/eslint-typegen) | `0.3.0` | `0.3.1` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.8` | `15.2.10` |
| [tsx](https://github.com/privatenumber/tsx) | `4.17.0` | `4.19.0` |



Updates `@eslint/config-inspector` from 0.5.2 to 0.5.4
- [Release notes](https://github.com/eslint/config-inspector/releases)
- [Changelog](https://github.com/eslint/config-inspector/blob/main/CHANGELOG.md)
- [Commits](eslint/config-inspector@v0.5.2...v0.5.4)

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

Updates `bumpp` from 9.4.2 to 9.5.2
- [Release notes](https://github.com/antfu/bumpp/releases)
- [Commits](antfu-collective/bumpp@v9.4.2...v9.5.2)

Updates `eslint` from 9.8.0 to 9.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.8.0...v9.9.1)

Updates `eslint-typegen` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/antfu/eslint-typegen/releases)
- [Commits](antfu/eslint-typegen@v0.3.0...v0.3.1)

Updates `lint-staged` from 15.2.8 to 15.2.10
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.8...v15.2.10)

Updates `tsx` from 4.17.0 to 4.19.0
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.17.0...v4.19.0)

---
updated-dependencies:
- dependency-name: "@eslint/config-inspector"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-dev
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps-dev
- dependency-name: bumpp
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps-dev
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps-dev
- dependency-name: eslint-typegen
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-dev
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-dev
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps-dev
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent bd8527d commit 3a4b946
Show file tree
Hide file tree
Showing 2 changed files with 550 additions and 266 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@
"local-pkg": "^0.5.0"
},
"devDependencies": {
"@eslint/config-inspector": "^0.5.2",
"@types/node": "^22.1.0",
"bumpp": "^9.4.2",
"eslint": "^9.8.0",
"eslint-typegen": "^0.3.0",
"lint-staged": "^15.2.8",
"@eslint/config-inspector": "^0.5.4",
"@types/node": "^22.5.2",
"bumpp": "^9.5.2",
"eslint": "^9.9.1",
"eslint-typegen": "^0.3.1",
"lint-staged": "^15.2.10",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.2.4",
"tsx": "^4.17.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit 3a4b946

Please sign in to comment.