Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.15.0 #259

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.15.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.7.0 to 6.15.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.15.0/packages/eslint-plugin)

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Dec 18, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 02fe923bf170001f363da7a982815352cd19edfa
228 changes: 203 additions & 25 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
@@ -54,7 +54,7 @@
"@types/node": "^20.6.0",
"@types/proper-lockfile": "^4.1.2",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.7.0",
"c8": "^8.0.1",
"eslint": "^8.49.0",

Unchanged files with check annotations Beta

* limitations under the License.
*/
import { uniq } from "lodash-es";

Check warning on line 17 in src/registerAllocator/RegisterAllocator.class.ts

GitHub Actions / TS Lint check

Run autofix to sort these imports!
import {
AllocationFlags,
* limitations under the License.
*/
import { basename } from "path";

Check warning on line 17 in test/redZone.ts

GitHub Actions / TS Lint check

Run autofix to sort these imports!

Check warning on line 17 in test/redZone.ts

GitHub Actions / TS Lint check

'path' imported multiple times
import { afterAll, expect, it, describe, vi } from "vitest";
import { readFileSync, readdirSync, existsSync } from "fs";
import { resolve as pathResolve } from "path";

Check warning on line 20 in test/redZone.ts

GitHub Actions / TS Lint check

'path' imported multiple times
import { Optimizer } from "@/optimizer";