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-transformers from 1.0.5 to 1.5.0 #375

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 Feb 10, 2025

Bumps integreat-transformers from 1.0.5 to 1.5.0.

Release notes

Sourced from integreat-transformers's releases.

v1.5.0

New feature:

  • The split transformer now supports splitting arrays with a sep value, including joining arrays by sep in reverse. This also goes for join, but in opposite directions.
  • The sep parameter may be an array for both split and join transformers. When splitting, any of the sep values will split. When joining, the first sep value will be used.

v1.4.0

New features:

  • The template transformer will now parse in reverse, trying to extract params by matching the template to the pipeline value.
  • A new parse transformer, parses like template from a service, and applies the template in reverse. Like template, but with the directions reversed.
  • The htmlEntities has been renamed to htmlDecode (the old name still works), and as gotten a sibling transformer htmlEncode, which encodes from a service and decodes to.
  • A new transformer type returns a string indicating what type the pipeline value has. It works the same way in both directions.

Note: The fact that template now works differently in reverse is not a breaking change, as it has never been ready to be used in reverse, and the docs have always stated that parsing will come at some point. :)

v1.3.0

New features:

  • Two new transformers: absolute and extractNumber

v1.2.0

New feature:

  • The new htmlEntities transformer will decode HTML entities from a service and encode to a service.

Also updated a few deps.

v1.1.0

New feature:

  • The unique transformer now supports a alpha type, which generates a nanoid without - and _.

Bug fix:

  • The date transform would not cast a date with the format 'iso'.

Also updated the dev env to node 22 and switch to node test runner.

v1.0.6

  • Some minor dependency updates.
  • A major update of the uuid package, but the breaking change is that they drop support for some older node versions that we don't support anyway.
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-transformers](https://github.com/integreat-io/integreat-transformers) from 1.0.5 to 1.5.0.
- [Release notes](https://github.com/integreat-io/integreat-transformers/releases)
- [Commits](integreat-io/integreat-transformers@v1.0.5...v1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 10, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants