Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm: bump @typescript-eslint/parser from 5.18.0 to 5.33.1 #4

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 15, 2022

Bumps @typescript-eslint/parser from 5.18.0 to 5.33.1.

Release notes

Sourced from @​typescript-eslint/parser's releases.

v5.33.1

5.33.1 (2022-08-15)

Bug Fixes

  • missing placeholders in violation messages for no-unnecessary-type-constraint and no-unsafe-argument (and enable eslint-plugin/recommended rules internally) (#5453) (d023910)

v5.33.0

5.33.0 (2022-08-08)

Bug Fixes

  • eslint-plugin: [no-extra-parens] handle await with type assertion (#5428) (e03826f)
  • website: add explicit frontmatter description to rule docs (#5429) (63cba5f)

Features

  • eslint-plugin: [member-ordering] support static blocks (#5417) (5983e5a)
  • eslint-plugin: [prefer-as-const] adds support for class properties (#5413) (d2394f8)

v5.32.0

5.32.0 (2022-08-01)

Features

  • eslint-plugin: [no-use-before-define] add "allowNamedExports" option (#5397) (ad412cd)

v5.31.0

5.31.0 (2022-07-25)

Bug Fixes

  • eslint-plugin: [typedef] Support nested array destructuring with type annotation (#5311) (6d19efe)
  • scope-manager: handle typeParameters of TSInstantiationExpression (#5355) (2595ccf)

Features

  • eslint-plugin: [consistent-generic-ctors] check class field declaration (#5288) (48f996e)
  • eslint-plugin: [prefer-nullish-coalescing] add ignoreTernaryTests option (#4965) (f82727f)

v5.30.7

5.30.7 (2022-07-18)

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

5.33.1 (2022-08-15)

Note: Version bump only for package @​typescript-eslint/parser

5.33.0 (2022-08-08)

Note: Version bump only for package @​typescript-eslint/parser

5.32.0 (2022-08-01)

Note: Version bump only for package @​typescript-eslint/parser

5.31.0 (2022-07-25)

Note: Version bump only for package @​typescript-eslint/parser

5.30.7 (2022-07-18)

Bug Fixes

  • expose types supporting old versions of typescript (#5339) (4ba9bdb)

5.30.6 (2022-07-11)

Note: Version bump only for package @​typescript-eslint/parser

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

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.18.0 to 5.33.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.33.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 15, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 23, 2022

Superseded by #9.

@dependabot dependabot bot closed this Aug 23, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript-eslint/parser-5.33.1 branch August 23, 2022 05:23
nramadas pushed a commit that referenced this pull request Aug 31, 2022
nramadas pushed a commit that referenced this pull request Sep 1, 2022
* Fix/verif (#4)

* fix

* fixes

* hotfix (#5)

* update general pool package
nramadas pushed a commit that referenced this pull request Sep 9, 2022
* Fix/verif (#4)

* fix

* fixes

* hotfix (#5)

* update general pool package

* fixes (#6)
nramadas added a commit that referenced this pull request Oct 25, 2022
* Start using new fonts

* Adjust dark theme primary color, use heading font for buttons

* Use new logo for Navbar, make responsive for mobile

* Fix navbar to look good across view-ports

* Add Realms favicon and set page title to "Realms"

* Polish styling with Dan

* Lighten up h3,h4 and Tabs a tags

* Make MembersTab items look like AccountTab items

* Update colors and font weights

* Change font back to Inter

* Bring back bold to buttons (load normal and bold font weights)

* Use images for logo and logotype

* Update colors and font weights

* Create NewRealmWizard and pages in realms/new/*

* Update helpers and remove unncessary tailwind configurations

* Update header with new logo, add new background image, disable light mode

* Start building form nav buttons

* Add CSS for form nav buttons, slider, and form step indicator

* Fix InviteAddress "delete" button

* add createGovTokenRealm hook

* Add treasury by default, auto join NFT DAO

* Update the 'reals/new' page

* Set environment variable for enabling/disabling theme switcher

* Make sure DAO params use MAX_TOKENS_TO_DISABLE when formatting value

* Fix ConnectWalletButton devnet switch

* Force wallet to be connected when going through form flow

* Get community token mint info and show/hide authority transfer radio

* Allow users to specify a council token address

* Dry up the CommunityTokenDetailsForm

* Dry up YesVotePercentageForm

* Fix RealmWizard

* Remove unnecessary FAQ string

* Cleanup FormSummary

* Use InputRangeSlider component in AddNFTCollectionForm

* Dry up NFT data collection

* Make sure NFT collection preview wraps on tablet / mobile

* * Make modal for selecting nft collection from wallet
* Use latest version of headlessui Dialog for modals

* Simplify data for AddNFTCollectionForm

* Refactor how we prepare realms

* Clean up FormSummary

* Dry up prepareRealmCreation

* Use prepareRealmCreation in createNFTRealm

* Refactor multisig wallet creation to use prepareRealmCreation

* Stop using query params for tracking current step

* Rename gov-token to tokenized

* Guard rail minCommunityTokensToCreateProposal calculation

* Fix broken link

* Bring back extended typography

* Fix sizing on NFTCollectionModal

* Close button on NFTCollectionModal should not select collection

* change the Create New Realm page backround

* Add "clear" button to AddNFTCollectionForm

* Make sure AdvancedOptionsDropdown is just a button

* Polish up to new page.

* Hide DAO description; make Input backgrounds always visible

* Update form status bar in header
* start making text for Multisig wallet more consistent
* give steps more space between header and fields

* Clean up AddNFTCollectionForm

* Clean up InputRangeSlider

* Feed the linter

* Create new Radio Buttons

* Fix typo in Form Header

* update arrow icons

* Rework AdvancedOptionsDropdown

* Update ThresholdAdviceBox

* Hide Footer when in new realms wizard

* Modify the way the invite list looks and works (#3)

* Add margin to InviteMembersForm field

* Adjust FormFooter buttons:
  * have cta text
  * display loading state

* Update FormSummary

* Update font/font size of TokenInfoTable

* Make FormHeader content consistently capitalized

* RadioButton text should be left-aligned on mobile

* Feed linter

* Fix outline issue with NavButton and AdvancedOptionsDropdown
* make sure buttons ease between visual states

* Make FormSummary mobile friendly

* Remvoe localStorage caching and show "me" on InviteMembersForm (#4)

* Remove "loadingStart" and "loadingEnd" state from NewButton

* refactor RadioButton

* Add link to explain what a certified collection is

* Fix range slider transparent border to render on mobile

* Edit copy for "Multi-Signature Wallet"

* Use Grey token icon instead of gradient

* Move nav buttons to bottom

* Adjust navbar

* Address Emon issues pt. 1

* Change text in Form Summary and add commas to NFT

* Fix Form Summary pt 2

* Update FormSummary pt 4

* Show Transfer mint authority radio

* * Show tokenInfo table IFF token has a proper name
* Change "Transfer mint authority" description based on context
* make minimumNumberOfCommunityTokensToGovern required

* Fix issues with the invite members form (#5)

* Use "wallet" instead of "DAO" in multisig wizard

* RadioButton should have proper disabled styling

* Properly wire up formData

* Rename "Tokenized DAO" => "Community Token DAO"

* Hide council "approval threshold" from FormSummary

* Make sure new page uses borders and not outlines

* FormSummary will say "(To be generated)" when you do not have an existing token

* Do not pad-left AdvancedOptionsDropdown

* Fix navbar (poorly arranged merge conflicts)

* Use tailwind variables for new page

* Make Wizards light-mode friendly

* Make RadioButton light mode friendly

* Make AddNFTCollectionForm (page, not modal) and InviteMembersForm light mode friendly

* Make rest of wizard light mode friendly

* Adjust input for new background colors

* Use the proper collectionKey when adding an NFT from input

* Make collectionInput handle blur and errors

* Fix nav button position

* Fix issue where "transferCouncilMintAuthority" appeared early

* Make NFT pulral  when != 1

* Feed linter

* Bring back normal font thickness

* Add proper page titles

* Show "min tokens to govern" IFF token supply > 0

* Fix page titles

* Use the right class for Program ID on FormSummary

* Force user to add council when they do not have a community token

* Adjust copy and add punctuation back to page titles

* Update logic for forcing a council

* make sure pasting in collectionInput field leaves a value

* use existingCommunityMintPk to determine communityMintDecimals

* Update copy and hide "transferMintAuthority" cells from FormSummary when n/a

* Turn off autoComplete by default

* Add AdviceBox to AddCouncilForm

* Update disabled state of radio buttons

* Handle invite members corner case (#6)

* Adjust RadioButton disable state (again)

* Create a FieldMessage component for display error states not just for Input

* Create HOC for TokenInput which uses address input to:
 * determins whether mint authority can be transferred
 * get mint suppply, and suggest min tokens to manage DAO

* Have AddCouncilForm use the TokenInput component.
* Remove unnecessary TokenAddressInput

* Use collection count to make sure we don't force a council

* NFT DAO creators should auto-join the dao

* Allow user to proceed with NFT collection even when unverified.

* Remove image placeholder squares in NFTCollectionSelector

* Adjust SecondaryButton styling to have better contrast

Co-authored-by: Jonathan <jonathan3692bf@users.noreply.github.com>
Co-authored-by: Niranjan Ramadas <mail@niranjan.me>
nramadas pushed a commit that referenced this pull request Dec 6, 2022
* Feature/did proposals (#4)

Add DID instruction proposals, allowing DAOs to add and remove keys from DIDs that they have ownership of.

* Add proposals to add and remove services on a DID

* Renamed and moved identity proposals to maintain alphabetical order
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants