The Node.js® Website

meta: bump tailwindcss from 3.3.6 to 3.4.0 (#6202)

* meta: bump tailwindcss from 3.3.6 to 3.4.0

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.6 to 3.4.0.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.6...v3.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* create tailwind dependabot group

* upgrade to prettier-plugin-tailwindcss@0.5.10

closes #6197

* reformatting per prettier

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>

authored by dependabot[bot] dependabot[bot] Brian Muenzenmeyer and committed by GitHub bd8edd3a c0136086

Changed files
+39 -37
.github
components
Common
MetaBar
ProgressionSidebar
Sidebar
Containers
Downloads
ChangelogModal
layouts
styles
+5
.github/dependabot.yml
··· 60 60 - 'react-dom' 61 61 - '@types/react' 62 62 - '@types/react-dom' 63 + tailwind: 64 + patterns: 65 + - '@savvywombat/tailwindcss-grid-areas' 66 + - 'prettier-plugin-tailwindcss' 67 + - 'tailwindcss' 63 68 ignore: 64 69 # Manually update major versions of @types/node with the version specified within .nvmrc 65 70 - dependency-name: '@types/node'
+1 -1
components/Common/MetaBar/index.module.css
··· 7 7 border-l-neutral-200 8 8 px-4 9 9 py-6 10 - dark:border-l-neutral-900 11 10 md:max-w-xs 12 11 lg:px-6 13 12 xs:mt-8 ··· 15 14 xs:border-l-0 16 15 xs:border-t 17 16 xs:border-t-neutral-200 17 + dark:border-l-neutral-900 18 18 xs:dark:border-t-neutral-900; 19 19 20 20 dt {
+3 -3
components/Common/ProgressionSidebar/index.module.css
··· 8 8 bg-white 9 9 px-4 10 10 py-6 11 - dark:border-neutral-900 12 - dark:bg-neutral-950 13 11 md:max-w-xs 14 12 lg:px-6 15 13 xs:w-full 16 - xs:border-r-0; 14 + xs:border-r-0 15 + dark:border-neutral-900 16 + dark:bg-neutral-950; 17 17 18 18 > section { 19 19 @apply flex
+3 -3
components/Common/Sidebar/index.module.css
··· 9 9 bg-white 10 10 px-4 11 11 py-6 12 - dark:border-r-neutral-900 13 - dark:bg-neutral-950 14 12 md:max-w-xs 15 13 lg:px-6 16 14 xs:w-full 17 - xs:border-r-0; 15 + xs:border-r-0 16 + dark:border-r-neutral-900 17 + dark:bg-neutral-950; 18 18 19 19 > section { 20 20 @apply flex
+2 -2
components/Containers/Footer/index.module.css
··· 7 7 border-neutral-200 8 8 px-8 9 9 py-4 10 - dark:border-neutral-900 11 10 md:flex-row 12 11 md:justify-between 13 - md:py-5; 12 + md:py-5 13 + dark:border-neutral-900; 14 14 15 15 .sectionPrimary { 16 16 @apply flex
+8 -8
components/Containers/NavBar/index.module.css
··· 1 1 .container { 2 2 @apply border-neutral-200 3 - dark:border-neutral-900 4 3 md:flex 5 4 md:h-16 6 5 md:flex-row 7 6 md:items-center 8 7 md:gap-8 9 8 md:border-b 10 - md:px-8; 9 + md:px-8 10 + dark:border-neutral-900; 11 11 } 12 12 13 13 .nodeIconAndMobileItemsToggler { ··· 18 18 border-b 19 19 border-neutral-200 20 20 px-4 21 - dark:border-neutral-900 22 21 md:flex 23 22 md:h-full 24 23 md:items-center 25 24 md:border-0 26 - md:px-0; 25 + md:px-0 26 + dark:border-neutral-900; 27 27 } 28 28 29 29 .nodeIconWrapper { ··· 71 71 border-b 72 72 border-neutral-200 73 73 p-4 74 - dark:border-neutral-900 75 74 md:flex-1 76 75 md:flex-row 77 76 md:border-0 78 - md:p-0; 77 + md:p-0 78 + dark:border-neutral-900; 79 79 } 80 80 81 81 .actionsWrapper { ··· 85 85 border-b 86 86 border-neutral-200 87 87 p-4 88 - dark:border-neutral-900 89 88 md:border-0 90 - md:p-0; 89 + md:p-0 90 + dark:border-neutral-900; 91 91 } 92 92 93 93 .ghIconWrapper {
+2 -2
components/Downloads/ChangelogModal/index.module.css
··· 23 23 bg-white 24 24 p-8 25 25 focus:outline-none 26 - dark:bg-neutral-950 27 26 sm:mt-20 28 27 sm:p-12 29 28 lg:w-2/3 30 - xl:w-1/2; 29 + xl:w-1/2 30 + dark:bg-neutral-950; 31 31 } 32 32 33 33 .close {
+1 -1
layouts/New/layouts.module.css
··· 36 36 bg-gradient-subtle 37 37 p-12 38 38 grid-in-[main] 39 - dark:bg-gradient-subtle-dark 40 39 xl:px-18 41 40 xs:bg-none 42 41 xs:p-4 42 + dark:bg-gradient-subtle-dark 43 43 xs:dark:bg-none; 44 44 } 45 45
+9 -12
package-lock.json
··· 49 49 "semver": "~7.5.4", 50 50 "sharp": "0.32.6", 51 51 "shikiji": "~0.8.0", 52 - "tailwindcss": "^3.3.5", 52 + "tailwindcss": "^3.4.0", 53 53 "turbo": "1.11.2", 54 54 "typescript": "~5.3.2", 55 55 "unist-util-visit": "~5.0.0", ··· 82 82 "jest-environment-jsdom": "29.7.0", 83 83 "jest-junit": "16.0.0", 84 84 "prettier": "3.1.1", 85 - "prettier-plugin-tailwindcss": "0.5.7", 85 + "prettier-plugin-tailwindcss": "0.5.10", 86 86 "remark-frontmatter": "5.0.0", 87 87 "remark-preset-lint-node": "5.0.0", 88 88 "remark-preset-prettier": "2.0.1", ··· 22326 22326 } 22327 22327 }, 22328 22328 "node_modules/prettier-plugin-tailwindcss": { 22329 - "version": "0.5.7", 22330 - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.7.tgz", 22331 - "integrity": "sha512-4v6uESAgwCni6YF6DwJlRaDjg9Z+al5zM4JfngcazMy4WEf/XkPS5TEQjbD+DZ5iNuG6RrKQLa/HuX2SYzC3kQ==", 22329 + "version": "0.5.10", 22330 + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.10.tgz", 22331 + "integrity": "sha512-9UGSejqFxGG6brYjFfTYlJ8zs4L/lvZg1AngFfaC5Fs1otSskASv5IWKmjPu5MlABQUtTKtMArKyYr/hWpXSUg==", 22332 22332 "dev": true, 22333 22333 "engines": { 22334 22334 "node": ">=14.21.3" ··· 22337 22337 "@ianvs/prettier-plugin-sort-imports": "*", 22338 22338 "@prettier/plugin-pug": "*", 22339 22339 "@shopify/prettier-plugin-liquid": "*", 22340 - "@shufo/prettier-plugin-blade": "*", 22341 22340 "@trivago/prettier-plugin-sort-imports": "*", 22342 22341 "prettier": "^3.0", 22343 22342 "prettier-plugin-astro": "*", 22344 22343 "prettier-plugin-css-order": "*", 22345 22344 "prettier-plugin-import-sort": "*", 22346 22345 "prettier-plugin-jsdoc": "*", 22346 + "prettier-plugin-marko": "*", 22347 22347 "prettier-plugin-organize-attributes": "*", 22348 22348 "prettier-plugin-organize-imports": "*", 22349 22349 "prettier-plugin-style-order": "*", ··· 22357 22357 "optional": true 22358 22358 }, 22359 22359 "@shopify/prettier-plugin-liquid": { 22360 - "optional": true 22361 - }, 22362 - "@shufo/prettier-plugin-blade": { 22363 22360 "optional": true 22364 22361 }, 22365 22362 "@trivago/prettier-plugin-sort-imports": { ··· 31648 31645 } 31649 31646 }, 31650 31647 "node_modules/tailwindcss": { 31651 - "version": "3.3.6", 31652 - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.6.tgz", 31653 - "integrity": "sha512-AKjF7qbbLvLaPieoKeTjG1+FyNZT6KaJMJPFeQyLfIp7l82ggH1fbHJSsYIvnbTFQOlkh+gBYpyby5GT1LIdLw==", 31648 + "version": "3.4.0", 31649 + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz", 31650 + "integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==", 31654 31651 "dependencies": { 31655 31652 "@alloc/quick-lru": "^5.2.0", 31656 31653 "arg": "^5.0.2",
+2 -2
package.json
··· 80 80 "semver": "~7.5.4", 81 81 "sharp": "0.32.6", 82 82 "shikiji": "~0.8.0", 83 - "tailwindcss": "^3.3.5", 83 + "tailwindcss": "^3.4.0", 84 84 "turbo": "1.11.2", 85 85 "typescript": "~5.3.2", 86 86 "unist-util-visit": "~5.0.0", ··· 113 113 "jest-environment-jsdom": "29.7.0", 114 114 "jest-junit": "16.0.0", 115 115 "prettier": "3.1.1", 116 - "prettier-plugin-tailwindcss": "0.5.7", 116 + "prettier-plugin-tailwindcss": "0.5.10", 117 117 "remark-frontmatter": "5.0.0", 118 118 "remark-preset-lint-node": "5.0.0", 119 119 "remark-preset-prettier": "2.0.1",
+3 -3
styles/new/markdown.css
··· 104 104 px-4 105 105 py-2 106 106 text-neutral-900 107 - dark:border-neutral-800 108 - dark:text-white 109 107 xs:block 110 - xs:border-l-0; 108 + xs:border-l-0 109 + dark:border-neutral-800 110 + dark:text-white; 111 111 112 112 > a { 113 113 @apply pr-2;