Skip to content

Commit 74cb5a1

Browse files
committed
chore: Update deps, drop nolyfill
Nolyfills seem to include CJS, which broke semantic-release.
1 parent e514d7e commit 74cb5a1

File tree

7 files changed

+1671
-1387
lines changed

7 files changed

+1671
-1387
lines changed

.husky/commit-msg

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
pnpm commitlint --edit $1

package.json

+5-53
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"dev": "FORCE_COLOR=3 turbo run dev",
1717
"build": "FORCE_COLOR=3 turbo run build",
1818
"test": "FORCE_COLOR=3 turbo run test",
19-
"prepare": "husky install"
19+
"prepare": "husky"
2020
},
2121
"devDependencies": {
22-
"@commitlint/config-conventional": "^18.6.3",
23-
"commitlint": "^18.6.1",
24-
"husky": "^8.0.3",
22+
"@commitlint/config-conventional": "^19.2.2",
23+
"commitlint": "^19.3.0",
24+
"husky": "^9.0.11",
2525
"npm-run-all": "^4.1.5",
26-
"semantic-release": "^22.0.12",
26+
"semantic-release": "^23.0.8",
2727
"turbo": "^1.13.3",
2828
"typescript": "^5.4.5"
2929
},
@@ -74,53 +74,5 @@
7474
true
7575
]
7676
}
77-
},
78-
"pnpm": {
79-
"overrides": {
80-
"hasown": "npm:@nolyfill/hasown@latest",
81-
"isarray": "npm:@nolyfill/isarray@latest",
82-
"side-channel": "npm:@nolyfill/side-channel@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"
124-
}
12577
}
12678
}

packages/docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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.112.2",
23+
"@sentry/nextjs": "^7.113.0",
2424
"@tailwindcss/container-queries": "^0.1.1",
2525
"@tremor/react": "^3.16.2",
2626
"cheerio": "1.0.0-rc.12",
@@ -43,7 +43,7 @@
4343
"tailwind-merge": "^2.3.0",
4444
"tailwindcss": "^3.4.3",
4545
"tailwindcss-animate": "^1.0.7",
46-
"zod": "^3.23.5"
46+
"zod": "^3.23.6"
4747
},
4848
"devDependencies": {
4949
"@types/mdx": "^2.0.13",

packages/e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react-dom": "^18.3.1"
2727
},
2828
"devDependencies": {
29-
"@types/node": "^20.12.7",
29+
"@types/node": "^20.12.8",
3030
"@types/react": "^18.3.1",
3131
"@types/react-dom": "^18.3.0",
3232
"@types/semver": "^7.5.8",

packages/nuqs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
"devDependencies": {
7373
"@size-limit/preset-small-lib": "^11.1.2",
74-
"@types/node": "^20.12.7",
74+
"@types/node": "^20.12.8",
7575
"@types/react": "^18.3.1",
7676
"@types/react-dom": "^18.3.0",
7777
"next": "14.2.3",
@@ -82,7 +82,7 @@
8282
"tsd": "^0.30.7",
8383
"tsup": "^8.0.2",
8484
"typescript": "^5.4.5",
85-
"vitest": "^1.5.2"
85+
"vitest": "^1.6.0"
8686
},
8787
"tsd": {
8888
"directory": "src/tests"

packages/scripts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"@mailpace/mailpace.js": "^0.1.1",
88
"@t3-oss/env-core": "^0.9.2",
99
"minimist": "^1.2.8",
10-
"zod": "^3.23.5"
10+
"zod": "^3.23.6"
1111
},
1212
"devDependencies": {
1313
"@types/minimist": "^1.2.5",
14-
"@types/node": "^20.12.7",
14+
"@types/node": "^20.12.8",
1515
"typescript": "^5.4.5"
1616
}
1717
}

0 commit comments

Comments
 (0)