From d86b62c2c75819b00175eedd94d01647f7d8c484 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 12 Nov 2024 14:03:04 -0800
Subject: [PATCH] Bump the dependencies group with 7 updates (#911)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the dependencies group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [@trunkio/launcher](https://trunk.io) | `1.3.2` | `1.3.4` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `22.8.7` | `22.9.0` |
|
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
| `8.12.2` | `8.13.0` |
|
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
| `8.12.2` | `8.13.0` |
|
[eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest)
| `28.8.3` | `28.9.0` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n)
| `17.12.0` | `17.13.1` |
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
| `8.12.2` | `8.13.0` |
Updates `@trunkio/launcher` from 1.3.2 to 1.3.4
Updates `@types/node` from 22.8.7 to 22.9.0
Commits
Updates `@typescript-eslint/eslint-plugin` from 8.12.2 to 8.13.0
Release notes
Sourced from @typescript-eslint/eslint-plugin
's
releases.
v8.13.0
8.13.0 (2024-11-04)
🚀 Features
- add
options
property to ImportExpression
node (#10255)
- eslint-plugin: disable
no-class-assign
rule in eslint-recommended
config (#10250)
- eslint-plugin: [prefer-nullish-coalescing] add
option
ignoreBooleanCoercion
(#9924)
- eslint-plugin: [only-throw-error] add allow option
(#10221)
🩹 Fixes
- deps: update dependency
@eslint-community/regexpp
to v4.12.1 (#10269)
- eslint-plugin: [no-unnecessary-condition] falsey
bigint should be falsey (#10205)
- eslint-plugin: [no-deprecated] report on deprecated
variables used inside dynamic imports (#10261)
- eslint-plugin: [no-deprecated] report when exported
class implements/extends deprecated entity (#10259)
- eslint-plugin: [consistent-type-definitions] don't
leave trailing parens when fixing type to interface (#10235)
- eslint-plugin: [switch-exhaustiveness-check] add
support for covering a missing property with
undefined
(#10232)
- types: parent property type annotation in the
ImportAttribute node (#10258)
- utils: allow an array for the values of
SharedConfig (#10217)
❤️ Thank You
You can read about our versioning
strategy and releases
on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin
's
changelog.
8.13.0 (2024-11-04)
🚀 Features
- eslint-plugin: [only-throw-error] add allow option
(#10221)
- eslint-plugin: [prefer-nullish-coalescing] add
option
ignoreBooleanCoercion
(#9924)
- eslint-plugin: disable
no-class-assign
rule in eslint-recommended
config (#10250)
🩹 Fixes
- eslint-plugin: [switch-exhaustiveness-check] add
support for covering a missing property with
undefined
(#10232)
- eslint-plugin: [consistent-type-definitions] don't
leave trailing parens when fixing type to interface (#10235)
- eslint-plugin: [no-deprecated] report when exported
class implements/extends deprecated entity (#10259)
- eslint-plugin: [no-deprecated] report on deprecated
variables used inside dynamic imports (#10261)
- eslint-plugin: [no-unnecessary-condition] falsey
bigint should be falsey (#10205)
❤️ Thank You
You can read about our versioning
strategy and releases
on our website.
Commits
ac1f632
chore(release): publish 8.13.0
f83a591
fix(eslint-plugin): [switch-exhaustiveness-check] add support for
covering a ...
3b97b55
chore: enable eslint-plugin-perfectionist on the rest of the repo (#10189)
c1fe3ea
feat(eslint-plugin): [only-throw-error] add allow option (#10221)
d90cc59
chore: update eslint version internally to latest (#10244)
5bd4c0a
fix(eslint-plugin): [consistent-type-definitions] don't leave trailing
parens...
d9e5da1
fix(eslint-plugin): [no-deprecated] report when exported class
implements/ext...
1e633c7
fix(eslint-plugin): [no-deprecated] report on deprecated variables used
insid...
05ed7e6
docs: fix prefer-nullish-coalescing.mdx
be3a224
feat(eslint-plugin): [prefer-nullish-coalescing] add option
`ignoreBooleanCoe...
- Additional commits viewable in compare
view
Updates `@typescript-eslint/parser` from 8.12.2 to 8.13.0
Release notes
Sourced from @typescript-eslint/parser
's
releases.
v8.13.0
8.13.0 (2024-11-04)
🚀 Features
- add
options
property to ImportExpression
node (#10255)
- eslint-plugin: disable
no-class-assign
rule in eslint-recommended
config (#10250)
- eslint-plugin: [prefer-nullish-coalescing] add
option
ignoreBooleanCoercion
(#9924)
- eslint-plugin: [only-throw-error] add allow option
(#10221)
🩹 Fixes
- deps: update dependency
@eslint-community/regexpp
to v4.12.1 (#10269)
- eslint-plugin: [no-unnecessary-condition] falsey
bigint should be falsey (#10205)
- eslint-plugin: [no-deprecated] report on deprecated
variables used inside dynamic imports (#10261)
- eslint-plugin: [no-deprecated] report when exported
class implements/extends deprecated entity (#10259)
- eslint-plugin: [consistent-type-definitions] don't
leave trailing parens when fixing type to interface (#10235)
- eslint-plugin: [switch-exhaustiveness-check] add
support for covering a missing property with
undefined
(#10232)
- types: parent property type annotation in the
ImportAttribute node (#10258)
- utils: allow an array for the values of
SharedConfig (#10217)
❤️ Thank You
You can read about our versioning
strategy and releases
on our website.
Changelog
Sourced from @typescript-eslint/parser
's
changelog.
8.13.0 (2024-11-04)
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-jest` from 28.8.3 to 28.9.0
Release notes
Sourced from eslint-plugin-jest's
releases.
v28.9.0
28.9.0
(2024-11-05)
Features
Changelog
Sourced from eslint-plugin-jest's
changelog.
28.9.0
(2024-11-05)
Features
Commits
49f3079
chore(release): 28.9.0 [skip ci]
1ce1258
feat: add TypeScript types (#1667)
6f8ff4d
chore: switch to v16 of @types/node
(#1668)
2a12174
chore(deps): lock file maintenance
04044b9
docs: include both flat and legacy config examples in usage section (#1664)
d932210
chore(deps): lock file maintenance
28c0f6d
chore(deps): update yarn to v3.8.6 (#1657)
89c39e0
chore(deps): lock file maintenance
0ff404c
chore(deps): lock file maintenance
3888bee
chore(deps): lock file maintenance
- Additional commits viewable in compare
view
Updates `eslint-plugin-n` from 17.12.0 to 17.13.1
Release notes
Sourced from eslint-plugin-n's
releases.
v17.13.1
🩹 Fixes
- exported / referenced plugin same instance (#380)
(3c45b67)
v17.13.0
🌟 Features
🩹 Fixes
🧹 Chores
Changelog
Sourced from eslint-plugin-n's
changelog.
🩹 Fixes
- exported / referenced plugin same instance (#380)
(3c45b67)
🌟 Features
🩹 Fixes
🧹 Chores
Commits
Updates `typescript-eslint` from 8.12.2 to 8.13.0
Release notes
Sourced from typescript-eslint's
releases.
v8.13.0
8.13.0 (2024-11-04)
🚀 Features
- add
options
property to ImportExpression
node (#10255)
- eslint-plugin: disable
no-class-assign
rule in eslint-recommended
config (#10250)
- eslint-plugin: [prefer-nullish-coalescing] add
option
ignoreBooleanCoercion
(#9924)
- eslint-plugin: [only-throw-error] add allow option
(#10221)
🩹 Fixes
- deps: update dependency
@eslint-community/regexpp
to v4.12.1 (#10269)
- eslint-plugin: [no-unnecessary-condition] falsey
bigint should be falsey (#10205)
- eslint-plugin: [no-deprecated] report on deprecated
variables used inside dynamic imports (#10261)
- eslint-plugin: [no-deprecated] report when exported
class implements/extends deprecated entity (#10259)
- eslint-plugin: [consistent-type-definitions] don't
leave trailing parens when fixing type to interface (#10235)
- eslint-plugin: [switch-exhaustiveness-check] add
support for covering a missing property with
undefined
(#10232)
- types: parent property type annotation in the
ImportAttribute node (#10258)
- utils: allow an array for the values of
SharedConfig (#10217)
❤️ Thank You
You can read about our versioning
strategy and releases
on our website.
Changelog
Sourced from typescript-eslint's
changelog.
8.13.0 (2024-11-04)
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 | 146 ++++++++++++++++++++++++----------------------
package.json | 14 ++---
2 files changed, 82 insertions(+), 78 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 1651db306..ae9be6871 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,15 +11,15 @@
"@jest/console": "^29.4.1",
"@jest/reporters": "^29.4.1",
"@jest/test-result": "^29.4.1",
- "@trunkio/launcher": "^1.3.2",
+ "@trunkio/launcher": "^1.3.4",
"@types/caller": "^1.0.2",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.14",
"@types/jest-specific-snapshot": "^0.5.9",
- "@types/node": "^22.8.7",
+ "@types/node": "^22.9.0",
"@types/semver": "^7.5.8",
- "@typescript-eslint/eslint-plugin": "^8.12.2",
- "@typescript-eslint/parser": "^8.12.2",
+ "@typescript-eslint/eslint-plugin": "^8.13.0",
+ "@typescript-eslint/parser": "^8.13.0",
"caller": "^1.1.0",
"debug": "^4.3.7",
"eslint": "^8.57.0",
@@ -27,8 +27,8 @@
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import-x": "^4.4.0",
- "eslint-plugin-jest": "^28.8.3",
- "eslint-plugin-n": "^17.12.0",
+ "eslint-plugin-jest": "^28.9.0",
+ "eslint-plugin-n": "^17.13.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"fast-sort": "^3.4.1",
@@ -41,7 +41,7 @@
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.1.2",
"typescript": "^5.6.3",
- "typescript-eslint": "^8.12.2",
+ "typescript-eslint": "^8.13.0",
"yaml": "^2.6.0"
},
"engines": {
@@ -631,15 +631,19 @@
}
},
"node_modules/@eslint-community/eslint-utils": {
- "version": "4.4.0",
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz",
+ "integrity": "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==",
"dev": true,
- "license": "MIT",
"dependencies": {
- "eslint-visitor-keys": "^3.3.0"
+ "eslint-visitor-keys": "^3.4.3"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ },
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
}
@@ -1227,9 +1231,9 @@
}
},
"node_modules/@trunkio/launcher": {
- "version": "1.3.2",
- "resolved": "https://registry.npmjs.org/@trunkio/launcher/-/launcher-1.3.2.tgz",
- "integrity": "sha512-b5XTWaCjfXDk1wrFKutBqhoc3jVBEjD6l36aUc9AI+QFWWOqX5bLjkgOMAa2krN1QqAjP834wDYIW4n3PvXhCA==",
+ "version": "1.3.4",
+ "resolved": "https://registry.npmjs.org/@trunkio/launcher/-/launcher-1.3.4.tgz",
+ "integrity": "sha512-4LCsFVvZtKht7EkbOq5gDsRLIBOH05ycNxm1Vrv+YzY+uOK2HueLBcLU8oejV9v01LTtWjfLJxonIgTSo7lwng==",
"dev": true,
"dependencies": {
"semver": "^7.5.4",
@@ -1371,9 +1375,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
- "version": "22.8.7",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.7.tgz",
- "integrity": "sha512-LidcG+2UeYIWcMuMUpBKOnryBWG/rnmOHQR5apjn8myTQcx3rinFRn7DcIFhMnS0PPFSC6OafdIKEad0lj6U0Q==",
+ "version": "22.9.0",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz",
+ "integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==",
"dev": true,
"dependencies": {
"undici-types": "~6.19.8"
@@ -1404,16 +1408,16 @@
"license": "MIT"
},
"node_modules/@typescript-eslint/eslint-plugin": {
- "version": "8.12.2",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.12.2.tgz",
- "integrity": "sha512-gQxbxM8mcxBwaEmWdtLCIGLfixBMHhQjBqR8sVWNTPpcj45WlYL2IObS/DNMLH1DBP0n8qz+aiiLTGfopPEebw==",
+ "version": "8.13.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.13.0.tgz",
+ "integrity": "sha512-nQtBLiZYMUPkclSeC3id+x4uVd1SGtHuElTxL++SfP47jR0zfkZBJHc+gL4qPsgTuypz0k8Y2GheaDYn6Gy3rg==",
"dev": true,
"dependencies": {
"@eslint-community/regexpp": "^4.10.0",
- "@typescript-eslint/scope-manager": "8.12.2",
- "@typescript-eslint/type-utils": "8.12.2",
- "@typescript-eslint/utils": "8.12.2",
- "@typescript-eslint/visitor-keys": "8.12.2",
+ "@typescript-eslint/scope-manager": "8.13.0",
+ "@typescript-eslint/type-utils": "8.13.0",
+ "@typescript-eslint/utils": "8.13.0",
+ "@typescript-eslint/visitor-keys": "8.13.0",
"graphemer": "^1.4.0",
"ignore": "^5.3.1",
"natural-compare": "^1.4.0",
@@ -1437,15 +1441,15 @@
}
},
"node_modules/@typescript-eslint/parser": {
- "version": "8.12.2",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.12.2.tgz",
- "integrity": "sha512-MrvlXNfGPLH3Z+r7Tk+Z5moZAc0dzdVjTgUgwsdGweH7lydysQsnSww3nAmsq8blFuRD5VRlAr9YdEFw3e6PBw==",
+ "version": "8.13.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.13.0.tgz",
+ "integrity": "sha512-w0xp+xGg8u/nONcGw1UXAr6cjCPU1w0XVyBs6Zqaj5eLmxkKQAByTdV/uGgNN5tVvN/kKpoQlP2cL7R+ajZZIQ==",
"dev": true,
"dependencies": {
- "@typescript-eslint/scope-manager": "8.12.2",
- "@typescript-eslint/types": "8.12.2",
- "@typescript-eslint/typescript-estree": "8.12.2",
- "@typescript-eslint/visitor-keys": "8.12.2",
+ "@typescript-eslint/scope-manager": "8.13.0",
+ "@typescript-eslint/types": "8.13.0",
+ "@typescript-eslint/typescript-estree": "8.13.0",
+ "@typescript-eslint/visitor-keys": "8.13.0",
"debug": "^4.3.4"
},
"engines": {
@@ -1465,13 +1469,13 @@
}
},
"node_modules/@typescript-eslint/scope-manager": {
- "version": "8.12.2",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.12.2.tgz",
- "integrity": "sha512-gPLpLtrj9aMHOvxJkSbDBmbRuYdtiEbnvO25bCMza3DhMjTQw0u7Y1M+YR5JPbMsXXnSPuCf5hfq0nEkQDL/JQ==",
+ "version": "8.13.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.13.0.tgz",
+ "integrity": "sha512-XsGWww0odcUT0gJoBZ1DeulY1+jkaHUciUq4jKNv4cpInbvvrtDoyBH9rE/n2V29wQJPk8iCH1wipra9BhmiMA==",
"dev": true,
"dependencies": {
- "@typescript-eslint/types": "8.12.2",
- "@typescript-eslint/visitor-keys": "8.12.2"
+ "@typescript-eslint/types": "8.13.0",
+ "@typescript-eslint/visitor-keys": "8.13.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1482,13 +1486,13 @@
}
},
"node_modules/@typescript-eslint/type-utils": {
- "version": "8.12.2",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.12.2.tgz",
- "integrity": "sha512-bwuU4TAogPI+1q/IJSKuD4shBLc/d2vGcRT588q+jzayQyjVK2X6v/fbR4InY2U2sgf8MEvVCqEWUzYzgBNcGQ==",
+ "version": "8.13.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.13.0.tgz",
+ "integrity": "sha512-Rqnn6xXTR316fP4D2pohZenJnp+NwQ1mo7/JM+J1LWZENSLkJI8ID8QNtlvFeb0HnFSK94D6q0cnMX6SbE5/vA==",
"dev": true,
"dependencies": {
- "@typescript-eslint/typescript-estree": "8.12.2",
- "@typescript-eslint/utils": "8.12.2",
+ "@typescript-eslint/typescript-estree": "8.13.0",
+ "@typescript-eslint/utils": "8.13.0",
"debug": "^4.3.4",
"ts-api-utils": "^1.3.0"
},
@@ -1506,9 +1510,9 @@
}
},
"node_modules/@typescript-eslint/types": {
- "version": "8.12.2",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.12.2.tgz",
- "integrity": "sha512-VwDwMF1SZ7wPBUZwmMdnDJ6sIFk4K4s+ALKLP6aIQsISkPv8jhiw65sAK6SuWODN/ix+m+HgbYDkH+zLjrzvOA==",
+ "version": "8.13.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.13.0.tgz",
+ "integrity": "sha512-4cyFErJetFLckcThRUFdReWJjVsPCqyBlJTi6IDEpc1GWCIIZRFxVppjWLIMcQhNGhdWJJRYFHpHoDWvMlDzng==",
"dev": true,
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1519,13 +1523,13 @@
}
},
"node_modules/@typescript-eslint/typescript-estree": {
- "version": "8.12.2",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.12.2.tgz",
- "integrity": "sha512-mME5MDwGe30Pq9zKPvyduyU86PH7aixwqYR2grTglAdB+AN8xXQ1vFGpYaUSJ5o5P/5znsSBeNcs5g5/2aQwow==",
+ "version": "8.13.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.13.0.tgz",
+ "integrity": "sha512-v7SCIGmVsRK2Cy/LTLGN22uea6SaUIlpBcO/gnMGT/7zPtxp90bphcGf4fyrCQl3ZtiBKqVTG32hb668oIYy1g==",
"dev": true,
"dependencies": {
- "@typescript-eslint/types": "8.12.2",
- "@typescript-eslint/visitor-keys": "8.12.2",
+ "@typescript-eslint/types": "8.13.0",
+ "@typescript-eslint/visitor-keys": "8.13.0",
"debug": "^4.3.4",
"fast-glob": "^3.3.2",
"is-glob": "^4.0.3",
@@ -1571,15 +1575,15 @@
}
},
"node_modules/@typescript-eslint/utils": {
- "version": "8.12.2",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.12.2.tgz",
- "integrity": "sha512-UTTuDIX3fkfAz6iSVa5rTuSfWIYZ6ATtEocQ/umkRSyC9O919lbZ8dcH7mysshrCdrAM03skJOEYaBugxN+M6A==",
+ "version": "8.13.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.13.0.tgz",
+ "integrity": "sha512-A1EeYOND6Uv250nybnLZapeXpYMl8tkzYUxqmoKAWnI4sei3ihf2XdZVd+vVOmHGcp3t+P7yRrNsyyiXTvShFQ==",
"dev": true,
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
- "@typescript-eslint/scope-manager": "8.12.2",
- "@typescript-eslint/types": "8.12.2",
- "@typescript-eslint/typescript-estree": "8.12.2"
+ "@typescript-eslint/scope-manager": "8.13.0",
+ "@typescript-eslint/types": "8.13.0",
+ "@typescript-eslint/typescript-estree": "8.13.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1593,12 +1597,12 @@
}
},
"node_modules/@typescript-eslint/visitor-keys": {
- "version": "8.12.2",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.12.2.tgz",
- "integrity": "sha512-PChz8UaKQAVNHghsHcPyx1OMHoFRUEA7rJSK/mDhdq85bk+PLsUHUBqTQTFt18VJZbmxBovM65fezlheQRsSDA==",
+ "version": "8.13.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.13.0.tgz",
+ "integrity": "sha512-7N/+lztJqH4Mrf0lb10R/CbI1EaAMMGyF5y0oJvFoAhafwgiRA7TXyd8TFn8FC8k5y2dTsYogg238qavRGNnlw==",
"dev": true,
"dependencies": {
- "@typescript-eslint/types": "8.12.2",
+ "@typescript-eslint/types": "8.13.0",
"eslint-visitor-keys": "^3.4.3"
},
"engines": {
@@ -2899,9 +2903,9 @@
}
},
"node_modules/eslint-plugin-jest": {
- "version": "28.8.3",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.8.3.tgz",
- "integrity": "sha512-HIQ3t9hASLKm2IhIOqnu+ifw7uLZkIlR7RYNv7fMcEi/p0CIiJmfriStQS2LDkgtY4nyLbIZAD+JL347Yc2ETQ==",
+ "version": "28.9.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.9.0.tgz",
+ "integrity": "sha512-rLu1s1Wf96TgUUxSw6loVIkNtUjq1Re7A9QdCCHSohnvXEBAjuL420h0T/fMmkQlNsQP2GhQzEUpYHPfxBkvYQ==",
"dev": true,
"dependencies": {
"@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0"
@@ -2924,12 +2928,12 @@
}
},
"node_modules/eslint-plugin-n": {
- "version": "17.12.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.12.0.tgz",
- "integrity": "sha512-zNAtz/erDn0v78bIY3MASSQlyaarV4IOTvP5ldHsqblRFrXriikB6ghkDTkHjUad+nMRrIbOy9euod2azjRfBg==",
+ "version": "17.13.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.13.1.tgz",
+ "integrity": "sha512-97qzhk1z3DdSJNCqT45EslwCu5+LB9GDadSyBItgKUfGsXAmN/aa7LRQ0ZxHffUxUzvgbTPJL27/pE9ZQWHy7A==",
"dev": true,
"dependencies": {
- "@eslint-community/eslint-utils": "^4.4.0",
+ "@eslint-community/eslint-utils": "^4.4.1",
"enhanced-resolve": "^5.17.1",
"eslint-plugin-es-x": "^7.8.0",
"get-tsconfig": "^4.8.1",
@@ -6198,14 +6202,14 @@
}
},
"node_modules/typescript-eslint": {
- "version": "8.12.2",
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.12.2.tgz",
- "integrity": "sha512-UbuVUWSrHVR03q9CWx+JDHeO6B/Hr9p4U5lRH++5tq/EbFq1faYZe50ZSBePptgfIKLEti0aPQ3hFgnPVcd8ZQ==",
+ "version": "8.13.0",
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.13.0.tgz",
+ "integrity": "sha512-vIMpDRJrQd70au2G8w34mPps0ezFSPMEX4pXkTzUkrNbRX+36ais2ksGWN0esZL+ZMaFJEneOBHzCgSqle7DHw==",
"dev": true,
"dependencies": {
- "@typescript-eslint/eslint-plugin": "8.12.2",
- "@typescript-eslint/parser": "8.12.2",
- "@typescript-eslint/utils": "8.12.2"
+ "@typescript-eslint/eslint-plugin": "8.13.0",
+ "@typescript-eslint/parser": "8.13.0",
+ "@typescript-eslint/utils": "8.13.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
diff --git a/package.json b/package.json
index a68df5f5f..ba194beff 100644
--- a/package.json
+++ b/package.json
@@ -9,15 +9,15 @@
"@jest/console": "^29.4.1",
"@jest/reporters": "^29.4.1",
"@jest/test-result": "^29.4.1",
- "@trunkio/launcher": "^1.3.2",
+ "@trunkio/launcher": "^1.3.4",
"@types/caller": "^1.0.2",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.14",
"@types/jest-specific-snapshot": "^0.5.9",
- "@types/node": "^22.8.7",
+ "@types/node": "^22.9.0",
"@types/semver": "^7.5.8",
- "@typescript-eslint/eslint-plugin": "^8.12.2",
- "@typescript-eslint/parser": "^8.12.2",
+ "@typescript-eslint/eslint-plugin": "^8.13.0",
+ "@typescript-eslint/parser": "^8.13.0",
"caller": "^1.1.0",
"debug": "^4.3.7",
"eslint": "^8.57.0",
@@ -25,8 +25,8 @@
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import-x": "^4.4.0",
- "eslint-plugin-jest": "^28.8.3",
- "eslint-plugin-n": "^17.12.0",
+ "eslint-plugin-jest": "^28.9.0",
+ "eslint-plugin-n": "^17.13.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"fast-sort": "^3.4.1",
@@ -39,7 +39,7 @@
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.1.2",
"typescript": "^5.6.3",
- "typescript-eslint": "^8.12.2",
+ "typescript-eslint": "^8.13.0",
"yaml": "^2.6.0"
},
"bundleDependencies": [