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

build(deps): bump @maizzle/framework from 4.4.4 to 4.5.0 #8

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 7, 2023

Bumps @maizzle/framework from 4.4.4 to 4.5.0.

Release notes

Sourced from @​maizzle/framework's releases.

v4.5.0

New features

This release exposes the config object as the second parameter of the afterBuild event function, so you can read it like this:

// config.production.js
module.exports = {
  // ...
  events: {
    afterBuild(files, config) {
      const env = config.env
  // do stuff with env
}

}
}

Commits

  • feat: expose config in afterBuild event 52c1246
  • build(deps-dev): bump c8 from 8.0.0 to 8.0.1 cddccd5
  • build(deps): bump postcss from 8.4.26 to 8.4.27 8ff61ca

maizzle/framework@v4.4.7...v4.5.0

v4.4.7

Changed

Changed the default role attribute value from presentation to none - they both do the same thing and none is 8 characters shorter:

- <table cellpadding="0" cellspacing="0" role="presentation">
+ <table cellpadding="0" cellspacing="0" role="none">

So if your email has ~125 tables, this automatically saves 1kB. Doesn't sound like much, but it's an easy win and can add up.

  • refactor: prefer role none over presentation 979fe21

maizzle/framework@v4.4.6...v4.4.7

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

... (truncated)

Commits
  • eb58677 4.5.0
  • b4c1845 Merge pull request #1047 from maizzle/afterbuild-config
  • 52c1246 feat: expose config in afterBuild event
  • 157f652 Merge pull request #1046 from maizzle/dependabot/npm_and_yarn/master/c8-8.0.1
  • cddccd5 build(deps-dev): bump c8 from 8.0.0 to 8.0.1
  • d541df2 Merge pull request #1044 from maizzle/dependabot/npm_and_yarn/master/postcss-...
  • 8ff61ca build(deps): bump postcss from 8.4.26 to 8.4.27
  • c2b67a6 4.4.7
  • 151c46d Merge pull request #1043 from maizzle/dependabot/npm_and_yarn/word-wrap-1.2.4
  • bf03ce8 build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
  • 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.4 to 4.5.0.
- [Release notes](https://github.com/maizzle/framework/releases)
- [Commits](maizzle/framework@v4.4.4...v4.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 7, 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