From 8e2e4da7c32b6d700eaa6f572bf6a97bf00b7113 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 05:58:29 +0000 Subject: [PATCH] fix(deps): update react-querybuilder to v8.16.0 --- commafeed-client/package-lock.json | 100 ++++++++++++++++------------- commafeed-client/package.json | 4 +- 2 files changed, 56 insertions(+), 48 deletions(-) diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index d6705e9d..94eaa540 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -20,7 +20,7 @@ "@mantine/notifications": "9.1.1", "@mantine/spotlight": "9.1.1", "@monaco-editor/react": "4.7.0", - "@react-querybuilder/mantine": "8.15.0", + "@react-querybuilder/mantine": "8.16.0", "@reduxjs/toolkit": "2.11.2", "@rolldown/plugin-babel": "0.2.3", "axios": "1.16.0", @@ -36,7 +36,7 @@ "react-draggable": "4.5.0", "react-icons": "5.6.0", "react-infinite-scroller": "1.2.6", - "react-querybuilder": "8.15.0", + "react-querybuilder": "8.16.0", "react-redux": "9.2.0", "react-router-dom": "7.14.2", "react-swipeable": "7.0.2", @@ -1872,46 +1872,10 @@ "url": "https://github.com/sponsors/Boshen" } }, - "node_modules/@react-querybuilder/core": { - "version": "8.15.0", - "resolved": "https://registry.npmjs.org/@react-querybuilder/core/-/core-8.15.0.tgz", - "integrity": "sha512-dM8615RrUqVk0muYXqHTBfOgylzE36Z+5IvvsraaFP63Jf16brTegNHNtEklzskFIL4/R6BtpgLObYQBXNgHjA==", - "license": "MIT", - "dependencies": { - "@ts-jison/lexer": "0.4.1-alpha.1", - "@ts-jison/parser": "0.4.1-alpha.1", - "immer": "^11.1.3", - "numeric-quantity": "^3.2.1" - }, - "peerDependencies": { - "drizzle-orm": ">=0.38.0", - "json-logic-js": ">=2", - "jsonata": ">=2", - "sequelize": ">=6", - "spel2js": ">=0.2.0" - }, - "peerDependenciesMeta": { - "drizzle-orm": { - "optional": true - }, - "json-logic-js": { - "optional": true - }, - "jsonata": { - "optional": true - }, - "sequelize": { - "optional": true - }, - "spel2js": { - "optional": true - } - } - }, "node_modules/@react-querybuilder/mantine": { - "version": "8.15.0", - "resolved": "https://registry.npmjs.org/@react-querybuilder/mantine/-/mantine-8.15.0.tgz", - "integrity": "sha512-r97rUWDZBoELXP0VOdQpZMcPnlUrwJ3yEP6fBd/F8CDhUDQimWlSn/bcmo1eKhv6uyl0SGmRNWvoYcA1V7rT1g==", + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/@react-querybuilder/mantine/-/mantine-8.16.0.tgz", + "integrity": "sha512-u+lOzgNeJqywe9b5FnJnXa5GuSOnYt/ceb2GoZt1dFRdAEitReXv0WnBNdA4649nfV9UlGCnp8b49rVxgUncgg==", "license": "MIT", "peerDependencies": { "@mantine/core": ">=7", @@ -1919,7 +1883,7 @@ "@mantine/hooks": ">=7", "dayjs": ">=1", "react": ">=18", - "react-querybuilder": "8.15.0" + "react-querybuilder": "8.16.0" } }, "node_modules/@reduxjs/toolkit": { @@ -5090,12 +5054,12 @@ } }, "node_modules/react-querybuilder": { - "version": "8.15.0", - "resolved": "https://registry.npmjs.org/react-querybuilder/-/react-querybuilder-8.15.0.tgz", - "integrity": "sha512-GybFvwygHDdKj/gOp1EtVSRdgk5haO7DxuYtdQc6/cHyO0S0RcTxRxtAQI0lKevCzxoR2116vXxJIuiHGk6HOg==", + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/react-querybuilder/-/react-querybuilder-8.16.0.tgz", + "integrity": "sha512-fERnSBAkXpMJTp4QqTKzunalZfHEeftRwLVr52DHkDsO+/nirREvLmWp3w4fNtN4FJrGgspIFbf3Vi5aOR4h4Q==", "license": "MIT", "dependencies": { - "@react-querybuilder/core": "^8.15.0", + "@react-querybuilder/core": "^8.16.0", "@reduxjs/toolkit": "^2.11.2", "react-redux": "^9.2.0" }, @@ -5103,6 +5067,50 @@ "react": ">=18" } }, + "node_modules/react-querybuilder/node_modules/@react-querybuilder/core": { + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/@react-querybuilder/core/-/core-8.16.0.tgz", + "integrity": "sha512-fEKrPIW60p+OYJYYahTdWjT0F+CXnubXUCYJq9rsRkzkrZn62ZncH4Q12EW3MxS0hbB4Xkrjbg48law2QscedQ==", + "license": "MIT", + "dependencies": { + "@ts-jison/lexer": "0.4.1-alpha.1", + "@ts-jison/parser": "0.4.1-alpha.1", + "immer": "^11.1.3", + "numeric-quantity": "^3.2.1" + }, + "peerDependencies": { + "@traqula/parser-sparql-1-2": ">=0.1.0", + "chevrotain": ">=11", + "drizzle-orm": ">=0.38.0", + "json-logic-js": ">=2", + "jsonata": ">=2", + "sequelize": ">=6", + "spel2js": ">=0.2.0" + }, + "peerDependenciesMeta": { + "@traqula/parser-sparql-1-2": { + "optional": true + }, + "chevrotain": { + "optional": true + }, + "drizzle-orm": { + "optional": true + }, + "json-logic-js": { + "optional": true + }, + "jsonata": { + "optional": true + }, + "sequelize": { + "optional": true + }, + "spel2js": { + "optional": true + } + } + }, "node_modules/react-redux": { "version": "9.2.0", "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-9.2.0.tgz", diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 8c9c2b2d..388c9dc8 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -28,7 +28,7 @@ "@mantine/notifications": "9.1.1", "@mantine/spotlight": "9.1.1", "@monaco-editor/react": "4.7.0", - "@react-querybuilder/mantine": "8.15.0", + "@react-querybuilder/mantine": "8.16.0", "@reduxjs/toolkit": "2.11.2", "@rolldown/plugin-babel": "0.2.3", "axios": "1.16.0", @@ -44,7 +44,7 @@ "react-draggable": "4.5.0", "react-icons": "5.6.0", "react-infinite-scroller": "1.2.6", - "react-querybuilder": "8.15.0", + "react-querybuilder": "8.16.0", "react-redux": "9.2.0", "react-router-dom": "7.14.2", "react-swipeable": "7.0.2",