forked from MetaMask/metamask-docs
-
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
Bump postcss from 8.4.25 to 8.4.31 #2
Open
dependabot
wants to merge
62
commits into
main
Choose a base branch
from
dependabot/npm_and_yarn/postcss-8.4.31
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Update snaps examples linked from docs to replace some outdated examples with newer examples maintained by our team
* Improve snaps permissions doc * address reviewer feedback
* Separate concepts out from reference * Doc Ethereum API tag * fix links * Address reviewer feedback * Update sdk concepts * reviewer feedback
* feat: document how to work with third-party snaps * fix: remove "only usable by websites" for wallet_invokeSnap * Update work-with-existing-snaps.md WIP: Rewrite with TO DO's * Update work-with-existing-snaps.md Fix links * Complete TODOs, providing examples of requestSnaps responses * Fix broken links * fix typo * edit content * Update snaps/how-to/work-with-existing-snaps.md Using quotation marks for strings in JSON Co-authored-by: Maarten Zuidhoorn <[email protected]> --------- Co-authored-by: Christian Montoya <[email protected]> Co-authored-by: Alexandra Tran <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]>
Explicitly call out that coin type 60 is blocked
…ask#894) * Update manage-keys.md Correct multiple mistakes in these links and add one more link * Update manage-keys.md Add newline
* Update snaps publishing documentation - fixes MetaMask#643 1. Clarify the requirements for the icon 2. Call out that only the snap package should be published when using the template. 3. Mention how to use the Simulator to test it. * Update develop-a-snap.md Clarify all surfaces for snap icon
* Ethereum provider clarification - fixes MetaMask#882 Clarifies what you can and cannot do with the ethereum provider in Snaps with the addition of a note section * Specify that window.ethereum is for dapps * Update rpc-api.md Better explain how to connect to Ethereum accounts * Update permissions.md Slightly better language
* Document the eth_accounts permission for snaps * fix broken link * fix how to revoke snap's accounts permissions * Update permissions.md Correct indentation for eth_accounts header * edit and add context --------- Co-authored-by: Christian Montoya <[email protected]> Co-authored-by: Alexandra Tran <[email protected]>
* Correct return values for prompt dialog * Update rpc-api.md * Update snaps/reference/rpc-api.md --------- Co-authored-by: Alexandra Tran Carrillo <[email protected]>
* Update install-snaps.md Better explain difference between stable and Flask. * Update snaps/get-started/install-snaps.md Co-authored-by: Alexandra Tran Carrillo <[email protected]> --------- Co-authored-by: Alexandra Tran Carrillo <[email protected]>
* More explicit, developer specific onboarding * Better developer onboarding Clear up a lot of misconceptions - Explicit onboarding flow for MetaMask Flask and purpose of it - Where the snap runs from when running locally - Outdate example code updated - Call out Snaps Exports - More details about publishing to npm - Simplified distribution information - Link to eth_accounts documentation * Correct errors in tutorials * Update snaps/index.mdx Co-authored-by: Maarten Zuidhoorn <[email protected]> * Update index.mdx --------- Co-authored-by: Maarten Zuidhoorn <[email protected]>
* Better example of proposedName proposedName in snap.manifest.json is supposed to be a human-readable name also, Snap can be capitalized here * Recommend ts instead of js Our template now uses TypeScript by default so we should match that * Do not call out that the SVG file is optional It looks really bad when a Snap does not have an icon, so we should encourage developers to always have it * More examples of proposedName Better explain the difference between proposedName and package name. They are distinct. * Replace deprecated wallet_enable example wallet_requestSnaps is the right method to use here * Simplify connect example Also use a more standard variable name for the response from the snap invocation * Align proposedName with manifest file example * Double quotation marks for consistency * Avoid confusing use of "it" with multiple subjects * Update config example to ts Also remove the browserify instructions (to be rewritten for webpack later) and add a note about bundling with the template.
* Doc how to add network and request permissions * fix page ordering * address reviewer feedback
* Clarify API concepts * delete old file * minor link fixes * remove web3
* Replace Ganache with Hardhat * minor fix * address reviewer feedback * address reviewer feedback
* Document Android SDK * wording * Updates
* updates AndroidSDK version * sets `hilt_version` as ext constant * changes the single '...' to double ''..." wherever we reference 'hilt_version' * Update wallet/how-to/connect/set-up-sdk/mobile/android.md --------- Co-authored-by: Alexandra Tran Carrillo <[email protected]>
* Add Unity contract interaction docs * link fixes * Truffle -> Hardhat * minor fixes * address reviewer feedback
* Document React SDK packages * minor fix * Update wallet/how-to/connect/set-up-sdk/javascript/react/react-ui.md Co-authored-by: Byron Gravenorst <[email protected]> --------- Co-authored-by: Byron Gravenorst <[email protected]>
* Test typedoc + git submodule setup * checkout submodules in github actions * update lavamoat config to allow postinstall * Add snaps keyring api documentation * update keyring api docs * Complete basic Keyring API docs * update prettier * update submodules for build/lint * ignore external in eslint * Keyring doc rearrangement (MetaMask#907) * remove 4337 mentions, add flask mention * update typedoc plugin to @next version provides better formatting for type aliases * Remove mention of 4337 in accounts-ui image * fix broken links * fix more broken links * fix linting * edit md content and images * remove extra submodule * feat: add KeyringSnapRpcClient documentation (MetaMask#917) * feat: add KeyringSnapRpcClient documentation * fix: add `KeyringSnapRpcClient` reference links * edit content --------- Co-authored-by: Alexandra Tran <[email protected]> --------- Co-authored-by: Harpal Jadeja <[email protected]> Co-authored-by: Alexandra Tran <[email protected]>
* Minor nav updates * comma fix
This reverts commit 2652324.
* Update Keyring Snap diagrams * fix index file path * reviewer suggestion
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.25 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.25...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Preview published: dependabot/npm_and_yarn/postcss-8.4.31 |
* Add GetFeedback widget * yarn install * use double quotes
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.30 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.30...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update Android SDK ViewModel docs * minor edits * remove "first"
* Add snap_getLocale documentation * Add icon for Localization feature * Create package-lock.json * Update package-lock.json * Update src/theme/DocSidebarItem/index.module.css Co-authored-by: Maarten Zuidhoorn <[email protected]> * Rename home icon to locale The icon name should match the feature name, not the DS name * Remove package-lock.json * Update snaps/reference/rpc-api.md Co-authored-by: Alexandra Tran Carrillo <[email protected]> --------- Co-authored-by: Christian Montoya <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]> Co-authored-by: Alexandra Tran Carrillo <[email protected]>
* Document JS SDK options and read-only calls * minor edits * minor edits * reviewer feedback (awaiting sub-option descriptions) * clarify info and add note to JS SDK pages * fix links * remove logging and storage options * remove UI option examples
small typo in ERC721
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. - [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md) - [Commits](browserify/browserify-sign@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: browserify-sign dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update access-provider.md changed "The account" to "The accounts" * Update wallet/how-to/access-provider.md --------- Co-authored-by: Alexandra Tran Carrillo <[email protected]>
updated phrasing.
* Minor fixes to mobile SDK pages * update ios version * reviewer suggestions
* Add Usabilla feedback script Added a file for custom js that can be added into all generated pages. * Update docusaurus.config.js Co-authored-by: Zachary Belford <[email protected]> * Exclude custom js script file from linting The custom scripts will typically be provided by third parties in a condensed format that doesn't need to be as structured or readable. * Potential fix for custom-script in preview builds Try removing extra '/' that's showing up in the preview URL for the custom-script.js * Try resolve function for preview URL on feedback script the require.resolve function appears to work for preview reference to the custom css. Checking if we can use it for the custom-script.js as well. * Revert "Try resolve function for preview URL on feedback script" This reverts commit 7d697c1. * Reverted to a version that works locally * Update to version that works locally * Fix local build with Zach's suggestion * Remove '/' for preview path * Update docusaurus.config.js * Update docusaurus.config.js * Update docusaurus.config.js * eslint ignore --------- Co-authored-by: Zachary Belford <[email protected]> Co-authored-by: Alexandra Tran <[email protected]>
* Document Web3-Onboard integration * update card links * fix numbering * minor edits
…-local-state.md (MetaMask#984) Rephrased a sentence to improve readability. "You can switch between these two states by enabling or disabling the MetaMask extension through your browser's Manage Extensions menu."
* Add image component Also modify Markdown section and add a section on Emoji * Apply suggestions from code review * Clarify image component Really important detail, the image component only takes inline SVG and does not support remote URLs. * Clarify image component further Important to include that interactivity is not allowed --------- Co-authored-by: Alexandra Tran Carrillo <[email protected]>
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 postcss from 8.4.25 to 8.4.31.
Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
90208de
Release 8.4.31 version58cc860
Fix carrier return parsing4fff8e4
Improve pnpm test outputcd43ed1
Update dependenciescaa916b
Update dependencies8972f76
Typo11a5286
Typo45c5501
Release 8.4.30 versionbc3c341
Update linterb2be58a
Merge pull request #1881 from romainmenke/improve-sourcemap-performance--phil...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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)You can disable automated security fix PRs for this repo from the Security Alerts page.