gauntlet-cswimr-plugins/package.json
Renovate 5f0db2a638
Some checks are pending
Actions / Build Plugins (push) Waiting to run
Update typescript-eslint monorepo to v8.18.2 (#11)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | patch | [`8.18.1` -> `8.18.2`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.18.1/8.18.2) |
| [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | devDependencies | patch | [`8.18.1` -> `8.18.2`](https://renovatebot.com/diffs/npm/typescript-eslint/8.18.1/8.18.2) |

---

### Release Notes

<details>
<summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary>

### [`v8.18.2`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8182-2024-12-23)

[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.18.1...v8.18.2)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

</details>

<details>
<summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary>

### [`v8.18.2`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8182-2024-12-23)

[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.18.1...v8.18.2)

##### 🩹 Fixes

-   **typescript-eslint:** export types so that declarations can be named for dts files ([#&#8203;10513](https://github.com/typescript-eslint/typescript-eslint/pull/10513))

##### ❤️ Thank You

-   Brad Zacher [@&#8203;bradzacher](https://github.com/bradzacher)

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44My40IiwidXBkYXRlZEluVmVyIjoiMzkuODMuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #11
Co-authored-by: Renovate <renovate@coastalcommits.com>
Co-committed-by: Renovate <renovate@coastalcommits.com>
2024-12-27 15:51:58 -05:00

32 lines
821 B
JSON

{
"name": "cswimr-gauntlet-plugins",
"license": "MIT",
"scripts": {
"publish": "gauntlet publish",
"build": "gauntlet build",
"dev": "gauntlet dev",
"format": "eslint --fix ."
},
"dependencies": {
"@project-gauntlet/api": "0.12.0",
"fuse": "^0.12.1",
"unicode-emoji": "^2.6.0",
"which": "^5.0.0"
},
"devDependencies": {
"@eslint/js": "9.17.0",
"@project-gauntlet/tools": "0.9.0",
"@types/deno": "2.0.0",
"@types/react": "19.0.2",
"@types/which": "3.0.4",
"@typescript-eslint/parser": "8.18.2",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"globals": "15.14.0",
"prettier": "3.4.2",
"typescript": "5.7.2",
"typescript-eslint": "8.18.2"
}
}