Skip to content

Commit

Permalink
build(deps-dev): bump the lint group with 3 updates (#141)
Browse files Browse the repository at this point in the history
Bumps the lint group with 3 updates: [eslint](https://github.com/eslint/eslint), [eslint-plugin-rxjs-x](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `eslint` from 9.17.0 to 9.18.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.17.0...v9.18.0)

Updates `eslint-plugin-rxjs-x` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/releases)
- [Changelog](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/CHANGELOG.md)
- [Commits](JasonWeinzierl/eslint-plugin-rxjs-x@v0.6.1...v0.6.2)

Updates `typescript-eslint` from 8.19.0 to 8.19.1
- [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.19.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lint
- dependency-name: eslint-plugin-rxjs-x
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: lint
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: lint
...

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 Jan 11, 2025
1 parent dbc3337 commit 4faf0ba
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 78 deletions.
184 changes: 109 additions & 75 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 @@ -75,14 +75,14 @@
"@types/testing-library__jasmine-dom": "^1.3.4",
"@types/uuid": "^10.0.0",
"angular-eslint": "19.0.2",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-depend": "^0.12.0",
"eslint-plugin-jasmine": "^4.2.2",
"eslint-plugin-no-secrets": "^2.1.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-rxjs-x": "^0.6.1",
"eslint-plugin-rxjs-x": "^0.6.2",
"eslint-plugin-testing-library": "^7.1.1",
"jasmine-core": "~5.5.0",
"karma": "~6.4.4",
Expand All @@ -96,6 +96,6 @@
"prettier": "^3.4.2",
"prettier-eslint": "^16.3.0",
"typescript": "~5.6.3",
"typescript-eslint": "8.19.0"
"typescript-eslint": "8.19.1"
}
}

0 comments on commit 4faf0ba

Please sign in to comment.