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

Update dependency @fedify/fedify to v1.4.0 #295

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fedify/fedify (source) 1.3.5 -> 1.4.0 age adoption passing confidence

Release Notes

fedify-dev/fedify (@​fedify/fedify)

v1.4.0

Compare Source

Released on February 5, 2025.

  • Document loader and context loader are now configurable with a factory
    function for more flexibility.

    • Deprecated CreateFederationOptions.documentLoader option.
      Use CreateFederationOptions.documentLoaderFactory option instead.
    • Deprecated CreateFederationOptions.contextLoader option.
      Use CreateFederationOptions.contextLoaderFactory option instead.
    • Added DocumentLoaderFactory type.
    • Added DocumentLoaderFactoryOptions interface.
    • Added the second parameter with DocumentLoaderFactoryOptions type
      to AuthenticatedDocumentLoaderFactory type.
    • GetAuthenticatedDocumentLoaderOptions interface became to extend
      DocumentLoaderFactoryOptions interface.
    • Added a type parameter TContextData to CreateFederationOptions
      interface.
    • Fedify now assigns a random-generated http:/https: URI to
      activities if these do not have explicit id properties. This behavior
      can be disabled by excluding autoIdAssigner() from
      the CreateFederationOptions.activityTransformers option.
  • Introduced ActivityTransformers for adjusting outgoing activities
    before sending them so that some ActivityPub implementations with quirks
    are satisfied.

    • Added @fedify/fedify/compat module.
    • Added ActivityTransformer type.
    • Added autoIdAssigner() function.
    • Added actorDehydrator() function.
    • Added defaultActivityTransformers constant.
    • Added CreateFederationOptions.activityTransformers option.
  • The suppressError option of Activity Vocabulary APIs,
    traverseCollection() function, and Context.traverseCollection() method
    now suppresses errors occurred JSON-LD processing.

  • WebFinger responses are now customizable. [#​3]

    • Added ActorCallbackSetters.mapAlias() method.
    • Added ActorAliasMapper type.
  • Added Context.getNodeInfo() method. [[#​203]]

  • Added shares property to Object class in Activity Vocabulary API.

    • Added Object.sharesId property.
    • Added Object.getShares() method.
    • new Object() constructor now accepts shares option.
    • Object.clone() method now accepts shares option.
  • Added likes property to Object class in Activity Vocabulary API.

    • Added Object.likesId property.
    • Added Object.getLikes() method.
    • new Object() constructor now accepts likes option.
    • Object.clone() method now accepts likes option.
  • Added emojiReactions property to Object class in Activity Vocabulary
    API.

    • Added Object.emojiReactionsId property
    • Added Object.getEmojiReactions() method.
    • new Object() constructor now accepts emojiReactions option.
    • Object.clone() method now accepts emojiReactions option.
  • Added allowPrivateAddress option to LookupWebFingerOptions interface.

  • Added more log messages using the [LogTape] library. Currently the below
    logger categories are used:

    • ["fedify", "compat", "transformers"]
  • Added -t/--traverse option to the fedify lookup subcommand. [#​195]

  • Added -S/--suppress-errors option to the fedify lookup subcommand.
    [#​195]

v1.3.7

Compare Source

Released on February 1, 2025.

  • Updated [LogTape] to version 0.8.1, which fixes a bug where lowestLevel
    option had incorrectly behaved.

v1.3.6

Compare Source

Released on January 31, 2025.

  • Fixed a bug where getUserAgent() function had returned a User-Agent
    string with a wrong JavaScript runtime name on Node.js. [#​203]

Configuration

📅 Schedule: Branch creation - "* * * * 1-5" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Never, 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/fedify-fedify-1.x branch from 27d324e to 35e6bd2 Compare February 6, 2025 11:33
@renovate renovate bot changed the title Update dependency @fedify/fedify to v1.3.6 Update dependency @fedify/fedify to v1.4.0 Feb 6, 2025
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