🚀 NFTank (NFT tank for dummies) will allow developers to quickly request NFTs to personal wallets or smart contracts in just a few clicks.

Overview

👷‍♂️ NFTank

NFTank

NFTank - Mint NFTs to an address within a snap | Product Hunt

🚀 NFTank (NFT tank for dummies) will allow developers to quickly request NFTs to personal wallets or smart contracts in just a few clicks.

Usage

$ npm install -g nftank
$ nftank (--version)
nftank/0.0.1 win32-x64 node-v16.13.0
$ nftank --help [COMMAND]
USAGE
  $ nftank COMMAND
...

Commands

Check how to mint an NFT using NFTank

USAGE
  $ nftank docs

DESCRIPTION
  ✨ Check how to mint an NFT using NFTank

EXAMPLES
  $ nftank mint

nftank help [COMMAND]

Display help for nftank.

USAGE
  $ nftank 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 nftank.

nftank mint:erc1155

Mint an NFT to the given address

USAGE
  $ nftank mint:erc1155 -I [-a <value>] [-n <value>] [-i <value>] [-t <value>] [-d <value>] [-q <value>]

FLAGS
  -I, --[no-]interactive     (required)
  -a, --address=<value>
  -d, --description=<value>
  -i, --image=<value>
  -n, --network=<value>
  -q, --amount=<value>
  -t, --title=<value>

DESCRIPTION
  ✨ Mint an NFT to the given address

EXAMPLES
  $ nftank mint:erc1155 --address=0xd24CA0297558f0827e2C467603869D1AC9fF435d --network=mumbai

nftank mint:erc721

Mint a ERC721 NFT at a given address

USAGE
  $ nftank mint:erc721 -I [-a <value>] [-n <value>] [-i <value>] [-t <value>] [-d <value>]

FLAGS
  -I, --[no-]interactive     (required)
  -a, --address=<value>
  -d, --description=<value>
  -i, --image=<value>
  -n, --network=<value>
  -t, --title=<value>

DESCRIPTION
  ✨ Mint a ERC721 NFT at a given address

EXAMPLES
  $ nftank mint:erc721 --address=0xd24CA0297558f0827e2C467603869D1AC9fF435d --network=mumbai
