Skip to content

Commit 3c4bd4f

Browse files
depfu[bot]franky47
andauthored
chore: Update deps, nolyfill & PNPM (#549)
* chore(deps): Update all pnpm dependencies (2024-04-29) * chore: Bump to React 18.3 * chore: Nolyfill * chore: Use pnpm v9 --------- Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Francois Best <github@francoisbest.com>
1 parent bebd506 commit 3c4bd4f

File tree

8 files changed

+7401
-6121
lines changed

8 files changed

+7401
-6121
lines changed

.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
4343
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d
4444
with:
45-
version: 8
45+
version: 9
4646
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
4747
with:
4848
node-version: lts/*

.github/workflows/test-against-nextjs-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
2525
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d
2626
with:
27-
version: 8
27+
version: 9
2828
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
2929
with:
3030
node-version: lts/*

package.json

+42-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"husky": "^8.0.3",
2525
"npm-run-all": "^4.1.5",
2626
"semantic-release": "^22.0.12",
27-
"turbo": "^1.13.2",
27+
"turbo": "^1.13.3",
2828
"typescript": "^5.4.5"
2929
},
3030
"prettier": {
@@ -80,7 +80,47 @@
8080
"hasown": "npm:@nolyfill/hasown@latest",
8181
"isarray": "npm:@nolyfill/isarray@latest",
8282
"side-channel": "npm:@nolyfill/side-channel@latest",
83-
"string.prototype.padend": "npm:@nolyfill/string.prototype.padend@latest"
83+
"string.prototype.padend": "npm:@nolyfill/string.prototype.padend@latest",
84+
"array-buffer-byte-length": "npm:@nolyfill/array-buffer-byte-length@latest",
85+
"arraybuffer.prototype.slice": "npm:@nolyfill/arraybuffer.prototype.slice@latest",
86+
"available-typed-arrays": "npm:@nolyfill/available-typed-arrays@latest",
87+
"deep-equal": "npm:@nolyfill/deep-equal@latest",
88+
"define-properties": "npm:@nolyfill/define-properties@latest",
89+
"es-set-tostringtag": "npm:@nolyfill/es-set-tostringtag@latest",
90+
"function-bind": "npm:@nolyfill/function-bind@latest",
91+
"function.prototype.name": "npm:@nolyfill/function.prototype.name@latest",
92+
"get-symbol-description": "npm:@nolyfill/get-symbol-description@latest",
93+
"globalthis": "npm:@nolyfill/globalthis@latest",
94+
"gopd": "npm:@nolyfill/gopd@latest",
95+
"has-property-descriptors": "npm:@nolyfill/has-property-descriptors@latest",
96+
"has-proto": "npm:@nolyfill/has-proto@latest",
97+
"has-symbols": "npm:@nolyfill/has-symbols@latest",
98+
"internal-slot": "npm:@nolyfill/internal-slot@latest",
99+
"is-arguments": "npm:@nolyfill/is-arguments@latest",
100+
"is-array-buffer": "npm:@nolyfill/is-array-buffer@latest",
101+
"is-date-object": "npm:@nolyfill/is-date-object@latest",
102+
"is-generator-function": "npm:@nolyfill/is-generator-function@latest",
103+
"is-regex": "npm:@nolyfill/is-regex@latest",
104+
"is-shared-array-buffer": "npm:@nolyfill/is-shared-array-buffer@latest",
105+
"is-string": "npm:@nolyfill/is-string@latest",
106+
"is-symbol": "npm:@nolyfill/is-symbol@latest",
107+
"is-typed-array": "npm:@nolyfill/is-typed-array@latest",
108+
"is-weakref": "npm:@nolyfill/is-weakref@latest",
109+
"object-keys": "npm:@nolyfill/object-keys@latest",
110+
"object.assign": "npm:@nolyfill/object.assign@latest",
111+
"regexp.prototype.flags": "npm:@nolyfill/regexp.prototype.flags@latest",
112+
"safe-array-concat": "npm:@nolyfill/safe-array-concat@latest",
113+
"safe-regex-test": "npm:@nolyfill/safe-regex-test@latest",
114+
"set-function-length": "npm:@nolyfill/set-function-length@latest",
115+
"string.prototype.trim": "npm:@nolyfill/string.prototype.trim@latest",
116+
"string.prototype.trimend": "npm:@nolyfill/string.prototype.trimend@latest",
117+
"string.prototype.trimstart": "npm:@nolyfill/string.prototype.trimstart@latest",
118+
"typed-array-buffer": "npm:@nolyfill/typed-array-buffer@latest",
119+
"typed-array-byte-length": "npm:@nolyfill/typed-array-byte-length@latest",
120+
"typed-array-byte-offset": "npm:@nolyfill/typed-array-byte-offset@latest",
121+
"typed-array-length": "npm:@nolyfill/typed-array-length@latest",
122+
"unbox-primitive": "npm:@nolyfill/unbox-primitive@latest",
123+
"which-typed-array": "npm:@nolyfill/which-typed-array@latest"
84124
}
85125
}
86126
}

packages/docs/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@faker-js/faker": "^8.4.1",
13-
"@headlessui/react": "^1.7.18",
13+
"@headlessui/react": "^1.7.19",
1414
"@headlessui/tailwindcss": "^0.2.0",
1515
"@radix-ui/react-checkbox": "^1.0.4",
1616
"@radix-ui/react-label": "^2.0.2",
@@ -20,40 +20,40 @@
2020
"@radix-ui/react-switch": "^1.0.3",
2121
"@radix-ui/react-toggle": "^1.0.3",
2222
"@radix-ui/react-toggle-group": "^1.0.4",
23-
"@sentry/nextjs": "^7.111.0",
23+
"@sentry/nextjs": "^7.112.2",
2424
"@tailwindcss/container-queries": "^0.1.1",
25-
"@tremor/react": "^3.16.1",
25+
"@tremor/react": "^3.16.2",
2626
"cheerio": "1.0.0-rc.12",
2727
"class-variance-authority": "^0.7.0",
28-
"clsx": "^2.1.0",
29-
"dayjs": "^1.11.10",
28+
"clsx": "^2.1.1",
29+
"dayjs": "^1.11.11",
3030
"lucide-react": "^0.323.0",
31-
"next": "^14.2.2",
31+
"next": "^14.2.3",
3232
"next-docs-mdx": "6.0.2",
3333
"next-docs-ui": "6.0.2",
3434
"next-docs-zeta": "6.0.2",
3535
"nuqs": "workspace:*",
3636
"pretty-bytes": "^6.1.1",
37-
"react": "^18.2.0",
38-
"react-dom": "^18.2.0",
37+
"react": "^18.3.1",
38+
"react-dom": "^18.3.1",
3939
"recharts": "^2.12.6",
4040
"remark-smartypants": "^2.1.0",
4141
"semver": "^7.6.0",
4242
"server-only": "^0.0.1",
43-
"tailwind-merge": "^2.2.2",
43+
"tailwind-merge": "^2.3.0",
4444
"tailwindcss": "^3.4.3",
4545
"tailwindcss-animate": "^1.0.7",
46-
"zod": "^3.22.4"
46+
"zod": "^3.23.5"
4747
},
4848
"devDependencies": {
4949
"@types/mdx": "^2.0.13",
50-
"@types/react": "^18.2.79",
51-
"@types/react-dom": "^18.2.25",
50+
"@types/react": "^18.3.1",
51+
"@types/react-dom": "^18.3.0",
5252
"@types/semver": "^7.5.8",
5353
"autoprefixer": "^10.4.19",
5454
"postcss": "^8.4.38",
5555
"prettier": "^3.2.5",
56-
"prettier-plugin-tailwindcss": "^0.5.13",
56+
"prettier-plugin-tailwindcss": "^0.5.14",
5757
"remark-mdx-images": "^3.0.0",
5858
"shikiji": "^0.10.2",
5959
"typescript": "^5.4.5"

packages/e2e/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
"cypress:run": "cypress run --headless"
2121
},
2222
"dependencies": {
23-
"next": "14.2.2",
23+
"next": "14.2.3",
2424
"nuqs": "workspace:*",
25-
"react": "^18.2.0",
26-
"react-dom": "^18.2.0"
25+
"react": "^18.3.1",
26+
"react-dom": "^18.3.1"
2727
},
2828
"devDependencies": {
2929
"@types/node": "^20.12.7",
30-
"@types/react": "^18.2.79",
31-
"@types/react-dom": "^18.2.25",
30+
"@types/react": "^18.3.1",
31+
"@types/react-dom": "^18.3.0",
3232
"@types/semver": "^7.5.8",
3333
"@types/webpack": "^5.28.5",
34-
"cypress": "^13.8.0",
34+
"cypress": "^13.8.1",
3535
"npm-run-all": "^4.1.5",
3636
"semver": "^7.6.0",
3737
"typescript": "^5.4.5"

packages/nuqs/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,17 @@
7272
"devDependencies": {
7373
"@size-limit/preset-small-lib": "^11.1.2",
7474
"@types/node": "^20.12.7",
75-
"@types/react": "^18.2.79",
76-
"@types/react-dom": "^18.2.25",
77-
"next": "14.2.2",
75+
"@types/react": "^18.3.1",
76+
"@types/react-dom": "^18.3.0",
77+
"next": "14.2.3",
7878
"npm-run-all": "^4.1.5",
79-
"react": "^18.2.0",
80-
"react-dom": "^18.2.0",
79+
"react": "^18.3.1",
80+
"react-dom": "^18.3.1",
8181
"size-limit": "^11.1.2",
8282
"tsd": "^0.30.7",
8383
"tsup": "^8.0.2",
8484
"typescript": "^5.4.5",
85-
"vitest": "^1.5.0"
85+
"vitest": "^1.5.2"
8686
},
8787
"tsd": {
8888
"directory": "src/tests"

packages/scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@mailpace/mailpace.js": "^0.1.1",
88
"@t3-oss/env-core": "^0.9.2",
99
"minimist": "^1.2.8",
10-
"zod": "^3.22.4"
10+
"zod": "^3.23.5"
1111
},
1212
"devDependencies": {
1313
"@types/minimist": "^1.2.5",

0 commit comments

Comments
 (0)