Skip to content

Commit

Permalink
Bump @typescript-eslint/utils from 8.13.0 to 8.19.0 (#36)
Browse files Browse the repository at this point in the history
* Bump @typescript-eslint/utils from 8.13.0 to 8.19.0

Bumps [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) from 8.13.0 to 8.19.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/utils)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/utils"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* remove unused file causing build error

---------

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 Jan 1, 2025
1 parent 0e32783 commit e56d902
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 62 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"private": true,
"dependencies": {
"@typescript-eslint/utils": "^8.18.1",
"@typescript-eslint/utils": "^8.19.0",
"common-tags": "^1.8.2",
"tslib": "^2.8.1",
"tsutils": "^3.21.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-rxjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@smarttools/eslint-plugin-rxjs",
"version": "1.0.0",
"dependencies": {
"@typescript-eslint/utils": "^8.13.0",
"@typescript-eslint/utils": "^8.19.0",
"@typescript-eslint/rule-tester": "^8.13.0",
"common-tags": "^1.8.2",
"decamelize": "^6.0.0",
Expand Down

This file was deleted.

110 changes: 99 additions & 11 deletions pnpm-lock.yaml

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

0 comments on commit e56d902

Please sign in to comment.