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 tailwindcss from 3.1.8 to 3.2.2 #5708

Merged
merged 3 commits into from
Nov 10, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2022

Bumps tailwindcss from 3.1.8 to 3.2.2.

Release notes

Sourced from tailwindcss's releases.

v3.2.2

Fixed

  • Escape special characters in resolved content base paths (#9650)
  • Don't reuse container for array returning variant functions (#9644)
  • Exclude non-relevant selectors when generating rules with the important modifier (#9677)
  • Fix merging of arrays during config resolution (#9706)
  • Ensure configured font-feature-settings are included in Preflight (#9707)
  • Fix fractional values not being parsed properly inside arbitrary properties (#9705)
  • Fix incorrect selectors when using @apply in selectors with combinators and pseudos (#9722)
  • Fix cannot read properties of undefined (reading 'modifier') (#9656, aa979d6)

v3.2.1

Fixed

  • Fix missing supports in types (#9616)
  • Fix missing PostCSS dependencies in the CLI (#9617)
  • Ensure micromatch is a proper CLI dependency (#9620)
  • Ensure modifier values exist when using a modifiers object for matchVariant (ba6551d)

v3.2.0

We just released Tailwind CSS v3.2! Read the announcement post for more details about the most exciting new features.


Added

  • Add new @config directive (#9405)
  • Add new relative: true option to resolve content paths relative to the config file (#9396)
  • Add new supports-* variant (#9453)
  • Add new min-* and max-* variants (#9558)
  • Add new aria-* variants (#9557, #9588)
  • Add new data-* variants (#9559, #9588)
  • Add new break-keep utility for word-break: keep-all (#9393)
  • Add new collapse utility for visibility: collapse (#9181)
  • Add new fill-none utility for fill: none (#9403)
  • Add new stroke-none utility for stroke: none (#9403)
  • Add new place-content-baseline utility for place-content: baseline (#9498)
  • Add new place-items-baseline utility for place-items: baseline (#9507)
  • Add new content-baseline utility for align-content: baseline (#9507)
  • Add support for configuring default font-feature-settings for a font family (#9039)
  • Add standalone CLI build for 32-bit Linux on ARM (node16-linux-armv7) (#9084)
  • Add future flag to disable color opacity utility plugins (#9088)
  • Add negative value support for outline-offset (#9136)
  • Add support for modifiers to matchUtilities (#9541)
  • Allow negating utilities using min/max/clamp (#9237)
  • Implement fallback plugins when there is ambiguity between plugins when using arbitrary values (#9376)
  • Support sort function in matchVariant (#9423)
  • Upgrade to postcss-nested v6.0 (#9546)

... (truncated)

Changelog

Sourced from tailwindcss's changelog.

[3.2.2] - 2022-11-04

Fixed

  • Escape special characters in resolved content base paths (#9650)
  • Don't reuse container for array returning variant functions (#9644)
  • Exclude non-relevant selectors when generating rules with the important modifier (#9677)
  • Fix merging of arrays during config resolution (#9706)
  • Ensure configured font-feature-settings are included in Preflight (#9707)
  • Fix fractional values not being parsed properly inside arbitrary properties (#9705)
  • Fix incorrect selectors when using @apply in selectors with combinators and pseudos (#9722)
  • Fix cannot read properties of undefined (reading 'modifier') (#9656, aa979d6)

[3.2.1] - 2022-10-21

Fixed

[3.2.0] - 2022-10-19

Added

  • Add new @config directive (#9405)
  • Add new relative: true option to resolve content paths relative to the config file (#9396)
  • Add new supports-* variant (#9453)
  • Add new min-* and max-* variants (#9558)
  • Add new aria-* variants (#9557, #9588)
  • Add new data-* variants (#9559, #9588)
  • Add new break-keep utility for word-break: keep-all (#9393)
  • Add new collapse utility for visibility: collapse (#9181)
  • Add new fill-none utility for fill: none (#9403)
  • Add new stroke-none utility for stroke: none (#9403)
  • Add new place-content-baseline utility for place-content: baseline (#9498)
  • Add new place-items-baseline utility for place-items: baseline (#9507)
  • Add new content-baseline utility for align-content: baseline (#9507)
  • Add support for configuring default font-feature-settings for a font family (#9039)
  • Add standalone CLI build for 32-bit Linux on ARM (node16-linux-armv7) (#9084)
  • Add future flag to disable color opacity utility plugins (#9088)
  • Add negative value support for outline-offset (#9136)
  • Add support for modifiers to matchUtilities (#9541)
  • Allow negating utilities using min/max/clamp (#9237)
  • Implement fallback plugins when there is ambiguity between plugins when using arbitrary values (#9376)
  • Support sort function in matchVariant (#9423)
  • Upgrade to postcss-nested v6.0 (#9546)

Fixed

... (truncated)

Commits
  • 763fdde 3.2.2
  • a5b6ec2 update changelog
  • 260e392 Update cssnano to version 5.1.14
  • 30d2595 Update autoprefixer to version 10.4.13
  • 226be11 update changelog
  • aa979d6 ensure we fallback to '' for backwards compatibility reasons
  • bf28bf6 Fix cannot read properties of undefined (reading 'modifier') (#9656)
  • 0a4ae77 Fix not rebuilding files when rename event is emit (#9689)
  • d33b650 Fix incorrect selectors when using @apply in selectors with combinators and...
  • c10ba4e Fix fractional values not being parsed properly inside arbitrary properties (...
  • 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 [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.1.8 to 3.2.2.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.1.8...v3.2.2)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 8, 2022 13:19
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 8, 2022
@github-actions github-actions bot added the chore Issues with changes that don't modify src or test files. label Nov 10, 2022
@driskull driskull self-assigned this Nov 10, 2022
@driskull driskull added the pr ready for visual snapshots Adding this label will run visual snapshot testing. label Nov 10, 2022
@driskull driskull merged commit 619deba into master Nov 10, 2022
@driskull driskull deleted the dependabot/npm_and_yarn/tailwindcss-3.2.2 branch November 10, 2022 18:00
benelan added a commit that referenced this pull request Nov 11, 2022
* master: (32 commits)
  1.0.0-next.627
  build(deps): bump semver-regex and screener-storybook (#5741)
  build(deps): bump stylelint-config-recommended-scss from 7.0.0 to 8.0.0 (#5551)
  build(deps): bump parse-path and @storybook/storybook-deployer (#5692)
  build(deps): bump tailwindcss from 3.1.8 to 3.2.2 (#5708)
  ci(pr-bot): check user login for dependabot instead of actor (#5740)
  build(deps): bump postcss from 8.4.17 to 8.4.18 (#5508)
  build(deps): bump concurrently from 7.4.0 to 7.5.0 (#5550)
  build(deps): bump loader-utils from 1.4.0 to 1.4.1 (#5704)
  build(deps): bump @typescript-eslint/parser from 5.40.1 to 5.42.1 (#5707)
  test(value-list): Skip unstable test. (#5738)
  ci(pr-bot): skip assignment for dependabot PRs (#5737)
  chore(t9manifest): Fix newline at end of file. (#5718)
  fix(flow-item): Position back tooltip above (#5688)
  feat(popover): Escape key should close open popovers. (#5726)
  docs: update component READMEs (#5545)
  fix(value-list-item): Prevent scrolling when space is pressed on drag button (#5709)
  ci(output targets): move patches to postbuild to include them in CCR (#5730)
  1.0.0-next.626
  fix(button, fab): adjust padding on 'l' scale button to accommodate 'm' scale icon without change in height (#5659)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issues with changes that don't modify src or test files. dependencies Pull requests that update a dependency file pr ready for visual snapshots Adding this label will run visual snapshot testing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant