Skip to content

Commit e913730

Browse files
authored
Support React 19 (#1229)
* Support React 19 * upd lock * upd antd, vite, webpack, next, lerna, css-loader, mocha
1 parent bfb0587 commit e913730

File tree

19 files changed

+1685
-1003
lines changed

19 files changed

+1685
-1003
lines changed

.vscode/tasks.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,5 +336,26 @@
336336
}
337337
}
338338
},
339+
{
340+
"label": "audit",
341+
"type": "npm",
342+
"script": "audit",
343+
"group": "none",
344+
"presentation": {
345+
"reveal": "silent",
346+
"panel": "dedicated",
347+
"clear": true,
348+
},
349+
"options": {
350+
"shell": {
351+
"executable": "${workspaceFolder}/scripts/nvms.sh"
352+
},
353+
"statusbar": {
354+
"running": {
355+
"backgroundColor": "statusBarItem.errorBackground"
356+
}
357+
}
358+
}
359+
},
339360
]
340361
}

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
- 6.6.14
3+
- Fixed import from JsonLogic when like op is used inside group with some group op (PR #1225) (issue #1221)
4+
- Support React 19 (PR #1229) (issue #1205)
25
- 6.6.13
36
- Fix selecting func/args at RHS at delta 1 (PR #1211) (issue #1207)
47
- Fix fetchSelectedValuesOnInit for func arguments (PR #1210) (issue #1198)

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"eslint-plugin-babel": "^5.3.1",
112112
"eslint-plugin-import": "^2.29.1",
113113
"eslint-plugin-react": "^7.34.1",
114-
"lerna": "^8.1.9",
114+
"lerna": "^8.2.1",
115115
"madge": "^8.0.0",
116116
"typescript": "~5.4.5"
117117
},
@@ -128,9 +128,10 @@
128128
"@material-ui/styles": "*"
129129
},
130130
"overrides": {
131+
"axios@1.7.7": "^1.7.9",
131132
"csstype@3.1.1": "^3.1.3",
132133
"ejs@3.1.9": "^3.1.10",
133-
"express@4.18.2": "^4.21.1",
134+
"express@4.18.2": "^4.21.2",
134135
"follow-redirects@1.15.2": "^1.15.6",
135136
"ip@2.0.0": "^2.0.1",
136137
"postcss@8.4.14": "^8.4.31",
@@ -146,7 +147,8 @@
146147
"cheerio@1.0.0": "1.0.0-rc.12",
147148
"http-proxy-middleware@2.0.6": "^2.0.7",
148149
"nise@5.1.4": "^5.1.9",
149-
"cross-spawn@7.0.3": "^7.0.6"
150+
"cross-spawn@7.0.3": "^7.0.6",
151+
"serialize-javascript@6.0.0": "^6.0.2"
150152
}
151153
}
152154
}

packages/antd/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@babel/runtime": "^7.24.5",
6868
"@types/react": "^17.0.39",
6969
"@types/react-dom": "^17.0.11",
70-
"antd": "^5.23.1",
70+
"antd": "^5.24.5",
7171
"less": "^4.2.0",
7272
"react": "^17.0.2",
7373
"react-dom": "^17.0.2",
@@ -76,7 +76,7 @@
7676
"peerDependencies": {
7777
"@ant-design/icons": "^4.0.0 || ^5.0.0",
7878
"antd": "^4.17.0 || ^5.0.0",
79-
"react": "^16.8.4 || ^17.0.1 || ^18.0.0",
80-
"react-dom": "^16.8.4 || ^17.0.1 || ^18.0.0"
79+
"react": "^16.8.4 || ^17.0.1 || ^18.0.0 || ^19.0.0",
80+
"react-dom": "^16.8.4 || ^17.0.1 || ^18.0.0 || ^19.0.0"
8181
}
8282
}

