Skip to content

Commit aada37c

Browse files
Merge pull request #601 from GenomicDataInfrastructure/renovate/nextjs-monorepo
fix(deps): update dependency next to v15.3.5
2 parents a680513 + 3266475 commit aada37c

File tree

5 files changed

+2720
-2432
lines changed

5 files changed

+2720
-2432
lines changed

.github/workflows/generate_changelog.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout Repository
1919
uses: actions/checkout@v4
2020
with:
21-
token: '${{ secrets.GITHUB_TOKEN }}'
21+
token: "${{ secrets.GITHUB_TOKEN }}"
2222
fetch-depth: 0
2323

2424
- name: Generate changelog entry
@@ -28,11 +28,11 @@ jobs:
2828
git config --local user.email "[email protected]"
2929
git config --local user.name "LNDS-Sysadmins"
3030
git pull
31-
31+
3232
CHANGELOG_FILE="CHANGELOG.md"
3333
LATEST_TAG="${{ inputs.tag }}"
3434
PREVIOUS_TAG=$(git tag --sort=-creatordate | sed -n '2p')
35-
35+
3636
CHANGELOG_BRANCH="chore/$LATEST_TAG"
3737
git checkout -b "$CHANGELOG_BRANCH"
3838
@@ -71,9 +71,9 @@ jobs:
7171
git add "$CHANGELOG_FILE"
7272
git commit -m "doc: update CHANGELOG.md for $LATEST_TAG"
7373
git push origin "$CHANGELOG_BRANCH"
74-
74+
7575
gh pr create \
7676
--title "chore: update changelog for $LATEST_TAG" \
7777
--body "This PR updates the changelog for release $LATEST_TAG." \
7878
--base main \
79-
--head "$CHANGELOG_BRANCH"
79+
--head "$CHANGELOG_BRANCH"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99
workflow_dispatch:
1010
inputs:
1111
version:
12-
description: 'Version Increment (major, minor, patch)'
12+
description: "Version Increment (major, minor, patch)"
1313
required: true
14-
default: 'patch'
14+
default: "patch"
1515

1616
env:
1717
REGISTRY: ghcr.io

CHANGELOG.md

Lines changed: 20 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ All notable changes to this project will be documented in this file.
1111
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1212
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1313

14-
1514
## [v1.3.9] - 2025-04-04
1615

1716
### Added
17+
1818
- feat(ART-12204): update changelog (#597) by @jadzlnds in 50317fc
1919
- feat: add example value by @Younès Adem in fc9ed8d
2020
- feat(ART-12204): update changelog by @jadzlnds in 5aea39c
@@ -32,8 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
- feat(ART-12204): add release trigger by @jadzlnds in 0dda796
3333
- feat(ART-12142): invite member form by @Antoine Dorard in 2d9f78d
3434

35-
3635
### Changed
36+
3737
- chore(deps): update registry.access.redhat.com/ubi9/nodejs-22-minimal docker tag to v9.5-1742929466 by @Renovate Bot in 274cb55
3838
- 📜 Update CHANGELOG.md for 1.3.3 by @jadzlnds in 1c94283
3939
- chore: bump tailwind up to v4 by @Bruno Pacheco in b7b05f1
@@ -60,8 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6060
- chore(deps): update registry.access.redhat.com/ubi9/nodejs-22-minimal docker tag to v9.5-1739448964 by @Renovate Bot in dddecd8
6161
- chore(deps): update registry.access.redhat.com/ubi9/nodejs-22-minimal docker tag to v9.5-1739407042 by @Renovate Bot in 338a09e
6262

63-
6463
### Fixed
64+
6565
- ignore cache in prettier to fix the pipeline by @zia alborzi in 6770982
6666
- fix(deps): update dependency next to v15.2.4 by @Renovate Bot in 9c094d8
6767
- fix(deps): update dependency react-markdown to v10 by @Renovate Bot in ee0aef1
@@ -73,19 +73,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7373
- chore(ART-10056): fix formatting by @jadz94 in 72b9d8d
7474
- fix(deps): update dependency next to v15.1.7 by @Renovate Bot in 377a5b2
7575

76-
77-
7876
## [v1.3.8] - 2025-03-31
7977

8078
### Added
79+
8180
- feat(ART-12300): add debounce for handleScroll by @Antoine Dorard in d9b0ac4
8281
- feat(ART-12300): change getInitials behavior: always include all letters if less than 3 names by @Antoine Dorard in 863dfbd
8382
- feat(ART-12300): make return initials if the name is entirely lowercase by @Antoine Dorard in 3ea0b0a
8483
- feat(ART-12300): exclude lower case letters for initials by @Antoine Dorard in 75de64b
8584
- feat(ART-12300): add bottom navbar for small screens and dropdown menu for medium screens by @Antoine Dorard in 8135d02
8685

87-
8886
### Changed
87+
8988
- chore(deps): update registry.access.redhat.com/ubi9/nodejs-22-minimal docker tag to v9.5-1738870241 by @Renovate Bot in cb90e39
9089
- refractor(ART12300): move avatar initials logic to src/utils by @Antoine Dorard in e4b28b3
9190
- test(ART-12300): add test for getInitials by @Antoine Dorard in 4cd5016
@@ -96,8 +95,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9695
- chore(deps): update registry.access.redhat.com/ubi9/nodejs-22-minimal docker tag to v9.5-1737562536 by @Renovate Bot in 58e2103
9796
- chore(deps): update registry.access.redhat.com/ubi9/nodejs-22-minimal docker tag to v9.5-1737531032 by @Renovate Bot in b4486c1
9897

99-
10098
### Fixed
99+
101100
- fix: revert tailwind v4 (#577) by @Kacem Bechka in 8ab24b0
102101
- fix(ART-12300): fix typo by @Antoine Dorard in 5876007
103102
- fix(ART-12300): remove unused icon from imports by @Antoine Dorard in 2ffed0e
@@ -114,16 +113,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
114113
- fix: ART-12382/missing form validation by @Kacem Bechka in 61c221a
115114
- fix(deps): update dependency next to v15.1.6 by @Renovate Bot in 1069748
116115

117-
118116
### Removed
117+
119118
- remove About link from small screens' navbar (link in the footer for all screen sizes) by @Antoine Dorard in 585b7ef
120119
- refractor(ART-12300): loop through nav items to remove redundant code by @Antoine Dorard in 51e9760
121120

122-
123-
124121
## [v1.3.7] - 2025-03-25
125122

126123
### Added
124+
127125
- feat(ART-11336): add dataset type and frontend element to display it by @Antoine Dorard in a73f09b
128126
- feat(ART-11570): simplify open api by @jadz94 in 0fa6e26
129127
- feat(ART-11332): update customization by @jadz94 in 5bd3491
@@ -133,8 +131,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
133131
- feat(ART-11332): move customizations to separate folder by @jadz94 in c8f0991
134132
- feat: ART-11337/intergrate otel dev by @Kacem Bechka in c4a5882
135133

136-
137134
### Changed
135+
138136
- chore(deps): update dependency eslint-config-prettier to v10 by @Renovate Bot in eb52fcc
139137
- chore(deps): update registry.access.redhat.com/ubi9/nodejs-22-minimal docker tag to v9.5-1736731764 by @Renovate Bot in 09fba4d
140138
- chore: add missing variables by @Bruno Pacheco in cb8c958
@@ -149,8 +147,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
149147
- chore(deps): automerge in branches by @Bruno Pacheco in 1f3e96f
150148
- chore: update legal.md by @Bruno Pacheco in 588ff34
151149

152-
153150
### Fixed
151+
154152
- fix(deps): update dependency next to v15.1.5 by @Renovate Bot in 7dccd85
155153
- chore: fix missing labels by @Bruno Pacheco in 182cade
156154
- fix(ART-11336): remove formatDate around dcatType by @Antoine Dorard in c06f212
@@ -168,15 +166,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
168166
- chore(deps): automerge all types of patch PRs by @Bruno Pacheco in ecd3a09
169167
- chore(deps): automerge patches by @Bruno Pacheco in aa7bbda
170168

171-
172-
173169
## [v1.3.6] - 2025-03-25
174170

175171
### Added
176-
- feat: improve external service integration (#531) by @Younès Adem in 7c63c1a
177172

173+
- feat: improve external service integration (#531) by @Younès Adem in 7c63c1a
178174

179175
### Changed
176+
180177
- chore(deps): update dependency eslint-config-next to v14.2.21 by @Renovate Bot in 0c66174
181178
- chore: move sonar check to the end of the pipeline by @Bruno Pacheco in 133bd46
182179
- chore(deps): upgrade typescript by @Bruno Pacheco in 23a0ab9
@@ -194,8 +191,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
194191
- chore(deps): update dependency eslint-config-next to v14.2.20 by @Renovate Bot in db3463a
195192
- chore(deps): update devdependencies by @Renovate Bot in 8555ea8
196193

197-
198194
### Fixed
195+
199196
- fix: infinite rendering on dataset page by @Younès Adem in 4d2a8d7
200197
- fix(deps): update dependency next to v14.2.21 by @Renovate Bot in 613dd2f
201198
- fix: upgrade class-variance-authority from 0.7.0 to 0.7.1 by @snyk-bot in b443c90
@@ -205,17 +202,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
205202
- fix(deps): update dependency next to v14.2.20 by @Renovate Bot in 3f8322a
206203
- fix(deps): update dependency next to v14.2.19 by @Renovate Bot in 1b9ffaa
207204

208-
209-
210205
## [v1.3.5] - 2025-03-25
211206

212207
### Added
208+
213209
- ART-10311/feat: add variant filters (#517) by @Younès Adem in 231f503
214210
- feat: ART-9692/change themes in homepage by @Kacem Bechka in cb1b8aa
215211
- feat: ART-9692/add themes and publishers by @Kacem Bechka in fd8b844
216212

217-
218213
### Changed
214+
219215
- chore(deps): update registry.access.redhat.com/ubi9/nodejs-20-minimal docker tag to v9.5-1732617235 by @Renovate Bot in 2eb321f
220216
- chore(deps): update registry.access.redhat.com/ubi9/nodejs-20-minimal docker tag to v9 by @Renovate Bot in abcc901
221217
- chore(deps): update aquasecurity/trivy-action action to v0.29.0 by @Renovate Bot in a49c1af
@@ -235,8 +231,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
235231
- chore(deps): update sonarsource/sonarqube-scan-action action to v4 by @Renovate Bot in f5f854b
236232
- Feat/Introducing free text filters + removing filters from url (#499) by @Younès Adem in 25adf11
237233

238-
239234
### Fixed
235+
240236
- Revert "fix(deps): update dependency next to v15" by @Bruno Pacheco in 635b5d9
241237
- fix version issue by @jadz94 in ee9acfe
242238
- fix(deps): update dependency next to v15 by @Renovate Bot in 9d50341
@@ -249,19 +245,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
249245
- fix linter by @Kacem Bechka in 686d48a
250246
- fix: free text values sync with global states (#503) by @Younès Adem in 13c3284
251247

252-
253-
254-
255248
## [v1.3.4] - 2025-03-25
256249

257250
### Added
258-
- feat: add languages to distribution by @Bruno Pacheco in fb88eb4
259-
260251

252+
- feat: add languages to distribution by @Bruno Pacheco in fb88eb4
261253

262254
## [v1.3.3] - 2025-03-25
263255

264256
### Added
257+
265258
- feat: sort datasets by issue date by @Bruno Pacheco in 716b8d6
266259
- feat: add otel by @Bruno Pacheco in a926626
267260
- feat: ART-10196/Header changes (#493) by @Kacem Bechka in ba3248c
@@ -270,8 +263,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
270263
- feat: display distributionsCount and downloadUrl by @Bruno Pacheco in ee35ebd
271264
- feat: display coniditional fields properly by @Sulejman Karisik in ae69afa
272265

273-
274266
### Changed
267+
275268
- chore(deps): update dependency eslint-config-next to v14.2.17 by @Renovate Bot in 1e33c08
276269
- chore: use cached trivy db by @Bruno Pacheco in 1e9b91c
277270
- chore: cache trivy db by @Bruno Pacheco in 20b855d
@@ -284,18 +277,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
284277
- chore(deps): update dependencies by @Bruno Pacheco in b1fb3ef
285278
- chore(deps): update aquasecurity/trivy-action action to v0.27.0 (#480) by @LNDS-Sysadmins in 6609945
286279

287-
288280
### Fixed
281+
289282
- fix(deps): update dependency next to v14.2.17 by @Renovate Bot in 5f2ffae
290283
- fix: run prettier on yml files by @Bruno Pacheco in c207483
291284
- fix: do checks in same iteration by @Sulejman Karisik in b3b03ec
292285
- fix: multiple themes not displaying correctly by @Younès Adem in 5207059
293286
- fix(deps): update dependency next to v14.2.16 (#487) by @LNDS-Sysadmins in 3057350
294287
- fix(docs): run prettier on CHANGELOG.md by @Bruno Pacheco in c6e51db
295288

296-
297-
298-
299289
## [v1.3.2] - 2024-10-09
300290

301291
### Changed

0 commit comments

Comments
 (0)