File tree Expand file tree Collapse file tree 4 files changed +89
-64
lines changed Expand file tree Collapse file tree 4 files changed +89
-64
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ labels:
117117 This is related to code in the Support packages. The support packages contain example code that
118118 many users find helpful, but they do not necessarily represent the best practices for using Selenium,
119119 and the Selenium team is not prioritizing work on them right now.
120- This doesn't mean that we won't ever work on them, but it is not on our roadmap as we push to release Selenium 5 .
120+ This doesn't mean that we won't ever work on them, but it is not on our long term roadmap .
121121
122122 We actively encourage people to create their own wrapper and helper code that makes sense for them.
123123 If you have any questions, please [contact us](https://www.selenium.dev/support)
@@ -127,10 +127,12 @@ labels:
127127
128128 The support packages contain example code that many users find helpful, but they do not necessarily represent
129129 the best practices for using Selenium, and the Selenium team is not currently merging changes to them.
130+
131+ After reviewing the change, unless it is a critical fix or a feature that is needed for Selenium
132+ to work, we will likely close the PR.
130133
131134 We actively encourage people to add the wrapper and helper code that makes sense for them to their own frameworks.
132135 If you have any questions, please [contact us](https://www.selenium.dev/support)
133- action : close
134136
135137
136138
Original file line number Diff line number Diff line change 11{
2- "labels" : [" B-dependencies" ]
2+ "labels" : [
3+ " B-dependencies"
4+ ],
5+ "docker" : {
6+ "enabled" : false
7+ },
8+ "packageRules" : [
9+ {
10+ "matchDatasources" : [
11+ " docker"
12+ ],
13+ "enabled" : false
14+ },
15+ {
16+ "matchPackagePatterns" : [
17+ " ^docker:" ,
18+ " ^gcr.io/" ,
19+ " ^registry.k8s.io/" ,
20+ " ^quay.io/" ,
21+ " ^ghcr.io/"
22+ ],
23+ "enabled" : false
24+ }
25+ ]
326}
Original file line number Diff line number Diff line change 1212 "@novnc/novnc" : " 1.5.0" ,
1313 "@types/jest" : " 29.5.14" ,
1414 "@types/node" : " 20.12.12" ,
15- "@types/react" : " 18.3.18 " ,
16- "@types/react-dom" : " 18.3.5 " ,
15+ "@types/react" : " 18.3.23 " ,
16+ "@types/react-dom" : " 18.3.7 " ,
1717 "@types/react-modal" : " 3.16.3" ,
1818 "@types/react-router-dom" : " 5.3.3" ,
1919 "graphql" : " 16.10.0" ,
You can’t perform that action at this time.
0 commit comments