Skip to content

Commit

Permalink
chore: Update deps, drop nolyfill
Browse files Browse the repository at this point in the history
Nolyfills seem to include CJS, which broke semantic-release.
  • Loading branch information
franky47 committed May 6, 2024
1 parent e514d7e commit 74cb5a1
Show file tree
Hide file tree
Showing 7 changed files with 1,671 additions and 1,387 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm commitlint --edit $1
58 changes: 5 additions & 53 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"dev": "FORCE_COLOR=3 turbo run dev",
"build": "FORCE_COLOR=3 turbo run build",
"test": "FORCE_COLOR=3 turbo run test",
"prepare": "husky install"
"prepare": "husky"
},
"devDependencies": {
"@commitlint/config-conventional": "^18.6.3",
"commitlint": "^18.6.1",
"husky": "^8.0.3",
"@commitlint/config-conventional": "^19.2.2",
"commitlint": "^19.3.0",
"husky": "^9.0.11",
"npm-run-all": "^4.1.5",
"semantic-release": "^22.0.12",
"semantic-release": "^23.0.8",
"turbo": "^1.13.3",
"typescript": "^5.4.5"
},
Expand Down Expand Up @@ -74,53 +74,5 @@
true
]
}
},
"pnpm": {
"overrides": {
"hasown": "npm:@nolyfill/hasown@latest",
"isarray": "npm:@nolyfill/isarray@latest",
"side-channel": "npm:@nolyfill/side-channel@latest",
"string.prototype.padend": "npm:@nolyfill/string.prototype.padend@latest",
"array-buffer-byte-length": "npm:@nolyfill/array-buffer-byte-length@latest",
"arraybuffer.prototype.slice": "npm:@nolyfill/arraybuffer.prototype.slice@latest",
"available-typed-arrays": "npm:@nolyfill/available-typed-arrays@latest",
"deep-equal": "npm:@nolyfill/deep-equal@latest",
"define-properties": "npm:@nolyfill/define-properties@latest",
"es-set-tostringtag": "npm:@nolyfill/es-set-tostringtag@latest",
"function-bind": "npm:@nolyfill/function-bind@latest",
"function.prototype.name": "npm:@nolyfill/function.prototype.name@latest",
"get-symbol-description": "npm:@nolyfill/get-symbol-description@latest",
"globalthis": "npm:@nolyfill/globalthis@latest",
"gopd": "npm:@nolyfill/gopd@latest",
"has-property-descriptors": "npm:@nolyfill/has-property-descriptors@latest",
"has-proto": "npm:@nolyfill/has-proto@latest",
"has-symbols": "npm:@nolyfill/has-symbols@latest",
"internal-slot": "npm:@nolyfill/internal-slot@latest",
"is-arguments": "npm:@nolyfill/is-arguments@latest",
"is-array-buffer": "npm:@nolyfill/is-array-buffer@latest",
"is-date-object": "npm:@nolyfill/is-date-object@latest",
"is-generator-function": "npm:@nolyfill/is-generator-function@latest",
"is-regex": "npm:@nolyfill/is-regex@latest",
"is-shared-array-buffer": "npm:@nolyfill/is-shared-array-buffer@latest",
"is-string": "npm:@nolyfill/is-string@latest",
"is-symbol": "npm:@nolyfill/is-symbol@latest",
"is-typed-array": "npm:@nolyfill/is-typed-array@latest",
"is-weakref": "npm:@nolyfill/is-weakref@latest",
"object-keys": "npm:@nolyfill/object-keys@latest",
"object.assign": "npm:@nolyfill/object.assign@latest",
"regexp.prototype.flags": "npm:@nolyfill/regexp.prototype.flags@latest",
"safe-array-concat": "npm:@nolyfill/safe-array-concat@latest",
"safe-regex-test": "npm:@nolyfill/safe-regex-test@latest",
"set-function-length": "npm:@nolyfill/set-function-length@latest",
"string.prototype.trim": "npm:@nolyfill/string.prototype.trim@latest",
"string.prototype.trimend": "npm:@nolyfill/string.prototype.trimend@latest",
"string.prototype.trimstart": "npm:@nolyfill/string.prototype.trimstart@latest",
"typed-array-buffer": "npm:@nolyfill/typed-array-buffer@latest",
"typed-array-byte-length": "npm:@nolyfill/typed-array-byte-length@latest",
"typed-array-byte-offset": "npm:@nolyfill/typed-array-byte-offset@latest",
"typed-array-length": "npm:@nolyfill/typed-array-length@latest",
"unbox-primitive": "npm:@nolyfill/unbox-primitive@latest",
"which-typed-array": "npm:@nolyfill/which-typed-array@latest"
}
}
}
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@sentry/nextjs": "^7.112.2",
"@sentry/nextjs": "^7.113.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tremor/react": "^3.16.2",
"cheerio": "1.0.0-rc.12",
Expand All @@ -43,7 +43,7 @@
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.5"
"zod": "^3.23.6"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/semver": "^7.5.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/nuqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"devDependencies": {
"@size-limit/preset-small-lib": "^11.1.2",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"next": "14.2.3",
Expand All @@ -82,7 +82,7 @@
"tsd": "^0.30.7",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.5.2"
"vitest": "^1.6.0"
},
"tsd": {
"directory": "src/tests"
Expand Down
4 changes: 2 additions & 2 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"@mailpace/mailpace.js": "^0.1.1",
"@t3-oss/env-core": "^0.9.2",
"minimist": "^1.2.8",
"zod": "^3.23.5"
"zod": "^3.23.6"
},
"devDependencies": {
"@types/minimist": "^1.2.5",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 74cb5a1

Please sign in to comment.