sabertazimi / bod

:package: Boilerplate CLI App
https://sabertazimi.github.io/bod
MIT License
4 stars 3 forks source link

fix(deps): update dependencies (non-major) #1244

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^2.25.1 -> ^2.26.0 age adoption passing confidence
@docusaurus/core (source) 3.5.1 -> 3.5.2 age adoption passing confidence
@docusaurus/module-type-aliases (source) 3.5.1 -> 3.5.2 age adoption passing confidence
@docusaurus/preset-classic (source) 3.5.1 -> 3.5.2 age adoption passing confidence
@docusaurus/theme-classic (source) ^3.5.1 -> ^3.5.2 age adoption passing confidence
@docusaurus/tsconfig (source) 3.5.1 -> 3.5.2 age adoption passing confidence
@docusaurus/types (source) 3.5.1 -> 3.5.2 age adoption passing confidence
@easyops-cn/docusaurus-search-local (source) ^0.44.4 -> ^0.44.5 age adoption passing confidence
@eslint-react/eslint-plugin (source) ^1.10.0 -> ^1.10.1 age adoption passing confidence
@stylistic/eslint-plugin (source) ^2.6.2 -> ^2.6.4 age adoption passing confidence
@types/node (source) ^20.14.15 -> ^20.16.0 age adoption passing confidence
@typescript-eslint/utils (source) ^8.0.1 -> ^8.1.0 age adoption passing confidence
pnpm (source) 9.7.0 -> 9.7.1 age adoption passing confidence
postcss-preset-env (source) ^10.0.0 -> ^10.0.1 age adoption passing confidence
react-router-dom (source) ^6.26.0 -> ^6.26.1 age adoption passing confidence
stylelint (source) ^16.8.1 -> ^16.8.2 age adoption passing confidence
tailwindcss (source) ^3.4.9 -> ^3.4.10 age adoption passing confidence
type-fest ^4.24.0 -> ^4.25.0 age adoption passing confidence
typescript-eslint (source) ^8.0.1 -> ^8.1.0 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config) ### [`v2.26.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.26.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.25.2...v2.26.0) #####    🐞 Bug Fixes - `ignoresTypeAware` reslove, fix [#​578](https://togithub.com/antfu/eslint-config/issues/578)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/578](https://togithub.com/antfu/eslint-config/issues/578) [(e5ca2)](https://togithub.com/antfu/eslint-config/commit/e5ca299) - Check packages existence in local scope  -  by [@​paescuj](https://togithub.com/paescuj) and [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/583](https://togithub.com/antfu/eslint-config/issues/583) [(12fd8)](https://togithub.com/antfu/eslint-config/commit/12fd868) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.25.2...v2.26.0) ### [`v2.25.2`](https://togithub.com/antfu/eslint-config/releases/tag/v2.25.2) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.25.1...v2.25.2) #####    🐞 Bug Fixes - Migrate plugin eslint-comments  -  by [@​ntnyq](https://togithub.com/ntnyq) in [https://github.com/antfu/eslint-config/issues/577](https://togithub.com/antfu/eslint-config/issues/577) [(015e2)](https://togithub.com/antfu/eslint-config/commit/015e2f0) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.25.1...v2.25.2)
facebook/docusaurus (@​docusaurus/core) ### [`v3.5.2`](https://togithub.com/facebook/docusaurus/blob/HEAD/CHANGELOG.md#352-2024-08-13) [Compare Source](https://togithub.com/facebook/docusaurus/compare/v3.5.1...v3.5.2) ##### :bug: Bug Fix - `docusaurus-theme-common` - [#​10397](https://togithub.com/facebook/docusaurus/pull/10397) fix(theme-common): restore useContextualSearchFilters public API for retrocompatibility ([@​slorber](https://togithub.com/slorber)) - `docusaurus` - [#​10391](https://togithub.com/facebook/docusaurus/pull/10391) fix(core): always alias React/ReactDOM to site dependency so that importing MDX from anywhere works ([@​slorber](https://togithub.com/slorber)) - `create-docusaurus`, `docusaurus-plugin-content-blog` - [#​10392](https://togithub.com/facebook/docusaurus/pull/10392) fix(create-docusaurus): Improve init templates blog setup + fix warnings ([@​slorber](https://togithub.com/slorber)) - `docusaurus-theme-classic` - [#​10390](https://togithub.com/facebook/docusaurus/pull/10390) fix(theme): Adjust blog authors line height to show descenders in lowercase letters (`g`, `j`, `p`, `q`, and `y`) ([@​josh-wong](https://togithub.com/josh-wong)) ##### :nail_care: Polish - `docusaurus-theme-classic`, `docusaurus-theme-common`, `docusaurus-theme-translations` - [#​10394](https://togithub.com/facebook/docusaurus/pull/10394) fix(translations): change casing of some en labels ([@​cstangerup](https://togithub.com/cstangerup)) ##### :memo: Documentation - [#​10393](https://togithub.com/facebook/docusaurus/pull/10393) docs(showcase): remove sites not using Docusaurus anymore ([@​GatienBoquet](https://togithub.com/GatienBoquet)) ##### :robot: Dependencies - [#​10396](https://togithub.com/facebook/docusaurus/pull/10396) chore(deps): bump github/codeql-action from 3.25.13 to 3.26.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) ##### Committers: 4 - Christian Stangerup ([@​cstangerup](https://togithub.com/cstangerup)) - Gatien Boquet ([@​GatienBoquet](https://togithub.com/GatienBoquet)) - Josh Wong ([@​josh-wong](https://togithub.com/josh-wong)) - Sébastien Lorber ([@​slorber](https://togithub.com/slorber))
easyops-cn/docusaurus-search-local (@​easyops-cn/docusaurus-search-local) ### [`v0.44.5`](https://togithub.com/easyops-cn/docusaurus-search-local/releases/tag/v0.44.5) [Compare Source](https://togithub.com/easyops-cn/docusaurus-search-local/compare/v0.44.4...v0.44.5) ##### Bug Fixes - update cheerio to 1.0.0, closes [#​444](https://togithub.com/easyops-cn/docusaurus-search-local/issues/444) ([0d70f63](https://togithub.com/easyops-cn/docusaurus-search-local/commit/0d70f63cb170bac2b51461c0dd6f66a53dff4483))
Rel1cx/eslint-react (@​eslint-react/eslint-plugin) ### [`v1.10.1`](https://togithub.com/Rel1cx/eslint-react/blob/HEAD/CHANGELOG.md#v1101-Tue-13-Aug-2024) [Compare Source](https://togithub.com/Rel1cx/eslint-react/compare/v1.10.0...v1.10.1) ##### 🐞 Fixes - Fixed `hooks-extra/prefer-use-state-lazy-initialization` false positive when using an initializer function. ##### 🪄 Improvements - Improve rule `no-implicit-key` error marker position and range. - Upgrade `@typescript-eslint`'s packages to `^8.1.0`. - Improve website and documentation.
eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin) ### [`v2.6.4`](https://togithub.com/eslint-stylistic/eslint-stylistic/blob/HEAD/CHANGELOG.md#264-2024-08-15) [Compare Source](https://togithub.com/eslint-stylistic/eslint-stylistic/compare/v2.6.3...v2.6.4) ##### Bug Fixes - **configs:** should not ignore `templateLiteral` for `indent` ([3154799](https://togithub.com/eslint-stylistic/eslint-stylistic/commit/3154799d2dec1aab326ce787e2da233696e451b6)) ##### Chores - alias for shared utils ([#​510](https://togithub.com/eslint-stylistic/eslint-stylistic/issues/510)) ([6ea8368](https://togithub.com/eslint-stylistic/eslint-stylistic/commit/6ea83684cd558a8f9b77c17df31d39d30a669c69)) - move utils ([011f5fb](https://togithub.com/eslint-stylistic/eslint-stylistic/commit/011f5fb1a8b555e6ee96ec26ca3ace37198a1e4e)) ### [`v2.6.3`](https://togithub.com/eslint-stylistic/eslint-stylistic/blob/HEAD/CHANGELOG.md#263-2024-08-15) [Compare Source](https://togithub.com/eslint-stylistic/eslint-stylistic/compare/v2.6.2...v2.6.3) ##### Bug Fixes - add explicit `"type": "commonjs"` ([9d37124](https://togithub.com/eslint-stylistic/eslint-stylistic/commit/9d37124f9b5374c76d5a178928cb350b110dcfce)) - **arrow-parens:** wrong parens removal with optional parameter ([#​499](https://togithub.com/eslint-stylistic/eslint-stylistic/issues/499)) ([71896ce](https://togithub.com/eslint-stylistic/eslint-stylistic/commit/71896ce0395f810d96e643f47e98ef3812a6dc05)) - **lines-between-class-members:** properly infer `exceptAfterOverload` from `enforce` ([#​239](https://togithub.com/eslint-stylistic/eslint-stylistic/issues/239)) ([3dfa159](https://togithub.com/eslint-stylistic/eslint-stylistic/commit/3dfa1594c2b9e75e4a4260ca07d5f5c654204d18)) - **ts/padding-line-between-statements:** removing blank line between functions in interface ([#​71](https://togithub.com/eslint-stylistic/eslint-stylistic/issues/71)) ([#​468](https://togithub.com/eslint-stylistic/eslint-stylistic/issues/468)) ([91eb636](https://togithub.com/eslint-stylistic/eslint-stylistic/commit/91eb636c6eb8e6887ec67fb9ecaa2b24079ef16f)) ##### Chores - move js utils out ([bc3a15d](https://togithub.com/eslint-stylistic/eslint-stylistic/commit/bc3a15dbbfbcb7ffa7527c9275ad852703492848)) - move utils ([60ef2ba](https://togithub.com/eslint-stylistic/eslint-stylistic/commit/60ef2ba54b2485bf9227b66fff826db96a7c31ba)) - share utils folder ([deb8178](https://togithub.com/eslint-stylistic/eslint-stylistic/commit/deb81783ca5132972b1da1fe2a91ad1d8ee4f8e3)) - **test:** replace the parsing result files with the real parser ([#​505](https://togithub.com/eslint-stylistic/eslint-stylistic/issues/505)) ([bd6f8bc](https://togithub.com/eslint-stylistic/eslint-stylistic/commit/bd6f8bc19130e2bd4672b45abe1e180278f8535a)) - unify createRule ([#​507](https://togithub.com/eslint-stylistic/eslint-stylistic/issues/507)) ([fc6e716](https://togithub.com/eslint-stylistic/eslint-stylistic/commit/fc6e716f154f30c786288a97a4343c1bc594edab))
typescript-eslint/typescript-eslint (@​typescript-eslint/utils) ### [`v8.1.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#810-2024-08-12) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v8.0.1...v8.1.0) ##### 🩹 Fixes - **utils:** correct types to align with [@​types/eslint](https://togithub.com/types/eslint) v9 ##### ❤️ Thank You - Aly Thobani - Brad Zacher - James - Josh Goldberg ✨ - Joshua Chen - Olivier Zalmanski - YeonJuan - Yukihiro Hasegawa 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.
pnpm/pnpm (pnpm) ### [`v9.7.1`](https://togithub.com/pnpm/pnpm/compare/v9.7.0...v9.7.1) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.7.0...v9.7.1)
csstools/postcss-plugins (postcss-preset-env) ### [`v10.0.1`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#1001) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/e35d4c5ddc917cb62eb60a1e74609ea65c599bc3...c9327f8f5def747e2b68c565dfc6a3f2c5590fbf) *August 14, 2024* - Updated [`@csstools/postcss-light-dark-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function) to [`2.0.1`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#201) (patch) - Updated [`@csstools/postcss-text-decoration-shorthand`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`4.0.1`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#401) (patch) - Updated [`@csstools/postcss-color-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`4.0.1`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#401) (patch) - Updated [`@csstools/postcss-color-mix-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`3.0.1`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#301) (patch) - Updated [`@csstools/postcss-gamut-mapping`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping) to [`2.0.1`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping/CHANGELOG.md#201) (patch) - Updated [`@csstools/postcss-gradients-interpolation-method`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`5.0.1`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#501) (patch) - Updated [`@csstools/postcss-hwb-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`4.0.1`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#401) (patch) - Updated [`@csstools/postcss-oklab-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`4.0.1`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#401) (patch) - Updated [`@csstools/postcss-relative-color-syntax`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`3.0.1`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#301) (patch) - Updated [`postcss-color-functional-notation`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`7.0.1`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#701) (patch) - Updated [`postcss-lab-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`7.0.1`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#701) (patch)
remix-run/react-router (react-router-dom) ### [`v6.26.1`](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.26.0...react-router-dom@6.26.1) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.26.0...react-router-dom@6.26.1)
stylelint/stylelint (stylelint) ### [`v16.8.2`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1682) [Compare Source](https://togithub.com/stylelint/stylelint/compare/16.8.1...16.8.2) - Deprecated: `context.fix` usage in favour of recommending to pass a `fix` callback to `report()` ([#​7895](https://togithub.com/stylelint/stylelint/pull/7895)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Added: deprecation notice annotation to the output of the `github` formatter ([#​7909](https://togithub.com/stylelint/stylelint/pull/7909)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `custom-property-no-missing-var-function` false positives for `view-transition-name` ([#​7914](https://togithub.com/stylelint/stylelint/pull/7914)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `keyframe-block-no-duplicate-selectors` reported ranges ([#​7932](https://togithub.com/stylelint/stylelint/pull/7932)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `no-invalid-double-slash-comments` reported ranges ([#​7907](https://togithub.com/stylelint/stylelint/pull/7907) & [#​7905](https://togithub.com/stylelint/stylelint/pull/7905)) ([@​Mouvedia](https://togithub.com/Mouvedia) & [@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-max-type` reported ranges ([#​7916](https://togithub.com/stylelint/stylelint/pull/7916)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-type-no-unknown` false positives for `::highlight()` and `::view-transition-*()` ([#​7913](https://togithub.com/stylelint/stylelint/pull/7913)) ([@​Mouvedia](https://togithub.com/Mouvedia)).
tailwindlabs/tailwindcss (tailwindcss) ### [`v3.4.10`](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.4.9...v3.4.10) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.4.9...v3.4.10)
sindresorhus/type-fest (type-fest) ### [`v4.25.0`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.25.0) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.24.0...v4.25.0) - Add `StringRepeat` type ([#​938](https://togithub.com/sindresorhus/type-fest/issues/938)) [`a83e87e`](https://togithub.com/sindresorhus/type-fest/commit/a83e87e) - Add `Arrayable` type [#​270](https://togithub.com/sindresorhus/type-fest/issues/270) ([#​935](https://togithub.com/sindresorhus/type-fest/issues/935)) [`9aabcb9`](https://togithub.com/sindresorhus/type-fest/commit/9aabcb9)
typescript-eslint/typescript-eslint (typescript-eslint) ### [`v8.1.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#810-2024-08-12) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v8.0.1...v8.1.0) ##### 🚀 Features - **typescript-eslint:** add JSDoc comments on generated configs ##### ❤️ Thank You - Aly Thobani - Brad Zacher - James - Josh Goldberg ✨ - Joshua Chen - Olivier Zalmanski - YeonJuan - Yukihiro Hasegawa 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.

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Shanghai, 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 was generated by Mend Renovate. View the repository job log.

