Fix JSONTest - #2129
Merged
Merged
Conversation
lvca
approved these changes
Apr 5, 2025
tae898
pushed a commit
to humemai/arcadedb-embedded-python
that referenced
this pull request
Jun 28, 2026
mergify Bot
added a commit
that referenced
this pull request
Aug 9, 2026
…in /studio [skip ci] Bumps [postcss](https://github.com/postcss/postcss) from 8.5.25 to 8.5.26. Release notes *Sourced from [postcss's releases](https://github.com/postcss/postcss/releases).* > 8.5.26 > ------ > > * Fixed `list.split()` regression (by [`@lazerg`](https://github.com/lazerg)). > * Track symlinks in path protection in source map loading (by [`@drengir1`](https://github.com/drengir1)). Changelog *Sourced from [postcss's changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md).* > 8.5.26 > ------ > > * Fixed `list.split()` regression (by [`@lazerg`](https://github.com/lazerg)). > * Track symlinks in path protection in source map loading (by [`@drengir1`](https://github.com/drengir1)). Commits * [`07b2577`](postcss/postcss@07b2577) Release 8.5.26 version * [`47de6b9`](postcss/postcss@47de6b9) Update CI * [`1493a83`](postcss/postcss@1493a83) Fix Rule#selectors losing the empty selector ([#2129](https://redirect.github.com/postcss/postcss/issues/2129)) * [`180db16`](postcss/postcss@180db16) Typo * [`29e9e00`](postcss/postcss@29e9e00) Resolve symlinks before the previous-source-map containment check ([#2125](https://redirect.github.com/postcss/postcss/issues/2125)) * [`3ba8f84`](postcss/postcss@3ba8f84) Update dependencies * [`87e72f6`](postcss/postcss@87e72f6) Update lock file * [`caaeeb9`](postcss/postcss@caaeeb9) Upgrade nanoid to fix infinite loop on zero size ([#2124](https://redirect.github.com/postcss/postcss/issues/2124)) * [`3609b6f`](postcss/postcss@3609b6f) Explain how to type plugin options * [`fbad419`](postcss/postcss@fbad419) docs: show ESM and TypeScript plugin declaration ([#2118](https://redirect.github.com/postcss/postcss/issues/2118)) * See full diff in [compare view](postcss/postcss@8.5.25...8.5.26) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds type annotation to expected types to prevent autocasts.
Motivation
Test error.
Checklist
mvn clean packagecommand