Skip to content

Commit

Permalink
tools: bump the eslint group in /tools/eslint with 7 updates
Browse files Browse the repository at this point in the history
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] <[email protected]>
PR-URL: #54821
Reviewed-By: Antoine du Hamel <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent 6dfa3e4 commit 59c7c55
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 146 deletions.
2 changes: 0 additions & 2 deletions lib/internal/modules/esm/resolve.js
Original file line number Diff line number Diff line change
Expand Up @@ -834,8 +834,6 @@ function packageResolve(specifier, base, conditions) {
// Cross-platform root check.
} while (packageJSONPath.length !== lastPath.length);

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

Expand Down
Loading

0 comments on commit 59c7c55

Please sign in to comment.