From ec02ec51490eb7f1a61f37cb31586e45ce5c21a6 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 22 Sep 2024 22:53:27 -0700
Subject: [PATCH] Bump the dependencies group with 5 updates (#873)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the dependencies group with 5 updates:
| Package | From | To |
| --- | --- | --- |
|
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
| `8.5.0` | `8.6.0` |
|
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
| `8.5.0` | `8.6.0` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n)
| `17.10.2` | `17.10.3` |
| [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git)
| `3.26.0` | `3.27.0` |
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
| `8.5.0` | `8.6.0` |
Updates `@typescript-eslint/eslint-plugin` from 8.5.0 to 8.6.0
Release notes
Sourced from @typescript-eslint/eslint-plugin
's
releases.
v8.6.0
8.6.0 (2024-09-16)
🚀 Features
- add
allow
option for
restrict-template-expressions
(#8556)
- eslint-plugin: [no-unnecessary-condition] check
switch cases (#9912)
- eslint-plugin: [no-misused-promises] check array
predicate return (#9955)
- type-utils: isNullableType add Void logic (#9937)
- typescript-estree: disable plugin loading by
default in project service (#9964)
🩹 Fixes
- eslint-plugin: [no-deprecated] don't report
recursive types in destructuring assignment twice (#9969)
- eslint-plugin: [no-deprecated] report on deprecated
variables used in destructuring assignment (#9978)
- eslint-plugin: [no-deprecated] report on deprecated
properties with function-like types (#9977)
- eslint-plugin: [no-unnecessary-condition] properly
reflect multiple negations in message (#9940)
- typescript-estree: don't throw on missing
tsconfig.json by default in project service (#9989)
❤️ Thank You
You can read about our versioning
strategy and releases
on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin
's
changelog.
8.6.0 (2024-09-16)
🚀 Features
-
add allow
option for
restrict-template-expressions
-
type-utils: isNullableType add Void logic
-
eslint-plugin: [no-unnecessary-condition] check
switch cases
-
eslint-plugin: [no-misused-promises] check array
predicate return
🩹 Fixes
-
eslint-plugin: [no-deprecated] don't report
recursive types in destructuring assignment twice
-
eslint-plugin: [no-deprecated] report on deprecated
variables used in destructuring assignment
-
eslint-plugin: [no-deprecated] report on deprecated
properties with function-like types
-
eslint-plugin: [no-unnecessary-condition] properly
reflect multiple negations in message
❤️ Thank You
- Abraham Guo
- auvred
- Josh Goldberg ✨
- Kim Sang Du
- YeonJuan
You can read about our versioning
strategy and releases
on our website.
Commits
343710e
chore(release): publish 8.6.0
454d37e
feat(eslint-plugin): [no-misused-promises] check array predicate return
(#9955)
af92611
feat: add allow
option for
restrict-template-expressions
(#8556)
2a809e2
test(eslint-plugin): [no-unnecessary-type-parameters] add tests with
intrinsi...
682299e
feat(eslint-plugin): [no-unnecessary-condition] check switch cases (#9912)
77e65df
fix(eslint-plugin): [no-unnecessary-condition] properly reflect multiple
nega...
c11ca06
chore(eslint-plugin): make utility for static member access (#9836)
2a956b2
fix(eslint-plugin): [no-deprecated] report on deprecated properties with
func...
9a80067
fix(eslint-plugin): [no-deprecated] report on deprecated variables used
in de...
3710c9c
feat(type-utils): isNullableType add Void logic (#9937)
- Additional commits viewable in compare
view
Updates `@typescript-eslint/parser` from 8.5.0 to 8.6.0
Release notes
Sourced from @typescript-eslint/parser
's
releases.
v8.6.0
8.6.0 (2024-09-16)
🚀 Features
- add
allow
option for
restrict-template-expressions
(#8556)
- eslint-plugin: [no-unnecessary-condition] check
switch cases (#9912)
- eslint-plugin: [no-misused-promises] check array
predicate return (#9955)
- type-utils: isNullableType add Void logic (#9937)
- typescript-estree: disable plugin loading by
default in project service (#9964)
🩹 Fixes
- eslint-plugin: [no-deprecated] don't report
recursive types in destructuring assignment twice (#9969)
- eslint-plugin: [no-deprecated] report on deprecated
variables used in destructuring assignment (#9978)
- eslint-plugin: [no-deprecated] report on deprecated
properties with function-like types (#9977)
- eslint-plugin: [no-unnecessary-condition] properly
reflect multiple negations in message (#9940)
- typescript-estree: don't throw on missing
tsconfig.json by default in project service (#9989)
❤️ Thank You
You can read about our versioning
strategy and releases
on our website.
Changelog
Sourced from @typescript-eslint/parser
's
changelog.
8.6.0 (2024-09-16)
This was a version bump only for parser to align it with other
projects, there were no code changes.
You can read about our versioning
strategy and releases
on our website.
Commits
Updates `eslint-plugin-n` from 17.10.2 to 17.10.3
Release notes
Sourced from eslint-plugin-n's
releases.
v17.10.3
🩹 Fixes
- Use our data set to work out if a module is a node module (#338)
(6a1b2c5)
📚 Documentation
Changelog
Sourced from eslint-plugin-n's
changelog.
🩹 Fixes
- Use our data set to work out if a module is a node module (#338)
(6a1b2c5)
📚 Documentation
Commits
Updates `simple-git` from 3.26.0 to 3.27.0
Release notes
Sourced from simple-git's
releases.
simple-git@3.27.0
Minor Changes
- 52f767b: Add
similarity
to the
DiffResultNameStatusFile
interface used when fetching
log/diff with the --name-status
option.
- 739b0d9: Diff summary includes original name of renamed files when
run wiht the
--name-status
option.
- bc90e7e: Fixes an issue with reporting name changes in the
files
array returned by git.status
.
Thank you @mark-codesphere
for the contribution.
Patch Changes
- 03e1c64: Resolve error in log parsing when fields have empty
values.
Changelog
Sourced from simple-git's
changelog.
3.27.0
Minor Changes
- 52f767b: Add
similarity
to the
DiffResultNameStatusFile
interface used when fetching
log/diff with the --name-status
option.
- 739b0d9: Diff summary includes original name of renamed files when
run wiht the
--name-status
option.
- bc90e7e: Fixes an issue with reporting name changes in the
files
array returned by git.status
.
Thank you @mark-codesphere
for the contribution.
Patch Changes
- 03e1c64: Resolve error in log parsing when fields have empty
values.
Commits
Updates `typescript-eslint` from 8.5.0 to 8.6.0
Release notes
Sourced from typescript-eslint's
releases.
v8.6.0
8.6.0 (2024-09-16)
🚀 Features
- add
allow
option for
restrict-template-expressions
(#8556)
- eslint-plugin: [no-unnecessary-condition] check
switch cases (#9912)
- eslint-plugin: [no-misused-promises] check array
predicate return (#9955)
- type-utils: isNullableType add Void logic (#9937)
- typescript-estree: disable plugin loading by
default in project service (#9964)
🩹 Fixes
- eslint-plugin: [no-deprecated] don't report
recursive types in destructuring assignment twice (#9969)
- eslint-plugin: [no-deprecated] report on deprecated
variables used in destructuring assignment (#9978)
- eslint-plugin: [no-deprecated] report on deprecated
properties with function-like types (#9977)
- eslint-plugin: [no-unnecessary-condition] properly
reflect multiple negations in message (#9940)
- typescript-estree: don't throw on missing
tsconfig.json by default in project service (#9989)
❤️ Thank You
You can read about our versioning
strategy and releases
on our website.
Changelog
Sourced from typescript-eslint's
changelog.
8.6.0 (2024-09-16)
This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.
You can read about our versioning
strategy and releases
on our website.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 118 +++++++++++++++++++++++-----------------------
package.json | 10 ++--
2 files changed, 64 insertions(+), 64 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index ec445f3bc..5be9668c6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -18,8 +18,8 @@
"@types/jest-specific-snapshot": "^0.5.9",
"@types/node": "^22.5.5",
"@types/semver": "^7.5.8",
- "@typescript-eslint/eslint-plugin": "^8.5.0",
- "@typescript-eslint/parser": "^8.5.0",
+ "@typescript-eslint/eslint-plugin": "^8.6.0",
+ "@typescript-eslint/parser": "^8.6.0",
"caller": "^1.1.0",
"debug": "^4.3.7",
"eslint": "^8.57.0",
@@ -28,7 +28,7 @@
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import-x": "^4.2.1",
"eslint-plugin-jest": "^28.8.3",
- "eslint-plugin-n": "^17.10.2",
+ "eslint-plugin-n": "^17.10.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"fast-sort": "^3.4.1",
@@ -36,12 +36,12 @@
"jest-junit": "^16.0.0",
"jest-specific-snapshot": "^8.0.0",
"semver": "^7.6.3",
- "simple-git": "^3.26.0",
+ "simple-git": "^3.27.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.1.2",
"typescript": "^5.6.2",
- "typescript-eslint": "^8.5.0",
+ "typescript-eslint": "^8.6.0",
"yaml": "^2.5.1"
},
"engines": {
@@ -1403,16 +1403,16 @@
"license": "MIT"
},
"node_modules/@typescript-eslint/eslint-plugin": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.5.0.tgz",
- "integrity": "sha512-lHS5hvz33iUFQKuPFGheAB84LwcJ60G8vKnEhnfcK1l8kGVLro2SFYW6K0/tj8FUhRJ0VHyg1oAfg50QGbPPHw==",
+ "version": "8.6.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.6.0.tgz",
+ "integrity": "sha512-UOaz/wFowmoh2G6Mr9gw60B1mm0MzUtm6Ic8G2yM1Le6gyj5Loi/N+O5mocugRGY+8OeeKmkMmbxNqUCq3B4Sg==",
"dev": true,
"dependencies": {
"@eslint-community/regexpp": "^4.10.0",
- "@typescript-eslint/scope-manager": "8.5.0",
- "@typescript-eslint/type-utils": "8.5.0",
- "@typescript-eslint/utils": "8.5.0",
- "@typescript-eslint/visitor-keys": "8.5.0",
+ "@typescript-eslint/scope-manager": "8.6.0",
+ "@typescript-eslint/type-utils": "8.6.0",
+ "@typescript-eslint/utils": "8.6.0",
+ "@typescript-eslint/visitor-keys": "8.6.0",
"graphemer": "^1.4.0",
"ignore": "^5.3.1",
"natural-compare": "^1.4.0",
@@ -1436,15 +1436,15 @@
}
},
"node_modules/@typescript-eslint/parser": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.5.0.tgz",
- "integrity": "sha512-gF77eNv0Xz2UJg/NbpWJ0kqAm35UMsvZf1GHj8D9MRFTj/V3tAciIWXfmPLsAAF/vUlpWPvUDyH1jjsr0cMVWw==",
+ "version": "8.6.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.6.0.tgz",
+ "integrity": "sha512-eQcbCuA2Vmw45iGfcyG4y6rS7BhWfz9MQuk409WD47qMM+bKCGQWXxvoOs1DUp+T7UBMTtRTVT+kXr7Sh4O9Ow==",
"dev": true,
"dependencies": {
- "@typescript-eslint/scope-manager": "8.5.0",
- "@typescript-eslint/types": "8.5.0",
- "@typescript-eslint/typescript-estree": "8.5.0",
- "@typescript-eslint/visitor-keys": "8.5.0",
+ "@typescript-eslint/scope-manager": "8.6.0",
+ "@typescript-eslint/types": "8.6.0",
+ "@typescript-eslint/typescript-estree": "8.6.0",
+ "@typescript-eslint/visitor-keys": "8.6.0",
"debug": "^4.3.4"
},
"engines": {
@@ -1464,13 +1464,13 @@
}
},
"node_modules/@typescript-eslint/scope-manager": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.5.0.tgz",
- "integrity": "sha512-06JOQ9Qgj33yvBEx6tpC8ecP9o860rsR22hWMEd12WcTRrfaFgHr2RB/CA/B+7BMhHkXT4chg2MyboGdFGawYg==",
+ "version": "8.6.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.6.0.tgz",
+ "integrity": "sha512-ZuoutoS5y9UOxKvpc/GkvF4cuEmpokda4wRg64JEia27wX+PysIE9q+lzDtlHHgblwUWwo5/Qn+/WyTUvDwBHw==",
"dev": true,
"dependencies": {
- "@typescript-eslint/types": "8.5.0",
- "@typescript-eslint/visitor-keys": "8.5.0"
+ "@typescript-eslint/types": "8.6.0",
+ "@typescript-eslint/visitor-keys": "8.6.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1481,13 +1481,13 @@
}
},
"node_modules/@typescript-eslint/type-utils": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.5.0.tgz",
- "integrity": "sha512-N1K8Ix+lUM+cIDhL2uekVn/ZD7TZW+9/rwz8DclQpcQ9rk4sIL5CAlBC0CugWKREmDjBzI/kQqU4wkg46jWLYA==",
+ "version": "8.6.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.6.0.tgz",
+ "integrity": "sha512-dtePl4gsuenXVwC7dVNlb4mGDcKjDT/Ropsk4za/ouMBPplCLyznIaR+W65mvCvsyS97dymoBRrioEXI7k0XIg==",
"dev": true,
"dependencies": {
- "@typescript-eslint/typescript-estree": "8.5.0",
- "@typescript-eslint/utils": "8.5.0",
+ "@typescript-eslint/typescript-estree": "8.6.0",
+ "@typescript-eslint/utils": "8.6.0",
"debug": "^4.3.4",
"ts-api-utils": "^1.3.0"
},
@@ -1505,9 +1505,9 @@
}
},
"node_modules/@typescript-eslint/types": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.5.0.tgz",
- "integrity": "sha512-qjkormnQS5wF9pjSi6q60bKUHH44j2APxfh9TQRXK8wbYVeDYYdYJGIROL87LGZZ2gz3Rbmjc736qyL8deVtdw==",
+ "version": "8.6.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.6.0.tgz",
+ "integrity": "sha512-rojqFZGd4MQxw33SrOy09qIDS8WEldM8JWtKQLAjf/X5mGSeEFh5ixQlxssMNyPslVIk9yzWqXCsV2eFhYrYUw==",
"dev": true,
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1518,13 +1518,13 @@
}
},
"node_modules/@typescript-eslint/typescript-estree": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.5.0.tgz",
- "integrity": "sha512-vEG2Sf9P8BPQ+d0pxdfndw3xIXaoSjliG0/Ejk7UggByZPKXmJmw3GW5jV2gHNQNawBUyfahoSiCFVov0Ruf7Q==",
+ "version": "8.6.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.6.0.tgz",
+ "integrity": "sha512-MOVAzsKJIPIlLK239l5s06YXjNqpKTVhBVDnqUumQJja5+Y94V3+4VUFRA0G60y2jNnTVwRCkhyGQpavfsbq/g==",
"dev": true,
"dependencies": {
- "@typescript-eslint/types": "8.5.0",
- "@typescript-eslint/visitor-keys": "8.5.0",
+ "@typescript-eslint/types": "8.6.0",
+ "@typescript-eslint/visitor-keys": "8.6.0",
"debug": "^4.3.4",
"fast-glob": "^3.3.2",
"is-glob": "^4.0.3",
@@ -1570,15 +1570,15 @@
}
},
"node_modules/@typescript-eslint/utils": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.5.0.tgz",
- "integrity": "sha512-6yyGYVL0e+VzGYp60wvkBHiqDWOpT63pdMV2CVG4LVDd5uR6q1qQN/7LafBZtAtNIn/mqXjsSeS5ggv/P0iECw==",
+ "version": "8.6.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.6.0.tgz",
+ "integrity": "sha512-eNp9cWnYf36NaOVjkEUznf6fEgVy1TWpE0o52e4wtojjBx7D1UV2WAWGzR+8Y5lVFtpMLPwNbC67T83DWSph4A==",
"dev": true,
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
- "@typescript-eslint/scope-manager": "8.5.0",
- "@typescript-eslint/types": "8.5.0",
- "@typescript-eslint/typescript-estree": "8.5.0"
+ "@typescript-eslint/scope-manager": "8.6.0",
+ "@typescript-eslint/types": "8.6.0",
+ "@typescript-eslint/typescript-estree": "8.6.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1592,12 +1592,12 @@
}
},
"node_modules/@typescript-eslint/visitor-keys": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.5.0.tgz",
- "integrity": "sha512-yTPqMnbAZJNy2Xq2XU8AdtOW9tJIr+UQb64aXB9f3B1498Zx9JorVgFJcZpEc9UBuCCrdzKID2RGAMkYcDtZOw==",
+ "version": "8.6.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.6.0.tgz",
+ "integrity": "sha512-wapVFfZg9H0qOYh4grNVQiMklJGluQrOUiOhYRrQWhx7BY/+I1IYb8BczWNbbUpO+pqy0rDciv3lQH5E1bCLrg==",
"dev": true,
"dependencies": {
- "@typescript-eslint/types": "8.5.0",
+ "@typescript-eslint/types": "8.6.0",
"eslint-visitor-keys": "^3.4.3"
},
"engines": {
@@ -2921,9 +2921,9 @@
}
},
"node_modules/eslint-plugin-n": {
- "version": "17.10.2",
- "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.10.2.tgz",
- "integrity": "sha512-e+s4eAf5NtJaxPhTNu3qMO0Iz40WANS93w9LQgYcvuljgvDmWi/a3rh+OrNyMHeng6aOWGJO0rCg5lH4zi8yTw==",
+ "version": "17.10.3",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.10.3.tgz",
+ "integrity": "sha512-ySZBfKe49nQZWR1yFaA0v/GsH6Fgp8ah6XV0WDz6CN8WO0ek4McMzb7A2xnf4DCYV43frjCygvb9f/wx7UUxRw==",
"dev": true,
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
@@ -5646,9 +5646,9 @@
"license": "ISC"
},
"node_modules/simple-git": {
- "version": "3.26.0",
- "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.26.0.tgz",
- "integrity": "sha512-5tbkCSzuskR6uA7uA23yjasmA0RzugVo8QM2bpsnxkrgP13eisFT7TMS4a+xKEJvbmr4qf+l0WT3eKa9IxxUyw==",
+ "version": "3.27.0",
+ "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.27.0.tgz",
+ "integrity": "sha512-ivHoFS9Yi9GY49ogc6/YAi3Fl9ROnF4VyubNylgCkA+RVqLaKWnDSzXOVzya8csELIaWaYNutsEuAhZrtOjozA==",
"dev": true,
"dependencies": {
"@kwsites/file-exists": "^1.1.1",
@@ -6194,14 +6194,14 @@
}
},
"node_modules/typescript-eslint": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.5.0.tgz",
- "integrity": "sha512-uD+XxEoSIvqtm4KE97etm32Tn5MfaZWgWfMMREStLxR6JzvHkc2Tkj7zhTEK5XmtpTmKHNnG8Sot6qDfhHtR1Q==",
+ "version": "8.6.0",
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.6.0.tgz",
+ "integrity": "sha512-eEhhlxCEpCd4helh3AO1hk0UP2MvbRi9CtIAJTVPQjuSXOOO2jsEacNi4UdcJzZJbeuVg1gMhtZ8UYb+NFYPrA==",
"dev": true,
"dependencies": {
- "@typescript-eslint/eslint-plugin": "8.5.0",
- "@typescript-eslint/parser": "8.5.0",
- "@typescript-eslint/utils": "8.5.0"
+ "@typescript-eslint/eslint-plugin": "8.6.0",
+ "@typescript-eslint/parser": "8.6.0",
+ "@typescript-eslint/utils": "8.6.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
diff --git a/package.json b/package.json
index 644ee7876..d5934b716 100644
--- a/package.json
+++ b/package.json
@@ -16,8 +16,8 @@
"@types/jest-specific-snapshot": "^0.5.9",
"@types/node": "^22.5.5",
"@types/semver": "^7.5.8",
- "@typescript-eslint/eslint-plugin": "^8.5.0",
- "@typescript-eslint/parser": "^8.5.0",
+ "@typescript-eslint/eslint-plugin": "^8.6.0",
+ "@typescript-eslint/parser": "^8.6.0",
"caller": "^1.1.0",
"debug": "^4.3.7",
"eslint": "^8.57.0",
@@ -26,7 +26,7 @@
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import-x": "^4.2.1",
"eslint-plugin-jest": "^28.8.3",
- "eslint-plugin-n": "^17.10.2",
+ "eslint-plugin-n": "^17.10.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"fast-sort": "^3.4.1",
@@ -34,12 +34,12 @@
"jest-junit": "^16.0.0",
"jest-specific-snapshot": "^8.0.0",
"semver": "^7.6.3",
- "simple-git": "^3.26.0",
+ "simple-git": "^3.27.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.1.2",
"typescript": "^5.6.2",
- "typescript-eslint": "^8.5.0",
+ "typescript-eslint": "^8.6.0",
"yaml": "^2.5.1"
},
"bundleDependencies": [