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 #1796

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 18, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

n1ru4l/envelop (@​envelop/core)

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 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/envelop-core-5.x branch 15 times, most recently from ccedd1f to 495c41b Compare May 24, 2024 13:31
@renovate renovate bot force-pushed the renovate/envelop-core-5.x branch 2 times, most recently from 8d0b833 to 71fbb3d Compare May 27, 2024 10:55
@renovate renovate bot force-pushed the renovate/envelop-core-5.x branch 8 times, most recently from c6e925c to 47e0029 Compare June 4, 2024 04:45
@renovate renovate bot force-pushed the renovate/envelop-core-5.x branch 5 times, most recently from d2bddd4 to 71a371f Compare June 11, 2024 15:19
@renovate renovate bot force-pushed the renovate/envelop-core-5.x branch 8 times, most recently from 4224ea9 to cad9405 Compare June 12, 2024 00:20
@renovate renovate bot force-pushed the renovate/envelop-core-5.x branch from cad9405 to a86b2b0 Compare June 12, 2024 00:25
@vicary vicary merged commit 9fca9a4 into main Jun 12, 2024
7 checks passed
@vicary vicary deleted the renovate/envelop-core-5.x branch June 12, 2024 02:58
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.

None yet

1 participant