Skip to content

Commit

Permalink
Bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.10.0 (#219)
Browse files Browse the repository at this point in the history
* Bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.10.0

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.9.0 to 7.10.0.
- [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.10.0/packages/eslint-plugin)

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

Signed-off-by: dependabot[bot] <support@github.com>

* dependencies

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vvillait88 <vvillait88@yahoo.com>
  • Loading branch information
dependabot[bot] and vvillait88 authored May 27, 2024
1 parent 1ef22d8 commit 2b848b4
Show file tree
Hide file tree
Showing 5 changed files with 760 additions and 759 deletions.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ updates:
labels:
- "dependencies"
ignore:
- dependency-name: "eslint"
- dependency-name: "eslint"
- dependency-name: "eslint-plugin-unused-imports"
3 changes: 2 additions & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"interactive": true,
"packageManager": "yarn",
"reject": [
"eslint"
"eslint",
"eslint-plugin-unused-imports"
],
"root": true
}
12 changes: 6 additions & 6 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ asynckit@^0.4.0:
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==

axios@^1.6.8:
version "1.6.8"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66"
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==
version "1.7.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"
Expand Down Expand Up @@ -72,9 +72,9 @@ mime-types@^2.1.12:
mime-db "1.52.0"

peopledatalabs@*:
version "8.0.1"
resolved "https://registry.yarnpkg.com/peopledatalabs/-/peopledatalabs-8.0.1.tgz#7ba41c298596eb0b5cf0a861e87709cb72babd5d"
integrity sha512-/NZ8AU1qHnevxwut/fKTZQgdFBA74f39X5Pg0ljaTN5KEG9BK7TkCbo1or82RY0XVI0JTuyjljrvJfgVe83JCA==
version "8.1.0"
resolved "https://registry.yarnpkg.com/peopledatalabs/-/peopledatalabs-8.1.0.tgz#fa243ac1743ae511e55be72029028dd5cace4948"
integrity sha512-KpJM2pZq/zBgtM+Avw/wfS1rszFLrz/o4Z1jR4fu8pDpkUtJqVwYA+xTff6EjvOtjDMkQBZ4ZjwmuCrqPnz4dA==
dependencies:
axios "^1.6.8"
copy-anything "^3.0.5"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"homepage": "https://docs.peopledatalabs.com/docs/javascript-sdk",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"chai": "^5.1.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
Expand All @@ -64,7 +64,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"axios": "^1.7.0",
"axios": "^1.7.2",
"copy-anything": "^3.0.5"
}
}
Loading

0 comments on commit 2b848b4

Please sign in to comment.