mr04vv / blog

ぢろぐ
https://blog.mooriii.com
11 stars 0 forks source link

Update dependencies #46

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.8.2 -> 1.8.3 age adoption passing confidence
@types/bun (source) 1.1.5 -> 1.1.6 age adoption passing confidence
hono (source) 4.4.7 -> 4.4.9 age adoption passing confidence
vite (source) 5.3.1 -> 5.3.2 age adoption passing confidence
wrangler (source) 3.61.0 -> 3.62.0 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)
honojs/hono (hono) ### [`v4.4.9`](https://togithub.com/honojs/hono/releases/tag/v4.4.9) [Compare Source](https://togithub.com/honojs/hono/compare/v4.4.8...v4.4.9) #### What's Changed - perf(context): improve initializing `Context` by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/3046](https://togithub.com/honojs/hono/pull/3046) - fix(types): correct inferring env when routes channing by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/3051](https://togithub.com/honojs/hono/pull/3051) - docs: update the description of `package.json` and README by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/3052](https://togithub.com/honojs/hono/pull/3052) - fix(timing): prevent duplicate applications by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/3054](https://togithub.com/honojs/hono/pull/3054) **Full Changelog**: https://github.com/honojs/hono/compare/v4.4.8...v4.4.9 ### [`v4.4.8`](https://togithub.com/honojs/hono/releases/tag/v4.4.8) [Compare Source](https://togithub.com/honojs/hono/compare/v4.4.7...v4.4.8) #### What's Changed - fix(jsx): add an explicit type by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/3007](https://togithub.com/honojs/hono/pull/3007) - ci: use `env` for codecov GitHub Actions by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/3010](https://togithub.com/honojs/hono/pull/3010) - chore: Fix typos in JSDoc by [@​NicoPlyley](https://togithub.com/NicoPlyley) in [https://github.com/honojs/hono/pull/3002](https://togithub.com/honojs/hono/pull/3002) - fix: change to allow use of websocket options by [@​EdamAme-x](https://togithub.com/EdamAme-x) in [https://github.com/honojs/hono/pull/2999](https://togithub.com/honojs/hono/pull/2999) - perf: parseAccept without spread operator by [@​Jayllyz](https://togithub.com/Jayllyz) in [https://github.com/honojs/hono/pull/3003](https://togithub.com/honojs/hono/pull/3003) - test: add tests for buffer.ts by [@​yasuaki640](https://togithub.com/yasuaki640) in [https://github.com/honojs/hono/pull/3004](https://togithub.com/honojs/hono/pull/3004) - chore: upload bun test coverage to CodeCov by [@​exoego](https://togithub.com/exoego) in [https://github.com/honojs/hono/pull/3022](https://togithub.com/honojs/hono/pull/3022) - refactor: remove unneeded import statements by [@​EdamAme-x](https://togithub.com/EdamAme-x) in [https://github.com/honojs/hono/pull/3014](https://togithub.com/honojs/hono/pull/3014) - perf(utils/buffer): use promise all for better performance by [@​yasuaki640](https://togithub.com/yasuaki640) in [https://github.com/honojs/hono/pull/3031](https://togithub.com/honojs/hono/pull/3031) **Full Changelog**: https://github.com/honojs/hono/compare/v4.4.7...v4.4.8
vitejs/vite (vite) ### [`v5.3.2`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small532-2024-06-27-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.3.1...v5.3.2) - fix(client): uniform variable `location` ([#​17528](https://togithub.com/vitejs/vite/issues/17528)) ([a8e2f6f](https://togithub.com/vitejs/vite/commit/a8e2f6f)), closes [#​17528](https://togithub.com/vitejs/vite/issues/17528) - fix(deps): update all non-major dependencies ([#​17494](https://togithub.com/vitejs/vite/issues/17494)) ([bf123f2](https://togithub.com/vitejs/vite/commit/bf123f2)), closes [#​17494](https://togithub.com/vitejs/vite/issues/17494) - fix(typescript): correctly expand ${configDir} in tsconfig.json ([#​17576](https://togithub.com/vitejs/vite/issues/17576)) ([24c799b](https://togithub.com/vitejs/vite/commit/24c799b)), closes [#​17576](https://togithub.com/vitejs/vite/issues/17576) - chore: fix some comments ([#​17495](https://togithub.com/vitejs/vite/issues/17495)) ([ec16a5e](https://togithub.com/vitejs/vite/commit/ec16a5e)), closes [#​17495](https://togithub.com/vitejs/vite/issues/17495) - chore(deps): update all non-major dependencies ([#​17553](https://togithub.com/vitejs/vite/issues/17553)) ([a33a97f](https://togithub.com/vitejs/vite/commit/a33a97f)), closes [#​17553](https://togithub.com/vitejs/vite/issues/17553) - chore(deps): update dependency eslint to v9 ([#​16661](https://togithub.com/vitejs/vite/issues/16661)) ([6c10662](https://togithub.com/vitejs/vite/commit/6c10662)), closes [#​16661](https://togithub.com/vitejs/vite/issues/16661) - chore(deps): update es-module-lexer to 1.5.4 ([#​17555](https://togithub.com/vitejs/vite/issues/17555)) ([2d6672f](https://togithub.com/vitejs/vite/commit/2d6672f)), closes [#​17555](https://togithub.com/vitejs/vite/issues/17555) - refactor(optimizer): use early continues ([#​17551](https://togithub.com/vitejs/vite/issues/17551)) ([7c06ef0](https://togithub.com/vitejs/vite/commit/7c06ef0)), closes [#​17551](https://togithub.com/vitejs/vite/issues/17551)
cloudflare/workers-sdk (wrangler) ### [`v3.62.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3620) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.61.0...wrangler@3.62.0) ##### Minor Changes - [#​5950](https://togithub.com/cloudflare/workers-sdk/pull/5950) [`0075621`](https://togithub.com/cloudflare/workers-sdk/commit/007562109b583adb6ae15bba5f50029735af24e5) Thanks [@​WalshyDev](https://togithub.com/WalshyDev)! - feat: add `wrangler versions secret put`, `wrangler versions secret bulk` and `wrangler versions secret list` `wrangler versions secret put` allows for you to add/update a secret even if the latest version is not fully deployed. A new version with this secret will be created, the existing secrets and config are copied from the latest version. `wrangler versions secret bulk` allows you to bulk add/update multiple secrets at once, this behaves the same as `secret put` and will only make one new version. `wrangler versions secret list` lists the secrets available to the currently deployed versions. `wrangler versions secret list --latest-version` or `wrangler secret list` will list for the latest version. Additionally, we will now prompt for extra confirmation if attempting to rollback to a version with different secrets than the currently deployed. ##### Patch Changes - [#​6118](https://togithub.com/cloudflare/workers-sdk/pull/6118) [`1621992`](https://togithub.com/cloudflare/workers-sdk/commit/162199289d51dbaf3f7a371d777012d0039fbdfb) Thanks [@​WalshyDev](https://togithub.com/WalshyDev)! - fix: rollback in the case of a secret change, the prompt meant to show was not showing due to the spinner in an interactive env. It will now properly show. chore: improve the view of `wrangler versions view` and change up copy a little for `versions secret` commands. - [#​6105](https://togithub.com/cloudflare/workers-sdk/pull/6105) [`26855f3`](https://togithub.com/cloudflare/workers-sdk/commit/26855f39ae635feebb9d5768b64494e73d979b47) Thanks [@​helloimalastair](https://togithub.com/helloimalastair)! - feat: Add help messages to all invalid `r2` commands - [#​3735](https://togithub.com/cloudflare/workers-sdk/pull/3735) [`9c7df38`](https://togithub.com/cloudflare/workers-sdk/commit/9c7df38871b9fcfda4890a00507e6ef149e0cbcd) Thanks [@​lrapoport-cf](https://togithub.com/lrapoport-cf)! - chore: Cleanup `wrangler --help` output This commit cleans up and standardizes the look and feel of all `wrangler` commands as displayed by `wrangler --help` and `wrangler --help`. - [#​6080](https://togithub.com/cloudflare/workers-sdk/pull/6080) [`e2972cf`](https://togithub.com/cloudflare/workers-sdk/commit/e2972cf2ce785f5d56b1476e30102e05febba320) Thanks [@​threepointone](https://togithub.com/threepointone)! - chore: run eslint (with react config) on workers-playground/wrangler This enables eslint (with our react config) for the workers-playground project. Additionally, this enables the react-jsx condition in relevant tsconfig/eslint config, letting us write jsx without having React in scope. - [#​6001](https://togithub.com/cloudflare/workers-sdk/pull/6001) [`d39d595`](https://togithub.com/cloudflare/workers-sdk/commit/d39d59589f7fe3102276bad6b93caf10c39e5f20) Thanks [@​penalosa](https://togithub.com/penalosa)! - chore: changes to how `wrangler dev` launches your worker, behind the experimental `--x-dev-env` flag - [#​5214](https://togithub.com/cloudflare/workers-sdk/pull/5214) [`05c5607`](https://togithub.com/cloudflare/workers-sdk/commit/05c56073b4e8c71ab6e0b287adddddc00d763170) Thanks [@​penalosa](https://togithub.com/penalosa)! - feat: Experimental file based service discovery when running multiple Wrangler instances locally. To try it out, make sure all your local Wrangler instances are running with the `--x-registry` flag. - Updated dependencies \[[`7d02856`](https://togithub.com/cloudflare/workers-sdk/commit/7d02856ae2cbd90eb94324f9f6fcb44cd2c44059), [`d4e1e9f`](https://togithub.com/cloudflare/workers-sdk/commit/d4e1e9fc3439c3d6bd2d1d145d3edc85b551f276)]: - miniflare@3.20240620.0 - [@​cloudflare/kv-asset-handler](https://togithub.com/cloudflare/kv-asset-handler)[@​0](https://togithub.com/0).3.4

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» 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.

cloudflare-workers-and-pages[bot] commented 3 months ago

Deploying blog with  Cloudflare Pages  Cloudflare Pages

Latest commit: fbe9193
Status: βœ…  Deploy successful!
Preview URL: https://0759c897.blog-dlh.pages.dev
Branch Preview URL: https://renovate-dependencies.blog-dlh.pages.dev

View logs