Files
flipper/desktop/pkg
dependabot[bot] 686060c434 Bump inquirer from 7.3.3 to 8.0.0 in /desktop (#2211)
Summary:
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 7.3.3 to 8.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/SBoudrias/Inquirer.js/releases">inquirer's releases</a>.</em></p>
<blockquote>
<h2>inquirer@8.0.0</h2>
<ul>
<li>Drop support for Node 10 (through dependencies)</li>
<li>Add <code>postfix</code> option to the editor prompt to allow easily turning on proper syntax highlighting</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="6bc00c0ff2"><code>6bc00c0</code></a> Publish</li>
<li><a href="cca6b8180d"><code>cca6b81</code></a> Bump ini from 1.3.5 to 1.3.8 (<a href="https://github-redirect.dependabot.com/SBoudrias/Inquirer.js/issues/1001">https://github.com/facebook/flipper/issues/1001</a>)</li>
<li><a href="bbe2ad8b41"><code>bbe2ad8</code></a> Bump node-fetch from 2.6.0 to 2.6.1 (<a href="https://github-redirect.dependabot.com/SBoudrias/Inquirer.js/issues/1000">https://github.com/facebook/flipper/issues/1000</a>)</li>
<li><a href="db6d66bd1a"><code>db6d66b</code></a> Update travis matrix</li>
<li><a href="ff4e89bd62"><code>ff4e89b</code></a> Bump dependencies</li>
<li><a href="809f3f9851"><code>809f3f9</code></a> Add possiblity to specify extension in editor (fixes <a href="https://github-redirect.dependabot.com/SBoudrias/Inquirer.js/issues/914">https://github.com/facebook/flipper/issues/914</a>) (<a href="https://github-redirect.dependabot.com/SBoudrias/Inquirer.js/issues/998">https://github.com/facebook/flipper/issues/998</a>)</li>
<li><a href="eae985ff7d"><code>eae985f</code></a> [docs] clarification about prompt method. (<a href="https://github-redirect.dependabot.com/SBoudrias/Inquirer.js/issues/995">https://github.com/facebook/flipper/issues/995</a>)</li>
<li><a href="eb6e7d0418"><code>eb6e7d0</code></a> [Snyk] Security upgrade lodash from 4.17.19 to 4.17.21 (<a href="https://github-redirect.dependabot.com/SBoudrias/Inquirer.js/issues/997">https://github.com/facebook/flipper/issues/997</a>)</li>
<li><a href="1fcc05ba7b"><code>1fcc05b</code></a> [Snyk] Security upgrade lodash from 4.17.19 to 4.17.21 (<a href="https://github-redirect.dependabot.com/SBoudrias/Inquirer.js/issues/996">https://github.com/facebook/flipper/issues/996</a>)</li>
<li><a href="a3ddaa0c8e"><code>a3ddaa0</code></a> fix: passes answers to list's filter callback (<a href="https://github-redirect.dependabot.com/SBoudrias/Inquirer.js/issues/988">https://github.com/facebook/flipper/issues/988</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/SBoudrias/Inquirer.js/compare/inquirer@7.3.3...inquirer@8.0.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=inquirer&package-manager=npm_and_yarn&previous-version=7.3.3&new-version=8.0.0)](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/2211

Reviewed By: mweststrate

Differential Revision: D27945606

Pulled By: passy

fbshipit-source-id: f3a2dbefea3ec8400dca9f4ed97f7179e52a47b8
2021-04-23 05:48:58 -07:00
..
2020-06-26 03:25:27 -07:00

flipper-pkg

flipper-pkg is a tool for bundling and publishing Flipper plugins.

Usage

$ npm install -g flipper-pkg
$ flipper-pkg COMMAND
running command...
$ flipper-pkg (-v|--version|version)
flipper-pkg/0.48.0 darwin-x64 node-v12.15.0
$ flipper-pkg --help [COMMAND]
USAGE
  $ flipper-pkg COMMAND
...

Commands

flipper-pkg bundle [DIRECTORY]

transpiles and bundles plugin

USAGE
  $ flipper-pkg bundle [DIRECTORY]

ARGUMENTS
  DIRECTORY  [default: .] Path to plugin package directory for bundling. Defaults to the current working directory.

OPTIONS
  --production  Force env.NODE_ENV=production, enable minification and disable producing source maps.
  --watch       Watch for plugin source code and bundle it after every change.

EXAMPLE
  $ flipper-pkg bundle path/to/plugin

See code: src/commands/bundle.ts

flipper-pkg checksum [DIRECTORY]

computes the total checksum of all the package files

USAGE
  $ flipper-pkg checksum [DIRECTORY]

ARGUMENTS
  DIRECTORY  [default: .] Path to plugin package directory. Defaults to the current working directory.

EXAMPLE
  $ flipper-pkg checksum path/to/plugin

See code: src/commands/checksum.ts

flipper-pkg help [COMMAND]

display help for flipper-pkg

USAGE
  $ flipper-pkg help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

flipper-pkg init [DIRECTORY]

initializes a Flipper desktop plugin template in the provided directory

USAGE
  $ flipper-pkg init [DIRECTORY]

ARGUMENTS
  DIRECTORY  [default: .] Path to the directory where the plugin package template should be initialized. Defaults to the
             current working directory.

EXAMPLE
  $ flipper-pkg init path/to/plugin

See code: src/commands/init.ts

flipper-pkg lint [DIRECTORY]

validates a plugin package directory

USAGE
  $ flipper-pkg lint [DIRECTORY]

ARGUMENTS
  DIRECTORY  [default: .] Path to plugin package directory for linting. Defaults to the current working directory.

EXAMPLE
  $ flipper-pkg lint path/to/plugin

See code: src/commands/lint.ts

flipper-pkg migrate [DIRECTORY]

migrates a Flipper desktop plugin to the latest version of specification

USAGE
  $ flipper-pkg migrate [DIRECTORY]

ARGUMENTS
  DIRECTORY  [default: .] Path to the plugin directory. Defaults to the current working directory.

OPTIONS
  --no-dependencies  Do not add or change package dependencies during migration.
  --no-scripts       Do not add or change package scripts during migration.

EXAMPLE
  $ flipper-pkg migrate path/to/plugin

See code: src/commands/migrate.ts

flipper-pkg pack [DIRECTORY]

packs a plugin folder into a distributable archive

USAGE
  $ flipper-pkg pack [DIRECTORY]

ARGUMENTS
  DIRECTORY  [default: .] Path to plugin package directory to pack. Defaults to the current working directory.

OPTIONS
  -o, --output=output  [default: .] Where to output the package, file or directory. Defaults to the current working
                       directory.

  --production         Force env.NODE_ENV=production, enable minification and disable producing source maps.

EXAMPLE
  $ flipper-pkg pack path/to/plugin

See code: src/commands/pack.ts

License

MIT