Renovate
1140a53c40
All checks were successful
Actions / Build Plugins (push) Successful in 45s
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@eslint/js](https://eslint.org) ([source](https://github.com/eslint/eslint/tree/HEAD/packages/js)) | devDependencies | minor | [`9.17.0` -> `9.18.0`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.17.0/9.18.0) | | [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | devDependencies | minor | [`9.17.0` -> `9.18.0`](https://renovatebot.com/diffs/npm/eslint/9.17.0/9.18.0) | --- ### Release Notes <details> <summary>eslint/eslint (@​eslint/js)</summary> ### [`v9.18.0`](https://github.com/eslint/eslint/releases/tag/v9.18.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.17.0...v9.18.0) ##### Features - [`e84e6e2`](e84e6e269c
) feat: Report allowed methods for `no-console` rule ([#​19306](https://github.com/eslint/eslint/issues/19306)) (Anna Bocharova) - [`8efc2d0`](8efc2d0c92
) feat: unflag TypeScript config files ([#​19266](https://github.com/eslint/eslint/issues/19266)) (Francesco Trotta) - [`87a9352`](87a9352c62
) feat: check imports and class names in `no-shadow-restricted-names` ([#​19272](https://github.com/eslint/eslint/issues/19272)) (Milos Djermanovic) ##### Bug Fixes - [`da768d4`](da768d4541
) fix: correct `overrideConfigFile` type ([#​19289](https://github.com/eslint/eslint/issues/19289)) (Francesco Trotta) ##### Documentation - [`d9c23c5`](d9c23c55be
) docs: replace `var` with `const` in rule examples ([#​19325](https://github.com/eslint/eslint/issues/19325)) (Tanuj Kanti) - [`8e1a898`](8e1a898411
) docs: add tabs to cli code blocks ([#​18784](https://github.com/eslint/eslint/issues/18784)) (Jay) - [`f3aeefb`](f3aeefbd65
) docs: rewrite using let and const in rule examples ([#​19320](https://github.com/eslint/eslint/issues/19320)) (PoloSpark) - [`0b680b3`](0b680b3cc1
) docs: Update README (GitHub Actions Bot) - [`98c86a9`](98c86a99f7
) docs: `Edit this page` button link to different branches ([#​19228](https://github.com/eslint/eslint/issues/19228)) (Tanuj Kanti) - [`6947901`](6947901d14
) docs: remove hardcoded edit link ([#​19323](https://github.com/eslint/eslint/issues/19323)) (Milos Djermanovic) - [`03f2f44`](03f2f442a9
) docs: rewrite var with const in rules examples ([#​19317](https://github.com/eslint/eslint/issues/19317)) (Thiago) - [`26c3003`](26c3003bfc
) docs: Clarify dangers of eslint:all ([#​19318](https://github.com/eslint/eslint/issues/19318)) (Nicholas C. Zakas) - [`c038257`](c03825730d
) docs: add `eqeqeq` in related rules to `no-eq-null` ([#​19310](https://github.com/eslint/eslint/issues/19310)) (루밀LuMir) - [`89c8fc5`](89c8fc54c9
) docs: rewrite examples with var using let and const ([#​19315](https://github.com/eslint/eslint/issues/19315)) (Amaresh S M) - [`db574c4`](db574c4d38
) docs: add missing backticks to `no-void` ([#​19313](https://github.com/eslint/eslint/issues/19313)) (루밀LuMir) - [`8d943c3`](8d943c335c
) docs: add missing backticks to `default-case-last` ([#​19311](https://github.com/eslint/eslint/issues/19311)) (루밀LuMir) - [`36ef8bb`](36ef8bbeab
) docs: rewrite examples with var using let and const ([#​19298](https://github.com/eslint/eslint/issues/19298)) (Amaresh S M) - [`1610c9e`](1610c9ee14
) docs: add missing backticks to `no-else-return` ([#​19309](https://github.com/eslint/eslint/issues/19309)) (루밀LuMir) - [`df409d8`](df409d8f76
) docs: Update README (GitHub Actions Bot) - [`2e84213`](2e842138e6
) docs: Fix Horizontal Scroll Overflow in Rule Description on Mobile View ([#​19304](https://github.com/eslint/eslint/issues/19304)) (Amaresh S M) - [`6e7361b`](6e7361bb6a
) docs: replace `var` with `let` and `const` in rule example ([#​19302](https://github.com/eslint/eslint/issues/19302)) (Tanuj Kanti) - [`069af5e`](069af5e9ac
) docs: rewrite `var` using `const` in rule examples ([#​19303](https://github.com/eslint/eslint/issues/19303)) (Kim GyeonWon) - [`064e35d`](064e35de95
) docs: remove 'I hope to' comments from scope-manager-interface ([#​19300](https://github.com/eslint/eslint/issues/19300)) (Josh Goldberg ✨) - [`8e00305`](8e003056a8
) docs: replace `var` with `const` in rule examples ([#​19299](https://github.com/eslint/eslint/issues/19299)) (Tanuj Kanti) - [`a559009`](a559009f51
) docs: Add warning about extending core rules ([#​19295](https://github.com/eslint/eslint/issues/19295)) (Nicholas C. Zakas) - [`0bfdf6c`](0bfdf6caaf
) docs: Update README (GitHub Actions Bot) - [`ce0b9ff`](ce0b9ff042
) docs: add navigation link for `code explorer` ([#​19285](https://github.com/eslint/eslint/issues/19285)) (Tanuj Kanti) - [`e255cc9`](e255cc98ab
) docs: add bluesky icon to footer ([#​19290](https://github.com/eslint/eslint/issues/19290)) (Tanuj Kanti) - [`5d64851`](5d64851955
) docs: remove outdated info about environments ([#​19296](https://github.com/eslint/eslint/issues/19296)) (Francesco Trotta) - [`eec01f0`](eec01f04ae
) docs: switch rule examples config format to `languageOptions` ([#​19277](https://github.com/eslint/eslint/issues/19277)) (Milos Djermanovic) - [`b36ca0a`](b36ca0a490
) docs: Fixing Focus Order by Rearranging Element Sequence ([#​19241](https://github.com/eslint/eslint/issues/19241)) (Amaresh S M) - [`d122c8a`](d122c8a756
) docs: add missing backticks to `sort-imports` ([#​19282](https://github.com/eslint/eslint/issues/19282)) (루밀LuMir) - [`0367a70`](0367a70a43
) docs: update custom parser docs ([#​19288](https://github.com/eslint/eslint/issues/19288)) (Francesco Trotta) - [`8c07ebb`](8c07ebb900
) docs: add `border-radius` to `hX:target` selector styles ([#​19270](https://github.com/eslint/eslint/issues/19270)) (루밀LuMir) - [`eff7c57`](eff7c5721c
) docs: add limitation section in `no-loop-func` ([#​19287](https://github.com/eslint/eslint/issues/19287)) (Tanuj Kanti) - [`5db226f`](5db226f4da
) docs: add missing backticks in various parts of the documentation ([#​19269](https://github.com/eslint/eslint/issues/19269)) (루밀LuMir) - [`789edbb`](789edbbae5
) docs: Update README (GitHub Actions Bot) - [`613c06a`](613c06a2c3
) docs: mark rules that are frozen with ❄️ ([#​19231](https://github.com/eslint/eslint/issues/19231)) (Amaresh S M) - [`43172ec`](43172ecbd4
) docs: Update README (GitHub Actions Bot) - [`ac8b3c4`](ac8b3c4ca9
) docs: fix description of `overrideConfigFile` option ([#​19262](https://github.com/eslint/eslint/issues/19262)) (Milos Djermanovic) - [`bbb9b46`](bbb9b46c20
) docs: Update README (GitHub Actions Bot) - [`995b492`](995b49231a
) docs: fix inconsistent divider in rule categories box ([#​19249](https://github.com/eslint/eslint/issues/19249)) (Tanuj Kanti) - [`f76d05d`](f76d05da6e
) docs: Refactor search result handling with better event listener cleanup ([#​19252](https://github.com/eslint/eslint/issues/19252)) (Amaresh S M) - [`c5f3d7d`](c5f3d7dab3
) docs: Update README (GitHub Actions Bot) ##### Chores - [`c52be85`](c52be85c4a
) chore: upgrade to `@eslint/js@9.18.0` ([#​19330](https://github.com/eslint/eslint/issues/19330)) (Francesco Trotta) - [`362099c`](362099c580
) chore: package.json update for [@​eslint/js](https://github.com/eslint/js) release (Jenkins) - [`495aa49`](495aa499a7
) chore: extract package `name` from `package.json` for public interface ([#​19314](https://github.com/eslint/eslint/issues/19314)) (루밀LuMir) - [`6fe0e72`](6fe0e7244a
) chore: update dependency [@​eslint/json](https://github.com/eslint/json) to ^0.9.0 ([#​19263](https://github.com/eslint/eslint/issues/19263)) (renovate\[bot]) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ny4wIiwidXBkYXRlZEluVmVyIjoiMzkuODcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: #21 Reviewed-by: cswimr <seaswimmerthefsh@gmail.com> Co-authored-by: Renovate <renovate@coastalcommits.com> Co-committed-by: Renovate <renovate@coastalcommits.com>
32 lines
821 B
JSON
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.18.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.19.0",
|
|
"eslint": "9.18.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-prettier": "5.2.1",
|
|
"eslint-plugin-react": "7.37.3",
|
|
"globals": "15.14.0",
|
|
"prettier": "3.4.2",
|
|
"typescript": "5.7.2",
|
|
"typescript-eslint": "8.19.0"
|
|
}
|
|
}
|