Skip to content

Commit

Permalink
Bump typescript-eslint from 8.21.0 to 8.22.0 (#82)
Browse files Browse the repository at this point in the history
* Bump typescript-eslint from 8.21.0 to 8.22.0

Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.21.0 to 8.22.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.22.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* update dependencies

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Bush <[email protected]>
  • Loading branch information
dependabot[bot] and DaveMBush authored Feb 4, 2025
1 parent 9b07422 commit fd284fc
Show file tree
Hide file tree
Showing 3 changed files with 596 additions and 582 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"private": true,
"dependencies": {
"@typescript-eslint/utils": "^8.21.0",
"ts-api-utils": "^2.0.0",
"@typescript-eslint/utils": "^8.23.0",
"ts-api-utils": "^2.0.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular-eslint/test-utils": "19.0.2",
"@eslint/eslintrc": "^2.1.1",
"@eslint/eslintrc": "^3.2.0",
"@nx/angular": "20.4.0",
"@nx/cypress": "20.4.0",
"@nx/esbuild": "20.4.0",
Expand All @@ -30,13 +30,13 @@
"@nx/webpack": "20.4.0",
"@nx/workspace": "20.4.0",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.10.7",
"@swc/core": "~1.10.14",
"@swc/helpers": "~0.5.15",
"@types/jest": "^29.4.0",
"@types/node": "22.10.5",
"@typescript-eslint/rule-tester": "^8.20.0",
"@types/jest": "^29.5.14",
"@types/node": "22.13.1",
"@typescript-eslint/rule-tester": "^8.23.0",
"esbuild": "^0.24.2",
"eslint": "~9.18.0",
"eslint": "~9.19.0",
"eslint-config-prettier": "^10.0.1",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
Expand All @@ -46,7 +46,7 @@
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"typescript": "5.7.3",
"typescript-eslint": "^8.13.0",
"typescript-eslint": "^8.23.0",
"verdaccio": "^6.0.5"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-rxjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@smarttools/eslint-plugin-rxjs",
"version": "1.0.0",
"dependencies": {
"@typescript-eslint/utils": "^8.21.0",
"ts-api-utils": "^2.0.0"
"@typescript-eslint/utils": "^8.23.0",
"ts-api-utils": "^2.0.1"
},
"peerDependencies": {
"typescript": ">=4.0.0"
Expand Down
Loading

0 comments on commit fd284fc

Please sign in to comment.