✨ A command-line interface for quickly sharing code snippets of your local files

Overview

🦄 snipli

Snipli - Convert your local files into a gist in just a snap | Product Hunt Snipli - Convert your local files into a gist in just a snap | Product Hunt

A command-line interface for quickly sharing code snippets for your local files

Usage

$ npm install -g snipli
$ snipli COMMAND
Running command...
$ snipli (--version)
snipli/1.0.0 win32-x64 node-v16.13.0
$ snipli --help [COMMAND]
USAGE
  $ snipli COMMAND
...

Commands

snipli create

🦄 Create a new snippet of your local file on gist.github.com

USAGE
  $ snipli create -f <value> -d <value> [-p]

FLAGS
  -d, --description=<value>  (required) Description of the gist
  -f, --file=<value>         (required) Path to the file of which you want to create a gist
  -p, --[no-]public          Whether the gist should be public or not

DESCRIPTION
  🦄 Create a new snippet of your local file on gist.github.com

EXAMPLES
  $ snipli create --file=code.ts --description='Need help at line 59 of file code.ts' --public

snipli delete

🚚 Delete a gist

USAGE
  $ snipli delete -i <value>

FLAGS
  -i, --id=<value>  (required) ID of the gist which is to be deleted

DESCRIPTION
  🚚 Delete a gist

EXAMPLES
  $ snipli delete --id=bfce776b3ad1145f764d89c296fec605

snipli edit

Edit an existing gist

USAGE
  $ snipli edit -i <value> -f <value> -d <value> [-p]

FLAGS
  -d, --description=<value>  (required) The description of the Gist
  -f, --file=<value>         (required) The path of the file which has the edited content
  -i, --id=<value>           (required) ID of the Gist which you are going to edit
  -p, --[no-]public          Whether the Gist is public or not

DESCRIPTION
  ✏ Edit an existing gist

EXAMPLES
  $ snipli edit --id=ca22a324f761cd241ace4c9a35286496 --file=updated-code.ts --description='Updated the code' --public

snipli help [COMMAND]

Display help for snipli.

USAGE
  $ snipli help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for snipli.

snipli id

💡 Get the ID of a gist from it's link

USAGE
  $ snipli id -l <value>

FLAGS
  -l, --link=<value>  (required) Link of the gist

DESCRIPTION
  💡 Get the ID of a gist from it's link

EXAMPLES
  $ snipli id --link=https://gist.github.com/Kira272921/bfce776b3ad1145f764d89c296fec605

snipli login

🔑 Login into snipli via GitHub

USAGE
  $ snipli login

DESCRIPTION
  🔑 Login into snipli via GitHub

EXAMPLES
  $ snipli login

snipli logout

📤 Logout from snipli

USAGE
  $ snipli logout

DESCRIPTION
  📤 Logout from snipli

EXAMPLES
  $ snipli logout

snipli read

📖 Read a gist locally using vim

USAGE
  $ snipli read -i <value>

FLAGS
  -i, --id=<value>  (required) ID of the Gist

DESCRIPTION
  📖 Read a gist locally using vim

EXAMPLES
  $ snipli read --id=ca22a324f761cd241ace4c9a35286496

snipli whoami

👀 Get the info about the logged in user

USAGE
  $ snipli whoami

DESCRIPTION
  👀 Get the info about the logged in user

EXAMPLES
  $ snipli whoami

Authors

Kira

Avneesh Agarwal

