Skip to content

Commit

Permalink
Bump the npm-semver-minor group with 3 updates (#1851)
Browse files Browse the repository at this point in the history
Bumps the npm-semver-minor group with 3 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@eslint/js` from 9.11.0 to 9.11.1
- [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.11.1/packages/js)

Updates `eslint` from 9.11.0 to 9.11.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.11.0...v9.11.1)

Updates `typescript-eslint` from 8.6.0 to 8.7.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.7.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-semver-minor
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-semver-minor
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-semver-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 Sep 24, 2024
1 parent 472e019 commit 16acb70
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 61 deletions.
128 changes: 70 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"watch": "npm run esbuild-base -- --watch=forever"
},
"devDependencies": {
"@eslint/js": "9.11.0",
"@eslint/js": "9.11.1",
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@total-typescript/ts-reset": "0.6.1",
"@tsconfig/strictest": "2.0.5",
Expand All @@ -17,7 +17,7 @@
"@types/eslint__js": "8.42.3",
"@types/luxon": "3.4.2",
"esbuild": "0.24.0",
"eslint": "9.11.0",
"eslint": "9.11.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-unicorn": "55.0.0",
"prettier": "3.3.3",
Expand All @@ -26,7 +26,7 @@
"stylelint-config-recess-order": "5.1.1",
"stylelint-config-standard": "36.0.1",
"typescript": "5.6.2",
"typescript-eslint": "8.6.0",
"typescript-eslint": "8.7.0",
"viewerjs": "1.11.6"
}
}

0 comments on commit 16acb70

Please sign in to comment.