Skip to content

Commit

Permalink
chore(deps-dev): Bump the development-dependencies-minor group across…
Browse files Browse the repository at this point in the history
… 1 directory with 7 updates (#2375)

Bumps the development-dependencies-minor group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.7.0` | `9.8.0` |
| [eslint](https://github.com/eslint/eslint) | `9.7.0` | `9.8.0` |
| [eslint-plugin-turbo](https://github.com/vercel/turbo/tree/HEAD/packages/eslint-plugin-turbo) | `2.0.9` | `2.0.10` |
| [turbo](https://github.com/vercel/turbo) | `2.0.9` | `2.0.10` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `7.17.0` | `7.18.0` |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `5.3.2` | `5.3.6` |
| [tsx](https://github.com/privatenumber/tsx) | `4.16.2` | `4.16.3` |



Updates `@eslint/js` from 9.7.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.7.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.7.0...v9.8.0)

Updates `eslint-plugin-turbo` from 2.0.9 to 2.0.10
- [Release notes](https://github.com/vercel/turbo/releases)
- [Changelog](https://github.com/vercel/turbo/blob/main/release.md)
- [Commits](https://github.com/vercel/turbo/commits/v2.0.10/packages/eslint-plugin-turbo)

Updates `turbo` from 2.0.9 to 2.0.10
- [Release notes](https://github.com/vercel/turbo/releases)
- [Changelog](https://github.com/vercel/turbo/blob/main/release.md)
- [Commits](vercel/turborepo@v2.0.9...v2.0.10)

Updates `typescript-eslint` from 7.17.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)

Updates `@inquirer/prompts` from 5.3.2 to 5.3.6
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]...@inquirer/[email protected])

Updates `tsx` from 4.16.2 to 4.16.3
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.16.2...v4.16.3)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
- dependency-name: eslint-plugin-turbo
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies-minor
- dependency-name: turbo
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies-minor
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
- dependency-name: "@inquirer/prompts"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies-minor
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent cdd2951 commit 5dd54d0
Show file tree
Hide file tree
Showing 4 changed files with 212 additions and 224 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
"format:check": "prettier -c '**/*.{js,mjs,ts,tsx,md,json,css}'"
},
"devDependencies": {
"@eslint/js": "9.7.0",
"@eslint/js": "9.8.0",
"@next/eslint-plugin-next": "14.2.5",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/eslint__js": "8.42.3",
"eslint": "9.7.0",
"eslint": "9.8.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.1.0-rc-6d3110b4d9-20240531",
"eslint-plugin-turbo": "2.0.9",
"eslint-plugin-turbo": "2.0.10",
"knip": "5.27.0",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.5",
"turbo": "2.0.9",
"turbo": "2.0.10",
"typescript": "5.5.4",
"typescript-eslint": "7.17.0"
"typescript-eslint": "7.18.0"
}
}
4 changes: 2 additions & 2 deletions packages/party-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"prettier": "3.3.3"
},
"devDependencies": {
"@inquirer/prompts": "5.3.2",
"@inquirer/prompts": "5.3.6",
"@types/node": "22.0.0",
"tsx": "4.16.2"
"tsx": "4.16.3"
}
}
2 changes: 1 addition & 1 deletion packages/scrapers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"devDependencies": {
"@types/node": "22.0.0",
"tsx": "4.16.2"
"tsx": "4.16.3"
}
}
Loading

0 comments on commit 5dd54d0

Please sign in to comment.