socket-security[bot] commented 2 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@antfu/eslint-config@2.26.0 Transitive: environment, filesystem +16 6.97 MB antfu
npm/@docusaurus/core@3.5.2 Transitive: environment, eval, filesystem, network, shell, unsafe +92 14.8 MB slorber
npm/@docusaurus/module-type-aliases@3.5.2 None +5 116 kB slorber
npm/@docusaurus/preset-classic@3.5.2 environment Transitive: filesystem, network +63 6.96 MB slorber
npm/@docusaurus/theme-classic@3.5.2 unsafe Transitive: environment, filesystem, network +33 4 MB slorber
npm/@docusaurus/tsconfig@3.5.2 None 0 2.13 kB slorber
npm/@docusaurus/types@3.5.2 Transitive: filesystem, shell +11 435 kB slorber
npm/@easyops-cn/docusaurus-search-local@0.44.5 filesystem Transitive: environment, network, shell +38 5.74 MB easyops-eve
npm/@eslint-react/eslint-plugin@1.10.1 Transitive: environment +9 2.15 MB rel1cx
npm/@stylistic/eslint-plugin@2.6.4 None +8 1.68 MB eslint-stylistic-bot
npm/@types/node@20.16.0 None 0 2.1 MB types
npm/@typescript-eslint/utils@8.1.0 Transitive: environment +6 2.08 MB jameshenry

🚮 Removed packages: npm/@antfu/eslint-config@2.25.1, npm/@docusaurus/core@3.5.1, npm/@docusaurus/module-type-aliases@3.5.1, npm/@docusaurus/preset-classic@3.5.1, npm/@docusaurus/theme-classic@3.5.1, npm/@docusaurus/tsconfig@3.5.1, npm/@docusaurus/types@3.5.1, npm/@easyops-cn/docusaurus-search-local@0.44.4, npm/@eslint-react/eslint-plugin@1.10.0, npm/@stylistic/eslint-plugin@2.6.2, npm/@types/node@20.14.15, npm/@typescript-eslint/utils@8.0.1

View full report↗︎

socket-security[bot] commented 2 months ago

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.29%. Comparing base (fd77513) to head (4a48afe). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1244 +/- ## ======================================= Coverage 96.29% 96.29% ======================================= Files 21 21 Lines 189 189 Branches 16 17 +1 ======================================= Hits 182 182 Misses 7 7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

renovate[bot] commented 2 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.