Skip to content

Commit 0be5936

Browse files
authored
Merge pull request #195 from webdeveric/dev
Added `isUrlString()`
2 parents c16bc15 + de540b5 commit 0be5936

5 files changed

Lines changed: 606 additions & 569 deletions

File tree

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"url": "https://github.com/webdeveric/utils/issues"
6767
},
6868
"homepage": "https://github.com/webdeveric/utils/#readme",
69-
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac",
69+
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184",
7070
"scripts": {
7171
"clean": "rimraf ./dist/",
7272
"prebuild": "pnpm clean",
@@ -87,27 +87,27 @@
8787
"devDependencies": {
8888
"@commitlint/config-conventional": "^19.8.1",
8989
"@commitlint/types": "^19.8.1",
90-
"@types/node": "^22.15.30",
91-
"@vitest/coverage-v8": "^3.2.3",
90+
"@types/node": "^22.15.34",
91+
"@vitest/coverage-v8": "^3.2.4",
9292
"@webdeveric/eslint-config-ts": "^0.11.0",
9393
"@webdeveric/prettier-config": "^0.3.0",
9494
"commitlint": "^19.8.1",
9595
"commitlint-plugin-cspell": "^0.2.0",
9696
"conventional-changelog-conventionalcommits": "^9.0.0",
97-
"cspell": "^9.0.2",
97+
"cspell": "^9.1.2",
9898
"eslint": "^8.57.1",
9999
"eslint-config-prettier": "^10.1.5",
100-
"eslint-import-resolver-typescript": "^4.4.3",
101-
"eslint-plugin-import": "^2.31.0",
100+
"eslint-import-resolver-typescript": "^4.4.4",
101+
"eslint-plugin-import": "^2.32.0",
102102
"husky": "^9.1.7",
103103
"jsdom": "^26.1.0",
104-
"lint-staged": "^16.1.0",
105-
"prettier": "^3.5.3",
104+
"lint-staged": "^16.1.2",
105+
"prettier": "^3.6.2",
106106
"rimraf": "^6.0.1",
107-
"semantic-release": "^24.2.5",
107+
"semantic-release": "^24.2.6",
108108
"typescript": "^5.8.3",
109109
"validate-package-exports": "^0.11.0",
110-
"vitest": "^3.2.3"
110+
"vitest": "^3.2.4"
111111
},
112112
"pnpm": {
113113
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)