Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

build(deps): bump dset and twin.macro #277

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 Mar 6, 2023

Removes dset. It's no longer used after updating ancestor dependency twin.macro. These dependencies need to be updated together.

Removes dset

Updates twin.macro from 2.8.1 to 3.1.0

Release notes

Sourced from twin.macro's releases.

v3.1

v3.0.1

This patch contains a fix for stitches:

  • Fixed stitches animation-x classes #758

And mostly fixes for arbitrary variant usage:

  • Fixed a variant ordering bug when using multiple variants #759
  • Fixed an error when non-media at-rules were used in arbitrary variants, eg: [@page]:m-0 #759
  • Fixed comma bug where arbitrary variants aren't visited individually for the auto parent selector #757
  • Fixed encoding bug in arbitrary variants when a number is added directly after a comma #757
  • Added error message when incorrect arbitrary variant combination containing commas is used #757
  • Removed a now unneeded error that notified us to add parent selectors #759

Reminder: Update tailwind to latest also or you'll probably see a pieces.some is not a function error:

# `[email protected]` requires `tailwindcss@>=3.2.0`
npm i twin.macro@latest tailwindcss@latest

3.0.0-rc.5

Install release candidate 5:

npm install twin.macro@rc
  • Avoid splitting within arbitrary variants during variant group unwrap 09ddd98
  • Avoid incorrect parent selector match within arbitrary variants 798638f
  • Fix shortCss check 51384af
  • Fix separator suggestion issue 1977aaa
  • Add support for tailwindConfig.separator 92e902c
  • Fix arbitrary variant/property support ed8d1e2
  • Improve jest tests #743

3.0.0-rc.4.2

Minor rc release with a few patches:

  • Improve arbitrary variant (+ parent selector) support 8de0ce733ec4233ac89ab00361d264987966963e
  • Avoid presets overriding the custom twin config 59713cd229cc6bd48a65ab91496e8463bb1e410a

... (truncated)

Commits
  • 6f8b0aa 3.1.0
  • 1112243 Merge pull request #767 from ben-rogerson/bugfix/pieces-some-error
  • 44bef1d Merge pull request #770 from ben-rogerson/bugfix/allow-plugin-apply
  • e29bcf2 Tweak error message and test
  • bdbd61e Merge pull request #766 from ben-rogerson/feature/ts-config
  • 9aaef41 Type description tweaks
  • 276a4b1 Add config type descriptions
  • 5cb241d Merge branch 'minzojian-master'
  • c7d893d Add tests for screen fixes
  • 875d358 Add jest example
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [dset](https://github.com/lukeed/dset). It's no longer used after updating ancestor dependency [twin.macro](https://github.com/ben-rogerson/twin.macro). These dependencies need to be updated together.


Removes `dset`

Updates `twin.macro` from 2.8.1 to 3.1.0
- [Release notes](https://github.com/ben-rogerson/twin.macro/releases)
- [Commits](ben-rogerson/twin.macro@2.8.1...3.1.0)

---
updated-dependencies:
- dependency-name: dset
  dependency-type: indirect
- dependency-name: twin.macro
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants