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

Bump postcss from 8.4.25 to 8.4.31 #2

Open
wants to merge 62 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 7, 2023

Bumps postcss from 8.4.25 to 8.4.31.

Release notes

Sourced from postcss's releases.

8.4.31

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.
Changelog

Sourced from postcss's changelog.

8.4.31

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.
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 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.

Montoya and others added 30 commits August 10, 2023 10:46
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 <maarten@zuidhoorn.com>

---------

Co-authored-by: Christian Montoya <christian.montoya@consensys.net>
Co-authored-by: Alexandra Tran <alexandratran@protonmail.com>
Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
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 <christian.montoya@consensys.net>
Co-authored-by: Alexandra Tran <alexandratran@protonmail.com>
* Correct return values for prompt dialog

* Update rpc-api.md

* Update snaps/reference/rpc-api.md

---------

Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com>
* Update install-snaps.md

Better explain difference between stable and Flask.

* Update snaps/get-started/install-snaps.md

Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com>

---------

Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com>
* 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 <maarten@zuidhoorn.com>

* Update index.mdx

---------

Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
* 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 <12214231+alexandratran@users.noreply.github.com>
* 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 <50852695+bgravenorst@users.noreply.github.com>

---------

Co-authored-by: Byron Gravenorst <50852695+bgravenorst@users.noreply.github.com>
* 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 <alexandratran@protonmail.com>

---------

Co-authored-by: Harpal Jadeja <jadejaharpal14@gmail.com>
Co-authored-by: Alexandra Tran <alexandratran@protonmail.com>
* Minor nav updates

* comma fix
alexandratran and others added 5 commits October 4, 2023 17:48
* 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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2023
@vercel
Copy link

vercel bot commented Oct 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ei-ps-23fd ❌ Failed (Inspect) Nov 11, 2023 3:41pm

@github-actions
Copy link

github-actions bot commented Oct 7, 2023

Preview published: dependabot/npm_and_yarn/postcss-8.4.31

ziad-saab and others added 20 commits October 9, 2023 14:01
* 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] <support@github.com>
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 <maarten@zuidhoorn.com>

* 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 <12214231+alexandratran@users.noreply.github.com>

---------

Co-authored-by: Christian Montoya <christian.montoya@consensys.net>
Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com>
* 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] <support@github.com>
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 <12214231+alexandratran@users.noreply.github.com>
* 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 <belfordz66@gmail.com>

* 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 <belfordz66@gmail.com>
Co-authored-by: Alexandra Tran <alexandratran@protonmail.com>
* 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 <12214231+alexandratran@users.noreply.github.com>
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.