Skip to content

Commit

Permalink
Merge pull request #1898 from mightyiam/renovate/eslint-9.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency eslint to v9.15.0
  • Loading branch information
renovate[bot] authored Nov 19, 2024
2 parents 652d763 + a26a11d commit 946e0c6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@types/semver": "7.5.8",
"ava": "6.2.0",
"conventional-changelog-conventionalcommits": "8.0.0",
"eslint": "9.14.0",
"eslint": "9.15.0",
"eslint_bottom": "npm:[email protected]",
"eslint-plugin-eslint-comments_bottom": "npm:[email protected]",
"eslint-plugin-import_bottom": "npm:[email protected]",
Expand Down
3 changes: 2 additions & 1 deletion src/test/resolved-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ test('languageOptions', async (t) => {
if (actualLanguageOptions === undefined) throw new Error()
t.deepEqual(actualLanguageOptions, {
...expectedExportedValue.languageOptions,
ecmaVersion: 'latest',
// eslint-disable-next-line @typescript-eslint/no-magic-numbers -- version string
ecmaVersion: 2025,
sourceType: 'module',
})
})
Expand Down

0 comments on commit 946e0c6

Please sign in to comment.