Skip to content

Commit a0f741d

Browse files
authored
Merge pull request #1279 from gusthoff/topic/infrastructure/yarn/updates/20251017/npm_downgrades
Frontend: downgrading some yarn packages due to test failures
2 parents e1a42d1 + 93bca6b commit a0f741d

File tree

4 files changed

+200
-250
lines changed

4 files changed

+200
-250
lines changed

.github/workflows/sphinx-plugin-tests.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'frontend/sphinx/widget/**'
88
pull_request:
99
branches:
10-
- master
10+
- main
1111

1212
defaults:
1313
run:

.github/workflows/typescript-tests.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'frontend/**/*.ts'
77
pull_request:
88
branches:
9-
- master
9+
- main
1010

1111
defaults:
1212
run:

frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,23 @@
3636
"amd-loader": "^0.0.8",
3737
"autoprefixer": "^10.4.21",
3838
"babel-loader": "^10.0.0",
39-
"chai": "^6.0.1",
39+
"chai": "^5.3.3",
4040
"chai-as-promised": "^8.0.2",
4141
"chai-dom": "^1.12.1",
4242
"chunks-2-json-webpack-plugin": "^1.0.4",
4343
"clean-webpack-plugin": "^4.0.0",
44-
"cross-env": "^10.0.0",
44+
"cross-env": "^7.0.3",
4545
"css-loader": "^7.1.2",
4646
"css-minimizer-webpack-plugin": "^7.0.2",
4747
"eslint": "^9.36.0",
48-
"eslint-plugin-jsdoc": "^60.4.0",
49-
"eslint-webpack-plugin": "^5.0.2",
48+
"eslint-plugin-jsdoc": "^50.8.0",
49+
"eslint-webpack-plugin": "^4.2.0",
5050
"file-loader": "^6.2.0",
5151
"html-webpack-plugin": "^5.6.4",
5252
"ifdef-loader": "^2.3.2",
5353
"imports-loader": "^5.0.0",
5454
"istanbul-lib-instrument": "^6.0.3",
55-
"jsdom": "^27.0.0",
55+
"jsdom": "^26.1.0",
5656
"jsdom-global": "^3.0.2",
5757
"mini-css-extract-plugin": "^2.9.4",
5858
"mocha": "11.7.2",

0 commit comments

Comments
 (0)