mojito icon indicating copy to clipboard operation
mojito copied to clipboard

An automation platform that enables continuous localization.

Results 73 mojito issues
Sort by recently updated
recently updated
newest added

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies
javascript

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies
javascript

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies
javascript

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies
javascript

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.19 to 0.7.31. Commits 97f3368 Bump version 0.7.31 b86860e Merge pull request #546 from hansott/master 157af1e Merge pull request #547 from sunny-mwx/patch-1 b4cfe1b Merge pull request #535...

dependencies
javascript

Bumps [is-svg](https://github.com/sindresorhus/is-svg) from 4.2.1 to 4.3.2. Release notes Sourced from is-svg's releases. v4.3.2 Fix false-negative with linebreaks inside the SVG tag (#29) d46292d https://github.com/sindresorhus/is-svg/compare/v4.3.1...v4.3.2 v4.3.1 Remove leftover console.log b8ebc78 https://github.com/sindresorhus/is-svg/compare/v4.3.0...v4.3.1...

dependencies
javascript

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.17 to 7.0.39. Release notes Sourced from postcss's releases. 7.0.39 Reduce package size. Backport nanocolors to picocolors migration. 7.0.38 Update Processor#version. 7.0.37 Backport chalk to nanocolors migration....

dependencies
javascript

Hi there, it seems that when you have a project that requires translation to Hungarian (hu-HU), then the xliff file that is produced during a drop is encoded with ISO-8859-2....

Allows to specify username/password to the CLI in a non-interactive way. Ex: ``` java -Duser.name=foo \ -Duser.password=bar \ -Dl10n.resttemplate.authentication.credentialProvider=CONSOLE \ -jar mojito-cli.jar ```