• Geremia Taglialatela's avatar
    Add workarounds for postcss values parser error · b8880e5e
    Geremia Taglialatela authored
    postcss-values-parser returns a syntax error when a negative value is
    provided in a `calc` function after a CSS variable.
    
    This is not an issue with Bootstrap itself, but a workaround to allow
    projects using postcss-values-parser to keep upgrading and compiling
    bootstrap
    
    Ref: shellscape/postcss-values-parser#138, twbs/bootstrap#35033
    
    Fix: #36851
    b8880e5e
dependabot.yml 510 bytes
version: 2
updates:
  - package-ecosystem: npm
    directory: "/"
    schedule:
      interval: weekly
      day: tuesday
      time: "12:00"
      timezone: Europe/Athens
    open-pull-requests-limit: 10
    reviewers:
      - XhmikosR
    labels:
      - dependencies
      - v5
    versioning-strategy: increase
    rebase-strategy: disabled
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: weekly
      day: tuesday
      time: "12:00"
      timezone: Europe/Athens