Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade: , , , , cheerio, dayjs, highlight.js, is-svg, js-cookie, liquidjs, mdast-util-from-markdown, next, ora, unified, semver, sharp, styled-components, swr, tsx #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

organich
Copy link
Owner

snyk-top-banner

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.

Name Versions Released on

@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 | 24 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 | a month 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 | 24 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 | a month ago
on 2024-08-21
ora
from 8.0.1 to 8.1.0 | 1 version ahead of your current version | 22 days ago
on 2024-08-25
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.18.0 | 17 versions ahead of your current version | 23 days ago
on 2024-08-24

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
medium severity Undesired Behavior
SNYK-JS-STYLEDCOMPONENTS-3149924
454 No Known Exploit
Release notes
Package name: @elastic/elasticsearch from @elastic/elasticsearch GitHub release notes
Package name: @octokit/request-error from @octokit/request-error GitHub release notes
Package name: @primer/behaviors
  • 1.7.2 - 2024-08-23

    Patch Changes

    • #429 4b729b0 Thanks @ TylerJDev! - Adds mutation observer to focus-trap to ensure sentinel elements are always in the correct position
  • 1.7.2-rc.91a5267 - 2024-08-23
  • 1.7.1 - 2024-08-01

    Patch Changes

  • 1.7.1-rc.521975f - 2024-08-01
  • 1.7.0 - 2024-07-25

    Minor Changes

    • #400 67215a5 Thanks @ joshblack! - Update the output of the package to correctly map "import" conditions to ESM
