chore: bump prettier-plugin-tailwindcss from 0.1.13 to 0.2.2 in /packages/eslint-config-animeflix
Bumps prettier-plugin-tailwindcss from 0.1.13 to 0.2.2.
Release notes
Sourced from prettier-plugin-tailwindcss's releases.
v0.2.2
Fixed
v0.2.1
Fixed
- Fix support for latest Shopify Liquid plugin (#109)
v0.2.0
Changed
- Don't bundle
prettier-plugin-svelte(#101)Added
Upgrading from v0.1.x for Svelte users
As of v0.2.0 we no longer bundle
prettier-plugin-svelteas part of this plugin, so to bring back formatting for Svelte code you need to explicitly install that dependency yourself:npm install -D prettier-plugin-svelteNext, disable autoloading by setting
pluginSearchDirstofalsein your Prettier configuration, and add any plugins you're using to yourpluginslist, making sureprettier-plugin-tailwindcssis last in the list:// .prettierrc { // .. "plugins": [ "prettier-plugin-svelte", "prettier-plugin-tailwindcss" // Must come last ], "pluginSearchDirs": false }
Changelog
Sourced from prettier-plugin-tailwindcss's changelog.
[0.2.2] - 2023-01-24
[0.2.1] - 2022-12-08
Fixed
- Fix support for latest Shopify Liquid plugin (#109)
[0.2.0] - 2022-11-25
Changed
- Don't bundle
prettier-plugin-svelte(#101)Added
Commits
0a5e7d30.2.278c813fupdate changelog1bb568aBump astro plugin depfa2ab0eTraverse await expression blocks in Svelte (#118)4949f79Add prettier plugins to peer dependencies (#114)01fe07aUpdate changeloga7e98c7Update changelog6d6bf640.2.1a989becFix support for latest Liquid scripting plugin (#109)e56c0c1Update CHANGELOG.md- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by thecrypticace, a new releaser for prettier-plugin-tailwindcss since your current version.
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Deploy Preview for jocular-jalebi-521272 ready!
| Name | Link |
|---|---|
| Latest commit | 9198ef8fe307f1ae3940a2ec20ec40bbbf2157f6 |
| Latest deploy log | https://app.netlify.com/sites/jocular-jalebi-521272/deploys/63d16266871a2f0009578d32 |
| Deploy Preview | https://deploy-preview-287--jocular-jalebi-521272.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.