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 gettext-parser to v8 #201

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 22, 2024

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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

v4.0.4: 4.0.4

Compare Source

  • update dependencies

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1: 4.0.1

Compare Source

  • update dependencies

v4.0.0

Compare Source

  • Fix header title casing same when parsing (compiling fixed in 4.0.0-alpha.0)

v3.1.1

Compare Source

  • Update code to ES6

v3.1.0

Compare Source

  • Add error when PO contains unescaped double quotes (thx @​probertson)

v3.0.0

Compare Source

  • Remove support for old node versions

v2.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 is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/gettext-parser-8.x branch 2 times, most recently from 48c2980 to c4c59d6 Compare March 22, 2024 07:28
@renovate renovate bot force-pushed the renovate/gettext-parser-8.x branch from c4c59d6 to e540e6d Compare April 9, 2024 14:57
@renovate renovate bot force-pushed the renovate/gettext-parser-8.x branch 3 times, most recently from 717ec11 to 0e2f2c3 Compare April 19, 2024 07:57
@renovate renovate bot force-pushed the renovate/gettext-parser-8.x branch 2 times, most recently from 1f661e6 to 45fe18c Compare May 3, 2024 09:08
@renovate renovate bot force-pushed the renovate/gettext-parser-8.x branch 2 times, most recently from 66a1f79 to c4e6ac4 Compare June 5, 2024 12:18
@renovate renovate bot force-pushed the renovate/gettext-parser-8.x branch 3 times, most recently from 9c06946 to 9c3d312 Compare June 28, 2024 08:43
@renovate renovate bot force-pushed the renovate/gettext-parser-8.x branch 3 times, most recently from e633172 to 95ec668 Compare July 22, 2024 06:19
@renovate renovate bot force-pushed the renovate/gettext-parser-8.x branch 2 times, most recently from 37941ad to 5059de7 Compare September 10, 2024 04:04
@renovate renovate bot force-pushed the renovate/gettext-parser-8.x branch 6 times, most recently from baca96d to d9c2d60 Compare October 24, 2024 13:01
@renovate renovate bot force-pushed the renovate/gettext-parser-8.x branch from d9c2d60 to d0fcea7 Compare October 24, 2024 13:04
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.

0 participants