GithubHelp home page GithubHelp logo

Comments (3)

ghiscoding avatar ghiscoding commented on June 1, 2024 1

It's not an Angular-Slickgrid but rather a DOMPurify bug, there's an open issue regarding this problem, they will hopefully have a fix soon. You can see that I have the same problem when Renovate ran 2 days ago, you can see the CI workflow error here which is the same build problem as you're getting. For now what you can do is set the DOMPurify version to the previous working version 3.0.6 (because 3.0.7 released 2 days ago has the bug), you can use npm/pnpm/yarn override to set it to the previous version.

For example with yarn resolution (make sure to remove the caret ^ in your override (in yarn they use resolutions, in npm/pnpm they use overrides)

// package.json
{
  resolutions: {
    "dompurify: "3.0.6"
  }
}

Note that even if you downgrade Angular-Slickgrid version, you'll get the same problem unless you use the override shown above. So I strongly suggest you do the override, I will keep this issue open until DOMPurify has a fix

from angular-slickgrid.

ghiscoding avatar ghiscoding commented on June 1, 2024

DOMPurify pushed a new version 3.0.8 which fixes the issue, my Renovate PR #1346 is also passing which confirms that the issue is fixed. So you can update without the need for the override anymore. Cheers ⭐

from angular-slickgrid.

HafsaAsif avatar HafsaAsif commented on June 1, 2024

Hello, I had tried ur given solution and it is working now. Thanks a lot for your effort!

from angular-slickgrid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.