Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(deps): update dependency gettext-parser to v8 #60

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gettext-parser ^4.0.4 -> ^8.0.0 age adoption passing confidence

Release Notes

smhg/gettext-parser (gettext-parser)

v8.0.0: 8.0.0

Compare Source

  • breaking: switch to ESM (replace require with import to use this gettext-parser in your project)
  • breaking: dropped support for node <=17

v7.0.1: 7.0.1

Compare Source

  • return early while parsing comments (thx @​JonasBa)

v7.0.0: 7.0.0

Compare Source

  • add a validation option (disabled by default) to PO parsing (thx @​vkhytskyi-allegro)
  • breaking: the method signatures below changed
previous use current use
po.parse (input, defaultCharset) po.parse (input, options)
po.stream (defaultCharset, transformOptions) po.stream (options, transformOptions)

v6.0.0: 6.0.0

Compare Source

  • add newline to end of po output (thx @​kevinlul)
  • update dependency readable-stream (which drops support for Node <12)

v5.1.2: 5.1.2

Compare Source

v5.1.1: 5.1.1

Compare Source

v5.1.0: 5.1.0

Compare Source

v5.0.0: 5.0.0

Compare Source

v4.2.0: 4.2.0

Compare Source

  • add eol parameter to po.compile (mainly to make tests run on Windows) (thx @​jayvdb)

v4.1.0: 4.1.0

Compare Source


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 was generated by Mend Renovate. View the repository job log.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant