{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":29126334,"defaultBranch":"4.x","name":"EasyAdminBundle","ownerLogin":"EasyCorp","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-01-12T08:43:02.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/14944619?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725299383.0","currentOid":""},"activityList":{"items":[{"before":"735ed8059442a1d1e7f8e6ce7eaf43bd184b6420","after":"4828f9dad7d8504870947d3f9604613c309d0681","ref":"refs/heads/4.x","pushedAt":"2024-09-19T18:08:29.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"feature #6447 Pass the entity FQCN to all action voters (javiereguiluz)\n\nThis PR was squashed before being merged into the 4.x branch.\n\nDiscussion\n----------\n\nPass the entity FQCN to all action voters\n\nFixes #6101.\n\nCommits\n-------\n\nf67b74fa Pass the entity FQCN to all action voters","shortMessageHtmlLink":"feature #6447 Pass the entity FQCN to all action voters (javiereguiluz)"}},{"before":"8db24569325d0dbff94f6b8a93fb1945093527cf","after":"735ed8059442a1d1e7f8e6ce7eaf43bd184b6420","ref":"refs/heads/4.x","pushedAt":"2024-09-14T08:11:35.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"bug #6446 Fix image overflow on detail page (Seb33300)\n\nThis PR was merged into the 4.x branch.\n\nDiscussion\n----------\n\nFix image overflow on detail page\n\nBEFORE:\n\n![image](https://github.com/user-attachments/assets/82944c4c-38d8-4023-9b02-dae54d97a435)\n\nAFTER:\n\n![image](https://github.com/user-attachments/assets/7ca42f34-f875-4b8b-abae-297ffe754a12)\n\nCommits\n-------\n\n34fd6604 Fix image overflow on detail page","shortMessageHtmlLink":"bug #6446 Fix image overflow on detail page (Seb33300)"}},{"before":"c895eacf42710d755c9ae8bcfd64637e46284e27","after":"8db24569325d0dbff94f6b8a93fb1945093527cf","ref":"refs/heads/4.x","pushedAt":"2024-09-12T17:45:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"bug #6439 Fix user menu styles when user is impersonated (kteterycz)\n\nThis PR was merged into the 4.x branch.\n\nDiscussion\n----------\n\nFix user menu styles when user is impersonated\n\nRemoves the unnecessary space that appeared after transitioning from SCSS to CSS. After this change, the username in the user menu should have the correct styles when the user is impersonated.\n\nCommits\n-------\n\n161aaafc Fix user menu styles when user is impersonated","shortMessageHtmlLink":"bug #6439 Fix user menu styles when user is impersonated (kteterycz)"}},{"before":"8cd4fb9b9fc9a8ebb01f87717d4e5188ea64d7ee","after":"c895eacf42710d755c9ae8bcfd64637e46284e27","ref":"refs/heads/4.x","pushedAt":"2024-09-04T17:31:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"bug #6414 refactor(search): Nested properties (tpatartmajeur)\n\nThis PR was merged into the 4.x branch.\n\nDiscussion\n----------\n\nrefactor(search): Nested properties\n\nUpdate the query builder logic to correctly apply aliases for all levels of nested joins.\n\nBefore (incorrect):\n```sql\nSELECT o\nFROM App\\Entity\\Order o\nLEFT JOIN o.orderItem oi\nLEFT JOIN oi.reservation r1\nLEFT JOIN r.product p2\nLEFT JOIN p.manufacturer m3\nLEFT JOIN m.orders o4\nWHERE LOWER(CONCAT(o4.reference, '')) LIKE :query_for_text_1\nORDER BY o.createdAt DESC\n```\n\nAfter\n```sql\nSELECT o\nFROM App\\Entity\\Order o\nLEFT JOIN o.orderItem oi\nLEFT JOIN oi.reservation r1\nLEFT JOIN r1.product p2\nLEFT JOIN p2.manufacturer m3\nLEFT JOIN m3.orders o4\nWHERE LOWER(CONCAT(o4.reference, '')) LIKE :query_for_text_1\nORDER BY o.createdAt DESC\n```\n\nrelated #6409\n\nCommits\n-------\n\n7a39fa10 Update EntityRepository.php","shortMessageHtmlLink":"bug #6414 refactor(search): Nested properties (tpatartmajeur)"}},{"before":"d21c3222a660f6aa9748623e53db8be5d8d98e78","after":"8cd4fb9b9fc9a8ebb01f87717d4e5188ea64d7ee","ref":"refs/heads/4.x","pushedAt":"2024-09-03T17:25:13.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"minor #6434 Update frontend dependencies (javiereguiluz)\n\nThis PR was merged into the 4.x branch.\n\nDiscussion\n----------\n\nUpdate frontend dependencies\n\nCommits\n-------\n\n059d7fe6 Update frontend dependencies","shortMessageHtmlLink":"minor #6434 Update frontend dependencies (javiereguiluz)"}},{"before":"c7b92eaad1a3280ec0c36dd2b836f297fdbbd6cb","after":"d21c3222a660f6aa9748623e53db8be5d8d98e78","ref":"refs/heads/4.x","pushedAt":"2024-09-02T17:48:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"Prepare 4.12.0 release","shortMessageHtmlLink":"Prepare 4.12.0 release"}},{"before":"9c429c90e90f33ff1d855ab3b493e0063ee4070c","after":"c7b92eaad1a3280ec0c36dd2b836f297fdbbd6cb","ref":"refs/heads/4.x","pushedAt":"2024-09-02T17:41:18.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"feature #6433 Allow to configure the default color scheme (javiereguiluz)\n\nThis PR was merged into the 4.x branch.\n\nDiscussion\n----------\n\nAllow to configure the default color scheme\n\nFixes #5708.\n\nCommits\n-------\n\n1120c5b3 Allow to configure the default color scheme","shortMessageHtmlLink":"feature #6433 Allow to configure the default color scheme (javieregui…"}},{"before":"ad6fc288bef05a14fb79af45e92d0163412ae7b1","after":"9c429c90e90f33ff1d855ab3b493e0063ee4070c","ref":"refs/heads/4.x","pushedAt":"2024-09-02T17:39:05.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"Remove unnecessary white spaces","shortMessageHtmlLink":"Remove unnecessary white spaces"}},{"before":"09c8a749f4fa0479d27214f4ef27a67aa609d4ee","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/webpack-5.94.0","pushedAt":"2024-09-02T17:25:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"}},{"before":"9139b7b39c8a8eaf38efea6c7225be5e6f81eccf","after":"ad6fc288bef05a14fb79af45e92d0163412ae7b1","ref":"refs/heads/4.x","pushedAt":"2024-09-02T17:25:29.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"minor #6429 Bump webpack from 5.90.1 to 5.94.0 (dependabot[bot])\n\nThis PR was merged into the 4.x branch.\n\nDiscussion\n----------\n\nBump webpack from 5.90.1 to 5.94.0\n\nBumps [webpack](https://github.com/webpack/webpack) from 5.90.1 to 5.94.0.\n
\nRelease notes\n

Sourced from webpack's releases.

\n
\n

v5.94.0

\n

Bug Fixes

\n\n

New Features

\n\n

Security

\n\n

v5.93.0

\n

Bug Fixes

\n\n

New Features

\n\n

v5.92.1

\n

Bug Fixes

\n\n

v5.92.0

\n

Bug Fixes

\n\n\n
\n

... (truncated)

\n
\n
\nCommits\n\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=5.90.1&new-version=5.94.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- ``@dependabot` rebase` will rebase this PR\n- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it\n- ``@dependabot` merge` will merge this PR after your CI passes on it\n- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it\n- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging\n- ``@dependabot` reopen` will reopen this PR if it is closed\n- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- ``@dependabot` show ignore conditions` will show all of the ignore conditions of the specified dependency\n- ``@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)\n- ``@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)\n- ``@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)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/EasyCorp/EasyAdminBundle/network/alerts).\n\n
\n\nCommits\n-------\n\n09c8a749 Bump webpack from 5.90.1 to 5.94.0","shortMessageHtmlLink":"minor #6429 Bump webpack from 5.90.1 to 5.94.0 (dependabot[bot])"}},{"before":"97f3b8b7c8eb47738f40877697211c4234c2739f","after":"9139b7b39c8a8eaf38efea6c7225be5e6f81eccf","ref":"refs/heads/4.x","pushedAt":"2024-09-01T18:47:05.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"bug #6432 Lint code with php-cs-fixer 3.64.0 (pan93412)\n\nThis PR was merged into the 4.x branch.\n\nDiscussion\n----------\n\nLint code with php-cs-fixer 3.64.0\n\nThe latest PHP-CS-Fixer contains new lint rules that breaks the CI of some PRs (#6431). I reformat it with the latest `php-cs-fixer`.\n\nCommits\n-------\n\n55958bda Lint code with php-cs-fixer 3.64.0","shortMessageHtmlLink":"bug #6432 Lint code with php-cs-fixer 3.64.0 (pan93412)"}},{"before":"46f07bbbeacd24e35bc541f64e4a097723546f7f","after":"97f3b8b7c8eb47738f40877697211c4234c2739f","ref":"refs/heads/4.x","pushedAt":"2024-09-01T18:46:02.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"minor #6431 Complete `zh_TW` translation (pan93412)\n\nThis PR was squashed before being merged into the 4.x branch.\n\nDiscussion\n----------\n\nComplete `zh_TW` translation\n\nAdd and complete the `zh_TW` translation of EasyAdmin.\n\nCommits\n-------\n\nc8245bbe Complete `zh_TW` translation","shortMessageHtmlLink":"minor #6431 Complete zh_TW translation (pan93412)"}},{"before":null,"after":"09c8a749f4fa0479d27214f4ef27a67aa609d4ee","ref":"refs/heads/dependabot/npm_and_yarn/webpack-5.94.0","pushedAt":"2024-08-30T17:33:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump webpack from 5.90.1 to 5.94.0\n\nBumps [webpack](https://github.com/webpack/webpack) from 5.90.1 to 5.94.0.\n- [Release notes](https://github.com/webpack/webpack/releases)\n- [Commits](https://github.com/webpack/webpack/compare/v5.90.1...v5.94.0)\n\n---\nupdated-dependencies:\n- dependency-name: webpack\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump webpack from 5.90.1 to 5.94.0"}},{"before":"74276549a9fab50818c6c83489fdd721d64a3f8c","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/micromatch-4.0.8","pushedAt":"2024-08-30T17:32:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"}},{"before":"8f17e48533b1c5979328fe71b9a02275d45baa84","after":"46f07bbbeacd24e35bc541f64e4a097723546f7f","ref":"refs/heads/4.x","pushedAt":"2024-08-30T17:32:38.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"minor #6424 Bump micromatch from 4.0.5 to 4.0.8 (dependabot[bot])\n\nThis PR was merged into the 4.x branch.\n\nDiscussion\n----------\n\nBump micromatch from 4.0.5 to 4.0.8\n\nBumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.\n
\nRelease notes\n

