Skip to content

Commit

Permalink
ci: use compact changesets changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileRolley committed Dec 11, 2024
1 parent 967ddcc commit 908bddf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
"changelog": [
"@changesets/changelog-github",
"@svitejs/changesets-changelog-github-compact",
{ "repo": "betagouv/publicodes-aides-velo" }
],
"commit": false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"devDependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@etalab/decoupage-administratif": "^4.0.0",
"@publicodes/tools": "^1.3.0-2",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"@types/jest": "^29.5.13",
"bun": "^1.1.32",
"terser": "^5.36.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/check-links-validity.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function sleep(ms) {
if (process.argv.slice(2).includes("--ci")) {
const message = `
| Aide | Status HTTP |
|------|:-----------:|
|:-----|:-----------:|
${detectedErrors
.map(({ status, title, link }) => `| [${title}](${link}) | ${status} |`)
.join("\n")}`;
Expand Down
25 changes: 12 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,6 @@
dependencies:
"@changesets/types" "^6.0.0"

"@changesets/changelog-github@^0.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@changesets/changelog-github/-/changelog-github-0.5.0.tgz#ae96e5029209f7386527b3821d9c988b1ab16662"
integrity sha512-zoeq2LJJVcPJcIotHRJEEA2qCqX0AQIeFE+L21L8sRLPVqDhSXY8ZWAt2sohtBpFZkBwu+LUwMSKRr2lMy3LJA==
dependencies:
"@changesets/get-github-info" "^0.6.0"
"@changesets/types" "^6.0.0"
dotenv "^8.1.0"

"@changesets/cli@^2.27.9":
version "2.27.9"
resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.27.9.tgz#7b58a4c9eaf95d81fe0d1386705ecefe94a20062"
Expand Down Expand Up @@ -927,6 +918,14 @@
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==

"@svitejs/changesets-changelog-github-compact@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@svitejs/changesets-changelog-github-compact/-/changesets-changelog-github-compact-1.2.0.tgz#9c2c98be39882d83c067d3ccab288d96da4724f0"
integrity sha512-08eKiDAjj4zLug1taXSIJ0kGL5cawjVCyJkBb6EWSg5fEPX6L+Wtr0CH2If4j5KYylz85iaZiFlUItvgJvll5g==
dependencies:
"@changesets/get-github-info" "^0.6.0"
dotenv "^16.0.3"

"@types/estree@1.0.6", "@types/estree@^1.0.0":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
Expand Down Expand Up @@ -1347,10 +1346,10 @@ dir-glob@^3.0.1:
dependencies:
path-type "^4.0.0"

dotenv@^8.1.0:
version "8.6.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==
dotenv@^16.0.3:
version "16.4.7"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz#0e20c5b82950140aa99be360a8a5f52335f53c26"
integrity sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==

eastasianwidth@^0.2.0:
version "0.2.0"
Expand Down

0 comments on commit 908bddf

Please sign in to comment.