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 grapesjs from 0.17.29 to 0.21.1 #5

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

Conversation

aleHRevirtus
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade grapesjs from 0.17.29 to 0.21.1.

ℹ️ 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.


  • The recommended version is 11 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2023-04-03.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Cross-site Scripting (XSS)
SNYK-JS-GRAPESJS-2342412
444/1000
Why? Has a fix available, CVSS 4.6
No Known Exploit
Cross-site Scripting (XSS)
SNYK-JS-GRAPESJS-2935960
444/1000
Why? Has a fix available, CVSS 4.6
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: grapesjs
  • 0.21.1 - 2023-04-03

    ⚠️ POSSIBLY BREAKING CHANGE

    What's Changed

    The biggest change we introduce with this release is the complete rewrite of modules to Typescript. This deprecates the old ./index.d.ts (manually updated) in favor of ./dist/index.d.ts (generated from the source).
    So there are no real changes to the core API itself if not the new TS declaration file which includes type/interfaces changes in order to bring more naming consistency with the code.
    This is how you might have used the import of types in the previous version:

    import type grapesjs from 'grapesjs';

    // plugin
    const plugin: grapesjs.Plugin = function (editor: grapesjs.Editor, opt: ...) {...};

    Now you can get types directly without specifying the grapesjs namespace (which is the most common way to import types):

    import type { Editor, Plugin } from 'grapesjs';

    // plugin
    const plugin: Plugin = function (editor: Editor, opt: ...) {...};

    Added

    • Added new noCustom option to Component.getName() in order to skip custom name assigned to the component.
    • Added rename method to SelectorManager
    • Added fetchOptions to AssetManager configs
    • Added options to ExportTemplate command

    Fixed

    Other

    New Contributors

    Full Changelog: v0.20.4...v0.21.1

  • 0.20.4 - 2023-02-02
    Read more
  • 0.20.3 - 2023-01-02

    Fixed

    • Fix D&D in Dragger class #4792
    • Fix block events inconsistency #4791
    • Fix trait init value #4803

    Full Changelog: v0.20.2...v0.20.3

  • 0.20.2 - 2022-12-16
    Read more
  • 0.20.1 - 2022-09-15
    Read more
  • 0.19.5 - 2022-07-13

    Docs

    • Added Layers API documentation.
    • Added Layers module documentation.

    Added

    • Added Vietnamese translation @ saosangmo #4378
    • Added Component.parents() method.

    Changed

    Fixed

    • Lint staged include ts @ Singwai #4375
    • Handle default svg properly in the component image when reloading from storage @ Singwai #4373
    • Properly update ItemView on Layer root change #4370
    • Take canvas offsets into account when dropping a new block on the canvas (absolute mode) @ contentfree #4387
    • Fix trait button command #4388
    • Protect Selector Manager views from XSS #4411
    • Update Resizer pointer events #4401
    • Fix video component autoplay from src #462
  • 0.19.4 - 2022-06-09
    Read more
  • 0.18.4 - 2022-03-25
    Read more
  • 0.18.3 - 2022-02-15
    Read more
  • 0.18.2 - 2022-01-27
    Read more
  • 0.18.1 - 2022-01-17
  • 0.17.29 - 2021-11-03
from grapesjs GitHub release notes
Commit messages
Package name: grapesjs

Compare


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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants