Skip to content

Comments

fix(deps): update dependency @polkadot/extension-dapp to ^0.60.1 - autoclosed#452

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/polkadot
Closed

fix(deps): update dependency @polkadot/extension-dapp to ^0.60.1 - autoclosed#452
renovate[bot] wants to merge 1 commit intomainfrom
renovate/polkadot

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@polkadot/extension-dapp (source) ^0.47.0 -> ^0.60.1 age adoption passing confidence

Release Notes

polkadot-js/extension (@​polkadot/extension-dapp)

v0.60.1

Compare Source

Changes:

  • Sanitize dApp origin (#​1554)
  • Enforce distinct authorization for HTTP and HTTPS origins (#​1555)
  • Use Map instead of object for storing authorized URLs (#​1556)
  • Update polkadot-js deps (#​1557)
  • Set yarn to 4.9.2 (#​1558)

v0.59.2

Compare Source

Changes:

  • Upgrade polkadot-api, and polkadot-js deps (#​1552)

v0.59.1

Compare Source

Changes:

  • Upgrade @​polkadot/* deps (#​1550)
    @​polkdot/api -> 16.0.1
    @​polkadot/common -> 13.5.1
    @​polkadot/phishing -> 0.25.11
    

v0.58.10

Compare Source

Changes:

v0.58.9

Compare Source

Changes:

v0.58.8

Compare Source

Changes:

v0.58.7

Compare Source

Changes:

  • Revamped Polkadot Extension Page with UI Enhancements (#​1527)
  • Upgrade polkadot-js deps (#​1528)

v0.58.6

Compare Source

Changes:

  • Upgrade polkadot-js deps (#​1521)
    • api to 15.8.1
    • phishing to 0.25.6

v0.58.5

Compare Source

Changes:

  • Ensure text is filtered so it doesnt cause white screens (#​1515)
  • Fix .name error with whitescreen (#​1516)
  • Upgrade polkadot-js deps (#​1517)

v0.58.4

Compare Source

Changes:

v0.58.3

Compare Source

Changes:

v0.58.2

Compare Source

Changes:

  • Upgrade polkadot-js api, and phishing (#​1501)
  • Bump dev to 0.83.2 (#​1500)

v0.58.1

Compare Source

Changes:

v0.57.1

Compare Source

Breaking Changes:

  • Upgrade polkadot-js/api to 15.0.1 (#​1483)
    • This contains breaking changes where the api now allows the signer to alter the call data. Please reference PR #​6030 for more information.
  • Upgrade polkadot-js/phishing to 0.24.4 (#​1483)

Contributed:

  • fix: extension does not get injected on page load (#​1486)

Changes:

v0.56.2

Compare Source

Changes:

  • Bump dev to 0.82.1 w/ tslib (#​1476)
  • Bump polkadot-js deps (#​1477)
    • polkadot/api -> 14.3.1
    • polkadot/common -> 13.2.3
    • polkadot/phishing -> 0.24.3
    • polkadot/ui -> 3.11.3
  • Bump typescript to 5.5.4 (#​1478)

v0.56.1

Compare Source

Changes:

  • Bump all polkadot deps (#​1473)
    • polkadot/api -> 14.2.1
    • polkadot/common -> 13.2.2
      • Gives support for Frequency, and Polimec
    • polkadot/ui -> 3.11.2
    • polkadot/phishing -> 0.24.2

v0.55.1

Compare Source

Changes:

  • Bump dev to 0.81.2 (#​1469)
    • Export CJS and ESM correctly
  • Bump all polkadot deps (#​1470)
    • polkadot/api -> 14.1.1
    • polkadot/common -> 13.2.1
    • polkadot/ui -> 3.11.1
    • polkadot/phishing -> 0.24.1
  • Bump yarn to 4.5.1 (#​1471)

v0.54.1

Compare Source

Changes:

  • Update polkadot-js deps (#​1466)
    • Polkadot-js api -> 14.0.1
      • NOTE: This adds support for Extrinsic V5.
    • Polkadot-js phishing -> 0.23.7
  • Bump yarn to 4.5.0 (#​1467)

v0.53.1

Compare Source

Contributed:

Changes:

  • Upgrade polkadot-js deps (#​1462)
    • This contains breaking changes in the API that was released in 13.0.1. The release changed the way AssetId is returned from toPayload in the Signer interface. Option<TAssetConversion> is now returned as a SCALE encoded hex.

v0.52.3

Compare Source

Changes:

  • Upgrade polkadot-js/api to 12.4.1
  • Upgrade polkadot-js/phishing to 0.23.4

v0.52.2

Compare Source

NOTE: This is strictly a patch release for the store.

Changes:

v0.52.1

Compare Source

Contributed:

Changes:

  • Bump yarn to 4.4.0 (#​1442)
  • Enable "Chain Specific App" setting (#​1445)
    • This allows for ledger apps that are not included in the Polkadot Generic App to work with their specific Ledger App
  • Fix setting rawMetadata as registry metadata (#​1446)

v0.51.1

Compare Source

Contributed:

Changes:

  • Bump yarn to 4.3.1 (#​1426)
  • Add CI script to check for diffs in src vs build for store release (#​1429) (#​1436)
  • Change Connected to Connect Accounts (#​1430)
  • Upgrade Polkadot-js deps (#​1434) (#​1435)
    • polkadot/api 12.3.1
    • polkadot/phishing 0.23.3
    • polkadot/ui 3.8.3

v0.50.1

Compare Source

Contributed:

  • Update subscribed accounts when connected site authorizations are modified (Thanks to https://github.com/F-OBrien)
    • Deprecates public udateCurrentTabsUrl in class State in favor of public updateCurrentTabsUrl.

Changes:

  • Add support for the Ledger Generic App (Thanks to https://github.com/bee344)
  • Add support for the Ledger Migration App (Thanks to https://github.com/bee344)
    • Note: In order to use the ledger migration app, you must toggle the setting inside of settings. That will enable the migration app for use.
  • Fix extension stuck in ... loading ... screen after service_worker got terminated (Thanks to https://github.com/bee344)

v0.49.3

Compare Source

Changes:

  • Fix ID used in manifest_firefox.json by adding brackets
    • The previous patch required brackets arount the ID...

v0.49.2

Compare Source

Changes:

  • Fix ID used in manifest_firefox.json
    • This is internal, and is only necessary for publishing to the store

v0.49.1

Compare Source

Breaking Changes:

  • Update from Manifest v2 to v3 for Chrome
  • Update from Manifest v2 to v3 for Firefox

Note: These are very large breaking changes. Please review the following PR's to see exactly what has changed and for any additional information that can assist you in your migration.

(#​1367)
(#​1388)
(#​1399)

Changes:

v0.48.2

Compare Source

Contributed:

Changes:

  • Adjust ui imports for deterministic bundling

v0.48.1

Compare Source

  • Important Not published to the stores, aligns with latest released packages.

Changes:

  • Bump @​polkadot/api to 12.0.2
    • NOTE: We are doing a minor bump because the api in this version now gives the option
      to modify payloads for signAndSend, signAsync, and dryRun which the extension does not use. That being said, for any user that digests that package it will be available to use as a feature.
  • Bump @​polkadot/phishing to 0.22.10

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/polkadot branch 4 times, most recently from bb9bc3e to f11b10c Compare November 27, 2023 18:13
@renovate renovate bot force-pushed the renovate/polkadot branch 2 times, most recently from 699931b to 974ae88 Compare November 30, 2023 19:14
@renovate renovate bot force-pushed the renovate/polkadot branch from 974ae88 to 56b8567 Compare December 24, 2023 10:00
@renovate renovate bot force-pushed the renovate/polkadot branch from 56b8567 to 487b8f8 Compare January 5, 2024 18:48
@renovate renovate bot force-pushed the renovate/polkadot branch from 487b8f8 to 92e4a86 Compare February 15, 2024 09:14
@renovate renovate bot changed the title Update dependency @polkadot/extension-dapp to ^0.46.6 fix(deps): update dependency @polkadot/extension-dapp to ^0.46.6 Feb 22, 2024
@renovate renovate bot force-pushed the renovate/polkadot branch from 92e4a86 to 2847caa Compare February 29, 2024 00:50
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.46.6 fix(deps): update dependency @polkadot/extension-dapp to ^0.46.7 Feb 29, 2024
@renovate renovate bot force-pushed the renovate/polkadot branch 4 times, most recently from 7a5c7ce to 09fb9aa Compare March 4, 2024 21:50
@renovate renovate bot force-pushed the renovate/polkadot branch from 09fb9aa to 2301e9c Compare March 14, 2024 03:30
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.46.7 fix(deps): update dependency @polkadot/extension-dapp to ^0.46.8 Mar 14, 2024
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.46.8 fix(deps): update dependency @polkadot/extension-dapp to ^0.46.9 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/polkadot branch from 2301e9c to afd7d60 Compare March 20, 2024 17:52
@renovate renovate bot force-pushed the renovate/polkadot branch from afd7d60 to 5ca8689 Compare April 18, 2024 17:01
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.46.9 fix(deps): update dependency @polkadot/extension-dapp to ^0.47.1 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/polkadot branch from 5ca8689 to 7fa8433 Compare April 24, 2024 02:03
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.47.1 fix(deps): update dependency @polkadot/extension-dapp to ^0.47.2 Apr 24, 2024
@renovate renovate bot force-pushed the renovate/polkadot branch from 7fa8433 to 4484fac Compare April 27, 2024 22:27
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.47.2 fix(deps): update dependency @polkadot/extension-dapp to ^0.47.3 Apr 27, 2024
@renovate renovate bot force-pushed the renovate/polkadot branch 2 times, most recently from 8b88529 to beb1c22 Compare May 8, 2024 18:59
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.47.3 fix(deps): update dependency @polkadot/extension-dapp to ^0.47.4 May 8, 2024
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.47.4 fix(deps): update dependency @polkadot/extension-dapp to ^0.47.5 May 22, 2024
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.57.1 fix(deps): update dependency @polkadot/extension-dapp to ^0.58.1 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/polkadot branch from 733e3fb to f67ff4e Compare January 23, 2025 21:45
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.58.1 fix(deps): update dependency @polkadot/extension-dapp to ^0.58.2 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/polkadot branch from f67ff4e to 78a0bc5 Compare January 30, 2025 16:00
@renovate renovate bot force-pushed the renovate/polkadot branch from 78a0bc5 to 7e8b008 Compare February 6, 2025 22:06
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.58.2 fix(deps): update dependency @polkadot/extension-dapp to ^0.58.3 Feb 6, 2025
@renovate renovate bot force-pushed the renovate/polkadot branch from 7e8b008 to 204b276 Compare February 19, 2025 17:12
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.58.3 fix(deps): update dependency @polkadot/extension-dapp to ^0.58.4 Feb 19, 2025
@renovate renovate bot force-pushed the renovate/polkadot branch from 204b276 to 2b229de Compare March 5, 2025 23:12
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.58.4 fix(deps): update dependency @polkadot/extension-dapp to ^0.58.5 Mar 5, 2025
@renovate renovate bot force-pushed the renovate/polkadot branch from 2b229de to 0ef7282 Compare March 21, 2025 15:43
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.58.5 fix(deps): update dependency @polkadot/extension-dapp to ^0.58.6 Mar 21, 2025
@renovate renovate bot force-pushed the renovate/polkadot branch from 0ef7282 to 0e5bbe8 Compare April 3, 2025 14:54
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.58.6 fix(deps): update dependency @polkadot/extension-dapp to ^0.58.7 Apr 3, 2025
@renovate renovate bot force-pushed the renovate/polkadot branch from 0e5bbe8 to 5dcf9fc Compare April 17, 2025 16:38
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.58.7 fix(deps): update dependency @polkadot/extension-dapp to ^0.58.8 Apr 17, 2025
@renovate renovate bot force-pushed the renovate/polkadot branch from 5dcf9fc to 18f183d Compare May 5, 2025 15:05
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.58.8 fix(deps): update dependency @polkadot/extension-dapp to ^0.58.9 May 5, 2025
@renovate renovate bot force-pushed the renovate/polkadot branch from 18f183d to fa26a68 Compare May 14, 2025 21:49
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.58.9 fix(deps): update dependency @polkadot/extension-dapp to ^0.58.10 May 14, 2025
@renovate renovate bot force-pushed the renovate/polkadot branch from fa26a68 to 32819b6 Compare May 30, 2025 18:38
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.58.10 fix(deps): update dependency @polkadot/extension-dapp to ^0.59.1 May 30, 2025
@renovate renovate bot force-pushed the renovate/polkadot branch from 32819b6 to d42201d Compare June 6, 2025 21:41
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.59.1 fix(deps): update dependency @polkadot/extension-dapp to ^0.59.2 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/polkadot branch from d42201d to d7e5030 Compare June 19, 2025 00:04
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.59.2 fix(deps): update dependency @polkadot/extension-dapp to ^0.60.1 Jun 19, 2025
@renovate renovate bot changed the title fix(deps): update dependency @polkadot/extension-dapp to ^0.60.1 fix(deps): update dependency @polkadot/extension-dapp to ^0.60.1 - autoclosed Jun 20, 2025
@renovate renovate bot closed this Jun 20, 2025
@renovate renovate bot deleted the renovate/polkadot branch June 20, 2025 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants