chore(studio-deps-dev)(deps-dev): bump css-loader from 7.1.2 to 7.1.3 in /studio in the build-tools group - #3261
Merged
mergify[bot] merged 1 commit intoJan 27, 2026
Conversation
Bumps the build-tools group in /studio with 1 update: [css-loader](https://github.com/webpack/css-loader). Updates `css-loader` from 7.1.2 to 7.1.3 - [Release notes](https://github.com/webpack/css-loader/releases) - [Changelog](https://github.com/webpack/css-loader/blob/main/CHANGELOG.md) - [Commits](webpack/css-loader@v7.1.2...v7.1.3) --- updated-dependencies: - dependency-name: css-loader dependency-version: 7.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: build-tools ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
🧪 CI InsightsHere's what we observed from your CI run for ac6acd5. 🟢 All jobs passed!But CI Insights is watching 👀 |
robfrank
approved these changes
Jan 27, 2026
dependabot
Bot
deleted the
dependabot/npm_and_yarn/studio/main/build-tools-97a4a0c3b5
branch
January 27, 2026 22:01
mergify Bot
added a commit
that referenced
this pull request
May 31, 2026
… 3.5.5 to 3.5.6 [skip ci] Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.5 to 3.5.6. Release notes *Sourced from [org.apache.maven.plugins:maven-surefire-plugin's releases](https://github.com/apache/maven-surefire/releases).* > 3.5.6 > ----- > > 🚀 New features and improvements > ------------------------------- > > * Introduce reportTestTimestamp option and include timestamp for test sets and test cases ([#3261](https://redirect.github.com/apache/maven-surefire/issues/3261)) ([#3302](https://redirect.github.com/apache/maven-surefire/pull/3302)) [`@olamy`](https://github.com/olamy) > > 🐛 Bug Fixes > ----------- > > * Issue [#2613](https://redirect.github.com/apache/maven-surefire/issues/2613) Debugging failsafe tests: Message 'Listening for transport dt\_socket at address' is not displayed anymore when using maven.surefire.debug ([#3353](https://redirect.github.com/apache/maven-surefire/issues/3353)) ([#3354](https://redirect.github.com/apache/maven-surefire/pull/3354)) [`@olamy`](https://github.com/olamy) > * Ensure that the statistics filename is calculated only once. ([#3326](https://redirect.github.com/apache/maven-surefire/issues/3326)) ([#3327](https://redirect.github.com/apache/maven-surefire/pull/3327)) [`@olamy`](https://github.com/olamy) > * Add `flakes` attribute to use in `testsuite` report ([#3306](https://redirect.github.com/apache/maven-surefire/issues/3306)) ([#3308](https://redirect.github.com/apache/maven-surefire/pull/3308)) [`@olamy`](https://github.com/olamy) > * [BACKPORT 3.5.x] [[SUREFIRE-2049]](https://issues.apache.org/jira/browse/SUREFIRE-2049) - Fix SHUTDOWN type lost during command serialization. ([#3270](https://redirect.github.com/apache/maven-surefire/issues/3270)) ([#3289](https://redirect.github.com/apache/maven-surefire/pull/3289)) [`@olamy`](https://github.com/olamy) > * fix: null guard for context map ([#3269](https://redirect.github.com/apache/maven-surefire/issues/3269)) ([#3272](https://redirect.github.com/apache/maven-surefire/pull/3272)) [`@olamy`](https://github.com/olamy) > > 👻 Maintenance > ------------- > > * 3.5.x/bug/cherry pick embedded mode its ([#3328](https://redirect.github.com/apache/maven-surefire/pull/3328)) [`@olamy`](https://github.com/olamy) > * Use surefire 3.5.5 by project itself for testing ([#3324](https://redirect.github.com/apache/maven-surefire/pull/3324)) [`@slawekjaranowski`](https://github.com/slawekjaranowski) > * Follow Oracle javadoc guidelines ([#3177](https://redirect.github.com/apache/maven-surefire/pull/3177)) [`@elharo`](https://github.com/elharo) > > 📦 Dependency updates > -------------------- > > * Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 ([#3334](https://redirect.github.com/apache/maven-surefire/pull/3334)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump commons-io:commons-io from 2.21.0 to 2.22.0 ([#3350](https://redirect.github.com/apache/maven-surefire/pull/3350)) @[dependabot[bot]](https://github.com/apps/dependabot) Commits * [`25ea054`](apache/maven-surefire@25ea054) [maven-release-plugin] prepare release surefire-3.5.6 * [`e5f374c`](apache/maven-surefire@e5f374c) Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 * [`dadd55b`](apache/maven-surefire@dadd55b) Issue [#2613](https://redirect.github.com/apache/maven-surefire/issues/2613) Debugging failsafe tests: Message 'Listening for transport dt\_soc... * [`39dd250`](apache/maven-surefire@39dd250) Bump commons-io:commons-io from 2.21.0 to 2.22.0 * [`2774273`](apache/maven-surefire@2774273) Ensure that the statistics filename is calculated only once. ([#3326](https://redirect.github.com/apache/maven-surefire/issues/3326)) ([#3327](https://redirect.github.com/apache/maven-surefire/issues/3327)) * [`0d5df8a`](apache/maven-surefire@0d5df8a) 3.5.x/bug/cherry pick embedded mode its ([#3328](https://redirect.github.com/apache/maven-surefire/issues/3328)) * [`04ad9a2`](apache/maven-surefire@04ad9a2) Use surefire 3.5.5 by project itself for testing * [`37e8f69`](apache/maven-surefire@37e8f69) Add `flakes` attribute to use in `testsuite` report ([#3306](https://redirect.github.com/apache/maven-surefire/issues/3306)) ([#3308](https://redirect.github.com/apache/maven-surefire/issues/3308)) * [`a970fef`](apache/maven-surefire@a970fef) Introduce reportTestTimestamp option and include timestamp for test sets and ... * [`e838393`](apache/maven-surefire@e838393) deploy 3.5.x branch to nexus * Additional commits viewable in [compare view](apache/maven-surefire@surefire-3.5.5...surefire-3.5.6) [](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)
mergify Bot
added a commit
that referenced
this pull request
Jun 2, 2026
…from 3.5.5 to 3.5.6 [skip ci] Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.5.5 to 3.5.6. Release notes *Sourced from [org.apache.maven.plugins:maven-failsafe-plugin's releases](https://github.com/apache/maven-surefire/releases).* > 3.5.6 > ----- > > 🚀 New features and improvements > ------------------------------- > > * Introduce reportTestTimestamp option and include timestamp for test sets and test cases ([#3261](https://redirect.github.com/apache/maven-surefire/issues/3261)) ([#3302](https://redirect.github.com/apache/maven-surefire/pull/3302)) [`@olamy`](https://github.com/olamy) > > 🐛 Bug Fixes > ----------- > > * Issue [#2613](https://redirect.github.com/apache/maven-surefire/issues/2613) Debugging failsafe tests: Message 'Listening for transport dt\_socket at address' is not displayed anymore when using maven.surefire.debug ([#3353](https://redirect.github.com/apache/maven-surefire/issues/3353)) ([#3354](https://redirect.github.com/apache/maven-surefire/pull/3354)) [`@olamy`](https://github.com/olamy) > * Ensure that the statistics filename is calculated only once. ([#3326](https://redirect.github.com/apache/maven-surefire/issues/3326)) ([#3327](https://redirect.github.com/apache/maven-surefire/pull/3327)) [`@olamy`](https://github.com/olamy) > * Add `flakes` attribute to use in `testsuite` report ([#3306](https://redirect.github.com/apache/maven-surefire/issues/3306)) ([#3308](https://redirect.github.com/apache/maven-surefire/pull/3308)) [`@olamy`](https://github.com/olamy) > * [BACKPORT 3.5.x] [[SUREFIRE-2049]](https://issues.apache.org/jira/browse/SUREFIRE-2049) - Fix SHUTDOWN type lost during command serialization. ([#3270](https://redirect.github.com/apache/maven-surefire/issues/3270)) ([#3289](https://redirect.github.com/apache/maven-surefire/pull/3289)) [`@olamy`](https://github.com/olamy) > * fix: null guard for context map ([#3269](https://redirect.github.com/apache/maven-surefire/issues/3269)) ([#3272](https://redirect.github.com/apache/maven-surefire/pull/3272)) [`@olamy`](https://github.com/olamy) > > 👻 Maintenance > ------------- > > * 3.5.x/bug/cherry pick embedded mode its ([#3328](https://redirect.github.com/apache/maven-surefire/pull/3328)) [`@olamy`](https://github.com/olamy) > * Use surefire 3.5.5 by project itself for testing ([#3324](https://redirect.github.com/apache/maven-surefire/pull/3324)) [`@slawekjaranowski`](https://github.com/slawekjaranowski) > * Follow Oracle javadoc guidelines ([#3177](https://redirect.github.com/apache/maven-surefire/pull/3177)) [`@elharo`](https://github.com/elharo) > > 📦 Dependency updates > -------------------- > > * Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 ([#3334](https://redirect.github.com/apache/maven-surefire/pull/3334)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump commons-io:commons-io from 2.21.0 to 2.22.0 ([#3350](https://redirect.github.com/apache/maven-surefire/pull/3350)) @[dependabot[bot]](https://github.com/apps/dependabot) Commits * [`25ea054`](apache/maven-surefire@25ea054) [maven-release-plugin] prepare release surefire-3.5.6 * [`e5f374c`](apache/maven-surefire@e5f374c) Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 * [`dadd55b`](apache/maven-surefire@dadd55b) Issue [#2613](https://redirect.github.com/apache/maven-surefire/issues/2613) Debugging failsafe tests: Message 'Listening for transport dt\_soc... * [`39dd250`](apache/maven-surefire@39dd250) Bump commons-io:commons-io from 2.21.0 to 2.22.0 * [`2774273`](apache/maven-surefire@2774273) Ensure that the statistics filename is calculated only once. ([#3326](https://redirect.github.com/apache/maven-surefire/issues/3326)) ([#3327](https://redirect.github.com/apache/maven-surefire/issues/3327)) * [`0d5df8a`](apache/maven-surefire@0d5df8a) 3.5.x/bug/cherry pick embedded mode its ([#3328](https://redirect.github.com/apache/maven-surefire/issues/3328)) * [`04ad9a2`](apache/maven-surefire@04ad9a2) Use surefire 3.5.5 by project itself for testing * [`37e8f69`](apache/maven-surefire@37e8f69) Add `flakes` attribute to use in `testsuite` report ([#3306](https://redirect.github.com/apache/maven-surefire/issues/3306)) ([#3308](https://redirect.github.com/apache/maven-surefire/issues/3308)) * [`a970fef`](apache/maven-surefire@a970fef) Introduce reportTestTimestamp option and include timestamp for test sets and ... * [`e838393`](apache/maven-surefire@e838393) deploy 3.5.x branch to nexus * Additional commits viewable in [compare view](apache/maven-surefire@surefire-3.5.5...surefire-3.5.6)
tae898
pushed a commit
to humemai/arcadedb-embedded-python
that referenced
this pull request
Jun 28, 2026
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.0 to 4.31.2. Release notes *Sourced from [github/codeql-action's releases](https://github.com/github/codeql-action/releases).* > v4.31.2 > ------- > > CodeQL Action Changelog > ======================= > > See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. > > 4.31.2 - 30 Oct 2025 > -------------------- > > No user facing changes. > > See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v4.31.2/CHANGELOG.md) for more information. > > v4.31.1 > ------- > > CodeQL Action Changelog > ======================= > > See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. > > 4.31.1 - 30 Oct 2025 > -------------------- > > * The `add-snippets` input has been removed from the `analyze` action. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced. > > See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v4.31.1/CHANGELOG.md) for more information. Changelog *Sourced from [github/codeql-action's changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md).* > CodeQL Action Changelog > ======================= > > See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. > > [UNRELEASED] > ------------ > > No user facing changes. > > 4.31.2 - 30 Oct 2025 > -------------------- > > No user facing changes. > > 4.31.1 - 30 Oct 2025 > -------------------- > > * The `add-snippets` input has been removed from the `analyze` action. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced. > > 4.31.0 - 24 Oct 2025 > -------------------- > > * Bump minimum CodeQL bundle version to 2.17.6. [ArcadeData#3223](https://redirect.github.com/github/codeql-action/pull/3223) > * When SARIF files are uploaded by the `analyze` or `upload-sarif` actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the `upload-sarif` action. For `analyze`, this may affect Advanced Setup for CodeQL users who specify a value other than `always` for the `upload` input. [ArcadeData#3222](https://redirect.github.com/github/codeql-action/pull/3222) > > 4.30.9 - 17 Oct 2025 > -------------------- > > * Update default CodeQL bundle version to 2.23.3. [ArcadeData#3205](https://redirect.github.com/github/codeql-action/pull/3205) > * Experimental: A new `setup-codeql` action has been added which is similar to `init`, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. [ArcadeData#3204](https://redirect.github.com/github/codeql-action/pull/3204) > > 4.30.8 - 10 Oct 2025 > -------------------- > > No user facing changes. > > 4.30.7 - 06 Oct 2025 > -------------------- > > * [v4+ only] The CodeQL Action now runs on Node.js v24. [ArcadeData#3169](https://redirect.github.com/github/codeql-action/pull/3169) > > 3.30.6 - 02 Oct 2025 > -------------------- > > * Update default CodeQL bundle version to 2.23.2. [ArcadeData#3168](https://redirect.github.com/github/codeql-action/pull/3168) > > 3.30.5 - 26 Sep 2025 > -------------------- > > * We fixed a bug that was introduced in `3.30.4` with `upload-sarif` which resulted in files without a `.sarif` extension not getting uploaded. [ArcadeData#3160](https://redirect.github.com/github/codeql-action/pull/3160) > > 3.30.4 - 25 Sep 2025 > -------------------- > > * We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the `codeql-action/init` step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the `codeql-action/init` step. [ArcadeData#3099](https://redirect.github.com/github/codeql-action/pull/3099) and [ArcadeData#3100](https://redirect.github.com/github/codeql-action/pull/3100) > * We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. [ArcadeData#3107](https://redirect.github.com/github/codeql-action/pull/3107) > * You can now run the latest CodeQL nightly bundle by passing `tools: nightly` to the `init` action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. [ArcadeData#3130](https://redirect.github.com/github/codeql-action/pull/3130) > * Update default CodeQL bundle version to 2.23.1. [ArcadeData#3118](https://redirect.github.com/github/codeql-action/pull/3118) > > 3.30.3 - 10 Sep 2025 > -------------------- ... (truncated) Commits * [`0499de3`](github/codeql-action@0499de3) Merge pull request [ArcadeData#3261](https://redirect.github.com/github/codeql-action/issues/3261) from github/henrymercer/setup-python * [`3b96745`](github/codeql-action@3b96745) Set up Python in mergeback workflow * [`8a06050`](github/codeql-action@8a06050) Merge pull request [ArcadeData#3259](https://redirect.github.com/github/codeql-action/issues/3259) from github/update-v4.31.2-9576b5cbe * [`752a642`](github/codeql-action@752a642) Update changelog for v4.31.2 * [`9576b5c`](github/codeql-action@9576b5c) Merge pull request [ArcadeData#3258](https://redirect.github.com/github/codeql-action/issues/3258) from github/mbg/enablement-errors/case-insensitive * [`cc88437`](github/codeql-action@cc88437) Merge pull request [ArcadeData#3257](https://redirect.github.com/github/codeql-action/issues/3257) from github/henrymercer/ubuntu-slim * [`f0e9bf0`](github/codeql-action@f0e9bf0) Make `isEnablementError` case-insensitive * [`2a3599c`](github/codeql-action@2a3599c) Run lightweight workflows on `ubuntu-slim` * [`514ff4d`](github/codeql-action@514ff4d) Merge pull request [ArcadeData#3256](https://redirect.github.com/github/codeql-action/issues/3256) from github/henrymercer/resolve-bad-merge * [`aab1c2f`](github/codeql-action@aab1c2f) Merge pull request [ArcadeData#3253](https://redirect.github.com/github/codeql-action/issues/3253) from github/mergeback/v4.31.1-to-main-5fe9434c * Additional commits viewable in [compare view](github/codeql-action@4e94bd1...0499de3) [](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 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)
tae898
pushed a commit
to humemai/arcadedb-embedded-python
that referenced
this pull request
Jun 28, 2026
… 3.5.5 to 3.5.6 [skip ci] Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.5 to 3.5.6. Release notes *Sourced from [org.apache.maven.plugins:maven-surefire-plugin's releases](https://github.com/apache/maven-surefire/releases).* > 3.5.6 > ----- > > 🚀 New features and improvements > ------------------------------- > > * Introduce reportTestTimestamp option and include timestamp for test sets and test cases ([ArcadeData#3261](https://redirect.github.com/apache/maven-surefire/issues/3261)) ([ArcadeData#3302](https://redirect.github.com/apache/maven-surefire/pull/3302)) [`@olamy`](https://github.com/olamy) > > 🐛 Bug Fixes > ----------- > > * Issue [ArcadeData#2613](https://redirect.github.com/apache/maven-surefire/issues/2613) Debugging failsafe tests: Message 'Listening for transport dt\_socket at address' is not displayed anymore when using maven.surefire.debug ([ArcadeData#3353](https://redirect.github.com/apache/maven-surefire/issues/3353)) ([ArcadeData#3354](https://redirect.github.com/apache/maven-surefire/pull/3354)) [`@olamy`](https://github.com/olamy) > * Ensure that the statistics filename is calculated only once. ([ArcadeData#3326](https://redirect.github.com/apache/maven-surefire/issues/3326)) ([ArcadeData#3327](https://redirect.github.com/apache/maven-surefire/pull/3327)) [`@olamy`](https://github.com/olamy) > * Add `flakes` attribute to use in `testsuite` report ([ArcadeData#3306](https://redirect.github.com/apache/maven-surefire/issues/3306)) ([ArcadeData#3308](https://redirect.github.com/apache/maven-surefire/pull/3308)) [`@olamy`](https://github.com/olamy) > * [BACKPORT 3.5.x] [[SUREFIRE-2049]](https://issues.apache.org/jira/browse/SUREFIRE-2049) - Fix SHUTDOWN type lost during command serialization. ([ArcadeData#3270](https://redirect.github.com/apache/maven-surefire/issues/3270)) ([ArcadeData#3289](https://redirect.github.com/apache/maven-surefire/pull/3289)) [`@olamy`](https://github.com/olamy) > * fix: null guard for context map ([ArcadeData#3269](https://redirect.github.com/apache/maven-surefire/issues/3269)) ([ArcadeData#3272](https://redirect.github.com/apache/maven-surefire/pull/3272)) [`@olamy`](https://github.com/olamy) > > 👻 Maintenance > ------------- > > * 3.5.x/bug/cherry pick embedded mode its ([ArcadeData#3328](https://redirect.github.com/apache/maven-surefire/pull/3328)) [`@olamy`](https://github.com/olamy) > * Use surefire 3.5.5 by project itself for testing ([ArcadeData#3324](https://redirect.github.com/apache/maven-surefire/pull/3324)) [`@slawekjaranowski`](https://github.com/slawekjaranowski) > * Follow Oracle javadoc guidelines ([ArcadeData#3177](https://redirect.github.com/apache/maven-surefire/pull/3177)) [`@elharo`](https://github.com/elharo) > > 📦 Dependency updates > -------------------- > > * Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 ([ArcadeData#3334](https://redirect.github.com/apache/maven-surefire/pull/3334)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump commons-io:commons-io from 2.21.0 to 2.22.0 ([ArcadeData#3350](https://redirect.github.com/apache/maven-surefire/pull/3350)) @[dependabot[bot]](https://github.com/apps/dependabot) Commits * [`25ea054`](apache/maven-surefire@25ea054) [maven-release-plugin] prepare release surefire-3.5.6 * [`e5f374c`](apache/maven-surefire@e5f374c) Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 * [`dadd55b`](apache/maven-surefire@dadd55b) Issue [ArcadeData#2613](https://redirect.github.com/apache/maven-surefire/issues/2613) Debugging failsafe tests: Message 'Listening for transport dt\_soc... * [`39dd250`](apache/maven-surefire@39dd250) Bump commons-io:commons-io from 2.21.0 to 2.22.0 * [`2774273`](apache/maven-surefire@2774273) Ensure that the statistics filename is calculated only once. ([ArcadeData#3326](https://redirect.github.com/apache/maven-surefire/issues/3326)) ([ArcadeData#3327](https://redirect.github.com/apache/maven-surefire/issues/3327)) * [`0d5df8a`](apache/maven-surefire@0d5df8a) 3.5.x/bug/cherry pick embedded mode its ([ArcadeData#3328](https://redirect.github.com/apache/maven-surefire/issues/3328)) * [`04ad9a2`](apache/maven-surefire@04ad9a2) Use surefire 3.5.5 by project itself for testing * [`37e8f69`](apache/maven-surefire@37e8f69) Add `flakes` attribute to use in `testsuite` report ([ArcadeData#3306](https://redirect.github.com/apache/maven-surefire/issues/3306)) ([ArcadeData#3308](https://redirect.github.com/apache/maven-surefire/issues/3308)) * [`a970fef`](apache/maven-surefire@a970fef) Introduce reportTestTimestamp option and include timestamp for test sets and ... * [`e838393`](apache/maven-surefire@e838393) deploy 3.5.x branch to nexus * Additional commits viewable in [compare view](apache/maven-surefire@surefire-3.5.5...surefire-3.5.6) [](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)
tae898
pushed a commit
to humemai/arcadedb-embedded-python
that referenced
this pull request
Jun 28, 2026
…from 3.5.5 to 3.5.6 [skip ci] Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.5.5 to 3.5.6. Release notes *Sourced from [org.apache.maven.plugins:maven-failsafe-plugin's releases](https://github.com/apache/maven-surefire/releases).* > 3.5.6 > ----- > > 🚀 New features and improvements > ------------------------------- > > * Introduce reportTestTimestamp option and include timestamp for test sets and test cases ([ArcadeData#3261](https://redirect.github.com/apache/maven-surefire/issues/3261)) ([ArcadeData#3302](https://redirect.github.com/apache/maven-surefire/pull/3302)) [`@olamy`](https://github.com/olamy) > > 🐛 Bug Fixes > ----------- > > * Issue [ArcadeData#2613](https://redirect.github.com/apache/maven-surefire/issues/2613) Debugging failsafe tests: Message 'Listening for transport dt\_socket at address' is not displayed anymore when using maven.surefire.debug ([ArcadeData#3353](https://redirect.github.com/apache/maven-surefire/issues/3353)) ([ArcadeData#3354](https://redirect.github.com/apache/maven-surefire/pull/3354)) [`@olamy`](https://github.com/olamy) > * Ensure that the statistics filename is calculated only once. ([ArcadeData#3326](https://redirect.github.com/apache/maven-surefire/issues/3326)) ([ArcadeData#3327](https://redirect.github.com/apache/maven-surefire/pull/3327)) [`@olamy`](https://github.com/olamy) > * Add `flakes` attribute to use in `testsuite` report ([ArcadeData#3306](https://redirect.github.com/apache/maven-surefire/issues/3306)) ([ArcadeData#3308](https://redirect.github.com/apache/maven-surefire/pull/3308)) [`@olamy`](https://github.com/olamy) > * [BACKPORT 3.5.x] [[SUREFIRE-2049]](https://issues.apache.org/jira/browse/SUREFIRE-2049) - Fix SHUTDOWN type lost during command serialization. ([ArcadeData#3270](https://redirect.github.com/apache/maven-surefire/issues/3270)) ([ArcadeData#3289](https://redirect.github.com/apache/maven-surefire/pull/3289)) [`@olamy`](https://github.com/olamy) > * fix: null guard for context map ([ArcadeData#3269](https://redirect.github.com/apache/maven-surefire/issues/3269)) ([ArcadeData#3272](https://redirect.github.com/apache/maven-surefire/pull/3272)) [`@olamy`](https://github.com/olamy) > > 👻 Maintenance > ------------- > > * 3.5.x/bug/cherry pick embedded mode its ([ArcadeData#3328](https://redirect.github.com/apache/maven-surefire/pull/3328)) [`@olamy`](https://github.com/olamy) > * Use surefire 3.5.5 by project itself for testing ([ArcadeData#3324](https://redirect.github.com/apache/maven-surefire/pull/3324)) [`@slawekjaranowski`](https://github.com/slawekjaranowski) > * Follow Oracle javadoc guidelines ([ArcadeData#3177](https://redirect.github.com/apache/maven-surefire/pull/3177)) [`@elharo`](https://github.com/elharo) > > 📦 Dependency updates > -------------------- > > * Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 ([ArcadeData#3334](https://redirect.github.com/apache/maven-surefire/pull/3334)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump commons-io:commons-io from 2.21.0 to 2.22.0 ([ArcadeData#3350](https://redirect.github.com/apache/maven-surefire/pull/3350)) @[dependabot[bot]](https://github.com/apps/dependabot) Commits * [`25ea054`](apache/maven-surefire@25ea054) [maven-release-plugin] prepare release surefire-3.5.6 * [`e5f374c`](apache/maven-surefire@e5f374c) Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 * [`dadd55b`](apache/maven-surefire@dadd55b) Issue [ArcadeData#2613](https://redirect.github.com/apache/maven-surefire/issues/2613) Debugging failsafe tests: Message 'Listening for transport dt\_soc... * [`39dd250`](apache/maven-surefire@39dd250) Bump commons-io:commons-io from 2.21.0 to 2.22.0 * [`2774273`](apache/maven-surefire@2774273) Ensure that the statistics filename is calculated only once. ([ArcadeData#3326](https://redirect.github.com/apache/maven-surefire/issues/3326)) ([ArcadeData#3327](https://redirect.github.com/apache/maven-surefire/issues/3327)) * [`0d5df8a`](apache/maven-surefire@0d5df8a) 3.5.x/bug/cherry pick embedded mode its ([ArcadeData#3328](https://redirect.github.com/apache/maven-surefire/issues/3328)) * [`04ad9a2`](apache/maven-surefire@04ad9a2) Use surefire 3.5.5 by project itself for testing * [`37e8f69`](apache/maven-surefire@37e8f69) Add `flakes` attribute to use in `testsuite` report ([ArcadeData#3306](https://redirect.github.com/apache/maven-surefire/issues/3306)) ([ArcadeData#3308](https://redirect.github.com/apache/maven-surefire/issues/3308)) * [`a970fef`](apache/maven-surefire@a970fef) Introduce reportTestTimestamp option and include timestamp for test sets and ... * [`e838393`](apache/maven-surefire@e838393) deploy 3.5.x branch to nexus * Additional commits viewable in [compare view](apache/maven-surefire@surefire-3.5.5...surefire-3.5.6)
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.
Bumps the build-tools group in /studio with 1 update: css-loader.
Updates
css-loaderfrom 7.1.2 to 7.1.3Release notes
Sourced from css-loader's releases.
Changelog
Sourced from css-loader's changelog.
Commits
b2b2de7chore(release): 7.1.301869bcfix: allow to usemoduleclass name (#1649)7dd15ecchore(deps): bump js-yaml (#1648)db26202chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 (#1647)7daf1b8Update CONTRIBUTING link to point to GitHub pagede1e633chore: correct link path (#1645)563ad63chore: migrate from contrib and swap branches (#1644)e68bf7echore: update github actions/checkout from v4 to v5 (#1642)99eb892chore: update jest from v29 to v30 (#1637)af6652fdocs: improving typos in ISSUE_TEMPLATE files (#1636)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 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