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

Bump @maizzle/framework from 4.4.3 to 4.4.6 #24

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2023

Bumps @maizzle/framework from 4.4.3 to 4.4.6.

Release notes

Sourced from @​maizzle/framework's releases.

v4.4.6

This patch release changes when the safeClassNames Transformer runs by default and fixes an issue where the incorrect Tailwind config was being used with the tailwindcss filter (i.e. in <style tailwindcss>).

  • fix: use local tailwind config in filter #1017, dc3f5c8
  • fix: disabling safeClassNames when not developing locally #1016, 1bb5ced
  • refactor: running safeClassNames transformer #1016, e06df04
  • build(deps): bump postcss from 8.4.23 to 8.4.24 d6abc6e
  • build(deps-dev): bump c8 from 7.13.0 to 7.14.0 8d8af3d

maizzle/framework@v4.4.5...v4.4.6

v4.4.5

This patch release updates some dependencies and fixes a couple of issues with Tailwind CSS and the removeUnusedCSS Transformer.

Fixed

  • overriding email comb selector safelist #975, 737efcd
  • tailwindcss multiple file extension content pattern #988, a739b10

maizzle/framework@v4.4.4...v4.4.5

v4.4.4

Fixed

  • fixed an issue where selectors safelisted with removeUnusedCSS.whitelist were still being removed after they were inlined. To make sure that a selector that was inlined will not be removed from the HTML markup, you need to safelist it like this:

    // config.production.js
    module.exports = {
     // ...
      inlineCSS: true,
      removeUnusedCSS: {
        whitelist: ['.preserve-me'] // need the full CSS selector with leading dot etc., not just "preserve-me"
      },
    }
  • fixed an issue where removeInlinedSelectors could not be disabled.

    You may now choose to not remove from the HTML any CSS classes that were inlined:

    // config.production.js
    module.exports = {
     // ...
      inlineCSS: true,
      removeUnusedCSS: {
        removeInlinedSelectors: false,
      },
    }

... (truncated)

Commits
  • 834aab6 4.4.6
  • 2c69aa9 Merge pull request #1017 from maizzle/fix/tailwindcss-filter
  • dc3f5c8 fix: use local tailwind config in filter
  • 4ef0de2 Merge pull request #1016 from maizzle/safeclassnames-local
  • 1bb5ced fix: disabling safeClassNames when not developing locally
  • e06df04 refactor: running safeClassNames transformer
  • 8912018 Merge pull request #1011 from maizzle/dependabot/npm_and_yarn/master/postcss-...
  • e3c51c9 Merge pull request #1009 from maizzle/dependabot/npm_and_yarn/master/c8-7.14.0
  • d6abc6e build(deps): bump postcss from 8.4.23 to 8.4.24
  • 8d8af3d build(deps-dev): bump c8 from 7.13.0 to 7.14.0
  • 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)

Bumps [@maizzle/framework](https://github.com/maizzle/framework) from 4.4.3 to 4.4.6.
- [Release notes](https://github.com/maizzle/framework/releases)
- [Commits](maizzle/framework@v4.4.3...v4.4.6)

---
updated-dependencies:
- dependency-name: "@maizzle/framework"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants