s3igo / blog

個人ブログ
https://blog.tsuki-yo.net
MIT License
3 stars 1 forks source link

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

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@biomejs/biome (source) 1.9.1 -> 1.9.2 age adoption passing confidence
astro (source) 4.15.7 -> 4.15.8 age adoption passing confidence
astro-expressive-code (source) 0.36.1 -> 0.37.0 age adoption passing confidence

Release Notes

biomejs/biome (@​biomejs/biome) ### [`v1.9.2`](https://redirect.github.com/biomejs/biome/blob/HEAD/CHANGELOG.md#v192-2024-09-19) [Compare Source](https://redirect.github.com/biomejs/biome/compare/9bf1e4c7738a8f6fe7cb5f533b1bd9776b3f8452...5f2287e005eadb261a4c78e4ec0fdc0d46068551) ##### CLI ##### New features - Added support for custom GritQL definitions, including: - Pattern and predicate definitions: https://docs.grit.io/guides/patterns - Function definitions: https://docs.grit.io/language/functions#function-definitions Contributed by [@​arendjr](https://redirect.github.com/arendjr) ##### Bug fixes - Fix [#​3917](https://redirect.github.com/biomejs/biome/issues/3917), where the fixed files were incorrectly computed. Contributed by [@​ematipico](https://redirect.github.com/ematipico) - Fixed an issue that caused GritQL `contains` queries to report false positives when the matched node appeared inside a sibling node. Contributed by [@​arendjr](https://redirect.github.com/arendjr) ##### Editors ##### Bug fixes - Fix [#​3923](https://redirect.github.com/biomejs/biome/issues/3923). Now the `.editorconfig` is correctly parsed by the LSP, and the options are correctly applied to files when formatting is triggered. Plus, the Biome LSP now watches for any change to the `.editorconfig`, and updates the formatting settings. - Reduced the number of log files generated by the LSP server. Now the maximum number of logs saved on disk is **seven**. Contributed by [@​ematipico](https://redirect.github.com/ematipico) - Fix the code actions capabilities available in the LSP Biome server. Before, the LSP was using the default capabilities, which resulted in pulling code actions even when they were disabled by the editor. This means that the code actions are pulled by the client **only** when the editor enables `quickfix.biome`, `source.organizeImports.biome` and `source.fixAll.biome`. Now, if you enable `organizeImports.enabled: true` in the `biome.json`, and then you configure your editor with the following code action `source.organizeImports.biome: false`, the editor **won't** sort the imports. Contributed by [@​ematipico](https://redirect.github.com/ematipico) ##### Linter ##### New features - Add [nursery/noMissingVarFunction](https://biomejs.dev/linter/rules/no-missing-var-function). Contributed by [@​michellocana](https://redirect.github.com/michellocana) - Add \[nursery/useComponentExportOnlyModules]\((https://biomejs.dev/linter/rules/use-component-export-only-modules). Use this rule in React projects to enforce a code styling that fits React Refresh. Contributed by [@​GunseiKPaseri](https://redirect.github.com/GunseiKPaseri) ##### Bug fixes - [noLabelWithoutControl](https://biomejs.dev/linter/rules/no-label-without-control/) now accept JSX expression as label value ([#​3875](https://redirect.github.com/biomejs/biome/issues/3875)). Contributed by [@​Conaclos](https://redirect.github.com/Conaclos) - [useFilenamingConvention](https://biomejs.dev/linter/rules/use-filenaming-convention) no longer suggests names with a disallowed case ([#​3952](https://redirect.github.com/biomejs/biome/issues/3952)). Contributed by [@​Conaclos](https://redirect.github.com/Conaclos) - [useFilenamingConvention](https://biomejs.dev/linter/rules/use-filenaming-convention) now recognizes file names starting with ASCII digits as lowercase ([#​3952](https://redirect.github.com/biomejs/biome/issues/3952)). Thus, `2024-09-17-filename`, `2024_09_17_filename` and `20240917FileName` are in `kebab-case`, `snake_case`, and `camelCase` respectively. Contributed by [@​Conaclos](https://redirect.github.com/Conaclos) - [useFilenamingConvention](https://biomejs.dev/linter/rules/use-filenaming-convention) now applies the configured formats to the file extensions ([#​3650](https://redirect.github.com/biomejs/biome/discussions/3650)). Contributed by [@​Conaclos](https://redirect.github.com/Conaclos) ##### Parser ##### Bug fixes - [useStrictMode](https://biomejs.dev/linter/rules/use-strict-mode/) now reports Script files with some directives, but without the `use strict` directive. Contributed by [@​Conaclos](https://redirect.github.com/Conaclos) - The CSS parser now accepts the characters U+FFDCF and U+FFFD in identifiers. Contributed by [@​Conaclos](https://redirect.github.com/Conaclos)
withastro/astro (astro) ### [`v4.15.8`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4158) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@4.15.7...astro@4.15.8) ##### Patch Changes - [#​12014](https://redirect.github.com/withastro/astro/pull/12014) [`53cb41e`](https://redirect.github.com/withastro/astro/commit/53cb41e30ea5768bf33d9f6be608fb57d31b7b9e) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes an issue where component styles were not correctly included in rendered MDX - [#​12031](https://redirect.github.com/withastro/astro/pull/12031) [`8c0cae6`](https://redirect.github.com/withastro/astro/commit/8c0cae6d1bd70b332286d83d0f01cfce5272fbbe) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes a bug where the rewrite via `next(/*..*/)` inside a middleware didn't compute the new `APIContext.params` - [#​12026](https://redirect.github.com/withastro/astro/pull/12026) [`40e7a1b`](https://redirect.github.com/withastro/astro/commit/40e7a1b05d9e5ea3fcda176c9663bbcff86edb63) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Initializes the Markdown processor only when there's `.md` files - [#​12028](https://redirect.github.com/withastro/astro/pull/12028) [`d3bd673`](https://redirect.github.com/withastro/astro/commit/d3bd673392e63720e241d6a002a131a3564c169c) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Handles route collision detection only if it matches `getStaticPaths` - [#​12027](https://redirect.github.com/withastro/astro/pull/12027) [`dd3b753`](https://redirect.github.com/withastro/astro/commit/dd3b753aba6400558671d85214e27b8e4fb1654b) Thanks [@​fviolette](https://redirect.github.com/fviolette)! - Add `selected` to the list of boolean attributes - [#​12001](https://redirect.github.com/withastro/astro/pull/12001) [`9be3e1b`](https://redirect.github.com/withastro/astro/commit/9be3e1bba789af96d8b21d9c8eca8542cfb4ff77) Thanks [@​uwej711](https://redirect.github.com/uwej711)! - Remove dependency on path-to-regexp
expressive-code/expressive-code (astro-expressive-code) ### [`v0.37.0`](https://redirect.github.com/expressive-code/expressive-code/blob/HEAD/packages/astro-expressive-code/CHANGELOG.md#0370) [Compare Source](https://redirect.github.com/expressive-code/expressive-code/compare/astro-expressive-code@0.36.1...astro-expressive-code@0.37.0) ##### Minor Changes - [`f07fc81`](https://redirect.github.com/expressive-code/expressive-code/commit/f07fc81): Updates peer dependency range to support Astro 5. ##### Patch Changes - rehype-expressive-code@0.37.0

Configuration

📅 Schedule: Branch creation - "before 4am" in timezone Asia/Tokyo, 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.

👻 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.

cloudflare-workers-and-pages[bot] commented 1 month ago

Deploying blog with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4120fd0
Status: ✅  Deploy successful!
Preview URL: https://a4026c29.blog-5fi.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.blog-5fi.pages.dev

View logs

lost-pixel-signals commented 1 month ago
Shot Type Count Status
Added 0 🟡
Deleted 0
Regression 0
lost-pixel-signals commented 1 month ago
Shot Type Count Status
Added 0 🟡
Deleted 0
Regression 0