Skip to content

chore(studio-deps-dev)(deps-dev): bump caniuse-lite from 1.0.30001781 to 1.0.30001785 in /studio#3785

Merged
mergify[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/studio/main/caniuse-lite-1.0.30001785
Apr 6, 2026
Merged

chore(studio-deps-dev)(deps-dev): bump caniuse-lite from 1.0.30001781 to 1.0.30001785 in /studio#3785
mergify[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/studio/main/caniuse-lite-1.0.30001785

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 5, 2026

Copy link
Copy Markdown
Contributor

Bumps caniuse-lite from 1.0.30001781 to 1.0.30001785.

Commits

Dependabot compatibility score

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 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 <dependency name> 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 [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001781 to 1.0.30001785.
- [Commits](browserslist/caniuse-lite@1.0.30001781...1.0.30001785)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001785
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file security labels Apr 5, 2026
@dependabot @github

dependabot Bot commented on behalf of github Apr 5, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: frontend, studio. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file security labels Apr 5, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@mergify
mergify Bot merged commit 4165e2a into main Apr 6, 2026
17 of 23 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/studio/main/caniuse-lite-1.0.30001785 branch April 6, 2026 09:46
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
…p ci]

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.21.0 to 5.22.0.
Release notes

*Sourced from [org.mockito:mockito-core's releases](https://github.com/mockito/mockito/releases).*

> v5.22.0
> -------
>
> *Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)*
>
> #### 5.22.0
>
> * 2026-02-27 - [6 commit(s)](mockito/mockito@v5.21.0...v5.22.0) by Joshua Selbo, NiMv1, Rafael Winterhalter, dependabot[bot], eunbin son
> * Avoid mocking of internal static utilities [([ArcadeData#3785](https://redirect.github.com/mockito/mockito/issues/3785))]([mockito/mockito#3785](https://redirect.github.com/mockito/mockito/pull/3785))
> * Bump graalvm/setup-graalvm from 1.4.4 to 1.4.5 [([ArcadeData#3780](https://redirect.github.com/mockito/mockito/issues/3780))]([mockito/mockito#3780](https://redirect.github.com/mockito/mockito/pull/3780))
> * Static mocking of UUID.class corrupted under JDK 25 [([ArcadeData#3778](https://redirect.github.com/mockito/mockito/issues/3778))]([mockito/mockito#3778](https://redirect.github.com/mockito/mockito/issues/3778))
> * Bump actions/upload-artifact from 5 to 6 [([ArcadeData#3774](https://redirect.github.com/mockito/mockito/issues/3774))]([mockito/mockito#3774](https://redirect.github.com/mockito/mockito/pull/3774))
> * docs: clarify RETURNS\_MOCKS behavior with sealed abstract enums (Java 15+) [([ArcadeData#3773](https://redirect.github.com/mockito/mockito/issues/3773))]([mockito/mockito#3773](https://redirect.github.com/mockito/mockito/pull/3773))
> * Add tests for Sets utility class [([ArcadeData#3771](https://redirect.github.com/mockito/mockito/issues/3771))]([mockito/mockito#3771](https://redirect.github.com/mockito/mockito/pull/3771))
> * Add core API to enable Kotlin singleton mocking [([ArcadeData#3762](https://redirect.github.com/mockito/mockito/issues/3762))]([mockito/mockito#3762](https://redirect.github.com/mockito/mockito/pull/3762))
> * Stubbing Kotlin `object` singletons [([ArcadeData#3652](https://redirect.github.com/mockito/mockito/issues/3652))]([mockito/mockito#3652](https://redirect.github.com/mockito/mockito/issues/3652))
> * Incorrect documentation for RETURNS\_MOCKS [([ArcadeData#3285](https://redirect.github.com/mockito/mockito/issues/3285))]([mockito/mockito#3285](https://redirect.github.com/mockito/mockito/issues/3285))


Commits

* [`25f1395`](mockito/mockito@25f1395) Add core API to enable Kotlin singleton mocking ([ArcadeData#3762](https://redirect.github.com/mockito/mockito/issues/3762))
* [`ef9ee55`](mockito/mockito@ef9ee55) Avoids mocking private static methods, as well as package-private static meth...
* [`d16fcfc`](mockito/mockito@d16fcfc) Bump graalvm/setup-graalvm from 1.4.4 to 1.4.5 ([ArcadeData#3780](https://redirect.github.com/mockito/mockito/issues/3780))
* [`27eb8a3`](mockito/mockito@27eb8a3) Clarify `RETURNS_MOCKS` behavior with sealed abstract enums (Java 15+) ([ArcadeData#3773](https://redirect.github.com/mockito/mockito/issues/3773))
* [`9e5d449`](mockito/mockito@9e5d449) Add tests for Sets utility class ([ArcadeData#3771](https://redirect.github.com/mockito/mockito/issues/3771))
* [`8d9a62f`](mockito/mockito@8d9a62f) Bump actions/upload-artifact from 5 to 6 ([ArcadeData#3774](https://redirect.github.com/mockito/mockito/issues/3774))
* See full diff in [compare view](mockito/mockito@v5.21.0...v5.22.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.mockito:mockito-core&package-manager=maven&previous-version=5.21.0&new-version=5.22.0)](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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file dependency_approved security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant