[Snyk] Upgrade: , postcss, , , , , eslint-plugin-react, prettier #18
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.17.0 to 3.19.4 | 6 versions ahead of your current version | 4 months ago
on 2024-05-16
postcss
from 8.4.31 to 8.4.41 | 10 versions ahead of your current version | a month ago
on 2024-08-05
@docusaurus/core
from 2.2.0 to 2.4.3 | 5 versions ahead of your current version | a year ago
on 2023-09-20
@docusaurus/plugin-google-gtag
from 2.4.0 to 2.4.3 | 2 versions ahead of your current version | a year ago
on 2023-09-20
@docusaurus/theme-search-algolia
from 2.2.0 to 2.4.3 | 5 versions ahead of your current version | a year ago
on 2023-09-20
@docusaurus/preset-classic
from 2.2.0 to 2.4.3 | 5 versions ahead of your current version | a year ago
on 2023-09-20
eslint-plugin-react
from 7.31.10 to 7.35.0 | 13 versions ahead of your current version | 2 months ago
on 2024-07-20
prettier
from 2.7.1 to 2.8.8 | 9 versions ahead of your current version | a year ago
on 2023-04-23
Issues fixed by the recommended upgrade:
SNYK-JS-ETA-2936803
SNYK-JS-TAR-6476909
SNYK-JS-ETA-3261240
SNYK-JS-UAPARSERJS-3244450
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: postcss
CssSyntaxError
types (by @ romainmenke).endIndex: 0
in errors and warnings (by @ romainmenke).Package name: @docusaurus/core
Package name: @docusaurus/plugin-google-gtag
Package name: @docusaurus/theme-search-algolia
Package name: @docusaurus/preset-classic
Package name: eslint-plugin-react
Added
jsx-props-no-spread-multi
(#3724 @ SimonSchick)forbid-component-props
: addpropNamePattern
to allow / disallow prop name patterns (#3774 @ akulsr0)jsx-handler-names
: support ignoring component names (#3772 @ akulsr0)jsx-closing-tag-location
: addline-aligned
option (#3777 @ kimtaejin3)no-danger
: addcustomComponentNames
option (#3748 @ akulsr0)Fixed
no-invalid-html-attribute
: substitute placeholders in suggestion messages (#3759 @ mdjermanovic)sort-prop-types
: single line type ending without semicolon (#3784 @ akulsr0)require-default-props
: report when required props have default value (#3785 @ akulsr0)Refactors
variableUtil
: Avoid creating a single flat variable scope for each lookup (#3782 @ DanielRosenwasser)Fixed
prop-types
: fixclassName
missing in prop validation false negative (#3749 @ akulsr0)sort-prop-types
: Check for undefined before accessingnode.typeAnnotation.typeAnnotation
(#3779 @ tylerlaprade)Fixed
prop-types
: null-check rootNode before calling getScope (#3762 @ crnhrv)boolean-prop-naming
: avoid a crash with a spread prop (#3733 @ ljharb)jsx-boolean-value
:assumeUndefinedIsFalse
withnever
must not allow explicittrue
value (#3757 @ 6uliver)no-object-type-as-default-prop
: enable rule for components with many parameters (#3768 @ JulienR1)jsx-key
: incorrect behavior for checkKeyMustBeforeSpread with map callbacks (#3769 @ akulsr0)Fixed
boolean-prop-naming
: avoid a crash with a non-TSTypeReference type (#3718 @ developer-bandi)jsx-no-leaked-render
: invalid report if left side is boolean (#3746 @ akulsr0)jsx-closing-bracket-location
: message shows{{details}}
when there are no details (#3759 @ mdjermanovic)no-invalid-html-attribute
: ensure error messages are correct (#3759 @ mdjermanovic, @ ljharb)Changed
Fixed
jsx-no-leaked-render
: prevent wrongly adding parens (#3700 @ developer-bandi)boolean-prop-naming
: detect TS interfaces (#3701 @ developer-bandi)boolean-prop-naming
: literalType error fix (#3704 @ developer-bandi)boolean-prop-naming
: allow TSIntersectionType (#3705 @ developer-bandi)no-unknown-property
: supportpopover
,popovertarget
,popovertargetaction
attributes (#3707 @ ljharb)no-unknown-property
: only matchdata-*
attributes containing-
(#3713 @ silverwind)checked-requires-onchange-or-readonly
: correct options that were behaving opposite (#3715 @ jaesoekjjang)Changed
boolean-prop-naming
: improve error message (@ ljharb)Added
sort-prop-types
: give errors on TS types (#3615 @ akulsr0)no-invalid-html-attribute
: add support forapple-touch-startup-image
rel
attributes inlink
tags (#3638 @ thomashockaday)no-unknown-property
: add requireDataLowercase option (#3645 @ HermanBilous)no-unknown-property
: adddisplaystyle
on<math>
(#3652 @ lounsbrough)prefer-read-only-props
,prop-types
, component detection: allow components to be async functions (#3654 @ pnodet)no-unknown-property
: supportonResize
on audio/video tags (#3662 @ caesar1030)jsx-wrap-multilines
: addnever
option to prohibit wrapping parens on multiline JSX (#3668 @ reedws)jsx-filename-extension
: addignoreFilesWithoutCode
option to allow empty files (#3674 @ burtek)jsx-boolean-value
: addassumeUndefinedIsFalse
option (#3675 @ developer-bandi)linkAttribute
setting,jsx-no-target-blank
: support multiple properties (#3673 @ burtek)jsx-no-script-url
: addincludeFromSettings
option to supportlinkAttributes
setting (#3673 @ burtek)jsx-one-expression-per-line
: addnon-jsx
option to allow non-JSX children in one line (#3677 @ burtek)checked-requires-onchange-or-readonly
rule (#3680 @ jaesoekjjang)Fixed
jsx-no-leaked-render
: preserve RHS parens for multiline jsx elements while fixing (#3623 @ akulsr0)jsx-key
: detect conditional returns (#3630 @ yialo)jsx-newline
: prevent a crash whenallowMultilines
(#3633 @ ljharb)no-unknown-property
: use a better regex to avoid a crash (#3666 @ ljharb @ SCH227)prop-types
: handle nested forwardRef + memo (#3679 @ developer-bandi)no-unknown-property
: addfetchPriority
(#3697 @ SevereCloud)forbid-elements
: prevent a crash oncreateElement()
(#3632 @ ljharb)Changed
jsx-boolean-value
: make error messages clearer (#3691 @ developer-bandi)propTypes
: extract type params to var (#3634 @ HenryBrown0)boolean-prop-naming
: invert if statement (#3634 @ HenryBrown0)function-component-definition
: exit early if no type params (#3634 @ HenryBrown0)jsx-props-no-multi-spaces
: extract type parameters to var (#3634 @ HenryBrown0)jsx-key
: fix correct example (#3656 @ developer-bandi)jsx-wrap-multilines
: passing tests (#3545 @ burtek)iframe-missing-sandbox
: fix link to iframe attribute on mdn (#3690 @ nnmrts)hook-use-state
: fix an undefined variable (#3626 @ chentsulin)Fixed