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

Add repository, homepage and bugs to package.json #70

Merged
merged 1 commit into from Jun 7, 2023
Merged

Add repository, homepage and bugs to package.json #70

merged 1 commit into from Jun 7, 2023

Conversation

kachkaev
Copy link
Contributor

@kachkaev kachkaev commented Jun 3, 2023

Current page on npmjs.com: https://www.npmjs.com/package/react-wrap-balancer

no metadata on npmjs.com

Goal: https://www.npmjs.com/package/react

example of present metadata on npmjs.com

These fields can help tools like Renovate display release notes from GitHub:
Screenshot 2023-06-03 at 13 25 32 2
Screenshot 2023-06-03 at 13 25 55 2

Nice package! 🙌

@vercel
Copy link

vercel bot commented Jun 3, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-wrap-balancer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 3, 2023 3:45pm

@kachkaev kachkaev marked this pull request as ready for review June 3, 2023 15:48
Copy link
Owner

@shuding shuding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@shuding shuding merged commit db61bcc into shuding:main Jun 7, 2023
2 checks passed
@kachkaev kachkaev deleted the package-json-metadata branch June 7, 2023 21:50
robinandeer pushed a commit to HedvigInsurance/racoon that referenced this pull request Jun 21, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react-wrap-balancer](https://react-wrap-balancer.vercel.app) ([source](https://togithub.com/shuding/react-wrap-balancer)) | [`0.5.0` -> `1.0.0`](https://renovatebot.com/diffs/npm/react-wrap-balancer/0.5.0/1.0.0) | [![age](https://badges.renovateapi.com/packages/npm/react-wrap-balancer/1.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-wrap-balancer/1.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-wrap-balancer/1.0.0/compatibility-slim/0.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-wrap-balancer/1.0.0/confidence-slim/0.5.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>shuding/react-wrap-balancer</summary>

### [`v1.0.0`](https://togithub.com/shuding/react-wrap-balancer/releases/tag/1.0.0)

[Compare Source](https://togithub.com/shuding/react-wrap-balancer/compare/0.5.0...1.0.0)

V1.0 is here! Major new feature from this release is that `<Balancer>` will now switch to use the native CSS [`text-wrap: balance`](https://developer.chrome.com/blog/css-text-wrap-balance/) if it's available. This improves the runtime performance quite a lot!

With that, it's even more important to always add a `<Provider>` to your app as that makes the CSS feature detection logic shared across all `<Balancer>` components.

Lastly, if the native CSS balance is available, the `ratio` option will be ignored because that's not part of the `text-wrap: balance` standard.

#### What's Changed

-   Add `repository`, `homepage` and `bugs` to `package.json` by [@&#8203;kachkaev](https://togithub.com/kachkaev) in [shuding/react-wrap-balancer#70
-   Use `text-wrap: balance` if supported by [@&#8203;shuding](https://togithub.com/shuding) in [shuding/react-wrap-balancer#72

#### New Contributors

-   [@&#8203;kachkaev](https://togithub.com/kachkaev) made their first contribution in [shuding/react-wrap-balancer#70

**Full Changelog**: shuding/react-wrap-balancer@0.5.0...1.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), 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/HedvigInsurance/racoon).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
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