tailwindcss
tailwindcss copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @fontsource/inter (source) | ^5.0.17 -> ^5.0.18 |
||||
| @nuxt/devtools (source) | ^1.1.5 -> ^1.2.0 |
||||
| @nuxt/eslint-config (source) | 0.3.7 -> 0.3.10 |
||||
| @tailwindcss/typography | ^0.5.12 -> ^0.5.13 |
||||
| eslint (source) | 9.0.0 -> 9.2.0 |
||||
| pnpm (source) | 9.0.2 -> 9.0.6 |
||||
| postcss-nesting (source) | ^12.1.1 -> ^12.1.2 |
||||
| tailwind-config-viewer | ^2.0.1 -> ^2.0.2 |
||||
| vue-tsc (source) | ^2.0.14 -> ^2.0.16 |
Release Notes
nuxt/devtools (@nuxt/devtools)
v1.2.0
Bug Fixes
- adopt forward-compatible approach to
builder:watch(#637) (800d71f) - opt in to
import.meta.*properties (#635) (ce60ab4)
1.1.5 (2024-03-28)
Features
1.1.4 (2024-03-26)
Bug Fixes
1.1.3 (2024-03-21)
Bug Fixes
1.1.2 (2024-03-21)
Bug Fixes
- pinia: pinia module searching null safety (#628) (8937b78)
- scheduledTasks can be undefined (#626) (7044c47)
Features
1.1.1 (2024-03-20)
Bug Fixes
nuxt/eslint (@nuxt/eslint-config)
v0.3.10
🐞 Bug Fixes
-
module:
- Override
@eslint/jsconfig to keep the name consistent, fix #408 - by @antfu in https://github.com/nuxt/eslint/issues/408 (477ee) - Get random port for config inspector, fix #406 - by @antfu in https://github.com/nuxt/eslint/issues/406 (07eac)
- Override
View changes on GitHub
v0.3.9
🐞 Bug Fixes
- Update
@eslint/config-inspector, close #400 - by @antfu in https://github.com/nuxt/eslint/issues/400 (97cb9) -
module: Upgrade
eslint-typegen, close #405 - by @antfu in https://github.com/nuxt/eslint/issues/405 (91b3f)
View changes on GitHub
v0.3.8
🐞 Bug Fixes
-
config:
- Include
$fetchas the global, close #371 - by @antfu in https://github.com/nuxt/eslint/issues/371 (e5b47)
- Include
-
module:
- Use relative path in the generate eslint.config, fix #395 - by @antfu in https://github.com/nuxt/eslint/issues/395 (7bfb7)
- Adding
fixoption tochecker, fix #394 - by @antfu in https://github.com/nuxt/eslint/issues/394 (05f00)
View changes on GitHub
tailwindlabs/tailwindcss-typography (@tailwindcss/typography)
v0.5.13
Fixed
- Don't apply margins to
<br>elements contained in an<li>in FF (#350)
csstools/postcss-plugins (postcss-nesting)
v12.1.2
April 21, 2024
- Edition
2024-02:- Do not rewrite selectors for declarations in conditional rules to a form with
:is()
- Do not rewrite selectors for declarations in conditional rules to a form with
This will work:
::before, ::after {
color: blue;
@​media screen { color: cyan; }
}
This still wont work:
::before, ::after {
color: blue;
&:hover { color: cyan; }
}
rogden/tailwind-config-viewer (tailwind-config-viewer)
v2.0.2
Fixed
- #93 Removed console.log (Thanks @ineshbose!)
vuejs/language-tools (vue-tsc)
v2.0.16
Bug Fixes
- language-core: virtual document language ID is not updated when changing SFC style block lang
-
language-core: correct logic for
defineSlotsdestructuring (#4326) - Thanks @zhiyuanzmj -
language-core: ObjectDirective does not work with
defineSlots(#4327) - language-service: emmet not working in postcss style block (https://github.com/volarjs/volar.js/issues/169)
Other Changes
- Upgrade to Volar 2.2
-
language-core: export
VueEmbeddedCode(#4265) - Thanks @zhiyuanzmj -
typescript-plugin: expose
FileRegistrytoproject.program(#3963) - Thanks @zcf0508 - vscode: remove outdated formatters section (#4243) - Thanks @BBboy01
v2.0.15
Features
- Redesign additional extensions, VitePress, PetiteVue support (#4321)
- Fix custom file extensions not working in Hybrid Mode (#4251)
- vscode: prompt when Hybrid Mode is explicitly enabled but known incompatible extensions are installed
- language-core: use internal options for directly exposing user props/emits types (vuejs/core#10801)
- language-core: support defineSlots destructuring (#4312) - Thanks @zhiyuanzmj
Bug Fixes
- vscode: when enabled VitePress support, extension not activated when opening markdown files
- language-core: auto-complete not working in v-bind
Performance
- language-service: emmet completion should not be blocked by TS type evaluation (#4298)
- language-core: simplify virtual code for intrinsic elements
Other Changes
- Upgrade Volar from
v2.2.0-alpha.10tov2.2.0-alpha.12: - Add
svelte.svelte-vscode(>=108.4.0) to Hybrid Mode compatibility whitelist (sveltejs/language-tools#2317) - component-meta: convert source code to TS
-
language-core: export
allCodeFeatures(#4320) - Thanks @zhiyuanzmj
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Deploy Preview for nuxt-tailwindcss ready!
| Name | Link |
|---|---|
| Latest commit | 9848b6ddb26a5e038542a5eb634b3439d04aea85 |
| Latest deploy log | https://app.netlify.com/sites/nuxt-tailwindcss/deploys/6643c8828edf57000818ef73 |
| Deploy Preview | https://deploy-preview-755--nuxt-tailwindcss.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 configuration.