This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | [`9.36.0` -> `9.37.0`](https://renovatebot.com/diffs/npm/eslint/9.36.0/9.37.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eslint/eslint (eslint)</summary> ### [`v9.37.0`](https://github.com/eslint/eslint/releases/tag/v9.37.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.36.0...v9.37.0) #### Features - [`39f7fb4`](39f7fb493a) feat: `preserve-caught-error` should recognize all static "cause" keys ([#​20163](https://github.com/eslint/eslint/issues/20163)) (Pixel998) - [`f81eabc`](f81eabc584) feat: support TS syntax in `no-restricted-imports` ([#​19562](https://github.com/eslint/eslint/issues/19562)) (Nitin Kumar) #### Bug Fixes - [`a129cce`](a129cced7a) fix: correct `no-loss-of-precision` false positives for leading zeros ([#​20164](https://github.com/eslint/eslint/issues/20164)) (Francesco Trotta) - [`09e04fc`](09e04fcc3f) fix: add missing AST token types ([#​20172](https://github.com/eslint/eslint/issues/20172)) (Pixel998) - [`861c6da`](861c6da2bd) fix: correct `ESLint` typings ([#​20122](https://github.com/eslint/eslint/issues/20122)) (Pixel998) #### Documentation - [`b950359`](b950359c5f) docs: fix typos across the docs ([#​20182](https://github.com/eslint/eslint/issues/20182)) (루밀LuMir) - [`42498a2`](42498a2798) docs: improve ToC accessibility by hiding non-semantic character ([#​20181](https://github.com/eslint/eslint/issues/20181)) (Percy Ma) - [`29ea092`](29ea092b93) docs: Update README (GitHub Actions Bot) - [`5c97a04`](5c97a04578) docs: show `availableUntil` in deprecated rule banner ([#​20170](https://github.com/eslint/eslint/issues/20170)) (Pixel998) - [`90a71bf`](90a71bf502) docs: update `README` files to add badge and instructions ([#​20115](https://github.com/eslint/eslint/issues/20115)) (루밀LuMir) - [`1603ae1`](1603ae1526) docs: update references from `master` to `main` ([#​20153](https://github.com/eslint/eslint/issues/20153)) (루밀LuMir) #### Chores - [`afe8a13`](afe8a13469) chore: update `@eslint/js` dependency to version 9.37.0 ([#​20183](https://github.com/eslint/eslint/issues/20183)) (Francesco Trotta) - [`abee4ca`](abee4ca1fa) chore: package.json update for [@​eslint/js](https://github.com/eslint/js) release (Jenkins) - [`fc9381f`](fc9381f6ca) chore: fix typos in comments ([#​20175](https://github.com/eslint/eslint/issues/20175)) (overlookmotel) - [`e1574a2`](e1574a22d3) chore: unpin jiti ([#​20173](https://github.com/eslint/eslint/issues/20173)) (renovate\[bot]) - [`e1ac05e`](e1ac05e2fa) refactor: mark `ESLint.findConfigFile()` as `async`, add missing docs ([#​20157](https://github.com/eslint/eslint/issues/20157)) (Pixel998) - [`347906d`](347906d627) chore: update eslint ([#​20149](https://github.com/eslint/eslint/issues/20149)) (renovate\[bot]) - [`0cb5897`](0cb5897e24) test: remove tmp dir created for circular fixes in multithread mode test ([#​20146](https://github.com/eslint/eslint/issues/20146)) (Milos Djermanovic) - [`bb99566`](bb995665e3) ci: pin `jiti` to version 2.5.1 ([#​20151](https://github.com/eslint/eslint/issues/20151)) (Pixel998) - [`177f669`](177f669adc) perf: improve worker count calculation for `"auto"` concurrency ([#​20067](https://github.com/eslint/eslint/issues/20067)) (Francesco Trotta) - [`448b57b`](448b57bca3) chore: Mark deprecated formatting rules as available until v11.0.0 ([#​20144](https://github.com/eslint/eslint/issues/20144)) (Milos Djermanovic) </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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTYuNiIsInVwZGF0ZWRJblZlciI6IjQxLjExNi42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/site-documentation/pulls/42 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "site-documentation",
|
|
"type": "module",
|
|
"version": "0.0.2",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx,astro}\"",
|
|
"lint": "eslint \"src/**/*.{js,ts,jsx,tsx,astro}\"",
|
|
"lint:fix": "eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\"",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "4.3.6",
|
|
"@astrojs/node": "9.4.4",
|
|
"@astrojs/starlight": "^0.36.0",
|
|
"@catppuccin/starlight": "1.0.2",
|
|
"@tailwindcss/postcss": "^4.1.13",
|
|
"@tailwindcss/vite": "^4.1.13",
|
|
"astro": "5.14.1",
|
|
"framer-motion": "^12.23.18",
|
|
"sanitize-html": "^2.17.0",
|
|
"sharp": "^0.34.4",
|
|
"tailwindcss": "^4.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.18",
|
|
"@typescript-eslint/parser": "8.45.0",
|
|
"eslint": "9.37.0",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-astro": "1.3.1",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
"typescript-eslint": "8.45.0"
|
|
}
|
|
} |