Skip to content

Commit bd8edd3

Browse files
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](tailwindlabs/tailwindcss@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] <[email protected]> * create tailwind dependabot group * upgrade to [email protected] closes #6197 * reformatting per prettier --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian Muenzenmeyer <[email protected]>
1 parent c013608 commit bd8edd3

File tree

11 files changed

+39
-37
lines changed

11 files changed

+39
-37
lines changed

.github/dependabot.yml

+5
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ updates:
6060
- 'react-dom'
6161
- '@types/react'
6262
- '@types/react-dom'
63+
tailwind:
64+
patterns:
65+
- '@savvywombat/tailwindcss-grid-areas'
66+
- 'prettier-plugin-tailwindcss'
67+
- 'tailwindcss'
6368
ignore:
6469
# Manually update major versions of @types/node with the version specified within .nvmrc
6570
- dependency-name: '@types/node'

components/Common/MetaBar/index.module.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
border-l-neutral-200
88
px-4
99
py-6
10-
dark:border-l-neutral-900
1110
md:max-w-xs
1211
lg:px-6
1312
xs:mt-8
1413
xs:w-full
1514
xs:border-l-0
1615
xs:border-t
1716
xs:border-t-neutral-200
17+
dark:border-l-neutral-900
1818
xs:dark:border-t-neutral-900;
1919

2020
dt {

components/Common/ProgressionSidebar/index.module.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
bg-white
99
px-4
1010
py-6
11-
dark:border-neutral-900
12-
dark:bg-neutral-950
1311
md:max-w-xs
1412
lg:px-6
1513
xs:w-full
16-
xs:border-r-0;
14+
xs:border-r-0
15+
dark:border-neutral-900
16+
dark:bg-neutral-950;
1717

1818
> section {
1919
@apply flex

components/Common/Sidebar/index.module.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
bg-white
1010
px-4
1111
py-6
12-
dark:border-r-neutral-900
13-
dark:bg-neutral-950
1412
md:max-w-xs
1513
lg:px-6
1614
xs:w-full
17-
xs:border-r-0;
15+
xs:border-r-0
16+
dark:border-r-neutral-900
17+
dark:bg-neutral-950;
1818

1919
> section {
2020
@apply flex

components/Containers/Footer/index.module.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
border-neutral-200
88
px-8
99
py-4
10-
dark:border-neutral-900
1110
md:flex-row
1211
md:justify-between
13-
md:py-5;
12+
md:py-5
13+
dark:border-neutral-900;
1414

1515
.sectionPrimary {
1616
@apply flex

components/Containers/NavBar/index.module.css

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.container {
22
@apply border-neutral-200
3-
dark:border-neutral-900
43
md:flex
54
md:h-16
65
md:flex-row
76
md:items-center
87
md:gap-8
98
md:border-b
10-
md:px-8;
9+
md:px-8
10+
dark:border-neutral-900;
1111
}
1212

1313
.nodeIconAndMobileItemsToggler {
@@ -18,12 +18,12 @@
1818
border-b
1919
border-neutral-200
2020
px-4
21-
dark:border-neutral-900
2221
md:flex
2322
md:h-full
2423
md:items-center
2524
md:border-0
26-
md:px-0;
25+
md:px-0
26+
dark:border-neutral-900;
2727
}
2828

2929
.nodeIconWrapper {
@@ -71,11 +71,11 @@
7171
border-b
7272
border-neutral-200
7373
p-4
74-
dark:border-neutral-900
7574
md:flex-1
7675
md:flex-row
7776
md:border-0
78-
md:p-0;
77+
md:p-0
78+
dark:border-neutral-900;
7979
}
8080

8181
.actionsWrapper {
@@ -85,9 +85,9 @@
8585
border-b
8686
border-neutral-200
8787
p-4
88-
dark:border-neutral-900
8988
md:border-0
90-
md:p-0;
89+
md:p-0
90+
dark:border-neutral-900;
9191
}
9292

9393
.ghIconWrapper {

components/Downloads/ChangelogModal/index.module.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
bg-white
2424
p-8
2525
focus:outline-none
26-
dark:bg-neutral-950
2726
sm:mt-20
2827
sm:p-12
2928
lg:w-2/3
30-
xl:w-1/2;
29+
xl:w-1/2
30+
dark:bg-neutral-950;
3131
}
3232

3333
.close {

layouts/New/layouts.module.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
bg-gradient-subtle
3737
p-12
3838
grid-in-[main]
39-
dark:bg-gradient-subtle-dark
4039
xl:px-18
4140
xs:bg-none
4241
xs:p-4
42+
dark:bg-gradient-subtle-dark
4343
xs:dark:bg-none;
4444
}
4545

package-lock.json

+9-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"semver": "~7.5.4",
8181
"sharp": "0.32.6",
8282
"shikiji": "~0.8.0",
83-
"tailwindcss": "^3.3.5",
83+
"tailwindcss": "^3.4.0",
8484
"turbo": "1.11.2",
8585
"typescript": "~5.3.2",
8686
"unist-util-visit": "~5.0.0",
@@ -113,7 +113,7 @@
113113
"jest-environment-jsdom": "29.7.0",
114114
"jest-junit": "16.0.0",
115115
"prettier": "3.1.1",
116-
"prettier-plugin-tailwindcss": "0.5.7",
116+
"prettier-plugin-tailwindcss": "0.5.10",
117117
"remark-frontmatter": "5.0.0",
118118
"remark-preset-lint-node": "5.0.0",
119119
"remark-preset-prettier": "2.0.1",

styles/new/markdown.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@
104104
px-4
105105
py-2
106106
text-neutral-900
107-
dark:border-neutral-800
108-
dark:text-white
109107
xs:block
110-
xs:border-l-0;
108+
xs:border-l-0
109+
dark:border-neutral-800
110+
dark:text-white;
111111

112112
> a {
113113
@apply pr-2;

0 commit comments

Comments
 (0)