Comments
  • build(deps-dev): bump mocha and @types/mocha

    build(deps-dev): bump mocha and @types/mocha

    Bumps mocha and @types/mocha. These dependencies needed to be updated together. Updates mocha from 9.1.3 to 9.2.2

    Release notes

    Sourced from mocha's releases.

    v9.2.2

    9.2.2 / 2022-03-11

    Please also note our announcements.

    :bug: Fixes

    :nut_and_bolt: Other

    v9.2.1

    9.2.1 / 2022-02-19

    Please also note our announcements.

    :bug: Fixes

    v9.2.0

    9.2.0 / 2022-01-24

    Please also note our announcements.

    :tada: Enhancements

    :nut_and_bolt: Other

    v9.1.4

    9.1.4 / 2022-01-14

    Please also note our announcements.

    :bug: Fixes

    :nut_and_bolt: Other

    ... (truncated)

    Changelog

    Sourced from mocha's changelog.

    9.2.2 / 2022-03-11

    :bug: Fixes

    :nut_and_bolt: Other

    9.2.1 / 2022-02-19

    :bug: Fixes

    9.2.0 / 2022-01-24

    :tada: Enhancements

    :nut_and_bolt: Other

    9.1.4 / 2022-01-14

    :bug: Fixes

    :nut_and_bolt: Other

    Commits
    • 24b5243 build(v9.2.2): release
    • 22a1560 build(v9.2.2): update CHANGELOG [ci skip]
    • 632e602 chore: update dependencies (#4843)
    • 241964b fix: wrong error thrown while loading reporter (#4842)
    • 22f9306 fix(dry-run): potential call-stack crash with 'dry-run' option (#4839)
    • 547ffd7 build(v9.2.1): release
    • ca7432a build(v9.2.1): update CHANGELOG [ci skip]
    • 86305cf fix: wrong error thrown while loading config files (#4832)
    • 11c4560 fix: configurable max diff size (#4799)
    • 509938d doc: fix to show sponsors in narrow view (#4793)
    • Additional commits viewable in compare view

    Updates @types/mocha from 9.0.0 to 9.1.1

    Commits

    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.0.10 to 1.8.1

    build(deps): bump @oclif/core from 1.0.10 to 1.8.1

    Bumps @oclif/core from 1.0.10 to 1.8.1.

    Release notes

    Sourced from @​oclif/core's releases.

    v1.8.1

    1.8.1 (2022-05-10)

    Bug Fixes

    • improve algo for collating command id (#415) (1a9bfdb)

    v1.8.0

    1.8.0 (2022-05-06)

    Features

    v1.7.0

    1.7.0 (2022-04-11)

    Features

    • move console.log to single class method (#400) (2ccb274)

    v1.6.4

    1.6.4 (2022-03-31)

    Bug Fixes

    v1.6.3

    1.6.3 (2022-03-23)

    Bug Fixes

    • use plugin alias if available (245d841)

    v1.6.2

    1.6.2 (2022-03-23)

    Bug Fixes

    • load correct plugin when using dynamic help (#394) (15c1fbe)

    v1.6.1

    1.6.1 (2022-03-17)

    ... (truncated)

    Changelog

    Sourced from @​oclif/core's changelog.

    1.8.1 (2022-05-10)

    Bug Fixes

    • improve algo for collating command id (#415) (1a9bfdb)

    1.8.0 (2022-05-06)

    Features

    1.7.0 (2022-04-11)

    Features

    • move console.log to single class method (#400) (2ccb274)

    1.6.4 (2022-03-31)

    Bug Fixes

    1.6.3 (2022-03-23)

    Bug Fixes

    • use plugin alias if available (245d841)

    1.6.2 (2022-03-23)

    Bug Fixes

    • load correct plugin when using dynamic help (#394) (15c1fbe)

    1.6.1 (2022-03-17)

    Bug Fixes

    • set id to alias when adding commands (#390) (84ab722)

    1.6.0 (2022-03-14)

    ... (truncated)

    Commits
    • 44eb6d8 chore(release): 1.8.1 [ci skip]
    • 1a9bfdb fix: improve algo for collating command id (#415)
    • 0019cda Merge pull request #412 from oclif/dependabot-npm_and_yarn-semver-7.3.7
    • 175a782 chore(deps): bump semver from 7.3.5 to 7.3.7
    • 00e450e chore(release): 1.8.0 [ci skip]
    • ed625e1 feat: improve Command interface (#416)
    • f996086 Merge pull request #406 from oclif/dependabot-npm_and_yarn-types-lodash-4.14.182
    • 695d354 chore(deps-dev): bump @​types/lodash from 4.14.178 to 4.14.182
    • 19d620c Merge pull request #399 from oclif/dependabot-npm_and_yarn-debug-4.3.4
    • a8a0ac5 chore(deps): bump debug from 4.3.3 to 4.3.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 prettier from 2.6.2 to 2.8.0

    build(deps-dev): bump prettier from 2.6.2 to 2.8.0

    Bumps prettier from 2.6.2 to 2.8.0.

    Release notes

    Sourced from prettier's releases.

    2.8.0

    diff

    🔗 Release note

    2.7.1

    🔗 Changelog

    2.7.0

    diff

    🔗 Release note

    Changelog

    Sourced from prettier's changelog.

    2.8.0

    diff

    🔗 Release Notes

    2.7.1

    diff

    Keep useful empty lines in description (#13013 by @​chimurai)

    # Input
    """
    First line
    

    Second Line """ type Person { name: String }

    Prettier 2.7.0

    """ First line Second Line """ type Person { name: String }

    Prettier 2.7.1

    """ First line

    Second Line """ type Person { name: String }

    2.7.0

    diff

    🔗 Release Notes

    Commits
    Maintainer changes

    This version was pushed to npm by prettier-bot, a new releaser for prettier since your current version.


    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)
    dependencies 
    opened by dependabot[bot] 1
  • 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)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps-dev): bump typescript from 4.7.2 to 4.9.3

    build(deps-dev): bump typescript from 4.7.2 to 4.9.3

    Bumps typescript from 4.7.2 to 4.9.3.

    Release notes

    Sourced from typescript's releases.

    TypeScript 4.9

    For release notes, check out the release announcement.

    Downloads are available on:

    Changes:

    • 93bd577458d55cd720b2677705feab5c91eb12ce Bump version to 4.9.3 and LKG.
    • 107f832b80df2dc97748021cb00af2b6813db75b Update LKG.
    • 31bee5682df130a14ffdd5742f994dbe7313dd0e Cherry-pick PR #50977 into release-4.9 (#51363) [ #50872 ]
    • 1e2fa7ae15f8530910fef8b916ec8a4ed0b59c45 Update version to 4.9.2-rc and LKG.
    • 7ab89e5c6e401d161f31f28a6c555a3ba530910e Merge remote-tracking branch 'origin/main' into release-4.9
    • e5cd686defb1a4cbdb36bd012357ba5bed28f371 Update package-lock.json
    • 8d40dc15d1b9945837e7860320fdccfe27c40cad Update package-lock.json
    • 5cfb3a2fe344a5350734305193e6cc99516285ca Only call return() for an abrupt completion in user code (#51297)
    • a7a9d158e817fcb0e94dc1c24e0a401b21be0cc9 Fix for broken baseline in yieldInForInInDownlevelGenerator (#51345)
    • 7f8426f4df0d0a7dd8b72079dafc3e60164a23b1 fix for-in enumeration containing yield in generator (#51295)
    • 3d2b4017eb6b9a2b94bc673291e56ae95e8beddd Fix assertion functions accessed via wildcard imports (#51324)
    • 64d0d5ae140b7b26a09e75114517b418d6bcaa9f fix(51301): Fixing an unused import at the end of a line removes the newline (#51320)
    • 754eeb2986bde30d5926e0fa99c87dda9266d01b Update CodeQL workflow and configuration, fix found bugs (#51263)
    • d8aad262006ad2d2c91aa7a0e4449b4b83c57f7b Update package-lock.json
    • d4f26c840b1db76c0b25a405c8e73830a2b45cbc fix(51245): Class with parameter decorator in arrow function causes "convert to default export" refactoring failure (#51256)
    • 16faf45682173ea437a50330feb4785578923d7f Update package-lock.json
    • 8b1ecdb701e2a2e19e9f8bcdd6b2beac087eabee fix(50654): "Move to a new file" breaks the declaration of referenced variable (#50681)
    • 170a17fad57eae619c5ef2b7bdb3ac00d6c32c47 Dom update 2022-10-25 (#51300)
    • 9c4e14d75174432f6a4dc5967a09712a6784ab88 Remove "No type information for this code" from baseline (#51311)
    • 88d25b4f232929df59729156dfda6b65277affec fix(50068): Refactors trigger debug failure when JSX text has a ' and a tag on the same line. (#51299)
    • 8bee69acf410d4986cb0cc102b949e2d133d5380 Update package-lock.json
    • 702de1eeaaef88a189e4d06e5a2aae287853790a Fix early call to return/throw on generator (#51294)
    • 2c12b1499908ad7718e65d20e264561207c22375 Add a GH Action to file a new issue if we go a week without seeing a typescript-error-deltas issue (#51271)
    • 6af270dee09d62516f6dc02ec102a745ffebc037 Update package-lock.json
    • 2cc4c16a26672a7ba6c97ba16309fcf334db7cae Update package-lock.json
    • 60934915d9ccc4ca9c0fb2cd060d7ec81601942b Fix apparent typo in getStringMappingType (#51248)
    • 61c26096e3373719ece686b84c698423890e9a5f Update package-lock.json
    • ef69116c41cb6805f89e6592eacb0ccb7f02207d Generate shortest rootDirs module specifier instead of first possible (#51244)
    • bbb42f453dc684e03d977c5b70391124d57543a9 Fix typo in canWatchDirectoryOrFile found by CodeQL (#51262)
    • a56b254ad3c52b598bc5d44f83f3d0a1cf806068 Include 'this' type parameter in isRelatedTo fast path (#51230)
    • 3abd351c0eea55758f27ee5558a4a1525b77f45b Fix super property transform in async arrow in method (#51240)
    • eed05112180e0d94f78aa02d676d49468f15dc31 Update package-lock.json
    • 2625c1feae25aede35465ca835440fc57bf13d52 Make the init config category order predictable (#51247)
    • 1ca99b34029dafad2c18af7bdc0711f4abf7e522 fix(50551): Destructuring assignment with var bypasses "variable is used before being assigned" check (2454) (#50560)
    • 3f28fa12dfecb8dfd66ce4684bf26f64e1f092f1 Update package-lock.json
    • 906ebe49334a3a9c2dbd73cd3c902898bc712b66 Revert structuredTypeRelatedTo change and fix isUnitLikeType (#51076)
    • 8ac465239f52de1da3ada8cdc4c3f107f4d62e45 change type (#51231)
    • 245a02cbed7ad50a21289730159abc8d19a66f40 fix(51222): Go-to-definition on return statements should jump to the containing function declaration (#51227)
    • 2dff34e8c4a91c0005ca9ccfb7e045e225b6f2e4 markAliasReferenced should include ExportValue as well (#51219)

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

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

    Bumps oclif from 3.0.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

    3.1.1 (2022-07-15)

    Bug Fixes

    3.1.0 (2022-07-07)

    Features

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

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

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

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

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

    Release notes

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

    5.1.22

    Bug Fixes

    • deps: bump json5 from 2.2.0 to 2.2.3 (0a8983c)

    5.1.21

    Bug Fixes

    • deps: bump @​oclif/core from 1.22.0 to 1.23.1 (5abc37d)

    5.1.20

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.4 to 1.21.0 (8aff346)

    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
    • 9b2856a chore(release): 5.1.22 [skip ci]
    • dc652e9 Merge pull request #448 from oclif/dependabot-npm_and_yarn-json5-2.2.3
    • 0a8983c fix(deps): bump json5 from 2.2.0 to 2.2.3
    • c94a690 chore(release): 5.1.21 [skip ci]
    • af35f7c Merge pull request #447 from oclif/dependabot-npm_and_yarn-oclif-core-1.23.1
    • 5abc37d fix(deps): bump @​oclif/core from 1.22.0 to 1.23.1
    • 2033060 Merge pull request #444 from oclif/dependabot-npm_and_yarn-oclif-plugin-plugi...
    • 48cc302 chore(dev-deps): bump @​oclif/plugin-plugins from 2.1.9 to 2.1.10
    • 0c8a7da Merge pull request #440 from oclif/dependabot-npm_and_yarn-oclif-plugin-plugi...
    • 5f2f124 chore(dev-deps): bump @​oclif/plugin-plugins from 2.1.8 to 2.1.9
    • 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)
    dependencies 
    opened by dependabot[bot] 0
  • build(deps-dev): bump oclif from 3.0.1 to 3.4.3

    build(deps-dev): bump oclif from 3.0.1 to 3.4.3

    Bumps oclif from 3.0.1 to 3.4.3.

    Release notes

    Sourced from oclif's releases.

    3.4.3

    Bug Fixes

    • make oclif.s3.folder optional for --indexes (#1063) (df9db2f)

    3.4.2

    Bug Fixes

    3.4.1

    Bug Fixes

    3.4.0

    Features

    • remove qq and parallelize build/pack/promote (#1035) (db2a858)

    3.3.1

    Bug Fixes

    • deps: bump concurrently from 7.5.0 to 7.6.0 (49b301e)

    3.3.0

    Features

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

    3.3.0-beta.11

    Features

    • parallel exe and signing (767b41b)

    3.3.0-beta.10

    Bug Fixes

    • use the word "sign" in osslsigncode (034a3c9)

    3.3.0-beta.9

    Bug Fixes

    3.3.0-beta.8

    Bug Fixes

    • revert previous path change for move (f8d0fb1)
    • sequential win signing (bd68bcf)

    ... (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

    3.1.1 (2022-07-15)

    Bug Fixes

    3.1.0 (2022-07-07)

    Features

    Commits
    • 1b3de4f chore(release): 3.4.3 [skip ci]
    • df9db2f fix: make oclif.s3.folder optional for --indexes (#1063)
    • e30ade0 chore(release): 3.4.2 [skip ci]
    • bc23384 fix: win pack error (#1054)
    • 688beb1 chore(release): 3.4.1 [skip ci]
    • 25d1513 fix: json output formatting (#1051)
    • ef8ffd0 chore(release): 3.4.0 [skip ci]
    • db2a858 feat: remove qq and parallelize build/pack/promote (#1035)
    • a4d258a Merge pull request #1046 from oclif/dependabot-npm_and_yarn-types-lodash-4.14...
    • 5324bf7 chore(dev-deps): bump @​types/lodash from 4.14.186 to 4.14.191
    • 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)
    dependencies 
    opened by dependabot[bot] 0
  • build(deps-dev): bump prettier from 2.6.2 to 2.8.1

    build(deps-dev): bump prettier from 2.6.2 to 2.8.1

    Bumps prettier from 2.6.2 to 2.8.1.

    Release notes

    Sourced from prettier's releases.

    2.8.1

    🔗 Changelog

    2.8.0

    diff

    🔗 Release note

    2.7.1

    🔗 Changelog

    2.7.0

    diff

    🔗 Release note

    Changelog

    Sourced from prettier's changelog.

    2.8.1

    diff

    Fix SCSS map in arguments (#9184 by @​agamkrbit)

    // Input
    $display-breakpoints: map-deep-merge(
      (
        "print-only": "only print",
        "screen-only": "only screen",
        "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
      ),
      $display-breakpoints
    );
    

    // Prettier 2.8.0 $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, " sm ")-1})", ), $display-breakpoints );

    // Prettier 2.8.1 $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})", ), $display-breakpoints );

    Support auto accessors syntax (#13919 by @​sosukesuzuki)

    Support for Auto Accessors Syntax landed in TypeScript 4.9.

    (Doesn't work well with babel-ts parser)

    class Foo {
      accessor foo: number = 3;
    </tr></table> 
    

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by prettier-bot, a new releaser for prettier since your current version.


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

    build(deps-dev): bump @types/node from 16.11.38 to 16.18.11

    Bumps @types/node from 16.11.38 to 16.18.11.

    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)
    dependencies 
    opened by dependabot[bot] 0
  • build(deps-dev): bump globby from 13.1.1 to 13.1.3

    build(deps-dev): bump globby from 13.1.1 to 13.1.3

    Bumps globby from 13.1.1 to 13.1.3.

    Release notes

    Sourced from globby's releases.

    v13.1.3

    • Fix an edge-case bug (#242) 917670c

    https://github.com/sindresorhus/globby/compare/v13.1.2...v13.1.3

    v13.1.2

    • Make ignoreFiles option accept readonly arrays (#235) 810caae

    https://github.com/sindresorhus/globby/compare/v13.1.1...v13.1.2

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

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

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

    Release notes

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

    2.1.12

    Bug Fixes

    • deps: bump @​oclif/color from 1.0.1 to 1.0.2 (17eba2c)

    2.1.11

    Bug Fixes

    • deps: bump @​oclif/core from 1.22.0 to 1.23.0 (a59b7e4)

    2.1.10

    Bug Fixes

    • deps: bump json5 from 2.2.0 to 2.2.2 (39e2faf)

    2.1.9

    Bug Fixes

    • deps: bump @​oclif/core from 1.21.0 to 1.22.0 (93d3567)

    2.1.8

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.4 to 1.21.0 (407a879)

    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)

    ... (truncated)

    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
    • d86310c chore(release): 2.1.12 [skip ci]
    • e418408 Merge pull request #506 from oclif/dependabot-npm_and_yarn-oclif-color-1.0.2
    • 17eba2c fix(deps): bump @​oclif/color from 1.0.1 to 1.0.2
    • b28a603 chore(release): 2.1.11 [skip ci]
    • 136faef Merge pull request #524 from oclif/dependabot-npm_and_yarn-oclif-core-1.23.0
    • a59b7e4 fix(deps): bump @​oclif/core from 1.22.0 to 1.23.0
    • 7013228 Merge pull request #525 from oclif/dependabot-npm_and_yarn-oclif-test-2.2.17
    • 085a645 chore(release): 2.1.10 [skip ci]
    • 85d616b Merge pull request #527 from oclif/dependabot-npm_and_yarn-json5-2.2.2
    • 39e2faf fix(deps): bump json5 from 2.2.0 to 2.2.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)
    dependencies 
    opened by dependabot[bot] 0
Owner
buidler's hub
hub for amazing products crafted by our team
buidler's hub
Import/Export data from and to your database in just few clicks.

Strapi Plugin Import Export Entries Import/Export data from and to your database in just few clicks. Features Import Import data directly from the Con

Baptiste Studer 72 Dec 28, 2022
NFTKastle is an NFT marketplace where users can mint their pictures as NFTs, list their NFTs for sale, and buy NFTs from other users.

NFTKastle NFTKastle is an NFT marketplace where users can mint their pictures as NFTs, list their NFTs for sale, and buy NFTs from other users. NFTKas

Paschal 2 Oct 31, 2022
Cupcakes SDK to allow developers access to Authentication & Smart Contract Wallets

Introduction Cupcakes allow DAPPs developers access to Smart Contract Wallets. These wallets can be DAPPs specific or User specific. You must read abo

null 7 Nov 26, 2022
🐲 Epic NFTs [UI] - Proyecto que te permitirá conectar tu billetera y acuñar un NFT, podrás revender el NFT en OpenSea. El NFT en sí se puede personalizar

?? Epic NFTs [UI] El proyecto se encuentra deployado en Vercel para que puedan verlo e interactuar con él, toda crítica o comentario se agradece, pued

Braian D. Vaylet 17 Oct 22, 2022
Crypto-tracker - Get crypto currency data in one click. Followed by a few more clicks.

https://crypto-tracker-ayaanzaveri08.vercel.app/ Crypto Tracker Crypto Tracker tracks crypto with the CoinGecko API. This app uses the React framework

Ayaan Zaveri 0 Apr 30, 2022
Cardinal generator encompasses serverless functions and smart contracts for rendering generative NFTs

Cardinal Generator An open protocol for generative NFTs. Background Cardinal generator encompasses serverless functions and smart contracts for render

Cardinal 31 Dec 6, 2022
Smart selection with double clicks for VS Code.

Smart Clicks VS Code Smart selection with double clicks for VS Code. GIF Demo Usage Double clicks on the code. Rules bracket-pair Pair to inner conten

Anthony Fu 504 Dec 28, 2022
🌐 Website of NFTank

Next.js + Tailwind CSS Example This example shows how to use Tailwind CSS (v3.0) with Next.js. It follows the steps outlined in the official Tailwind

buidler's hub 5 May 29, 2022
Futuristic tank game. Pure JavaScript with ThreeJS. Open Source

Retro-futuristic tank game. Pure JavaScript with ThreeJS. Open Source SYNTHBLAST.COM Gameplay shoot tanks Run over all yellow pads to advance a level

Brian Risk 107 Dec 11, 2022
This is the main repository for NFT collection dao smart contracts.

Basic Sample Hardhat Project This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample s

null 3 Apr 11, 2022
⚡⚡NextJS Full NFT Marketplace Application Running with Alchemy SDK. Deploy In Minutes with Smart Contracts Attached

+ Alchemy SDK Easy Polygon NFT Marketplace NextJS App Be sure to watch my Youtube video so you can learn and follow along! ** THE FILES ATTACHED TO TH

Net2Dev 9 Nov 16, 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
Fullstack Dynamic NFT Mini Game built using 💎 Diamond Standard [EIP 2535] 🏃‍♀️Players can use Hero NFT to battle against Thanos ⚔ Heroes can be Healed by staking their NFT 🛡

?? Fullstack Dynamic NFT Mini Game ?? ?? Using Diamond Standard Play On ?? ?? ⏩ http://diamond-dapp.vercel.app/ Project Description ?? Fullstack Dynam

Shiva Shanmuganathan 21 Dec 23, 2022
NFT Marketplace framework to build standalone NFT marketplace or inApp/inGame NFT marketplace

NFT Marketplace This project is a decentalized NFT Marketplace framework which is to be the baseline for you to build standalone NFT marketplace or in

Reddio, inc. 14 Dec 19, 2022
A request library that returns promises, inspired by request

then-request A request library that returns promises and supports both browsers and node.js Installation npm install then-request Usage request(metho

then (Promises/A+ implementations) 241 Nov 29, 2022
simple-remix-blog is a blog template built using Remix and TailwindCSS. Create your own blog in just a few minutes!

simple-remix-blog is a blog template built using remix.run and TailwindCSS. It supports markdown and MDX for the blog posts. You can clone it and star

José Miguel Álvarez Vañó 8 Dec 8, 2022
Run a completely functional backend in just a few minutes.

Genezio Genezio is a platform for developers that want to write a backend in a very simple way. Just write a simple class using your preferred program

null 6 Dec 12, 2022