Sourced from micromatch's releases.

\n
\n

4.0.8

\n

Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you see automated scanners saying otherwise, don't be scared.

\n
\n
\n
\nChangelog\n

Sourced from micromatch's changelog.

\n
\n

[4.0.8] - 2024-08-22

\n
    \n
  • backported CVE-2024-4067 fix (from v4.0.6) over to 4.x branch
  • \n
\n

[4.0.7] - 2024-05-22

\n
    \n
  • this is basically v4.0.5, with some README updates
  • \n
  • it is vulnerable to CVE-2024-4067
  • \n
  • Updated braces to v3.0.3 to avoid CVE-2024-4068
  • \n
  • does NOT break API compatibility
  • \n
\n

[4.0.6] - 2024-05-21

\n
    \n
  • Added hasBraces to check if a pattern contains braces.
  • \n
  • Fixes CVE-2024-4067
  • \n
  • BREAKS API COMPATIBILITY
  • \n
  • Should be labeled as a major release, but it's not.
  • \n
\n
\n
\n
\nCommits\n\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=micromatch&package-manager=npm_and_yarn&previous-version=4.0.5&new-version=4.0.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- ``@dependabot` rebase` will rebase this PR\n- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it\n- ``@dependabot` merge` will merge this PR after your CI passes on it\n- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it\n- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging\n- ``@dependabot` reopen` will reopen this PR if it is closed\n- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- ``@dependabot` show ignore conditions` will show all of the ignore conditions of the specified dependency\n- ``@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)\n- ``@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)\n- ``@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)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/EasyCorp/EasyAdminBundle/network/alerts).\n\n
\n\nCommits\n-------\n\n74276549 Bump micromatch from 4.0.5 to 4.0.8","shortMessageHtmlLink":"minor #6424 Bump micromatch from 4.0.5 to 4.0.8 (dependabot[bot])"}},{"before":"b471069af50e48d7226c5622bb07c776f6035f04","after":"8f17e48533b1c5979328fe71b9a02275d45baa84","ref":"refs/heads/4.x","pushedAt":"2024-08-27T17:39:27.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"minor #6425 Fix PHP code syntax (javiereguiluz)\n\nThis PR was merged into the 4.x branch.\n\nDiscussion\n----------\n\nFix PHP code syntax\n\nCommits\n-------\n\n27b06615 Fix PHP code syntax","shortMessageHtmlLink":"minor #6425 Fix PHP code syntax (javiereguiluz)"}},{"before":"25190b962df2eb38d5f3bc5b1667c09050222340","after":"b471069af50e48d7226c5622bb07c776f6035f04","ref":"refs/heads/4.x","pushedAt":"2024-08-27T17:30:00.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"bug #6418 Fix background color of Trix editor link input in dark theme (pavol-tuka)\n\nThis PR was merged into the 4.x branch.\n\nDiscussion\n----------\n\nFix background color of Trix editor link input in dark theme\n\nBefore:\n![s1](https://github.com/user-attachments/assets/60276aec-fca9-4086-b2ba-b246e5272b50)\n![s2](https://github.com/user-attachments/assets/2c2c957c-2fa5-48a0-a641-d9c2f7b42368)\n\nAfter:\n![s3](https://github.com/user-attachments/assets/b040d201-514f-463a-a0e8-8ba92bf70075)\n![s4](https://github.com/user-attachments/assets/1048529b-ddfc-4165-9f9d-f4d7dd2f9292)\n\nCommits\n-------\n\nb683b702 Fix background color of Trix editor link input in dark theme","shortMessageHtmlLink":"bug #6418 Fix background color of Trix editor link input in dark them…"}},{"before":"7af55b3a59264d706ec3b7da6f1ec87161bb6250","after":"25190b962df2eb38d5f3bc5b1667c09050222340","ref":"refs/heads/4.x","pushedAt":"2024-08-27T17:22:13.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"bug #6413 Revert filter modal scrollable (tpatartmajeur)\n\nThis PR was merged into the 4.x branch.\n\nDiscussion\n----------\n\nRevert filter modal scrollable\n\nReverting #6377\n\nThere is an incompatibility with TomSelect\n\nrelated #6408 #6405\n\nCommits\n-------\n\n6df235fd Revert filter modal scrollable","shortMessageHtmlLink":"bug #6413 Revert filter modal scrollable (tpatartmajeur)"}},{"before":null,"after":"74276549a9fab50818c6c83489fdd721d64a3f8c","ref":"refs/heads/dependabot/npm_and_yarn/micromatch-4.0.8","pushedAt":"2024-08-27T17:21:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump micromatch from 4.0.5 to 4.0.8\n\nBumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.\n- [Release notes](https://github.com/micromatch/micromatch/releases)\n- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)\n\n---\nupdated-dependencies:\n- dependency-name: micromatch\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump micromatch from 4.0.5 to 4.0.8"}},{"before":"ccf8f7a50fbddafa40bf5834eebf27c32e145aba","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/trix-2.1.4","pushedAt":"2024-08-27T17:21:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"}},{"before":"276de1e50fc529e6159592317ae6c63e8c63aac7","after":"7af55b3a59264d706ec3b7da6f1ec87161bb6250","ref":"refs/heads/4.x","pushedAt":"2024-08-27T17:21:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"minor #6410 Bump trix from 1.3.1 to 2.1.4 (dependabot[bot])\n\nThis PR was merged into the 4.x branch.\n\nDiscussion\n----------\n\nBump trix from 1.3.1 to 2.1.4\n\nBumps [trix](https://github.com/basecamp/trix) from 1.3.1 to 2.1.4.\n
\nRelease notes\n

