[Snyk] Upgrade: , , , , cheerio, dayjs, highlight.js, is-svg, js-cookie, liquidjs, mdast-util-from-markdown, next, unified, semver, sharp, styled-components, swr, tsx #3
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.
@elastic/elasticsearch
from 8.13.1 to 8.15.0 | 3 versions ahead of your current version | a month ago
on 2024-08-12
@octokit/request-error
from 6.1.1 to 6.1.4 | 3 versions ahead of your current version | 2 months ago
on 2024-07-11
@primer/behaviors
from 1.7.0 to 1.7.2 | 4 versions ahead of your current version | 21 days ago
on 2024-08-23
@primer/css
from 21.3.1 to 21.3.6 | 17 versions ahead of your current version | 2 months ago
on 2024-07-09
cheerio
from 1.0.0-rc.12 to 1.0.0 | 1 version ahead of your current version | a month ago
on 2024-08-09
dayjs
from 1.11.3 to 1.11.13 | 10 versions ahead of your current version | 24 days ago
on 2024-08-20
highlight.js
from 11.9.0 to 11.10.0 | 1 version ahead of your current version | 2 months ago
on 2024-07-06
is-svg
from 5.0.0 to 5.1.0 | 2 versions ahead of your current version | a month ago
on 2024-08-05
js-cookie
from 3.0.1 to 3.0.5 | 4 versions ahead of your current version | a year ago
on 2023-04-24
liquidjs
from 10.16.1 to 10.16.4 | 3 versions ahead of your current version | 21 days ago
on 2024-08-23
mdast-util-from-markdown
from 2.0.0 to 2.0.1 | 1 version ahead of your current version | 4 months ago
on 2024-05-27
next
from 14.2.4 to 14.2.6 | 2 versions ahead of your current version | 23 days ago
on 2024-08-21
unified
from 11.0.3 to 11.0.5 | 2 versions ahead of your current version | 3 months ago
on 2024-06-19
semver
from 7.6.2 to 7.6.3 | 1 version ahead of your current version | 2 months ago
on 2024-07-16
sharp
from 0.33.1 to 0.33.5 | 10 versions ahead of your current version | a month ago
on 2024-08-16
styled-components
from 5.3.5 to 5.3.11 | 6 versions ahead of your current version | a year ago
on 2023-05-26
swr
from 2.2.4 to 2.2.5 | 1 version ahead of your current version | 7 months ago
on 2024-02-15
tsx
from 4.15.1 to 4.17.0 | 15 versions ahead of your current version | a month ago
on 2024-08-08
Issues fixed by the recommended upgrade:
SNYK-JS-STYLEDCOMPONENTS-3149924
Release notes
Package name: @elastic/elasticsearch
Changelog
Changelog
Package name: @octokit/request-error
6.1.4 (2024-07-11)
Bug Fixes
6.1.3 (2024-07-11)
Bug Fixes
6.1.2 (2024-07-10)
Bug Fixes
6.1.1 (2024-04-16)
Bug Fixes
default
fallback andtypes
export (#419) (a1ab11e), closes octokit/core.js#665 octokit/core.js#667Package name: @primer/behaviors
Patch Changes
4b729b0
Thanks @ TylerJDev! - Adds mutation observer tofocus-trap
to ensure sentinel elements are always in the correct positionPatch Changes
fd1419a
Thanks @ joshblack! - Remove optionalDependencies from npm packageMinor Changes
67215a5
Thanks @ joshblack! - Update the output of the package to correctly map "import" conditions to ESMPackage name: @primer/css
Patch Changes
7e62532
Thanks @ sideshowbarker! - drop “display: none” from details element contents stylingPatch Changes
b87c379
Thanks @ jonrohan! - Importprimitives/index.scss
in the mainprimer.css
file.Patch Changes
e329973
Thanks @ jonrohan! - Bug fix: Removing complex padding calc on kbdPatch Changes
eba2b2c
Thanks @ camertron! - Fix 'clac' -> 'calc' typoPatch Changes
#2643
ab6076c
Thanks @ langermank! - Usecontrol
borders for subnav + disabled button fix#2634
af3ab76
Thanks @ jonrohan! - Upgrade to @ primer/primtives@8.2.0 and @ primer/stylelint-config@13.0.0-rcPatch Changes
#2613
2eabfde
Thanks @ stamat! - removing !important from letter-spacing marketing typography#2611
e867934
Thanks @ keithamus! - drop !important from details stylingPackage name: cheerio
Cheerio 1.0 is here! 🎉
Announcement Blog Post
Breaking Changes
The minimum NodeJS version is now 18.17 or higher #3959
Import paths were simplified. For example, use
cheerio/slim
instead ofcheerio/lib/slim
. #3970The deprecated default Cheerio instance and static methods were removed. #3974
Before, it was possible to write code like this:
html(cheerio('<test></test>')); // ~ '<test></test>' -- NO LONGER WORKS
Make sure to always load documents first:
cheerio.load('<test></test>').html();
Node types previously re-exported by Cheerio must now be imported directly
from (
domhandler
)(https://github.com/fb55/domhandler). #3969htmlparser2 options now reside exclusively under the
xml
key (#2916):New Features
Fixes
cheerio/utils
by @ blixt in #2601data
, and simplify by @ fb55 in #2818closest
be able to start from text nodes by @ Qualtagh in #2811Other
Full Changelog: v1.0.0-rc.12...v1.0.0
Bugfix release. Fixed issues:
prop
undefined handling with jQuery by @ fb55 in #2557cheerio/lib/utils
by @ blixt in #2601New Contributors
Full Changelog: v1.0.0-rc.11...v1.0.0-rc.12
Package name: dayjs
1.11.13 (2024-08-20)
Bug Fixes
1.11.12 (2024-07-18)
Bug Fixes
1.11.11 (2024-04-28)
Bug Fixes
1.11.10 (2023-09-19)
Bug Fixes
ar
locale (#2418) (361be5c)1.11.9 (2023-07-01)
Bug Fixes
1.11.8 (2023-06-02)
Bug Fixes
date
parameter as optional (#2222) (b87aa0e)1.11.7 (2022-12-06)
Bug Fixes
1.11.6 (2022-10-21)
Bug Fixes
1.11.5 (2022-08-12)
Bug Fixes
1.11.4 (2022-07-19)
Bug Fixes
Package name: highlight.js
Sorry for the wait, this one is a doozie, thanks to all the contributors who made it possible!
CAVEATS / POTENTIALLY BREAKING CHANGES
Important
This version drops support for Node 16.x, which is no longer supported by Node.js.
Core Grammars:
satisfies
operator Kisaragi Hiuor
conflicts with string highlighting Mohamed Aliself
variable [Lee Falin][]goto
to be recognized as a keyword in Java Alvin Joysudo
Alvin Joynew
keyword without capturing it within variables/class names Cameron Taylor_
separators, add hex p exponents Lisa Ugrayjustify-items
andjustify-self
attributes Vasily Polovnyovaccent-color
,appearance
,color-scheme
,rotate
,scale
andtranslate
attributes Carl Räftingselect
,option
,optgroup
,picture
andsource
to list of known tags Vasily Polovnyovinset
,inset-*
,border-start-*-radius
andborder-end-*-radius
attributes Vasily Polovnyovtext-decoration-skip-ink
,text-decoration-thickness
andtext-underline-offset
attributes Vasily PolovnyovNew Grammars:
Developer Tool:
highlight
API Misha KaletskyThemes:
1c-light
theme a like in the IDE 1C:Enterprise 8 (for 1c) Vitaly BarilkoVersion 11.9.0
CAVEATS / POTENTIALLY BREAKING CHANGES
node
buildstyles/*.css
files now ship un-minifiedwith minified counterparts as:
styles/*.min.css
mvorisek(this makes things consistent with our
cdn
builds)Parser:
New Grammars:
Core Grammars:
if
while
for
[Omar Hussein][]x0-x30
andw0-w30
ARMv8 registers Nicholas Thompsonfinal
,is
,macro
keywords and$
identifiers Robert Borgheseabstract
declaration from keyword Robert Borghesemacro
keyword Bradley Mackey@ unchecked
and@ Sendable
support Bradley Mackey//> using foo bar
[Jamie Thompson][]!assert
compiler flag [idleberg][]eprintln!
macro qoheniacwarn_unqualified_access
is an attribute Bradley Mackeyrecord
andvar
as keywords Guillaume LaforgeDeveloper Tool:
highlight
API. Shah Shabbir AhmmedPackage name: is-svg
v5.0.1...v5.1.0
<SvG>
cb5bef2v5.0.0...v5.0.1
Breaking
Buffer
..toString()
on the buffer before passing it in here.v4.4.0...v5.0.0
Package name: js-cookie
Package name: liquidjs
10.16.4 (2024-08-23)
Bug Fixes
10.16.3 (2024-08-16)
Bug Fixes
10.16.2 (2024-08-15)
Bug Fixes
10.16.1 (2024-07-25)
Bug Fixes
Package name: mdast-util-from-markdown
Fix
Types