|
50 | 50 | "lint:es": "eslint . --cache",
|
51 | 51 | "lint:tsc": "tsc --noEmit",
|
52 | 52 | "prepare": "simple-git-hooks && yarn-berry-deduplicate || exit 0",
|
53 |
| - "release": "clean-pkg-json && changeset publish", |
| 53 | + "release": "clean-pkg-json && changeset publish --tag v3.x", |
54 | 54 | "test": "run-p 'test:*'",
|
55 | 55 | "test:dotInclude": "yarn eslint --ext ts,tsx tests/dotInclude --ignore-pattern \"!.dot\"",
|
56 | 56 | "test:dotPaths": "yarn eslint --ext ts,tsx tests/dotPaths --ignore-pattern \"!.dot\"",
|
|
84 | 84 | "@nolyfill/is-core-module": "1.0.39",
|
85 | 85 | "debug": "^4.4.0",
|
86 | 86 | "get-tsconfig": "^4.10.0",
|
87 |
| - "is-bun-module": "^1.3.0", |
88 |
| - "rspack-resolver": "^1.1.0", |
| 87 | + "is-bun-module": "^2.0.0", |
89 | 88 | "stable-hash": "^0.0.5",
|
90 |
| - "tinyglobby": "^0.2.12" |
| 89 | + "tinyglobby": "^0.2.12", |
| 90 | + "unrs-resolver": "^1.3.2" |
91 | 91 | },
|
92 | 92 | "devDependencies": {
|
93 |
| - "@1stg/lib-config": "^13.0.1", |
| 93 | + "@1stg/common-config": "^11.1.0", |
94 | 94 | "@changesets/changelog-github": "^0.5.1",
|
95 | 95 | "@changesets/cli": "^2.28.1",
|
96 | 96 | "@commitlint/cli": "^19.8.0",
|
97 | 97 | "@mozilla/glean": "^5.0.3",
|
98 |
| - "@pkgr/rollup": "^6.0.0", |
| 98 | + "@pkgr/rollup": "^6.0.1", |
99 | 99 | "@total-typescript/ts-reset": "^0.6.1",
|
100 | 100 | "@types/debug": "^4.1.12",
|
101 |
| - "@types/node": "^22.13.10", |
| 101 | + "@types/node": "^22.13.13", |
102 | 102 | "@types/pnpapi": "^0.0.5",
|
103 | 103 | "@types/unist": "^3.0.3",
|
104 | 104 | "clean-pkg-json": "^1.2.1",
|
105 | 105 | "cross-env": "^7.0.3",
|
106 | 106 | "dummy.js": "link:dummy.js",
|
107 |
| - "eslint": "^9.22.0", |
| 107 | + "eslint": "^9.23.0", |
108 | 108 | "eslint-import-resolver-typescript": "link:.",
|
109 |
| - "eslint-plugin-import-x": "^4.8.0", |
| 109 | + "eslint-plugin-import-x": "^4.9.3", |
110 | 110 | "lint-staged": "^15.5.0",
|
111 | 111 | "npm-run-all2": "^7.0.2",
|
112 | 112 | "prettier": "^3.5.3",
|
113 | 113 | "react": "^19.0.0",
|
114 |
| - "simple-git-hooks": "^2.11.1", |
| 114 | + "simple-git-hooks": "^2.12.1", |
115 | 115 | "size-limit": "^11.2.0",
|
116 | 116 | "size-limit-preset-node-lib": "^0.3.0",
|
117 | 117 | "type-coverage": "^2.29.7",
|
118 |
| - "type-fest": "^4.37.0", |
| 118 | + "type-fest": "^4.38.0", |
119 | 119 | "typescript": "~5.8.2",
|
120 | 120 | "yarn-berry-deduplicate": "^6.1.1"
|
121 | 121 | },
|
|
0 commit comments