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

Update dependency twin.macro to v3.4.1 - autoclosed #441

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
twin.macro 3.0.0 -> 3.4.1 age adoption passing confidence

Release Notes

ben-rogerson/twin.macro (twin.macro)

v3.4.1

Compare Source

v3.4.0

Compare Source

New preset

Not a fan of the virtual dom?
Try Twin's new SolidJS preset 🎉

Read more at #​817

More updates
  • Styled components v6 support added #​818
  • Escape selectors containing forward slashes #​816
  • Allow grabbing values containing a decimal with theme #​815

v3.3.1

Compare Source

Note: Twin will now autoload a tailwind.config.ts config file if found when a tailwind.config.[.js/.cjs] doesn't exist.

// tailwind.config.ts
// generate with: `npx tailwindcss init --ts`

import type { Config } from 'tailwindcss'

export default {
  content: ['*'],
  theme: {
    extend: {},
  },
  plugins: [],
} satisfies Config
// tailwind.config.js
// generate with: `npx tailwindcss init --esm`

/** @​type {import('tailwindcss').Config} */
export default {
  content: ['*'],
  theme: {
    extend: {},
  },
  plugins: [],
}
// Classic tailwind.config.js for comparison
// generate with: `npx tailwindcss init`

/** @​type {import('tailwindcss').Config} */
module.exports = {
  content: ['*'],
  theme: {
    extend: {},
  },
  plugins: [],
}

v3.3.0: v3.3

Compare Source

🎉 This version adds support for [email protected] - enjoy!

Read the official tailwind release notes for info on all the new goodies.

Install twin and tailwind latest:

npm i -D twin.macro@latest tailwindcss@latest
pnpm i -D twin.macro@latest tailwindcss@latest
yarn add -D twin.macro@latest tailwindcss@latest
Fixed

v3.1.0: v3.1

Compare Source

v3.0.1

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Nov 20, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
timetoescape-sk ❌ Failed (Inspect) Jan 19, 2024 8:14am

@ghost
Copy link

ghost commented Nov 20, 2022

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@renovate renovate bot force-pushed the renovate/twin.macro-3.x branch from f0a579a to dae6625 Compare December 6, 2022 23:20
@renovate renovate bot changed the title Update dependency twin.macro to v3.0.1 Update dependency twin.macro to v3.1.0 Dec 6, 2022
@renovate renovate bot changed the title Update dependency twin.macro to v3.1.0 Update dependency twin.macro to v3.3.0 Mar 31, 2023
@renovate renovate bot force-pushed the renovate/twin.macro-3.x branch from dae6625 to 8f61bdb Compare March 31, 2023 03:27
@renovate renovate bot force-pushed the renovate/twin.macro-3.x branch from 8f61bdb to ee1523b Compare April 17, 2023 13:39
@renovate renovate bot changed the title Update dependency twin.macro to v3.3.0 Update dependency twin.macro to v3.3.1 Apr 17, 2023
@renovate renovate bot changed the title Update dependency twin.macro to v3.3.1 Update dependency twin.macro to v3.4.0 Jul 25, 2023
@renovate renovate bot force-pushed the renovate/twin.macro-3.x branch from ee1523b to d32e0ae Compare July 25, 2023 11:24
@renovate renovate bot changed the title Update dependency twin.macro to v3.4.0 Update dependency twin.macro to v3.4.1 Jan 19, 2024
@renovate renovate bot force-pushed the renovate/twin.macro-3.x branch from d32e0ae to f5ad9f4 Compare January 19, 2024 08:12
@renovate renovate bot changed the title Update dependency twin.macro to v3.4.1 Update dependency twin.macro to v3.4.1 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/twin.macro-3.x branch December 8, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants