Skip to content

Commit edc41e4

Browse files
authored
Merge branch 'main' into renovate/all
2 parents 1f437fb + 262c4d8 commit edc41e4

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
run: dotrun test-python-job
195195

196196
- name: Upload coverage to Codecov
197-
uses: codecov/codecov-action@v5
197+
uses: codecov/codecov-action@v6
198198
with:
199199
flags: python
200200

@@ -219,7 +219,7 @@ jobs:
219219
yarn test-js --coverage
220220
221221
- name: Upload coverage to Codecov
222-
uses: codecov/codecov-action@v5
222+
uses: codecov/codecov-action@v6
223223
with:
224224
flags: javascript
225225

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@canonical/analytics-events": "1.0.5",
2929
"@canonical/cookie-policy": "3.10.0",
3030
"@canonical/global-nav": "3.8.0",
31-
"@canonical/react-components": "4.0.1",
31+
"@canonical/react-components": "4.5.1",
3232
"@canonical/store-components": "0.55.0",
3333
"@dnd-kit/core": "6.3.1",
3434
"@dnd-kit/sortable": "10.0.0",
@@ -87,7 +87,7 @@
8787
"topojson-client": "3.1.0",
8888
"typescript": "5.9.3",
8989
"uuid": "14.0.0",
90-
"vanilla-framework": "4.46.0",
90+
"vanilla-framework": "4.50.0",
9191
"vite": "7.3.2"
9292
},
9393
"devDependencies": {

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# App dependencies
22
canonicalwebteam.flask-base==3.1.2
3-
canonicalwebteam.flask-vite==0.4.0
3+
canonicalwebteam.flask-vite==0.5.1
44
canonicalwebteam.candid==0.9.0
55
canonicalwebteam.discourse==7.2.0
66
canonicalwebteam.blog==6.8.4
77
canonicalwebteam.search==2.1.2
88
canonicalwebteam.image-template==1.9.0
9-
canonicalwebteam.store-api==7.8.2
9+
canonicalwebteam.store-api==7.8.3
1010
canonicalwebteam.launchpad==0.9.0
1111
django-openid-auth==0.17
1212
Flask-OpenID==1.3.1

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -987,10 +987,10 @@
987987
prop-types "15.8.1"
988988
react-table "7.8.0"
989989

990-
"@canonical/react-components@4.0.1":
991-
version "4.0.1"
992-
resolved "https://registry.yarnpkg.com/@canonical/react-components/-/react-components-4.0.1.tgz#73175f6ab82fa8e0971be98c1efff37cb317784f"
993-
integrity sha512-lfD/SoSZQVgttKi4isgkSraowyQNxAodnSWk/Ksmv8A1gO9Oz3dRcPdKnMDfGx3ih8Lb1n+gBZFcDgq+dbmY2g==
990+
"@canonical/react-components@4.5.1":
991+
version "4.5.1"
992+
resolved "https://registry.yarnpkg.com/@canonical/react-components/-/react-components-4.5.1.tgz#91f14aa6994118f1e2de92edcf0245b4f1a2dc15"
993+
integrity sha512-KQaniPNqYNHGB2zpHr/32lvZNrn7SGvXt0D4IEZqG8u6u/ardcaDUKjFhawiHpsUMc0hrGb/mlX8ZgUkOLKlzg==
994994
dependencies:
995995
"@types/jest" "30.0.0"
996996
"@types/node" "20.19.30"
@@ -8839,10 +8839,10 @@ vanilla-framework@4.35.0:
88398839
resolved "https://registry.yarnpkg.com/vanilla-framework/-/vanilla-framework-4.35.0.tgz#b01bbb525ad3211690c9f10580ca2e00a37a8ab1"
88408840
integrity sha512-vF8M9vsXiOpJEonFXiTVhY0rXOzNtoWpkhBcCVpyPb4+oHBx0/FaNcX5GAiQpfdT6Q/AAeRYyWwRUDObq6R8uw==
88418841

8842-
vanilla-framework@4.46.0:
8843-
version "4.46.0"
8844-
resolved "https://registry.yarnpkg.com/vanilla-framework/-/vanilla-framework-4.46.0.tgz#0d255c1f57c621ceea1d3a9309832ade383c98ff"
8845-
integrity sha512-CaDd8QOeCmz6KhawYe3mPpNDP7KS/BxaYUq5/DwPmBU/pLQAvAkvUwizsW4b0+ua0eCgiVx0ILamfcd/V3/dyw==
8842+
vanilla-framework@4.50.0:
8843+
version "4.50.0"
8844+
resolved "https://registry.yarnpkg.com/vanilla-framework/-/vanilla-framework-4.50.0.tgz#510a56d73b876eb357deb95a6495a8eef5113c9b"
8845+
integrity sha512-eDGesUKYO0v+uIsRNHvg8XWcb+do0n6SYsLt/P7XVZSneUFvGbAx702mZXma/BliOI4tygB0EGZ/6bXuTsTTPA==
88468846

88478847
varint@^6.0.0:
88488848
version "6.0.0"

0 commit comments

Comments
 (0)