From dfab7cd608cf27b6a9dff0a32dbcab886749ea71 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 31 Dec 2024 05:17:59 +0000
Subject: [PATCH] chore(deps-dev): Bump @typescript-eslint/parser from 8.18.1
 to 8.19.0

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.18.1 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/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
---
 package-lock.json                             | 150 +++++++++++++++---
 package.json                                  |   2 +-
 packages/sample/command-by-glob/package.json  |   2 +-
 .../command-by-http-request/package.json      |   2 +-
 packages/sample/command/package.json          |   2 +-
 .../sample/dependency-injection/package.json  |   2 +-
 packages/sample/event/package.json            |   2 +-
 .../sample/interaction-collector/package.json |   2 +-
 .../sample/message-collector/package.json     |   2 +-
 packages/sample/modals/package.json           |   2 +-
 packages/sample/prefix-command/package.json   |   2 +-
 .../sample/reaction-collector/package.json    |   2 +-
 packages/sample/sub-command/package.json      |   2 +-
 packages/sample/validation/package.json       |   2 +-
 14 files changed, 142 insertions(+), 34 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 065469e9..4e171300 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,7 +12,7 @@
       "devDependencies": {
         "@eslint/js": "^9.17.0",
         "@typescript-eslint/eslint-plugin": "8.18.1",
-        "@typescript-eslint/parser": "8.18.1",
+        "@typescript-eslint/parser": "8.19.0",
         "eslint": "9.17.0",
         "eslint-config-prettier": "9.1.0",
         "eslint-plugin-prettier": "5.2.1",
@@ -4064,16 +4064,15 @@
       }
     },
     "node_modules/@typescript-eslint/parser": {
-      "version": "8.18.1",
-      "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.18.1.tgz",
-      "integrity": "sha512-rBnTWHCdbYM2lh7hjyXqxk70wvon3p2FyaniZuey5TrcGBpfhVp0OxOa6gxr9Q9YhZFKyfbEnxc24ZnVbbUkCA==",
+      "version": "8.19.0",
+      "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.19.0.tgz",
+      "integrity": "sha512-6M8taKyOETY1TKHp0x8ndycipTVgmp4xtg5QpEZzXxDhNvvHOJi5rLRkLr8SK3jTgD5l4fTlvBiRdfsuWydxBw==",
       "dev": true,
-      "license": "MIT",
       "dependencies": {
-        "@typescript-eslint/scope-manager": "8.18.1",
-        "@typescript-eslint/types": "8.18.1",
-        "@typescript-eslint/typescript-estree": "8.18.1",
-        "@typescript-eslint/visitor-keys": "8.18.1",
+        "@typescript-eslint/scope-manager": "8.19.0",
+        "@typescript-eslint/types": "8.19.0",
+        "@typescript-eslint/typescript-estree": "8.19.0",
+        "@typescript-eslint/visitor-keys": "8.19.0",
         "debug": "^4.3.4"
       },
       "engines": {
@@ -4088,6 +4087,91 @@
         "typescript": ">=4.8.4 <5.8.0"
       }
     },