from @primer/behaviors GitHub release notes
Package name: @primer/css from @primer/css GitHub release notes
Package name: cheerio
  • 1.0.0 - 2024-08-09

    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 of
      cheerio/lib/slim. #3970

    • The deprecated default Cheerio instance and static methods were removed. #3974

      Before, it was possible to write code like this:

      import cheerio, { html } from 'cheerio';

      html(cheerio('<test></test>')); // ~ '<test></test>' -- NO LONGER WORKS

      Make sure to always load documents first:

      import * as cheerio from 'cheerio';

      cheerio.load('<test></test>').html();

    • Node types previously re-exported by Cheerio must now be imported directly
      from (domhandler)(https://github.com/fb55/domhandler). #3969

    • htmlparser2 options now reside exclusively under the xml key (#2916):

      const $ = cheerio.load('<html>', {
        xml: {
          withStartIndices: true,
        },
      });

    New Features

    • Add functions to load buffers, streams & URLs in NodeJS by @ fb55 in #2857
    • Add extract method by @ fb55 in #2750

    Fixes

    Other

    Full Changelog: v1.0.0-rc.12...v1.0.0

  • 1.0.0-rc.12 - 2022-06-26

    Bugfix release. Fixed issues:

    • Align prop undefined handling with jQuery by @ fb55 in #2557
    • Allow deep imports of cheerio/lib/utils by @ blixt in #2601

    New Contributors

    Full Changelog: v1.0.0-rc.11...v1.0.0-rc.12

from cheerio GitHub release notes
Package name: dayjs from dayjs GitHub release notes
Package name: highlight.js
  • 11.10.0 - 2024-07-06

    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:

    • enh(typescript) add support for satisfies operator Kisaragi Hiu
    • 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 or conflicts with string highlighting Mohamed Ali
    • enh(python) adds a scope to the self variable [Lee Falin][]
    • 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 goto to be recognized as a keyword in Java Alvin Joy
    • enh(bash) add keyword sudo Alvin Joy
    • fix(haxe) captures new keyword without capturing it within variables/class names Cameron Taylor
    • fix(go) fix go number literals to accept _ separators, add hex p exponents Lisa Ugray
    • enh(markdown) add entity support David Schach TaraLei
    • enh(css) add justify-items and justify-self attributes Vasily Polovnyov
    • enh(css) add accent-color, appearance, color-scheme, rotate, scale and translate attributes Carl Räfting
    • fix(fortran) fixes parsing of keywords delimited by dots Julien Bloino
    • enh(css) add select, option, optgroup, picture and source to list of known tags Vasily Polovnyov
    • enh(css) add inset, inset-*, border-start-*-radius and border-end-*-radius attributes Vasily Polovnyov
    • enh(css) add text-decoration-skip-ink, text-decoration-thickness and text-underline-offset attributes Vasily Polovnyov

    New Grammars:

    • 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

    Developer Tool:

    Themes:

    • Added 1c-light theme a like in the IDE 1C:Enterprise 8 (for 1c) Vitaly Barilko
  • 11.9.0 - 2023-10-09

    Version 11.9.0

    CAVEATS / POTENTIALLY BREAKING CHANGES

    • Drops support for Node 14.x, which is no longer supported by Node.js.
    • In the node build styles/*.css files now ship un-minified
      with minified counterparts as: styles/*.min.css mvorisek
      (this makes things consistent with our cdn builds)

    Parser:

    • (enh) prevent re-highlighting of an element [joshgoebel][]
    • (chore) Remove discontinued badges from README Bradley Mackey
    • (chore) Fix build size report Bradley Mackey

    New Grammars:

    • 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

    Core Grammars:

    • fix(rust) added negative-lookahead for callable keywords if while for [Omar Hussein][]
    • enh(armasm) added x0-x30 and w0-w30 ARMv8 registers Nicholas Thompson
    • enh(haxe) added final, is, macro keywords and $ identifiers Robert Borghese
    • enh(haxe) support numeric separators and suffixes Robert Borghese
    • fix(haxe) fixed metadata arguments and support non-colon syntax Robert Borghese
    • fix(haxe) differentiate abstract declaration from keyword Robert Borghese
    • fix(bash) do not delimit a string by an escaped apostrophe [hancar][]
    • enh(swift) support macro keyword Bradley Mackey
    • enh(swift) support parameter pack keywords Bradley Mackey
    • enh(swift) regex literal support Bradley Mackey
    • enh(swift) @ unchecked and @ Sendable support Bradley Mackey
    • enh(scala) add using directives support //> using foo bar [Jamie Thompson][]
    • fix(scala) fixed comments in constructor arguments not being properly highlighted Isaac Nonato
    • enh(swift) ownership modifiers support Bradley Mackey
    • enh(nsis) Add !assert compiler flag [idleberg][]
    • fix(haskell) do not treat double dashes inside infix operators as comments [Zlondrej][]
    • enh(rust) added eprintln! macro qoheniac
    • enh(leaf) update syntax to 4.0 Samuel Bishop
    • fix(reasonml) simplify syntax and align it with ocaml jchavarri
    • fix(swift) warn_unqualified_access is an attribute Bradley Mackey
    • 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 record and var as keywords Guillaume Laforge

    Developer Tool:

from highlight.js GitHub release notes
Package name: is-svg from is-svg GitHub release notes
Package name: js-cookie
  • 3.0.5 - 2023-04-24
    • Remove npm version restriction in package.json - #818
  • 3.0.4 - 2023-04-21
    • Publish to npmjs.com with package provenance
  • 3.0.3 - 2023-04-21
  • 3.0.2 - 2023-04-21
  • 3.0.1 - 2021-09-01
    • Make package.json accessible in export - #727
from js-cookie GitHub release notes
Package name: liquidjs from liquidjs GitHub release notes
Package name: mdast-util-from-markdown
  • 2.0.1 - 2024-05-27

    Fix

    • 4aa8425 Fix end point of texts ending in character reference

    Types

Snyk has created this PR to upgrade:
  - @elastic/elasticsearch from 8.13.1 to 8.15.0.
    See this package in npm: https://www.npmjs.com/package/@elastic/elasticsearch
  - @octokit/request-error from 6.1.1 to 6.1.4.
    See this package in npm: https://www.npmjs.com/package/@octokit/request-error
  - @primer/behaviors from 1.7.0 to 1.7.2.
    See this package in npm: https://www.npmjs.com/package/@primer/behaviors
  - @primer/css from 21.3.1 to 21.3.6.
    See this package in npm: https://www.npmjs.com/package/@primer/css
  - cheerio from 1.0.0-rc.12 to 1.0.0.
    See this package in npm: https://www.npmjs.com/package/cheerio
  - dayjs from 1.11.3 to 1.11.13.
    See this package in npm: https://www.npmjs.com/package/dayjs
  - highlight.js from 11.9.0 to 11.10.0.
    See this package in npm: https://www.npmjs.com/package/highlight.js
  - is-svg from 5.0.0 to 5.1.0.
    See this package in npm: https://www.npmjs.com/package/is-svg
  - js-cookie from 3.0.1 to 3.0.5.
    See this package in npm: https://www.npmjs.com/package/js-cookie
  - liquidjs from 10.16.1 to 10.16.4.
    See this package in npm: https://www.npmjs.com/package/liquidjs
  - mdast-util-from-markdown from 2.0.0 to 2.0.1.
    See this package in npm: https://www.npmjs.com/package/mdast-util-from-markdown
  - next from 14.2.4 to 14.2.6.
    See this package in npm: https://www.npmjs.com/package/next
  - ora from 8.0.1 to 8.1.0.
    See this package in npm: https://www.npmjs.com/package/ora
  - unified from 11.0.3 to 11.0.5.
    See this package in npm: https://www.npmjs.com/package/unified
  - semver from 7.6.2 to 7.6.3.
    See this package in npm: https://www.npmjs.com/package/semver
  - sharp from 0.33.1 to 0.33.5.
    See this package in npm: https://www.npmjs.com/package/sharp
  - styled-components from 5.3.5 to 5.3.11.
    See this package in npm: https://www.npmjs.com/package/styled-components
  - swr from 2.2.4 to 2.2.5.
    See this package in npm: https://www.npmjs.com/package/swr
  - tsx from 4.15.1 to 4.18.0.
    See this package in npm: https://www.npmjs.com/package/tsx

See this project in Snyk:
https://app.snyk.io/org/organich/project/1a07bde5-8b92-4e29-8765-8ec625ac3a77?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants