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

Commit d726510

Browse files
chore(deps): update dependency auto-changelog to v2.5.0 (#2705)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d50baf1 commit d726510

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

Diff for: packages/tcm-cli/package.json

+1-1
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",

Diff for: yarn.lock

+30-11
Original file line numberDiff line numberDiff line change
@@ -7092,7 +7092,7 @@ __metadata:
70927092
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
70937093
"@typescript-eslint/parser": "npm:7.18.0"
70947094
asyncro: "npm:3.0.0"
7095-
auto-changelog: "npm:2.4.0"
7095+
auto-changelog: "npm:2.5.0"
70967096
autoprefixer: "npm:10.4.21"
70977097
babel-plugin-annotate-pure-calls: "npm:0.5.0"
70987098
babel-plugin-dev-expression: "npm:0.2.3"
@@ -9342,18 +9342,19 @@ __metadata:
93429342
languageName: node
93439343
linkType: hard
93449344

9345-
"auto-changelog@npm:2.4.0":
9346-
version: 2.4.0
9347-
resolution: "auto-changelog@npm:2.4.0"
9345+
"auto-changelog@npm:2.5.0":
9346+
version: 2.5.0
9347+
resolution: "auto-changelog@npm:2.5.0"
93489348
dependencies:
93499349
commander: "npm:^7.2.0"
93509350
handlebars: "npm:^4.7.7"
9351+
import-cwd: "npm:^3.0.0"
93519352
node-fetch: "npm:^2.6.1"
9352-
parse-github-url: "npm:^1.0.2"
9353+
parse-github-url: "npm:^1.0.3"
93539354
semver: "npm:^7.3.5"
93549355
bin:
93559356
auto-changelog: src/index.js
9356-
checksum: 10c0/60790cc4d88338413e414376c0accbc299c773b9c79253a5de2535f598ec34ca94f6fc9ceb2f790b4d633b21ac54e00489de11dc4938670996667768c20d72b7
9357+
checksum: 10c0/aa4c0389f33902f7185e6956d1dc641db027577a5c2c37782aa5a5dee531030a59f37d943bd8f9e86c457e5a2c75983aab604467a834cb5992c266dc9ac4bbfd
93579358
languageName: node
93589359
linkType: hard
93599360

@@ -16759,6 +16760,15 @@ __metadata:
1675916760
languageName: node
1676016761
linkType: hard
1676116762

16763+
"import-cwd@npm:^3.0.0":
16764+
version: 3.0.0
16765+
resolution: "import-cwd@npm:3.0.0"
16766+
dependencies:
16767+
import-from: "npm:^3.0.0"
16768+
checksum: 10c0/398eff50e400b0db4ccabf7626391ac3aa959d9f95e659cd26d217f9d33b41f3aa02b7056ac4c3a2bf1d12b359b4761756d784f470c223297774480f6546857d
16769+
languageName: node
16770+
linkType: hard
16771+
1676216772
"import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0":
1676316773
version: 3.3.0
1676416774
resolution: "import-fresh@npm:3.3.0"
@@ -16769,6 +16779,15 @@ __metadata:
1676916779
languageName: node
1677016780
linkType: hard
1677116781

16782+
"import-from@npm:^3.0.0":
16783+
version: 3.0.0
16784+
resolution: "import-from@npm:3.0.0"
16785+
dependencies:
16786+
resolve-from: "npm:^5.0.0"
16787+
checksum: 10c0/83a40470190f2d9c6ca6a0a2d2de40e9d0b38eedeb2409320a44eaeed48751678e206c9ac7fefef18be19c95ad1cc0e98c844fdf631ab3d9a5597c3476e7525f
16788+
languageName: node
16789+
linkType: hard
16790+
1677216791
"import-local@npm:3.1.0, import-local@npm:^3.0.2":
1677316792
version: 3.1.0
1677416793
resolution: "import-local@npm:3.1.0"
@@ -21930,12 +21949,12 @@ __metadata:
2193021949
languageName: node
2193121950
linkType: hard
2193221951

21933-
"parse-github-url@npm:^1.0.2":
21934-
version: 1.0.2
21935-
resolution: "parse-github-url@npm:1.0.2"
21952+
"parse-github-url@npm:^1.0.3":
21953+
version: 1.0.3
21954+
resolution: "parse-github-url@npm:1.0.3"
2193621955
bin:
21937-
parse-github-url: ./cli.js
21938-
checksum: 10c0/3405b8812bc3e2c6baf49f859212e587237e17f5f886899e1c977bf53898a78f1b491341c6937beb892a0706354e44487defb387e12e5adcf3f18236408dd3dc
21956+
parse-github-url: cli.js
21957+
checksum: 10c0/8a56103f0cdb6f9bd0ffcd7fd4fe1404a414f18441c4d89ab9d9c5eca3b43d6f7cdb899cb979f061df9d8a85d5af275cab05beff953b07f2ff65a6c2826b9293
2193921958
languageName: node
2194021959
linkType: hard
2194121960

0 commit comments

Comments
 (0)