Skip to content

chore(deps): bump @synonymdev/pubky from 0.9.3 to 0.10.0 in /examples/js-sdk in the compatible-updates group - #13

Merged
dzdidi merged 1 commit into
masterfrom
dependabot/npm_and_yarn/examples/js-sdk/compatible-updates-c2e6674c9b
Aug 25, 2026
Merged

chore(deps): bump @synonymdev/pubky from 0.9.3 to 0.10.0 in /examples/js-sdk in the compatible-updates group#13
dzdidi merged 1 commit into
masterfrom
dependabot/npm_and_yarn/examples/js-sdk/compatible-updates-c2e6674c9b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the compatible-updates group in /examples/js-sdk with 1 update: @synonymdev/pubky.

Updates @synonymdev/pubky from 0.9.3 to 0.10.0

Release notes

Sourced from @​synonymdev/pubky's releases.

v0.10.0

This is a new release with quite a few breaking changes. Please checkout the v0.10.0 migration guide.

ALPHA private data /priv/ The homeserver now provides a way to store private data that only the user has access to. This feature is under active development and should NOT be used in any production environment. Expect private data APIs to change or disappear as we actively iterate over different solutions.

Change Summary

BREAKING CHANGES

New Features

Bug Fixes

Refactors

... (truncated)

Commits
  • cda859e chore: v0.10.0 (#538)
  • d4612ff docs(sdk): Make in-code documentation more user friendly (#537)
  • 6e2c967 fix(sdk)!: Surface errors on get_homeserver_of (#477)
  • fbac597 feat(sdk): add support to callback params (#533)
  • 75eb132 docs(hs/sdk): add private storage documentation (#505)
  • f68014c feat: Setup TypeDoc (#523)
  • a6601c9 chore(sdk): v0.10 migration guide (#493)
  • 042bb62 feat(homeserver): skip PKARR republishing for migrated users (#515)
  • e15856f ci: use dtolnay/rust-toolchain for faster Rust setup (#513)
  • 0f3174b docs(testnet): README to prioritise instructions for persisted static testnet...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the compatible-updates group in /examples/js-sdk with 1 update: [@synonymdev/pubky](https://github.com/pubky/pubky-core).


Updates `@synonymdev/pubky` from 0.9.3 to 0.10.0
- [Release notes](https://github.com/pubky/pubky-core/releases)
- [Commits](pubky/pubky-homeserver@v0.9.3...v0.10.0)

---
updated-dependencies:
- dependency-name: "@synonymdev/pubky"
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: compatible-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 10, 2026
@dependabot
dependabot Bot requested a review from dzdidi as a code owner August 10, 2026 21:55
@dzdidi
dzdidi merged commit 5d4b6a8 into master Aug 25, 2026
2 checks passed
@dzdidi
dzdidi deleted the dependabot/npm_and_yarn/examples/js-sdk/compatible-updates-c2e6674c9b branch August 25, 2026 11:04
dzdidi pushed a commit that referenced this pull request Aug 26, 2026
The 0.10 bump (#13) renamed two APIs the demo still called, breaking the
creator auth flow at its first step:

- Pubky.startAuthFlow -> startCookieAuthFlow (same signature)
- Signer.signinBlocking() now requires a clientId. Its no-arg equivalent
is signinCookieBlocking(); the new signin/signinBlocking both panic
("unreachable") against the pinned pubky-core homeserver (75eb1324).
dzdidi added a commit that referenced this pull request Aug 26, 2026
* feat(js-sdk): expose authenticated session metadata

* fix(auth): harden iframe callback delivery

* feat(demo): add Paykit payment lock workflow

* feat(compose): add isolated Paykit payment demo

* docs: document Paykit payment demo workflow

* fix: support Bitkit local wallet tests (#11)

* fix: support Bitkit local wallet tests

* fix: complete external wallet Paykit demo

* chore: use fast Paykit handshake retries

* fix: make local wallet E2E startup reliable

* fix: hide recovery auth in external wallet mode

* fix: use external creator profile for reader setup

* examples: validate work locally

Signed-off-by: dzdidi <dzdidi@users.noreply.github.com>

* docs|examples: improve texts

Signed-off-by: dzdidi <dzdidi@users.noreply.github.com>

---------

Signed-off-by: dzdidi <dzdidi@users.noreply.github.com>
Co-authored-by: dzdidi <dzdidi@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* match loopback localhost

Signed-off-by: dzdidi <dzdidi@users.noreply.github.com>

* allign docs, fix outputs

Signed-off-by: dzdidi <dzdidi@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* feat(paykit): expose authenticated setup readiness (#28)

Signed-off-by: dzdidi <dzdidi@users.noreply.github.com>

* fix(examples): update js-sdk demo for @synonymdev/pubky 0.10 (#30)

The 0.10 bump (#13) renamed two APIs the demo still called, breaking the
creator auth flow at its first step:

- Pubky.startAuthFlow -> startCookieAuthFlow (same signature)
- Signer.signinBlocking() now requires a clientId. Its no-arg equivalent
is signinCookieBlocking(); the new signin/signinBlocking both panic
("unreachable") against the pinned pubky-core homeserver (75eb1324).

---------

Signed-off-by: dzdidi <dzdidi@users.noreply.github.com>
Co-authored-by: benk10 <ben.kaufman10@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Taehwa Kim <hadeath03@gmail.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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant