Skip to content

Commit 31f0ef6

Browse files
dependabot[bot]targos
authored andcommitted
tools: bump the eslint group in /tools/eslint with 7 updates
Bumps the eslint group in /tools/eslint with 7 updates: | Package | From | To | | --- | --- | --- | | `@babel/core` | `7.24.9` | `7.25.2` | | `@babel/eslint-parser` | `7.25.0` | `7.25.1` | | `@babel/plugin-syntax-import-attributes` | `7.24.7` | `7.25.6` | | `@stylistic/eslint-plugin-js` | `2.4.0` | `2.7.2` | | `eslint` | `9.8.0` | `9.9.1` | | `eslint-plugin-jsdoc` | `48.8.3` | `50.2.2` | | `globals` | `15.8.0` | `15.9.0` | Signed-off-by: dependabot[bot] <support@github.com> PR-URL: #54821 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 1f11d68 commit 31f0ef6

File tree

3 files changed

+119
-146
lines changed

3 files changed

+119
-146
lines changed

lib/internal/modules/esm/resolve.js

-2
Original file line numberDiff line numberDiff line change
@@ -834,8 +834,6 @@ function packageResolve(specifier, base, conditions) {
834834
// Cross-platform root check.
835835
} while (packageJSONPath.length !== lastPath.length);
836836

837-
// eslint can't handle the above code.
838-
// eslint-disable-next-line no-unreachable
839837
throw new ERR_MODULE_NOT_FOUND(packageName, fileURLToPath(base), null);
840838
}
841839

0 commit comments

Comments
 (0)