Skip to content

Commit f27eb13

Browse files
authored
⬆️ (deps) overrides + pkg removal [b] (#2556)
**Overrides** - [x] `@semantic-release/npm` (`undici`) - [x] `js-yaml` - [x] `tar-fs` **Remove** - [x] `pkg` (not used) **Pointless** - [x] `next` upgrades (reduce security messages) until can remove from codebase
1 parent a70bba6 commit f27eb13

7 files changed

Lines changed: 49 additions & 732 deletions

File tree

config/jest-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"peerDependencies": {
2626
"@jeromefitz/jest-presets": "^1.0.0",
27-
"next": "^15.0.0 || ^16.0.0"
27+
"next": "^15.5.14 || ^16.0.0"
2828
},
2929
"dependencies": {
3030
"@testing-library/dom": "10.4.1",
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@jeromefitz/jest-presets": "workspace:*",
3939
"@types/jest": "30.0.0",
40-
"next": "15.5.13",
40+
"next": "15.5.14",
4141
"react": "19.0.0-rc-66855b96-20241106"
4242
},
4343
"publishConfig": {

examples/design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"cmdk": "1.1.1",
2828
"date-fns": "4.1.0",
2929
"framer-motion": "12.33.0",
30-
"next": "15.5.12",
30+
"next": "15.5.14",
3131
"next-themes": "0.4.6",
3232
"react": "19.0.0-rc-66855b96-20241106",
3333
"react-dom": "19.0.0-rc-66855b96-20241106"

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,11 @@
7777
"@semantic-release/commit-analyzer@13.0.1": "patches/@semantic-release__commit-analyzer@13.0.0.patch"
7878
},
7979
"overrides": {
80+
"@semantic-release/npm": "^13.1.5",
8081
"conventional-changelog-writer": "8.4.0",
82+
"js-yaml": "^4.1.1",
8183
"micromatch": "4.0.8",
82-
"tar-fs": "^3.0.9"
84+
"tar-fs": "^3.1.1"
8385
}
8486
}
8587
}

packages/ccommit/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"dry:run": "pnpm run build && node ./dist/index.js -c -n",
4747
"lint": "pnpm run lint:typescript",
4848
"lint:typescript": "tsc --noEmit --declaration",
49-
"package": "pkg . --output ./.bin/ccommit --targets latest-linux-x64,latest-macos-x64,latest-win-x64",
5049
"prepare": "is-ci || pnpm run build",
5150
"semantic-release": "semantic-release",
5251
"semantic-release:dry": "semantic-release --dry-run"
@@ -59,8 +58,7 @@
5958
"meow": "14.1.0"
6059
},
6160
"devDependencies": {
62-
"is-ci": "4.1.0",
63-
"pkg": "5.8.1"
61+
"is-ci": "4.1.0"
6462
},
6563
"publishConfig": {
6664
"registry": "https://registry.npmjs.org/",

packages/design-system/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"cmdk": "^0.2.0 || ^1.0.0",
4242
"framer-motion": "^12.0.0",
4343
"lodash": "^4.17.21",
44-
"next": "^15.0.0",
44+
"next": "^15.5.14",
4545
"react": "^18.0.0",
4646
"react-dom": "^18.0.0",
4747
"swr": "^2.0.0"
@@ -110,7 +110,7 @@
110110
"cmdk": "1.1.1",
111111
"framer-motion": "12.33.0",
112112
"lodash": "4.17.23",
113-
"next": "15.5.12",
113+
"next": "15.5.14",
114114
"react": "19.0.0-rc-66855b96-20241106",
115115
"react-dom": "19.0.0-rc-66855b96-20241106",
116116
"serve": "14.2.5",

packages/semantic/.gitkeep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ If `conventional-gitmoji` updated and this package has not
22
modify this file to force a build (until automation)
33

44
Testing
5+
6+
20260321

0 commit comments

Comments
 (0)