haxibami / haxibami.net

haxibami's website.
https://www.haxibami.net
17 stars 0 forks source link

chore(deps): update devdependencies #378

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@biomejs/biome (source) 1.7.3 -> 1.8.3 age adoption passing confidence
@types/node (source) 20.13.0 -> 20.14.9 age adoption passing confidence
mdast-util-to-hast 13.1.0 -> 13.2.0 age adoption passing confidence
shiki (source) 1.6.1 -> 1.10.0 age adoption passing confidence
tailwindcss (source) 3.4.3 -> 3.4.4 age adoption passing confidence
typescript (source) 5.4.5 -> 5.5.2 age adoption passing confidence
unified (source) 11.0.4 -> 11.0.5 age adoption passing confidence

Release Notes

biomejs/biome (@​biomejs/biome) ### [`v1.8.3`](https://togithub.com/biomejs/biome/blob/HEAD/CHANGELOG.md#v183-2022-06-27) [Compare Source](https://togithub.com/biomejs/biome/compare/54b4c9a39078836843ef363bb6986fad74834480...c28d5978c1440b3ae184d1cc354233711abf8a8e) ##### CLI ##### Bug fixes - Fix [#​3104](https://togithub.com/biomejs/biome/issues/3104) by suppressing node warnings when using `biome migrate`. Contributed by [@​SuperchupuDev](https://togithub.com/SuperchupuDev) - Force colors to be off when using the GitHub reporter to properly create annotations in GitHub actions ([#​3148](https://togithub.com/biomejs/biome/issues/3148)). Contributed by [@​Sec-ant](https://togithub.com/Sec-ant) ##### Parser ##### Bug fixes - Implement [CSS unicode range](https://togithub.com/biomejs/biome/pull/3251). Contributed by [@​denbezrukov](https://togithub.com/denbezrukov) ##### Formatter ##### Bug fixes - Fix [#​3184](https://togithub.com/biomejs/biome/issues/3184) CSS formatter converts custom identifiers to lowercase. Contributed by [@​denbezrukov](https://togithub.com/denbezrukov) - Fix [#​3256](https://togithub.com/biomejs/biome/issues/3256) constant crashes when editing css files [#​3256](https://togithub.com/biomejs/biome/issues/3256). Contributed by [@​denbezrukov](https://togithub.com/denbezrukov) ##### Linter ##### New features - Add `nursery/useDeprecatedReason` rule. Contributed by [@​vohoanglong0107](https://togithub.com/vohoanglong0107). - Add [nursery/noExportedImports](https://biomejs.dev/linter/rules/no-exported-imports/). Contributed by [@​Conaclos](https://togithub.com/Conaclos) ##### Bug fixes - `useConsistentArrayType` and `useShorthandArrayType` now ignore `Array` in the `extends` and `implements` clauses. Fix [#​3247](https://togithub.com/biomejs/biome/issues/3247). Contributed by [@​Conaclos](https://togithub.com/Conaclos) - Fixes [#​3066](https://togithub.com/biomejs/biome/issues/3066) by taking into account the dependencies declared in the `package.json`. Contributed by [@​ematipico](https://togithub.com/ematipico) - The code action of the `useArrowFunction` rule now preserves a trailing comma when there is only a single type parameter in the arrow function and JSX is enabled. Fixes [#​3292](https://togithub.com/biomejs/biome/issues/3292). Contributed by [@​Sec-ant](https://togithub.com/Sec-ant) ##### Enhancements - Enhance tailwind sorting lint rule [#​1274](https://togithub.com/biomejs/biome/issues/1274) with variant support. Every preconfigured variant is assigned a `weight` that concurs on establishing the output sorting order. Since nesting variants on the same utility class is possible, the resulting `weight` is the Bitwise XOR of all the variants weight for that class. Dynamic variants (e.g. `has-[.custom-class]`, `group-[:checked]`) are also supported and they take the `weight` of their base variant name the custom value attached (e.g. `has-[.custom-class]` takes `has` weight). Arbitrary variants (e.g. `[&nth-child(2)]`) don't have a weight assigned and they are placed after every known variant. Classes with the same amount of arbitrary variants follow lexicographical order. The class that has the highest number of nested arbitrary variants is placed last. Screen variants (e.g. `sm:`, `max-md:`, `min-lg:`) are not supported yet. Contributed by [@​lutaok](https://togithub.com/lutaok) ### [`v1.8.2`](https://togithub.com/biomejs/biome/blob/HEAD/CHANGELOG.md#v182-2024-06-20) [Compare Source](https://togithub.com/biomejs/biome/compare/39db99b1cd087d6aa46ecfecba6adbfa0d45a303...54b4c9a39078836843ef363bb6986fad74834480) ##### CLI ##### Bug fixes - Fix [#​3201](https://togithub.com/biomejs/biome/issues/3201) by correctly injecting the source code of the file when printing the diagnostics. Contributed by [@​ematipico](https://togithub.com/ematipico) - Fix [#​3179](https://togithub.com/biomejs/biome/issues/3179) where comma separators are not correctly removed after running `biome migrate` and thus choke the parser. Contributed by [@​Sec-ant](https://togithub.com/Sec-ant) - Fix [#​3232](https://togithub.com/biomejs/biome/issues/3232) by correctly using the colors set by the user. Contributed by [@​ematipico](https://togithub.com/ematipico) ##### Enhancement - Reword the reporter message `No fixes needed` to `No fixes applied`. The former message is misleading when there're still errors or warnings in the files that should be taken care of manually. For example: ```block Checked 2 files in
syntax-tree/mdast-util-to-hast (mdast-util-to-hast) ### [`v13.2.0`](https://togithub.com/syntax-tree/mdast-util-to-hast/releases/tag/13.2.0) [Compare Source](https://togithub.com/syntax-tree/mdast-util-to-hast/compare/13.1.0...13.2.0) ##### Types - [`24f4576`](https://togithub.com/syntax-tree/mdast-util-to-hast/commit/24f4576) Add type for `data.meta` on elements to hast **Full Changelog**: https://github.com/syntax-tree/mdast-util-to-hast/compare/13.1.0...13.2.0
shikijs/shiki (shiki) ### [`v1.10.0`](https://togithub.com/shikijs/shiki/releases/tag/v1.10.0) [Compare Source](https://togithub.com/shikijs/shiki/compare/v1.9.1...v1.10.0) #####    🚀 Features - Introduce `GrammarState`  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/shikijs/shiki/issues/712](https://togithub.com/shikijs/shiki/issues/712) [(8a8fa)](https://togithub.com/shikijs/shiki/commit/8a8faf9f) - Expose `getLastGrammarState` shorthand  -  by [@​antfu](https://togithub.com/antfu) [(f2b39)](https://togithub.com/shikijs/shiki/commit/f2b39561) - Update themes and grammars  -  by [@​antfu](https://togithub.com/antfu) [(02bf0)](https://togithub.com/shikijs/shiki/commit/02bf0179) #####    🐞 Bug Fixes - Expose `createCssVariablesTheme` in `shiki/core` to avoid side-effects  -  by [@​antfu](https://togithub.com/antfu) [(abe63)](https://togithub.com/shikijs/shiki/commit/abe639d9) #####     [View changes on GitHub](https://togithub.com/shikijs/shiki/compare/v1.9.1...v1.10.0) ### [`v1.9.1`](https://togithub.com/shikijs/shiki/releases/tag/v1.9.1) [Compare Source](https://togithub.com/shikijs/shiki/compare/v1.9.0...v1.9.1) #####    🚀 Features - Remove notation escape  -  by [@​sor4chi](https://togithub.com/sor4chi) in [https://github.com/shikijs/shiki/issues/709](https://togithub.com/shikijs/shiki/issues/709) [(dbc1f)](https://togithub.com/shikijs/shiki/commit/dbc1fa1d) #####     [View changes on GitHub](https://togithub.com/shikijs/shiki/compare/v1.9.0...v1.9.1) ### [`v1.9.0`](https://togithub.com/shikijs/shiki/releases/tag/v1.9.0) [Compare Source](https://togithub.com/shikijs/shiki/compare/v1.8.0...v1.9.0) #####    🚨 Breaking Changes - Rename `getHighlighter` to `createHighlighter`  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/shikijs/shiki/issues/702](https://togithub.com/shikijs/shiki/issues/702) [(faf3b)](https://togithub.com/shikijs/shiki/commit/faf3bd2f) #####     [View changes on GitHub](https://togithub.com/shikijs/shiki/compare/v1.8.0...v1.9.0) ### [`v1.8.0`](https://togithub.com/shikijs/shiki/releases/tag/v1.8.0) [Compare Source](https://togithub.com/shikijs/shiki/compare/v1.7.0...v1.8.0) #####    🚀 Features - **core**: Expose `dispose` function  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/shikijs/shiki/issues/707](https://togithub.com/shikijs/shiki/issues/707) [(2c5b3)](https://togithub.com/shikijs/shiki/commit/2c5b3873) #####     [View changes on GitHub](https://togithub.com/shikijs/shiki/compare/v1.7.0...v1.8.0) ### [`v1.7.0`](https://togithub.com/shikijs/shiki/releases/tag/v1.7.0) [Compare Source](https://togithub.com/shikijs/shiki/compare/v1.6.5...v1.7.0) #####    🚀 Features - **core**: Warning on too many instances, close [#​693](https://togithub.com/shikijs/shiki/issues/693)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/shikijs/shiki/issues/693](https://togithub.com/shikijs/shiki/issues/693) [(412fe)](https://togithub.com/shikijs/shiki/commit/412fe10e) #####    🐞 Bug Fixes - **core**: Add missing `UTF8ToString` function, close [#​693](https://togithub.com/shikijs/shiki/issues/693)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/shikijs/shiki/issues/693](https://togithub.com/shikijs/shiki/issues/693) [(0c891)](https://togithub.com/shikijs/shiki/commit/0c89157f) #####     [View changes on GitHub](https://togithub.com/shikijs/shiki/compare/v1.6.5...v1.7.0) ### [`v1.6.5`](https://togithub.com/shikijs/shiki/releases/tag/v1.6.5) [Compare Source](https://togithub.com/shikijs/shiki/compare/v1.6.4...v1.6.5) #####    🐞 Bug Fixes - **rehype**: Fix type issues  -  by [@​remcohaszing](https://togithub.com/remcohaszing) in [https://github.com/shikijs/shiki/issues/699](https://togithub.com/shikijs/shiki/issues/699) [(0297c)](https://togithub.com/shikijs/shiki/commit/0297cd94) #####    🏎 Performance - Improve performance for the `includeExplanation` option  -  by [@​thetarnav](https://togithub.com/thetarnav) in [https://github.com/shikijs/shiki/issues/701](https://togithub.com/shikijs/shiki/issues/701) [(966e7)](https://togithub.com/shikijs/shiki/commit/966e7e40) #####     [View changes on GitHub](https://togithub.com/shikijs/shiki/compare/v1.6.4...v1.6.5) ### [`v1.6.4`](https://togithub.com/shikijs/shiki/releases/tag/v1.6.4) [Compare Source](https://togithub.com/shikijs/shiki/compare/v1.6.3...v1.6.4) #####    🚀 Features - Add CSS variables for markup diff tokens  -  by [@​SamyPesse](https://togithub.com/SamyPesse) in [https://github.com/shikijs/shiki/issues/698](https://togithub.com/shikijs/shiki/issues/698) [(84c0b)](https://togithub.com/shikijs/shiki/commit/84c0b539) - **rehype**: Support default language option  -  by [@​fuma-nama](https://togithub.com/fuma-nama) and [@​antfu](https://togithub.com/antfu) in [https://github.com/shikijs/shiki/issues/692](https://togithub.com/shikijs/shiki/issues/692) [(724b4)](https://togithub.com/shikijs/shiki/commit/724b410e) #####     [View changes on GitHub](https://togithub.com/shikijs/shiki/compare/v1.6.3...v1.6.4) ### [`v1.6.3`](https://togithub.com/shikijs/shiki/releases/tag/v1.6.3) [Compare Source](https://togithub.com/shikijs/shiki/compare/v1.6.2...v1.6.3) #####    🚀 Features - **twoslash**: Add line query rendering option for twoslash renderer  -  by [@​hddhyq](https://togithub.com/hddhyq) and [@​antfu](https://togithub.com/antfu) in [https://github.com/shikijs/shiki/issues/695](https://togithub.com/shikijs/shiki/issues/695) [(aea25)](https://togithub.com/shikijs/shiki/commit/aea25115) #####     [View changes on GitHub](https://togithub.com/shikijs/shiki/compare/v1.6.2...v1.6.3) ### [`v1.6.2`](https://togithub.com/shikijs/shiki/releases/tag/v1.6.2) [Compare Source](https://togithub.com/shikijs/shiki/compare/v1.6.1...v1.6.2) #####    🚀 Features - **markdown-it**: Support default and fallback lang [#​687](https://togithub.com/shikijs/shiki/issues/687)  -  by [@​Only566](https://togithub.com/Only566) and **winnliu** in [https://github.com/shikijs/shiki/issues/689](https://togithub.com/shikijs/shiki/issues/689) and [https://github.com/shikijs/shiki/issues/687](https://togithub.com/shikijs/shiki/issues/687) [(3281b)](https://togithub.com/shikijs/shiki/commit/3281bf5b) #####     [View changes on GitHub](https://togithub.com/shikijs/shiki/compare/v1.6.1...v1.6.2)
tailwindlabs/tailwindcss (tailwindcss) ### [`v3.4.4`](https://togithub.com/tailwindlabs/tailwindcss/releases/tag/v3.4.4) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.4.3...v3.4.4) ##### Fixed - Make it possible to use multiple `` placeholders in a single color definition ([#​13740](https://togithub.com/tailwindlabs/tailwindcss/pull/13740)) - Don't prefix classes in arbitrary values of `has-*`, `group-has-*`, and `peer-has-*` variants ([#​13770](https://togithub.com/tailwindlabs/tailwindcss/pull/13770)) - Support negative values for `{col,row}-{start,end}` utilities ([#​13781](https://togithub.com/tailwindlabs/tailwindcss/pull/13781)) - Update embedded browserslist database ([#​13792](https://togithub.com/tailwindlabs/tailwindcss/pull/13792))
Microsoft/TypeScript (typescript) ### [`v5.5.2`](https://togithub.com/Microsoft/TypeScript/compare/v5.4.5...ce2e60e4ea15a65992e54a9e8877d16be9d42abb) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2)
unifiedjs/unified (unified) ### [`v11.0.5`](https://togithub.com/unifiedjs/unified/releases/tag/11.0.5) [Compare Source](https://togithub.com/unifiedjs/unified/compare/11.0.4...11.0.5) ##### Fix - [`1e0863a`](https://togithub.com/unifiedjs/unified/commit/1e0863a) Fix exception on older browsers by [@​justinbhopper](https://togithub.com/justinbhopper) in [https://github.com/unifiedjs/unified/pull/246](https://togithub.com/unifiedjs/unified/pull/246) **Full Changelog**: https://github.com/unifiedjs/unified/compare/11.0.4...11.0.5

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 3 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.