Code Monkey home page Code Monkey logo

Comments (4)

ai avatar ai commented on June 6, 2024 1

Downgrade to 10.4.12

Nope. It will not have since you already updated caniuse-lite and electron-to-chromium.

With new browsers database any Autoprefixer will do the same.

What would be the best approach?

You should the power of Browserslist config and define your requirements there (and then all tools will know that you need to support Electron 22.3.27, and new developers will know where to look).

Create .browserslistrc with, for instance, content:

Electron >=22.3.27

You can find what queries you have to define your target browser policies here: https://browsersl.ist/

Also that website can be useful to debug your Browserslist config: https://browsersl.ist/#q=Electron+%3E%3D22.3.27

from autoprefixer.

ai avatar ai commented on June 6, 2024

Hi. Very likely that Autoprefixer update triggers caniuse-lite and electron-to-chromium update and new version is not require -webkit-.

As we can see Chrome β‰₯120 doesn’t need -webkit- for masks https://caniuse.com/css-masks

And Electron β‰₯28 uses Chromium β‰₯120 and should work without -webkit- https://github.com/Kilian/electron-to-chromium/blob/master/versions.js#L145-L150

What Electron do you use to test?

from autoprefixer.

alicegherbison avatar alicegherbison commented on June 6, 2024

That makes sense, thank you. It's Electron 22.3.27 - we're currently bound to that version due to other dependency requirements. What would be the best approach? Downgrade to 10.4.12 until we can get Electron to 28?

from autoprefixer.

alicegherbison avatar alicegherbison commented on June 6, 2024

Thank you very much for your help - will do that.

from autoprefixer.

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.