aktnk / covid19

静岡県 新型コロナウイルス感染症対策サイト / Shizuoka COVID-19 Task Force website
https://stopcovid19.code4numazu.org/
MIT License
0 stars 0 forks source link

Bump nuxt-purgecss from 0.2.1 to 1.0.0 #89

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps nuxt-purgecss from 0.2.1 to 1.0.0.

Changelog

Sourced from nuxt-purgecss's changelog.

1.0.0 (2020-04-26)

Breaking changes

  • postcss mode is the default mode (previously webpack)
  • Updated to PurgeCSS 2 and the new extractor syntax (fn instead of class)
  • Unused styles inside SFCs are purged properly
  • Enabling the module now depends on the mode by default
    • When in nuxt dev, it is disabled
    • Purging is enabled otherwise

Features

  • add nuxt.config.js to paths to purge classes used there (3dba75e)
  • use official regex and support tailwind ui (#79) (ba13564)

Bug Fixes

  • scoped-css: whitelist data-v-* attributes (#75) (f9942de)
  • add __nuxt & __layout to whitelist (#36) (d1fbe53)
  • do not purge vue transition css classes (#59) (5dd0972)

Internal improvements

Commits
  • 4fb2849 chore(release): v1.0.0
  • b0438aa chore: update deps
  • 5f4f56b chore: small migration guide
  • 4d37843 refactor: enable logic
  • be9838b chore: improve readme + change constants split
  • f786e52 refactor: extract constants & defaults
  • 3dba75e feat: add nuxt.config.js to paths to purge classes used there
  • c9ea7e3 wip
  • f9942de fix(scoped-css): whitelist data-v-* attributes (#75)
  • 9f64822 docs: Fix custom extractors syntax (#77)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)