[Snyk] Upgrade: markdown-it, , algoliasearch, autoprefixer, cheerio, highlight.js, markdown-it-attrs, postcss, sass, tailwindcss, terser #1
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.
markdown-it
from 13.0.1 to 13.0.2 | 1 version ahead of your current version | a year ago
on 2023-09-26
@11ty/eleventy-fetch
from 4.0.0 to 4.0.1 | 1 version ahead of your current version | 6 months ago
on 2024-03-04
algoliasearch
from 4.22.1 to 4.24.0 | 5 versions ahead of your current version | 3 months ago
on 2024-06-25
autoprefixer
from 10.4.17 to 10.4.20 | 3 versions ahead of your current version | a month ago
on 2024-08-02
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
highlight.js
from 11.7.0 to 11.10.0 | 3 versions ahead of your current version | 2 months ago
on 2024-07-06
markdown-it-attrs
from 4.1.6 to 4.2.0 | 1 version ahead of your current version | a month ago
on 2024-08-11
postcss
from 8.4.34 to 8.4.41 | 7 versions ahead of your current version | a month ago
on 2024-08-05
sass
from 1.58.2 to 1.77.8 | 49 versions ahead of your current version | 2 months ago
on 2024-07-11
tailwindcss
from 3.4.1 to 3.4.10 | 9 versions ahead of your current version | a month ago
on 2024-08-13
terser
from 5.27.0 to 5.31.6 | 19 versions ahead of your current version | a month ago
on 2024-08-13
Issues fixed by the recommended upgrade:
SNYK-JS-MARKDOWNIT-6483324
Release notes
Package name: markdown-it
-
13.0.2 - 2023-09-26
-
13.0.1 - 2022-05-03
from markdown-it GitHub release notes13.0.2 released
Merge branch 'master' of github.com:markdown-it/markdown-it
Package name: @11ty/eleventy-fetch
-
4.0.1 - 2024-03-04
-
4.0.0 - 2023-03-17
- Node 14+ required
- Include the response in the error object when a request fails by @ arcxyz and @ BigBlueHat #21 #29
from @11ty/eleventy-fetch GitHub release notesNo content.
What's Changed
dryRunwill allow reading of cached files for re-use in serverless contexts, thank you @ ryangittings! #28Full Milestone: https://github.com/11ty/eleventy-fetch/issues?q=is%3Aclosed+milestone%3A%22Eleventy+Fetch+v4.0.0%22
Full Changelog: v3.0.0...v4.0.0
Package name: algoliasearch
-
4.24.0 - 2024-06-25
-
4.23.3 - 2024-04-10
-
4.23.2 - 2024-03-27
-
4.23.1 - 2024-03-26
-
4.23.0 - 2024-03-26
-
4.22.1 - 2024-01-09
from algoliasearch GitHub release notesPackage name: autoprefixer
-
10.4.20 - 2024-08-02
- Fixed
-
10.4.19 - 2024-03-20
- Removed
-
10.4.18 - 2024-03-01
- Fixed removing
-
10.4.17 - 2024-01-17
- Fixed
from autoprefixer GitHub release notesfit-contentprefix for Firefox.end value has mixed support, consider using flex-endwarning sinceend/startnow have good support.-webkit-box-orienton-webkit-line-clamp(@ Goodwine).user-select: containprefixes.Package name: cheerio
-
1.0.0 - 2024-08-09
-
-
-
import cheerio, { html } from 'cheerio';
import * as cheerio from 'cheerio';
-
-
- Add functions to load buffers, streams & URLs in NodeJS by @ fb55 in #2857
- Add extract method by @ fb55 in #2750
- Allow imports of
- Allow empty string in
- Make
- Fix potential github action smells by @ ceddy4395 in #3826
- Cheerio has a new website, featuring updated API docs and guides! #2950
-
1.0.0-rc.12 - 2022-06-26
- Align
- Allow deep imports of
- @ blixt made their first contribution in #2601
from cheerio GitHub release notesCheerio 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/sliminstead 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
xmlkey (#2916):New Features
Fixes
cheerio/utilsby @ blixt in #2601data, and simplify by @ fb55 in #2818closestbe able to start from text nodes by @ Qualtagh in #2811Other
Full Changelog: v1.0.0-rc.12...v1.0.0
Bugfix release. Fixed issues:
propundefined handling with jQuery by @ fb55 in #2557cheerio/lib/utilsby @ blixt in #2601New Contributors
Full Changelog: v1.0.0-rc.11...v1.0.0-rc.12
Package name: highlight.js
-
11.10.0 - 2024-07-06
- enh(typescript) add support for
- enc(c) added more C23 keywords Melkor-1
- enh(json) added jsonc as an alias BackupMiles
- enh(gml) updated to latest language version (GML v2024.2) gnysek
- enh(c) added more C23 keywords and preprcoessor directives Eisenwave
- enh(js/ts) support namespaced tagged template strings Aral Balkan
- enh(perl) fix false-positive variable match at end of string Josh Goebel
- fix(cpp) not all kinds of number literals are highlighted correctly Lê Duy Quang
- fix(css) fix overly greedy pseudo class matching Bradley Mackey
- enh(arcade) updated to ArcGIS Arcade version 1.24 Kristian Ekenes
- fix(typescript): params types Mohamed Ali
- fix(rust) fix escaped double quotes in string Mohamed Ali
- fix(rust) fix for r# raw identifier not being highlighted correctly. JaeBaek Lee
- enh(rust) Adding union to be recognized as a keyword in Rust. JaeBaek Lee
- fix(yaml) fix for yaml with keys having brackets highlighted incorrectly Aneesh Kulkarni
- fix(csharp) add raw string highlighting for C# 11. Tara
- fix(bash) fix # within token being detected as the start of a comment Felix Uhl
- fix(python) fix
- enh(python) adds a scope to the
- enh(delphi) allow digits to be omitted for hex and binary literals Jonah Jeleniewski
- enh(delphi) add support for digit separators Jonah Jeleniewski
- enh(delphi) add support for character strings with non-decimal numerics Jonah Jeleniewski
- fix(javascript) incorrect function name highlighting CY Fung
- fix(1c) fix escaped symbols "+-;():=,[]" literals Vitaly Barilko
- fix(swift) correctly highlight generics and conformances in type definitions Bradley Mackey
- enh(swift) add package keyword Bradley Mackey
- fix(swift) ensure keyword attributes highlight correctly Bradley Mackey
- fix(types) fix interface LanguageDetail > keywords Patrick Chiu
- enh(java) add
- enh(bash) add keyword
- fix(haxe) captures
- fix(go) fix go number literals to accept
- enh(markdown) add entity support David Schach TaraLei
- enh(css) add
- enh(css) add
- fix(fortran) fixes parsing of keywords delimited by dots Julien Bloino
- enh(css) add
- enh(css) add
- enh(css) add
- added 3rd party CODEOWNERS grammar to SUPPORTED_LANGUAGES nataliia-radina
- added 3rd party Luau grammar to SUPPORTED_LANGUAGES Robloxian Demo
- added 3rd party ReScript grammar to SUPPORTED_LANGUAGES Paul Tsnobiladzé
- added 3rd party Zig grammar to SUPPORTED_LANGUAGES [Hyou BunKen][]
- added 3rd party WGSL grammar to SUPPORTED_LANGUAGES Arman Uguray
- added 3rd party Unison grammar to SUPPORTED_LANGUAGES Rúnar Bjarnason
- added 3rd party Phix grammar to SUPPORTED_LANGUAGES PeteLomax
- added 3rd party Mirth grammar to SUPPORTED_LANGUAGES Sierra
- added 3rd party JSONata grammar to SUPPORTED_LANGUAGES Vlad Dimov
- enh(tools): order CSS options picklist David Schach
- enh(tools): remove duplicate CSS options David Schach
- (typescript): deprecate old
- Added
-
11.9.0 - 2023-10-09
- Drops support for Node 14.x, which is no longer supported by Node.js.
- In the
- (enh) prevent re-highlighting of an element [joshgoebel][]
- (chore) Remove discontinued badges from README Bradley Mackey
- (chore) Fix build size report Bradley Mackey
- added 3rd party Iptables grammar to SUPPORTED_LANGUAGES Checconio
- added 3rd party x86asmatt grammar to SUPPORTED_LANGUAGES gondow
- added 3rd party riscv64 grammar to SUPPORTED_LANGUAGES aana-h2
- added 3rd party Ballerina grammar to SUPPORTED_LANGUAGES Yasith Deelaka
- fix(rust) added negative-lookahead for callable keywords
- enh(armasm) added
- enh(haxe) added
- enh(haxe) support numeric separators and suffixes Robert Borghese
- fix(haxe) fixed metadata arguments and support non-colon syntax Robert Borghese
- fix(haxe) differentiate
- fix(bash) do not delimit a string by an escaped apostrophe [hancar][]
- enh(swift) support
- enh(swift) support parameter pack keywords Bradley Mackey
- enh(swift) regex literal support Bradley Mackey
- enh(swift)
- enh(scala) add using directives support
- fix(scala) fixed comments in constructor arguments not being properly highlighted Isaac Nonato
- enh(swift) ownership modifiers support Bradley Mackey
- enh(nsis) Add
- fix(haskell) do not treat double dashes inside infix operators as comments [Zlondrej][]
- enh(rust) added
- enh(leaf) update syntax to 4.0 Samuel Bishop
- fix(reasonml) simplify syntax and align it with ocaml jchavarri
- fix(swift)
- enh(swift) macro attributes are highlighted as keywords Bradley Mackey
- enh(stan) updated for version 2.33 (#3859) Brian Ward
- fix(css) added '_' css variable detection Md Saad Akhtar
- enh(groovy) add
- (chore) Update dev tool to use the new
- (enh) Auto-update the highlighted output when the language dropdown changes. Shah Shabbir Ahmmed
-
11.8.0 - 2023-04-29
- added a function to default export to generate a fresh highlighter instance to be used by extensions WisamMechano
- added BETA
- (enh) add
- (fix) typo in language name of
- added 3rd party Lang grammar to SUPPORTED_LANGUAGES AdamRaichu
- added 3rd party C3 grammar to SUPPORTED_LANGUAGES aliaegik
- enh(sql) support
- enh(mathematica) update keywords list to 13.2.1 arnoudbuzing
- enh(protobuf) add
- enh(sqf) latest changes in Arma 3 v2.11 Leopard20
- enh(js/ts) Added support for GraphQL tagged template strings Ali Ukani
- enh(javascript) add sessionStorage to list of built-in variables Jeroen van Vianen
- enh(http) Add supporxt for HTTP/3 Rijenkii
- added 3rd party Motoko grammar to SUPPORTED_LANGUAGES rvanasa
- added 3rd party Candid grammar to SUPPORTED_LANGUAGES rvanasa
- fix(haskell) Added support for characters CrystalSplitter
- enh(dart) Add
- enh(php) detect newer more flexible NOWdoc syntax (#3679) Timur Kamaev
- enh(python) improve autodetection of code with type hinting any function's return type (making the
- enh(bash) add
-
11.7.0 - 2022-11-23
- added 3rd party LookML grammar to SUPPORTED_LANGUAGES Josh Temple
- added 3rd party FunC grammar to SUPPORTED_LANGUAGES [Nikita Sobolev][]
- Added 3rd party Flix grammar to SUPPORTED_LANGUAGES The Flix Organisation
- Added 3rd party RVT grammar to SUPPORTED_LANGUAGES Sopitive
- enh(scheme) add
- fix(typescript) patterns like
- fix(bash) recognize the
- enh(Ruby) misc improvements (kws, class names, etc) Josh Goebel
- fix(js) do not flag
- fix(bash) recognize the
- fix(nix) support escaped dollar signs in strings h7x4
- enh(cmake) support bracket comments Hirse
- enh(java) add yield keyword to java MBoegers
- enh(java) add permits keyword to java MBoegers
- fix(javascript/typescript) correct identifier matching when using numbers Lachlan Heywood
- Documentation typo fix by Eddymens
from highlight.js GitHub release notesSorry 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:
satisfiesoperator Kisaragi Hiuorconflicts with string highlighting Mohamed Aliselfvariable [Lee Falin][]gototo be recognized as a keyword in Java Alvin JoysudoAlvin Joynewkeyword without capturing it within variables/class names Cameron Taylor_separators, add hex p exponents Lisa Ugrayjustify-itemsandjustify-selfattributes Vasily Polovnyovaccent-color,appearance,color-scheme,rotate,scaleandtranslateattributes Carl Räftingselect,option,optgroup,pictureandsourceto list of known tags Vasily Polovnyovinset,inset-*,border-start-*-radiusandborder-end-*-radiusattributes Vasily Polovnyovtext-decoration-skip-ink,text-decoration-thicknessandtext-underline-offsetattributes Vasily PolovnyovNew Grammars:
Developer Tool:
highlightAPI Misha KaletskyThemes:
1c-lighttheme a like in the IDE 1C:Enterprise 8 (for 1c) Vitaly BarilkoVersion 11.9.0
CAVEATS / POTENTIALLY BREAKING CHANGES
nodebuildstyles/*.cssfiles now ship un-minifiedwith minified counterparts as:
styles/*.min.cssmvorisek(this makes things consistent with our
cdnbuilds)Parser:
New Grammars:
Core Grammars:
ifwhilefor[Omar Hussein][]x0-x30andw0-w30ARMv8 registers Nicholas Thompsonfinal,is,macrokeywords and$identifiers Robert Borgheseabstractdeclaration from keyword Robert Borghesemacrokeyword Bradley Mackey@ uncheckedand@ Sendablesupport Bradley Mackey//> using foo bar[Jamie Thompson][]!assertcompiler flag [idleberg][]eprintln!macro qoheniacwarn_unqualified_accessis an attribute Bradley Mackeyrecordandvaras keywords Guillaume LaforgeDeveloper Tool:
highlightAPI. Shah Shabbir AhmmedChangelog
Parser engine:
__emitTokenskey to grammars to allow then to direct their own parsing, only using Highlight.js for the HTML rendering Josh GoebelremovePluginapi faga295JavaScriptCyrus KaoNew Grammars:
Core Grammars:
_in variable names [joshgoebel][]protoalias for Protobuf [dimitropoulos][]base,interface,sealed, andwhenkeywords Sam Rawlins->operator legal) Keyacomselectanduntilas keywordsVersion 11.7.0
New Grammars:
Grammars:
scmalias for Scheme matyklug18<T =are not JSX Josh Goebel((keyword Nick Chambersimport()as a function, rather a keyword nathnolt((keyword Nick ChambersImprovements:
Package name: markdown-it-attrs
-
4.2.0 - 2024-08-11
- fix: apply attributes to the last column of tables by @ TheNorthMemory in #155
- @ TheNorthMemory made their first contribution in #155
-
4.1.6 - 2022-12-10
from markdown-it-attrs GitHub release notesWhat's Changed
New Contributors
Full Changelog: v4.1.6...v4.2.0
Fix empty quoted attr value eats the next attr: #147
Thanks @ ZakKemble
Package name: postcss
-
8.4.41 - 2024-08-05
- Fixed types (by @ nex3 and @ querkmachine).
- Cleaned up RegExps (by @ bluwy).
-
8.4.40 - 2024-07-24
- Moved to getter/setter in nodes types to help Sass team (by @ nex3).
-
8.4.39 - 2024-06-29
- Fixed
-
8.4.38 - 2024-03-20
- Fixed
-
8.4.37 - 2024-03-19
-
8.4.36 - 2024-03-17
-
8.4.35 - 2024-02-07
-
8.4.34 - 2024-02-05
from postcss GitHub release notesCssSyntaxErrortypes (by @ romainmenke).endIndex: 0in errors and warnings (by @ romainmenke).Package name: sass
-
1.77.8 - 2024-07-11
- No user-visible changes.
-
1.77.7 - 2024-07-09
-
1.77.6 - 2024-06-17
-
1.77.5 - 2024-06-11
- Fully trim redundant selectors generated by
-
1.77.4 - 2024-05-30
-
-
-
1.77.3 - 2024-05-29
-
1.77.2 - 2024-05-16
-
1.77.1 - 2024-05-10
-
1.77.0 - 2024-05-07
-
1.76.0 - 2024-04-30
-
1.75.0 - 2024-04-11
-
1.74.1 - 2024-04-04
-
1.72.0 - 2024-03-13
-
1.71.1 - 2024-02-21
-
1.71.0 - 2024-02-16
-
1.70.0 - 2024-01-18
-
1.69.7 - 2024-01-02
-
1.69.6 - 2023-12-28
-
1.69.5 - 2023-10-26
-
1.69.4 - 2023-10-17
-
1.69.3 - 2023-10-12
-
1.69.2 - 2023-10-10
-
1.69.1 - 2023-10-09
-
1.69.0 - 2023-10-05
-
1.68.0 - 2023-09-21
-
1.67.0 - 2023-09-14
-
1.66.1 - 2023-08-18
-
1.66.0 - 2023-08-17
-
1.65.1 - 2023-08-09
-
1.65.0 - 2023-08-09
-
1.64.2 - 2023-07-31
-
1.64.1 - 2023-07-22
-
1.64.0 - 2023-07-20
-
1.63.6 - 2023-06-21
-
1.63.5 - 2023-06-21
-
1.63.4 - 2023-06-14
-
1.63.3 - 2023-06-09
-
1.63.2 - 2023-06-08
-
1.63.1 - 2023-06-08
-
1.63.0 - 2023-06-07
-
1.62.1 - 2023-04-25
-
1.62.0 - 2023-04-11
-
1.61.0 - 2023-04-06
-
1.60.0 - 2023-03-23
-
1.59.3 - 2023-03-14
-
1.59.2 - 2023-03-11
-
1.59.1 - 2023-03-10
-
1.59.0 - 2023-03-10
-
1.58.3 - 2023-02-18
-
1.58.2 - 2023-02-17
from sass GitHub release notesTo install Sass 1.77.8, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
See the full changelog for changes in earlier releases.
See sass/sass#3885
…264)
To install Sass 1.77.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
@ extend.See the full changelog for changes in earlier releases.
To install Sass 1.77.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Embedded Sass
Support passing
Versioninput forfatalDeprecationsas string over embedded protocol.Fix a bug in the JS Embedded Host where
Versioncould be incorrectly accepted as input forsilenceDeprecationsandfutureDeprecationsin pure JS.See the full changelog for changes in earlier releases.
Package name: tailwindcss
-
3.4.10 - 2024-08-13
- Bump versions of plugins in the Standalone CLI (#14185)
-
3.4.9 - 2024-08-08
- No longer warns when broad glob patterns are detecting
-
3.4.8 - 2024-08-07
- Fix minification when using nested CSS (#14105)
- Warn when broad glob patterns are used in the content configuration (#14140)
-
3.4.7 - 2024-07-25
- Fix class detection in Slim templates with attached attributes and ID (#14019)
- Ensure attribute values in
-
3.4.6 - 2024-07-16
- Fix detection of some utilities in Slim/Pug templates (#14006)
- Loosen
-
3.4.5 - 2024-07-15
- Disable automatic
- Use no value instead of
- Add
- Don't generate utilities like
- Always generate
-
3.4.4 - 2024-06-05
-
3.4.3 - 2024-03-27
-
3.4.2 - 2024-03-27
-
3.4.1 - 2024-01-05
from tailwindcss GitHub release notesFixed
Fixed
vendorfoldersFixed
Fixed
data-*andaria-*modifiers are always quoted in the generated CSS (#14037)Fixed
Changed
:is()wrapping rules when using an important selector (#13900)Fixed
var()injection for anchor properties (#13826)blur(0px)forbackdrop-blur-noneandblur-noneutilities (#13830).mtsand.ctsconfig file detection (#13940)px-1unnecessarily when using utilities likepx-1.5(#13959)-webkit-backdrop-filterforbackdrop-*utilities (#13997)Package name: terser
-
5.31.6 - 2024-08-13
-
5.31.5 - 2024-08-08
-
5.31.4 - 2024-08-07
-
5.31.3 - 2024-07-16
-
5.31.2 - 2024-07-10
-
5.31.1 - 2024-06-06
-
5.31.0 - 2024-04-29
-
5.30.4 - 2024-04-22
-
5.30.3 - 2024-04-03
-
5.30.2 - 2024-04-02
-
5.30.1 - 2024-04-01
-
5.30.0 - 2024-03-27
-
5.29.2 - 2024-03-14
-
5.29.1 - 2024-03-06
-
5.29.0 - 2024-03-06
-
5.28.1 - 2024-02-23
-
5.28.0 - 2024-02-23
-
5.27.2 - 2024-02-19
-
5.27.1 - 2024-02-15
-
5.27.0 - 2024-01-17
from terser GitHub release notes5.31.6
5.31.5
5.31.4
5.31.3
5.31.2
5.31.1
5.31.0
5.30.4
5.30.3
5.30.2
Important
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: