chore(studio-deps)(deps): bump jquery from 3.7.1 to 4.0.0 in /studio in the security-critical group#3166
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
🧪 CI InsightsHere's what we observed from your CI run for 1244b83. 🟢 All jobs passed!But CI Insights is watching 👀 |
Bumps the security-critical group in /studio with 1 update: [jquery](https://github.com/jquery/jquery). Updates `jquery` from 3.7.1 to 4.0.0 - [Release notes](https://github.com/jquery/jquery/releases) - [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md) - [Commits](jquery/jquery@3.7.1...4.0.0) --- updated-dependencies: - dependency-name: jquery dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: security-critical ... Signed-off-by: dependabot[bot] <[email protected]>
30df547 to
f2b0318
Compare
- Add legacy-peer-deps to .npmrc to resolve cytoscape-graphml peer dependency conflict - [email protected] has overly conservative peer dependency (jQuery ^1.7.0 || ^2.0.0 || ^3.0.0) - All jQuery APIs used by cytoscape-graphml are stable from jQuery 1.7 through 4.0 - Build verified successful with jQuery 4.0.0 - Security audit shows 0 vulnerabilities Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
jQuery 4.0 Upgrade - Automated Validation Complete ✅I've successfully validated the jQuery 4.0.0 upgrade and resolved the dependency conflict with Changes Made1. Added
2. Compatibility Analysis
All these APIs remain stable from jQuery 1.7 through 4.0 - there are no breaking changes. Validation Results✅ Dependencies Installed Successfully
✅ Build Completed Successfully
✅ Studio Codebase Analysis
Security
Next StepsThis PR is ready for final review and merge:
Breaking Changes AnalysisjQuery 4.0 removed several deprecated methods, but none are used in the ArcadeDB Studio codebase:
Automated by Claude Code using the |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesFootnotes
|
Bumps `gremlin.version` from 3.7.3 to 3.7.4. Updates `org.apache.tinkerpop:gremlin-core` from 3.7.3 to 3.7.4 Changelog *Sourced from [org.apache.tinkerpop:gremlin-core's changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc).* > === TinkerPop 3.7.4 (Release Date: August 1, 2025) > > * Fixed bug in server `Settings` where it was referencing a property that was back in 3.3.0 and generating a warning log. > * Improved performance of `Traversal.lock()` which was being called excessively. > * Added log entry in `WsAndHttpChannelizerHandler` to catch general errors that escape the handlers. > * Improved invalid plugin error message in Gremlin Console. > * Added a `MessageSizeEstimator` implementation to cover `Frame` allowing Gremlin Server to better estimate message sizes for the direct buffer. > * Fixed bug in Gremlin Console for field accessor issue with JDK17. > * Improved logging around triggers of the `writeBufferHighWaterMark` so that they occur more than once but do not excessively fill the logs. > * Added server metrics to help better detect and diagnose write pauses due to the `writeBufferHighWaterMark`: `channels.paused`, `channels.total`, and `channels.write-pauses`. > * Changed `IdentityRemovalStrategy` to omit `IdentityStep` if only with `RepeatEndStep` under `RepeatStep`. > * Changed Gremlin grammar to make use of `g` to spawn child traversals a syntax error. > * Fixed bug where the `Host` to `ConnectionPool` mapping on the `Client` in `gremlin-driver` can have no entries and therefore lead to a `NullPointerException` when borrowing a connection. > * Added `unexpected-response` handler to `ws` for `gremlin-javascript` > * Fixed bug in `TinkerTransactionGraph` where a read-only transaction may leave elements trapped in a "zombie transaction". > * Fixed bug in `gremlin.sh` where it couldn't accept a directory name containing spaces. > * Fixed issue in `gremlin-console` where it couldn't accept plugin files that included empty lines or invalid plugin names. > * Modified grammar to make `none()` usage more consistent as a filter step where it can now be used to chain additional traversal steps and be used anonymously. > * Added missing anonymous support for `disjunct()` in Python and Javascript. > * Fixed bug in 'gremlin-server.sh' to account for spaces in directory names. > * Deprecated `gremlin_python.process.__.has_key_` in favor of `gremlin_python.process.__.has_key`. > * Added `gremlin.spark.outputRepartition` configuration to customize the partitioning of HDFS files from `OutputRDD`. > * Added `ClientSettings.Session` configuration in `gremlin-go` to configure a sessioned client. > * Allowed `mergeV()` and `mergeE()` to supply `null` in `Map` values. > * Fixed limitation in multi-line detection preventing `:remote console` scripts from being sent to the server. > * Changed signature of `hasId(P<Object>)` and `hasValue(P<Object>)` to `hasId(P<?>)` and `hasValue(P<?>)`. > * Improved error message for when `emit()` is used without `repeat()`. > * Fixed incomplete shading of Jackson multi-release. > * Changed `PythonTranslator` to generate snake case step naming instead of camel case. > * Changed `gremlin-go` Client `ReadBufferSize` and `WriteBufferSize` defaults to 1048576 (1MB) to align with DriverRemoteConnection. > * Fixed bug in `IndexStep` which prevented Java serialization due to non-serializable lambda usage by creating serializable function classes. > * Fixed bug in `CallStep` which prevented Java serialization due to non-serializable `ServiceCallContext` and `Service` usage. > * Fixed bug in `Operator` which was caused only a single method parameter to be Collection type checked instead of all parameters. > * Addded support for hot reloading of SSL certificates in Gremlin Server. > * Fixed default `enableCompression` setting to be `false` instead of `undefined` in `gremlin-javascript` > * Increased default `max_content_length`/`max_msg_size` in `gremlin-python` from 4MB to 10MB. > * Added the `PopContaining` interface designed to get label and `Pop` combinations held in a `PopInstruction` object. > * Fixed bug preventing a vertex from being dropped and then re-added in the same `TinkerTransaction` > * Fixed bug which could cause a 'Conflict: element modified in another transaction' when a transaction is attempting to add/drop/update a vertex or edge while another transaction is reading the same vertex or edge. > * Upgraded Node version from 18 to 20 > * Upgraded Go to version 1.24 > * Fixed broken image links in published documentation > > ==== Bugs > > * TINKERPOP-3146 Support SSL Certificates Reloading > * TINKERPOP-2966 Change PythonTranslator to generate underscore based step naming > * TINKERPOP-3015 Use wildcard instead of Object for hasId predicates > * TINKERPOP-3070 Cannot run console if working directory contains spaces > * TINKERPOP-3111 Update documentation in gremlin-python driver section ... (truncated) Commits * [`fa698ba`](apache/tinkerpop@fa698ba) TinkerPop 3.7.4 release * [`5df609d`](apache/tinkerpop@5df609d) CTR fix docker platform for arm image building * [`c904af8`](apache/tinkerpop@c904af8) <https://issues.apache.org/jira/browse/TINKERPOP-3174> ([ArcadeData#3169](https://redirect.github.com/apache/tinkerpop/issues/3169)) * [`3f41356`](apache/tinkerpop@3f41356) Upgrade go to version 1.24. ([ArcadeData#3166](https://redirect.github.com/apache/tinkerpop/issues/3166)) * [`01c97ef`](apache/tinkerpop@01c97ef) Upgraded node from version 18 to 20. ([ArcadeData#3165](https://redirect.github.com/apache/tinkerpop/issues/3165)) * [`9809784`](apache/tinkerpop@9809784) CTR: TINKERPOP-3138 Fixed default `enableCompression` setting to be `false` i... * [`1ef460a`](apache/tinkerpop@1ef460a) TINKERPOP-3177: Fix configuration of sessions in Go Client ([ArcadeData#3164](https://redirect.github.com/apache/tinkerpop/issues/3164)) * [`db36986`](apache/tinkerpop@db36986) Transaction reads should not interfere with add/update/delete ([ArcadeData#3163](https://redirect.github.com/apache/tinkerpop/issues/3163)) * [`16255f5`](apache/tinkerpop@16255f5) TINKERPOP-3040 Fixed limitation in multi-line parsing. ([ArcadeData#3162](https://redirect.github.com/apache/tinkerpop/issues/3162)) * [`cede190`](apache/tinkerpop@cede190) TINKERPOP-3154 Added docs/tests for subgraph() CTR * Additional commits viewable in [compare view](apache/tinkerpop@3.7.3...3.7.4) Updates `org.apache.tinkerpop:gremlin-server` from 3.7.3 to 3.7.4 Changelog *Sourced from [org.apache.tinkerpop:gremlin-server's changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc).* > === TinkerPop 3.7.4 (Release Date: August 1, 2025) > > * Fixed bug in server `Settings` where it was referencing a property that was back in 3.3.0 and generating a warning log. > * Improved performance of `Traversal.lock()` which was being called excessively. > * Added log entry in `WsAndHttpChannelizerHandler` to catch general errors that escape the handlers. > * Improved invalid plugin error message in Gremlin Console. > * Added a `MessageSizeEstimator` implementation to cover `Frame` allowing Gremlin Server to better estimate message sizes for the direct buffer. > * Fixed bug in Gremlin Console for field accessor issue with JDK17. > * Improved logging around triggers of the `writeBufferHighWaterMark` so that they occur more than once but do not excessively fill the logs. > * Added server metrics to help better detect and diagnose write pauses due to the `writeBufferHighWaterMark`: `channels.paused`, `channels.total`, and `channels.write-pauses`. > * Changed `IdentityRemovalStrategy` to omit `IdentityStep` if only with `RepeatEndStep` under `RepeatStep`. > * Changed Gremlin grammar to make use of `g` to spawn child traversals a syntax error. > * Fixed bug where the `Host` to `ConnectionPool` mapping on the `Client` in `gremlin-driver` can have no entries and therefore lead to a `NullPointerException` when borrowing a connection. > * Added `unexpected-response` handler to `ws` for `gremlin-javascript` > * Fixed bug in `TinkerTransactionGraph` where a read-only transaction may leave elements trapped in a "zombie transaction". > * Fixed bug in `gremlin.sh` where it couldn't accept a directory name containing spaces. > * Fixed issue in `gremlin-console` where it couldn't accept plugin files that included empty lines or invalid plugin names. > * Modified grammar to make `none()` usage more consistent as a filter step where it can now be used to chain additional traversal steps and be used anonymously. > * Added missing anonymous support for `disjunct()` in Python and Javascript. > * Fixed bug in 'gremlin-server.sh' to account for spaces in directory names. > * Deprecated `gremlin_python.process.__.has_key_` in favor of `gremlin_python.process.__.has_key`. > * Added `gremlin.spark.outputRepartition` configuration to customize the partitioning of HDFS files from `OutputRDD`. > * Added `ClientSettings.Session` configuration in `gremlin-go` to configure a sessioned client. > * Allowed `mergeV()` and `mergeE()` to supply `null` in `Map` values. > * Fixed limitation in multi-line detection preventing `:remote console` scripts from being sent to the server. > * Changed signature of `hasId(P<Object>)` and `hasValue(P<Object>)` to `hasId(P<?>)` and `hasValue(P<?>)`. > * Improved error message for when `emit()` is used without `repeat()`. > * Fixed incomplete shading of Jackson multi-release. > * Changed `PythonTranslator` to generate snake case step naming instead of camel case. > * Changed `gremlin-go` Client `ReadBufferSize` and `WriteBufferSize` defaults to 1048576 (1MB) to align with DriverRemoteConnection. > * Fixed bug in `IndexStep` which prevented Java serialization due to non-serializable lambda usage by creating serializable function classes. > * Fixed bug in `CallStep` which prevented Java serialization due to non-serializable `ServiceCallContext` and `Service` usage. > * Fixed bug in `Operator` which was caused only a single method parameter to be Collection type checked instead of all parameters. > * Addded support for hot reloading of SSL certificates in Gremlin Server. > * Fixed default `enableCompression` setting to be `false` instead of `undefined` in `gremlin-javascript` > * Increased default `max_content_length`/`max_msg_size` in `gremlin-python` from 4MB to 10MB. > * Added the `PopContaining` interface designed to get label and `Pop` combinations held in a `PopInstruction` object. > * Fixed bug preventing a vertex from being dropped and then re-added in the same `TinkerTransaction` > * Fixed bug which could cause a 'Conflict: element modified in another transaction' when a transaction is attempting to add/drop/update a vertex or edge while another transaction is reading the same vertex or edge. > * Upgraded Node version from 18 to 20 > * Upgraded Go to version 1.24 > * Fixed broken image links in published documentation > > ==== Bugs > > * TINKERPOP-3146 Support SSL Certificates Reloading > * TINKERPOP-2966 Change PythonTranslator to generate underscore based step naming > * TINKERPOP-3015 Use wildcard instead of Object for hasId predicates > * TINKERPOP-3070 Cannot run console if working directory contains spaces > * TINKERPOP-3111 Update documentation in gremlin-python driver section ... (truncated) Commits * [`fa698ba`](apache/tinkerpop@fa698ba) TinkerPop 3.7.4 release * [`5df609d`](apache/tinkerpop@5df609d) CTR fix docker platform for arm image building * [`c904af8`](apache/tinkerpop@c904af8) <https://issues.apache.org/jira/browse/TINKERPOP-3174> ([ArcadeData#3169](https://redirect.github.com/apache/tinkerpop/issues/3169)) * [`3f41356`](apache/tinkerpop@3f41356) Upgrade go to version 1.24. ([ArcadeData#3166](https://redirect.github.com/apache/tinkerpop/issues/3166)) * [`01c97ef`](apache/tinkerpop@01c97ef) Upgraded node from version 18 to 20. ([ArcadeData#3165](https://redirect.github.com/apache/tinkerpop/issues/3165)) * [`9809784`](apache/tinkerpop@9809784) CTR: TINKERPOP-3138 Fixed default `enableCompression` setting to be `false` i... * [`1ef460a`](apache/tinkerpop@1ef460a) TINKERPOP-3177: Fix configuration of sessions in Go Client ([ArcadeData#3164](https://redirect.github.com/apache/tinkerpop/issues/3164)) * [`db36986`](apache/tinkerpop@db36986) Transaction reads should not interfere with add/update/delete ([ArcadeData#3163](https://redirect.github.com/apache/tinkerpop/issues/3163)) * [`16255f5`](apache/tinkerpop@16255f5) TINKERPOP-3040 Fixed limitation in multi-line parsing. ([ArcadeData#3162](https://redirect.github.com/apache/tinkerpop/issues/3162)) * [`cede190`](apache/tinkerpop@cede190) TINKERPOP-3154 Added docs/tests for subgraph() CTR * Additional commits viewable in [compare view](apache/tinkerpop@3.7.3...3.7.4) Updates `org.apache.tinkerpop:gremlin-driver` from 3.7.3 to 3.7.4 Changelog *Sourced from [org.apache.tinkerpop:gremlin-driver's changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc).* > === TinkerPop 3.7.4 (Release Date: August 1, 2025) > > * Fixed bug in server `Settings` where it was referencing a property that was back in 3.3.0 and generating a warning log. > * Improved performance of `Traversal.lock()` which was being called excessively. > * Added log entry in `WsAndHttpChannelizerHandler` to catch general errors that escape the handlers. > * Improved invalid plugin error message in Gremlin Console. > * Added a `MessageSizeEstimator` implementation to cover `Frame` allowing Gremlin Server to better estimate message sizes for the direct buffer. > * Fixed bug in Gremlin Console for field accessor issue with JDK17. > * Improved logging around triggers of the `writeBufferHighWaterMark` so that they occur more than once but do not excessively fill the logs. > * Added server metrics to help better detect and diagnose write pauses due to the `writeBufferHighWaterMark`: `channels.paused`, `channels.total`, and `channels.write-pauses`. > * Changed `IdentityRemovalStrategy` to omit `IdentityStep` if only with `RepeatEndStep` under `RepeatStep`. > * Changed Gremlin grammar to make use of `g` to spawn child traversals a syntax error. > * Fixed bug where the `Host` to `ConnectionPool` mapping on the `Client` in `gremlin-driver` can have no entries and therefore lead to a `NullPointerException` when borrowing a connection. > * Added `unexpected-response` handler to `ws` for `gremlin-javascript` > * Fixed bug in `TinkerTransactionGraph` where a read-only transaction may leave elements trapped in a "zombie transaction". > * Fixed bug in `gremlin.sh` where it couldn't accept a directory name containing spaces. > * Fixed issue in `gremlin-console` where it couldn't accept plugin files that included empty lines or invalid plugin names. > * Modified grammar to make `none()` usage more consistent as a filter step where it can now be used to chain additional traversal steps and be used anonymously. > * Added missing anonymous support for `disjunct()` in Python and Javascript. > * Fixed bug in 'gremlin-server.sh' to account for spaces in directory names. > * Deprecated `gremlin_python.process.__.has_key_` in favor of `gremlin_python.process.__.has_key`. > * Added `gremlin.spark.outputRepartition` configuration to customize the partitioning of HDFS files from `OutputRDD`. > * Added `ClientSettings.Session` configuration in `gremlin-go` to configure a sessioned client. > * Allowed `mergeV()` and `mergeE()` to supply `null` in `Map` values. > * Fixed limitation in multi-line detection preventing `:remote console` scripts from being sent to the server. > * Changed signature of `hasId(P<Object>)` and `hasValue(P<Object>)` to `hasId(P<?>)` and `hasValue(P<?>)`. > * Improved error message for when `emit()` is used without `repeat()`. > * Fixed incomplete shading of Jackson multi-release. > * Changed `PythonTranslator` to generate snake case step naming instead of camel case. > * Changed `gremlin-go` Client `ReadBufferSize` and `WriteBufferSize` defaults to 1048576 (1MB) to align with DriverRemoteConnection. > * Fixed bug in `IndexStep` which prevented Java serialization due to non-serializable lambda usage by creating serializable function classes. > * Fixed bug in `CallStep` which prevented Java serialization due to non-serializable `ServiceCallContext` and `Service` usage. > * Fixed bug in `Operator` which was caused only a single method parameter to be Collection type checked instead of all parameters. > * Addded support for hot reloading of SSL certificates in Gremlin Server. > * Fixed default `enableCompression` setting to be `false` instead of `undefined` in `gremlin-javascript` > * Increased default `max_content_length`/`max_msg_size` in `gremlin-python` from 4MB to 10MB. > * Added the `PopContaining` interface designed to get label and `Pop` combinations held in a `PopInstruction` object. > * Fixed bug preventing a vertex from being dropped and then re-added in the same `TinkerTransaction` > * Fixed bug which could cause a 'Conflict: element modified in another transaction' when a transaction is attempting to add/drop/update a vertex or edge while another transaction is reading the same vertex or edge. > * Upgraded Node version from 18 to 20 > * Upgraded Go to version 1.24 > * Fixed broken image links in published documentation > > ==== Bugs > > * TINKERPOP-3146 Support SSL Certificates Reloading > * TINKERPOP-2966 Change PythonTranslator to generate underscore based step naming > * TINKERPOP-3015 Use wildcard instead of Object for hasId predicates > * TINKERPOP-3070 Cannot run console if working directory contains spaces > * TINKERPOP-3111 Update documentation in gremlin-python driver section ... (truncated) Commits * [`fa698ba`](apache/tinkerpop@fa698ba) TinkerPop 3.7.4 release * [`5df609d`](apache/tinkerpop@5df609d) CTR fix docker platform for arm image building * [`c904af8`](apache/tinkerpop@c904af8) <https://issues.apache.org/jira/browse/TINKERPOP-3174> ([ArcadeData#3169](https://redirect.github.com/apache/tinkerpop/issues/3169)) * [`3f41356`](apache/tinkerpop@3f41356) Upgrade go to version 1.24. ([ArcadeData#3166](https://redirect.github.com/apache/tinkerpop/issues/3166)) * [`01c97ef`](apache/tinkerpop@01c97ef) Upgraded node from version 18 to 20. ([ArcadeData#3165](https://redirect.github.com/apache/tinkerpop/issues/3165)) * [`9809784`](apache/tinkerpop@9809784) CTR: TINKERPOP-3138 Fixed default `enableCompression` setting to be `false` i... * [`1ef460a`](apache/tinkerpop@1ef460a) TINKERPOP-3177: Fix configuration of sessions in Go Client ([ArcadeData#3164](https://redirect.github.com/apache/tinkerpop/issues/3164)) * [`db36986`](apache/tinkerpop@db36986) Transaction reads should not interfere with add/update/delete ([ArcadeData#3163](https://redirect.github.com/apache/tinkerpop/issues/3163)) * [`16255f5`](apache/tinkerpop@16255f5) TINKERPOP-3040 Fixed limitation in multi-line parsing. ([ArcadeData#3162](https://redirect.github.com/apache/tinkerpop/issues/3162)) * [`cede190`](apache/tinkerpop@cede190) TINKERPOP-3154 Added docs/tests for subgraph() CTR * Additional commits viewable in [compare view](apache/tinkerpop@3.7.3...3.7.4) Updates `org.apache.tinkerpop:gremlin-util` from 3.7.3 to 3.7.4 Changelog *Sourced from [org.apache.tinkerpop:gremlin-util's changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc).* > === TinkerPop 3.7.4 (Release Date: August 1, 2025) > > * Fixed bug in server `Settings` where it was referencing a property that was back in 3.3.0 and generating a warning log. > * Improved performance of `Traversal.lock()` which was being called excessively. > * Added log entry in `WsAndHttpChannelizerHandler` to catch general errors that escape the handlers. > * Improved invalid plugin error message in Gremlin Console. > * Added a `MessageSizeEstimator` implementation to cover `Frame` allowing Gremlin Server to better estimate message sizes for the direct buffer. > * Fixed bug in Gremlin Console for field accessor issue with JDK17. > * Improved logging around triggers of the `writeBufferHighWaterMark` so that they occur more than once but do not excessively fill the logs. > * Added server metrics to help better detect and diagnose write pauses due to the `writeBufferHighWaterMark`: `channels.paused`, `channels.total`, and `channels.write-pauses`. > * Changed `IdentityRemovalStrategy` to omit `IdentityStep` if only with `RepeatEndStep` under `RepeatStep`. > * Changed Gremlin grammar to make use of `g` to spawn child traversals a syntax error. > * Fixed bug where the `Host` to `ConnectionPool` mapping on the `Client` in `gremlin-driver` can have no entries and therefore lead to a `NullPointerException` when borrowing a connection. > * Added `unexpected-response` handler to `ws` for `gremlin-javascript` > * Fixed bug in `TinkerTransactionGraph` where a read-only transaction may leave elements trapped in a "zombie transaction". > * Fixed bug in `gremlin.sh` where it couldn't accept a directory name containing spaces. > * Fixed issue in `gremlin-console` where it couldn't accept plugin files that included empty lines or invalid plugin names. > * Modified grammar to make `none()` usage more consistent as a filter step where it can now be used to chain additional traversal steps and be used anonymously. > * Added missing anonymous support for `disjunct()` in Python and Javascript. > * Fixed bug in 'gremlin-server.sh' to account for spaces in directory names. > * Deprecated `gremlin_python.process.__.has_key_` in favor of `gremlin_python.process.__.has_key`. > * Added `gremlin.spark.outputRepartition` configuration to customize the partitioning of HDFS files from `OutputRDD`. > * Added `ClientSettings.Session` configuration in `gremlin-go` to configure a sessioned client. > * Allowed `mergeV()` and `mergeE()` to supply `null` in `Map` values. > * Fixed limitation in multi-line detection preventing `:remote console` scripts from being sent to the server. > * Changed signature of `hasId(P<Object>)` and `hasValue(P<Object>)` to `hasId(P<?>)` and `hasValue(P<?>)`. > * Improved error message for when `emit()` is used without `repeat()`. > * Fixed incomplete shading of Jackson multi-release. > * Changed `PythonTranslator` to generate snake case step naming instead of camel case. > * Changed `gremlin-go` Client `ReadBufferSize` and `WriteBufferSize` defaults to 1048576 (1MB) to align with DriverRemoteConnection. > * Fixed bug in `IndexStep` which prevented Java serialization due to non-serializable lambda usage by creating serializable function classes. > * Fixed bug in `CallStep` which prevented Java serialization due to non-serializable `ServiceCallContext` and `Service` usage. > * Fixed bug in `Operator` which was caused only a single method parameter to be Collection type checked instead of all parameters. > * Addded support for hot reloading of SSL certificates in Gremlin Server. > * Fixed default `enableCompression` setting to be `false` instead of `undefined` in `gremlin-javascript` > * Increased default `max_content_length`/`max_msg_size` in `gremlin-python` from 4MB to 10MB. > * Added the `PopContaining` interface designed to get label and `Pop` combinations held in a `PopInstruction` object. > * Fixed bug preventing a vertex from being dropped and then re-added in the same `TinkerTransaction` > * Fixed bug which could cause a 'Conflict: element modified in another transaction' when a transaction is attempting to add/drop/update a vertex or edge while another transaction is reading the same vertex or edge. > * Upgraded Node version from 18 to 20 > * Upgraded Go to version 1.24 > * Fixed broken image links in published documentation > > ==== Bugs > > * TINKERPOP-3146 Support SSL Certificates Reloading > * TINKERPOP-2966 Change PythonTranslator to generate underscore based step naming > * TINKERPOP-3015 Use wildcard instead of Object for hasId predicates > * TINKERPOP-3070 Cannot run console if working directory contains spaces > * TINKERPOP-3111 Update documentation in gremlin-python driver section ... (truncated) Commits * [`fa698ba`](apache/tinkerpop@fa698ba) TinkerPop 3.7.4 release * [`5df609d`](apache/tinkerpop@5df609d) CTR fix docker platform for arm image building * [`c904af8`](apache/tinkerpop@c904af8) <https://issues.apache.org/jira/browse/TINKERPOP-3174> ([ArcadeData#3169](https://redirect.github.com/apache/tinkerpop/issues/3169)) * [`3f41356`](apache/tinkerpop@3f41356) Upgrade go to version 1.24. ([ArcadeData#3166](https://redirect.github.com/apache/tinkerpop/issues/3166)) * [`01c97ef`](apache/tinkerpop@01c97ef) Upgraded node from version 18 to 20. ([ArcadeData#3165](https://redirect.github.com/apache/tinkerpop/issues/3165)) * [`9809784`](apache/tinkerpop@9809784) CTR: TINKERPOP-3138 Fixed default `enableCompression` setting to be `false` i... * [`1ef460a`](apache/tinkerpop@1ef460a) TINKERPOP-3177: Fix configuration of sessions in Go Client ([ArcadeData#3164](https://redirect.github.com/apache/tinkerpop/issues/3164)) * [`db36986`](apache/tinkerpop@db36986) Transaction reads should not interfere with add/update/delete ([ArcadeData#3163](https://redirect.github.com/apache/tinkerpop/issues/3163)) * [`16255f5`](apache/tinkerpop@16255f5) TINKERPOP-3040 Fixed limitation in multi-line parsing. ([ArcadeData#3162](https://redirect.github.com/apache/tinkerpop/issues/3162)) * [`cede190`](apache/tinkerpop@cede190) TINKERPOP-3154 Added docs/tests for subgraph() CTR * Additional commits viewable in [compare view](apache/tinkerpop@3.7.3...3.7.4) Updates `org.apache.tinkerpop:gremlin-groovy` from 3.7.3 to 3.7.4 Changelog *Sourced from [org.apache.tinkerpop:gremlin-groovy's changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc).* > === TinkerPop 3.7.4 (Release Date: August 1, 2025) > > * Fixed bug in server `Settings` where it was referencing a property that was back in 3.3.0 and generating a warning log. > * Improved performance of `Traversal.lock()` which was being called excessively. > * Added log entry in `WsAndHttpChannelizerHandler` to catch general errors that escape the handlers. > * Improved invalid plugin error message in Gremlin Console. > * Added a `MessageSizeEstimator` implementation to cover `Frame` allowing Gremlin Server to better estimate message sizes for the direct buffer. > * Fixed bug in Gremlin Console for field accessor issue with JDK17. > * Improved logging around triggers of the `writeBufferHighWaterMark` so that they occur more than once but do not excessively fill the logs. > * Added server metrics to help better detect and diagnose write pauses due to the `writeBufferHighWaterMark`: `channels.paused`, `channels.total`, and `channels.write-pauses`. > * Changed `IdentityRemovalStrategy` to omit `IdentityStep` if only with `RepeatEndStep` under `RepeatStep`. > * Changed Gremlin grammar to make use of `g` to spawn child traversals a syntax error. > * Fixed bug where the `Host` to `ConnectionPool` mapping on the `Client` in `gremlin-driver` can have no entries and therefore lead to a `NullPointerException` when borrowing a connection. > * Added `unexpected-response` handler to `ws` for `gremlin-javascript` > * Fixed bug in `TinkerTransactionGraph` where a read-only transaction may leave elements trapped in a "zombie transaction". > * Fixed bug in `gremlin.sh` where it couldn't accept a directory name containing spaces. > * Fixed issue in `gremlin-console` where it couldn't accept plugin files that included empty lines or invalid plugin names. > * Modified grammar to make `none()` usage more consistent as a filter step where it can now be used to chain additional traversal steps and be used anonymously. > * Added missing anonymous support for `disjunct()` in Python and Javascript. > * Fixed bug in 'gremlin-server.sh' to account for spaces in directory names. > * Deprecated `gremlin_python.process.__.has_key_` in favor of `gremlin_python.process.__.has_key`. > * Added `gremlin.spark.outputRepartition` configuration to customize the partitioning of HDFS files from `OutputRDD`. > * Added `ClientSettings.Session` configuration in `gremlin-go` to configure a sessioned client. > * Allowed `mergeV()` and `mergeE()` to supply `null` in `Map` values. > * Fixed limitation in multi-line detection preventing `:remote console` scripts from being sent to the server. > * Changed signature of `hasId(P<Object>)` and `hasValue(P<Object>)` to `hasId(P<?>)` and `hasValue(P<?>)`. > * Improved error message for when `emit()` is used without `repeat()`. > * Fixed incomplete shading of Jackson multi-release. > * Changed `PythonTranslator` to generate snake case step naming instead of camel case. > * Changed `gremlin-go` Client `ReadBufferSize` and `WriteBufferSize` defaults to 1048576 (1MB) to align with DriverRemoteConnection. > * Fixed bug in `IndexStep` which prevented Java serialization due to non-serializable lambda usage by creating serializable function classes. > * Fixed bug in `CallStep` which prevented Java serialization due to non-serializable `ServiceCallContext` and `Service` usage. > * Fixed bug in `Operator` which was caused only a single method parameter to be Collection type checked instead of all parameters. > * Addded support for hot reloading of SSL certificates in Gremlin Server. > * Fixed default `enableCompression` setting to be `false` instead of `undefined` in `gremlin-javascript` > * Increased default `max_content_length`/`max_msg_size` in `gremlin-python` from 4MB to 10MB. > * Added the `PopContaining` interface designed to get label and `Pop` combinations held in a `PopInstruction` object. > * Fixed bug preventing a vertex from being dropped and then re-added in the same `TinkerTransaction` > * Fixed bug which could cause a 'Conflict: element modified in another transaction' when a transaction is attempting to add/drop/update a vertex or edge while another transaction is reading the same vertex or edge. > * Upgraded Node version from 18 to 20 > * Upgraded Go to version 1.24 > * Fixed broken image links in published documentation > > ==== Bugs > > * TINKERPOP-3146 Support SSL Certificates Reloading > * TINKERPOP-2966 Change PythonTranslator to generate underscore based step naming > * TINKERPOP-3015 Use wildcard instead of Object for hasId predicates > * TINKERPOP-3070 Cannot run console if working directory contains spaces > * TINKERPOP-3111 Update documentation in gremlin-python driver section ... (truncated) Commits * [`fa698ba`](apache/tinkerpop@fa698ba) TinkerPop 3.7.4 release * [`5df609d`](apache/tinkerpop@5df609d) CTR fix docker platform for arm image building * [`c904af8`](apache/tinkerpop@c904af8) <https://issues.apache.org/jira/browse/TINKERPOP-3174> ([ArcadeData#3169](https://redirect.github.com/apache/tinkerpop/issues/3169)) * [`3f41356`](apache/tinkerpop@3f41356) Upgrade go to version 1.24. ([ArcadeData#3166](https://redirect.github.com/apache/tinkerpop/issues/3166)) * [`01c97ef`](apache/tinkerpop@01c97ef) Upgraded node from version 18 to 20. ([ArcadeData#3165](https://redirect.github.com/apache/tinkerpop/issues/3165)) * [`9809784`](apache/tinkerpop@9809784) CTR: TINKERPOP-3138 Fixed default `enableCompression` setting to be `false` i... * [`1ef460a`](apache/tinkerpop@1ef460a) TINKERPOP-3177: Fix configuration of sessions in Go Client ([ArcadeData#3164](https://redirect.github.com/apache/tinkerpop/issues/3164)) * [`db36986`](apache/tinkerpop@db36986) Transaction reads should not interfere with add/update/delete ([ArcadeData#3163](https://redirect.github.com/apache/tinkerpop/issues/3163)) * [`16255f5`](apache/tinkerpop@16255f5) TINKERPOP-3040 Fixed limitation in multi-line parsing. ([ArcadeData#3162](https://redirect.github.com/apache/tinkerpop/issues/3162)) * [`cede190`](apache/tinkerpop@cede190) TINKERPOP-3154 Added docs/tests for subgraph() CTR * Additional commits viewable in [compare view](apache/tinkerpop@3.7.3...3.7.4) Updates `org.apache.tinkerpop:gremlin-test` from 3.7.3 to 3.7.4 Changelog *Sourced from [org.apache.tinkerpop:gremlin-test's changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc).* > === TinkerPop 3.7.4 (Release Date: August 1, 2025) > > * Fixed bug in server `Settings` where it was referencing a property that was back in 3.3.0 and generating a warning log. > * Improved performance of `Traversal.lock()` which was being called excessively. > * Added log entry in `WsAndHttpChannelizerHandler` to catch general errors that escape the handlers. > * Improved invalid plugin error message in Gremlin Console. > * Added a `MessageSizeEstimator` implementation to cover `Frame` allowing Gremlin Server to better estimate message sizes for the direct buffer. > * Fixed bug in Gremlin Console for field accessor issue with JDK17. > * Improved logging around triggers of the `writeBufferHighWaterMark` so that they occur more than once but do not excessively fill the logs. > * Added server metrics to help better detect and diagnose write pauses due to the `writeBufferHighWaterMark`: `channels.paused`, `channels.total`, and `channels.write-pauses`. > * Changed `IdentityRemovalStrategy` to omit `IdentityStep` if only with `RepeatEndStep` under `RepeatStep`. > * Changed Gremlin grammar to make use of `g` to spawn child traversals a syntax error. > * Fixed bug where the `Host` to `ConnectionPool` mapping on the `Client` in `gremlin-driver` can have no entries and therefore lead to a `NullPointerException` when borrowing a connection. > * Added `unexpected-response` handler to `ws` for `gremlin-javascript` > * Fixed bug in `TinkerTransactionGraph` where a read-only transaction may leave elements trapped in a "zombie transaction". > * Fixed bug in `gremlin.sh` where it couldn't accept a directory name containing spaces. > * Fixed issue in `gremlin-console` where it couldn't accept plugin files that included empty lines or invalid plugin names. > * Modified grammar to make `none()` usage more consistent as a filter step where it can now be used to chain additional traversal steps and be used anonymously. > * Added missing anonymous support for `disjunct()` in Python and Javascript. > * Fixed bug in 'gremlin-server.sh' to account for spaces in directory names. > * Deprecated `gremlin_python.process.__.has_key_` in favor of `gremlin_python.process.__.has_key`. > * Added `gremlin.spark.outputRepartition` configuration to customize the partitioning of HDFS files from `OutputRDD`. > * Added `ClientSettings.Session` configuration in `gremlin-go` to configure a sessioned client. > * Allowed `mergeV()` and `mergeE()` to supply `null` in `Map` values. > * Fixed limitation in multi-line detection preventing `:remote console` scripts from being sent to the server. > * Changed signature of `hasId(P<Object>)` and `hasValue(P<Object>)` to `hasId(P<?>)` and `hasValue(P<?>)`. > * Improved error message for when `emit()` is used without `repeat()`. > * Fixed incomplete shading of Jackson multi-release. > * Changed `PythonTranslator` to generate snake case step naming instead of camel case. > * Changed `gremlin-go` Client `ReadBufferSize` and `WriteBufferSize` defaults to 1048576 (1MB) to align with DriverRemoteConnection. > * Fixed bug in `IndexStep` which prevented Java serialization due to non-serializable lambda usage by creating serializable function classes. > * Fixed bug in `CallStep` which prevented Java serialization due to non-serializable `ServiceCallContext` and `Service` usage. > * Fixed bug in `Operator` which was caused only a single method parameter to be Collection type checked instead of all parameters. > * Addded support for hot reloading of SSL certificates in Gremlin Server. > * Fixed default `enableCompression` setting to be `false` instead of `undefined` in `gremlin-javascript` > * Increased default `max_content_length`/`max_msg_size` in `gremlin-python` from 4MB to 10MB. > * Added the `PopContaining` interface designed to get label and `Pop` combinations held in a `PopInstruction` object. > * Fixed bug preventing a vertex from being dropped and then re-added in the same `TinkerTransaction` > * Fixed bug which could cause a 'Conflict: element modified in another transaction' when a transaction is attempting to add/drop/update a vertex or edge while another transaction is reading the same vertex or edge. > * Upgraded Node version from 18 to 20 > * Upgraded Go to version 1.24 > * Fixed broken image links in published documentation > > ==== Bugs > > * TINKERPOP-3146 Support SSL Certificates Reloading > * TINKERPOP-2966 Change PythonTranslator to generate underscore based step naming > * TINKERPOP-3015 Use wildcard instead of Object for hasId predicates > * TINKERPOP-3070 Cannot run console if working directory contains spaces > * TINKERPOP-3111 Update documentation in gremlin-python driver section ... (truncated) Commits * [`fa698ba`](apache/tinkerpop@fa698ba) TinkerPop 3.7.4 release * [`5df609d`](apache/tinkerpop@5df609d) CTR fix docker platform for arm image building * [`c904af8`](apache/tinkerpop@c904af8) <https://issues.apache.org/jira/browse/TINKERPOP-3174> ([ArcadeData#3169](https://redirect.github.com/apache/tinkerpop/issues/3169)) * [`3f41356`](apache/tinkerpop@3f41356) Upgrade go to version 1.24. ([ArcadeData#3166](https://redirect.github.com/apache/tinkerpop/issues/3166)) * [`01c97ef`](apache/tinkerpop@01c97ef) Upgraded node from version 18 to 20. ([ArcadeData#3165](https://redirect.github.com/apache/tinkerpop/issues/3165)) * [`9809784`](apache/tinkerpop@9809784) CTR: TINKERPOP-3138 Fixed default `enableCompression` setting to be `false` i... * [`1ef460a`](apache/tinkerpop@1ef460a) TINKERPOP-3177: Fix configuration of sessions in Go Client ([ArcadeData#3164](https://redirect.github.com/apache/tinkerpop/issues/3164)) * [`db36986`](apache/tinkerpop@db36986) Transaction reads should not interfere with add/update/delete ([ArcadeData#3163](https://redirect.github.com/apache/tinkerpop/issues/3163)) * [`16255f5`](apache/tinkerpop@16255f5) TINKERPOP-3040 Fixed limitation in multi-line parsing. ([ArcadeData#3162](https://redirect.github.com/apache/tinkerpop/issues/3162)) * [`cede190`](apache/tinkerpop@cede190) TINKERPOP-3154 Added docs/tests for subgraph() CTR * Additional commits viewable in [compare view](apache/tinkerpop@3.7.3...3.7.4) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps the security-critical group in /studio with 1 update: jquery.
Updates
jqueryfrom 3.7.1 to 4.0.0Release notes
Sourced from jquery's releases.
... (truncated)
Changelog
Sourced from jquery's changelog.
... (truncated)
Commits
4f2fae0Release: 4.0.0c838cfbRelease: remove dist files from main branch9752519Release: 4.0.0-rc.2c128d5dRelease: Update AUTHORS.txt5fe9c29Build: De-dupe three authors via mailmapafdd032Build: Post beta browser tests errors to jquery/dev on Matrix546a1ebBuild: Bump the github-actions group with 4 updatesec738b3Build: Fix Chrome beta testsc28c26aBuild: Add periodic tests on beta versions of browsersf513413Build: Bump the github-actions group with 2 updatesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions