Title: Bump prettier from 3.5.1 to 3.5.3 by dependabot[bot] · Pull Request #289 · emeraldjava/emeraldjava.github.io · GitHub
Open Graph Title: Bump prettier from 3.5.1 to 3.5.3 by dependabot[bot] · Pull Request #289 · emeraldjava/emeraldjava.github.io
X Title: Bump prettier from 3.5.1 to 3.5.3 by dependabot[bot] · Pull Request #289 · emeraldjava/emeraldjava.github.io
Description: Bumps prettier from 3.5.1 to 3.5.3.
Release notes
Sourced from prettier's releases.
3.5.3
🔗 Changelog
3.5.2
🔗 Changelog
Changelog
Sourced from prettier's changelog.
3.5.3
diff
Flow: Fix missing parentheses in ConditionalTypeAnnotation (#17196 by @fisker)
// Input
type T = 'a' | ('b' extends U ? 'c' : empty);
type T = 'a' & ('b' extends U ? 'c' : empty);
// Prettier 3.5.2
type T = "a" | "b" extends U ? "c" : empty;
type T = "a" & "b" extends U ? "c" : empty;
// Prettier 3.5.3
type T = "a" | ("b" extends U ? "c" : empty);
type T = "a" & ("b" extends U ? "c" : empty);
3.5.2
diff
Remove module-sync condition (#17156 by @fisker)
In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.
Commits
4ff5dc5 Release 3.5.3
a2e560e Fix missing parentheses in ConditionalTypeAnnotation (#17196)
fa95c97 Add mergeBlogPost step to release script (#17199)
b47cd50 Add title to patch release changelog (#17197)
de30788 Minor fix in release script
ecee6a0 Clean changelog_unreleased
fd06512 Bump Prettier dependency to 3.5.2
1f74dd5 Update dependents count
399f427 Release 3.5.2
bf5aab8 Revert "Use ESM entrypoint for require(ESM)" (#17156)
Additional commits viewable 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 rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show
Open Graph Description: Bumps prettier from 3.5.1 to 3.5.3. Release notes Sourced from prettier's releases. 3.5.3 🔗 Changelog 3.5.2 🔗 Changelog Changelog Sourced from prettier's changelog. 3.5.3 diff Flow: F...
X Description: Bumps prettier from 3.5.1 to 3.5.3. Release notes Sourced from prettier's releases. 3.5.3 🔗 Changelog 3.5.2 🔗 Changelog Changelog Sourced from prettier's changelog. 3.5.3 diff...
Opengraph URL: https://github.com/emeraldjava/emeraldjava.github.io/pull/289
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:e07d4de9-3be6-d67d-717c-1daca4b9dba3 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | EA0E:220A8D:17C183:1FF362:69714F35 |
| html-safe-nonce | 7b291cb12809646301f954790c4c77ca0c011ff4b3d6f0cfa97a1ad1e2808bcc |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQTBFOjIyMEE4RDoxN0MxODM6MUZGMzYyOjY5NzE0RjM1IiwidmlzaXRvcl9pZCI6IjE0NDg3NjgyNTExMTI4MDQxNDkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | ef6fdcea1b7d6f5fff6bb259f9e571a41615e848c9b2c99a2c0c9dcc9d5b459d |
| hovercard-subject-tag | pull_request:2367415934 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/emeraldjava/emeraldjava.github.io/pull/289/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps prettier from 3.5.1 to 3.5.3. Release notes Sourced from prettier's releases. 3.5.3 🔗 Changelog 3.5.2 🔗 Changelog Changelog Sourced from prettier's changelog. 3.5.3 diff Flow: F... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | da7cbccf7f40bcd9540003423d9bef63b2fe7bb0b73fc59d91b5ae5b46000c90 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/emeraldjava/emeraldjava.github.io git https://github.com/emeraldjava/emeraldjava.github.io.git |
| octolytics-dimension-user_id | 229760 |
| octolytics-dimension-user_login | emeraldjava |
| octolytics-dimension-repository_id | 17636941 |
| octolytics-dimension-repository_nwo | emeraldjava/emeraldjava.github.io |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 17636941 |
| octolytics-dimension-repository_network_root_nwo | emeraldjava/emeraldjava.github.io |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | c9e6c71b091ca750658a3b2e3c82b0b85555f788 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width