{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":136630651,"defaultBranch":"master","name":"wordpress-fontawesome","ownerLogin":"FortAwesome","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-06-08T14:39:15.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1505683?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718059355.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"6cc765f661f20abae3c3dabd5220a4561c7b1717","ref":"refs/heads/prototype-inline-svg","pushedAt":"2024-06-10T22:42:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"},"commit":{"message":"rebuild admin bundle","shortMessageHtmlLink":"rebuild admin bundle"}},{"before":"10623f82e24deb802a2f909b6739a9fa54bdda82","after":"a872f419c6a60f9c90497ddbec0c7b39898442a3","ref":"refs/heads/master","pushedAt":"2024-06-10T18:54:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"},"commit":{"message":"Release 4.5.0","shortMessageHtmlLink":"Release 4.5.0"}},{"before":"e4fad9384443bb14874baa4f2f26e32ef228359b","after":"10623f82e24deb802a2f909b6739a9fa54bdda82","ref":"refs/heads/master","pushedAt":"2024-06-07T19:46:03.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"},"commit":{"message":"update package-lock.json files for production build","shortMessageHtmlLink":"update package-lock.json files for production build"}},{"before":"46dc4e146adad2066c37b301231fc919d2343f56","after":null,"ref":"refs/heads/remove-obsolete-slots","pushedAt":"2024-06-07T18:18:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"}},{"before":"235987623d8d7b36970181b07a9b40b7a83ebd9e","after":"e4fad9384443bb14874baa4f2f26e32ef228359b","ref":"refs/heads/master","pushedAt":"2024-06-07T18:18:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"},"commit":{"message":"Remove obsolete fa-icon-chooser slots (#219)\n\n* remove obsolete content slots for fa-icon-chooser\r\n\r\n* rebuild admin bundle","shortMessageHtmlLink":"Remove obsolete fa-icon-chooser slots (#219)"}},{"before":null,"after":"46dc4e146adad2066c37b301231fc919d2343f56","ref":"refs/heads/remove-obsolete-slots","pushedAt":"2024-06-07T18:17:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"},"commit":{"message":"rebuild admin bundle","shortMessageHtmlLink":"rebuild admin bundle"}},{"before":"a25fd66fef23b63b298926f130ac7b202afce9c6","after":null,"ref":"refs/heads/update-deps-may-2024","pushedAt":"2024-06-07T17:43:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"}},{"before":"b9d5e0d5a80131e548770384a2daafae162cb368","after":"235987623d8d7b36970181b07a9b40b7a83ebd9e","ref":"refs/heads/master","pushedAt":"2024-06-07T17:43:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"},"commit":{"message":"Maintenance: updating deps, icon chooser, and accommodating security policies (#218)\n\n* WIP: replacing redux with @wordpress/data\r\n\r\n* switch to using POST instead of PUT for the /config route and remove whitespace in GQL query\r\n\r\n* use the real createInterpolateElement\r\n\r\n* update many deps\r\n\r\n* Revert \"WIP: replacing redux with @wordpress/data\"\r\n\r\nThis reverts commit 3fe029ab90d9d2f34f656a039d19423a697e636e.\r\n\r\n* update redux-thunk import\r\n\r\n* fix api query REST route to use application/json content-type\r\n\r\n* re-build with new deps and webpack config\r\n\r\n* fix up some actions tests that now use POST\r\n\r\n* update query handling to allow for JSON documents\r\n\r\n* update yost/phpunit-polyfills dep\r\n\r\n* update and test query API to accept associative array with variables\r\n\r\n* make resetAxiosMocks do more resetting\r\n\r\n* WIP: playwright config and setup\r\n\r\n* cleanup the proKit setup\r\n\r\n* finish the new playwright test for block editing with icon chooser\r\n\r\n* remove obsolete block editor e2e test\r\n\r\n* update test description\r\n\r\n* formatting\r\n\r\n* gitignore some playright artifacts\r\n\r\n* rebuild JS bundle\r\n\r\n* bring back the compatibility handling for createInterpolateElement\r\n\r\n* go back to only importing the current version of createInterpolateElement\r\n\r\n* re-enable building with --webpack-no-externals\r\n\r\n* rebuild production admin bundle\r\n\r\n* back to using compat form of createInterpolateElement\r\n\r\n* add comment\r\n\r\n* drop the react-redux dep version for compatibility\r\n\r\n* bring back the handling of custom externals\r\n\r\n* rebuild admin bundle\r\n\r\n* update Dockerfile and scripts to enable mod_security with OWASP\r\n\r\n* config for mod_security with OWASP core ruleset and conditionally allowing PUT requests\r\n\r\n* make mod_security more configurable when starting a container\r\n\r\n* add e2e test for conflict scanning and blocking\r\n\r\n* Change the HTTP verb for conflict detection from PUT to POST\r\n\r\n* rebuild admin bundle\r\n\r\n* change HTTP verb for v3deprecation snoozer from PUT to POST\r\n\r\n* rebuild admin bundle\r\n\r\n* remove out of date react tests\r\n\r\n* add test to ensure that browser globals are not overriden\r\n\r\n* WIP: adding a container for wp 6.0\r\n\r\n* update e2e test for WP 6.0\r\n\r\n* wire up dev environment for WP 6.0\r\n\r\n* update php8.2 composer deps\r\n\r\n* update the WP 5.4 docker image build\r\n\r\n* change e2e test reset logic to not use REST API\r\n\r\nolder WP 5.4 does not have the required REST API routes\r\n\r\n* rework docker config for wp5.4\r\n\r\n...and start moving away from having separate db services for each version of wp\r\n\r\n* Revert \"change e2e test reset logic to not use REST API\"\r\n\r\nThis reverts commit 8d8f6989431c744130c09cf31e65b829f81be668.\r\n\r\n* refactor e2e test setup\r\n\r\n* change default db host\r\n\r\n* update config controller tests to change PUT to POST\r\n\r\n* WIP: making test-enqueue more readable\r\n\r\n* WIP: refactor and correct test-enqueue\r\n\r\n* more refactoring and fixing of EnqueueTest\r\n\r\n* auto-formatting\r\n\r\n* rename file\r\n\r\n* fix for phpcs\r\n\r\n* auto-formatting\r\n\r\n* re-organize e2e tests and add one for apiEndpoint compat\r\n\r\n* update deps for fa-icon-chooser\r\n\r\n* rebuild admin bundle\r\n\r\n* remove docsrv and update DEVELOPMENT.md about previewing docs\r\n\r\n* update php test workflow\r\n\r\n* add playwright test run in CI\r\n\r\n* rename javascript workflow\r\n\r\n* change workflow name\r\n\r\n* add separate playwright workflow\r\n\r\n* Revert \"rename javascript workflow\"\r\n\r\nThis reverts commit 9dbadb4f6be96bac28d9b7420aa4b0f21fc70eee.\r\n\r\n* remove playwright from Jest workflow\r\n\r\n* add composer files for php7.4\r\n\r\n* remove playwright workflow\r\n\r\n* update composer-php7.4.lock\r\n\r\n* add Dockerfile for php7.4\r\n\r\n* Change docker compose config for php7.4 and WP 4.7\r\n- add a service that uses php4.7\r\n- change the wp 4.7 service to just use the standard wpdb\r\n\r\n* update composer.lock\r\n\r\n* update composer configs for php8.3\r\n\r\n* set up docker config for php8.3\r\n\r\n* remove composer files for php8.2\r\n\r\n* update composer lock for php8.1\r\n\r\n* temporarily reduce number of php versions in test matrix\r\n\r\n* remove docker compose config for php8.2 and update php8.1\r\n\r\n* fix require path for match-result.php\r\n\r\n* update composer.lock for php 8.0\r\n\r\n* update composer lock for php7.3\r\n\r\n* update composer lock for php7.2\r\n\r\n* update composer lock for php7.1\r\n\r\n* re-enable all versions of php in test matrix\r\n\r\n* update compat-js bundle deps and config\r\n\r\n* update docker config for wp 5.0\r\n\r\n* migrate the changeTechnology e2e test to playwright\r\n\r\n* add e2e test for inserting via icon chooser in full site editor\r\n\r\n* update DEVELOPMENT.md about playwright tests and mod_security\r\n\r\n* update fullSiteEditor e2e test to work on subsequent runs after clearing the welcome guide\r\n\r\n* update env.js to load .env and .env.local to use override mode\r\n\r\n* update DEVELOPMENT.md\r\n\r\n* use env var for kit token\r\n\r\n* update DEVELOPMENT.md about env vars for kit and api tokens","shortMessageHtmlLink":"Maintenance: updating deps, icon chooser, and accommodating security …"}},{"before":"75f32b9c1f708d4a0fb8f0cbbaae448da70e6af8","after":"a25fd66fef23b63b298926f130ac7b202afce9c6","ref":"refs/heads/update-deps-may-2024","pushedAt":"2024-06-07T03:09:27.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"},"commit":{"message":"update DEVELOPMENT.md about env vars for kit and api tokens","shortMessageHtmlLink":"update DEVELOPMENT.md about env vars for kit and api tokens"}},{"before":"2efc154fe4d2a5fb502a4a33ac7cbfe04e5cc3ee","after":"75f32b9c1f708d4a0fb8f0cbbaae448da70e6af8","ref":"refs/heads/update-deps-may-2024","pushedAt":"2024-06-07T02:57:22.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"},"commit":{"message":"update env.js to load .env and .env.local to use override mode","shortMessageHtmlLink":"update env.js to load .env and .env.local to use override mode"}},{"before":"e027d826f7a3f8a301a905cd5a8a60a9cf7edbe8","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/compat-js/postcss-and-wordpress/scripts-8.4.31","pushedAt":"2024-06-06T23:28:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"ecb77e1261cfd812668c967471fce4c9d12f53e1","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/compat-js/node-fetch-and-wordpress/scripts-2.6.7","pushedAt":"2024-06-06T23:28:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"479d1ddf60698232a7d767a6dac8988bf0d06231","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/admin/word-wrap-1.2.4","pushedAt":"2024-06-06T23:11:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"3351b73e3a635c619e08c04016c62870f6db598c","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/admin/postcss-and-wordpress/scripts-8.4.31","pushedAt":"2024-06-06T23:10:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"4de2955777332e825e9bc31154df572bd0e252e0","after":"2efc154fe4d2a5fb502a4a33ac7cbfe04e5cc3ee","ref":"refs/heads/update-deps-may-2024","pushedAt":"2024-06-06T23:04:30.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"},"commit":{"message":"re-enable all versions of php in test matrix","shortMessageHtmlLink":"re-enable all versions of php in test matrix"}},{"before":"4fb0cd4abc2bdd24f519b4f94a10fbf06ee47d81","after":"4de2955777332e825e9bc31154df572bd0e252e0","ref":"refs/heads/update-deps-may-2024","pushedAt":"2024-06-06T22:52:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"},"commit":{"message":"fix require path for match-result.php","shortMessageHtmlLink":"fix require path for match-result.php"}},{"before":"6d446e95c1d3b83f6734cd3bba7b5af6a311ae5d","after":"4fb0cd4abc2bdd24f519b4f94a10fbf06ee47d81","ref":"refs/heads/update-deps-may-2024","pushedAt":"2024-06-06T22:46:35.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"},"commit":{"message":"remove docker compose config for php8.2 and update php8.1","shortMessageHtmlLink":"remove docker compose config for php8.2 and update php8.1"}},{"before":"d051faa9bd93ef5c07e36c06495d85feb9e34c88","after":"6d446e95c1d3b83f6734cd3bba7b5af6a311ae5d","ref":"refs/heads/update-deps-may-2024","pushedAt":"2024-06-06T22:19:29.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"},"commit":{"message":"Change docker compose config for php7.4 and WP 4.7\n- add a service that uses php4.7\n- change the wp 4.7 service to just use the standard wpdb","shortMessageHtmlLink":"Change docker compose config for php7.4 and WP 4.7"}},{"before":"5f2dd1991712866e8c5f211089d53355bff5d178","after":"d051faa9bd93ef5c07e36c06495d85feb9e34c88","ref":"refs/heads/update-deps-may-2024","pushedAt":"2024-06-06T21:11:54.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"},"commit":{"message":"remove playwright workflow","shortMessageHtmlLink":"remove playwright workflow"}},{"before":"9dbadb4f6be96bac28d9b7420aa4b0f21fc70eee","after":"5f2dd1991712866e8c5f211089d53355bff5d178","ref":"refs/heads/update-deps-may-2024","pushedAt":"2024-06-06T19:40:18.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"},"commit":{"message":"remove playwright from Jest workflow","shortMessageHtmlLink":"remove playwright from Jest workflow"}},{"before":"05be44ab963170efb7e535a92332ee442b46e25a","after":"9dbadb4f6be96bac28d9b7420aa4b0f21fc70eee","ref":"refs/heads/update-deps-may-2024","pushedAt":"2024-06-06T19:10:33.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"},"commit":{"message":"rename javascript workflow","shortMessageHtmlLink":"rename javascript workflow"}},{"before":"37c118bb3397215445231b3dcafa9c132acfe82d","after":"05be44ab963170efb7e535a92332ee442b46e25a","ref":"refs/heads/update-deps-may-2024","pushedAt":"2024-06-05T19:19:39.000Z","pushType":"push","commitsCount":27,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"},"commit":{"message":"re-organize e2e tests and add one for apiEndpoint compat","shortMessageHtmlLink":"re-organize e2e tests and add one for apiEndpoint compat"}},{"before":"7dee8649639152a6f056700819b904b5c4ee4eb9","after":"37c118bb3397215445231b3dcafa9c132acfe82d","ref":"refs/heads/update-deps-may-2024","pushedAt":"2024-06-01T00:28:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"},"commit":{"message":"config for mod_security with OWASP core ruleset and conditionally allowing PUT requests","shortMessageHtmlLink":"config for mod_security with OWASP core ruleset and conditionally all…"}},{"before":null,"after":"7dee8649639152a6f056700819b904b5c4ee4eb9","ref":"refs/heads/update-deps-may-2024","pushedAt":"2024-05-31T20:56:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"},"commit":{"message":"update Dockerfile and scripts to enable mod_security with OWASP","shortMessageHtmlLink":"update Dockerfile and scripts to enable mod_security with OWASP"}},{"before":"82c03f04240710c60fee9a20136d547e3b850ab0","after":"b9d5e0d5a80131e548770384a2daafae162cb368","ref":"refs/heads/master","pushedAt":"2024-05-24T21:17:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"},"commit":{"message":"fix query API doc link in README.md","shortMessageHtmlLink":"fix query API doc link in README.md"}},{"before":"35e4c2144122f08f6b81de327c80731207dcb076","after":null,"ref":"refs/heads/enable-full-site-editor","pushedAt":"2023-11-13T19:10:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"}},{"before":"25011279c777150f59795c4b1b14fc922f9403a2","after":"82c03f04240710c60fee9a20136d547e3b850ab0","ref":"refs/heads/master","pushedAt":"2023-11-13T19:10:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"},"commit":{"message":"Enable icon chooser on full site editor (#211)\n\n* update Dockerfile-latest to use the new node 20.x installation method\r\n\r\n* enable icon chooser on site-editor.php screen","shortMessageHtmlLink":"Enable icon chooser on full site editor (#211)"}},{"before":null,"after":"35e4c2144122f08f6b81de327c80731207dcb076","ref":"refs/heads/enable-full-site-editor","pushedAt":"2023-10-31T23:53:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mlwilkerson","name":"Mike Wilkerson","path":"/mlwilkerson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11575183?s=80&v=4"},"commit":{"message":"enable icon chooser on site-editor.php screen","shortMessageHtmlLink":"enable icon chooser on site-editor.php screen"}},{"before":null,"after":"3351b73e3a635c619e08c04016c62870f6db598c","ref":"refs/heads/dependabot/npm_and_yarn/admin/postcss-and-wordpress/scripts-8.4.31","pushedAt":"2023-10-05T08:22:17.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 postcss and @wordpress/scripts in /admin\n\nBumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependency [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts). These dependencies need to be updated together.\n\n\nUpdates `postcss` from 7.0.39 to 8.4.31\n- [Release notes](https://github.com/postcss/postcss/releases)\n- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/postcss/postcss/compare/7.0.39...8.4.31)\n\nUpdates `@wordpress/scripts` from 16.1.4 to 26.14.0\n- [Release notes](https://github.com/WordPress/gutenberg/releases)\n- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md)\n- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/scripts@26.14.0/packages/scripts)\n\n---\nupdated-dependencies:\n- dependency-name: postcss\n dependency-type: indirect\n- dependency-name: \"@wordpress/scripts\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump postcss and @wordpress/scripts in /admin"}},{"before":null,"after":"e027d826f7a3f8a301a905cd5a8a60a9cf7edbe8","ref":"refs/heads/dependabot/npm_and_yarn/compat-js/postcss-and-wordpress/scripts-8.4.31","pushedAt":"2023-10-05T08:20:57.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 postcss and @wordpress/scripts in /compat-js\n\nBumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependency [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts). These dependencies need to be updated together.\n\n\nUpdates `postcss` from 7.0.39 to 8.4.31\n- [Release notes](https://github.com/postcss/postcss/releases)\n- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/postcss/postcss/compare/7.0.39...8.4.31)\n\nUpdates `@wordpress/scripts` from 18.1.0 to 26.14.0\n- [Release notes](https://github.com/WordPress/gutenberg/releases)\n- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md)\n- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/scripts@26.14.0/packages/scripts)\n\n---\nupdated-dependencies:\n- dependency-name: postcss\n dependency-type: indirect\n- dependency-name: \"@wordpress/scripts\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump postcss and @wordpress/scripts in /compat-js"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYZvryQA","startCursor":null,"endCursor":null}},"title":"Activity · FortAwesome/wordpress-fontawesome"}