Sourced from trix's releases.

\n
\n

v2.1.4

\n

What's Changed

\n\n

Full Changelog: https://github.com/basecamp/trix/compare/2.1.3...v2.1.4

\n

2.1.3

\n

No release notes provided.

\n

v2.1.2

\n\n

v2.1.1

\n

What's Changed

\n\n

New Contributors

\n\n

Full Changelog: https://github.com/basecamp/trix/compare/v2.1.0...v2.1.1

\n

v2.1.0

\n

What's Changed

\n\n

Full Changelog: https://github.com/basecamp/trix/compare/v2.0.10...v2.1.0

\n

v2.0.10

\n

What's Changed

\n\n

Full Changelog: https://github.com/basecamp/trix/compare/v2.0.9...v2.0.10

\n

v2.0.9

\n

What's Changed

\n\n\n
\n

... (truncated)

\n
\n
\nCommits\n
    \n
  • 9579e33 v2.1.4
  • \n
  • 7656f57 Merge pull request #1156 from basecamp/paste-vuln
  • \n
  • 626a4f4 Support browsers where getHTML is not supported
  • \n
  • c8dbd3d Ensure we always sanitize HTML we set as innerHTML
  • \n
  • beabac2 Drop defunct bin/release superseded by yarn release
  • \n
  • b29b663 bin/release: upload .map files to release
  • \n
  • 90c1006 bin/release: narrow release files
  • \n
  • eca01a1 bin/release: drop needless copyright year updates and src commits
  • \n
  • f7793b6 bin/release: dist/ is no longer version controlled
  • \n
  • 4d6dd1b boop
  • \n
  • Additional commits viewable in compare view
  • \n
