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 5 updates

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

| Package | From | To |
| --- | --- | --- |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `15.0.3` | `15.0.4` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.38.3` | `5.39.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.16.0` | `8.18.0` |
| [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `15.0.3` | `15.0.4` |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `7.1.0` | `7.2.0` |



Updates `@next/eslint-plugin-next` from 15.0.3 to 15.0.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.0.4/packages/eslint-plugin-next)

Updates `knip` from 5.38.3 to 5.39.2
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.39.2/packages/knip)

Updates `typescript-eslint` from 8.16.0 to 8.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/v8.18.0/packages/typescript-eslint)

Updates `@next/bundle-analyzer` from 15.0.3 to 15.0.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.0.4/packages/next-bundle-analyzer)

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

---
updated-dependencies:
- dependency-name: "@next/eslint-plugin-next"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies-minor
- dependency-name: knip
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: "@next/bundle-analyzer"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies-minor
- dependency-name: "@inquirer/prompts"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent a0f7e55 commit 2dc973f
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 181 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typed.js": "2.1.0"
},
"devDependencies": {
"@next/bundle-analyzer": "15.0.3",
"@next/bundle-analyzer": "15.0.4",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"autoprefixer": "10.4.20",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
},
"devDependencies": {
"@eslint/js": "9.16.0",
"@next/eslint-plugin-next": "15.0.3",
"@next/eslint-plugin-next": "15.0.4",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/eslint__js": "8.42.3",
"eslint": "9.16.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.1.0-rc.1",
"eslint-plugin-turbo": "2.3.3",
"knip": "5.38.3",
"knip": "5.39.2",
"prettier": "3.4.1",
"prettier-plugin-tailwindcss": "0.6.9",
"turbo": "2.3.3",
"typescript": "5.7.2",
"typescript-eslint": "8.16.0"
"typescript-eslint": "8.18.0"
},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion packages/party-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prettier": "3.4.1"
},
"devDependencies": {
"@inquirer/prompts": "7.1.0",
"@inquirer/prompts": "7.2.0",
"@types/node": "22.10.1",
"tsx": "4.19.2"
}
Expand Down
Loading

0 comments on commit 2dc973f

Please sign in to comment.