Stop re-writing thirdweb snippets. Use thirdsnips to make it all snap!

Overview

🌈 thirdsnips

Stop re-writing thirdweb snippets. Use thirdsnips to make it all snap!

Thirdsnips

Thirdsnips is a tool which enhances the developer experience while working with thirdweb.

🏛 About thirdweb

thirdweb is a platform that provides developers with all the tools needed to build sophisticated web3 apps. Use their smart contracts, SDKs, and UI components to create your own NFTs, governance tokens, marketplaces, and more.

🚀 How to install thirdsnips ?

Visual Studio Code

  1. Install thirdsnips from the VSCode marketplace
  2. Reload VSCode
  3. The snippets are ready to use!

Vim

You can use thirdsnips in vim by the following snippet-plugins:

Please set up the aforementioned plugins before using this snippet plugin. You might need to explicitly enable loading of VSCode snippet plugins (like in the case of LuaSnip).

  1. With packer -

    use "avneesh0612/thirdsnips"
    
  2. With vim-plug

    Plug "avneesh0612/thirdsnips"
    
  3. If you are using coc-snippets, you can simply run the following command -

    :CocInstall https://github.com/avneesh0612/thirdsnips@main
    

Atom

Coming soon

🦄 Usage

All the snippets are available in the 🌈 Table of Snippets

👀 Early access NFT

We are giving away 1000 NFTs to the first 1000 people who installs our VSCode extension and claims the NFT!

NFT

🎉 Claiming the NFT

  1. Install the VSCode extension from the marketplace
  2. Create a new JavaScript/TypeScript file
  3. Use the secret snippet in that file and copy the secret code
  4. Head over to https://thirdsnips.live/mint and enter the secret code and mint your NFT 🎉

The entire process is free and you don't even need any gas!

🚀 Powered by

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2022 Avneesh Agarwal.
This project is GNU licensed.

