s3igo / blog

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

fix(deps): update all non-major dependencies #733

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 Type Update
@astrojs/rss (source) 4.0.8 -> 4.0.9 age adoption passing confidence dependencies patch
@vitest/coverage-v8 (source) 2.1.2 -> 2.1.3 age adoption passing confidence devDependencies patch
astro (source) 4.16.2 -> 4.16.5 age adoption passing confidence dependencies patch
astro-expressive-code (source) 0.37.0 -> 0.37.1 age adoption passing confidence dependencies patch
lost-pixel 3.20.0 -> 3.21.0 age adoption passing confidence devDependencies minor
lost-pixel/lost-pixel v3.20.0 -> v3.21.0 age adoption passing confidence action minor
tailwindcss (source) 3.4.13 -> 3.4.14 age adoption passing confidence dependencies patch
vitest (source) 2.1.2 -> 2.1.3 age adoption passing confidence devDependencies patch

Release Notes

withastro/astro (@​astrojs/rss) ### [`v4.0.9`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro-rss/CHANGELOG.md#409) [Compare Source](https://redirect.github.com/withastro/astro/compare/@astrojs/rss@4.0.8...@astrojs/rss@4.0.9) ##### Patch Changes - [#​12157](https://redirect.github.com/withastro/astro/pull/12157) [`925cff3`](https://redirect.github.com/withastro/astro/commit/925cff31bc040874e73decd6a6b3a5ba84c60258) Thanks [@​bholmesdev](https://redirect.github.com/bholmesdev)! - Improves README configuration reference.
vitest-dev/vitest (@​vitest/coverage-v8) ### [`v2.1.3`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v2.1.3) [Compare Source](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.2...v2.1.3) #####    🐞 Bug Fixes - Fix error diff of `toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy`  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6697](https://redirect.github.com/vitest-dev/vitest/issues/6697) [(e0027)](https://redirect.github.com/vitest-dev/vitest/commit/e002758c) - **browser**: - Provide aria role intellisense  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6629](https://redirect.github.com/vitest-dev/vitest/issues/6629) [(f36ea)](https://redirect.github.com/vitest-dev/vitest/commit/f36eac77) - Not.toBeInTheDocument works with locators API  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6634](https://redirect.github.com/vitest-dev/vitest/issues/6634) [(8bef5)](https://redirect.github.com/vitest-dev/vitest/commit/8bef5d2b) - Use `/mockServiceWorker.js` instead of `/__vitest_msw__`  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6687](https://redirect.github.com/vitest-dev/vitest/issues/6687) [(4b2ce)](https://redirect.github.com/vitest-dev/vitest/commit/4b2ce07f) - Don't override the esbuild option in the browser mode  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6692](https://redirect.github.com/vitest-dev/vitest/issues/6692) [(d131f)](https://redirect.github.com/vitest-dev/vitest/commit/d131fd64) - **expect**: - Preserve prototype in `toMatchObject` diff  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6620](https://redirect.github.com/vitest-dev/vitest/issues/6620) [(d289e)](https://redirect.github.com/vitest-dev/vitest/commit/d289e7eb) - **mocker**: - Specify correct spy dependency  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) [(7e958)](https://redirect.github.com/vitest-dev/vitest/commit/7e9584aa) - **runner**: - Ensure sequential suite overrides sequence.concurrent  -  by [@​dsyddall](https://redirect.github.com/dsyddall) and [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6653](https://redirect.github.com/vitest-dev/vitest/issues/6653) [(5e6de)](https://redirect.github.com/vitest-dev/vitest/commit/5e6de274) - **vitest**: - Deprecate UserConfig in favor of ViteUserConfig  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6626](https://redirect.github.com/vitest-dev/vitest/issues/6626) [(496bd)](https://redirect.github.com/vitest-dev/vitest/commit/496bd251) - Don't hang with maxConcurrency 0  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6627](https://redirect.github.com/vitest-dev/vitest/issues/6627) [(946d8)](https://redirect.github.com/vitest-dev/vitest/commit/946d8bb1) - Deprecate old task types and node-reliant types  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6632](https://redirect.github.com/vitest-dev/vitest/issues/6632) [(00045)](https://redirect.github.com/vitest-dev/vitest/commit/000459a9) - Fix `` logs when interleaving `console.log/error`  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6644](https://redirect.github.com/vitest-dev/vitest/issues/6644) [(9ece3)](https://redirect.github.com/vitest-dev/vitest/commit/9ece3952) - Show rollup error details as test error  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6686](https://redirect.github.com/vitest-dev/vitest/issues/6686) [(47dde)](https://redirect.github.com/vitest-dev/vitest/commit/47dde76f) - Always inline setup files  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6689](https://redirect.github.com/vitest-dev/vitest/issues/6689) [(19d64)](https://redirect.github.com/vitest-dev/vitest/commit/19d64e20) - Use `fast-glob` instead of `tinyglobby` in Vitest  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6688](https://redirect.github.com/vitest-dev/vitest/issues/6688) [(70baa)](https://redirect.github.com/vitest-dev/vitest/commit/70baaaa9) - **web-worker**: - Share mocker with main executor  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6623](https://redirect.github.com/vitest-dev/vitest/issues/6623) [(fe7b8)](https://redirect.github.com/vitest-dev/vitest/commit/fe7b8aee) #####    🏎 Performance - Reuse full name in reported tasks, update generator types  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6666](https://redirect.github.com/vitest-dev/vitest/issues/6666) [(7a0de)](https://redirect.github.com/vitest-dev/vitest/commit/7a0de0a7) #####     [View changes on GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.2...v2.1.3)
withastro/astro (astro) ### [`v4.16.5`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4165) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.4...astro@4.16.5) ##### Patch Changes - [#​12232](https://redirect.github.com/withastro/astro/pull/12232) [`ff68ba5`](https://redirect.github.com/withastro/astro/commit/ff68ba5e1ca00f06d1afd5fbf89acea3092bb660) Thanks [@​martrapp](https://redirect.github.com/martrapp)! - Fixes an issue with cssesc in dev mode when setting `vite.ssr.noExternal: true` ### [`v4.16.4`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4164) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.3...astro@4.16.4) ##### Patch Changes - [#​12223](https://redirect.github.com/withastro/astro/pull/12223) [`79ffa5d`](https://redirect.github.com/withastro/astro/commit/79ffa5d9f75c16465134aa4ed4a3d1d59908ba8b) Thanks [@​ArmandPhilippot](https://redirect.github.com/ArmandPhilippot)! - Fixes a false positive reported by the dev toolbar Audit app where a label was considered missing when associated with a button The `button` element can be [used with a label](https://www.w3.org/TR/2011/WD-html5-author-20110809/forms.html#category-label) (e.g. to create a switch) and should not be reported as an accessibility issue when used as a child of a `label`. - [#​12199](https://redirect.github.com/withastro/astro/pull/12199) [`c351352`](https://redirect.github.com/withastro/astro/commit/c3513523608f319b43c050e391be08e68b801329) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes a regression in the computation of `Astro.currentLocale` - [#​12222](https://redirect.github.com/withastro/astro/pull/12222) [`fb55695`](https://redirect.github.com/withastro/astro/commit/fb5569583b11ef585cd0a79e97e7e9dc653f6afa) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where the edge middleware couldn't correctly compute the client IP address when calling `ctx.clientAddress()` ### [`v4.16.3`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4163) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.2...astro@4.16.3) ##### Patch Changes - [#​12220](https://redirect.github.com/withastro/astro/pull/12220) [`b049359`](https://redirect.github.com/withastro/astro/commit/b0493596dc338377198d0a39efc813dad515b624) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Fixes accidental internal `setOnSetGetEnv` parameter rename that caused runtime errors - [#​12197](https://redirect.github.com/withastro/astro/pull/12197) [`2aa2dfd`](https://redirect.github.com/withastro/astro/commit/2aa2dfd05dc7b7e6ad13451e6cc2afa9b1c92a32) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fix a regression where a port was incorrectly added to the `Astro.url`
expressive-code/expressive-code (astro-expressive-code) ### [`v0.37.1`](https://redirect.github.com/expressive-code/expressive-code/blob/HEAD/packages/astro-expressive-code/CHANGELOG.md#0371) [Compare Source](https://redirect.github.com/expressive-code/expressive-code/compare/astro-expressive-code@0.37.0...astro-expressive-code@0.37.1) ##### Patch Changes - rehype-expressive-code@0.37.1
lost-pixel/lost-pixel (lost-pixel) ### [`v3.21.0`](https://redirect.github.com/lost-pixel/lost-pixel/releases/tag/v3.21.0) [Compare Source](https://redirect.github.com/lost-pixel/lost-pixel/compare/v3.20.0...v3.21.0) - Merge pull request [#​428](https://redirect.github.com/lost-pixel/lost-pixel/issues/428) from lost-pixel/fix/back-to-node-18 [`359ddda`](https://redirect.github.com/lost-pixel/lost-pixel/commit/359ddda) - revert to node 18 [`057d592`](https://redirect.github.com/lost-pixel/lost-pixel/commit/057d592)
tailwindlabs/tailwindcss (tailwindcss) ### [`v3.4.14`](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.13...c616fb956239242f7f22ca6abc8bbd73e4a1f01b) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14)

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 week ago

Deploying blog with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6aed613
Status: ✅  Deploy successful!
Preview URL: https://9b543a44.blog-5fi.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.blog-5fi.pages.dev

View logs

lost-pixel-signals commented 1 week ago
Shot Type Count Status
Added 0 🟡
Deleted 0
Regression 0
lost-pixel-signals commented 1 week ago
Shot Type Count Status
Added 0 🟡
Deleted 0
Regression 0
lost-pixel-signals commented 1 week ago
Shot Type Count Status
Added 0 🟡
Deleted 0
Regression 0
renovate[bot] commented 1 week 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.

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