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

Bump integreat from 1.3.6 to 1.5.3 #22

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps integreat from 1.3.6 to 1.5.3.

Release notes

Sourced from integreat's releases.

v1.5.3

Update deps

v1.5.2

Update deps.

v1.5.1

Bug fix:

  • The DELETE handler would stop actions without only params

v1.5.0

New features:

  • Jobs now support progress reporting (between steps)
  • Job steps now support postconditions
  • The breakByDefault flag will make preconditions and postconditions break by default, and will also move the default fail-on-error behavior from preconditions on the next step to postconditions on the current step
  • The EXPIRE handler now support direct deletion too (without first getting expired items)
  • We're exporting the IdentType enum, and it has the new ident type Scheduler (SCHED)
  • Ident setup now allows to not have roles and tokens mapped from ident completions (by setting them to null)
  • The list of non-values may be configured in the definitions
  • Include some performance improvements from map-transform

Bug fixes:

  • Invalid JSON response body (typically empty body) would give an error that would override the real error from the transporter
  • When setting a response in the mutation of an incoming request, allowRawResponse had to be true. This is not necessary anymore

v1.4.10

Bug fix:

  • Some transformer that does not support a pipeline in path threw with a JS error when a pipeline was given. Now it throws a more describing error

v1.4.9

Performance fixes:

  • iterate and filter operations have gotten a performance boost
  • A few other transformers and operations have gotten slightly faster too

v1.4.8

Performance fixes:

  • The compare, get, and sort transformers have gotten a performance boost

v1.4.7

Performance fix:

  • The lookup operation should be a lot faster now

v1.4.6

Bug fixes:

  • When a job action responded with status noaction, it was changed to an ok status
  • The SYNC handler used error instead of warning to signal why an action returned noaction

v1.4.5

Bug fix:

  • When running a queued job, sub steps would also be queued.

... (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.3.6 to 1.5.3.
- [Release notes](https://github.com/integreat-io/integreat/releases)
- [Commits](integreat-io/integreat@v1.3.6...v1.5.3)

---
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 the dependencies Pull requests that update a dependency file label Dec 18, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 25, 2023

Superseded by #23.

@dependabot dependabot bot closed this Dec 25, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/integreat-1.5.3 branch December 25, 2023 00:31
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants