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 json5 from 2.2.1 to 2.2.3 in /examples/with-vite-react #1443

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2023

Bumps json5 from 2.2.1 to 2.2.3.

Release notes

Sourced from json5's releases.

v2.2.3

  • Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (#299)

v2.2.2

  • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).
Changelog

Sourced from json5's changelog.

v2.2.3 [code, diff]

  • Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (#299)

v2.2.2 [code, diff]

  • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).
Commits
  • c3a7524 2.2.3
  • 94fd06d docs: update CHANGELOG for v2.2.3
  • 3b8cebf docs(security): use GitHub security advisories
  • f0fd9e1 docs: publish a security policy
  • 6a91a05 docs(template): bug -> bug report
  • 14f8cb1 2.2.2
  • 10cc7ca docs: update CHANGELOG for v2.2.2
  • 7774c10 fix: add proto to objects and arrays
  • edde30a Readme: slight tweak to intro
  • 97286f8 Improve example in readme
  • Additional commits viewable in compare view

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.

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  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 Jan 4, 2023
@vercel
Copy link

vercel bot commented Jan 4, 2023

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

Name Status Preview Updated
web3-onboard-docs ❌ Failed (Inspect) Jan 4, 2023 at 4:44PM (UTC)

Copy link
Member

@Adamj1232 Adamj1232 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work robot

