Skip to content

Commit 8eccc6f

Browse files
Update Patch updates
Signed-off-by: Renovate Bot <[email protected]>
1 parent 2d46c92 commit 8eccc6f

File tree

3 files changed

+420
-45
lines changed

3 files changed

+420
-45
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@
6969
"is-ci": "^4.1.0",
7070
"lint-staged": "^15.4.3",
7171
"nx": "^20.4.6",
72-
"pkg-pr-new": "^0.0.40",
72+
"pkg-pr-new": "^0.0.41",
7373
"plop": "^4.0.1",
7474
"prettier": "^3.5.3",
75-
"publint": "^0.3.8",
75+
"publint": "^0.3.9",
7676
"rimraf": "6.0.1",
7777
"secretlint": "9.2.0",
7878
"semantic-release": "^24.2.3",
@@ -88,7 +88,7 @@
8888
},
8989
"pnpm": {
9090
"overrides": {
91-
"chrono-node@<2.2.4": ">=2.2.4",
91+
"chrono-node@<2.2.4": ">=2.2.7",
9292
"@octokit/request@>=1.0.0 <9.2.1": ">=9.2.1",
9393
"@octokit/plugin-paginate-rest@>=1.0.0 <11.4.1": ">=11.4.1"
9494
}

packages/packem/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
"cssnano": "7.0.6",
443443
"deeks": "^3.1.1",
444444
"detect-indent": "^7.0.1",
445-
"esbuild": "^0.25.0",
445+
"esbuild": "^0.25.1",
446446
"eslint": "8.57.1",
447447
"eslint-plugin-deprecation": "^3.0.0",
448448
"eslint-plugin-etc": "^2.0.3",
@@ -454,7 +454,7 @@
454454
"execa": "^9.5.2",
455455
"icss-utils": "^5.1.0",
456456
"less": "^4.2.2",
457-
"lightningcss": "1.29.1",
457+
"lightningcss": "1.29.3",
458458
"mime": "4.0.6",
459459
"minireset.css": "0.0.7",
460460
"node-sass": "^9.0.0",
@@ -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)