Comments
  • build(deps): bump @oclif/plugin-plugins from 2.1.0 to 2.1.6

    build(deps): bump @oclif/plugin-plugins from 2.1.0 to 2.1.6

    Bumps @oclif/plugin-plugins from 2.1.0 to 2.1.6.

    Release notes

    Sourced from @​oclif/plugin-plugins's releases.

    2.1.6

    Bug Fixes

    • deps: bump @​oclif/core from 1.19.1 to 1.20.0 (b419d50)

    2.1.5

    Bug Fixes

    • deps: bump @​oclif/core from 1.18.0 to 1.19.1 (cbf1bb6)

    2.1.4

    Bug Fixes

    • deps: bump semver from 7.3.7 to 7.3.8 (9c1f31a)

    2.1.3

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.5 to 1.18.0 (4ae73b2)

    2.1.2

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.4 to 1.16.5 (8e9de2e)

    2.1.1

    Bug Fixes

    • deps: bump @​oclif/core from 1.6.4 to 1.16.4 (b37ffe8)
    Changelog

    Sourced from @​oclif/plugin-plugins's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • 23e1eef chore(release): 2.1.6 [skip ci]
    • 62708ed Merge pull request #495 from oclif/dependabot-npm_and_yarn-oclif-core-1.20.0
    • b419d50 fix(deps): bump @​oclif/core from 1.19.1 to 1.20.0
    • 3a0fda6 Merge pull request #496 from oclif/dependabot-npm_and_yarn-oclif-test-2.2.6
    • 181b091 chore(dev-deps): bump @​oclif/test from 2.2.4 to 2.2.6
    • 09d9f66 Merge pull request #497 from oclif/dependabot-npm_and_yarn-oclif-plugin-help-...
    • 70240d7 chore(dev-deps): bump @​oclif/plugin-help from 5.1.15 to 5.1.16
    • e8f7d20 Merge pull request #489 from oclif/dependabot-npm_and_yarn-oclif-plugin-help-...
    • ac742ee chore(dev-deps): bump @​oclif/plugin-help from 5.1.14 to 5.1.15
    • 8578218 Merge pull request #491 from oclif/dependabot-npm_and_yarn-oclif-test-2.2.4
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 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)
    opened by dependabot[bot] 2
  • build(deps): bump @oclif/command from 1.8.16 to 1.8.19

    build(deps): bump @oclif/command from 1.8.16 to 1.8.19

    Bumps @oclif/command from 1.8.16 to 1.8.19.

    Release notes

    Sourced from @​oclif/command's releases.

    1.8.19

    Bug Fixes

    • deps: bump semver and @​types/semver (6904df8)

    1.8.18

    Bug Fixes

    • deps: bump @​oclif/parser from 3.8.6 to 3.8.8 (db059a8)

    1.8.17

    Bug Fixes

    • deps: bump @​oclif/errors from 1.3.5 to 1.3.6 (24becba)
    Changelog

    Sourced from @​oclif/command's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • 02ec211 chore(release): 1.8.19 [skip ci]
    • a4f9eaf Merge pull request #345 from oclif/dependabot-npm_and_yarn-semver-and-types-s...
    • 6904df8 fix(deps): bump semver and @​types/semver
    • 121f31c Merge pull request #343 from oclif/repo-sync/leif/default
    • 944538f chore([no ci]): Synced local '.github/workflows/manualRelease.yml' with remot...
    • d159d68 Merge pull request #341 from oclif/dependabot-npm_and_yarn-types-node-14.18.32
    • 1b5cafa chore(dev-deps): bump @​types/node from 14.18.31 to 14.18.32
    • ed279df Merge pull request #338 from oclif/repo-sync/leif/default
    • cb44331 chore([no ci]): Created local '.github/workflows/notify-slack-on-pr-open.yml'...
    • 3ef7e12 chore: use correct workflows
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 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)
    opened by dependabot[bot] 2
  • build(deps-dev): bump @types/node from 16.11.45 to 16.18.3

    build(deps-dev): bump @types/node from 16.11.45 to 16.18.3

    Bumps @types/node from 16.11.45 to 16.18.3.

    Commits

    Dependabot compatibility score

    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 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)
    opened by dependabot[bot] 2
  • build(deps): bump @oclif/core from 1.9.0 to 1.20.2

    build(deps): bump @oclif/core from 1.9.0 to 1.20.2

    Bumps @oclif/core from 1.9.0 to 1.20.2.

    Release notes

    Sourced from @​oclif/core's releases.

    1.20.2

    Bug Fixes

    • table: use screen from @​oclif/core (#546) (be3bea7)

    1.20.1

    Bug Fixes

    1.20.0

    Features

    1.19.2

    Bug Fixes

    1.19.1

    Bug Fixes

    1.19.0

    Features

    • make flag deprecation warnings less noisy (#527) (a5fb337)

    1.18.0

    Features

    • support flag and command deprecations (#511) (b0bf379)

    1.17.0

    Features

    1.16.7

    Bug Fixes

    • deps: bump minimist from 1.2.5 to 1.2.7 (3c987c2)

    1.16.6

    Bug Fixes

    • stop inserting extra line breaks in description (#519) (76aee62)

    ... (truncated)

    Changelog

    Sourced from @​oclif/core's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    1.16.4 (2022-09-23)

    Bug Fixes

    1.16.3 (2022-09-16)

    1.16.2 (2022-09-16)

    Bug Fixes

    1.16.1 (2022-09-08)

    Bug Fixes

    1.16.0 (2022-08-24)

    Features

    1.15.0 (2022-08-23)

    Features

    1.14.2 (2022-08-18)

    Bug Fixes

    • add overloads to enum flag (799455b)

    1.14.1 (2022-08-16)

    ... (truncated)

    Commits

    Dependabot compatibility score

    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 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)
    opened by dependabot[bot] 2
  • build(deps-dev): bump oclif from 3.1.1 to 3.2.24

    build(deps-dev): bump oclif from 3.1.1 to 3.2.24

    Bumps oclif from 3.1.1 to 3.2.24.

    Release notes

    Sourced from oclif's releases.

    3.2.24

    Bug Fixes

    • deps: bump @​oclif/core from 1.18.0 to 1.20.0 (a0a0a50)

    3.2.23

    Bug Fixes

    • deps: bump concurrently from 7.4.0 to 7.5.0 (08caed4)

    3.2.22

    Bug Fixes

    • deps: bump @​oclif/plugin-not-found from 2.3.5 to 2.3.6 (f886f7a)

    3.2.21

    Bug Fixes

    • deps: bump @​oclif/plugin-help from 5.1.15 to 5.1.16 (18a6633)

    3.2.20

    Bug Fixes

    3.2.19

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.4 to 1.18.0 (badd7b0)

    3.2.18

    Bug Fixes

    • deps: bump @​oclif/plugin-not-found from 2.3.4 to 2.3.5 (b9a658e)

    3.2.17

    Bug Fixes

    • deps: bump @​oclif/plugin-help from 5.1.14 to 5.1.15 (33b7925)

    3.2.16

    Bug Fixes

    • deps: bump aws-sdk from 2.1227.0 to 2.1231.0 (e1234f5)

    3.2.15

    Bug Fixes

    • deps: bump semver from 7.3.7 to 7.3.8 (cda6620)

    ... (truncated)

    Changelog

    Sourced from oclif's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    3.2.2 (2022-09-16)

    3.2.1 (2022-09-09)

    Bug Fixes

    3.2.0 (2022-09-06)

    Features

    3.1.2 (2022-07-27)

    Bug Fixes

    Commits
    • b6b1c09 chore(release): 3.2.24 [skip ci]
    • 78c4395 Merge pull request #1017 from oclif/dependabot-npm_and_yarn-oclif-core-1.20.0
    • 1422977 Merge pull request #1018 from oclif/dependabot-npm_and_yarn-types-semver-7.3.13
    • 0019f3a chore(release): 3.2.23 [skip ci]
    • 67fb35b Merge pull request #1019 from oclif/dependabot-npm_and_yarn-concurrently-7.5.0
    • 08caed4 fix(deps): bump concurrently from 7.4.0 to 7.5.0
    • 3ac4417 chore(dev-deps): bump @​types/semver from 7.3.12 to 7.3.13
    • a0a0a50 fix(deps): bump @​oclif/core from 1.18.0 to 1.20.0
    • 7c69a2d chore(release): 3.2.22 [skip ci]
    • ed3fd73 Merge pull request #1010 from oclif/dependabot-npm_and_yarn-oclif-plugin-not-...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 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)
    opened by dependabot[bot] 2
  • build(deps-dev): bump @oclif/test from 2.1.0 to 2.2.8

    build(deps-dev): bump @oclif/test from 2.1.0 to 2.2.8

    Bumps @oclif/test from 2.1.0 to 2.2.8.

    Release notes

    Sourced from @​oclif/test's releases.

    2.2.8

    Bug Fixes

    • deps: bump @​oclif/core from 1.19.1 to 1.20.0 (94591ce)

    2.2.7

    Bug Fixes

    • deps: bump minimist from 1.2.5 to 1.2.7 (cf359e1)

    2.2.6

    Bug Fixes

    • deps: bump @​oclif/core from 1.18.0 to 1.19.1 (d8376ce)

    2.2.5

    Bug Fixes

    • deps: bump fancy-test from 2.0.4 to 2.0.5 (25af47e)

    2.2.4

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.5 to 1.18.0 (a2688d6)

    2.2.3

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.4 to 1.16.5 (c56beb0)

    2.2.2

    Bug Fixes

    • deps: bump fancy-test from 2.0.2 to 2.0.4 (443a9dd)

    2.2.1

    Bug Fixes

    • deps: bump fancy-test from 2.0.0 to 2.0.2 (9ad498f)

    2.2.0

    Features

    • add return value to hooks and commands (86a6490)

    2.1.2

    Bug Fixes

    • deps: bump @​oclif/core from 1.6.4 to 1.16.4 (5eef49d)

    ... (truncated)

    Changelog

    Sourced from @​oclif/test's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    2.1.1 (2022-08-09)

    Bug Fixes

    Commits
    • fd780db chore(release): 2.2.8 [skip ci]
    • 0b67b16 Merge pull request #292 from oclif/dependabot-npm_and_yarn-oclif-core-1.20.0
    • 96ee6f4 chore(release): 2.2.7 [skip ci]
    • 687e0ee Merge pull request #294 from oclif/dependabot-npm_and_yarn-minimist-1.2.7
    • cf359e1 fix(deps): bump minimist from 1.2.5 to 1.2.7
    • 0659b96 Merge pull request #293 from oclif/dependabot-npm_and_yarn-types-node-14.18.33
    • cbe25f6 chore(dev-deps): bump @​types/node from 14.18.32 to 14.18.33
    • 94591ce fix(deps): bump @​oclif/core from 1.19.1 to 1.20.0
    • d0eeed9 chore(release): 2.2.6 [skip ci]
    • c87c6e1 Merge pull request #290 from oclif/dependabot-npm_and_yarn-oclif-core-1.19.1
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 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)
    opened by dependabot[bot] 2
  • build(deps-dev): bump eslint from 8.22.0 to 8.26.0

    build(deps-dev): bump eslint from 8.22.0 to 8.26.0

    Bumps eslint from 8.22.0 to 8.26.0.

    Release notes

    Sourced from eslint's releases.

    v8.26.0

    Features

    • 4715787 feat: check Object.create() in getter-return (#16420) (Yuki Hirasawa)
    • 28d1902 feat: no-implicit-globals supports exported block comment (#16343) (Sosuke Suzuki)
    • e940be7 feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config (#16356) (Tomer Aberbach)
    • dd0c58f feat: Swap out Globby for custom globbing solution. (#16369) (Nicholas C. Zakas)

    Bug Fixes

    • df77409 fix: use baseConfig constructor option in FlatESLint (#16432) (Milos Djermanovic)
    • 33668ee fix: Ensure that glob patterns are matched correctly. (#16449) (Nicholas C. Zakas)
    • 740b208 fix: ignore messages without a ruleId in getRulesMetaForResults (#16409) (Francesco Trotta)
    • 8f9759e fix: --ignore-pattern in flat config mode should be relative to cwd (#16425) (Milos Djermanovic)
    • 325ad37 fix: make getRulesMetaForResults return a plain object in trivial case (#16438) (Francesco Trotta)
    • a2810bc fix: Ensure that directories can be unignored. (#16436) (Nicholas C. Zakas)
    • 35916ad fix: Ensure unignore and reignore work correctly in flat config. (#16422) (Nicholas C. Zakas)

    Documentation

    • 651649b docs: Core concepts page (#16399) (Ben Perlmutter)
    • 631cf72 docs: note --ignore-path not supported with flat config (#16434) (Andy Edwards)
    • 1692840 docs: fix syntax in examples for new config files (#16427) (Milos Djermanovic)
    • d336cfc docs: Document extending plugin with new config (#16394) (Ben Perlmutter)

    Chores

    v8.25.0

    Features

    • 173e820 feat: Pass --max-warnings value to formatters (#16348) (Brandon Mills)
    • 6964cb1 feat: remove support for ignore files in FlatESLint (#16355) (Milos Djermanovic)
    • 1cc4b3a feat: id-length counts graphemes instead of code units (#16321) (Sosuke Suzuki)

    Documentation

    • 90c6028 docs: Conflicting fixes (#16366) (Ben Perlmutter)
    • 5a3fe70 docs: Add VS to integrations page (#16381) (Maria José Solano)
    • 49bd1e5 docs: remove unused link definitions (#16376) (Nick Schonning)
    • 3bd380d docs: typo cleanups for docs (#16374) (Nick Schonning)
    • b3a0837 docs: remove duplicate words (#16378) (Nick Schonning)
    • a682562 docs: add BigInt to new-cap docs (#16362) (Sosuke Suzuki)
    • f6d57fb docs: Update docs README (#16352) (Ben Perlmutter)
    • 7214347 docs: fix logical-assignment-operators option typo (#16346) (Jonathan Wilsson)

    Chores

    • 1f78594 chore: upgrade @​eslint/eslintrc@​1.3.3 (#16397) (Milos Djermanovic)
    • 8476a9b chore: Remove CODEOWNERS (#16375) (Nick Schonning)
    • 720ff75 chore: use "ci" for Dependabot commit message (#16377) (Nick Schonning)
    • 42f5479 chore: bump actions/stale from 5 to 6 (#16350) (dependabot[bot])
    • e5e9e27 chore: remove jsdoc dev dependency (#16344) (Milos Djermanovic)

    ... (truncated)

    Changelog

    Sourced from eslint's changelog.

    v8.26.0 - October 21, 2022

    • df77409 fix: use baseConfig constructor option in FlatESLint (#16432) (Milos Djermanovic)
    • 33668ee fix: Ensure that glob patterns are matched correctly. (#16449) (Nicholas C. Zakas)
    • 651649b docs: Core concepts page (#16399) (Ben Perlmutter)
    • 4715787 feat: check Object.create() in getter-return (#16420) (Yuki Hirasawa)
    • e917a9a ci: add node v19 (#16443) (Koichi ITO)
    • 740b208 fix: ignore messages without a ruleId in getRulesMetaForResults (#16409) (Francesco Trotta)
    • 8f9759e fix: --ignore-pattern in flat config mode should be relative to cwd (#16425) (Milos Djermanovic)
    • 325ad37 fix: make getRulesMetaForResults return a plain object in trivial case (#16438) (Francesco Trotta)
    • a2810bc fix: Ensure that directories can be unignored. (#16436) (Nicholas C. Zakas)
    • 631cf72 docs: note --ignore-path not supported with flat config (#16434) (Andy Edwards)
    • 1692840 docs: fix syntax in examples for new config files (#16427) (Milos Djermanovic)
    • 28d1902 feat: no-implicit-globals supports exported block comment (#16343) (Sosuke Suzuki)
    • 35916ad fix: Ensure unignore and reignore work correctly in flat config. (#16422) (Nicholas C. Zakas)
    • 4b70b91 chore: Add VS Code issues link (#16423) (Nicholas C. Zakas)
    • e940be7 feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config (#16356) (Tomer Aberbach)
    • d336cfc docs: Document extending plugin with new config (#16394) (Ben Perlmutter)
    • dd0c58f feat: Swap out Globby for custom globbing solution. (#16369) (Nicholas C. Zakas)
    • 232d291 chore: suppress a Node.js deprecation warning (#16398) (Koichi ITO)

    v8.25.0 - October 7, 2022

    • 1f78594 chore: upgrade @​eslint/eslintrc@​1.3.3 (#16397) (Milos Djermanovic)
    • 173e820 feat: Pass --max-warnings value to formatters (#16348) (Brandon Mills)
    • 8476a9b chore: Remove CODEOWNERS (#16375) (Nick Schonning)
    • 720ff75 chore: use "ci" for Dependabot commit message (#16377) (Nick Schonning)
    • 90c6028 docs: Conflicting fixes (#16366) (Ben Perlmutter)
    • 5a3fe70 docs: Add VS to integrations page (#16381) (Maria José Solano)
    • 6964cb1 feat: remove support for ignore files in FlatESLint (#16355) (Milos Djermanovic)
    • 49bd1e5 docs: remove unused link definitions (#16376) (Nick Schonning)
    • 42f5479 chore: bump actions/stale from 5 to 6 (#16350) (dependabot[bot])
    • 3bd380d docs: typo cleanups for docs (#16374) (Nick Schonning)
    • b3a0837 docs: remove duplicate words (#16378) (Nick Schonning)
    • a682562 docs: add BigInt to new-cap docs (#16362) (Sosuke Suzuki)
    • 1cc4b3a feat: id-length counts graphemes instead of code units (#16321) (Sosuke Suzuki)
    • f6d57fb docs: Update docs README (#16352) (Ben Perlmutter)
    • e5e9e27 chore: remove jsdoc dev dependency (#16344) (Milos Djermanovic)
    • 7214347 docs: fix logical-assignment-operators option typo (#16346) (Jonathan Wilsson)

    v8.24.0 - September 23, 2022

    • 131e646 chore: Upgrade @​humanwhocodes/config-array for perf (#16339) (Nicholas C. Zakas)
    • 2c152ff docs: note false positive Object.getOwnPropertyNames in prefer-reflect (#16317) (AnnAngela)
    • bf7bd88 docs: fix warn severity description for new config files (#16324) (Nitin Kumar)
    • 504fe59 perf: switch from object spread to Object.assign when merging globals (#16311) (Milos Djermanovic)
    • 1729f9e feat: account for sourceType: "commonjs" in the strict rule (#16308) (Milos Djermanovic)
    • b0d72c9 feat: add rule logical-assignment-operators (#16102) (fnx)
    • f02bcd9 feat: array-callback-return support findLast and findLastIndex (#16314) (Sosuke Suzuki)
    • 8cc0bbe docs: use more clean link syntax (#16309) (Percy Ma)

    ... (truncated)

    Commits

    Dependabot compatibility score

    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 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)
    opened by dependabot[bot] 2
  • build(deps): bump @oclif/plugin-help from 5.1.12 to 5.1.17

    build(deps): bump @oclif/plugin-help from 5.1.12 to 5.1.17

    Bumps @oclif/plugin-help from 5.1.12 to 5.1.17.

    Release notes

    Sourced from @​oclif/plugin-help's releases.

    5.1.17

    Bug Fixes

    • deps: bump @​oclif/core from 1.19.1 to 1.20.0 (5943d70)

    5.1.16

    Bug Fixes

    • deps: bump @​oclif/core from 1.18.0 to 1.19.1 (9a8168d)

    5.1.15

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.4 to 1.16.5 (9fc07cf)

    5.1.14

    Bug Fixes

    • deps: bump ejs from 3.1.6 to 3.1.8 (5764c46)

    5.1.13

    Bug Fixes

    • deps: bump @​oclif/core from 1.6.4 to 1.16.4 (939ef4c)
    Changelog

    Sourced from @​oclif/plugin-help's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • 67ddfac chore(release): 5.1.17 [skip ci]
    • f194bd0 Merge pull request #423 from oclif/dependabot-npm_and_yarn-oclif-core-1.20.0
    • 5943d70 fix(deps): bump @​oclif/core from 1.19.1 to 1.20.0
    • f4a969a Merge pull request #418 from oclif/dependabot-npm_and_yarn-oclif-plugin-plugi...
    • 74914ce chore(dev-deps): bump @​oclif/plugin-plugins from 2.1.4 to 2.1.5
    • 0ff15db chore(release): 5.1.16 [skip ci]
    • 39b43e6 Merge pull request #419 from oclif/dependabot-npm_and_yarn-oclif-core-1.19.1
    • 9a8168d fix(deps): bump @​oclif/core from 1.18.0 to 1.19.1
    • 3ecba49 chore([no ci]): Synced local '.github/workflows/manualRelease.yml' with remot...
    • 93431ae Merge pull request #416 from oclif/dependabot-npm_and_yarn-oclif-plugin-plugi...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 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)
    opened by dependabot[bot] 2
  • build(deps-dev): bump @oclif/test from 2.1.0 to 2.2.1

    build(deps-dev): bump @oclif/test from 2.1.0 to 2.2.1

    Bumps @oclif/test from 2.1.0 to 2.2.1.

    Release notes

    Sourced from @​oclif/test's releases.

    2.2.1

    Bug Fixes

    • deps: bump fancy-test from 2.0.0 to 2.0.2 (9ad498f)

    2.2.0

    Features

    • add return value to hooks and commands (86a6490)

    2.1.2

    Bug Fixes

    • deps: bump @​oclif/core from 1.6.4 to 1.16.4 (5eef49d)

    v2.1.1

    2.1.1 (2022-08-09)

    Bug Fixes

    Changelog

    Sourced from @​oclif/test's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    2.1.1 (2022-08-09)

    Bug Fixes

    Commits
    • a397e60 chore(release): 2.2.1 [skip ci]
    • 17d78dc Merge pull request #282 from oclif/dependabot-npm_and_yarn-fancy-test-2.0.2
    • 9ad498f fix(deps): bump fancy-test from 2.0.0 to 2.0.2
    • d82f7b2 chore([no ci]): Synced local '.github/dependabot.yml' with remote 'templates/...
    • 77465cb chore(release): 2.2.0 [skip ci]
    • d4088dc Merge pull request #279 from oclif/mdonnalley/return-value
    • 86a6490 feat: add return value to hooks and commands
    • 7f6f13d Merge pull request #276 from oclif/dependabot-npm_and_yarn-types-node-14.18.30
    • b43c4f1 chore(release): 2.1.2 [skip ci]
    • 8052419 Merge pull request #277 from oclif/dependabot-npm_and_yarn-oclif-core-1.16.4
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 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)
    opened by dependabot[bot] 2
  • build(deps-dev): bump typescript from 4.7.4 to 4.8.4

    build(deps-dev): bump typescript from 4.7.4 to 4.8.4

    Bumps typescript from 4.7.4 to 4.8.4.

    Release notes

    Sourced from typescript's releases.

    TypeScript 4.8.4

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    Downloads are available on:

    TypeScript 4.8.3

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    Downloads are available on:

    TypeScript 4.8

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    Downloads are available on:

    TypeScript 4.8 RC

    For release notes, check out the release announcement.

    ... (truncated)

    Commits

    Dependabot compatibility score

    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 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)
    opened by dependabot[bot] 2
  • build(deps): bump @oclif/plugin-plugins from 2.1.0 to 2.1.1

    build(deps): bump @oclif/plugin-plugins from 2.1.0 to 2.1.1

    Bumps @oclif/plugin-plugins from 2.1.0 to 2.1.1.

    Release notes

    Sourced from @​oclif/plugin-plugins's releases.

    2.1.1

    Bug Fixes

    • deps: bump @​oclif/core from 1.6.4 to 1.16.4 (b37ffe8)
    Changelog

    Sourced from @​oclif/plugin-plugins's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • b4b292d chore(release): 2.1.1 [skip ci]
    • 5ff174e Merge pull request #471 from oclif/dependabot-npm_and_yarn-oclif-core-1.16.4
    • b37ffe8 fix(deps): bump @​oclif/core from 1.6.4 to 1.16.4
    • f9a9093 chore([no ci]): Synced file(s) with salesforcecli/leif (#468)
    • 8a11ab8 chore: remove circle
    • 3904f44 chore: add .git2gus
    • 3cbe6e7 Merge pull request #428 from oclif/dependabot-npm_and_yarn-oclif-plugin-help-...
    • 5155a5e Merge pull request #429 from oclif/dependabot-npm_and_yarn-yarn-1.22.18
    • 397327b chore(deps): bump yarn from 1.22.17 to 1.22.18
    • bd4e57c chore(deps-dev): bump @​oclif/plugin-help from 5.1.11 to 5.1.12
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 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)
    opened by dependabot[bot] 2
  • build(deps): bump @oclif/core from 1.9.0 to 1.20.4

    build(deps): bump @oclif/core from 1.9.0 to 1.20.4

    Bumps @oclif/core from 1.9.0 to 1.20.4.

    Release notes

    Sourced from @​oclif/core's releases.

    1.20.4

    Bug Fixes

    • deps: bump tslib from 2.3.1 to 2.4.1 (e2d4cd3)

    1.20.3

    Bug Fixes

    • deps: bump @​oclif/screen from 3.0.2 to 3.0.3 (154ed80)

    1.20.2

    Bug Fixes

    • table: use screen from @​oclif/core (#546) (be3bea7)

    1.20.1

    Bug Fixes

    1.20.0

    Features

    1.19.2

    Bug Fixes

    1.19.1

    Bug Fixes

    1.19.0

    Features

    • make flag deprecation warnings less noisy (#527) (a5fb337)

    1.18.0

    Features

    • support flag and command deprecations (#511) (b0bf379)

    1.17.0

    Features

    ... (truncated)

    Changelog

    Sourced from @​oclif/core's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    1.16.4 (2022-09-23)

    Bug Fixes

    1.16.3 (2022-09-16)

    1.16.2 (2022-09-16)

    Bug Fixes

    1.16.1 (2022-09-08)

    Bug Fixes

    1.16.0 (2022-08-24)

    Features

    1.15.0 (2022-08-23)

    Features

    1.14.2 (2022-08-18)

    Bug Fixes

    • add overloads to enum flag (799455b)

    1.14.1 (2022-08-16)

    ... (truncated)

    Commits
    • 11c5752 chore(release): 1.20.4 [skip ci]
    • 5ddbd8b Merge pull request #549 from oclif/dependabot-npm_and_yarn-tslib-2.4.1
    • e2d4cd3 fix(deps): bump tslib from 2.3.1 to 2.4.1
    • 8cdb8e7 chore(release): 1.20.3 [skip ci]
    • 93b071f Merge pull request #550 from oclif/dependabot-npm_and_yarn-oclif-screen-3.0.3
    • 276577e Merge pull request #551 from oclif/dependabot-npm_and_yarn-types-semver-7.3.13
    • 0a6a35e chore(dev-deps): bump @​types/semver from 7.3.9 to 7.3.13
    • 154ed80 fix(deps): bump @​oclif/screen from 3.0.2 to 3.0.3
    • 1429311 Merge pull request #544 from oclif/dependabot-npm_and_yarn-oclif-plugin-help-...
    • 6a1e01e chore(dev-deps): bump @​oclif/plugin-help from 5.1.11 to 5.1.17
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 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)
    opened by dependabot[bot] 1
  • build(deps): bump @oclif/plugin-help from 5.1.12 to 5.1.19

    build(deps): bump @oclif/plugin-help from 5.1.12 to 5.1.19

    Bumps @oclif/plugin-help from 5.1.12 to 5.1.19.

    Release notes

    Sourced from @​oclif/plugin-help's releases.

    5.1.19

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.3 to 1.20.4 (7cd0e0a)

    5.1.18

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.0 to 1.20.2 (b786c8f)

    5.1.17

    Bug Fixes

    • deps: bump @​oclif/core from 1.19.1 to 1.20.0 (5943d70)

    5.1.16

    Bug Fixes

    • deps: bump @​oclif/core from 1.18.0 to 1.19.1 (9a8168d)

    5.1.15

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.4 to 1.16.5 (9fc07cf)

    5.1.14

    Bug Fixes

    • deps: bump ejs from 3.1.6 to 3.1.8 (5764c46)

    5.1.13

    Bug Fixes

    • deps: bump @​oclif/core from 1.6.4 to 1.16.4 (939ef4c)
    Changelog

    Sourced from @​oclif/plugin-help's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • 7f7ef1e chore(release): 5.1.19 [skip ci]
    • 5970d29 Merge pull request #429 from oclif/dependabot-npm_and_yarn-oclif-core-1.20.4
    • 7cd0e0a fix(deps): bump @​oclif/core from 1.20.3 to 1.20.4
    • ace07ad Merge pull request #430 from oclif/dependabot-npm_and_yarn-chai-and-types-cha...
    • 2fddef7 chore(dev-deps): bump chai and @​types/chai
    • 0732311 Merge pull request #427 from oclif/dependabot-npm_and_yarn-oclif-plugin-plugi...
    • ca1e7fd chore(dev-deps): bump @​oclif/plugin-plugins from 2.1.5 to 2.1.7
    • 68d87d5 chore(release): 5.1.18 [skip ci]
    • 399face Merge pull request #425 from oclif/dependabot-npm_and_yarn-oclif-core-1.20.2
    • b786c8f fix(deps): bump @​oclif/core from 1.20.0 to 1.20.2
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 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)
    opened by dependabot[bot] 1
  • build(deps): bump @oclif/plugin-plugins from 2.1.0 to 2.1.7

    build(deps): bump @oclif/plugin-plugins from 2.1.0 to 2.1.7

    Bumps @oclif/plugin-plugins from 2.1.0 to 2.1.7.

    Release notes

    Sourced from @​oclif/plugin-plugins's releases.

    2.1.7

    Bug Fixes

    • deps: bump tslib from 2.3.1 to 2.4.1 (76ae809)

    2.1.6

    Bug Fixes

    • deps: bump @​oclif/core from 1.19.1 to 1.20.0 (b419d50)

    2.1.5

    Bug Fixes

    • deps: bump @​oclif/core from 1.18.0 to 1.19.1 (cbf1bb6)

    2.1.4

    Bug Fixes

    • deps: bump semver from 7.3.7 to 7.3.8 (9c1f31a)

    2.1.3

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.5 to 1.18.0 (4ae73b2)

    2.1.2

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.4 to 1.16.5 (8e9de2e)

    2.1.1

    Bug Fixes

    • deps: bump @​oclif/core from 1.6.4 to 1.16.4 (b37ffe8)
    Changelog

    Sourced from @​oclif/plugin-plugins's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • 6eea09d chore(release): 2.1.7 [skip ci]
    • 2bae163 Merge pull request #499 from oclif/dependabot-npm_and_yarn-tslib-2.4.1
    • 76ae809 fix(deps): bump tslib from 2.3.1 to 2.4.1
    • 8eb96ae Merge pull request #500 from oclif/dependabot-npm_and_yarn-oclif-plugin-help-...
    • ed243ce chore(dev-deps): bump @​oclif/plugin-help from 5.1.16 to 5.1.17
    • 8818f2c Merge pull request #502 from oclif/dependabot-npm_and_yarn-oclif-test-2.2.8
    • 919846b chore(dev-deps): bump @​oclif/test from 2.2.6 to 2.2.8
    • a5fabb8 Merge pull request #494 from oclif/dependabot-npm_and_yarn-types-semver-7.3.13
    • 23e1eef chore(release): 2.1.6 [skip ci]
    • 62708ed Merge pull request #495 from oclif/dependabot-npm_and_yarn-oclif-core-1.20.0
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 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)
    opened by dependabot[bot] 1
  • build(deps-dev): bump @types/node from 16.11.45 to 16.18.4

    build(deps-dev): bump @types/node from 16.11.45 to 16.18.4

    Bumps @types/node from 16.11.45 to 16.18.4.

    Commits

    Dependabot compatibility score

    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 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)
    opened by dependabot[bot] 1
  • build(deps-dev): bump eslint from 8.22.0 to 8.28.0

    build(deps-dev): bump eslint from 8.22.0 to 8.28.0

    Bumps eslint from 8.22.0 to 8.28.0.

    Release notes

    Sourced from eslint's releases.

    v8.28.0

    Features

    • 63bce44 feat: add ignoreClassFieldInitialValues option to no-magic-numbers (#16539) (Milos Djermanovic)
    • 8385ecd feat: multiline properties in rule key-spacing with option align (#16532) (Francesco Trotta)
    • a4e89db feat: no-obj-calls support Intl (#16543) (Sosuke Suzuki)

    Bug Fixes

    • c50ae4f fix: Ensure that dot files are found with globs. (#16550) (Nicholas C. Zakas)
    • 9432b67 fix: throw error for first unmatched pattern (#16533) (Milos Djermanovic)
    • e76c382 fix: allow * 1 when followed by / in no-implicit-coercion (#16522) (Milos Djermanovic)

    Documentation

    • 34c05a7 docs: Language Options page intro and tweaks (#16511) (Ben Perlmutter)
    • 3e66387 docs: add intro and edit ignoring files page (#16510) (Ben Perlmutter)
    • 436f712 docs: fix Header UI inconsistency (#16464) (Tanuj Kanti)
    • f743816 docs: switch to wrench emoji for auto-fixable rules (#16545) (Bryan Mishkin)
    • bc0547e docs: improve styles for versions and languages page (#16553) (Nitin Kumar)
    • 6070f58 docs: clarify esquery issue workaround (#16556) (Milos Djermanovic)
    • b48e4f8 docs: Command Line Interface intro and tweaks (#16535) (Ben Perlmutter)
    • b92b30f docs: Add Rules page intro and content tweaks (#16523) (Ben Perlmutter)
    • 1769b42 docs: Integrations page introduction (#16548) (Ben Perlmutter)
    • a8d0a57 docs: make table of contents sticky on desktop (#16506) (Sam Chen)
    • a01315a docs: fix route of japanese translation site (#16542) (Tanuj Kanti)
    • 0515628 docs: use emoji instead of svg for deprecated rule (#16536) (Bryan Mishkin)
    • 68f1288 docs: set default layouts (#16484) (Percy Ma)
    • 776827a docs: init config about specifying shared configs (#16483) (Percy Ma)
    • 5c39425 docs: fix broken link to plugins (#16520) (Ádám T. Nagy)
    • c97c789 docs: Add missing no-new-native-nonconstructor docs code fence (#16503) (Brandon Mills)

    Chores

    • e94a4a9 chore: Add tests to verify #16038 is fixed (#16538) (Nicholas C. Zakas)
    • e13f194 chore: stricter validation of meta.docs.description in core rules (#16529) (Milos Djermanovic)
    • 72dbfbc chore: use pkg parameter in getNpmPackageVersion (#16525) (webxmsj)

    v8.27.0

    Features

    • f14587c feat: new no-new-native-nonconstructor rule (#16368) (Sosuke Suzuki)
    • 978799b feat: add new rule no-empty-static-block (#16325) (Sosuke Suzuki)
    • 69216ee feat: no-empty suggest to add comment in empty BlockStatement (#16470) (Nitin Kumar)
    • 319f0a5 feat: use context.languageOptions.ecmaVersion in core rules (#16458) (Milos Djermanovic)

    Bug Fixes

    • c3ce521 fix: Ensure unmatched glob patterns throw an error (#16462) (Nicholas C. Zakas)
    • 886a038 fix: handle files with unspecified path in getRulesMetaForResults (#16437) (Francesco Trotta)

    Documentation

    • ce93b42 docs: Stylelint property-no-unknown (#16497) (Nick Schonning)
    • d2cecb4 docs: Stylelint declaration-block-no-shorthand-property-overrides (#16498) (Nick Schonning)
    • 0a92805 docs: stylelint color-hex-case (#16496) (Nick Schonning)
    • 74a5af4 docs: fix stylelint error (#16491) (Milos Djermanovic)

    ... (truncated)

    Changelog

    Sourced from eslint's changelog.

    v8.28.0 - November 18, 2022

    • 34c05a7 docs: Language Options page intro and tweaks (#16511) (Ben Perlmutter)
    • 3e66387 docs: add intro and edit ignoring files page (#16510) (Ben Perlmutter)
    • 436f712 docs: fix Header UI inconsistency (#16464) (Tanuj Kanti)
    • f743816 docs: switch to wrench emoji for auto-fixable rules (#16545) (Bryan Mishkin)
    • bc0547e docs: improve styles for versions and languages page (#16553) (Nitin Kumar)
    • 6070f58 docs: clarify esquery issue workaround (#16556) (Milos Djermanovic)
    • b48e4f8 docs: Command Line Interface intro and tweaks (#16535) (Ben Perlmutter)
    • b92b30f docs: Add Rules page intro and content tweaks (#16523) (Ben Perlmutter)
    • 1769b42 docs: Integrations page introduction (#16548) (Ben Perlmutter)
    • 63bce44 feat: add ignoreClassFieldInitialValues option to no-magic-numbers (#16539) (Milos Djermanovic)
    • c50ae4f fix: Ensure that dot files are found with globs. (#16550) (Nicholas C. Zakas)
    • a8d0a57 docs: make table of contents sticky on desktop (#16506) (Sam Chen)
    • 9432b67 fix: throw error for first unmatched pattern (#16533) (Milos Djermanovic)
    • 8385ecd feat: multiline properties in rule key-spacing with option align (#16532) (Francesco Trotta)
    • a4e89db feat: no-obj-calls support Intl (#16543) (Sosuke Suzuki)
    • a01315a docs: fix route of japanese translation site (#16542) (Tanuj Kanti)
    • e94a4a9 chore: Add tests to verify #16038 is fixed (#16538) (Nicholas C. Zakas)
    • 0515628 docs: use emoji instead of svg for deprecated rule (#16536) (Bryan Mishkin)
    • e76c382 fix: allow * 1 when followed by / in no-implicit-coercion (#16522) (Milos Djermanovic)
    • 68f1288 docs: set default layouts (#16484) (Percy Ma)
    • e13f194 chore: stricter validation of meta.docs.description in core rules (#16529) (Milos Djermanovic)
    • 776827a docs: init config about specifying shared configs (#16483) (Percy Ma)
    • 72dbfbc chore: use pkg parameter in getNpmPackageVersion (#16525) (webxmsj)
    • 5c39425 docs: fix broken link to plugins (#16520) (Ádám T. Nagy)
    • c97c789 docs: Add missing no-new-native-nonconstructor docs code fence (#16503) (Brandon Mills)

    v8.27.0 - November 6, 2022

    • f14587c feat: new no-new-native-nonconstructor rule (#16368) (Sosuke Suzuki)
    • 978799b feat: add new rule no-empty-static-block (#16325) (Sosuke Suzuki)
    • ce93b42 docs: Stylelint property-no-unknown (#16497) (Nick Schonning)
    • d2cecb4 docs: Stylelint declaration-block-no-shorthand-property-overrides (#16498) (Nick Schonning)
    • 0a92805 docs: stylelint color-hex-case (#16496) (Nick Schonning)
    • c3ce521 fix: Ensure unmatched glob patterns throw an error (#16462) (Nicholas C. Zakas)
    • 74a5af4 docs: fix stylelint error (#16491) (Milos Djermanovic)
    • 69216ee feat: no-empty suggest to add comment in empty BlockStatement (#16470) (Nitin Kumar)
    • 324db1a docs: explicit stylelint color related rules (#16465) (Nick Schonning)
    • 94dc4f1 docs: use Stylelint for HTML files (#16468) (Nick Schonning)
    • cc6128d docs: enable stylelint declaration-block-no-duplicate-properties (#16466) (Nick Schonning)
    • d03a8bf docs: Add heading to justification explanation (#16430) (Maritaria)
    • 886a038 fix: handle files with unspecified path in getRulesMetaForResults (#16437) (Francesco Trotta)
    • 319f0a5 feat: use context.languageOptions.ecmaVersion in core rules (#16458) (Milos Djermanovic)
    • 8a15968 docs: add Stylelint configuration and cleanup (#16379) (Nick Schonning)
    • 9b0a469 docs: note commit messages don't support scope (#16435) (Andy Edwards)
    • 1581405 docs: improve context.getScope() docs (#16417) (Ben Perlmutter)
    • b797149 docs: update formatters template (#16454) (Milos Djermanovic)
    • 5ac4de9 docs: fix link to formatters on the Core Concepts page (#16455) (Vladislav)
    • 33313ef docs: core-concepts: fix link to semi rule (#16453) (coderaiser)

    ... (truncated)

    Commits

    Dependabot compatibility score

    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 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)
    opened by dependabot[bot] 1
  • build(deps-dev): bump oclif from 3.1.1 to 3.3.0

    build(deps-dev): bump oclif from 3.1.1 to 3.3.0

    Bumps oclif from 3.1.1 to 3.3.0.

    Release notes

    Sourced from oclif's releases.

    3.3.0

    Features

    • add 'target' argument when packing/uploading macOS (#1033) (fb6473d)

    3.3.0-beta.4

    Bug Fixes

    3.3.0-beta.3

    Performance Improvements

    • optional xz hashes in parallel (4d59d34)

    3.3.0-beta.2

    Bug Fixes

    3.3.0-beta.1

    Features

    • publishes debian packages with qq (32266de)
    • remove qq and parallelize build/promote (9b7c1d1)

    3.2.31

    Bug Fixes

    • deps: bump github-slugger from 1.4.0 to 1.5.0 (a41baca)

    3.2.30

    Bug Fixes

    • deps: bump minimatch from 3.0.4 to 3.1.2 (dcd7ba2)

    3.2.28

    Bug Fixes

    • deps: bump @​oclif/plugin-warn-if-update-available (e096886)

    3.2.27

    Bug Fixes

    • deps: bump @​oclif/plugin-warn-if-update-available (3f83f13)

    3.2.26

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.0 to 1.20.3 (dfc7df1)

    ... (truncated)

    Changelog

    Sourced from oclif's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    3.2.2 (2022-09-16)

    3.2.1 (2022-09-09)

    Bug Fixes

    3.2.0 (2022-09-06)

    Features

    3.1.2 (2022-07-27)

    Bug Fixes

    Commits
    • 7790ec1 chore(release): 3.3.0 [skip ci]
    • fb6473d feat: add 'target' argument when packing/uploading macOS (#1033)
    • 6823c1b chore(release): 3.2.31 [skip ci]
    • 69c69bb Merge pull request #1038 from oclif/dependabot-npm_and_yarn-github-slugger-1.5.0
    • a1dd42f Merge pull request #1039 from oclif/dependabot-npm_and_yarn-types-node-14.18.33
    • 19f6406 chore(release): 3.2.30 [skip ci]
    • 3fd1427 Merge pull request #1041 from oclif/dependabot-npm_and_yarn-minimatch-3.1.2
    • dcd7ba2 fix(deps): bump minimatch from 3.0.4 to 3.1.2
    • bde4fe8 Merge pull request #1040 from oclif/dependabot-npm_and_yarn-oclif-test-2.2.12
    • c677572 chore(dev-deps): bump @​oclif/test from 2.2.10 to 2.2.12
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 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)
    opened by dependabot[bot] 1
Owner
Kira
15, backend dev, exploring web3 🌈
Kira
CloudCrafter CLI is a command-line interface tool that provides templates for common cloud resources to help you get started quickly.

CloudCrafter CLI CloudCrafter CLI is a command-line interface tool that provides templates for common cloud resources to help you get started quickly.

Missio 7 May 5, 2023
📸 A command-line tool to generate code images of your local code right away from the terminal

?? rayli ?? A command-line tool to generate code images of your local code right away from the terminal Usage Commands Usage $ npm install -g rayli $

buidler's hub 45 Nov 4, 2022
A file sharing service, where you can upload files and provide a download link for anyone on the internet by sharing the link 🔗 or via mail ✉️ which remains active for 24hours 🕙.

eShare | File Sharing App A file sharing service, where you can upload files and provide a download link for anyone on the internet by sharing the lin

Akhil Bhalerao 7 Nov 20, 2022
A VS Code extension to practice and improve your typing speed right inside your code editor. Practice with simple words or code snippets.

Warm Up ?? ??‍?? A VS Code extension to practice and improve your typing speed right inside your code editor. Practice with simple words or code snipp

Arhun Saday 34 Dec 12, 2022
AWS SAM project that adds the snippets from serverlessland.com/snippets as saved queries in CloudWatch Logs Insights

cw-logs-insights-snippets Serverlessland.com/snippets hosts a growing number of community provided snippets. Many of these are useful CloudWatch Logs

Lars Jacobsson 12 Nov 8, 2022
🦄 A command line tool to get tokens on testnets quickly!

?? faucetli A command line tool to get tokens on testnets quickly! Usage Commands Usage $ npm install -g faucetli $ faucetli COMMAND running command..

Kira 60 Jan 1, 2023
🦄 A command line tool to get tokens on testnets quickly!

?? faucetli ?? A command line tool to get tokens on testnets quickly! Usage Commands Usage $ npm install -g faucetli $ faucetli COMMAND running comman

buidler's hub 56 May 11, 2022
Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

Svante Jonsson IT-Högskolan 3 May 18, 2022
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
A simple command line interface for listening to Quran.

Quran-CLI A simple command line interface for listening to Quran. Used API We are using the mp3quran api. Dependencies Install mpv as it is required f

Mostafa Wael 79 Nov 18, 2022
Create multiple files from your command line.

@marsidev/create Create multiple files from your command line. Installation npm install -g @marsidev/create Usage create <files> [options] Examples cr

Luis Marsiglia 3 Nov 25, 2022
A high-resolution local database that uses precise algorithms to easily record data in local files within a project with persistent JSON and YAML support designed to be easy to set up and use

About A high-resolution local database that uses precise algorithms to easily record data in local files within a project with persistent JSON and YML

Shuruhatik 5 Dec 28, 2022
microregex is an open source and highly curated catalog of regular expression patterns. It offers programmers RegEx snippets that can be quickly exported into a variety of programming languages and distributed around teams.

microregex - A catalog of RegEx patterns View Demo · Report Bug · Request Feature Loved the tool? Please consider contributing ✍️ to help it improve!

Sunit Shirke 4 Oct 25, 2022
Code Playground is a online application for testing and showcasing user-created and collaborational HTML, CSS and JavaScript code snippets

Code Playground About Code Playground is a online application for testing and showcasing user-created and collaborational HTML, CSS and JavaScript cod

Arshansh Agarwal 5 Dec 17, 2022
🎨ansi escape code generator to help make colorful command line tools

ansicodes ?? ansi escape code generator to help make colorful command line tools i got tired of looking up ansi code tables when writing command line

Gabe Banks 53 Dec 17, 2022
This provides an extension integration with Docker Desktop to run k9s quickly and easily through the Docker Desktop interface.

k9s extension for Docker Desktop This provides an extension integration with Docker Desktop to allow k9s quickly and easily through the Docker Desktop

James Spurin 14 Dec 16, 2022
Short JavaScript code snippets for all your development needs

30 seconds of code Short JavaScript code snippets for all your development needs Visit our website to view our snippet collection. Use the Search page

30 seconds 106.1k Dec 30, 2022
Short CSS code snippets for all your development needs

30 seconds of CSS Short CSS code snippets for all your development needs Visit our website to view our snippet collection. Use the Search page to find

30 seconds 15.9k Jan 3, 2023