-
-
Notifications
You must be signed in to change notification settings - Fork 254
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: migrate to changeset for automatically releasing #278
Conversation
|
5d8a3e7
to
7f261f6
Compare
Hi! I don’t want to review. I trust you with this stuff. Btw, if you wondered what package-real.json was for: I got obsessed with making npm packages smaller, so I generated a smaller package.json without all the crap that doesn’t matter in an npm package (scripts, devDependencies). That’s also why I truncated the readme file – I personally never read readmes on npmjs.com since they are always out of date. eslint-config-prettier has a lot of downloads, so we quickly reach terabytes of wasted bytes. (I didn’t minify the code, since that makes debugging and auditing harder.) But these things are up to you now. |
I know what does the For readme, I think it helps to read on npmjs or in Small size is great, but I think that doesn't need to be so strict. Cheers. 🍻 |
Thanks for sharing clean-pkg-json! Looks great. Regarding the readme: I find it kind of ironic that the readme is almost twice as big as |
I'll merge this PR as-is then. |
| datasource | package | from | to | | ---------- | ---------------------- | ----- | ------ | | npm | eslint-config-prettier | 9.1.0 | 10.0.1 | ## [v10.0.1](https://github.com/prettier/eslint-config-prettier/releases/tag/v10.0.1) ### eslint-config-prettier #### 10.0.1 #### What's Changed - chore: migrate to changeset for automatically releasing by [@JounQin](https://github.com/JounQin) in prettier/eslint-config-prettier#278 - add support for `@stylistic/eslint-plugin` by [@abrahamguo](https://github.com/abrahamguo) in prettier/eslint-config-prettier#272 #### New Contributors - [@JounQin](https://github.com/JounQin) made their first contribution in prettier/eslint-config-prettier#278 - [@abrahamguo](https://github.com/abrahamguo) made their first contribution in prettier/eslint-config-prettier#272 **Full Changelog**: prettier/eslint-config-prettier@v9.1.0...v10.0.1 ## [v10.0.0](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#1000) ##### Major Changes - [#272](prettier/eslint-config-prettier#272) [`5be64be`](prettier/eslint-config-prettier@5be64be) Thanks [@abrahamguo](https://github.com/abrahamguo)! - add support for [@Stylistic](https://github.com/stylistic) formatting rules
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | devDependencies | major | [`9.1.0` -> `10.0.1`](https://renovatebot.com/diffs/npm/eslint-config-prettier/9.1.0/10.0.1) | --- ### Release Notes <details> <summary>prettier/eslint-config-prettier (eslint-config-prettier)</summary> ### [`v10.0.1`](https://github.com/prettier/eslint-config-prettier/releases/tag/v10.0.1) [Compare Source](prettier/eslint-config-prettier@v10.0.0...v10.0.1) ### eslint-config-prettier #### 10.0.1 #### What's Changed - chore: migrate to changeset for automatically releasing by [@​JounQin](https://github.com/JounQin) in prettier/eslint-config-prettier#278 - add support for `@stylistic/eslint-plugin` by [@​abrahamguo](https://github.com/abrahamguo) in prettier/eslint-config-prettier#272 #### New Contributors - [@​JounQin](https://github.com/JounQin) made their first contribution in prettier/eslint-config-prettier#278 - [@​abrahamguo](https://github.com/abrahamguo) made their first contribution in prettier/eslint-config-prettier#272 **Full Changelog**: prettier/eslint-config-prettier@v9.1.0...v10.0.1 ### [`v10.0.0`](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#1000) [Compare Source](prettier/eslint-config-prettier@v9.1.0...v10.0.0) ##### Major Changes - [#​272](prettier/eslint-config-prettier#272) [`5be64be`](prettier/eslint-config-prettier@5be64be) Thanks [@​abrahamguo](https://github.com/abrahamguo)! - add support for [@​stylistic](https://github.com/stylistic) formatting rules </details> --- ### 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. 🔕 **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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: cswimr <[email protected]> Reviewed-on: https://www.coastalcommits.com/cswimr/gauntlet-cswimr-plugins/pulls/25 Co-authored-by: Renovate <[email protected]> Co-committed-by: Renovate <[email protected]>
close #277