Comments
  • Add support for `jsx` and `tsx` files

    Add support for `jsx` and `tsx` files

    Fixes Issue

    • [x] Added support for jsx and tsx files to vscode and vim extension
    • [x] Fixed another grammatical mistake

    Changes proposed

    Check List (Check all the applicable boxes)

    • [x] My code follows the code style of this project.
    • [x] My change requires changes to the documentation.
    • [x] I have updated the documentation accordingly.
    • [x] All new and existing tests passed.
    • [x] This PR does not contain plagiarized content.
    • [x] The title of my pull request is a short description of the requested changes.

    opened by AnishDe12020 2
  • Fix thirdsnips not working with Neovim

    Fix thirdsnips not working with Neovim

    Fixes Issue

    • [x] Update paths in main package.json for the snippet files
    • [x] Update repo URL in vim installation part in README
    • [x] Fix a grammatical error related to claiming NFT in the README

    Changes proposed

    Check List (Check all the applicable boxes)

    • [x] My code follows the code style of this project.
    • [x] My change requires changes to the documentation.
    • [x] I have updated the documentation accordingly.
    • [x] All new and existing tests passed.
    • [x] This PR does not contain plagiarized content.
    • [x] The title of my pull request is a short description of the requested changes.

    opened by AnishDe12020 2
  • [ImgBot] Optimize images

    [ImgBot] Optimize images

    Beep boop. Your images are optimized!

    Your image file size has been reduced by 5% 🎉

    Details

    | File | Before | After | Percent reduction | |:--|:--|:--|:--| | /web/public/assests/nft.png | 1,380.10kb | 1,313.69kb | 4.81% | | /web/public/assests/thirdweb.svg | 4.57kb | 4.55kb | 0.38% | | | | | | | Total : | 1,384.67kb | 1,318.24kb | 4.80% |


    📝 docs | :octocat: repo | 🙋🏾 issues | 🏪 marketplace

    ~Imgbot - Part of Optimole family

    opened by imgbot[bot] 1
  • chore(deps): bump minimist from 1.2.5 to 1.2.6 in /web

    chore(deps): bump minimist from 1.2.5 to 1.2.6 in /web

    Bumps minimist from 1.2.5 to 1.2.6.

    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)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 1
  • [ImgBot] Optimize images

    [ImgBot] Optimize images

    Beep boop. Your images are optimized!

    Your image file size has been reduced by 16% 🎉

    Details

    | File | Before | After | Percent reduction | |:--|:--|:--|:--| | /src/extension/logo.png | 713.84kb | 595.96kb | 16.51% | | /web/public/assests/logo.svg | 1.98kb | 1.93kb | 2.52% | | /web/public/bg.svg | 20.24kb | 19.91kb | 1.63% | | /web/public/vercel.svg | 1.08kb | 1.06kb | 1.00% | | | | | | | Total : | 737.13kb | 618.86kb | 16.04% |


    📝 docs | :octocat: repo | 🙋🏾 issues | 🏪 marketplace

    ~Imgbot - Part of Optimole family

    opened by imgbot[bot] 1
  • Update commitlint monorepo to v17.0.2

    Update commitlint monorepo to v17.0.2

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @commitlint/cli (source) | 17.0.1 -> 17.0.2 | age | adoption | passing | confidence | | commitlint (source) | 17.0.1 -> 17.0.2 | age | adoption | passing | confidence |


    Release Notes

    conventional-changelog/commitlint (@​commitlint/cli)

    v17.0.2

    Compare Source

    Note: Version bump only for package @​commitlint/cli

    conventional-changelog/commitlint (commitlint)

    v17.0.2

    Compare Source

    Note: Version bump only for package commitlint


    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about these updates again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update TriPSs/conventional-changelog-action action to v3.13.0

    Update TriPSs/conventional-changelog-action action to v3.13.0

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | TriPSs/conventional-changelog-action | action | minor | v3.12.0 -> v3.13.0 |


    Release Notes

    TriPSs/conventional-changelog-action

    v3.13.0

    Compare Source

    Bug Fixes
    Features
    • Added create-summary option that adds the changelog as Action summary (38e51f4)

    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update TriPSs/conventional-changelog-action action to v3.12.0

    Update TriPSs/conventional-changelog-action action to v3.12.0

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | TriPSs/conventional-changelog-action | action | minor | v3.11.0 -> v3.12.0 |


    Release Notes

    TriPSs/conventional-changelog-action

    v3.12.0

    Compare Source

    Features
    • add [skip ci] by default to commit message (a0bcde8)
    • added support for private Github (ad0652f)

    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency markdown-table to v3

    Update dependency markdown-table to v3

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | markdown-table | 2.0.0 -> 3.0.2 | age | adoption | passing | confidence |


    Release Notes

    wooorm/markdown-table

    v3.0.2

    Compare Source

    Full Changelog: https://github.com/wooorm/markdown-table/compare/3.0.1...3.0.2

    v3.0.1

    Compare Source

    v3.0.0

    Compare Source


    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency husky to v8

    Update dependency husky to v8

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | husky (source) | ^7.0.4 -> 8.0.1 | age | adoption | passing | confidence |


    Release Notes

    typicode/husky

    v8.0.1

    Compare Source

    • fix: use POSIX equality operator

    v8.0.0

    Compare Source

    What's Changed

    Feats
    Fixes
    Docs
    Chore

    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update commitlint monorepo to v17 (major)

    Update commitlint monorepo to v17 (major)

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @commitlint/cli (source) | ^16.2.3 -> 17.0.0 | age | adoption | passing | confidence | | commitlint (source) | ^16.2.3 -> 17.0.0 | age | adoption | passing | confidence |


    Release Notes

    conventional-changelog/commitlint (@​commitlint/cli)

    v17.0.0

    Compare Source

    BREAKING CHANGES
    • drop node v12 support

    • chore: rename circleci windows job

    node version is not defned by the name anyways (i think)

    v16.3.0

    Compare Source

    Note: Version bump only for package @​commitlint/cli

    16.2.4 (2022-04-28)

    Note: Version bump only for package @​commitlint/cli

    16.2.3 (2022-03-16)

    Note: Version bump only for package @​commitlint/cli

    16.2.1 (2022-02-13)

    Note: Version bump only for package @​commitlint/cli

    v16.2.4

    Compare Source

    Note: Version bump only for package @​commitlint/cli

    conventional-changelog/commitlint (commitlint)

    v17.0.0

    Compare Source

    BREAKING CHANGES
    • drop node v12 support

    • chore: rename circleci windows job

    node version is not defned by the name anyways (i think)

    v16.3.0

    Compare Source

    Note: Version bump only for package commitlint

    16.2.4 (2022-04-28)

    Note: Version bump only for package commitlint

    16.2.3 (2022-03-16)

    Note: Version bump only for package commitlint

    16.2.1 (2022-02-13)

    Note: Version bump only for package commitlint

    v16.2.4

    Compare Source

    Note: Version bump only for package commitlint


    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about these updates again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency commitlint-config-gitmoji to v2.2.6

    Update dependency commitlint-config-gitmoji to v2.2.6

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | commitlint-config-gitmoji (source) | 2.2.5 -> 2.2.6 | age | adoption | passing | confidence |


    Release Notes

    arvinxx/gitmoji-commit-workflow

    v2.2.6

    Compare Source

    commitlint-config-gitmoji 2.2.6 (2022-10-09)

    Dependencies

    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency axios to v1

    Update dependency axios to v1

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | axios (source) | 0.27.2 -> 1.1.2 | age | adoption | passing | confidence |


    Release Notes

    axios/axios

    v1.1.2

    Compare Source

    Fixed
    • Fixed broken exports for UMD builds.
    Contributors to this release

    v1.1.1

    Compare Source

    Fixed
    • Fixed broken exports for common js. This fix breaks a prior fix, I will fix both issues ASAP but the commonJS use is more impactful.
    Contributors to this release

    v1.1.0

    Compare Source

    Fixed
    • Fixed missing exports in type definition index.d.ts #​5003
    • Fixed query params composing #​5018
    • Fixed GenericAbortSignal interface by making it more generic #​5021
    • Fixed adding "clear" to AxiosInterceptorManager #​5010
    • Fixed commonjs & umd exports #​5030
    • Fixed inability to access response headers when using axios 1.x with Jest #​5036
    Contributors to this release

    v1.0.0

    Compare Source

    Added
    • Added stack trace to AxiosError #​4624
    • Add AxiosError to AxiosStatic #​4654
    • Replaced Rollup as our build runner #​4596
    • Added generic TS types for the exposed toFormData helper #​4668
    • Added listen callback function #​4096
    • Added instructions for installing using PNPM #​4207
    • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill #​4229
    • Added axios-url-template in ECOSYSTEM.md #​4238
    • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an axios instance #​4248
    • Added react hook plugin #​4319
    • Adding HTTP status code for transformResponse #​4580
    • Added blob to the list of protocols supported by the browser #​4678
    • Resolving proxy from env on redirect #​4436
    • Added enhanced toFormData implementation with additional options 4704
    • Adding Canceler parameters config and request #​4711
    • Added automatic payload serialization to application/x-www-form-urlencoded #​4714
    • Added the ability for webpack users to overwrite built-ins #​4715
    • Added string[] to AxiosRequestHeaders type #​4322
    • Added the ability for the url-encoded-form serializer to respect the formSerializer config #​4721
    • Added isCancel type assert #​4293
    • Added data URL support for node.js #​4725
    • Adding types for progress event callbacks #​4675
    • URL params serializer #​4734
    • Added axios.formToJSON method #​4735
    • Bower platform add data protocol #​4804
    • Use WHATWG URL API instead of url.parse() #​4852
    • Add ENUM containing Http Status Codes to typings #​4903
    • Improve typing of timeout in index.d.ts #​4934
    Changed
    • Updated AxiosError.config to be optional in the type definition #​4665
    • Updated README emphasizing the URLSearchParam built-in interface over other solutions #​4590
    • Include request and config when creating a CanceledError instance #​4659
    • Changed func-names eslint rule to as-needed #​4492
    • Replacing deprecated substr() with slice() as substr() is deprecated #​4468
    • Updating HTTP links in README.md to use HTTPS #​4387
    • Updated to a better trim() polyfill #​4072
    • Updated types to allow specifying partial default headers on instance create #​4185
    • Expanded isAxiosError types #​4344
    • Updated type definition for axios instance methods #​4224
    • Updated eslint config #​4722
    • Updated Docs #​4742
    • Refactored Axios to use ES2017 #​4787
    Deprecated
    • There are multiple deprecations, refactors and fixes provided in this release. Please read through the full release notes to see how this may impact your project and use case.
    Removed
    • Removed incorrect argument for NetworkError constructor #​4656
    • Removed Webpack #​4596
    • Removed function that transform arguments to array #​4544
    Fixed
    • Fixed grammar in README #​4649
    • Fixed code error in README #​4599
    • Optimized the code that checks cancellation #​4587
    • Fix url pointing to defaults.js in README #​4532
    • Use type alias instead of interface for AxiosPromise #​4505
    • Fix some word spelling and lint style in code comments #​4500
    • Edited readme with 3 updated browser icons of Chrome, FireFox and Safari #​4414
    • Bump follow-redirects from 1.14.9 to 1.15.0 #​4673
    • Fixing http tests to avoid hanging when assertions fail #​4435
    • Fix TS definition for AxiosRequestTransformer #​4201
    • Fix grammatical issues in README #​4232
    • Fixing instance.defaults.headers type #​4557
    • Fixed race condition on immediate requests cancellation #​4261
    • Fixing Z_BUF_ERROR when no content #​4701
    • Fixing proxy beforeRedirect regression #​4708
    • Fixed AxiosError status code type #​4717
    • Fixed AxiosError stack capturing #​4718
    • Fixing AxiosRequestHeaders typings #​4334
    • Fixed max body length defaults #​4731
    • Fixed toFormData Blob issue on node>v17 #​4728
    • Bump grunt from 1.5.2 to 1.5.3 #​4743
    • Fixing content-type header repeated #​4745
    • Fixed timeout error message for http 4738
    • Request ignores false, 0 and empty string as body values #​4785
    • Added back missing minified builds #​4805
    • Fixed a type error #​4815
    • Fixed a regression bug with unsubscribing from cancel token; #​4819
    • Remove repeated compression algorithm #​4820
    • The error of calling extend to pass parameters #​4857
    • SerializerOptions.indexes allows boolean | null | undefined #​4862
    • Require interceptors to return values #​4874
    • Removed unused imports #​4949
    • Allow null indexes on formSerializer and paramsSerializer #​4960
    Chores
    • Set permissions for GitHub actions #​4765
    • Included githubactions in the dependabot config #​4770
    • Included dependency review #​4771
    • Update security.md #​4784
    • Remove unnecessary spaces #​4854
    • Simplify the import path of AxiosError #​4875
    • Fix Gitpod dead link #​4941
    • Enable syntax highlighting for a code block #​4970
    • Using Logo Axios in Readme.md #​4993
    • Fix markup for note in README #​4825
    • Fix typo and formatting, add colons #​4853
    • Fix typo in readme #​4942
    Security
    Contributors to this release

    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency @trivago/prettier-plugin-sort-imports to v3.3.0

    Update dependency @trivago/prettier-plugin-sort-imports to v3.3.0

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @trivago/prettier-plugin-sort-imports | 3.2.0 -> 3.3.0 | age | adoption | passing | confidence |


    Release Notes

    trivago/prettier-plugin-sort-imports

    v3.3.0

    Compare Source

    Chores

    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update TriPSs/conventional-changelog-action action to v3.15.0

    Update TriPSs/conventional-changelog-action action to v3.15.0

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | TriPSs/conventional-changelog-action | action | minor | v3.13.0 -> v3.15.0 |


    Release Notes

    TriPSs/conventional-changelog-action

    v3.15.0

    Compare Source

    Features

    v3.14.1

    Compare Source

    Bug Fixes
    • Add global unhandledRejection handler (0600ca1)

    v3.14.0

    Compare Source

    Bug Fixes
    • remove prefix from git-branch parameter (ed8c9f5)
    Features
    • add option to customize the pushed branch (2a7cc0e)

    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update commitlint monorepo to v17.1.2

    Update commitlint monorepo to v17.1.2

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @commitlint/cli (source) | 17.0.2 -> 17.1.2 | age | adoption | passing | confidence | | commitlint (source) | 17.0.2 -> 17.1.2 | age | adoption | passing | confidence |


    Release Notes

    conventional-changelog/commitlint (@​commitlint/cli)

    v17.1.2

    Compare Source

    Note: Version bump only for package @​commitlint/cli

    v17.1.1

    Compare Source

    Note: Version bump only for package @​commitlint/cli

    v17.1.0

    Compare Source

    Features

    17.0.3 (2022-06-25)

    Note: Version bump only for package @​commitlint/cli

    17.0.2 (2022-06-01)

    Note: Version bump only for package @​commitlint/cli

    17.0.1 (2022-05-25)

    Bug Fixes

    v17.0.3

    Compare Source

    Note: Version bump only for package @​commitlint/cli

    conventional-changelog/commitlint (commitlint)

    v17.1.2

    Compare Source

    Note: Version bump only for package commitlint

    v17.1.1

    Compare Source

    Note: Version bump only for package commitlint

    v17.1.0

    Compare Source

    Note: Version bump only for package commitlint

    17.0.3 (2022-06-25)

    Note: Version bump only for package commitlint

    17.0.2 (2022-06-01)

    Note: Version bump only for package commitlint

    17.0.1 (2022-05-25)

    Note: Version bump only for package commitlint

    v17.0.3

    Compare Source

    Note: Version bump only for package commitlint


    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about these updates again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency prettier to v2.7.1

    Update dependency prettier to v2.7.1

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | prettier (source) | 2.6.2 -> 2.7.1 | age | adoption | passing | confidence |


    Release Notes

    prettier/prettier

    v2.7.1

    Compare Source

    diff

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

    v2.7.0

    Compare Source

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


    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
