Skip to content

Commit

Permalink
Bump the linting group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the linting group with 4 updates in the /tests directory: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint-plugin-json](https://github.com/azeemba/eslint-plugin-json) and [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise).


Updates `@typescript-eslint/eslint-plugin` from 7.8.0 to 7.14.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.14.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.8.0 to 7.14.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.14.1/packages/parser)

Updates `eslint-plugin-json` from 3.1.0 to 4.0.0
- [Release notes](https://github.com/azeemba/eslint-plugin-json/releases)
- [Commits](azeemba/eslint-plugin-json@v3.1.0...v4.0.0)

Updates `eslint-plugin-promise` from 6.1.1 to 6.2.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-promise@v6.1.1...v6.2.0)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting
- dependency-name: eslint-plugin-json
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: linting
- dependency-name: eslint-plugin-promise
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 29, 2024
1 parent 7aff150 commit b82d029
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 145 deletions.
206 changes: 65 additions & 141 deletions tests/package-lock.json

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

8 changes: 4 additions & 4 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@badeball/cypress-cucumber-preprocessor": "^20.0.7",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.1",
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@vuepress/bundler-vite": "^2.0.0-rc.14",
"cypress": "^13.12.0",
"cypress-network-idle": "^1.14.2",
Expand All @@ -43,9 +43,9 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-json": "^4.0.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-yml": "^1.14.0",
"multiple-cucumber-html-reporter": "^3.6.2",
Expand Down

0 comments on commit b82d029

Please sign in to comment.