forked from solana-labs/governance-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Closed
dependabot
wants to merge
1
commit into
main
from
dependabot/npm_and_yarn/typescript-eslint/parser-5.33.1
Closed
npm: bump @typescript-eslint/parser from 5.18.0 to 5.33.1 #4
dependabot
wants to merge
1
commit into
main
from
dependabot/npm_and_yarn/typescript-eslint/parser-5.33.1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
bot
added
the
dependencies
Pull requests that update a dependency file
label
Aug 15, 2022
Superseded by #9. |
dependabot
bot
deleted the
dependabot/npm_and_yarn/typescript-eslint/parser-5.33.1
branch
August 23, 2022 05:23
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps @typescript-eslint/parser from 5.18.0 to 5.33.1.
Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
a767224
chore: publish v5.33.1399b3b1
chore: publish v5.33.017dcf27
chore: publish v5.32.03983d84
chore: publish v5.31.07ea14ae
chore(website): streamlined Getting Started docs (#5248)557ce04
chore: publish v5.30.74ba9bdb
fix: expose types supporting old versions of typescript (#5339)6fd476c
chore: publish v5.30.6ea3ee8e
chore: publish v5.30.511c821d
chore: publish v5.30.4Dependabot 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)