Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2025

Bumps gettext-parser from 1.3.1 to 1.4.0.

Release notes

Sourced from gettext-parser's releases.

1.4.0

  • Fixed catastrophic backtracking vulnerability in line folding regex (thx @​davisjam).
  • Added sort option for PO compilation (thx @​AlexMost).
Changelog

Sourced from gettext-parser's changelog.

[1.3.1] - 2018-02-20

  • Fix catastrophic backtracking vulnerability in patch version to reach more users.

[1.4.0] - 2018-02-19

  • Fix catastrophic backtracking vulnerability in line folding regex (thx @​davisjam).
  • Add sort option for PO compilation (thx @​AlexMost).

[1.3.0] - 2017-08-03

  • Add line folding length option to po.compile (thx @​SleepWalker).
  • Update code to use new buffer API.

[1.2.2] - 2017-01-11

  • Use semistandard coding style.
  • Remove unreachable code (thx @​jelly).
  • Replace grunt with npm scripts.
  • Replace jshint with eslint.

[1.2.1] - 2016-11-26

  • Fix typo in readme (thx @​TimKam).
  • New project maintainer.

[1.2.0] - 2016-06-13

  • Fix compilation of plurals when msgstr only contains one element (thx @​maufl).
  • Fix example in readme (thx @​arthuralee).

[1.1.2] - 2015-10-07

  • Update dependencies.

[1.1.1] - 2015-06-04

  • Fix hash table location value in compiled mo files

[1.1.0] - 2015-01-21

  • Add po.createParseStream method for parsing PO files from a Stream source
  • Update documentation

[1.0.0] - 2015-01-21

  • Bump version to 1.0.0 to be compatible with semver
  • Change tests from nodeunit to mocha
  • Unify code style in files and added jshint task to check it
  • Add Grunt support to check style and run tests on npm test

[0.2.0] - 2013-12-30

  • Remove node-iconv dependency
  • Fix a global variable leak (line was not defined in pocompiler._addPOString)
  • Apply some code maintenance (applied jshint rules, added "use strict" statements)
  • Update e-mail address in .travis.yml
  • Add CHANGELOG file

... (truncated)

Commits
  • 926b74e v1.4.0
  • 6938ecc fix linting
  • a9473c0 Merge branch 'master' of github.com:smhg/gettext-parser
  • ec22a88 add more non-line-break folding tests
  • b3aa4a7 fix catastrophic backtracking vulnerability (closes #39)
  • 3ded291 Merge pull request #31 from AlexMost/sort-option
  • e6db5a8 removed duplicate .idea from ignore
  • 5120917 fix comparator doc
  • 1a0a16d fix CI + moved compare function to the top
  • bfe78fb moved compare func out of the scope of the compile function
  • Additional commits viewable in compare view

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 [gettext-parser](https://github.com/smhg/gettext-parser) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/smhg/gettext-parser/releases)
- [Changelog](https://github.com/smhg/gettext-parser/blob/master/CHANGELOG.md)
- [Commits](smhg/gettext-parser@v1.3.1...v1.4.0)

---
updated-dependencies:
- dependency-name: gettext-parser
  dependency-version: 1.4.0
  dependency-type: direct:production
  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 Nov 15, 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.

1 participant