@Adamj1232 Adamj1232 merged commit d9398ef into v2-web3-onboard-develop Jan 10, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/examples/with-vite-react/json5-2.2.3 branch January 10, 2023 18:45
Adamj1232 added a commit that referenced this pull request Jan 10, 2023
* feature: add Phantom to web3-onboard (#1372)

* feat: add Phantom injected provider
* feat: add phantom package
* chore: bump injected version number
* Bump version after merging in develop
* Align phantom pkg versions
* Add build steps for phantom
* Update readme and fix spelling errors
* Update Phantom package, update injected namespace within phantom injected-wallets
* Fix conflicts, add note to readme, yarn-it
* Create provider properly, remove conditional chaining for build across oldercompilers
* Add check for ethereum prop within phantom provider
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Fix for gamestop chain recognition (#1441)

* Add Unstoppable Domains Reverse Resolution (#1410)

* added UD resolution dependency

pinned to the same version uauth uses to avoid increasing package size

* renames shortenEns to domain agnostic

* added uns reverse resolution

* removed excess console log

* Bump core version and add alpha tag, but react and vuew versions, prettier and err checking

* Fix demo

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Add Ledger Connect Kit support (#1439)

* Add Ledger Connect Kit support

Replaces the old USB connection aproach with the new Connect Kit.

The Ledger Connect Kit loader gets the latest Connect Kit minor version
from a CDN at runtime so that Ledger can release updates without waiting
for wallet libraries or DApps to explicitly update packages and deploy
new versions.

Depending on the user's platform, Connect Kit's UI will guide them to
install the Ledger Connect extension in case it is supported, or present
the required details to connect to Ledger Live through WalletConnect.

* Prettier and version bumps

* Do not support switching chains from DApp on Ledger connector

* Add modal prompt for handling switchEthereumChain to switch chain in  the wallet app

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Updated versioning for release and added new checklist to PR description

* FEATURE: Add Zeal Wallet Package (#1435)

* Add support for Zeal injected wallet

* Add Zeal SDK module

* Fix provider type

* Add more info and dev contact details to README.md

* Apply suggestions related to version and dependencies

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* fix demo for signing typed and sending transaction

* Bump injected package version

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump json5 from 2.2.1 to 2.2.3 in /examples/with-vite-react (#1443)

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump json5 from 1.0.1 to 1.0.2 in /examples/with-ledger (#1444)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump json5 from 1.0.1 to 1.0.2 in /examples/with-nextjs (#1445)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump json5 from 2.2.1 to 2.2.3 (#1442)

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Brian Friel <briandfriel@gmail.com>
Co-authored-by: Vincent Shadbolt <vince.shadbolt@gmail.com>
Co-authored-by: Hugo Lopes <106091551+hlopes-ledger@users.noreply.github.com>
Co-authored-by: resetko-zeal <112621289+resetko-zeal@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Adamj1232 added a commit that referenced this pull request Jan 20, 2023
* feature: add Phantom to web3-onboard (#1372)

* feat: add Phantom injected provider
* feat: add phantom package
* chore: bump injected version number
* Bump version after merging in develop
* Align phantom pkg versions
* Add build steps for phantom
* Update readme and fix spelling errors
* Update Phantom package, update injected namespace within phantom injected-wallets
* Fix conflicts, add note to readme, yarn-it
* Create provider properly, remove conditional chaining for build across oldercompilers
* Add check for ethereum prop within phantom provider
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Fix for gamestop chain recognition (#1441)

* Add Unstoppable Domains Reverse Resolution (#1410)

* added UD resolution dependency

pinned to the same version uauth uses to avoid increasing package size

* renames shortenEns to domain agnostic

* added uns reverse resolution

* removed excess console log

* Bump core version and add alpha tag, but react and vuew versions, prettier and err checking

* Fix demo

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Add Ledger Connect Kit support (#1439)

* Add Ledger Connect Kit support

Replaces the old USB connection aproach with the new Connect Kit.

The Ledger Connect Kit loader gets the latest Connect Kit minor version
from a CDN at runtime so that Ledger can release updates without waiting
for wallet libraries or DApps to explicitly update packages and deploy
new versions.

Depending on the user's platform, Connect Kit's UI will guide them to
install the Ledger Connect extension in case it is supported, or present
the required details to connect to Ledger Live through WalletConnect.

* Prettier and version bumps

* Do not support switching chains from DApp on Ledger connector

* Add modal prompt for handling switchEthereumChain to switch chain in  the wallet app

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* FEATURE: Add Zeal Wallet Package (#1435)

* Add support for Zeal injected wallet

* Add Zeal SDK module

* Fix provider type

* Add more info and dev contact details to README.md

* Apply suggestions related to version and dependencies

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* fix demo for signing typed and sending transaction

* Bump injected package version

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump json5 from 2.2.1 to 2.2.3 in /examples/with-vite-react (#1443)

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump json5 from 1.0.1 to 1.0.2 in /examples/with-ledger (#1444)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump json5 from 1.0.1 to 1.0.2 in /examples/with-nextjs (#1445)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump json5 from 2.2.1 to 2.2.3 (#1442)

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updated versioning for release and added new checklist to PR description (#1448)

* [core-v2.13.0-alpha.2, react, vue]: Enhancement - Container el prop for Connect Modal (#1452)

* Container el prop for connect modal

* Update docs and demo code

* Update docs around container element usage

* Updates to handle layout with container el

* Add TS notes to container elements, add command to check-all (yarn build && yarn file-check && yarn-type-check

* Comment out containerElements usage in demo onboard config

* Update ledger docs for new init options (#1457)

* Add docs site code to develop branch (#1460)

* Update route name + formatting

* run yarn format

* add named layout for homepage and apply

* Add packags

* Use builtin navbar

* Fix layout

* remove comment

* add head info for homepage layout

* rename index file to use homepage layout

* remove max-width override

We don't want all pages to have max-width of 100%.

This is only relevant for the home page and this is a reason why we're using different layouts. We want to keep things separate.

* add NavBar import back.

* move low-level components to /base folder and update imports

* remove content-max-width check

We're using two different layouts. We don't need this fix for homepage on the docs layout. Please add homepage relevant changes to the relevant layout.

* import normalize into homepage layout

* add media queries to themes graphic

- rename files
- update import names

* remove height and width attributes from svgs

* add responsive styles for features graphics

- rename svg files+ imports
- hide scroll bars on scroll containers

* add ScrollContainer component

- create new base component
- use ScrollContainer in appropriate sections

* update favicon

* add more props to Flexbox component

* add link urls and use unplugin icons in Footer

* Adds back tabs for installation + fixes fonts

* add wallet connect image + remove examples link

* add kit-docs sidebar to homepage layout

* Create [...3]migration-guide.md

migrated the migration guide

* add slot to TextBlock component

remove placeholder anchor element

* update Button component

- add link + icon styles
- use anchor element
- tweak button style

* update Button usage instances

- add section id

* add hover transitions to social links

* add learn more and view demo links

* remove height and width from svg graphic

* add spacer div

* remove faux code block tabs

* remove Blocknative text from nav

* replace Blocknative nav text

* add local kit-docs theme variables

- override --kd-font-family-sans
- override --kd-color-gray-body

* update layouts

- use local theme variables file
- don't import vars.css or fonts.css
- remove Button import
- update brand color var

* update testimonials section

- add new graphic
- simplify styles

* add getting started markdown guide

* update getting started section

- import md file to access CodeFence features
- use .prose text styling from tailwind
- remove unused css
- remove unused markup

* remove empty spaces from code

* move font-face styles

- move @font-face declarations to fonts.css
- update layout imports

* add line numbers to code fence

* remove old code snippets + add tabs to all packages

* move app.css import to top of files

- This is currently causing conflicts. There are some yet to be resolved issues with our tailwind install. It seems like we're double-importing the Tailwind directives. Once in app.css from us and again in theme.css from kit-docs.

- This is a temp fix

* add max-width styles

- remove tailwind width classes. Not working as expected.

* add github social link to layouts

* move Tabs component to global components folder

- this makes it so they're imported into every single Markdown file
- move components to src/kit-docs
- remove imports from components/index.ts
- remove imports from md files

* tweak Tabs design

* update theming section

- add updated graphic
- add theming-code CodeFence

* update frameworks section

- add install-code CodeFence

* update installation md

- add white space
- remove extra spaces

* add the same nav links on both layouts

* add simple faq page

* update top nav

- add faq links
- add discord links
- add prerender to homepage

* update footer

- add youtube link
- spacing tweaks

* Prepare repo for static deployment + formating

* add last marketing pixel

* remove console log

* add current branch to workflow trigger for testing

* add Global site tag

* update tracking codes

* Create [...4]resources

* added resource links

* updated titles

* added supported networks list

* added init options link

* create faq.md

* added link to supported chains docs

* Re-org/re-name sidebar items

* fixed typo

* intro final draft

* updated title & intro

* core-updates

* Move examples to separate page

* added natively supported wallets

* Add react & svelte connect wallet example

* Fix build error

* Change sidebar title + fix connect wallet example

* modify workflow to allow manual trigger

* update workflow

* update workflow

* update workflow - add back current branch

* change which adapter is used

* update workflow for debugging

* update workflow path to built files

* update workflow path to built files

* remove hubspot embed code

* fix some broken links

* update landing page graphics

- center wallets row on larger screens

* add responsive code for themes graphic

* replace connect wallet image

* change FAQ route

* edit FAQ markdown

- add correct link
- remove old faq.md

* update images for hero section

- update hero-img.svg
- remove unused HeroBackground.svelte file
- small style updates to Button and HeroSection

* update theming section graphics

- add updated wallet-row graphic
- remove unused svg components
- style tweaks to theming section

* update wallets graphic

- add updated wallet-row svg
- update imports
- remove unused components

* fix svgs not displaying correctly in Safari

* update connect modal svg

* update blog link

* link added to faq

* customization file added

* fixed link & formatting

* added hint/info styling and customization

* Update onboard graphics

- fixed typo

* add zapper to users graphics

* remove unused svg

* svg updates

- update powered by badge code
- remove unused svgs

* Documentation - Theming Customizer (#1275)

* Update docs/src/lib/components/HeroSection.svelte

* Update docs/src/routes/docs/[...2]getting-started/[...2]customization.md

* Update docs/src/routes/docs/[...2]getting-started/[...2]customization.md

* change description on homepage

* Bump internal version, add enter submit for ifram url, reset btn closes onboard and resets mapping (#1278)

* remove unused import

* vercel adapter fix

* rename /theming to /theming-tool

* remove theming section for core package md

- reduce having the same info on two places

* update customization page

- rework admonition types.
- reduce the use of 'theming' in language. We don't really support themes. We support customizing some css properties via variables.
- remove fonts and borders section.
- update language to use css custom properties vs variables for clarity.

* update language

* fix unused selector warning

* add type to a favicon link

* add meta tag image

* add SEO components

- add twitter meta tags
- add OpenGraph meta tags
- add SEO index component

* add SEO component to homepage layout

* update favicon url

- it's not rendering correctly live for some reason

* Update branch for gh-pages workflow

* Update branch name for deploy trigger

* update favicon asset path

Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com>

* Feature/uniswap example (#1280)

* Remove broken uniswap widget
* Use vercel adapter when ran in vercel
* Finish up example
* Remove unused deps
* Update formatting
* added explainer text
* Revert faq change
* lock sveltekit version

Co-authored-by: Murat Akdeniz <maa357@cornell.edu>

* added explainer text to injected page

* change title of example page

* add description

* update versioning

* Revert "update versioning"

This reverts commit d6cef07.

* move meta image to assets folder

* Update docs/src/lib/components/SEO/index.svelte

Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com>

* updated docs faq styling

added link to discord
tabbed over faq answers

* Update README.md

replaced initial svelt README with README for contributors

* Update [...2]onboard.js-migration-guide.md

updated links, punctuation and grammar.

* Update docs/README.md

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update docs/README.md

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update README.md

* Update [...2]onboard.js-migration-guide.md

* Rename [...2]onboard.js-migration-guide.md to [...3]onboard.js-migration-guide.md

* creating contribution guide

* added docs contribution guidelines

* minor typo fix

* addressed comments from PR and updated links

* Create [...2]onboard.js-migration-guide.md

* Remove duplicate cmigration guide

* Add changes that were part of duplicate mig guide

* Revert relative path for external

* Update link from expired docs to examples folder

* injected wallets doc fix

* no version bump needed

* Add Search to Docs (#1322)

* Update layout
* Update homepage
* Add algolia packages
* Update index name
* Update search keys
* yarn it

* Remove algolia from layout-homepage

* Update docs/src/routes/__layout-homepage.svelte

* Update docs/src/routes/__layout-homepage.svelte

* Docs Releases - Search and Migration Guide Updates (#1342)

* Update [...2]onboard.js-migration-guide.md

updated links, punctuation and grammar.

* addressed comments from PR and updated links

* Create [...2]onboard.js-migration-guide.md

* Remove duplicate cmigration guide

* Add changes that were part of duplicate mig guide

* Revert relative path for external

* Update link from expired docs to examples folder

* injected wallets doc fix

* no version bump needed

* Add Search to Docs (#1322)

* Update layout
* Update homepage
* Add algolia packages
* Update index name
* Update search keys
* yarn it

* Remove algolia from layout-homepage

Co-authored-by: laurencedelisle <53497147+laurencedelisle@users.noreply.github.com>
Co-authored-by: mhchaudhry3 <mobeen@blocknative.com>

* Update index name

* HotFix - Add Algolia Index (#1343)

* Update [...2]onboard.js-migration-guide.md

updated links, punctuation and grammar.

* addressed comments from PR and updated links

* Create [...2]onboard.js-migration-guide.md

* Remove duplicate cmigration guide

* Add changes that were part of duplicate mig guide

* Revert relative path for external

* Update link from expired docs to examples folder

* injected wallets doc fix

* no version bump needed

* Add Search to Docs (#1322)

* Update layout
* Update homepage
* Add algolia packages
* Update index name
* Update search keys
* yarn it

* Remove algolia from layout-homepage

* Update docs/src/routes/__layout-homepage.svelte

* Update docs/src/routes/__layout-homepage.svelte

* Update index name

Co-authored-by: laurencedelisle <53497147+laurencedelisle@users.noreply.github.com>
Co-authored-by: mhchaudhry3 <mobeen@blocknative.com>

* Docs gas example (#1333)

* site seo content edits

* Docs release (#1350)

* Update [...2]onboard.js-migration-guide.md

updated links, punctuation and grammar.

* addressed comments from PR and updated links

* Create [...2]onboard.js-migration-guide.md

* Remove duplicate cmigration guide

* Add changes that were part of duplicate mig guide

* Revert relative path for external

* Update link from expired docs to examples folder

* injected wallets doc fix

* no version bump needed

* Add Search to Docs (#1322)

* Update layout
* Update homepage
* Add algolia packages
* Update index name
* Update search keys
* yarn it

* Remove algolia from layout-homepage

* Update docs/src/routes/__layout-homepage.svelte

* Update docs/src/routes/__layout-homepage.svelte

* Update index name

* Docs gas example (#1333)

* site seo content edits

Co-authored-by: laurencedelisle <53497147+laurencedelisle@users.noreply.github.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>
Co-authored-by: mhchaudhry3 <mobeen@blocknative.com>

* Update api keys

* API key update - keys have had origins restricted (#1356)

* Update [...2]onboard.js-migration-guide.md

updated links, punctuation and grammar.

* addressed comments from PR and updated links

* Create [...2]onboard.js-migration-guide.md

* Remove duplicate cmigration guide

* Add changes that were part of duplicate mig guide

* Revert relative path for external

* Update link from expired docs to examples folder

* injected wallets doc fix

* no version bump needed

* Add Search to Docs (#1322)

* Update layout
* Update homepage
* Add algolia packages
* Update index name
* Update search keys
* yarn it

* Remove algolia from layout-homepage

* Update docs/src/routes/__layout-homepage.svelte

* Update docs/src/routes/__layout-homepage.svelte

* Update index name

* Docs gas example (#1333)

* site seo content edits

* Update api keys

Co-authored-by: laurencedelisle <53497147+laurencedelisle@users.noreply.github.com>
Co-authored-by: mhchaudhry3 <mobeen@blocknative.com>
Co-authored-by: Gustavo Esquinca <g.esq.ca@gmail.com>

* Add gas unsubscribe on destroy (#1360)

* Re-org side menu + TOS in the footer (#1361)

* Re-org side menu + TOS in the footer

* fix typo

* fix paths

* update path

* re-style footer

Co-authored-by: Gustavo Esquinca <g.esq.ca@gmail.com>

* Add containerEl docs and update quickstart to remove deprecated chains and add new hot chains (#1382)

* Add conatinerEl docs and update quickstart to remove deprecated chains and add new hot chains

* Mark AC containerEl props as deprecated

* Add uauth docs

* Add enkrypt, mew-wallet, dep notice to mew package

* Cleanup

* Fix spelling

* Rename mewWallet md file to allow for proper md reading of mew

* Rename mewWallet md file to allow for proper md reading of mew

* remove common.md page

* Update mewwallet path (#1387)

* Update mew-wallet name

* Update mewwallet path (#1387) (#1388)

* Update mewwallet path (#1387)

* Feature - Add docs for Transaction Preview (#1395)

* Add docs for TransactionPreview

* Rename file with hyphen

* Add linking to api key info

* Add docs for Transaction Preview (#1400)

* Update mewwallet path (#1387)

* Update mew-wallet name

* Feature - Add docs for Transaction Preview (#1395)

* Add docs for TransactionPreview

* Rename file with hyphen

* Add linking to api key info

* Add wallet connect btn to navbar of Docs (#1396)

* Working with the exception of a few wallets

* Checking uauth issue

* Updated uauath wallet usage but still needs joi fix

* Committing with a couple of issues

* Connect example with icon

* Add o2 service for consistency when wallet is connected

* Refactor to simplify

* Add gas to optimizeDeps arr

* Add ga package back into deps

* Update versions to latest

* Everything working except torus

* All packages working, sveltekit config updated, w3o packages updated

* Add more build infor for create react app projects

* Add falsback to webpack config

* Add build env links to wallet modules and build env info to module docs

* Add build info to TP docs

* reorder onboard wallet mods

* Docs Release - Transaction Preview docs, Expanded build env documentation, Connect wallet btn and latest W3O packages (#1417)

* Update mewwallet path (#1387)

* Update mew-wallet name

* Feature - Add docs for Transaction Preview (#1395)

* Add docs for TransactionPreview

* Rename file with hyphen

* Add linking to api key info

* Add wallet connect btn to navbar of Docs (#1396)

* Working with the exception of a few wallets

* Checking uauth issue

* Updated uauath wallet usage but still needs joi fix

* Committing with a couple of issues

* Connect example with icon

* Add o2 service for consistency when wallet is connected

* Refactor to simplify

* Add gas to optimizeDeps arr

* Add ga package back into deps

* Update versions to latest

* Everything working except torus

* All packages working, sveltekit config updated, w3o packages updated

* Add more build infor for create react app projects

* Add falsback to webpack config

* Add build env links to wallet modules and build env info to module docs

* Add build info to TP docs

* reorder onboard wallet mods

* Testing deploy with upped node space

* Removing deploy test on docs-develop as its a protected env

* Increase JS heap to enable build (#1418)

* Update mewwallet path (#1387)

* Update mew-wallet name

* Feature - Add docs for Transaction Preview (#1395)

* Add docs for TransactionPreview

* Rename file with hyphen

* Add linking to api key info

* Add wallet connect btn to navbar of Docs (#1396)

* Working with the exception of a few wallets

* Checking uauth issue

* Updated uauath wallet usage but still needs joi fix

* Committing with a couple of issues

* Connect example with icon

* Add o2 service for consistency when wallet is connected

* Refactor to simplify

* Add gas to optimizeDeps arr

* Add ga package back into deps

* Update versions to latest

* Everything working except torus

* All packages working, sveltekit config updated, w3o packages updated

* Add more build infor for create react app projects

* Add falsback to webpack config

* Add build env links to wallet modules and build env info to module docs

* Add build info to TP docs

* reorder onboard wallet mods

* Testing deploy with upped node space

* Removing deploy test on docs-develop as its a protected env

* Bumnp js heap to 8gb

* Docs - Bump heap size to 8gb (#1419)

* Bumnp js heap to 8gb

* Update build for Torus which is working locally

* Update to svelte.config

* Add node options to yarn build

* Remove development flag from node polyfils within plugins

* add include array to nodePolyfills

* Add torus to include array from optimizeDeps

* Update externals

* More refinement

* Revert external array update

* update docs deps (#1430)

* update docs deps
* remove alpha

* Update new Ledger init options

* Add Zeal wallet

* Add Zeal docs

* Add Phantom docs

* Add link to appMetaData docs within Getting Started -> Installation -  per gh issue

Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com>
Co-authored-by: Gustavo Esquinca <g.esq.ca@gmail.com>
Co-authored-by: Murat Akdeniz <maa357@cornell.edu>
Co-authored-by: Chris Meisl <cmeisl@gmail.com>
Co-authored-by: laurencedelisle <53497147+laurencedelisle@users.noreply.github.com>
Co-authored-by: mhchaudhry3 <mobeen@blocknative.com>

* Feature: Display Unavailable Injected Wallets (#1458)

* Working display all wallets

* Variable name changes

* Filter out undefined wallet modules

* Add examples of how to use new config options

* Refactor filter and map to be a combined reduce

* Add documentation

* Increment versions

* Fix import

* Make it a minor change rather than a bugfix

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update core version in react and vue packages

* Bump package versions

* Increment package versions

* Add documentation to new features to docs site

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump decode-uri-component from 0.2.0 to 0.2.2 in /docs (#1461)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: add zerion wallet (#1436)

* feat: add zerion wallet

* update demo package version

* update package version

* Injected wallets versioning in demo

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump svelte from 3.48.0 to 3.49.0 in /docs (#1462)

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.48.0 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](sveltejs/svelte@v3.48.0...v3.49.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add Frontier Wallet Package (#1454)

* Add Frontier Wallet Package

* frontier wallet sdk added

* logo minor UI update

* feedback updates, added docs file & removed frontier from onboard.js

* Update readme

* Cleanup package.json

* Revert changes for testing locally

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* docs: add a missing agreement to the appMetadata (#1465)

* Fix: Notification autodismiss (#1473)

* Ensure autoDismiss timeout is used on update

* Increment versions

* Remove provider events patch now that hex chainId (#1474)

* Fix for filtering out MetaMask (#1472)

* Update tokenpocket wallet (#1468)

* Unstoppable Domains Reverse Resolution Cleanup (#1476)

* remove rollup commonjs plugin

* Bump core and packages with core as dep

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump versions for release

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Brian Friel <briandfriel@gmail.com>
Co-authored-by: Vincent Shadbolt <vince.shadbolt@gmail.com>
Co-authored-by: Hugo Lopes <106091551+hlopes-ledger@users.noreply.github.com>
Co-authored-by: resetko-zeal <112621289+resetko-zeal@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com>
Co-authored-by: Gustavo Esquinca <g.esq.ca@gmail.com>
Co-authored-by: Murat Akdeniz <maa357@cornell.edu>
Co-authored-by: Chris Meisl <cmeisl@gmail.com>
Co-authored-by: laurencedelisle <53497147+laurencedelisle@users.noreply.github.com>
Co-authored-by: mhchaudhry3 <mobeen@blocknative.com>
Co-authored-by: Aaron <abarnard@protonmail.com>
Co-authored-by: Andrey <zertsalov96@yandex.ru>
Co-authored-by: Punith B M <punith@designstring.com>
Co-authored-by: Nikita Zasimuk <nzasimuk@gmail.com>
Co-authored-by: Tony Chen <31647753@qq.com>
Adamj1232 added a commit that referenced this pull request Jan 20, 2023
* Add sequence package to CI

* Increment versions

* [core-v2.8.5-alpha.1, react-v2.3.5-alpha.1, vue-v2.2.5-alpha.1] : Fix - Handle add new chain canceled by user (#1279)

* Fix bug when user cancels add new chain to wallet, bump versions
* Update packages/core/src/chain.ts
Co-authored-by: Aaron <abarnard@protonmail.com>

* Fix formatting & typecheck for the Add new Chain Canceled bug (#1286)

* Fix formatting and add return type
* Cleanup imports

* Bump versions for fixing joi version (#1290)

* Update notion database ID & project name tag

* fix issue eth_signTypedData_v4 not supported (#1272)

* Update index.ts

* Update packages/walletconnect/src/index.ts

Co-authored-by: Aaron <abarnard@protonmail.com>

* Update package.json

Co-authored-by: Aaron <abarnard@protonmail.com>

* [fix] - MetaMask Connect Flow (#1293)

* Handle case where MM connection in progress

* Increment version

* Update copy

* Add return statement

* Update homepage (#1294)

* Increment versions

* Add Database property

* Fix linting error

* Update lock file

* Sync accounts functionality (#1301)

* Increment versions

* Fix file extension (#1312)

* Release 2.13.1

* fix: Remove overflow property on document element when modal closes (#1310)

* fix: Remove overflow property on document element when modal closes
* Update packages/core/src/views/shared/Modal.svelte
* Update versions
* Bump react and vue packages
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* [core-v2.9.1-alpha.2, react-v2.3.7-alpha.2, vue-v2.2.7-alpha.2, hw-common-v2.0.4-alpha.1, all HW wallet pkgs]: Fix - Mobile scroll issue on modal close (#1317)

* Refactor background scroll logic when connect modal is opened/closed
* Align account select modal with connect modal
* Clean up demo for small screens
* Bump hw-common version
* Bump hw package versions

* [core, react, vue]: Fix - AC Expanded Balance Right Align & Chain ID validation and Error Message (#1324)

* Add alignment to balance row within AC and bump versions

* Handle duplicate chain ID within Chain Validation

* Update docs links to new docs site

* [core, react, vue]: Fix - Account Center container el (#1323)

* Working as expected with styles
* cleanup and props for AC localized to AC index
* mark accountCenter.containerElement as deprecated
* Add documentation around container element usage
* Final cleanup for now
* Update demo
* yarn it
* Remove unused link

* Feature/with vite react (#1329)

* Add working vite example
* Add exclude dep
* minor updates

* Update versions for release

* Add the Bitski extension injected provider (#1327)

* Add the Bitski extension injected provider
* Update packages/injected/package.json
* Bump version in demo package and yarn it
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Add isBitski provider flag (#1332)

* Release 2.14.0 (main) (#1331)

* Fix file extension (#1312)

* fix: Remove overflow property on document element when modal closes (#1310)

* fix: Remove overflow property on document element when modal closes
* Update packages/core/src/views/shared/Modal.svelte
* Update versions
* Bump react and vue packages
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* [core-v2.9.1-alpha.2, react-v2.3.7-alpha.2, vue-v2.2.7-alpha.2, hw-common-v2.0.4-alpha.1, all HW wallet pkgs]: Fix - Mobile scroll issue on modal close (#1317)

* Refactor background scroll logic when connect modal is opened/closed
* Align account select modal with connect modal
* Clean up demo for small screens
* Bump hw-common version
* Bump hw package versions

* [core, react, vue]: Fix - AC Expanded Balance Right Align & Chain ID validation and Error Message (#1324)

* Add alignment to balance row within AC and bump versions

* Handle duplicate chain ID within Chain Validation

* Update docs links to new docs site

* [core, react, vue]: Fix - Account Center container el (#1323)

* Working as expected with styles
* cleanup and props for AC localized to AC index
* mark accountCenter.containerElement as deprecated
* Add documentation around container element usage
* Final cleanup for now
* Update demo
* yarn it
* Remove unused link

* Feature/with vite react (#1329)

* Add working vite example
* Add exclude dep
* minor updates

* Update versions for release

* Add the Bitski extension injected provider (#1327)

* Add the Bitski extension injected provider
* Update packages/injected/package.json
* Bump version in demo package and yarn it
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

Co-authored-by: ustas-eth <82833595+ustas-eth@users.noreply.github.com>
Co-authored-by: Aaron <abarnard@protonmail.com>
Co-authored-by: Usame Algan <5880855+usame-algan@users.noreply.github.com>
Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com>
Co-authored-by: Chris Garrett <me@pzuraq.com>

* [gas-v2.1.4-alpha.1]: Fix - Update gas package to contain main and browser entry points (#1336)

* Update package.json within gas package to contain main and browser entry points

* Add Gnosis docs updates for setting gas within a Gnosis Safe app

* Update react example in hooks readme

* bump versions for release

* Enable new domain at Gnosis package (#1347)

* Sequence package added as part of peerDepencies (#1335)

* sequence-peer-depency

* update sequence connector version

* removed dependency 0xsequence in example

* Update examples/with-vite-react/package.json

* Update examples/with-vite-react/package.json

* Update packages/sequence/package.json

* Update packages/sequence/package.json

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* [walletConnect v2.2.0-alpha.1]: Fix - walletConnect support for wallet_switchEthereumChain method (#1363)

* Working as expected

* Bump version for release

* Cleanup

* Revert demo app changes, bump version for release

* version bump mminor instead of patch

* Refactor

* Bump loader-utils from 2.0.2 to 2.0.3 (#1355)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix css var typo (#1362)

* Fix css var typo

* Bump core in vue and react pckgs

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump socket.io-parser from 3.3.2 to 3.3.3 in /examples/with-vite-react (#1365)

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/3.3.2...3.3.3)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump versions for release

* Bump pckg for release

* fix gnosis versioning

* Add Enkrypt and MEW Wallet DApp browser as SDKs (#1291)

* devop: add enkrypt and mew wallet

* chore: update version

* update packages with necessary changes to fit current W3O patterns(versioning, injected packages changes, routing for docs)

* Remove enkrypt from injected provider labels

* Remove yarn lock within mew package

* Mark mew package as deprecated

* devop: remove unused packages

* devop: move tsconfig to the right places, fix build

* devop: remove tsconfig in the wrong place

* Update docs and deploy for new mew-wallet package

* Update enkrypt injected provider

* Update injected, MEW Wallet and Enkrypt packages

* Update handling of ChainIds

* fix: throw error for unsupported chains

* chore: make mew wallet throw error on unsupported chains

* devop: add check for ios unsupported chains

* chore: change error

* chore: change error

* chore: change error

* chore: remove console

* chore: remove hex conversion code

* Remove package level yarn.lock files

* Remove unused mew icon from injected package

* Add yarn options to readmes

* Clean up log

* Bump mew package version to display deprecated warning

* chore: update logo

* Update packages/enkrypt/README.md

* Prettier formatting

* Apply suggestions from code review

* Refine mew package.json

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump loader-utils from 2.0.3 to 2.0.4 (#1370)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.3...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add Unstoppable Domains to login options (#1334)

* Added uauth as available login option

* added uauth dependencies

* updated uauth readme

* added function for getting uauth user scopes data

* updated main readme with Unstoppable Domains

* prettier fixes

* removed excess console log

* updated MINOR version of both demo app and monorepo

* update circleci configs with uauth

* updated versioning

* walletConnect improvements to uauth package

* updated uauth icon and added function return type

* dynamic import of uauth class

* added uauth option validation

* moved user object from exported function to module instance

* Update packages/uauth/README.md

* Update packages/uauth/README.md

* Prettier formatting

* updated readme with redirect URI notes

* Add notes to types for ide dev relay

* circleci config merge fixes

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Remove unused import

* Fix type in var

* updated peerDependency of sequence package (#1376)

* updated peerDepency

* updated sequence package version

* [walletConnect-v2.2.1-alpha.1]: Fix - WalletConnect switch chains handling during transaction (#1380)

* Fix handling of chains with transactions

* Prettier

* Update container el docs (#1379)

* [BUG] fix coinbase default entry (#1371)

* fix coinbase default entry

* fix typing error and bump the package version

* [coinbase-v2.2.0-alpha.1]: Upgrade coinbase wallet sdk (#1373)

* upgrade coinbase wallet sdk

* upgrade package version

* remove yarn.lock and update version to alpha

* Update packages/coinbase/package.json

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* [transaction-preview: v2.0.0-alpha.1 , core: v2.11.0-alpha.1, react, vue]: Feature - Transaction Preview Package (#1359)

* base stuff
* Remove check for hash resolution when destroying the app, destroy app within catch
* Update styles to match updated mocks
* Remove unwanted cssvars
* Handle for empty TPs
* Build fix in dcent, check in TP for ethchain to avoid sending extra payloads
* using SDK
* Working with sdk
* Working and refactored
* Updating
* Update readme for new usage
* revert changes to sequence

* Add tp as devDep in core (#1393)

* Add svelte dep to TP (#1394)

* Sequence wallet init fix (#1389)

* initialize wallet with initWallet

* increment package version

* Update versions for release

* Bump sequence in demo

* [Web3-Auth-v2.1.4-alpha.1, UAuth-v2.0.1-alpha.1, Core-v2.10.2-alpha.1, React, Vue]: Fix - Package Issues found during docs integration (#1402)

* Update uauth to fix Joi error

* Yarn it

* Fix web3Auth

* Update border radius of connecting container

* Fix border-radius and bump versions for alpha publish

* Fix build issue with EventEmitter types

* Update yarn check alias

* Add check-files yarn alias

* Add yarn check-files to gh checklist

* Revert unnecessary change

* Return allowSyntheticDefaultImports

* parameterize zindex of login modal

* Add type-check and file-check to gh pr-status-checks

* Reorder status checks

* Reorder gh status checks

* Update torus version, yarn-it, move assets up to top level in transaction-preview

* Reroute TP gif to stable branch

* Fix typo on WalletConnect Readme calling it Ledger

* Update Core README for sveltekit config after testing with Docs (#1406)

* Change the typing of the chains (#1405)

* Change the typing of the chains

It is impossible to run any array-specific methods on `chains` since typescript is not able to detect the array type correctly.

Example to reproduce:

* Increment versions

* Fix chains type in chainIdToHex

Co-authored-by: Aaron <abarnard@protonmail.com>

* fix: update 'sequence' pkg name (#1416)

* Added text color css vars to Action Req modal, bump versions, update readme for CRA building (#1413)

* Update README.md (#1407)

typo

* Adds nextjs v13 working example (#1411)

* Adds nextjs v13 working example
* Minor tweaks
* Remove .vercel folder
* Add comments

* Update versions for release

* feature/mobile (#1384)

* 💅 Cosmetic touches
* update sidebar layout
* update connect modal layout
* adjust breakpoints for a mobile-first approach
* adjust spacing
* simplify flexbox  layouts
* remove semantic heading elements
* remove spacer element
* update modal component
* adjust breakpoint for mobile-first approach
* simplify style
* rearrange class names
* adjust demo color variables
* fix spacing on warnings container
* wallet button updates
* update breakpoints to mobile-first approach
* remove layout helper classes
* consolidate layout styles
* adjust status icon sizes and placement
* remove duplicate line
* remove property from demo styling
* this way we can see the default styles without this particular override
* add margin bottom fix for some mobile screens
* fix circleci config + default min on mobile
* Update packages/demo/package.json
* Address PR comments
* 💅 Tidying up
* Add keepkey back, fix package versions

Co-authored-by: Gustavo Esquinca <g.esq.ca@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release: 2.15.2

* version bump vue/react

* Address PR comments

* remove items-center class

* version bump

* Bump decode-uri-component from 0.2.0 to 0.2.2 in /packages/demo (#1427)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump decode-uri-component from 0.2.0 to 0.2.2 (#1392)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump decode-uri-component in /examples/with-vite-react (#1391)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump decode-uri-component in /examples/with-sveltekit (#1390)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump socket.io-parser from 3.3.2 to 3.3.3 (#1381)

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/3.3.2...3.3.3)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Return CSS vars to connecting wallet buttons (#1434)

* Return CSS vars to connecting wallet buttons
* fix css vars
* remove vars

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump versions for release

* feature: add Phantom to web3-onboard (#1372)

* feat: add Phantom injected provider
* feat: add phantom package
* chore: bump injected version number
* Bump version after merging in develop
* Align phantom pkg versions
* Add build steps for phantom
* Update readme and fix spelling errors
* Update Phantom package, update injected namespace within phantom injected-wallets
* Fix conflicts, add note to readme, yarn-it
* Create provider properly, remove conditional chaining for build across oldercompilers
* Add check for ethereum prop within phantom provider
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Fix for gamestop chain recognition (#1441)

* Add Unstoppable Domains Reverse Resolution (#1410)

* added UD resolution dependency

pinned to the same version uauth uses to avoid increasing package size

* renames shortenEns to domain agnostic

* added uns reverse resolution

* removed excess console log

* Bump core version and add alpha tag, but react and vuew versions, prettier and err checking

* Fix demo

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Add Ledger Connect Kit support (#1439)

* Add Ledger Connect Kit support

Replaces the old USB connection aproach with the new Connect Kit.

The Ledger Connect Kit loader gets the latest Connect Kit minor version
from a CDN at runtime so that Ledger can release updates without waiting
for wallet libraries or DApps to explicitly update packages and deploy
new versions.

Depending on the user's platform, Connect Kit's UI will guide them to
install the Ledger Connect extension in case it is supported, or present
the required details to connect to Ledger Live through WalletConnect.

* Prettier and version bumps

* Do not support switching chains from DApp on Ledger connector

* Add modal prompt for handling switchEthereumChain to switch chain in  the wallet app

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* FEATURE: Add Zeal Wallet Package (#1435)

* Add support for Zeal injected wallet

* Add Zeal SDK module

* Fix provider type

* Add more info and dev contact details to README.md

* Apply suggestions related to version and dependencies

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* fix demo for signing typed and sending transaction

* Bump injected package version

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump json5 from 2.2.1 to 2.2.3 in /examples/with-vite-react (#1443)

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump json5 from 1.0.1 to 1.0.2 in /examples/with-ledger (#1444)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump json5 from 1.0.1 to 1.0.2 in /examples/with-nextjs (#1445)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump json5 from 2.2.1 to 2.2.3 (#1442)

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updated versioning for release and added new checklist to PR description (#1448)

* Release 2.17.0 (#1449)

* feature: add Phantom to web3-onboard (#1372)

* feat: add Phantom injected provider
* feat: add phantom package
* chore: bump injected version number
* Bump version after merging in develop
* Align phantom pkg versions
* Add build steps for phantom
* Update readme and fix spelling errors
* Update Phantom package, update injected namespace within phantom injected-wallets
* Fix conflicts, add note to readme, yarn-it
* Create provider properly, remove conditional chaining for build across oldercompilers
* Add check for ethereum prop within phantom provider
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Fix for gamestop chain recognition (#1441)

* Add Unstoppable Domains Reverse Resolution (#1410)

* added UD resolution dependency

pinned to the same version uauth uses to avoid increasing package size

* renames shortenEns to domain agnostic

* added uns reverse resolution

* removed excess console log

* Bump core version and add alpha tag, but react and vuew versions, prettier and err checking

* Fix demo

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Add Ledger Connect Kit support (#1439)

* Add Ledger Connect Kit support

Replaces the old USB connection aproach with the new Connect Kit.

The Ledger Connect Kit loader gets the latest Connect Kit minor version
from a CDN at runtime so that Ledger can release updates without waiting
for wallet libraries or DApps to explicitly update packages and deploy
new versions.

Depending on the user's platform, Connect Kit's UI will guide them to
install the Ledger Connect extension in case it is supported, or present
the required details to connect to Ledger Live through WalletConnect.

* Prettier and version bumps

* Do not support switching chains from DApp on Ledger connector

* Add modal prompt for handling switchEthereumChain to switch chain in  the wallet app

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Updated versioning for release and added new checklist to PR description

* FEATURE: Add Zeal Wallet Package (#1435)

* Add support for Zeal injected wallet

* Add Zeal SDK module

* Fix provider type

* Add more info and dev contact details to README.md

* Apply suggestions related to version and dependencies

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* fix demo for signing typed and sending transaction

* Bump injected package version

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump json5 from 2.2.1 to 2.2.3 in /examples/with-vite-react (#1443)

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump json5 from 1.0.1 to 1.0.2 in /examples/with-ledger (#1444)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump json5 from 1.0.1 to 1.0.2 in /examples/with-nextjs (#1445)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump json5 from 2.2.1 to 2.2.3 (#1442)

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Brian Friel <briandfriel@gmail.com>
Co-authored-by: Vincent Shadbolt <vince.shadbolt@gmail.com>
Co-authored-by: Hugo Lopes <106091551+hlopes-ledger@users.noreply.github.com>
Co-authored-by: resetko-zeal <112621289+resetko-zeal@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [core-v2.13.0-alpha.2, react, vue]: Enhancement - Container el prop for Connect Modal (#1452)

* Container el prop for connect modal

* Update docs and demo code

* Update docs around container element usage

* Updates to handle layout with container el

* Add TS notes to container elements, add command to check-all (yarn build && yarn file-check && yarn-type-check

* Comment out containerElements usage in demo onboard config

* Update ledger docs for new init options (#1457)

* Add docs site code to develop branch (#1460)

* Update route name + formatting

* run yarn format

* add named layout for homepage and apply

* Add packags

* Use builtin navbar

* Fix layout

* remove comment

* add head info for homepage layout

* rename index file to use homepage layout

* remove max-width override

We don't want all pages to have max-width of 100%.

This is only relevant for the home page and this is a reason why we're using different layouts. We want to keep things separate.

* add NavBar import back.

* move low-level components to /base folder and update imports

* remove content-max-width check

We're using two different layouts. We don't need this fix for homepage on the docs layout. Please add homepage relevant changes to the relevant layout.

* import normalize into homepage layout

* add media queries to themes graphic

- rename files
- update import names

* remove height and width attributes from svgs

* add responsive styles for features graphics

- rename svg files+ imports
- hide scroll bars on scroll containers

* add ScrollContainer component

- create new base component
- use ScrollContainer in appropriate sections

* update favicon

* add more props to Flexbox component

* add link urls and use unplugin icons in Footer

* Adds back tabs for installation + fixes fonts

* add wallet connect image + remove examples link

* add kit-docs sidebar to homepage layout

* Create [...3]migration-guide.md

migrated the migration guide

* add slot to TextBlock component

remove placeholder anchor element

* update Button component

- add link + icon styles
- use anchor element
- tweak button style

* update Button usage instances

- add section id

* add hover transitions to social links

* add learn more and view demo links

* remove height and width from svg graphic

* add spacer div

* remove faux code block tabs

* remove Blocknative text from nav

* replace Blocknative nav text

* add local kit-docs theme variables

- override --kd-font-family-sans
- override --kd-color-gray-body

* update layouts

- use local theme variables file
- don't import vars.css or fonts.css
- remove Button import
- update brand color var

* update testimonials section

- add new graphic
- simplify styles

* add getting started markdown guide

* update getting started section

- import md file to access CodeFence features
- use .prose text styling from tailwind
- remove unused css
- remove unused markup

* remove empty spaces from code

* move font-face styles

- move @font-face declarations to fonts.css
- update layout imports

* add line numbers to code fence

* remove old code snippets + add tabs to all packages

* move app.css import to top of files

- This is currently causing conflicts. There are some yet to be resolved issues with our tailwind install. It seems like we're double-importing the Tailwind directives. Once in app.css from us and again in theme.css from kit-docs.

- This is a temp fix

* add max-width styles

- remove tailwind width classes. Not working as expected.

* add github social link to layouts

* move Tabs component to global components folder

- this makes it so they're imported into every single Markdown file
- move components to src/kit-docs
- remove imports from components/index.ts
- remove imports from md files

* tweak Tabs design

* update theming section

- add updated graphic
- add theming-code CodeFence

* update frameworks section

- add install-code CodeFence

* update installation md

- add white space
- remove extra spaces

* add the same nav links on both layouts

* add simple faq page

* update top nav

- add faq links
- add discord links
- add prerender to homepage

* update footer

- add youtube link
- spacing tweaks

* Prepare repo for static deployment + formating

* add last marketing pixel

* remove console log

* add current branch to workflow trigger for testing

* add Global site tag

* update tracking codes

* Create [...4]resources

* added resource links

* updated titles

* added supported networks list

* added init options link

* create faq.md

* added link to supported chains docs

* Re-org/re-name sidebar items

* fixed typo

* intro final draft

* updated title & intro

* core-updates

* Move examples to separate page

* added natively supported wallets

* Add react & svelte connect wallet example

* Fix build error

* Change sidebar title + fix connect wallet example

* modify workflow to allow manual trigger

* update workflow

* update workflow

* update workflow - add back current branch

* change which adapter is used

* update workflow for debugging

* update workflow path to built files

* update workflow path to built files

* remove hubspot embed code

* fix some broken links

* update landing page graphics

- center wallets row on larger screens

* add responsive code for themes graphic

* replace connect wallet image

* change FAQ route

* edit FAQ markdown

- add correct link
- remove old faq.md

* update images for hero section

- update hero-img.svg
- remove unused HeroBackground.svelte file
- small style updates to Button and HeroSection

* update theming section graphics

- add updated wallet-row graphic
- remove unused svg components
- style tweaks to theming section

* update wallets graphic

- add updated wallet-row svg
- update imports
- remove unused components

* fix svgs not displaying correctly in Safari

* update connect modal svg

* update blog link

* link added to faq

* customization file added

* fixed link & formatting

* added hint/info styling and customization

* Update onboard graphics

- fixed typo

* add zapper to users graphics

* remove unused svg

* svg updates

- update powered by badge code
- remove unused svgs

* Documentation - Theming Customizer (#1275)

* Update docs/src/lib/components/HeroSection.svelte

* Update docs/src/routes/docs/[...2]getting-started/[...2]customization.md

* Update docs/src/routes/docs/[...2]getting-started/[...2]customization.md

* change description on homepage

* Bump internal version, add enter submit for ifram url, reset btn closes onboard and resets mapping (#1278)

* remove unused import

* vercel adapter fix

* rename /theming to /theming-tool

* remove theming section for core package md

- reduce having the same info on two places

* update customization page

- rework admonition types.
- reduce the use of 'theming' in language. We don't really support themes. We support customizing some css properties via variables.
- remove fonts and borders section.
- update language to use css custom properties vs variables for clarity.

* update language

* fix unused selector warning

* add type to a favicon link

* add meta tag image

* add SEO components

- add twitter meta tags
- add OpenGraph meta tags
- add SEO index component

* add SEO component to homepage layout

* update favicon url

- it's not rendering correctly live for some reason

* Update branch for gh-pages workflow

* Update branch name for deploy trigger

* update favicon asset path

Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com>

* Feature/uniswap example (#1280)

* Remove broken uniswap widget
* Use vercel adapter when ran in vercel
* Finish up example
* Remove unused deps
* Update formatting
* added explainer text
* Revert faq change
* lock sveltekit version

Co-authored-by: Murat Akdeniz <maa357@cornell.edu>

* added explainer text to injected page

* change title of example page

* add description

* update versioning

* Revert "update versioning"

This reverts commit d6cef07142d591b39abb49f98ed5e2e2c92a57e7.

* move meta image to assets folder

* Update docs/src/lib/components/SEO/index.svelte

Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com>

* updated docs faq styling

added link to discord
tabbed over faq answers

* Update README.md

replaced initial svelt README with README for contributors

* Update [...2]onboard.js-migration-guide.md

updated links, punctuation and grammar.

* Update docs/README.md

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update docs/README.md

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update README.md

* Update [...2]onboard.js-migration-guide.md

* Rename [...2]onboard.js-migration-guide.md to [...3]onboard.js-migration-guide.md

* creating contribution guide

* added docs contribution guidelines

* minor typo fix

* addressed comments from PR and updated links

* Create [...2]onboard.js-migration-guide.md

* Remove duplicate cmigration guide

* Add changes that were part of duplicate mig guide

* Revert relative path for external

* Update link from expired docs to examples folder

* injected wallets doc fix

* no version bump needed

* Add Search to Docs (#1322)

* Update layout
* Update homepage
* Add algolia packages
* Update index name
* Update search keys
* yarn it

* Remove algolia from layout-homepage

* Update docs/src/routes/__layout-homepage.svelte

* Update docs/src/routes/__layout-homepage.svelte

* Docs Releases - Search and Migration Guide Updates (#1342)

* Update [...2]onboard.js-migration-guide.md

updated links, punctuation and grammar.

* addressed comments from PR and updated links

* Create [...2]onboard.js-migration-guide.md

* Remove duplicate cmigration guide

* Add changes that were part of duplicate mig guide

* Revert relative path for external

* Update link from expired docs to examples folder

* injected wallets doc fix

* no version bump needed

* Add Search to Docs (#1322)

* Update layout
* Update homepage
* Add algolia packages
* Update index name
* Update search keys
* yarn it

* Remove algolia from layout-homepage

Co-authored-by: laurencedelisle <53497147+laurencedelisle@users.noreply.github.com>
Co-authored-by: mhchaudhry3 <mobeen@blocknative.com>

* Update index name

* HotFix - Add Algolia Index (#1343)

* Update [...2]onboard.js-migration-guide.md

updated links, punctuation and grammar.

* addressed comments from PR and updated links

* Create [...2]onboard.js-migration-guide.md

* Remove duplicate cmigration guide

* Add changes that were part of duplicate mig guide

* Revert relative path for external

* Update link from expired docs to examples folder

* injected wallets doc fix

* no version bump needed

* Add Search to Docs (#1322)

* Update layout
* Update homepage
* Add algolia packages
* Update index name
* Update search keys
* yarn it

* Remove algolia from layout-homepage

* Update docs/src/routes/__layout-homepage.svelte

* Update docs/src/routes/__layout-homepage.svelte

* Update index name

Co-authored-by: laurencedelisle <53497147+laurencedelisle@users.noreply.github.com>
Co-authored-by: mhchaudhry3 <mobeen@blocknative.com>

* Docs gas example (#1333)

* site seo content edits

* Docs release (#1350)

* Update [...2]onboard.js-migration-guide.md

updated links, punctuation and grammar.

* addressed comments from PR and updated links

* Create [...2]onboard.js-migration-guide.md

* Remove duplicate cmigration guide

* Add changes that were part of duplicate mig guide

* Revert relative path for external

* Update link from expired docs to examples folder

* injected wallets doc fix

* no version bump needed

* Add Search to Docs (#1322)

* Update layout
* Update homepage
* Add algolia packages
* Update index name
* Update search keys
* yarn it

* Remove algolia from layout-homepage

* Update docs/src/routes/__layout-homepage.svelte

* Update docs/src/routes/__layout-homepage.svelte

* Update index name

* Docs gas example (#1333)

* site seo content edits

Co-authored-by: laurencedelisle <53497147+laurencedelisle@users.noreply.github.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>
Co-authored-by: mhchaudhry3 <mobeen@blocknative.com>

* Update api keys

* API key update - keys have had origins restricted (#1356)

* Update [...2]onboard.js-migration-guide.md

updated links, punctuation and grammar.

* addressed comments from PR and updated links

* Create [...2]onboard.js-migration-guide.md

* Remove duplicate cmigration guide

* Add changes that were part of duplicate mig guide

* Revert relative path for external

* Update link from expired docs to examples folder

* injected wallets doc fix

* no version bump needed

* Add Search to Docs (#1322)

* Update layout
* Update homepage
* Add algolia packages
* Update index name
* Update search keys
* yarn it

* Remove algolia from layout-homepage

* Update docs/src/routes/__layout-homepage.svelte

* Update docs/src/routes/__layout-homepage.svelte

* Update index name

* Docs gas example (#1333)

* site seo content edits

* Update api keys

Co-authored-by: laurencedelisle <53497147+laurencedelisle@users.noreply.github.com>
Co-authored-by: mhchaudhry3 <mobeen@blocknative.com>
Co-authored-by: Gustavo Esquinca <g.esq.ca@gmail.com>

* Add gas unsubscribe on destroy (#1360)

* Re-org side menu + TOS in the footer (#1361)

* Re-org side menu + TOS in the footer

* fix typo

* fix paths

* update path

* re-style footer

Co-authored-by: Gustavo Esquinca <g.esq.ca@gmail.com>

* Add containerEl docs and update quickstart to remove deprecated chains and add new hot chains (#1382)

* Add conatinerEl docs and update quickstart to remove deprecated chains and add new hot chains

* Mark AC containerEl props as deprecated

* Add uauth docs

* Add enkrypt, mew-wallet, dep notice to mew package

* Cleanup

* Fix spelling

* Rename mewWallet md file to allow for proper md reading of mew

* Rename mewWallet md file to allow for proper md reading of mew

* remove common.md page

* Update mewwallet path (#1387)

* Update mew-wallet name

* Update mewwallet path (#1387) (#1388)

* Update mewwallet path (#1387)

* Feature - Add docs for Transaction Preview (#1395)

* Add docs for TransactionPreview

* Rename file with hyphen

* Add linking to api key info

* Add docs for Transaction Preview (#1400)

* Update mewwallet path (#1387)

* Update mew-wallet name

* Feature - Add docs for Transaction Preview (#1395)

* Add docs for TransactionPreview

* Rename file with hyphen

* Add linking to api key info

* Add wallet connect btn to navbar of Docs (#1396)

* Working with the exception of a few wallets

* Checking uauth issue

* Updated uauath wallet usage but still needs joi fix

* Committing with a couple of issues

* Connect example with icon

* Add o2 service for consistency when wallet is connected

* Refactor to simplify

* Add gas to optimizeDeps arr

* Add ga package back into deps

* Update versions to latest

* Everything working except torus

* All packages working, sveltekit config updated, w3o packages updated

* Add more build infor for create react app projects

* Add falsback to webpack config

* Add build env links to wallet modules and build env info to module docs

* Add build info to TP docs

* reorder onboard wallet mods

* Docs Release - Transaction Preview docs, Expanded build env documentation, Connect wallet btn and latest W3O packages (#1417)

* Update mewwallet path (#1387)

* Update mew-wallet name

* Feature - Add docs for Transaction Preview (#1395)

* Add docs for TransactionPreview

* Rename file with hyphen

* Add linking to api key info

* Add wallet connect btn to navbar of Docs (#1396)

* Working with the exception of a few wallets

* Checking uauth issue

* Updated uauath wallet usage but still needs joi fix

* Committing with a couple of issues

* Connect example with icon

* Add o2 service for consistency when wallet is connected

* Refactor to simplify

* Add gas to optimizeDeps arr

* Add ga package back into deps

* Update versions to latest

* Everything working except torus

* All packages working, sveltekit config updated, w3o packages updated

* Add more build infor for create react app projects

* Add falsback to webpack config

* Add build env links to wallet modules and build env info to module docs

* Add build info to TP docs

* reorder onboard wallet mods

* Testing deploy with upped node space

* Removing deploy test on docs-develop as its a protected env

* Increase JS heap to enable build (#1418)

* Update mewwallet path (#1387)

* Update mew-wallet name

* Feature - Add docs for Transaction Preview (#1395)

* Add docs for TransactionPreview

* Rename file with hyphen

* Add linking to api key info

* Add wallet connect btn to navbar of Docs (#1396)

* Working with the exception of a few wallets

* Checking uauth issue

* Updated uauath wallet usage but still needs joi fix

* Committing with a couple of issues

* Connect example with icon

* Add o2 service for consistency when wallet is connected

* Refactor to simplify

* Add gas to optimizeDeps arr

* Add ga package back into deps

* Update versions to latest

* Everything working except torus

* All packages working, sveltekit config updated, w3o packages updated

* Add more build infor for create react app projects

* Add falsback to webpack config

* Add build env links to wallet modules and build env info to module docs

* Add build info to TP docs

* reorder onboard wallet mods

* Testing deploy with upped node space

* Removing deploy test on docs-develop as its a protected env

* Bumnp js heap to 8gb

* Docs - Bump heap size to 8gb (#1419)

* Bumnp js heap to 8gb

* Update build for Torus which is working locally

* Update to svelte.config

* Add node options to yarn build

* Remove development flag from node polyfils within plugins

* add include array to nodePolyfills

* Add torus to include array from optimizeDeps

* Update externals

* More refinement

* Revert external array update

* update docs deps (#1430)

* update docs deps
* remove alpha

* Update new Ledger init options

* Add Zeal wallet

* Add Zeal docs

* Add Phantom docs

* Add link to appMetaData docs within Getting Started -> Installation -  per gh issue

Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com>
Co-authored-by: Gustavo Esquinca <g.esq.ca@gmail.com>
Co-authored-by: Murat Akdeniz <maa357@cornell.edu>
Co-authored-by: Chris Meisl <cmeisl@gmail.com>
Co-authored-by: laurencedelisle <53497147+laurencedelisle@users.noreply.github.com>
Co-authored-by: mhchaudhry3 <mobeen@blocknative.com>

* Feature: Display Unavailable Injected Wallets (#1458)

* Working display all wallets

* Variable name changes

* Filter out undefined wallet modules

* Add examples of how to use new config options

* Refactor filter and map to be a combined reduce

* Add documentation

* Increment versions

* Fix import

* Make it a minor change rather than a bugfix

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update core version in react and vue packages

* Bump package versions

* Increment package versions

* Add documentation to new features to docs site

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump decode-uri-component from 0.2.0 to 0.2.2 in /docs (#1461)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: add zerion wallet (#1436)

* feat: add zerion wallet

* update demo package version

* update package version

* Injected wallets versioning in demo

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump svelte from 3.48.0 to 3.49.0 in /docs (#1462)

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.48.0 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.48.0...v3.49.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add Frontier Wallet Package (#1454)

* Add Frontier Wallet Package

* frontier wallet sdk added

* logo minor UI update

* feedback updates, added docs file & removed frontier from onboard.js

* Update readme

* Cleanup package.json

* Revert changes for testing locally

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* docs: add a missing agreement to the appMetadata (#1465)

* Fix: Notification autodismiss (#1473)

* Ensure autoDismiss timeout is used on update

* Increment versions

* Remove provider events patch now that hex chainId (#1474)

* Fix for filtering out MetaMask (#1472)

* Update tokenpocket wallet (#1468)

* Unstoppable Domains Reverse Resolution Cleanup (#1476)

* remove rollup commonjs plugin

* Bump core and packages with core as dep

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump versions for release

* Bump main project version for release

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Aaron Barnard <abarnard@protonmail.com>
Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com>
Co-authored-by: fuhuimin <120409743@qq.com>
Co-authored-by: ustas-eth <82833595+ustas-eth@users.noreply.github.com>
Co-authored-by: Usame Algan <5880855+usame-algan@users.noreply.github.com>
Co-authored-by: Chris Garrett <me@pzuraq.com>
Co-authored-by: Daniel <25051234+dasanra@users.noreply.github.com>
Co-authored-by: Samuele Agostinelli <batonenbois@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gamaliel 'Yel' Padillo <gamalielhere@users.noreply.github.com>
Co-authored-by: Vincent Shadbolt <vince.shadbolt@gmail.com>
Co-authored-by: duxiaofeng <duxiaofeng-github@users.noreply.github.com>
Co-authored-by: cb-jake <95890768+cb-jake@users.noreply.github.com>
Co-authored-by: Vladyslav Dalechyn <vlad.dalechin@gmail.com>
Co-authored-by: Arda Sevinç <ardasevinc.technical@gmail.com>
Co-authored-by: Brentably <46073594+Brentably@users.noreply.github.com>
Co-authored-by: Gustavo Esquinca <g.esq.ca@gmail.com>
Co-authored-by: Brian Friel <briandfriel@gmail.com>
Co-authored-by: Hugo Lopes <106091551+hlopes-ledger@users.noreply.github.com>
Co-authored-by: resetko-zeal <112621289+resetko-zeal@users.noreply.github.com>
Co-authored-by: Murat Akdeniz <maa357@cornell.edu>
Co-authored-by: Chris Meisl <cmeisl@gmail.com>
Co-authored-by: laurencedelisle <53497147+laurencedelisle@users.noreply.github.com>
Co-authored-by: mhchaudhry3 <mobeen@blocknative.com>
Co-authored-by: Andrey <zertsalov96@yandex.ru>
Co-authored-by: Punith B M <punith@designstring.com>
Co-authored-by: Nikita Zasimuk <nzasimuk@gmail.com>
Co-authored-by: Tony Chen <31647753@qq.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.

1 participant