+    "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
+      "version": "8.19.0",
+      "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.19.0.tgz",
+      "integrity": "sha512-hkoJiKQS3GQ13TSMEiuNmSCvhz7ujyqD1x3ShbaETATHrck+9RaDdUbt+osXaUuns9OFwrDTTrjtwsU8gJyyRA==",
+      "dev": true,
+      "dependencies": {
+        "@typescript-eslint/types": "8.19.0",
+        "@typescript-eslint/visitor-keys": "8.19.0"
+      },
+      "engines": {
+        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+      },
+      "funding": {
+        "type": "opencollective",
+        "url": "https://opencollective.com/typescript-eslint"
+      }
+    },
+    "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
+      "version": "8.19.0",
+      "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.19.0.tgz",
+      "integrity": "sha512-8XQ4Ss7G9WX8oaYvD4OOLCjIQYgRQxO+qCiR2V2s2GxI9AUpo7riNwo6jDhKtTcaJjT8PY54j2Yb33kWtSJsmA==",
+      "dev": true,
+      "engines": {
+        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+      },
+      "funding": {
+        "type": "opencollective",
+        "url": "https://opencollective.com/typescript-eslint"
+      }
+    },
+    "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
+      "version": "8.19.0",
+      "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.0.tgz",
+      "integrity": "sha512-WW9PpDaLIFW9LCbucMSdYUuGeFUz1OkWYS/5fwZwTA+l2RwlWFdJvReQqMUMBw4yJWJOfqd7An9uwut2Oj8sLw==",
+      "dev": true,
+      "dependencies": {
+        "@typescript-eslint/types": "8.19.0",
+        "@typescript-eslint/visitor-keys": "8.19.0",
+        "debug": "^4.3.4",
+        "fast-glob": "^3.3.2",
+        "is-glob": "^4.0.3",
+        "minimatch": "^9.0.4",
+        "semver": "^7.6.0",
+        "ts-api-utils": "^1.3.0"
+      },
+      "engines": {
+        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+      },
+      "funding": {
+        "type": "opencollective",
+        "url": "https://opencollective.com/typescript-eslint"
+      },
+      "peerDependencies": {
+        "typescript": ">=4.8.4 <5.8.0"
+      }
+    },
+    "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
+      "version": "8.19.0",
+      "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.19.0.tgz",
+      "integrity": "sha512-mCFtBbFBJDCNCWUl5y6sZSCHXw1DEFEk3c/M3nRK2a4XUB8StGFtmcEMizdjKuBzB6e/smJAAWYug3VrdLMr1w==",
+      "dev": true,
+      "dependencies": {
+        "@typescript-eslint/types": "8.19.0",
+        "eslint-visitor-keys": "^4.2.0"
+      },
+      "engines": {
+        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+      },
+      "funding": {
+        "type": "opencollective",
+        "url": "https://opencollective.com/typescript-eslint"
+      }
+    },
+    "node_modules/@typescript-eslint/parser/node_modules/eslint-visitor-keys": {
+      "version": "4.2.0",
+      "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
+      "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
+      "dev": true,
+      "engines": {
+        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+      },
+      "funding": {
+        "url": "https://opencollective.com/eslint"
+      }
+    },
     "node_modules/@typescript-eslint/scope-manager": {
       "version": "8.18.1",
       "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.18.1.tgz",
@@ -15037,6 +15121,30 @@
         "typescript": ">=4.8.4 <5.8.0"
       }
     },
