Bump symfony/process from 6.4.31 to 6.4.33#4307
Merged
Conversation
Bumps [symfony/process](https://github.com/symfony/process) from 6.4.31 to 6.4.33. - [Release notes](https://github.com/symfony/process/releases) - [Changelog](https://github.com/symfony/process/blob/8.1/CHANGELOG.md) - [Commits](symfony/process@v6.4.31...v6.4.33) --- updated-dependencies: - dependency-name: symfony/process dependency-version: 6.4.33 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
a4dfda9 to
2f99091
Compare
ryuring
added a commit
that referenced
this pull request
Mar 26, 2026
* ブログ記事編集画面からブログタグ追加時の挙動調整 * 各プラグインの依存パッケージを更新 * basercms-5.2.2 をリリース * baser-core の composer.json のバージョン番号を更新 * monorepo-builderによる変更を反映 * fix #4302 【メール】フィールド登録画面にて郵便番号登録すると正規表現チェックしか選べなくなる問題を解決 * Copilot レビュー対応 * Jwt を 7.0.2 にアップデート (#4315) * fix #4308 【アップローダー】「.docx」「.xlsx」だと公開期間の指定が効いていない (#4310) * 固定ページ・ブログ記事 afterAddイベント追加 (#4312) * ヘルプを調整 * Bump symfony/process from 6.4.31 to 6.4.33 (#4307) Bumps [symfony/process](https://github.com/symfony/process) from 6.4.31 to 6.4.33. - [Release notes](https://github.com/symfony/process/releases) - [Changelog](https://github.com/symfony/process/blob/8.1/CHANGELOG.md) - [Commits](symfony/process@v6.4.31...v6.4.33) --- updated-dependencies: - dependency-name: symfony/process dependency-version: 6.4.33 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump phpunit/phpunit from 10.5.31 to 10.5.62 (#4317) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.31 to 10.5.62. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.62/ChangeLog-10.5.md) - [Commits](sebastianbergmann/phpunit@10.5.31...10.5.62) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 10.5.62 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump webpack from 5.102.1 to 5.104.1 (#4309) Bumps [webpack](https://github.com/webpack/webpack) from 5.102.1 to 5.104.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.102.1...v5.104.1) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.104.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump axios from 1.13.0 to 1.13.5 (#4313) Bumps [axios](https://github.com/axios/axios) from 1.13.0 to 1.13.5. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.13.0...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: Claude Code の worktree ディレクトリを .gitignore に追加 * 開発版へのアップデートの際、バージョン番号に -dev が入っていてもアップデートができるように調整 * アップデートの際、開発版をダウンロードする際にダウンロードボタンをクリックできない問題を改善 * バージョン番号を開発版に更新 * baser-coreが必要とするコアプラグインのバージョン番号を開発版に更新 * 【メール】管理者宛メール本文にユーザーのIPアドレスを表示する fix #4321 メールフォームが脅迫等に悪用された際に通報しやすくするため、 管理者宛メールの末尾にフォーム送信者のIPアドレスを表示する。 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> * fix #4319 【メール】Cache-Controlヘッダ (no-cache no-store must-revalidate)が出力されない件を修正 (#4327) * fix #4319 【メール】Cache-Controlヘッダ (no-cache no-store must-revalidate)が出力されない件を修正 * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * fix #4299 ユーザーが存在するユーザーグループを削除できないようにする (#4329) - UserGroupsService::delete() で所属ユーザーの存在確認を追加 - ユーザーが所属している場合は BcException をスローして削除を拒否 - API/管理画面コントローラーにエラーハンドリングを追加 - ユニットテストと統合テストを追加 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix #4326 管理画面のオプション部分などのアコーディオンの開閉を記録・復元する機能を追加 * fix #4333 【システム】 存在しないフォントを指定してる箇所があり404になっている件を修正 (#4335) * fix BlogPostsControllerTest.php の UnitTestエラーを修正 (#4336) * fix #4303 【メール】マルチチェックボックスの各選択肢が自動でspanタグで囲まれる問題を解決 (#4316) 設定名を checkboxWrapTag とする * fix #4276 キャッシュクリアのキャンセル時にツールバーの背景が白くなる問題を修正 onclick の return false により defaultPrevented が true になるケース(confirm ダイアログでキャンセル)を e.isDefaultPrevented() で検出し、active クラスの付与をスキップするよう修正 Co-authored-by: terao <> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: momofff <ryosuke.momoi@gmail.com> Co-authored-by: kato <kato@e-catchup.jp> Co-authored-by: ryuring <egashira@catchup.co.jp> Co-authored-by: fuchigam1 <contact@materializing.net> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: sakaguchi <sakaguchi@catchup.co.jp> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: kawaseryoma <161787083+kawaseryoma@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: 加藤 朗 <kato.kaisya@gmail.com> Co-authored-by: tera <52107087+teratai3@users.noreply.github.com>
ryuring
added a commit
that referenced
this pull request
Mar 26, 2026
* ブログ記事編集画面からブログタグ追加時の挙動調整 * fix #4302 【メール】フィールド登録画面にて郵便番号登録すると正規表現チェックしか選べなくなる問題を解決 * Copilot レビュー対応 * containsScript調整 * Jwt を 7.0.2 にアップデート (#4315) * fix #4308 【アップローダー】「.docx」「.xlsx」だと公開期間の指定が効いていない (#4310) * 固定ページ・ブログ記事 afterAddイベント追加 (#4312) * ヘルプを調整 * Bump symfony/process from 6.4.31 to 6.4.33 (#4307) Bumps [symfony/process](https://github.com/symfony/process) from 6.4.31 to 6.4.33. - [Release notes](https://github.com/symfony/process/releases) - [Changelog](https://github.com/symfony/process/blob/8.1/CHANGELOG.md) - [Commits](symfony/process@v6.4.31...v6.4.33) --- updated-dependencies: - dependency-name: symfony/process dependency-version: 6.4.33 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump phpunit/phpunit from 10.5.31 to 10.5.62 (#4317) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.31 to 10.5.62. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.62/ChangeLog-10.5.md) - [Commits](sebastianbergmann/phpunit@10.5.31...10.5.62) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 10.5.62 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump webpack from 5.102.1 to 5.104.1 (#4309) Bumps [webpack](https://github.com/webpack/webpack) from 5.102.1 to 5.104.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.102.1...v5.104.1) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.104.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump axios from 1.13.0 to 1.13.5 (#4313) Bumps [axios](https://github.com/axios/axios) from 1.13.0 to 1.13.5. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.13.0...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: Claude Code の worktree ディレクトリを .gitignore に追加 * containsScript の修正と baser-core/composer.json への htmlpurifier 追加 - html_entity_decode に ENT_QUOTES, UTF-8 を明示(
 等の数値文字参照を確実に復号) - javascript: スキーム検出の正規表現に formaction / codebase / data 属性を追加 (<object codebase="javascript:..."> / <button formaction="javascript:..."> に対応) - HTMLPurifier のキャッシュ設定を修正(Cache.DefinitionImpl: null を削除、DefinitionRev を追加) - plugins/baser-core/composer.json に ezyang/htmlpurifier ^4.19 を追加(monorepo 対応) - object / formaction ベクターのテストケースを追加 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * 開発版へのアップデートの際、バージョン番号に -dev が入っていてもアップデートができるように調整 * アップデートの際、開発版をダウンロードする際にダウンロードボタンをクリックできない問題を改善 * バージョン番号を開発版に更新 * baser-coreが必要とするコアプラグインのバージョン番号を開発版に更新 * 【メール】管理者宛メール本文にユーザーのIPアドレスを表示する fix #4321 メールフォームが脅迫等に悪用された際に通報しやすくするため、 管理者宛メールの末尾にフォーム送信者のIPアドレスを表示する。 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> * fix #4319 【メール】Cache-Controlヘッダ (no-cache no-store must-revalidate)が出力されない件を修正 (#4327) * fix #4319 【メール】Cache-Controlヘッダ (no-cache no-store must-revalidate)が出力されない件を修正 * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * containsScript調整 * fix #4299 ユーザーが存在するユーザーグループを削除できないようにする (#4329) - UserGroupsService::delete() で所属ユーザーの存在確認を追加 - ユーザーが所属している場合は BcException をスローして削除を拒否 - API/管理画面コントローラーにエラーハンドリングを追加 - ユニットテストと統合テストを追加 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix #4326 管理画面のオプション部分などのアコーディオンの開閉を記録・復元する機能を追加 * fix #4333 【システム】 存在しないフォントを指定してる箇所があり404になっている件を修正 (#4335) * fix BlogPostsControllerTest.php の UnitTestエラーを修正 (#4336) * fix #4303 【メール】マルチチェックボックスの各選択肢が自動でspanタグで囲まれる問題を解決 (#4316) 設定名を checkboxWrapTag とする * fix #4276 キャッシュクリアのキャンセル時にツールバーの背景が白くなる問題を修正 onclick の return false により defaultPrevented が true になるケース(confirm ダイアログでキャンセル)を e.isDefaultPrevented() で検出し、active クラスの付与をスキップするよう修正 Co-authored-by: terao <> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: kato <kato@e-catchup.jp> Co-authored-by: ryuring <egashira@catchup.co.jp> Co-authored-by: fuchigam1 <contact@materializing.net> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: sakaguchi <sakaguchi@catchup.co.jp> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: kawaseryoma <161787083+kawaseryoma@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: 加藤 朗 <kato.kaisya@gmail.com> Co-authored-by: tera <52107087+teratai3@users.noreply.github.com>
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 symfony/process from 6.4.31 to 6.4.33.
Release notes
Sourced from symfony/process's releases.
Commits
c46e854[Process] Fix escaping for MSYS on Windowsc593135[Process] Adjust Process mustRun method phpdoce579464[Process] Ignore invalid env var namesDependabot 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 this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.