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

meta: bump tailwindcss from 3.3.6 to 3.4.0 #6202

Merged
merged 4 commits into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ updates:
- 'react-dom'
- '@types/react'
- '@types/react-dom'
tailwind:
patterns:
- '@savvywombat/tailwindcss-grid-areas'
- 'prettier-plugin-tailwindcss'
- 'tailwindcss'
ignore:
# Manually update major versions of @types/node with the version specified within .nvmrc
- dependency-name: '@types/node'
Expand Down
2 changes: 1 addition & 1 deletion components/Common/MetaBar/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
border-l-neutral-200
px-4
py-6
dark:border-l-neutral-900
md:max-w-xs
lg:px-6
xs:mt-8
xs:w-full
xs:border-l-0
xs:border-t
xs:border-t-neutral-200
dark:border-l-neutral-900
xs:dark:border-t-neutral-900;

dt {
Expand Down
6 changes: 3 additions & 3 deletions components/Common/ProgressionSidebar/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
bg-white
px-4
py-6
dark:border-neutral-900
dark:bg-neutral-950
md:max-w-xs
lg:px-6
xs:w-full
xs:border-r-0;
xs:border-r-0
dark:border-neutral-900
dark:bg-neutral-950;

> section {
@apply flex
Expand Down
6 changes: 3 additions & 3 deletions components/Common/Sidebar/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
bg-white
px-4
py-6
dark:border-r-neutral-900
dark:bg-neutral-950
md:max-w-xs
lg:px-6
xs:w-full
xs:border-r-0;
xs:border-r-0
dark:border-r-neutral-900
dark:bg-neutral-950;

> section {
@apply flex
Expand Down
4 changes: 2 additions & 2 deletions components/Containers/Footer/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
border-neutral-200
px-8
py-4
dark:border-neutral-900
md:flex-row
md:justify-between
md:py-5;
md:py-5
dark:border-neutral-900;

.sectionPrimary {
@apply flex
Expand Down
16 changes: 8 additions & 8 deletions components/Containers/NavBar/index.module.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.container {
@apply border-neutral-200
dark:border-neutral-900
md:flex
md:h-16
md:flex-row
md:items-center
md:gap-8
md:border-b
md:px-8;
md:px-8
dark:border-neutral-900;
}

.nodeIconAndMobileItemsToggler {
Expand All @@ -18,12 +18,12 @@
border-b
border-neutral-200
px-4
dark:border-neutral-900
md:flex
md:h-full
md:items-center
md:border-0
md:px-0;
md:px-0
dark:border-neutral-900;
}

.nodeIconWrapper {
Expand Down Expand Up @@ -71,11 +71,11 @@
border-b
border-neutral-200
p-4
dark:border-neutral-900
md:flex-1
md:flex-row
md:border-0
md:p-0;
md:p-0
dark:border-neutral-900;
}

.actionsWrapper {
Expand All @@ -85,9 +85,9 @@
border-b
border-neutral-200
p-4
dark:border-neutral-900
md:border-0
md:p-0;
md:p-0
dark:border-neutral-900;
}

.ghIconWrapper {
Expand Down
4 changes: 2 additions & 2 deletions components/Downloads/ChangelogModal/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
bg-white
p-8
focus:outline-none
dark:bg-neutral-950
sm:mt-20
sm:p-12
lg:w-2/3
xl:w-1/2;
xl:w-1/2
dark:bg-neutral-950;
}

.close {
Expand Down
2 changes: 1 addition & 1 deletion layouts/New/layouts.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
bg-gradient-subtle
p-12
grid-in-[main]
dark:bg-gradient-subtle-dark
xl:px-18
xs:bg-none
xs:p-4
dark:bg-gradient-subtle-dark
xs:dark:bg-none;
}

Expand Down
21 changes: 9 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"semver": "~7.5.4",
"sharp": "0.32.6",
"shikiji": "~0.8.0",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3.4.0",
"turbo": "1.11.2",
"typescript": "~5.3.2",
"unist-util-visit": "~5.0.0",
Expand Down Expand Up @@ -113,7 +113,7 @@
"jest-environment-jsdom": "29.7.0",
"jest-junit": "16.0.0",
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "0.5.7",
"prettier-plugin-tailwindcss": "0.5.10",
"remark-frontmatter": "5.0.0",
"remark-preset-lint-node": "5.0.0",
"remark-preset-prettier": "2.0.1",
Expand Down
6 changes: 3 additions & 3 deletions styles/new/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@
px-4
py-2
text-neutral-900
dark:border-neutral-800
dark:text-white
xs:block
xs:border-l-0;
xs:border-l-0
dark:border-neutral-800
dark:text-white;

> a {
@apply pr-2;
Expand Down
Loading