Skip to content

Commit eaa2558

Browse files
chore(deps): update all non-major dependencies
1 parent 11a29a7 commit eaa2558

4 files changed

Lines changed: 961 additions & 803 deletions

File tree

.github/actions/percy-snapshot/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ runs:
2727
using: composite
2828
steps:
2929
- name: Install Python
30-
uses: actions/setup-python@v6.1.0
30+
uses: actions/setup-python@v6.2.0
3131
with:
32-
python-version: 3.10.14
32+
python-version: 3.14.4
3333

3434
- name: Install NodeJS
35-
uses: actions/setup-node@v6.0.0
35+
uses: actions/setup-node@v6.4.0
3636
with:
3737
node-version: 20
3838

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,27 +71,27 @@
7171
"devDependencies": {
7272
"@canonical/cookie-policy": "3.6.5",
7373
"@canonical/latest-news": "2.1.0",
74-
"@percy/cli": "1.30.7",
75-
"@testing-library/cypress": "10.0.3",
76-
"autoprefixer": "10.4.20",
77-
"cypress": "14.0.2",
78-
"jest": "30.0.3",
79-
"js-beautify": "1.15.1",
74+
"@percy/cli": "1.31.13",
75+
"@testing-library/cypress": "10.1.3",
76+
"autoprefixer": "10.5.0",
77+
"cypress": "14.5.4",
78+
"jest": "30.4.0",
79+
"js-beautify": "1.15.4",
8080
"markdown-spellcheck": "1.3.1",
8181
"mime": "3.0.0",
8282
"parker": "0.0.10",
8383
"postcss": "8.5.1",
84-
"postcss-cli": "11.0.0",
84+
"postcss-cli": "11.0.1",
8585
"postcss-scss": "4.0.9",
86-
"prettier": "3.4.2",
87-
"sass": "1.84.0",
88-
"style-dictionary": "4.3.2",
89-
"stylelint": "16.14.1",
86+
"prettier": "3.8.3",
87+
"sass": "1.99.0",
88+
"style-dictionary": "4.4.0",
89+
"stylelint": "16.26.1",
9090
"stylelint-config-recommended-scss": "14.1.0",
9191
"stylelint-order": "6.0.4",
9292
"stylelint-prettier": "5.0.3",
9393
"svgo": "4.0.0",
94-
"yaml": "2.7.0"
94+
"yaml": "2.8.4"
9595
},
9696
"peerDependencies": {
9797
"sass": "^1.79.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ canonicalwebteam.templatefinder==1.0.0
33
canonicalwebteam.search==2.1.2
44
canonicalwebteam.image-template==1.9.0
55
mistune==0.8.4
6-
pyyaml==6.0.2
6+
pyyaml==6.0.3
77
flask

0 commit comments

Comments
 (0)