Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit c859a4f

Browse files
chore(deps): update dependency auto-changelog to v2.5.0
1 parent 9cf2e37 commit c859a4f

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

packages/tcm-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"@types/react": "18.3.3",
117117
"@types/semver": "7.5.8",
118118
"@types/shelljs": "0.8.15",
119-
"auto-changelog": "2.4.0",
119+
"auto-changelog": "2.5.0",
120120
"autoprefixer": "10.4.21",
121121
"babel-plugin-replace-identifiers": "0.1.1",
122122
"cssnano": "7.0.6",

yarn.lock

Lines changed: 30 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7085,7 +7085,7 @@ __metadata:
70857085
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
70867086
"@typescript-eslint/parser": "npm:7.18.0"
70877087
asyncro: "npm:3.0.0"
7088-
auto-changelog: "npm:2.4.0"
7088+
auto-changelog: "npm:2.5.0"
70897089
autoprefixer: "npm:10.4.21"
70907090
babel-plugin-annotate-pure-calls: "npm:0.4.0"
70917091
babel-plugin-dev-expression: "npm:0.2.3"
@@ -9308,18 +9308,19 @@ __metadata:
93089308
languageName: node
93099309
linkType: hard
93109310

9311-
"auto-changelog@npm:2.4.0":
9312-
version: 2.4.0
9313-
resolution: "auto-changelog@npm:2.4.0"
9311+
"auto-changelog@npm:2.5.0":
9312+
version: 2.5.0
9313+
resolution: "auto-changelog@npm:2.5.0"
93149314
dependencies:
93159315
commander: "npm:^7.2.0"
93169316
handlebars: "npm:^4.7.7"
9317+
import-cwd: "npm:^3.0.0"
93179318
node-fetch: "npm:^2.6.1"
9318-
parse-github-url: "npm:^1.0.2"
9319+
parse-github-url: "npm:^1.0.3"
93199320
semver: "npm:^7.3.5"
93209321
bin:
93219322
auto-changelog: src/index.js
9322-
checksum: 10c0/60790cc4d88338413e414376c0accbc299c773b9c79253a5de2535f598ec34ca94f6fc9ceb2f790b4d633b21ac54e00489de11dc4938670996667768c20d72b7
9323+
checksum: 10c0/aa4c0389f33902f7185e6956d1dc641db027577a5c2c37782aa5a5dee531030a59f37d943bd8f9e86c457e5a2c75983aab604467a834cb5992c266dc9ac4bbfd
93239324
languageName: node
93249325
linkType: hard
93259326

@@ -16373,6 +16374,15 @@ __metadata:
1637316374
languageName: node
1637416375
linkType: hard
1637516376

16377+
"import-cwd@npm:^3.0.0":
16378+
version: 3.0.0
16379+
resolution: "import-cwd@npm:3.0.0"
16380+
dependencies:
16381+
import-from: "npm:^3.0.0"
16382+
checksum: 10c0/398eff50e400b0db4ccabf7626391ac3aa959d9f95e659cd26d217f9d33b41f3aa02b7056ac4c3a2bf1d12b359b4761756d784f470c223297774480f6546857d
16383+
languageName: node
16384+
linkType: hard
16385+
1637616386
"import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0":
1637716387
version: 3.3.0
1637816388
resolution: "import-fresh@npm:3.3.0"
@@ -16383,6 +16393,15 @@ __metadata:
1638316393
languageName: node
1638416394
linkType: hard
1638516395

16396+
"import-from@npm:^3.0.0":
16397+
version: 3.0.0
16398+
resolution: "import-from@npm:3.0.0"
16399+
dependencies:
16400+
resolve-from: "npm:^5.0.0"
16401+
checksum: 10c0/83a40470190f2d9c6ca6a0a2d2de40e9d0b38eedeb2409320a44eaeed48751678e206c9ac7fefef18be19c95ad1cc0e98c844fdf631ab3d9a5597c3476e7525f
16402+
languageName: node
16403+
linkType: hard
16404+
1638616405
"import-local@npm:3.1.0, import-local@npm:^3.0.2":
1638716406
version: 3.1.0
1638816407
resolution: "import-local@npm:3.1.0"
@@ -21301,12 +21320,12 @@ __metadata:
2130121320
languageName: node
2130221321
linkType: hard
2130321322

21304-
"parse-github-url@npm:^1.0.2":
21305-
version: 1.0.2
21306-
resolution: "parse-github-url@npm:1.0.2"
21323+
"parse-github-url@npm:^1.0.3":
21324+
version: 1.0.3
21325+
resolution: "parse-github-url@npm:1.0.3"
2130721326
bin:
21308-
parse-github-url: ./cli.js
21309-
checksum: 10c0/3405b8812bc3e2c6baf49f859212e587237e17f5f886899e1c977bf53898a78f1b491341c6937beb892a0706354e44487defb387e12e5adcf3f18236408dd3dc
21327+
parse-github-url: cli.js
21328+
checksum: 10c0/8a56103f0cdb6f9bd0ffcd7fd4fe1404a414f18441c4d89ab9d9c5eca3b43d6f7cdb899cb979f061df9d8a85d5af275cab05beff953b07f2ff65a6c2826b9293
2131021329
languageName: node
2131121330
linkType: hard
2131221331

0 commit comments

Comments
 (0)