packages/antd/styles/fixes.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
$custom-select-option-color: lightcoral !default;
2+
13
/* don't trigger tooltips during drag-n-drop */
24
body.qb-dragging {
35
/* v4 */

packages/bootstrap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
"@fortawesome/free-solid-svg-icons": "^5.15.4 || ^6.0.0",
7878
"@fortawesome/react-fontawesome": ">=0.1.16 <1.0",
7979
"bootstrap": "^5.1.3",
80-
"react": "^16.8.4 || ^17.0.1 || ^18.0.0",
81-
"react-dom": "^16.8.4 || ^17.0.1 || ^18.0.0",
80+
"react": "^16.8.4 || ^17.0.1 || ^18.0.0 || ^19.0.0",
81+
"react-dom": "^16.8.4 || ^17.0.1 || ^18.0.0 || ^19.0.0",
8282
"reactstrap": "^9.0.0"
8383
}
8484
}

packages/examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@react-awesome-query-builder/mui": "workspace:^",
5050
"@react-awesome-query-builder/sql": "workspace:^",
5151
"@react-awesome-query-builder/ui": "workspace:^",
52-
"antd": "^5.23.1",
52+
"antd": "^5.24.5",
5353
"bootstrap": "^5.3.3",
5454
"clone": "^2.1.2",
5555
"immutable": "^4.3.6",
@@ -83,7 +83,7 @@
8383
"babel-plugin-import": "^1.13.3",
8484
"copy-webpack-plugin": "^11.0.0",
8585
"cross-env": "^7.0.3",
86-
"css-loader": "^6.11.0",
86+
"css-loader": "^7.1.2",
8787
"file-loader": "^6.2.0",
8888
"less": "^4.2.0",
8989
"less-loader": "^12.2.0",
@@ -95,7 +95,7 @@
9595
"style-loader": "^3.2.1",
9696
"typescript": "~5.4.5",
9797
"url-loader": "^4.1.1",
98-
"webpack": "^5.95.0",
98+
"webpack": "^5.98.0",
9999
"webpack-bundle-analyzer": "^4.10.2",
100100
"webpack-cli": "^4.10.0",
101101
"webpack-dev-server": "^4.15.2"

packages/fluent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@fluentui/font-icons-mdl2": "^8.4.2",
7474
"@fluentui/react": "^8.1.0",
7575
"@fluentui/react-icons": "^2.0.175",
76-
"react": "^16.8.4 || ^17.0.1 || ^18.0.0",
77-
"react-dom": "^16.8.4 || ^17.0.1 || ^18.0.0"
76+
"react": "^16.8.4 || ^17.0.1 || ^18.0.0 || ^19.0.0",
77+
"react-dom": "^16.8.4 || ^17.0.1 || ^18.0.0 || ^19.0.0"
7878
}
7979
}

packages/material/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@material-ui/icons": "^4.0.0",
8383
"@material-ui/lab": "^4.0.0-alpha.57",
8484
"@material-ui/pickers": "^3.2.10",
85-
"react": "^16.8.4 || ^17.0.1 || ^18.0.0",
86-
"react-dom": "^16.8.4 || ^17.0.1 || ^18.0.0"
85+
"react": "^16.8.4 || ^17.0.1 || ^18.0.0 || ^19.0.0",
86+
"react-dom": "^16.8.4 || ^17.0.1 || ^18.0.0 || ^19.0.0"
8787
}
8888
}

packages/mui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@mui/icons-material": "^5.2.4 || ^6.0.0",
8585
"@mui/material": "^5.2.4 || ^6.0.0",
8686
"@mui/x-date-pickers": "^5.0.0-beta.2 || ^6.0.0 || ^7.0.0",
87-
"react": "^16.8.4 || ^17.0.1 || ^18.0.0",
88-
"react-dom": "^16.8.4 || ^17.0.1 || ^18.0.0"
87+
"react": "^16.8.4 || ^17.0.1 || ^18.0.0 || ^19.0.0",
88+
"react-dom": "^16.8.4 || ^17.0.1 || ^18.0.0 || ^19.0.0"
8989
}
9090
}

0 commit comments

Comments
 (0)