Update dependency prettier to v1.19.1 #5

Open
renovate-bot wants to merge 1 commit from renovate/prettier-1.x-lockfile into master
Collaborator

This PR contains the following updates:

Package Type Update Change
prettier (source) dependencies minor 1.18.2 -> 1.19.1

Release Notes

prettier/prettier (prettier)

v1.19.1

Compare Source

diff

CLI
Fix --stdin regression in 1.19.0 (#​6894 by @​lydell)
// Prettier stable
$ echo "test" | prettier --stdin --parser babel
[error] regeneratorRuntime is not defined

// Prettier master
$ echo "test" | prettier --stdin --parser babel
test;
TypeScript
Fix formatting of union type as arrow function return type (#​6896 by @​thorn0)
// Input
export const getVehicleDescriptor = async (
  vehicleId: string,
): Promise<Collections.Parts.PrintedCircuitBoardAssembly['attributes'] | undefined> => {}

// Prettier stable
export const getVehicleDescriptor = async (
  vehicleId: string
): Promise<| Collections.Parts.PrintedCircuitBoardAssembly["attributes"]
| undefined> => {};

// Prettier master
export const getVehicleDescriptor = async (
  vehicleId: string
): Promise<
  Collections.Parts.PrintedCircuitBoardAssembly["attributes"] | undefined
> => {};

v1.19.0

Compare Source

diff

🔗 Release Notes


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | dependencies | minor | [`1.18.2` -> `1.19.1`](https://renovatebot.com/diffs/npm/prettier/1.18.2/1.19.1) | --- ### Release Notes <details> <summary>prettier/prettier (prettier)</summary> ### [`v1.19.1`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#1191) [Compare Source](https://github.com/prettier/prettier/compare/1.19.0...1.19.1) [diff](https://github.com/prettier/prettier/compare/1.19.0...1.19.1) ##### CLI ##### Fix `--stdin` regression in 1.19.0 ([#&#8203;6894](https://github.com/prettier/prettier/pull/6894) by [@&#8203;lydell](https://github.com/lydell)) <!-- prettier-ignore --> // Prettier stable $ echo "test" | prettier --stdin --parser babel [error] regeneratorRuntime is not defined // Prettier master $ echo "test" | prettier --stdin --parser babel test; ##### TypeScript ##### Fix formatting of union type as arrow function return type ([#&#8203;6896](https://github.com/prettier/prettier/pull/6896) by [@&#8203;thorn0](https://github.com/thorn0)) <!-- prettier-ignore --> ```jsx // Input export const getVehicleDescriptor = async ( vehicleId: string, ): Promise<Collections.Parts.PrintedCircuitBoardAssembly['attributes'] | undefined> => {} // Prettier stable export const getVehicleDescriptor = async ( vehicleId: string ): Promise<| Collections.Parts.PrintedCircuitBoardAssembly["attributes"] | undefined> => {}; // Prettier master export const getVehicleDescriptor = async ( vehicleId: string ): Promise< Collections.Parts.PrintedCircuitBoardAssembly["attributes"] | undefined > => {}; ``` ### [`v1.19.0`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#1190) [Compare Source](https://github.com/prettier/prettier/compare/1.18.2...1.19.0) [diff](https://github.com/prettier/prettier/compare/1.18.2...1.19.0) 🔗 [Release Notes](https://prettier.io/blog/2019/11/09/1.19.0.html) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuOCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2025-03-07 16:04:02 +00:00
renovate-bot force-pushed renovate/prettier-1.x-lockfile from b8f5737ed2 to 7199739180 2025-03-12 12:03:06 +00:00 Compare
renovate-bot force-pushed renovate/prettier-1.x-lockfile from 7199739180 to a94daf8c7a 2025-04-11 22:11:57 +00:00 Compare
renovate-bot force-pushed renovate/prettier-1.x-lockfile from a94daf8c7a to 009ea1d2f5 2025-05-20 21:26:49 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/prettier-1.x-lockfile:renovate/prettier-1.x-lockfile
git checkout renovate/prettier-1.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff renovate/prettier-1.x-lockfile
git checkout renovate/prettier-1.x-lockfile
git rebase master
git checkout master
git merge --ff-only renovate/prettier-1.x-lockfile
git checkout renovate/prettier-1.x-lockfile
git rebase master
git checkout master
git merge --no-ff renovate/prettier-1.x-lockfile
git checkout master
git merge --squash renovate/prettier-1.x-lockfile
git checkout master
git merge --ff-only renovate/prettier-1.x-lockfile
git checkout master
git merge renovate/prettier-1.x-lockfile
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: kumi/HistoryCleaner#5
No description provided.