Releases(v1.1.0)
Owner
Avneesh Agarwal
A full-stack web developer, designer, content creator, opensource enthusiast and student 🤓
Avneesh Agarwal
thirdweb.com and the thirdweb dashboard

thirdweb.com This repo contains the full source for all of thirdweb.com and the thirdweb dashboard. Building Install dependencies We use yarn. yarn in

thirdweb 91 Dec 15, 2022
made a game of life because i can't stop myself from writing code?

?? Life I was reading something today that mentioned Conway's Game of Life. I remember making a rudimentary version for my terminal with Python when I

Jason Florentino 2 Nov 21, 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 prototype snap for injecting gas fee prices into a confirmation window that also serves as the basis for a 5-minute Snaps tutorial

@Montoya/gas-fee-snap A simple Snap example based on @MetaMask/template-snap. Read below for a tutorial! Prerequisites Before you begin, make sure you

Christian Montoya 18 Dec 8, 2022
A-Frame components for smooth locomotion and snap turning

A-Frame locomotion A collection of A-Frame components, systems and primitives that enable all sorts of locomotion in VR. It't built to be modular, fle

Noeri Huisman 18 Sep 1, 2022
Quickly integrate face, hand, and/or pose tracking to your frontend projects in a snap ✨👌

⚠️ IMPORTANT UPDATE: July 13th, 2022 Hi, this is Oz Ramos and I wanted to quickly explain what happened to this project and what I plan to do moving f

