[Snyk] Upgrade: , asciinema-player, dayjs, eslint-plugin-jsx-a11y, eslint-plugin-react, react-bootstrap, react-icons, react-router-dom, spdx-license-ids #33
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.
@types/node
from 16.18.96 to 16.18.105 | 9 versions ahead of your current version | a month ago
on 2024-08-09
asciinema-player
from 3.7.1 to 3.8.0 | 8 versions ahead of your current version | 3 months ago
on 2024-06-15
dayjs
from 1.11.11 to 1.11.13 | 2 versions ahead of your current version | 23 days ago
on 2024-08-20
eslint-plugin-jsx-a11y
from 6.8.0 to 6.9.0 | 1 version ahead of your current version | 3 months ago
on 2024-06-20
eslint-plugin-react
from 7.34.1 to 7.35.0 | 4 versions ahead of your current version | 2 months ago
on 2024-07-20
react-bootstrap
from 2.10.2 to 2.10.4 | 2 versions ahead of your current version | 2 months ago
on 2024-06-30
react-icons
from 4.3.1 to 4.12.0 | 12 versions ahead of your current version | 10 months ago
on 2023-11-14
react-router-dom
from 6.23.0 to 6.26.1 | 16 versions ahead of your current version | a month ago
on 2024-08-15
spdx-license-ids
from 3.0.17 to 3.0.20 | 3 versions ahead of your current version | 23 days ago
on 2024-08-20
Issues fixed by the recommended upgrade:
SNYK-JS-BRACES-6838727
SNYK-JS-MICROMATCH-6838728
Release notes
Package name: @types/node
-
16.18.105 - 2024-08-09
-
16.18.104 - 2024-07-23
-
16.18.103 - 2024-07-18
-
16.18.102 - 2024-07-16
-
16.18.101 - 2024-06-20
-
16.18.100 - 2024-06-19
-
16.18.99 - 2024-06-17
-
16.18.98 - 2024-06-03
-
16.18.97 - 2024-05-06
-
16.18.96 - 2024-04-09
from @types/node GitHub release notesPackage name: asciinema-player
-
3.8.0 - 2024-06-15
- added support for colons in SGR color sequences - fixes (asciinema/avt#9, #154, #231)
- added support for
- added help overlay, triggered by "?" key
- improved adaptive buffering algorithm in the websocket driver
- improved rendering of block drawing characters
- made text of the time display and marker tooltips bigger
- made the control bar and markers use terminal theme's foreground and background colors
- added tooltip for the fullscreen button
- added
- fixed player element focus behavior when clicking on a marker dot or the playback toggle button
-
3.7.2-rc.7 - 2024-06-07
-
3.7.2-rc.6 - 2024-06-02
-
3.7.2-rc.5 - 2024-06-01
-
3.7.2-rc.4 - 2024-05-30
-
3.7.2-rc.3 - 2024-04-27
-
3.7.2-rc.2 - 2024-04-24
-
3.7.2-rc.1 - 2024-04-04
-
3.7.1 - 2024-03-24
- greatly improved rendering (position, alignment, accuracy) of ascii drawing, block elements, braille patterns and Powerline triangle symbols
- fixed alignment of double-width chars (such as CJK, emoji)
- new adaptive algorithm for buffering in live (websocket) driver, ensuring smooth playback on high-latency or high-jitter network connections
- minor rendering performance improvement via UI updates batching
- improved visibility of play button's drop shadow for themes with light background
- code refactorings and cleanup





from asciinema-player GitHub release notesNotable changes:
auto/<theme-name>specification forthemeoption (see below)"type": "module"to package.json to fix import error with some bundlers (thanks @ MaddyGuthridge)https://www.npmjs.com/package/asciinema-player/v/3.8.0
Recordings made with asciinema CLI 3.0 or later may embed original terminal theme, which is used by the player when available.
Before this release the only way to let the player use the embedded theme automatically was not specifying the
themeoption when initializing the player. When thethemeoption was not used, the player favored the embedded theme, falling back toasciinematheme. There was no way to specify "use the original theme when available, fall back to monokai".This release adds the ability to specify the above wish as
{ theme: "auto/monokai" }. You can use any built-in theme, e.g.{ theme: "auto/dracula" }, and the player will use Dracula theme if the original theme was not captured at the time of recording.To always use a specific theme regardless of the presence of the original theme in a recording file, use
{ theme: "<theme-name>" }, e.g.{ theme: "dracula" }.Default value of the
themeoption (when one not specified) is nowauto/asciinema.No content.
No content.
No content.
No content.
No content.
No content.
No content.
Notable changes:
https://www.npmjs.com/package/asciinema-player/v/3.7.1
Demo showing the improved rendering in general:
Screenshots showing the fixes to the character alignment and positioning:
Package name: dayjs
-
1.11.13 - 2024-08-20
- customParseFormat supports Q quter / w ww weekOfYear (#2705) (8ca74f1)
-
1.11.12 - 2024-07-18
- Add NegativeYear Plugin support (#2640) (6a42e0d)
- add UTC support to negativeYear plugin (#2692) (f3ef705)
- Fix zero offset issue when use tz with locale (#2532) (d0e6738)
- Improve typing for min/max plugin (#2573) (4fbe94a)
- timezone plugin currect parse UTC tz (#2693) (b575c81)
-
1.11.11 - 2024-04-28
- day of week type literal (#2630) (f68d73e)
- improve locale "zh-hk" format and meridiem (#2419) (a947a51)
- Update 'da' locale to match correct first week of year (#2592) (44b0936)
- update locale Bulgarian monthsShort Jan (#2538) (f0c9a41)
from dayjs GitHub release notes1.11.13 (2024-08-20)
Bug Fixes
1.11.12 (2024-07-18)
Bug Fixes
1.11.11 (2024-04-28)
Bug Fixes
Package name: eslint-plugin-jsx-a11y
-
6.9.0 - 2024-06-20
- add support for Flat Config
- Revert "[Fix]
- ensure
- [meta] fix changelog links
- [Robustness] use
- [actions] update actions/checkout
- [Deps] pin
- [Deps] remove
- [Deps] unpin
- [Deps] move
-
6.8.0 - 2023-11-01
from eslint-plugin-jsx-a11y GitHub release notesAdded
6b5f096no-noninteractive-element-to-interactive-role: allowmenuitemradioandmenuitemcheckboxon <li>c0733f9Fixed
img-redundant-alt: fixed multibyte character support#969isNonInteractiveElement: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.1"75d5dd7summaryremains non-interactive6a048daChanged
#960safe-regex-test4c7e78151a1ca7aria-queryandaxobject-query, addls-enginestest to CI32fd82c@ babel/runtime0a98ad8axe-coreb3559cfobject.entriesto dev deps1be7b70Full Changelog: v6.8.0...v6.9.0
Full Changelog: v6.7.1...v6.8.0
Package name: eslint-plugin-react
-
7.35.0 - 2024-07-20
- support eslint v9 (#3759 @ mdjermanovic)
- export flat configs from plugin root and fix flat config crash (#3694 @ bradzacher @ mdjermanovic)
- add
- version settings: Allow react defaultVersion to be configurable (#3771 @ onlywei)
-
7.34.4 - 2024-07-13
-
7.34.3 - 2024-06-18
-
7.34.2 - 2024-05-28
- [Refactor] create various eslint utils to fix eslint deprecations (#3759 @ mdjermanovic, @ ljharb)
-
7.34.1 - 2024-03-15
from eslint-plugin-react GitHub release notesAdded
jsx-props-no-spread-multi(#3724 @ SimonSchick)forbid-component-props: addpropNamePatternto allow / disallow prop name patterns (#3774 @ akulsr0)jsx-handler-names: support ignoring component names (#3772 @ akulsr0)jsx-closing-tag-location: addline-alignedoption (#3777 @ kimtaejin3)no-danger: addcustomComponentNamesoption (#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: fixclassNamemissing 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:assumeUndefinedIsFalsewithnevermust not allow explicittruevalue (#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,popovertargetactionattributes (#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)Package name: react-bootstrap
-
2.10.4 - 2024-06-30
- fix component type error (#6821) (ab5e5fb)
-
2.10.3 - 2024-06-19
-
2.10.2 - 2024-03-18
- update @ restart/ui to v1.6.8 (#6779) (c86187f)
- Tabs: add id attribute to nav (#6767) (3b4fd9b)
from react-bootstrap GitHub release notes2.10.4 (2024-06-30)
Bug Fixes
v2.10.3
2.10.2 (2024-03-18)
Bug Fixes
Package name: react-icons