Bump prettier from 2.4.1 to 2.5.1 in /desktop (#3232)
Summary: Bumps [prettier](https://github.com/prettier/prettier) from 2.4.1 to 2.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>2.5.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#251">Changelog</a></p> <h2>2.5.0</h2> <p><a href="https://github.com/prettier/prettier/compare/2.4.1...2.5.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2021/11/25/2.5.0.html">Release note</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>2.5.1</h1> <p><a href="https://github.com/prettier/prettier/compare/2.5.0...2.5.1">diff</a></p> <h4>Improve formatting for empty tuple types (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/11884">#11884</a> by <a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</h4> <pre lang="tsx"><code>// Input type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [] ? Foo3 : Foo4; <p>// Prettier 2.5.0 type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [</p> <p>] ? Foo3 : Foo4;</p> <p>// Prettier 2.5.0 (tailingCommma = all) // Invalid TypeScript code type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [ , ] ? Foo3 : Foo4;</p> <p>// Prettier 2.5.1 type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [] ? Foo3 : Foo4;</p> <p></code></pre></p> <h4>Fix compatibility with Jest inline snapshot test (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/11892">#11892</a> by <a href="https://github.com/fisker"><code>@fisker</code></a>)</h4> <p>A internal change in Prettier@v2.5.0 accidentally breaks the Jest inline snapshot test.</p> <h4>Support Glimmer's named blocks (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/11899">#11899</a> by <a href="https://github.com/duailibe"><code>@duailibe</code></a>)</h4> <p>Prettier already supported this feature, but it converted empty named blocks to self-closing, which is not supported by the Glimmer compiler.</p> <p>See: <a href="https://emberjs.github.io/rfcs/0460-yieldable-named-blocks.html">Glimmer's named blocks</a>.</p> <pre lang="hbs"><code>// Input </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="56ed71d1c9"><code>56ed71d</code></a> Release 2.5.1</li> <li><a href="29f408c99e"><code>29f408c</code></a> Add changelog for <a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11892">#11892</a> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11904">#11904</a>)</li> <li><a href="e7a74529a5"><code>e7a7452</code></a> Make <code>options</code> argument in parsers optional (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11892">#11892</a>)</li> <li><a href="99649c7fd2"><code>99649c7</code></a> [handlebars] Named blocks can't be self closing (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11900">#11900</a>)</li> <li><a href="c0250b3837"><code>c0250b3</code></a> Improve formatting for empty tuple types (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11884">#11884</a>)</li> <li><a href="7fc196e96b"><code>7fc196e</code></a> Clean changelog_unreleased</li> <li><a href="04aa850fde"><code>04aa850</code></a> Add 2.5 blog (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11823">#11823</a>)</li> <li><a href="255d38982f"><code>255d389</code></a> Update dependents count</li> <li><a href="854ca328a2"><code>854ca32</code></a> Git blame ignore 2.5.0</li> <li><a href="846dbdd7e8"><code>846dbdd</code></a> Bump Prettier dependency to 2.5.0</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.4.1...2.5.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/3232 Reviewed By: lawrencelomax Differential Revision: D33403866 Pulled By: passy fbshipit-source-id: 184b3db11f10dc34500c01e6a11790b89032dba4
This commit is contained in:
committed by
Facebook GitHub Bot
parent
df3babb1e7
commit
0fbf8c3cfa
@@ -96,7 +96,7 @@
|
|||||||
"jest-fetch-mock": "^3.0.3",
|
"jest-fetch-mock": "^3.0.3",
|
||||||
"less": "^4.1.2",
|
"less": "^4.1.2",
|
||||||
"patch-package": "^6.4.7",
|
"patch-package": "^6.4.7",
|
||||||
"prettier": "^2.4.1",
|
"prettier": "^2.5.1",
|
||||||
"pretty-format": "^27.4.2",
|
"pretty-format": "^27.4.2",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-jest": "^26.5.6",
|
"ts-jest": "^26.5.6",
|
||||||
|
|||||||
@@ -87,23 +87,25 @@ export function devicePlugin(client: PluginClient<{}, {}>) {
|
|||||||
displayCPUDetail: true,
|
displayCPUDetail: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
const updateCoreFrequency: (core: number, type: string) => Promise<void> =
|
const updateCoreFrequency: (
|
||||||
async (core: number, type: string) => {
|
core: number,
|
||||||
const output = await executeShell(
|
type: string,
|
||||||
'cat /sys/devices/system/cpu/cpu' + core + '/cpufreq/' + type,
|
) => Promise<void> = async (core: number, type: string) => {
|
||||||
);
|
const output = await executeShell(
|
||||||
cpuState.update((draft) => {
|
'cat /sys/devices/system/cpu/cpu' + core + '/cpufreq/' + type,
|
||||||
const newFreq = isNormalInteger(output) ? parseInt(output, 10) : -1;
|
);
|
||||||
// update table only if frequency changed
|
cpuState.update((draft) => {
|
||||||
if (draft.cpuFreq[core][type] != newFreq) {
|
const newFreq = isNormalInteger(output) ? parseInt(output, 10) : -1;
|
||||||
draft.cpuFreq[core][type] = newFreq;
|
// update table only if frequency changed
|
||||||
if (type == 'scaling_cur_freq' && draft.cpuFreq[core][type] < 0) {
|
if (draft.cpuFreq[core][type] != newFreq) {
|
||||||
// cannot find current freq means offline
|
draft.cpuFreq[core][type] = newFreq;
|
||||||
draft.cpuFreq[core][type] = -2;
|
if (type == 'scaling_cur_freq' && draft.cpuFreq[core][type] < 0) {
|
||||||
}
|
// cannot find current freq means offline
|
||||||
|
draft.cpuFreq[core][type] = -2;
|
||||||
}
|
}
|
||||||
});
|
}
|
||||||
};
|
});
|
||||||
|
};
|
||||||
|
|
||||||
const updateAvailableFrequencies: (core: number) => Promise<void> = async (
|
const updateAvailableFrequencies: (core: number) => Promise<void> = async (
|
||||||
core: number,
|
core: number,
|
||||||
|
|||||||
@@ -9587,10 +9587,10 @@ prettier-linter-helpers@^1.0.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
fast-diff "^1.1.2"
|
fast-diff "^1.1.2"
|
||||||
|
|
||||||
prettier@^2.4.1:
|
prettier@^2.5.1:
|
||||||
version "2.4.1"
|
version "2.5.1"
|
||||||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.1.tgz#671e11c89c14a4cfc876ce564106c4a6726c9f5c"
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
|
||||||
integrity sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==
|
integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==
|
||||||
|
|
||||||
pretty-format@^26.0.0, pretty-format@^26.6.2:
|
pretty-format@^26.0.0, pretty-format@^26.6.2:
|
||||||
version "26.6.2"
|
version "26.6.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user