Oz 43 Jan 3, 2023
Small js library to animate some writing effect through a list of strings. It also supports settings for typo errors, to make it more human likely.

Write and Delete Small js library to animate some writing effect through a list of strings. It also supports settings for typo errors, to make it more

fabs 2 Nov 15, 2022
DAO boilerplate generator. Powered by buildspace x thirdweb.

Kingdom Create DAO boilerplate generator made by the Buildspace community. ➜ npx kingdom-create my-dao ⌛ Downloading files ... ⌛ Installing dependenc

Kingdom 6 Mar 13, 2022
This Project is made with HTML5, CSS3, ReactJS, Axios, MetaMask, thirdweb, Rinkeby Test Network, Web 3.0 Technologies, and OpenSea API.

Abstract Collections This Project is made with HTML5, CSS3, ReactJS, Axios, MetaMask, thirdweb, Rinkeby Test Network, Web 3.0 Technologies, and OpenSe

Shobhit Gupta 34 Jan 4, 2023
An example of an NFT Gated Website for thirdweb's NFT Gated Website Guide

NFT Gated Website "One of the more dynamic use cases for NFTs is using them as a membership pass to the NFT holders. Let’s assume you want to create a

thirdweb examples 80 Jan 3, 2023
Reward your community using NFTs and thirdweb's signature based minting.

Community Rewards Example Introduction In this guide, we will utilize signature-based minting of NFTs as a mechanism to reward users of a specific com

thirdweb examples 18 Jan 2, 2023
Create your own custom NFT minting page using thirdweb's NFT Drop contract

Customizable NFT Drop Minting Page In this example, you can create your own NFT Drop minting page just by customising the template with your branding,

thirdweb examples 59 Dec 24, 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
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 of code 106.1k Dec 28, 2022
🌹 Your one stop place for moderation and more.

Azalea Azalea is a advanced moderation bot used. This repo includes, the discord bot: Moderation, server stats, welcome & leave, reaction roles, auto

Saige 2 Sep 13, 2022
Dev Care - One stop solution to take care of your health as developers

Dev Care: One stop solution to take care of your health as developers ??‍?? One-stop solution to take care of your health as developers. Dev Care will

null 44 Dec 13, 2022
One-stop Go+ programming language environment manager

InGop (Go+ language) One-stop Go+ programming language environment manager How do I learn the Go+ programming language quickly? Start with installatio

uiuing 15 Nov 21, 2022