hb0730 / T-Nav

基于Nuxt+Naive UI开发的静态导航网站
https://t-nav.hb0730.me
MIT License
0 stars 1 forks source link

chore(deps): update all non-major dependencies #33

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^3.7.3 -> ^3.8.0 age adoption passing confidence
@nuxtjs/robots (source) ^4.1.7 -> ^4.1.9 age adoption passing confidence
@nuxtjs/sitemap ^6.1.1 -> ^6.1.2 age adoption passing confidence
pnpm (source) 9.12.1 -> 9.12.2 age adoption passing confidence
sass ^1.79.5 -> ^1.80.2 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config) ### [`v3.8.0`](https://redirect.github.com/antfu/eslint-config/releases/tag/v3.8.0) [Compare Source](https://redirect.github.com/antfu/eslint-config/compare/v3.7.3...v3.8.0) #####    🚀 Features - Support json5 in vscode  -  by [@​zzxming](https://redirect.github.com/zzxming) in [https://github.com/antfu/eslint-config/issues/623](https://redirect.github.com/antfu/eslint-config/issues/623) [(f11ab)](https://redirect.github.com/antfu/eslint-config/commit/f11ab09) - Update deps  -  by [@​antfu](https://redirect.github.com/antfu) [(e5e79)](https://redirect.github.com/antfu/eslint-config/commit/e5e79c5) #####     [View changes on GitHub](https://redirect.github.com/antfu/eslint-config/compare/v3.7.3...v3.8.0)
nuxt-modules/robots (@​nuxtjs/robots) ### [`v4.1.9`](https://redirect.github.com/nuxt-modules/robots/releases/tag/v4.1.9) [Compare Source](https://redirect.github.com/nuxt-modules/robots/compare/v4.1.8...v4.1.9) #####    🐞 Bug Fixes - Disallow `/robots.txt` when using baseURL  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(c8958)](https://redirect.github.com/nuxt-modules/robots/commit/c895897) - Comments being treated as errors  -  by [@​hacknug](https://redirect.github.com/hacknug) in [https://github.com/nuxt-modules/robots/issues/152](https://redirect.github.com/nuxt-modules/robots/issues/152) [(ee973)](https://redirect.github.com/nuxt-modules/robots/commit/ee973f1) #####     [View changes on GitHub](https://redirect.github.com/nuxt-modules/robots/compare/v4.1.8...v4.1.9) ### [`v4.1.8`](https://redirect.github.com/nuxt-modules/robots/releases/tag/v4.1.8) [Compare Source](https://redirect.github.com/nuxt-modules/robots/compare/v4.1.7...v4.1.8) #####    🐞 Bug Fixes - Case insensitive directives when merging robots.txt  -  by [@​botic](https://redirect.github.com/botic) in [https://github.com/nuxt-modules/robots/issues/150](https://redirect.github.com/nuxt-modules/robots/issues/150) [(f4d60)](https://redirect.github.com/nuxt-modules/robots/commit/f4d6072) - Warn when unknown directives are used  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(f98c2)](https://redirect.github.com/nuxt-modules/robots/commit/f98c216) - Add developments hints as comments  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(96e84)](https://redirect.github.com/nuxt-modules/robots/commit/96e8411) - **devtools**: Add robots.txt code highlighting  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(a423d)](https://redirect.github.com/nuxt-modules/robots/commit/a423d31) #####     [View changes on GitHub](https://redirect.github.com/nuxt-modules/robots/compare/v4.1.7...v4.1.8)
nuxt-modules/sitemap (@​nuxtjs/sitemap) ### [`v6.1.2`](https://redirect.github.com/nuxt-modules/sitemap/releases/tag/v6.1.2) [Compare Source](https://redirect.github.com/nuxt-modules/sitemap/compare/v6.1.1...v6.1.2) #####    🐞 Bug Fixes - Check for robots integration once modules are done  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(54d51)](https://redirect.github.com/nuxt-modules/sitemap/commit/54d51d2) - **nuxt-i18n-micro**: Broken route generation  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(7a494)](https://redirect.github.com/nuxt-modules/sitemap/commit/7a49460) #####     [View changes on GitHub](https://redirect.github.com/nuxt-modules/sitemap/compare/v6.1.1...v6.1.2)
pnpm/pnpm (pnpm) ### [`v9.12.2`](https://redirect.github.com/pnpm/pnpm/releases/tag/v9.12.2): pnpm 9.12.2 [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.12.1...v9.12.2) #### Patch Changes - When checking whether a file in the store has executable permissions, the new approach checks if at least one of the executable bits (owner, group, and others) is set to 1. Previously, a file was incorrectly considered executable only when all the executable bits were set to 1. This fix ensures that files with any executable permission, regardless of the user class, are now correctly identified as executable [#​8546](https://redirect.github.com/pnpm/pnpm/issues/8546). #### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
sass/dart-sass (sass) ### [`v1.80.2`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1802) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.80.1...1.80.2) - Fix a bug where deprecation warnings were incorrectly emitted for the plain-CSS `invert()` function. ### [`v1.80.1`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1801) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.80.0...1.80.1) - Fix a bug where repeated deprecation warnings were not automatically limited. ### [`v1.80.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1800) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.79.6...1.80.0) - `@import` is now officially deprecated, as are global built-in functions that are available within built-in modules. See [the Sass blog post] for more details on the deprecation process. [the Sass blog post]: https://sass-lang.com/blog/import-is-deprecated/ ##### Embedded Host - Fix an error that would sometimes occur when deprecation warnings were emitted when using a custom importer with the legacy API. ### [`v1.79.6`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1796) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.79.5...1.79.6) - Fix a bug where Sass would add an extra `*/` after loud comments with whitespace after an explicit `*/` in the indented syntax. - **Potentially breaking bug fix:** Adding text after an explicit `*/` in the indented syntax is now an error, rather than silently generating invalid CSS. ##### Embedded Host - Properly export the `SassBoolean` type.

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.