PackwizJS/package.json
Renovate 464435579b
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
chore(deps): update dependency eslint to v9.20.1 (#10)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | devDependencies | patch | [`9.20.0` -> `9.20.1`](https://renovatebot.com/diffs/npm/eslint/9.20.0/9.20.1) |

---

### Release Notes

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

### [`v9.20.1`](https://github.com/eslint/eslint/releases/tag/v9.20.1)

[Compare Source](https://github.com/eslint/eslint/compare/v9.20.0...v9.20.1)

#### Bug Fixes

-   [`274f054`](274f054f19) fix: fix `RuleContext` type ([#&#8203;19417](https://github.com/eslint/eslint/issues/19417)) (Francesco Trotta)

#### Documentation

-   [`fe3ccb2`](fe3ccb2ff4) docs: allow typing in search box while dropdown is open ([#&#8203;19424](https://github.com/eslint/eslint/issues/19424)) (Amaresh  S M)
-   [`93c78a5`](93c78a5c58) docs: Add instructions for pnpm compat ([#&#8203;19422](https://github.com/eslint/eslint/issues/19422)) (Nicholas C. Zakas)
-   [`b476a93`](b476a930bb) docs: Fix Keyboard Navigation for Search Results ([#&#8203;19416](https://github.com/eslint/eslint/issues/19416)) (Amaresh  S M)
-   [`ccb60c0`](ccb60c0b14) docs: Update README (GitHub Actions 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 this update 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #10
Co-authored-by: Renovate <renovate@csw.im>
Co-committed-by: Renovate <renovate@csw.im>
2025-02-11 12:41:36 -05:00

28 lines
694 B
JSON

{
"name": "packwizjs",
"version": "1.0.0",
"private": true,
"workspaces": [
"packages/*"
],
"author": {
"name": "cswimr",
"email": "seaswimmerthefsh@gmail.com"
},
"scripts": {
"docs": "typedoc --options typedoc.json",
"format": "bun prettier --write '**/*.{ts,json,md}'"
},
"devDependencies": {
"@getmeli/cli": "1.2.0",
"@types/bun": "latest",
"@typhonjs-typedoc/ts-lib-docs": "2024.12.25",
"@typhonjs-typedoc/typedoc-theme-dmt": "0.3.1",
"eslint": "9.20.1",
"eslint-config-standard": "17.1.0",
"prettier": "3.5.0",
"typedoc": "0.27.7",
"typedoc-plugin-coverage": "3.4.1",
"typedoc-plugin-markdown": "4.4.2"
}
}