Skip to content

Commit

Permalink
chore(deps-dev): bump the dev-non-major group across 1 directory with…
Browse files Browse the repository at this point in the history
… 7 updates

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

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.3.0` | `9.8.0` |
| [eslint](https://github.com/eslint/eslint) | `9.3.0` | `9.8.0` |
| [husky](https://github.com/typicode/husky) | `9.0.11` | `9.1.3` |
| [lint-staged](https://github.com/okonet/lint-staged) | `15.2.5` | `15.2.7` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.3` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.4` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `7.10.0` | `7.17.0` |



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

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

Updates `husky` from 9.0.11 to 9.1.3
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.0.11...v9.1.3)

Updates `lint-staged` from 15.2.5 to 15.2.7
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.5...v15.2.7)

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.10.0 to 7.17.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.17.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-non-major
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-non-major
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-non-major
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-non-major
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-non-major
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-non-major
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-non-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent f959508 commit 4382c43
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 131 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
},
"packageManager": "[email protected]",
"devDependencies": {
"@eslint/js": "^9.3.0",
"@eslint/js": "^9.8.0",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^20.12.12",
"eslint": "^9.3.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"eslint": "^9.8.0",
"husky": "^9.1.3",
"lint-staged": "^15.2.7",
"pinst": "^3.0.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"typescript-eslint": "^7.10.0"
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"typescript-eslint": "^7.17.0"
},
"prettier": {
"tabWidth": 2,
Expand Down
Loading

0 comments on commit 4382c43

Please sign in to comment.