+    "node_modules/typescript-eslint/node_modules/@typescript-eslint/parser": {
+      "version": "8.18.1",
+      "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.18.1.tgz",
+      "integrity": "sha512-rBnTWHCdbYM2lh7hjyXqxk70wvon3p2FyaniZuey5TrcGBpfhVp0OxOa6gxr9Q9YhZFKyfbEnxc24ZnVbbUkCA==",
+      "dev": true,
+      "dependencies": {
+        "@typescript-eslint/scope-manager": "8.18.1",
+        "@typescript-eslint/types": "8.18.1",
+        "@typescript-eslint/typescript-estree": "8.18.1",
+        "@typescript-eslint/visitor-keys": "8.18.1",
+        "debug": "^4.3.4"
+      },
+      "engines": {
+        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+      },
+      "funding": {
+        "type": "opencollective",
+        "url": "https://opencollective.com/typescript-eslint"
+      },
+      "peerDependencies": {
+        "eslint": "^8.57.0 || ^9.0.0",
+        "typescript": ">=4.8.4 <5.8.0"
+      }
+    },
     "node_modules/uglify-js": {
       "version": "3.19.3",
       "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz",
@@ -15919,7 +16027,7 @@
         "@nestjs/schematics": "10.2.3",
         "@types/node": "22.10.2",
         "@typescript-eslint/eslint-plugin": "8.18.1",
-        "@typescript-eslint/parser": "8.18.1",
+        "@typescript-eslint/parser": "8.19.0",
         "eslint": "9.17.0",
         "eslint-config-prettier": "9.1.0",
         "eslint-plugin-prettier": "5.2.1",
@@ -15952,7 +16060,7 @@
         "@nestjs/schematics": "10.2.3",
         "@types/node": "22.10.2",
         "@typescript-eslint/eslint-plugin": "8.18.1",
-        "@typescript-eslint/parser": "8.18.1",
+        "@typescript-eslint/parser": "8.19.0",
         "eslint": "9.17.0",
         "eslint-config-prettier": "9.1.0",
         "eslint-plugin-prettier": "5.2.1",
@@ -16071,7 +16179,7 @@
         "@types/express": "^5.0.0",
         "@types/node": "22.10.2",
         "@typescript-eslint/eslint-plugin": "8.18.1",
-        "@typescript-eslint/parser": "8.18.1",
+        "@typescript-eslint/parser": "8.19.0",
         "eslint": "9.17.0",
         "eslint-config-prettier": "9.1.0",
         "eslint-plugin-prettier": "5.2.1",
@@ -16274,7 +16382,7 @@
         "@nestjs/schematics": "10.2.3",
         "@types/node": "22.10.2",
         "@typescript-eslint/eslint-plugin": "8.18.1",
-        "@typescript-eslint/parser": "8.18.1",
+        "@typescript-eslint/parser": "8.19.0",
         "eslint": "9.17.0",
         "eslint-config-prettier": "9.1.0",
         "eslint-plugin-prettier": "5.2.1",
@@ -16389,7 +16497,7 @@
         "@nestjs/schematics": "10.2.3",
         "@types/node": "22.10.2",
         "@typescript-eslint/eslint-plugin": "8.18.1",
-        "@typescript-eslint/parser": "8.18.1",
+        "@typescript-eslint/parser": "8.19.0",
         "eslint": "9.17.0",
         "eslint-config-prettier": "9.1.0",
         "eslint-plugin-prettier": "5.2.1",
@@ -16505,7 +16613,7 @@
         "@nestjs/schematics": "10.2.3",
         "@types/node": "22.10.2",
         "@typescript-eslint/eslint-plugin": "8.18.1",
-        "@typescript-eslint/parser": "8.18.1",
+        "@typescript-eslint/parser": "8.19.0",
         "eslint": "9.17.0",
         "eslint-config-prettier": "9.1.0",
         "eslint-plugin-prettier": "5.2.1",
@@ -16621,7 +16729,7 @@
         "@nestjs/schematics": "10.2.3",
         "@types/node": "22.10.2",
         "@typescript-eslint/eslint-plugin": "8.18.1",
-        "@typescript-eslint/parser": "8.18.1",
+        "@typescript-eslint/parser": "8.19.0",
         "eslint": "9.17.0",
         "eslint-config-prettier": "9.1.0",
         "eslint-plugin-prettier": "5.2.1",
@@ -16737,7 +16845,7 @@
         "@nestjs/schematics": "10.2.3",
         "@types/node": "22.10.2",
         "@typescript-eslint/eslint-plugin": "8.18.1",
-        "@typescript-eslint/parser": "8.18.1",
+        "@typescript-eslint/parser": "8.19.0",
         "eslint": "9.17.0",
         "eslint-config-prettier": "9.1.0",
         "eslint-plugin-prettier": "5.2.1",
@@ -16852,7 +16960,7 @@
         "@nestjs/schematics": "10.2.3",
         "@types/node": "22.10.2",
         "@typescript-eslint/eslint-plugin": "8.18.1",
-        "@typescript-eslint/parser": "8.18.1",
+        "@typescript-eslint/parser": "8.19.0",
         "eslint": "9.17.0",
         "eslint-config-prettier": "9.1.0",
         "eslint-plugin-prettier": "5.2.1",
@@ -16968,7 +17076,7 @@
         "@nestjs/schematics": "10.2.3",
         "@types/node": "22.10.2",
         "@typescript-eslint/eslint-plugin": "8.18.1",
-        "@typescript-eslint/parser": "8.18.1",
+        "@typescript-eslint/parser": "8.19.0",
         "eslint": "9.17.0",
         "eslint-config-prettier": "9.1.0",
         "eslint-plugin-prettier": "5.2.1",
@@ -17086,7 +17194,7 @@
         "@types/node": "22.10.2",
         "@types/validator": "^13.12.2",
         "@typescript-eslint/eslint-plugin": "8.18.1",
-        "@typescript-eslint/parser": "8.18.1",
+        "@typescript-eslint/parser": "8.19.0",
         "eslint": "9.17.0",
         "eslint-config-prettier": "9.1.0",
         "eslint-plugin-prettier": "5.2.1",
@@ -17204,7 +17312,7 @@
         "@types/node": "22.10.2",
         "@types/validator": "^13.12.2",
         "@typescript-eslint/eslint-plugin": "8.18.1",
-        "@typescript-eslint/parser": "8.18.1",
+        "@typescript-eslint/parser": "8.19.0",
         "eslint": "9.17.0",
         "eslint-config-prettier": "9.1.0",
         "eslint-plugin-prettier": "5.2.1",
diff --git a/package.json b/package.json
index f5171062..39a36c88 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
   "devDependencies": {
     "@eslint/js": "^9.17.0",
     "@typescript-eslint/eslint-plugin": "8.18.1",
-    "@typescript-eslint/parser": "8.18.1",
+    "@typescript-eslint/parser": "8.19.0",
     "eslint": "9.17.0",
     "eslint-config-prettier": "9.1.0",
     "eslint-plugin-prettier": "5.2.1",
diff --git a/packages/sample/command-by-glob/package.json b/packages/sample/command-by-glob/package.json
index f8ec49fa..fc7bca08 100644
--- a/packages/sample/command-by-glob/package.json
+++ b/packages/sample/command-by-glob/package.json
@@ -36,7 +36,7 @@
     "@nestjs/schematics": "10.2.3",
     "@types/node": "22.10.2",
     "@typescript-eslint/eslint-plugin": "8.18.1",
-    "@typescript-eslint/parser": "8.18.1",
+    "@typescript-eslint/parser": "8.19.0",
     "eslint": "9.17.0",
     "eslint-config-prettier": "9.1.0",
     "eslint-plugin-prettier": "5.2.1",
diff --git a/packages/sample/command-by-http-request/package.json b/packages/sample/command-by-http-request/package.json
index 221419c1..d10cca67 100644
--- a/packages/sample/command-by-http-request/package.json
+++ b/packages/sample/command-by-http-request/package.json
@@ -37,7 +37,7 @@
     "@types/express": "^5.0.0",
     "@types/node": "22.10.2",
     "@typescript-eslint/eslint-plugin": "8.18.1",
-    "@typescript-eslint/parser": "8.18.1",
+    "@typescript-eslint/parser": "8.19.0",
     "eslint": "9.17.0",
     "eslint-config-prettier": "9.1.0",
     "eslint-plugin-prettier": "5.2.1",
diff --git a/packages/sample/command/package.json b/packages/sample/command/package.json
index abcab037..ebb52722 100644
--- a/packages/sample/command/package.json
+++ b/packages/sample/command/package.json
@@ -35,7 +35,7 @@
     "@nestjs/schematics": "10.2.3",
     "@types/node": "22.10.2",
     "@typescript-eslint/eslint-plugin": "8.18.1",
-    "@typescript-eslint/parser": "8.18.1",
+    "@typescript-eslint/parser": "8.19.0",
     "eslint": "9.17.0",
     "eslint-config-prettier": "9.1.0",
     "eslint-plugin-prettier": "5.2.1",
diff --git a/packages/sample/dependency-injection/package.json b/packages/sample/dependency-injection/package.json
index 84a4cc95..4bbc7a7d 100644
--- a/packages/sample/dependency-injection/package.json
+++ b/packages/sample/dependency-injection/package.json
@@ -35,7 +35,7 @@
     "@nestjs/schematics": "10.2.3",
     "@types/node": "22.10.2",
     "@typescript-eslint/eslint-plugin": "8.18.1",
-    "@typescript-eslint/parser": "8.18.1",
+    "@typescript-eslint/parser": "8.19.0",
     "eslint": "9.17.0",
     "eslint-config-prettier": "9.1.0",
     "eslint-plugin-prettier": "5.2.1",
diff --git a/packages/sample/event/package.json b/packages/sample/event/package.json
index 039c10e1..a1b4a5c0 100644
--- a/packages/sample/event/package.json
+++ b/packages/sample/event/package.json
@@ -33,7 +33,7 @@
     "@nestjs/schematics": "10.2.3",
     "@types/node": "22.10.2",
     "@typescript-eslint/eslint-plugin": "8.18.1",
-    "@typescript-eslint/parser": "8.18.1",
+    "@typescript-eslint/parser": "8.19.0",
     "eslint": "9.17.0",
     "eslint-config-prettier": "9.1.0",
     "eslint-plugin-prettier": "5.2.1",
diff --git a/packages/sample/interaction-collector/package.json b/packages/sample/interaction-collector/package.json
index a357b31a..5e6b42e1 100644
--- a/packages/sample/interaction-collector/package.json
+++ b/packages/sample/interaction-collector/package.json
@@ -34,7 +34,7 @@
     "@nestjs/schematics": "10.2.3",
     "@types/node": "22.10.2",
     "@typescript-eslint/eslint-plugin": "8.18.1",
-    "@typescript-eslint/parser": "8.18.1",
+    "@typescript-eslint/parser": "8.19.0",
     "eslint": "9.17.0",
     "eslint-config-prettier": "9.1.0",
     "eslint-plugin-prettier": "5.2.1",
diff --git a/packages/sample/message-collector/package.json b/packages/sample/message-collector/package.json
index 2836c8e6..6906a64e 100644
--- a/packages/sample/message-collector/package.json
+++ b/packages/sample/message-collector/package.json
@@ -34,7 +34,7 @@
     "@nestjs/schematics": "10.2.3",
     "@types/node": "22.10.2",
     "@typescript-eslint/eslint-plugin": "8.18.1",
-    "@typescript-eslint/parser": "8.18.1",
+    "@typescript-eslint/parser": "8.19.0",
     "eslint": "9.17.0",
     "eslint-config-prettier": "9.1.0",
     "eslint-plugin-prettier": "5.2.1",
diff --git a/packages/sample/modals/package.json b/packages/sample/modals/package.json
index 76ca523c..55035ec6 100644
--- a/packages/sample/modals/package.json
+++ b/packages/sample/modals/package.json
@@ -34,7 +34,7 @@
     "@nestjs/schematics": "10.2.3",
     "@types/node": "22.10.2",
     "@typescript-eslint/eslint-plugin": "8.18.1",
-    "@typescript-eslint/parser": "8.18.1",
+    "@typescript-eslint/parser": "8.19.0",
     "eslint": "9.17.0",
     "eslint-config-prettier": "9.1.0",
     "eslint-plugin-prettier": "5.2.1",
diff --git a/packages/sample/prefix-command/package.json b/packages/sample/prefix-command/package.json
index bd1b3cfc..bcba6739 100644
--- a/packages/sample/prefix-command/package.json
+++ b/packages/sample/prefix-command/package.json
@@ -33,7 +33,7 @@
     "@nestjs/schematics": "10.2.3",
     "@types/node": "22.10.2",
     "@typescript-eslint/eslint-plugin": "8.18.1",
-    "@typescript-eslint/parser": "8.18.1",
+    "@typescript-eslint/parser": "8.19.0",
     "eslint": "9.17.0",
     "eslint-config-prettier": "9.1.0",
     "eslint-plugin-prettier": "5.2.1",
diff --git a/packages/sample/reaction-collector/package.json b/packages/sample/reaction-collector/package.json
index f2c36d09..49c48c68 100644
--- a/packages/sample/reaction-collector/package.json
+++ b/packages/sample/reaction-collector/package.json
@@ -34,7 +34,7 @@
     "@nestjs/schematics": "10.2.3",
     "@types/node": "22.10.2",
     "@typescript-eslint/eslint-plugin": "8.18.1",
-    "@typescript-eslint/parser": "8.18.1",
+    "@typescript-eslint/parser": "8.19.0",
     "eslint": "9.17.0",
     "eslint-config-prettier": "9.1.0",
     "eslint-plugin-prettier": "5.2.1",
diff --git a/packages/sample/sub-command/package.json b/packages/sample/sub-command/package.json
index c42e5178..b1ab4948 100644
--- a/packages/sample/sub-command/package.json
+++ b/packages/sample/sub-command/package.json
@@ -36,7 +36,7 @@
     "@types/node": "22.10.2",
     "@types/validator": "^13.12.2",
     "@typescript-eslint/eslint-plugin": "8.18.1",
-    "@typescript-eslint/parser": "8.18.1",
+    "@typescript-eslint/parser": "8.19.0",
     "eslint": "9.17.0",
     "eslint-config-prettier": "9.1.0",
     "eslint-plugin-prettier": "5.2.1",
diff --git a/packages/sample/validation/package.json b/packages/sample/validation/package.json
index 97b6fc66..9eb375fb 100644
--- a/packages/sample/validation/package.json
+++ b/packages/sample/validation/package.json
@@ -36,7 +36,7 @@
     "@types/node": "22.10.2",
     "@types/validator": "^13.12.2",
     "@typescript-eslint/eslint-plugin": "8.18.1",
-    "@typescript-eslint/parser": "8.18.1",
+    "@typescript-eslint/parser": "8.19.0",
     "eslint": "9.17.0",
     "eslint-config-prettier": "9.1.0",
     "eslint-plugin-prettier": "5.2.1",