\n
\n
\nMaintainer changes\n

This version was pushed to npm by jorgemanrubia, a new releaser for trix since your current version.

\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=trix&package-manager=npm_and_yarn&previous-version=1.3.1&new-version=2.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- ``@dependabot` rebase` will rebase this PR\n- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it\n- ``@dependabot` merge` will merge this PR after your CI passes on it\n- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it\n- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging\n- ``@dependabot` reopen` will reopen this PR if it is closed\n- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- ``@dependabot` show ignore conditions` will show all of the ignore conditions of the specified dependency\n- ``@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)\n- ``@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)\n- ``@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)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/EasyCorp/EasyAdminBundle/network/alerts).\n\n
\n\nCommits\n-------\n\nccf8f7a5 Bump trix from 1.3.1 to 2.1.4","shortMessageHtmlLink":"minor #6410 Bump trix from 1.3.1 to 2.1.4 (dependabot[bot])"}},{"before":null,"after":"ccf8f7a50fbddafa40bf5834eebf27c32e145aba","ref":"refs/heads/dependabot/npm_and_yarn/trix-2.1.4","pushedAt":"2024-08-14T18:13:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump trix from 1.3.1 to 2.1.4\n\nBumps [trix](https://github.com/basecamp/trix) from 1.3.1 to 2.1.4.\n- [Release notes](https://github.com/basecamp/trix/releases)\n- [Commits](https://github.com/basecamp/trix/compare/1.3.1...v2.1.4)\n\n---\nupdated-dependencies:\n- dependency-name: trix\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump trix from 1.3.1 to 2.1.4"}},{"before":"d0945053e9dbf81d0c10f8cacec25c8ec5e87053","after":"276de1e50fc529e6159592317ae6c63e8c63aac7","ref":"refs/heads/4.x","pushedAt":"2024-08-06T18:23:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"Bump development version","shortMessageHtmlLink":"Bump development version"}},{"before":"7431d14fc2a101a1cfd942c053dea1cb3733d70d","after":"d0945053e9dbf81d0c10f8cacec25c8ec5e87053","ref":"refs/heads/4.x","pushedAt":"2024-08-06T18:22:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"Prepare 4.11.1 release","shortMessageHtmlLink":"Prepare 4.11.1 release"}},{"before":"387894f76c00c5b489d57b7dae4748c4e7dd143f","after":"7431d14fc2a101a1cfd942c053dea1cb3733d70d","ref":"refs/heads/4.x","pushedAt":"2024-08-05T18:19:41.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"bug #6400 Pass the date/time predefine formats as is to IntlFormatter (javiereguiluz)\n\nThis PR was merged into the 4.x branch.\n\nDiscussion\n----------\n\nPass the date/time predefine formats as is to IntlFormatter\n\nFixes #6325.\n\nCommits\n-------\n\n32544125 Pass the date/time predefine formats as is to IntlFormatter","shortMessageHtmlLink":"bug #6400 Pass the date/time predefine formats as is to IntlFormatter…"}},{"before":"852c7c104262f22521a85922ecb698d05b71d3ba","after":"387894f76c00c5b489d57b7dae4748c4e7dd143f","ref":"refs/heads/4.x","pushedAt":"2024-08-03T14:14:18.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"minor #6380 Update ro translation (danut007ro)\n\nThis PR was merged into the 4.x branch.\n\nDiscussion\n----------\n\nUpdate ro translation\n\nCommits\n-------\n\ndeef9c22 Update ro translation","shortMessageHtmlLink":"minor #6380 Update ro translation (danut007ro)"}},{"before":"361fefa2b05859de0209b4289ac7262745059ba0","after":"852c7c104262f22521a85922ecb698d05b71d3ba","ref":"refs/heads/4.x","pushedAt":"2024-08-02T18:08:31.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"feature #6398 DDEV enhancements (a-r-m-i-n)\n\nThis PR was squashed before being merged into the 4.x branch.\n\nDiscussion\n----------\n\nDDEV enhancements\n\nThis PR provides some updates for the shipped DDEV environment:\n\n* Updated PHP to 8.3\n* Updated Symfony to 7.1.*\n* Provide new `ddev run-tests` command, to execute unit tests\n\nCommits\n-------\n\n15da6c9e DDEV enhancements","shortMessageHtmlLink":"feature #6398 DDEV enhancements (a-r-m-i-n)"}},{"before":"4549b97445fa14a8b016d8f8fb93cd13af38d631","after":"361fefa2b05859de0209b4289ac7262745059ba0","ref":"refs/heads/4.x","pushedAt":"2024-08-02T18:06:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"Fix code syntax","shortMessageHtmlLink":"Fix code syntax"}},{"before":"e4f952153c0f639e0eef3045511214cd9942081e","after":"4549b97445fa14a8b016d8f8fb93cd13af38d631","ref":"refs/heads/4.x","pushedAt":"2024-08-02T18:05:24.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"bug #6397 Fix selection of menu items after Dashboard menu item (a-r-m-i-n)\n\nThis PR was merged into the 4.x branch.\n\nDiscussion\n----------\n\nFix selection of menu items after Dashboard menu item\n\nAnd provide unit test to cover this issue.\n\nFixes #6396\n\nCommits\n-------\n\n701b0af4 Fix selection of menu items after Dashboard menu item and provide unit test to cover this issue.","shortMessageHtmlLink":"bug #6397 Fix selection of menu items after Dashboard menu item (a-r-…"}},{"before":"ed59756f8870994d12c12825b17ff5a62bd2c05b","after":"e4f952153c0f639e0eef3045511214cd9942081e","ref":"refs/heads/4.x","pushedAt":"2024-07-30T19:31:25.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"Update some code comments","shortMessageHtmlLink":"Update some code comments"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEuy5IWAA","startCursor":null,"endCursor":null}},"title":"Activity · EasyCorp/EasyAdminBundle"}