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.
Snyk has created this PR to upgrade multiple dependencies.
👯♂ The following dependencies are linked and will therefore be updated together.ℹ️ 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.
@crowdin/cli
from 3.7.1 to 3.19.4 | 32 versions ahead of your current version | 4 months ago
on 2024-05-16
@docusaurus/core
from 2.0.0-beta.13 to 2.4.3 | 181 versions ahead of your current version | a year ago
on 2023-09-20
@docusaurus/plugin-sitemap
from 2.0.0-beta.15 to 2.4.3 | 178 versions ahead of your current version | a year ago
on 2023-09-20
clsx
from 1.1.1 to 1.2.1 | 2 versions ahead of your current version | 2 years ago
on 2022-07-06
@docusaurus/preset-classic
from 2.0.0-beta.13 to 2.4.3 | 178 versions ahead of your current version | a year ago
on 2023-09-20
Issues fixed by the recommended upgrade:
SNYK-JS-MICROMATCH-6838728
SNYK-JS-SHELLJS-2332187
SNYK-JS-FOLLOWREDIRECTS-6141137
SNYK-JS-IP-6240864
SNYK-JS-NODEFORGE-2430339
SNYK-JS-NTHCHECK-1586032
SNYK-JS-WEBPACK-3358798
SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555
SNYK-JS-WS-7266574
SNYK-JS-WS-7266574
SNYK-JS-QS-3153490
SNYK-JS-ANSIREGEX-1583908
SNYK-JS-ANSIREGEX-1583908
SNYK-JS-BODYPARSER-7926860
SNYK-JS-BRACES-6838727
SNYK-JS-ETA-2936803
SNYK-JS-EXPRESS-7926867
SNYK-JS-FOLLOWREDIRECTS-2332181
SNYK-JS-NANOID-2332193
SNYK-JS-JSON5-3182856
SNYK-JS-SIDEWAYFORMULA-3317169
SNYK-JS-TERSER-2806366
SNYK-JS-FOLLOWREDIRECTS-6444610
SNYK-JS-IP-7148531
SNYK-JS-NODEFORGE-2430337
SNYK-JS-NODEFORGE-2430341
SNYK-JS-UAPARSERJS-3244450
SNYK-JS-WEBPACK-7840298
SNYK-JS-JSON5-3182856
SNYK-JS-POSTCSS-5926692
SNYK-JS-PRISMJS-2404333
SNYK-JS-SERIALIZEJAVASCRIPT-6147607
SNYK-JS-ETA-3261240
SNYK-JS-EXPRESS-6474509
SNYK-JS-FOLLOWREDIRECTS-2396346
SNYK-JS-SEND-7926862
SNYK-JS-SERVESTATIC-7926865
SNYK-JS-BABELTRAVERSE-5962462
Release notes
Package name: @crowdin/cli
What's Changed
Full Changelog: 3.19.3...3.19.4
What's Changed
New Contributors
Full Changelog: 3.19.2...3.19.3
What's Changed
Full Changelog: 3.19.1...3.19.2
What's Changed
Full Changelog: 3.19.0...3.19.1
What's Changed
--label
option forscreenshot upload
command by @ katerina20 in #721--label
option forstring list
command by @ katerina20 in #722installation.md
by @ 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
Package name: @docusaurus/core
Package name: @docusaurus/plugin-sitemap
Package name: clsx
Patches
clsx
export tooChores
Features
Add named
clsx
export alias (#43, #44): 56ab81fThank you @ danikaze~!
This is purely an alias for the default export so that TypeScript users can avoid the
esModuleInterop
setting. In other words, the followimport
statements are effectively identical, but the latter is preferred by TypeScript:Chores
tape
touvu
for tests: 1c36d10Thank you @ gingerrific~!
Patches
toVal
calls with truthy assertions: 4fa8811, 019ec02typeof
checks for common case: 08a5a7fChores