Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(package.json): prettier use cache #2549

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

ryuapp
Copy link
Contributor

@ryuapp ryuapp commented Apr 23, 2024

It takes more than 5s to format codes with Prettier.
Using the cache, it will be less than 1s from the second time onwards.

https://prettier.io/docs/en/cli.html#--cache

Author should do the followings, if applicable

  • Add tests
  • Run tests
  • yarn denoify to generate files for Deno

@yusukebe
Copy link
Member

Wow cooool! This is awesome! Thanks.

@yusukebe yusukebe merged commit a761754 into honojs:main Apr 23, 2024
10 checks passed
@ryuapp ryuapp deleted the prettier-use-cache branch April 24, 2024 00:11
nicolewhite pushed a commit to autoblocksai/cli that referenced this pull request Apr 29, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [hono](https://hono.dev/) ([source](https://togithub.com/honojs/hono))
| [`4.2.7` ->
`4.2.9`](https://renovatebot.com/diffs/npm/hono/4.2.7/4.2.9) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/hono/4.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/hono/4.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/hono/4.2.7/4.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/hono/4.2.7/4.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>honojs/hono (hono)</summary>

### [`v4.2.9`](https://togithub.com/honojs/hono/releases/tag/v4.2.9)

[Compare
Source](https://togithub.com/honojs/hono/compare/v4.2.8...v4.2.9)

#### What's Changed

- fix(context): correct set-cookie header values if c.res is set by
[@&#8203;yusukebe](https://togithub.com/yusukebe) in
[honojs/hono#2570

**Full Changelog**:
honojs/hono@v4.2.8...v4.2.9

### [`v4.2.8`](https://togithub.com/honojs/hono/releases/tag/v4.2.8)

[Compare
Source](https://togithub.com/honojs/hono/compare/v4.2.7...v4.2.8)

#### What's Changed

- fix(types): useState() has no type errors without arguments by
[@&#8203;ryuapp](https://togithub.com/ryuapp) in
[honojs/hono#2548
- chore(package.json): prettier use cache by
[@&#8203;ryuapp](https://togithub.com/ryuapp) in
[honojs/hono#2549
- fix(cloudflare-workers): do not buffer content by
[@&#8203;cometkim](https://togithub.com/cometkim) in
[honojs/hono#2545
- fix(context): keep response cookies in newResponse instead of
overwriting by [@&#8203;ItsWendell](https://togithub.com/ItsWendell) in
[honojs/hono#2555

#### New Contributors

- [@&#8203;cometkim](https://togithub.com/cometkim) made their first
contribution in
[honojs/hono#2545
- [@&#8203;ItsWendell](https://togithub.com/ItsWendell) made their first
contribution in
[honojs/hono#2555

**Full Changelog**:
honojs/hono@v4.2.7...v4.2.8

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone
America/Chicago, 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/autoblocksai/cli).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants