flotiq-gatsby-portfolio-1
flotiq-gatsby-portfolio-1 copied to clipboard
Bump prettier from 3.5.2 to 3.5.3
Bumps prettier from 3.5.2 to 3.5.3.
Changelog
Sourced from prettier's changelog.
3.5.3
Flow: Fix missing parentheses in
ConditionalTypeAnnotation(#17196 by@βfisker)// Input type T<U> = 'a' | ('b' extends U ? 'c' : empty); type T<U> = 'a' & ('b' extends U ? 'c' : empty);// Prettier 3.5.2
type T<U> = "a" | "b" extends U ? "c" : empty;
type T<U> = "a" & "b" extends U ? "c" : empty;// Prettier 3.5.3
type T<U> = "a" | ("b" extends U ? "c" : empty);
type T<U> = "a" & ("b" extends U ? "c" : empty);
Commits
4ff5dc5Release 3.5.3a2e560eFix missing parentheses inConditionalTypeAnnotation(#17196)fa95c97AddmergeBlogPoststep to release script (#17199)b47cd50Add title to patch release changelog (#17197)de30788Minor fix in release scriptecee6a0Clean changelog_unreleasedfd06512Bump Prettier dependency to 3.5.21f74dd5Update dependents count- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Deploy Preview for flotiq-gatsby-portfolio-1 ready!
| Name | Link |
|---|---|
| Latest commit | d5662e3053628efbdc0546b0ce8a396a3ced6c56 |
| Latest deploy log | https://app.netlify.com/sites/flotiq-gatsby-portfolio-1/deploys/67c56c200db6e40008ce53d3 |
| Deploy Preview | https://deploy-preview-121--flotiq-gatsby-portfolio-1.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.