{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":588211401,"defaultBranch":"trunk","name":"jetpack-crm","ownerLogin":"Automattic","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-01-12T15:36:28.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/887802?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716494048.0","currentOid":""},"activityList":{"items":[{"before":"c0012ba76ea1532f9b2cd309fd1c1e5979608dc8","after":"cd15fc1f3a4bb9d035ce12b041a4560d92b057eb","ref":"refs/heads/trunk","pushedAt":"2024-05-30T21:26:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Release final versions of abandoned packages (#37647)\n\nThese are packages/action-bar, packages/heartbeat,\npackages/identity-crisis, packages/options, packages/partner, and\npackages/tracking.\n\nOnce these are released to Packagist we can remove them from the\nmonorepo.\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9309278024\n\nUpstream-Ref: Automattic/jetpack@00e3a80e3617080ac117c107622147d378a1a633","shortMessageHtmlLink":"Release final versions of abandoned packages (#37647)"}},{"before":"69fcc1a75bf80676db513fdd3bb41ed37d7ef32b","after":"c0012ba76ea1532f9b2cd309fd1c1e5979608dc8","ref":"refs/heads/trunk","pushedAt":"2024-05-30T14:46:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Update connection ToS messaging (#37536)\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9304377855\n\nUpstream-Ref: Automattic/jetpack@e9150a3b15305d9d578e5e09b28e3f63588267ef","shortMessageHtmlLink":"Update connection ToS messaging (#37536)"}},{"before":"6f16f00031b27972b1f77b5a9bda1794b89eaa19","after":"69fcc1a75bf80676db513fdd3bb41ed37d7ef32b","ref":"refs/heads/trunk","pushedAt":"2024-05-29T19:14:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"composer-plugin: \"Fix\" phan issues (#37626)\n\nThe one issue was Phan complaining about a signature mismatch that PHP\nis ok with and is needed to continue to support Composer 2.2.\n\nAlso, while I'm touching the file, fix the case of some type names.\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9291607568\n\nUpstream-Ref: Automattic/jetpack@3867fcfa17a782b72af1e89c8c16245ceb470de9","shortMessageHtmlLink":"composer-plugin: \"Fix\" phan issues (#37626)"}},{"before":"33235a0b191c2642bf8d0ff8283d72c8582509a7","after":"6f16f00031b27972b1f77b5a9bda1794b89eaa19","ref":"refs/heads/trunk","pushedAt":"2024-05-29T10:43:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Backport social 4.3.0 Changes (#37617)\n\n* Changelog and readme.txt edits.\n\n* Update contributors\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9284512995\n\nUpstream-Ref: Automattic/jetpack@7ad54829444a478cfc9e6b9790124b8694697fa1","shortMessageHtmlLink":"Backport social 4.3.0 Changes (#37617)"}},{"before":"a4f4e213519e56ce881af69ae7c94dc74aff642d","after":"33235a0b191c2642bf8d0ff8283d72c8582509a7","ref":"refs/heads/trunk","pushedAt":"2024-05-28T20:31:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"autoloader: Fix phan issues (#37608)\n\nNo real functionality changes.\n\n* `$io` parameter to `AutoloadGenerator` constructor is no longer\n optional. The class didn't work when omitted anyway.\n* Improve some phpdocs.\n* `PHP_Autoloader::load_class()` now always returns bool as documented.\n* Use `??` where applicable.\n* Replace `->withConsecutive()` in tests, PHPUnit deprecated it without\n any replacement besides rolling our own.\n* Fix some test logic.\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9275808486\n\nUpstream-Ref: Automattic/jetpack@8227b1635b9743bc243be383566e5c9a99e68abf","shortMessageHtmlLink":"autoloader: Fix phan issues (#37608)"}},{"before":"d04aa7a35d691b93c4165d38f3cb4bd5404661aa","after":"a4f4e213519e56ce881af69ae7c94dc74aff642d","ref":"refs/heads/trunk","pushedAt":"2024-05-28T18:47:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"constants: Fix type for `set_constant()` value (#37606)\n\nPHP's `define()` allows any of int|float|string|bool|array|null, so\nlet's go with that to match.\n\nThis fixes 57 Phan issues across the monorepo.\n\n---\n\nJust as I was about to create this PR, #36968 changed it to `scalar`.\nWhich fixed 54 of those 57 errors, but as it left out the possibility of\narray and null 3 were still left.\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9274589416\n\nUpstream-Ref: Automattic/jetpack@f8d5a252ebfd7788040b4bf3a4df0f6d5463abb3","shortMessageHtmlLink":"constants: Fix type for set_constant() value (#37606)"}},{"before":"909c4d8cb0997837eba82287129780a7c338fc64","after":"d04aa7a35d691b93c4165d38f3cb4bd5404661aa","ref":"refs/heads/trunk","pushedAt":"2024-05-28T15:53:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Connection: hoist Identity Crisis package back into Connection (#36968)\n\n* Move the Identity Crisis package contents into Connection package.\n* Abandon the Identity Crisis package.\n* Ensure backward and forward compatibility for existing code.\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9272329232\n\nUpstream-Ref: Automattic/jetpack@ce733fc8231eefeca82564a92fb2d722551d39c8","shortMessageHtmlLink":"Connection: hoist Identity Crisis package back into Connection (#36968)"}},{"before":"b082c3460f5868c3df182ee3e4d8dcd391f7b6b4","after":"909c4d8cb0997837eba82287129780a7c338fc64","ref":"refs/heads/trunk","pushedAt":"2024-05-27T14:40:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Changelog and readme.txt edits. (#37577)\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9256493348\n\nUpstream-Ref: Automattic/jetpack@6fd43d4a43f4932b2fdfa665694a6d3a3d856bdb","shortMessageHtmlLink":"Changelog and readme.txt edits. (#37577)"}},{"before":"df340be091d9dbec3560aa6f97bc3da6bd7128d7","after":"b082c3460f5868c3df182ee3e4d8dcd391f7b6b4","ref":"refs/heads/trunk","pushedAt":"2024-05-24T20:32:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Social logos | Add TypeScript support (#37528)\n\n* Update components\n\n* Remove unnecessary class prop from threads logo\n\n* Update tools to handle TS\n\n* Add changelog\n\n* Fix typescript and glob version\n\n* Sort generated icons list\n\n* Sort the auto generated icons\n\n* Fix up versions\n\n* Move noEmit to CLI for project-structure constraints\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9229474530\n\nUpstream-Ref: Automattic/jetpack@d557c9db5e7f09aebd2ceccd3810a858e9203416","shortMessageHtmlLink":"Social logos | Add TypeScript support (#37528)"}},{"before":"1b1a5dd0e32d3c1f6439909f7d5d8fe4fd3a1e1d","after":"df340be091d9dbec3560aa6f97bc3da6bd7128d7","ref":"refs/heads/trunk","pushedAt":"2024-05-23T20:28:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Backport crm 6.4.3 Changes (#37522)\n\n* Changelog and readme.txt edits.\n\n* Changelog tweaks\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9214273101\n\nUpstream-Ref: Automattic/jetpack@d7d8150d4c41320e26885e13b3b981ef8fead269","shortMessageHtmlLink":"Backport crm 6.4.3 Changes (#37522)"}},{"before":null,"after":"c57304b80569960da121c94527b39c360a129a3b","ref":"refs/heads/crm/branch-6.4.3","pushedAt":"2024-05-23T19:53:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Updated package versions for automattic/jetpackcrm\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9214006344\n\nUpstream-Ref: Automattic/jetpack@945378357902841d3860f54c993f8162784f27e2","shortMessageHtmlLink":"Updated package versions for automattic/jetpackcrm"}},{"before":"a40552004c190ffba86c9d1fbaac0dc4bd9a6df2","after":"1b1a5dd0e32d3c1f6439909f7d5d8fe4fd3a1e1d","ref":"refs/heads/trunk","pushedAt":"2024-05-23T15:34:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Add Social Logos to monorepo (#36964)\n\n* Initial commit\n\n* Updating the readme with some basic text\n\n* Updating readme\n\n* Adding initial files\n\n- Illustrator document\n- SVGs\n- exporter script\n\n* Updating readme\n\n* Update README.md\n\n* Update README.md\n\n* Update README.md\n\n* Updates\n\n- Fixing typos\n- Adding more resources\n\n* Adding one more resource\n\n* Renaming file\n\n* Updating google plus logos\n\n* Fixing error with svg\n\n* Update README.md\n\n* Adding reddit brand page\n\n* Adding reddit logo\n\n* Adds Grunt Build Script\nThis makes it work in the simular way that the current gridicon grunt buil script works.\n\n* Add a number of fixes to the grunt process\n\n- Fix typo in package.json\n- Remove invisible rectangle from Illustrator file, this is auto inserted by the grunt script and breaks other things if present\n- Add circle around alternate G+ logo to adhere with guidelines\n- Properly compound Path, Tumblr and a few other icons that actually featured white fills instead of negative space\n\n* Added Icon font build scripts\n\n* Add png files build script\n\n* Add all the missing logos from Genericons\n\nAlso grunt it.\n\n* Remove PNG files and the build script part that creats them from repo\n\n* Remove PHP function that displays the icons in the svg format\n\n* Add WhatsApp, Telegram, mail, update print\n\nAlso grunt the lot.\n\n* Grunt: Fix typo in sprite build script.\n\nThe closing head tag wasn't closing.\n\n* Add codepoints to match the current grenericons\n\n* React: Update the react component output to be more consistant and fix typos\n\n* Remove the alt versions for facebook and linkedin\n\n* Version bump\n\n* React: Remove logo- part from the icon input\n\n* Add SVG font format\n\n* Add SVG font format\n\n* Add base64 for crossdomain workaround\n\nThis PR adds base64 encoding to the WOFF font, as modern IE and Firefox both block fonts loading from a separate domain, which will often happen due to CDNs and whatnot. The best way to fix it is to add headers to the domains to allow this, but users of this in a plugin will probably not know to do that. Base64 encoding sidesteps this entirely, as it includes the font in the stylesheet, so the font will always be loaded on the same domain as the stylesheet.\n\nAlso rename the font name from \"social-logo\" to \"social-logos\", plural.\n\n* Add Share icon.\n\n* Rename files\n\n* Grunt rebuild\n\n* Remove SVG min logo prefixed svg files\n\n* Update the glyph of the share button to match genericons\n\n* Update react to remove the logo prefix once more.\n\n* Add pixel-grid information to README.md\n\nUpdate README to include information on the best dimensions to use Social Logos in.\n\n* added twitter alt logo to illustrator file\n\n* ran grunt with newly added twitter logo svg\n\n* updated gruntfile to correspond to new twitter logos\n\n* ran grunt on new gruntfile\n\n* removed space from gruntfile and ran grunt\n\n* updated unicode character for twitter-alt logo\n\n* ran grunt task\n\n* Add Medium icon\n\nAs requested by a user.\n\n* Update Medium to omit Style tag and Grunt to remove IDs\n\nThis commit changes the Gruntfile to clean up IDs, which are useless in a minimized SVG file. In addition to this I noticed a style tag inside the Medium icon source file, which was there because I saved the file wrong from Illustrator. Both of those are fixed.\n\nIncidentally this changes the icon font again since the icon file changed. Visually it won't make a difference.\n\n* Fix issue where Amazon and Medium had redundant s.\n\n* 2nd take at removing SVG font\n\nFixes #14. Was easier than rebasing.\n\n* Adding Ghost logo to .ai file\n\n* Exporting svg file for Ghost\n\n* Running grunt\n\n* Rename logo-ghost to ghost.\n\n* Move to external codepoints file for persistence\n\nPreviously, a few codepoints were defined for persistence in the gruntfile. However any new icon added after that would have a randomly assigned codepoint which would not be persistent.\n\nBy moving to an external codepoints.json file, all codepoints for added icons are baked into that file when grunted, and this keeps them persistent even as new icons are added.\n\nAside from keeping the codepoints persistent, I converted the existing list of codepoints from hexadecimal unicode to decimal codepoints, in order to stay persistent.\n\n* Adding svg for Behance\n\n* Adding logo to .ai file\n\n* Exporting using script\n\n* Revert \"Adding logo to .ai file\"\n\nThis reverts commit ccc87835823d3db8eea4a025037d219704adbba7.\n\n* Revert \"Exporting using script\"\n\nThis reverts commit c35df3ef857c456051500b4c695da8210dad59ba.\n\n* exporting svg using script\n\n* Grunting\n\n* Fixing .ai file\n\nSeveral issues with the file:\n\n- incorrect layer names\n- missing icons\n- duplicate layers\n- incorrect artwork\n\nAdding new share icon\n\n* exporting svgs\n\n* grunting\n\n* Removing digg icon and grunting\n\n* Removing digg from min folder and grunting\n\n* Grunting icon font.\n\n* Add GPL license\n\nFixes #32.\n\nThis PR adds the GPL license file to the repo. It also adds a COPYING.md file, which clarifies that though this set of logos is GPL, the logos themselves retain their trademarks. This is taken almost verbatim from the file bundled with Genericons.\n\n* Add Instagram link\n\n* Updating Instagram logo\n\n* Adding 2 google logos\n\n* Save .ai file\n\n* Update grunt task to rename kabob-case attributes to camelCase (#41)\n\n* Publish SocialLogo react component to npm (#42)\n\n* Publish SocialLogo component to npm\n* Relax npmignore to publish the icon-font and svg-sprite\n* Update readme to clarify pixel units\n* Bump version to 1.0.0\n\n* Remove classname peer dependency (#43)\n\n* Add peer dependencies\n* Remove classname dependency requirement\n* remove comments from minified component\n* remove unneeded npm bin call\n* avoid classname duplication, and destructure props\n* add prepublish, do not check in generated files\n* use npm run build for prepublish\n* Move generated index file to build dir\n* update readme\n* export both component and example\n* Bump to 1.0.1\n\n* Build: add back svg-min files (#45)\n\n* Use React.PureComponent, prop-types npm (#51)\n\nFor React 16 compat. Also, add `prop-types` to package.json `peerDependencies`. Require >=15.5 for both (`prop-types` [only exists since 15.5](https://github.com/facebook/prop-types/blob/master/CHANGELOG.md#before-1550)).\n\nBump version to 2.0.0, since we're removing React 0.14 compat.\n\n* Update handlebars dependency.\n\nThis updates the handlebars dependency to 4.0.\n\nTo test, please checkout this PR, run `npm install` (make sure you already have font-forge installed), and verify that both SVGs and the icon font build correctly.\n\n* Remove handlebars entirely\n\n* Build: refactor build system to align to Gridicons' (#58)\n\n* Build: refactor to align to Gridicons\n* Build: added dependency-less webfont generation\n\n* Ignore package-lock.json (#61)\n\n* Add WooCommerce icon (#63)\n\n* Add WooCommerce icon\n\n* Tweak bubble dimensions\n\n* Updates the WooCommerce icon\n\nRadii now matches the soclal-logos grid.\n\n* Update WooCommerce bubble icon\n\n* Build all the things\n\n* Include SVG spritemap in NPM package.\n\nIn Calypso, this will allow us to transition away from the SVG-in-JS\nicons to a better approach, making use of the spritemap with SVG external\ncontent.\n\n* Remove Path Logos\n\n* Build\n\n* Update Facebook logo, and add .DS_Store to gitignore\n\nThis PR does two things.\n\n1. It updates the Facebook logo to respect new brand guidelines from https://en.facebookbrand.com.\n2. It adds .DS_Store files to the .gitignore.\n\n* Try another build on latest npm.\n\n* Fix build JSX header\n\n* Bump package version\n\n* Update dependencies\n\n* Include `package-lock.json`\n\n* Include React exports\n\n* Lock PDF assets\n\nFixes #93.\n\n* Include updated icon font\n\n* Update transpiler\n\n* Update SVG minifier\n\n* Fix demo\n\n* Bump package version\n\n* Bump package version\n\n* Update dependencies\n\n* Include Patreon icon\n\nDrawn by @pablohoneyhoney. Closes #101.\n\n* Bump package version\n\n* Fix GitHub Pages build\n\n* Include TikTok icons\n\nDrawn by @davewhitley. Closes #102.\n\n* Update Medium icon\n\nDrawn by @davewhitley. Closes #69 and #71.\n\n* Add alternative Medium icon\n\nCloses #71.\n\n* Bump package version\n\n* Add react 17\n\n* use more clear version range\n\n* Tweak readme to rebuild website\n\n* Fix link to gallery in README (#108)\n\n* Update FB logo guidelines (#103)\n\nThis part of the readme is outdated because of updated guidelines from FB. FB now has a circle shape logo.\n\n* Update dependencies (#110)\n\n* Fix PDF generation issue\n\n* Update dependencies\n\n* Update generated files\n\n* Add charset to demo file\n\n* Update to v2.4.0\n\n* Added copy post url button. (#113)\n\n* Added copy post url icon using gridicons.\n\n* Upgraded version to 2.5.0-alpha.1\n\n* Upgraded version to 2.5.0\n\n* Allow React 18 as a peer dep\n\n* Update version to 2.5.1-alpha.1 (and add missing 2.5.0 changelog entry)\n\n* Release 2.5.1\n\n* New Logo: Mastodon (#115)\n\nCo-authored-by: \"tim.nolte\" \n\n* Icon Fonts: switch to a new dependency to build fonts (#117)\n\nCo-authored-by: Matthias Pfefferle \n\n* Add Fediverse Logo (#120)\n\n* New Logo: Nextdoor (#119)\n\nCo-authored-by: Jeremy Herve \n\n* Update changelog\n\n* Add Threads Logo (#122)\n\n* Add X Logo (#126)\n\n* Icons: update label name for X icon. (#127)\n\n* Remove aria label (#128)\n\n* Patreon: update logo (#129)\n\nPatreon's logo is changing: https://news.patreon.com/articles/patreon-reimagined\nOur logos should change too.\n\n* Add new Bluesky logo (#130)\n\nFixes #124\n\n* Logos: add new SMS logo (#131)\n\n* Repo cleanup (#132)\n\n* Repo rewrite\n\n* Small tweaks\n\n* Remove fake SVG\n\n* Quote paths\n\n* Add const keyword\n\nCo-authored-by: Brad Jorsch \n\n* Whitespace tweaks\n\n* Fix indent\n\nCo-authored-by: Brad Jorsch \n\n* echo → printf\n\n* Make scripts executable\n\n* Use cwd-agnostic paths\n\n* Set LC_COLLATE for consistent sort\n\n* Remove now-unneeded \n\n* Override default TTF timestamp\n\n* Adjust indent\n\n* execSync → spawnSync\n\n* Update .gitignore\n\n* Update files to include in npm package\n\n* Update the readme\n\n---------\n\nCo-authored-by: Brad Jorsch \n\n* Move social-logos package into place for monorepo\n\n* Update pnpm-lock.yaml\n\n* Add composer.json\n\n* Remove package-lock.json\n\n* Add changelog\n\n* Update package refs\n\n* More ref updates\n\n* Add .gitkeep to changelog\n\n* Add .gitattributes with standard items\n\n* Create index.jsx to export components\n\n* Remove .js files\n\n* Add jsconfig.json\n\n* Remove non-existent tests script for now\n\n* Update changelog format\n\n* Fix up version\n\n* Rerename package\n\n* Add Phan config due to generated PHP file\n\n* Linting\n\n* Add homepage\n\n* Remove unneeded file\n\n* Add `npmjs-autopublish`\n\n* Add \"bugs\" URL\n\n* Switch shebang for lint-project-structure.sh\n\n* Include mirror-repo data\n\n* Tweak and rebuild\n\n* Add build step\n\n* Remove build folder\n\n* Add .gitignore file\n\n* Don't ignore React files\n\n* Generate codepoint file with tab indent and EOL newline\n\n* Add .eslintignore\n\n* Add missing semicolon and newlines\n\n* Remove empty baseline\n\n* Update primary changelog entry\n\n* Delete .phan dir altogether\n\n* Remove unneeded files\n\n* Link to LICENSE.txt\n\n* Remove redundant line\n\n* Clean up README a bit\n\n* Shuffle files a bit\n\n* Commit social-logo-data.jsx to src\n\n* Remove and ignore files in build\n\n* Remove untrue comment\n\n* Adjust scripts\n\n* Delint social-logo-data.jsx\n\n* Adjust package.json\n\n* Update dependencies\n\n* Fixed lockfile\n\n* Exclude build folder, not just files in the folder\n\n* Update projects/js-packages/social-logos/package.json\n\nCo-authored-by: Brad Jorsch \n\n* pnpm dedupe\n\n* Fix version\n\n* Update projects/js-packages/social-logos/.gitattributes\n\nCo-authored-by: Brad Jorsch \n\n* Add simple check to verify built data matches committed data\n\n* Provide most likely failure reason\n\n* Use dev build as default\n\n* Only check current dir for changes\n\n* Show debug line temporarily\n\n* Remove debug and use .\n\n* Add debug line again\n\n* More debugging\n\n* Remove debug\n\n* Confirm test is working\n\n* Remove purposeful breakage\n\n* Remove now-irrelevant sections from README.me\n\n* Print changed files if relevant\n\nCo-authored-by: Brad Jorsch \n\n* Add changelog entries\n\n* Fix dependency ref\n\n* Bump components version\n\n* Tweak changelog entries\n\n---------\n\nCo-authored-by: Dave Whitley \nCo-authored-by: Enej Bajgoric \nCo-authored-by: Joen Asmussen \nCo-authored-by: alternatekev \nCo-authored-by: Kerry Liu \nCo-authored-by: Bernie Reiter \nCo-authored-by: Joen Asmussen \nCo-authored-by: Davide Casali \nCo-authored-by: James Koster \nCo-authored-by: Sérgio Gomes \nCo-authored-by: Dominik Porada \nCo-authored-by: Noah Allen \nCo-authored-by: Colin Dellow \nCo-authored-by: Dave Whitley \nCo-authored-by: Siddarthan Sarumathi Pandian \nCo-authored-by: Brad Jorsch \nCo-authored-by: Jeremy Herve \nCo-authored-by: \"tim.nolte\" \nCo-authored-by: Matthias Pfefferle \nCo-authored-by: Paul Bunkham \nCo-authored-by: Brad Jorsch \n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9210649533\n\nUpstream-Ref: Automattic/jetpack@abe33ba43db865ecbca998c4ec80a548b0e95487","shortMessageHtmlLink":"Add Social Logos to monorepo (#36964)"}},{"before":"a2c0dd3b94ed319bb1bd1f5bf47095bfee78ca16","after":"a40552004c190ffba86c9d1fbaac0dc4bd9a6df2","ref":"refs/heads/trunk","pushedAt":"2024-05-23T14:01:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"CRM: Mailpoet Sync issue with the sync percentage calculation (#37508)\n\n* Fix the issue with % completed work and current and total pages\n\n* changelog\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9209166686\n\nUpstream-Ref: Automattic/jetpack@5dda7f29e24c60fc6c38cf4da1c78a566131dbd7","shortMessageHtmlLink":"CRM: Mailpoet Sync issue with the sync percentage calculation (#37508)"}},{"before":"2f8a6b02d1b0dd5561958cb4a71d1704086aa92a","after":"a2c0dd3b94ed319bb1bd1f5bf47095bfee78ca16","ref":"refs/heads/trunk","pushedAt":"2024-05-23T13:46:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"CRM: Increase city field size (#37509)\n\n* Add migration to increase the city field size to 200 for both contacts and companies\n\n* changelog\n\n* Add secondary city fields to migration\n\n* Increase field size in the database models\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9208975005\n\nUpstream-Ref: Automattic/jetpack@f7674f73b6043b125fc4d8512762eb999ea90ea0","shortMessageHtmlLink":"CRM: Increase city field size (#37509)"}},{"before":"6afa98cce6f55cbf5c14520cc8815dc3d3060651","after":"2f8a6b02d1b0dd5561958cb4a71d1704086aa92a","ref":"refs/heads/trunk","pushedAt":"2024-05-22T19:05:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Changelog and readme.txt edits. (#37493)\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9196826522\n\nUpstream-Ref: Automattic/jetpack@545cecf8e26d325f645126e447315b3367e139ac","shortMessageHtmlLink":"Changelog and readme.txt edits. (#37493)"}},{"before":"cce6a8aee3c8fe44d566a5e956682fbc3fa5d75a","after":"6afa98cce6f55cbf5c14520cc8815dc3d3060651","ref":"refs/heads/trunk","pushedAt":"2024-05-22T16:00:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Settings: adjust copy size and spacing (#37418)\n\n* initial code\n\n* changelog\n\n* Add .vscode/settings.json to .gitignore\n\n* Update package.json version to 0.53.4-alpha\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9194457927\n\nUpstream-Ref: Automattic/jetpack@efb4900ef1213a20cce8b5e0ef8d993c4ede1ddc","shortMessageHtmlLink":"Settings: adjust copy size and spacing (#37418)"}},{"before":"9f8fd8e2f6b62e09a0864b783d2499f38472dd59","after":"cce6a8aee3c8fe44d566a5e956682fbc3fa5d75a","ref":"refs/heads/trunk","pushedAt":"2024-05-21T15:36:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"CRM: Remove blank line below customer name in invoices (#37462)\n\n* Remove unneeded div\n\n* changelog\n\n* Improve changelog message\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9175553039\n\nUpstream-Ref: Automattic/jetpack@9a659e78b6252cbccb3a1e7edab6c6e554e45511","shortMessageHtmlLink":"CRM: Remove blank line below customer name in invoices (#37462)"}},{"before":"55981d235034354298dcbb1c60889044a0943d06","after":"9f8fd8e2f6b62e09a0864b783d2499f38472dd59","ref":"refs/heads/trunk","pushedAt":"2024-05-20T19:21:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Backport mu-wpcom-plugin 2.1.27, jetpack 13.5-a.3 Changes (#37456)\n\n* Changelog and readme.txt edits.\n\n* Small tweaks\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9163719203\n\nUpstream-Ref: Automattic/jetpack@78d40351ea956cf913ab079e80b460798dc331d4","shortMessageHtmlLink":"Backport mu-wpcom-plugin 2.1.27, jetpack 13.5-a.3 Changes (#37456)"}},{"before":"49d48f5e9d79ad03914fe5801bb47ff82772155e","after":"55981d235034354298dcbb1c60889044a0943d06","ref":"refs/heads/trunk","pushedAt":"2024-05-20T17:23:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Changelog and readme.txt edits. (#37454)\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9162345024\n\nUpstream-Ref: Automattic/jetpack@fb9d1be1f9c9af91eb2f2cf2e9d2520a1b90fea2","shortMessageHtmlLink":"Changelog and readme.txt edits. (#37454)"}},{"before":"187f3feaecbb3206f89de745475a5bbf06fe14a8","after":"49d48f5e9d79ad03914fe5801bb47ff82772155e","ref":"refs/heads/trunk","pushedAt":"2024-05-17T14:19:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"changelogger: Normalize UTC timezone (#37436)\n\nIt seems that some versions of git may be returning `Z` rather than\n`+00:00` when reporting timezones from `%cI`, which broke a test.\nNormalize it to `Z` always so the test can have a consistent value to\nexpect.\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9129465139\n\nUpstream-Ref: Automattic/jetpack@e80078a9d754cd5510bf194b4ed05d59a2c9d99d","shortMessageHtmlLink":"changelogger: Normalize UTC timezone (#37436)"}},{"before":"0e72663f925c8e531530112582b405a834e7d8f2","after":"187f3feaecbb3206f89de745475a5bbf06fe14a8","ref":"refs/heads/trunk","pushedAt":"2024-05-16T16:15:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Assets: Updating phpcs:ignore comments to better explain why the ignores are in place (#37415)\n\nCo-authored-by: Kev \n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9115517736\n\nUpstream-Ref: Automattic/jetpack@61842887f6920af7cca7be023e046d10c9b0f60b","shortMessageHtmlLink":"Assets: Updating phpcs:ignore comments to better explain why the igno…"}},{"before":"ea67372c606f4769f3578b9f68f8e3bc3d5d843f","after":"0e72663f925c8e531530112582b405a834e7d8f2","ref":"refs/heads/trunk","pushedAt":"2024-05-16T11:37:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Changelog and readme.txt edits. (#37417)\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9111393017\n\nUpstream-Ref: Automattic/jetpack@f4c384429cdf8a0d63d276631cecd86ee3be42dc","shortMessageHtmlLink":"Changelog and readme.txt edits. (#37417)"}},{"before":"d1592f157a9a39b2dc3add0fd6c52f771c1b7f01","after":"ea67372c606f4769f3578b9f68f8e3bc3d5d843f","ref":"refs/heads/trunk","pushedAt":"2024-05-15T21:23:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Lock file maintenance (#37348)\n\nCo-authored-by: Renovate Bot \n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9102700990\n\nUpstream-Ref: Automattic/jetpack@c7f0e638af211d06047210be10c476eac53843c6","shortMessageHtmlLink":"Lock file maintenance (#37348)"}},{"before":"6c36aa2bd015eac24da166b1afbae8cae5979859","after":"d1592f157a9a39b2dc3add0fd6c52f771c1b7f01","ref":"refs/heads/trunk","pushedAt":"2024-05-15T19:05:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Update wordpress monorepo (#37379)\n\n* Update wordpress monorepo\n* Fix new lint\n\n---------\n\nCo-authored-by: Renovate Bot \nCo-authored-by: Brad Jorsch \n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9101143057\n\nUpstream-Ref: Automattic/jetpack@07a8d755224e84c3138c82c0bf70ffca8034e678","shortMessageHtmlLink":"Update wordpress monorepo (#37379)"}},{"before":"835a8588c59040ae6850f6529704439b3fcf3ba9","after":"6c36aa2bd015eac24da166b1afbae8cae5979859","ref":"refs/heads/trunk","pushedAt":"2024-05-15T16:35:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Update react monorepo to v18.3.1 (#37380)\n\nCo-authored-by: Renovate Bot \n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9099249530\n\nUpstream-Ref: Automattic/jetpack@7f3e5f718176948d5cf8e7352561f0bc49f784ee","shortMessageHtmlLink":"Update react monorepo to v18.3.1 (#37380)"}},{"before":"96652568106cd51bb891b504251249aa325a8952","after":"835a8588c59040ae6850f6529704439b3fcf3ba9","ref":"refs/heads/trunk","pushedAt":"2024-05-15T15:45:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Assets: Adding phpcs:ignore comments to explain why we are ignoring i18n sniffs (#37397)\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9098503372\n\nUpstream-Ref: Automattic/jetpack@161d40b48b994977c6e33e72be16c73430734628","shortMessageHtmlLink":"Assets: Adding phpcs:ignore comments to explain why we are ignoring i…"}},{"before":"7bef9051f3111f9ded476099cbcdd36b24bf115f","after":"96652568106cd51bb891b504251249aa325a8952","ref":"refs/heads/trunk","pushedAt":"2024-05-14T17:31:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Update JS unit testing packages (major) (#37382)\n\n* Update JS unit testing packages\n* Fix changed aria roles\n `\"\"` are now \"presentation\" rather than \"img\".\n\n---------\n\nCo-authored-by: Renovate Bot \nCo-authored-by: Brad Jorsch \n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9083479505\n\nUpstream-Ref: Automattic/jetpack@4a9f684e41b7a087915d745cb4a3bae281c82b2c","shortMessageHtmlLink":"Update JS unit testing packages (major) (#37382)"}},{"before":"1300eb88956c53a36a3219a300843d3b3d8958af","after":"7bef9051f3111f9ded476099cbcdd36b24bf115f","ref":"refs/heads/trunk","pushedAt":"2024-05-14T13:24:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"CRM: PDF invoice logo - image not found issue. Set the tmp folder and don't add protocols (#37311)\n\n* Add wf_jpcrm_storage_dir_path helper function\n\n* Remove check for allowed protocols and set the temp folder\n\n* changelog\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9079973008\n\nUpstream-Ref: Automattic/jetpack@02763894efc4245f78fcf135a14752897c2bb80d","shortMessageHtmlLink":"CRM: PDF invoice logo - image not found issue. Set the tmp folder and…"}},{"before":"3d15d746c655fbdd5433973b789d3816caec5b43","after":"1300eb88956c53a36a3219a300843d3b3d8958af","ref":"refs/heads/trunk","pushedAt":"2024-05-13T20:37:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Changelog and readme.txt edits. (#37356)\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9069322711\n\nUpstream-Ref: Automattic/jetpack@51cc27773010e7a0e3ff5ce10a0c5e9598a77791","shortMessageHtmlLink":"Changelog and readme.txt edits. (#37356)"}},{"before":"6beaeb33e68e7263b5336b79cc93b75027655b6f","after":"3d15d746c655fbdd5433973b789d3816caec5b43","ref":"refs/heads/trunk","pushedAt":"2024-05-13T13:26:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Backport mu-wpcom-plugin 2.1.23 Changes (#37353)\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9063533804\n\nUpstream-Ref: Automattic/jetpack@f5fe19cbd15c939ce7f09ded1c6f0aedf69a39a9","shortMessageHtmlLink":"Backport mu-wpcom-plugin 2.1.23 Changes (#37353)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWHB4lwA","startCursor":null,"endCursor":null}},"title":"Activity · Automattic/jetpack-crm"}