[Snyk] Upgrade @crowdin/cli from 3.9.0 to 3.19.2 #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade @crowdin/cli from 3.9.0 to 3.19.2.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 18 versions ahead of your current version.
The recommended version was released 2 months ago, on 2024-04-02.
The recommended version fixes:
SNYK-JS-TAR-6476909
Why? Proof of Concept exploit, Has a fix available, CVSS 6.5
(*) Note that the real score may have changed since the PR was raised.
Release notes
Package name: @crowdin/cli
-
3.19.2 - 2024-04-02
- fix: ignore pattern with language mapping in config by @ katerina20 in #753
- ci: upgrade actions by @ andrii-bodnar in #754
- docs: improve descriptions for the upload sources command by @ andrii-bodnar in #752
- docs: exit codes article by @ andrii-bodnar in #757
-
3.19.1 - 2024-03-27
- fix: empty asterisks in translation by @ katerina20 in #750
- chore: update messages.properties by @ Andrulko in #749
-
3.19.0 - 2024-03-19
- feat:
- feat:
- feat: possibility to add plural strings by @ katerina20 in #731
- feat: multilingual option by @ katerina20 in #725
- feat: set HTTP timeout for API requests by @ yevheniyJ in #734
- fix: message for strings-based project when download by @ katerina20 in #729
- fix: double asterisks in paths by @ katerina20 in #733
- build: update dependencies by @ andrii-bodnar in #727
- docs: update
- @ guoyunhe made their first contribution in #728
-
3.18.0 - 2024-02-07
-
-
-
3.17.0 - 2024-01-30
-
- docs: Files management article by @ andrii-bodnar in #712
- docs: update zip package Readme by @ andrii-bodnar in #711
- chore: add codecov.yml by @ andrii-bodnar in #715
- build(deps): remove findsecbugs-plugin by @ andrii-bodnar in #716
-
3.16.1 - 2024-01-18
- fix: windows escape symbols by @ katerina20 in #684
- chore: update init command success message by @ andrii-bodnar in #704
- docs: update badges and installation guide by @ andrii-bodnar in #698
- chore(deps): bump follow-redirects from 1.15.2 to 1.15.4 in /website by @ dependabot in #705
- build(packages): fix 'packageSourceUrl' for chocolatey package by @ andrii-bodnar in #696
- ci: improve workflows by @ andrii-bodnar in #697
- ci: fix chocolatey publishing by @ andrii-bodnar in #699
- ci: fix chocolatey publishing (2) by @ andrii-bodnar in #700
- ci: fix zip package structure by @ andrii-bodnar in #702
- ci: install local chocolatey package before publishing by @ andrii-bodnar in #703
-
3.16.0 - 2024-01-04
- feat: add config params for
- fix: Update dependencies by @ ddninja in #673
- chore: fix vulnerabilities in direct dependencies by @ andrii-bodnar in #691
- chore: update links in messages by @ andrii-bodnar in #681
- ci: generate zip package and version file, add docker deployment by @ andrii-bodnar in #687
- ci: FOSSA Dependency Analysis by @ andrii-bodnar in #689
- chore: remove unused
- build(deps): drop unused
- build(deps): update gradle, checkstyle, spotbugs by @ andrii-bodnar in #693
- build: remove checkstyle by @ andrii-bodnar in #694
- docs: add sitemap by @ andrii-bodnar in #682
- docs: disable trailing slash by @ andrii-bodnar in #677
- docs: fix labels synopsis by @ andrii-bodnar in #676
- @ ddninja made their first contribution in #673
-
3.15.0 - 2023-10-25
- feat:
- feat: file and directory options for
- feat: added support of passing labels to
- feat: retries for translations build by @ katerina20 in #667
- feat: replace file id with file path in
- feat: dryrun for bundle download by @ katerina20 in #648
- feat: add file name to translation upload error message by @ katerina20 in #639
- fix: translations download without preserve hierarchy by @ katerina20 in #643
- docs: add release notes link to header by @ andrii-bodnar in #638
- docs: xcstrings files section by @ andrii-bodnar in #650
- docs: update CI/CD article by @ andrii-bodnar in #672
- test: add more Unit tests for the
- test: Adding missing tests to
- test: add tests for
- test: Add Unit tests for the
- @ debanjanc01 made their first contribution in #649
- @ Monoradioactivo made their first contribution in #655
- @ Sweetdevil144 made their first contribution in #660
- @ ayusheshan made their first contribution in #662
-
3.14.0 - 2023-09-08
-
3.13.0 - 2023-06-12
-
3.12.0 - 2023-05-30
-
3.11.1 - 2023-05-16
-
3.11.0 - 2023-04-24
-
3.10.1 - 2023-03-13
-
3.10.0 - 2023-01-25
-
3.9.3 - 2023-01-17
-
3.9.2 - 2023-01-16
-
3.9.1 - 2022-11-16
-
3.9.0 - 2022-10-17
from @crowdin/cli GitHub release notesWhat's Changed
Full Changelog: 3.19.1...3.19.2
What's Changed
Full Changelog: 3.19.0...3.19.1
What's Changed
--labeloption forscreenshot uploadcommand by @ katerina20 in #721--labeloption forstring listcommand by @ katerina20 in #722installation.mdby @ guoyunhe in #728New Contributors
Full Changelog: 3.18.0...3.19.0
What's Changed
feat: string-based project support by @ katerina20 in #714
In string-based projects, the focus is on managing translatable content as individual strings rather than source files. In this project type, after uploading source files, Crowdin parses them into source strings. Unlike file-based projects, source files aren’t stored, and the emphasis is on managing the content at the string level. This approach is beneficial when dealing with projects that involve continuous content updates, dynamic content, or where a string-oriented structure is preferred.
docs: update the Files Management article by @ andrii-bodnar in #720
Full Changelog: 3.17.0...3.18.0
What's Changed
App
feat:
filecommand by @ katerina20 in #708 (Documentation)ℹ️ Help us to improve the new command - leave your feedback - #713
Documentation
Build
Full Changelog: 3.16.1...3.17.0
What's Changed
App
Documentation
Build
Full Changelog: 3.16.0...3.16.1
What's Changed
App
initcommand by @ katerina20 in #670Build
glassfish.jerseydeps by @ andrii-bodnar in #690json-patchdependency by @ andrii-bodnar in #692Documentation
New Contributors
Full Changelog: 3.15.0...3.16.0
What's Changed
Features
labelcommand by @ katerina20 in #661 (Documentation)statuscommand by @ katerina20 in #646 (Documentation)pre-translatecommand by @ debanjanc01 in #649 (Documentation)task addcommand by @ katerina20 in #641Deprecation warning⚠️
The
task add --fileparameter now accepts the file path instead of the numeric ID. The numeric ID support is still available for backward compatibility, but it will be removed in future releases. See PR #641 for more details.Fixes
Docs
Tests
Utilsclass by @ Monoradioactivo in #655FileUtilsclass by @ Sweetdevil144 in #660DistributionReleaseActionby @ ayusheshan in #662ListLanguagesAction.javaclass by @ Sweetdevil144 in #663New Contributors
Full Changelog: 3.14.0...3.15.0
Commit messages
Package name: @crowdin/cli
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs
Note: This is a default PR template raised by Snyk. Find out more about how you can customise Snyk PRs in our documentation.