Skip to content

Commit 0c431df

Browse files
Update Patch updates
Signed-off-by: Renovate Bot <[email protected]>
1 parent e73e7ac commit 0c431df

File tree

3 files changed

+284
-536
lines changed

3 files changed

+284
-536
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"dependencies": {
5555
"@anolilab/commitlint-config": "^5.0.3",
5656
"@anolilab/lint-staged-config": "^2.1.7",
57-
"@anolilab/multi-semantic-release": "^1.1.9",
57+
"@anolilab/multi-semantic-release": "^1.1.10",
5858
"@anolilab/prettier-config": "^5.0.14",
5959
"@anolilab/textlint-config": "^8.0.16",
6060
"@babel/core": "^7.26.0",
@@ -67,30 +67,30 @@
6767
"cross-env": "^7.0.3",
6868
"husky": "^9.1.7",
6969
"is-ci": "^4.1.0",
70-
"lint-staged": "^15.4.1",
70+
"lint-staged": "^15.4.3",
7171
"nx": "^20.3.2",
7272
"pkg-pr-new": "^0.0.39",
7373
"plop": "^4.0.1",
7474
"prettier": "^3.4.2",
75-
"publint": "^0.3.2",
75+
"publint": "^0.3.5",
7676
"rimraf": "6.0.1",
7777
"secretlint": "9.0.0",
7878
"semantic-release": "^24.2.1",
7979
"sort-package-json": "^2.14.0",
80-
"taze": "^18.3.0",
80+
"taze": "^18.3.1",
8181
"textlint": "^14.4.2",
8282
"typescript": "^5.7.3",
8383
"vitest": "^3.0.3"
8484
},
85-
"packageManager": "[email protected].4",
85+
"packageManager": "[email protected].5",
8686
"engines": {
8787
"node": ">=18.* <=22.*"
8888
},
8989
"pnpm": {
9090
"overrides": {
9191
"braces@<3.0.3": ">=3.0.3",
92-
"chrono-node@<2.2.4": ">=2.7.7",
93-
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
92+
"chrono-node@<2.2.4": ">=2.7.8",
93+
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.6",
9494
"micromatch@<4.0.8": ">=4.0.8",
9595
"vite@>=5.3.0 <=5.3.5": ">=5.3.6",
9696
"undici@>=6.0.0 <6.21.1": ">=6.21.1"

packages/packem/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
"jiti": "2.4.2",
393393
"magic-string": "0.30.17",
394394
"mlly": "1.7.4",
395-
"oxc-parser": "0.48.0",
395+
"oxc-parser": "0.48.2",
396396
"oxc-resolver": "4.0.0",
397397
"picomatch": "^4.0.2",
398398
"rollup": "4.32.0",
@@ -408,11 +408,11 @@
408408
"devDependencies": {
409409
"@anolilab/eslint-config": "^15.0.3",
410410
"@anolilab/prettier-config": "^5.0.14",
411-
"@anolilab/semantic-release-pnpm": "^1.1.9",
412-
"@anolilab/semantic-release-preset": "^10.0.2",
411+
"@anolilab/semantic-release-pnpm": "^1.1.10",
412+
"@anolilab/semantic-release-preset": "^10.0.3",
413413
"@arethetypeswrong/cli": "^0.17.3",
414414
"@babel/core": "^7.26.7",
415-
"@oxc-project/types": "0.48.0",
415+
"@oxc-project/types": "0.48.2",
416416
"@rushstack/eslint-plugin-security": "^0.8.3",
417417
"@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
418418
"@svgr/core": "^8.1.0",
@@ -458,7 +458,7 @@
458458
"mime": "4.0.6",
459459
"minireset.css": "0.0.7",
460460
"node-sass": "^9.0.0",
461-
"oxc-transform": "^0.48.0",
461+
"oxc-transform": "^0.48.2",
462462
"p-queue": "^8.1.0",
463463
"postcss": "^8.5.1",
464464
"postcss-custom-properties": "14.0.4",
@@ -484,7 +484,7 @@
484484
"tempy": "^3.1.0",
485485
"tree-kill": "^1.2.2",
486486
"typedoc": "0.27.6",
487-
"typedoc-plugin-markdown": "4.4.1",
487+
"typedoc-plugin-markdown": "4.4.2",
488488
"typedoc-plugin-rename-defaults": "0.7.2",
489489
"typescript": "^5.7.3",
490490
"vitest": "^3.0.4"
@@ -510,8 +510,8 @@
510510
"stylus": ">=0.63.0",
511511
"sucrase": ">=3.35.0",
512512
"typedoc": ">=0.26.0",
513-
"typedoc-plugin-markdown": ">=4.2.0",
514-
"typedoc-plugin-rename-defaults": ">=0.7.0",
513+
"typedoc-plugin-markdown": ">=4.2.10",
514+
"typedoc-plugin-rename-defaults": ">=0.7.2",
515515
"typescript": ">=4.5 || >=5.0"
516516
},
517517
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)