|
55 | 55 | ],
|
56 | 56 | "scripts": {
|
57 | 57 | "audit": "audit-ci --config ./audit-ci.jsonc",
|
58 |
| - "build:packages": "pnpm --filter \"package-json-utils\" run build && nx run-many --target=build --projects=browserslist-config-anolilab,babel-preset,prettier-config,textlint-config,semantic-release-preset,stylelint-config,eslint-config,commitlint-config,lint-staged-config", |
59 |
| - "build:packages:prod": "pnpm --filter \"package-json-utils\" run build:prod && nx run-many --target=build:prod --projects=browserslist-config-anolilab,babel-preset,prettier-config,textlint-config,semantic-release-preset,stylelint-config,eslint-config,commitlint-config,lint-staged-config", |
| 58 | + "build:packages": "nx run-many --target=build --projects=browserslist-config-anolilab,prettier-config,textlint-config,stylelint-config,eslint-config,commitlint-config,lint-staged-config", |
| 59 | + "build:packages:prod": "nx run-many --target=build:prod --projects=browserslist-config-anolilab,prettier-config,textlint-config,stylelint-config,eslint-config,commitlint-config,lint-staged-config", |
60 | 60 | "clean": "nx run-many --target=clean && rimraf node_modules",
|
61 | 61 | "preinstall": "node verify-node-version.cjs",
|
62 | 62 | "postinstall": "is-ci || husky || exit 0",
|
|
71 | 71 | "lint:text:fix": "textlint ./.github/ ./packages/** ./README.md ./UPGRADE.md --parallel --experimental --fix",
|
72 | 72 | "prettier": "prettier --config=.prettierrc.js --write '**/*.{js,jsx,cjs,tsx,ts,less,md,json}'",
|
73 | 73 | "sort-package-json": "sort-package-json ./packages/**/package.json ./package.json",
|
74 |
| - "test:all": "nx run-many --target=test:coverage --projects=browserslist-config-anolilab,package-json-utils,stylelint-config,eslint-config && pnpm test:stylelint && pnpm test:babel", |
| 74 | + "test:all": "nx run-many --target=test:coverage --projects=browserslist-config-anolilab,stylelint-config,eslint-config && pnpm test:stylelint && pnpm test:babel", |
75 | 75 | "test:babel": "babel --config-file=./packages/babel-preset/dist/index.js ./packages/babel-preset/fixture/test.ts --out-file=./packages/babel-preset/fixture/test.js",
|
76 | 76 | "test:browserslist-config-anolilab": "pnpm --filter \"browserslist-config-anolilab\" run test",
|
77 | 77 | "test:coverage:browserslist-config-anolilab": "pnpm --filter \"browserslist-config-anolilab\" run test:coverage",
|
78 | 78 | "test:coverage:lint-staged-config": "pnpm --filter \"lint-staged-config\" run test:coverage",
|
79 |
| - "test:coverage:package-json-utils": "pnpm --filter \"package-json-utils\" run test:coverage", |
80 | 79 | "test:coverage:stylelint-config": "pnpm --filter \"stylelint-config\" run test:coverage",
|
81 | 80 | "test:eslint-config": "pnpm --filter \"eslint-config\" run test",
|
82 | 81 | "test:lint-staged-config": "pnpm --filter \"lint-staged-config\" run test",
|
83 |
| - "test:package-json-utils": "pnpm --filter \"package-json-utils\" run test", |
84 | 82 | "test:stylelint": "node scripts/isNotWindows || stylelint --formatter verbose --config packages/stylelint-config/index.js ./packages/stylelint-config/__tests__/css/**/*.css",
|
85 |
| - "test:stylelint-config": "pnpm --filter \"stylelint-config\" run test" |
| 83 | + "test:stylelint-config": "pnpm --filter \"stylelint-config\" run test", |
| 84 | + "update:deps": "taze" |
86 | 85 | },
|
87 | 86 | "dependencies": {
|
88 | 87 | "@anolilab/multi-semantic-release": "^1.1.6",
|
|
122 | 121 | "semantic-release": "^24.2.0",
|
123 | 122 | "sort-package-json": "^2.12.0",
|
124 | 123 | "stylelint": "^16.12.0",
|
| 124 | + "taze": "^0.18.0", |
125 | 125 | "textlint": "^14.4.0",
|
126 |
| - "tsup": "^8.3.5", |
127 | 126 | "typescript": "5.7.2",
|
128 | 127 | "vitest": "^2.1.8"
|
129 | 128 | },
|
130 |
| - "packageManager": "pnpm@9.5.0", |
| 129 | + "packageManager": "pnpm@9.15.0", |
131 | 130 | "engines": {
|
132 |
| - "node": ">=18.* <=21.*" |
133 |
| - }, |
134 |
| - "pnpm": { |
135 |
| - "overrides": { |
136 |
| - "vite@>=5.0.0 <=5.0.11": ">=5.0.12", |
137 |
| - "vite@>=5.0.0 <=5.0.12": ">=5.0.13", |
138 |
| - "chrono-node@<2.2.4": ">=2.2.4", |
139 |
| - "semver@>=7.0.0 <7.5.2": ">=7.5.2", |
140 |
| - "axios@>=1.3.2 <=1.7.3": ">=1.7.4", |
141 |
| - "micromatch@<4.0.8": ">=4.0.8", |
142 |
| - "vite@>=5.3.0 <5.3.6": ">=5.3.6", |
143 |
| - "vite@>=4.0.0 <4.5.4": ">=4.5.4", |
144 |
| - "vite@>=4.0.0 <=4.5.3": ">=4.5.4", |
145 |
| - "vite@>=5.3.0 <=5.3.5": ">=5.3.6", |
146 |
| - "rollup@>=3.0.0 <3.29.5": ">=3.29.5", |
147 |
| - "rollup@>=4.0.0 <4.22.4": ">=4.22.4" |
148 |
| - } |
| 131 | + "node": ">=18.* <=23.*" |
149 | 132 | },
|
150 | 133 | "anolilab": {
|
151 | 134 | "lint-staged-config": {
|
|
164 | 147 | "info_on_disabling_jsonc_sort_keys_rule": false,
|
165 | 148 | "info_on_disabling_etc_no_deprecated": false
|
166 | 149 | }
|
| 150 | + }, |
| 151 | + "pnpm": { |
| 152 | + "overrides": { |
| 153 | + "cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5", |
| 154 | + "nanoid@<3.3.8": ">=3.3.8" |
| 155 | + } |
167 | 156 | }
|
168 | 157 | }
|
0 commit comments