Skip to content

Bump integreat from 1.5.10 to 1.6.1 #113

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps integreat from 1.5.10 to 1.6.1.

Release notes

Sourced from integreat's releases.

v1.6.1

Update type of action meta with jobId and stepId.

v1.6.0

New features:

  • Transporters:

    • Add stopListening() to interface.
    • Pass on emit function,
  • Dispatch:

    • Implement dispatchedCount on the instance .
    • Emit a done event when all dispatched actions are completed.
  • Idents:

    • Implement mapping on identConfig to allow more props on ident.
    • Complete idents on dispatch() and authenticate() callback, when completeIdent is true (without the middleware).
    • Don't fetch already completed ident.
    • Add ident type SYST
  • Authenticators:

    • Implement new action authenticator
    • Implement validate() method on token authenticator.
    • Provide dispatch to authenticator authenticate() and validate().
    • Make the authentication object available to the authenticate() method.
  • Jobs:

    • Change how preconditions and postconditions work with a failOnErrorInPostconditions flag.
    • Make preconditions also available to job with flows.
    • Remove job and step info from error messages.
    • Include step in origin when job step fails.
    • Return warning from preconditions.
    • Set stepId on meta for actions dispatch from a job step.
  • Actions:

    • Support the gid meta property.
    • Set id and cid on incoming actions.
    • Preserve id, cid, gid, and ident on incoming action when mutation removes them.
    • Make id, cid, and gid be treated correctly by dispatch, action handlers, and jobs.
    • Set targetService on outgoing actions, unless meta.options.doSetTargetService is false.
    • Run middleware on queued actions as well
  • Support providing your own mapTransform

  • New response status code: toomany

Bug fixes

  • Use warning instead of error on noaction responses
  • Fix bug where original action that started a job would be overwritten by the response to the action
  • Don't wrap single job step error in generic error
  • Fix bug where parallel job steps with only one step would not return data
  • Use same action type and meta when passing GET_META and SET_META through GET and SET handlers
  • Return badrequest for GET_ALL without a pageSize (used to fall back silently to not using GET_ALL)
  • Fix bug where postmutation was run after the postconditions for job with an action
  • Fix bug where casting with no defaults would remove createdAt and updatedAt

v1.5.12

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [integreat](https://github.com/integreat-io/integreat) from 1.5.10 to 1.6.1.
- [Release notes](https://github.com/integreat-io/integreat/releases)
- [Commits](integreat-io/integreat@v1.5.10...v1.6.1)

---
updated-dependencies:
- dependency-name: integreat
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 24, 2025
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.

0 participants