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

fix(deps): update dependency @envelop/core to v5 #2127

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@envelop/core (source) ^3.0.6 -> ^5.0.3 age adoption passing confidence

Release Notes

n1ru4l/envelop (@​envelop/core)

v5.0.3

Compare Source

Patch Changes

v5.0.2

Compare Source

Patch Changes

v5.0.1

Compare Source

Patch Changes

v5.0.0

Compare Source

Major Changes
  • #​1939
    f7ef03c0
    Thanks @​EmrysMyrddin! - The addPlugin function now insert the
    plugin in place in the plugin list, leading to a more predictable execution order.

    Breaking Change: This change alter the execution order of plugins. This can break some plugins
    that was relying on the fact the addPlugin allowed to push a plugin to the end of the plugin
    list.

    If it is the case, the best fix is to reorder the plugin list and ensure the plugin is in the
    right position, after all its dependencies.

Patch Changes

v4.0.3

Patch Changes
  • #​1911
    dee6b8d2
    Thanks @​EmrysMyrddin! - The context is now referentialy stable.
    It means the context passed to all hooks and to all resolver is guaranted to always be the same
    object instance. This unique object instance will be mutated as needed to extend the context.

v4.0.2

Patch Changes

v4.0.1

Compare Source

Patch Changes

v4.0.0

Compare Source

Major Changes
Patch Changes
  • #​1728
    a36925c7
    Thanks @​ardatan! - - Memoize parsed document string result and use
    it wherever possible, and export getDocumentString function to allow users to use it as well.
    • Use WeakMaps with DocumentNode wherever possible instead of using LRU Cache with strings. It
      is more optimal if a parser caching is used
  • Updated dependencies
    [332f1f22]:

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 is behind base branch, 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/major-envelop-monorepo branch 23 times, most recently from 437f11e to ff91c1e Compare February 11, 2025 15:52
@renovate renovate bot force-pushed the renovate/major-envelop-monorepo branch from ff91c1e to 49eed5e Compare February 11, 2025 23:03
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