{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":40749402,"defaultBranch":"master","name":"design-system-react","ownerLogin":"salesforce","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-08-15T06:29:58.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/453694?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1692733064.0","currentOid":""},"activityList":{"items":[{"before":"b2ab369cbc463577e49c78405d64acc363a58ed8","after":"fb71cd19def7fdf019381117993ef47914184acb","ref":"refs/heads/master","pushedAt":"2024-03-01T00:15:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"interactivellama","name":"Stephen James","path":"/interactivellama","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1290832?s=80&v=4"},"commit":{"message":"Fix ID generation to ensure it produces valid CSS identifiers (#3139)\n\n* Move the logic of generating the ID into its own utility\r\n function.\r\n\r\n* Ensure the utility function generates IDs that are valid\r\n CSS identifiers.\r\n\r\n `shortid.generate()` by itself will generates IDs that\r\n are not always valid¹ CSS identifiers (e.g. will start\r\n with a digit). So, when other parts of the codebase will\r\n use those IDs as a selector, a `SyntaxError`² will be thrown\r\n (i.e. `'#...' is not a valid selector`).\r\n\r\n The `slds-` prefix is used so to keep things simple.\r\n `shortid.characters()` requires \"a string of all 64 unique\r\n characters\"³, which means that in order to generate valid\r\n CSS identifiers a-z, A-Z, and some \"ISO 10646 characters\r\n U+00A0 and higher\"¹ will need to be included.\r\n\r\n- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\r\n\r\n¹ From https://www.w3.org/TR/CSS21/syndata.html#value-def-identifier\r\n\r\n \" In CSS, identifiers (including element names, classes, and IDs\r\n in selectors) can contain only the characters [a-zA-Z0-9] and\r\n ISO 10646 characters U+00A0 and higher, plus the hyphen (-) and\r\n the underscore (_); they cannot start with a digit, two hyphens,\r\n or a hyphen followed by a digit. \"\r\n\r\n² https://dom.spec.whatwg.org/#selectors\r\n\r\n³ https://github.com/dylang/shortid/blob/937ce2c8dd7001baec1785cb8dce6e6fe1bcf61f/README.md#shortidcharactersstring","shortMessageHtmlLink":"Fix ID generation to ensure it produces valid CSS identifiers (#3139)"}},{"before":"af1930851d107f1f4b3788e7878612cf984cbdb5","after":"b2ab369cbc463577e49c78405d64acc363a58ed8","ref":"refs/heads/master","pushedAt":"2023-12-27T07:48:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"interactivellama","name":"Stephen James","path":"/interactivellama","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1290832?s=80&v=4"},"commit":{"message":"Updates package dependency registry and ci install (#3135)\n\n* Remove internal Salesforce artifactory registry\r\n\r\n* Update Circle CI to use CI instead of install\r\n\r\n* Use correct version of design system","shortMessageHtmlLink":"Updates package dependency registry and ci install (#3135)"}},{"before":"fb2e424dfd1adfb8e9924a51e9332e48dc9325a8","after":"af1930851d107f1f4b3788e7878612cf984cbdb5","ref":"refs/heads/master","pushedAt":"2023-08-22T19:36:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"interactivellama","name":"Stephen James","path":"/interactivellama","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1290832?s=80&v=4"},"commit":{"message":"Update design-system to wcag version (#3131)\n\n* Update design-system to wcag version\r\n\r\n* No suffix. Just version bump","shortMessageHtmlLink":"Update design-system to wcag version (#3131)"}},{"before":"d47f0d00882ddb8d79a38f8008ebfafd5e3e8bbc","after":"fb2e424dfd1adfb8e9924a51e9332e48dc9325a8","ref":"refs/heads/master","pushedAt":"2023-08-17T21:48:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"interactivellama","name":"Stephen James","path":"/interactivellama","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1290832?s=80&v=4"},"commit":{"message":"Update Docked Composer doc examples for website (#3130)\n\n* Update docked composer doc examples\r\n\r\n* Add Icon path\r\n\r\n* bump package\r\n\r\n* update snapshot","shortMessageHtmlLink":"Update Docked Composer doc examples for website (#3130)"}},{"before":"e6e832b23aabb5e3f8ecc658ebcd88a4f257674e","after":"d47f0d00882ddb8d79a38f8008ebfafd5e3e8bbc","ref":"refs/heads/master","pushedAt":"2023-08-15T05:10:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"interactivellama","name":"Stephen James","path":"/interactivellama","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1290832?s=80&v=4"},"commit":{"message":"release bump (#3128)","shortMessageHtmlLink":"release bump (#3128)"}},{"before":"2f771e4981531771cd5e044d0a343b09ba10729e","after":"e6e832b23aabb5e3f8ecc658ebcd88a4f257674e","ref":"refs/heads/master","pushedAt":"2023-08-14T21:50:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"interactivellama","name":"Stephen James","path":"/interactivellama","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1290832?s=80&v=4"},"commit":{"message":"add support for disabling data table selection (checkbox/radio) (#3126)\n\n* add support for disabling data table selection\r\n\r\n* more changes\r\n\r\n* update snopshot tests\r\n\r\n* address comments\r\n\r\n* update toggle all logic to exclude disabled items\r\n\r\n* add more tests","shortMessageHtmlLink":"add support for disabling data table selection (checkbox/radio) (#3126)"}},{"before":null,"after":"f0cfce7dab3e2b271aeacc4ec3a72d8f4f4a33f8","ref":"refs/heads/dependabot/npm_and_yarn/tough-cookie-and-jest-4.1.3","pushedAt":"2023-07-08T13:42: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 tough-cookie and jest\n\nBumps [tough-cookie](https://github.com/salesforce/tough-cookie) to 4.1.3 and updates ancestor dependency [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest). These dependencies need to be updated together.\n\n\nUpdates `tough-cookie` from 2.5.0 to 4.1.3\n- [Release notes](https://github.com/salesforce/tough-cookie/releases)\n- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/salesforce/tough-cookie/compare/v2.5.0...v4.1.3)\n\nUpdates `jest` from 24.9.0 to 29.6.1\n- [Release notes](https://github.com/facebook/jest/releases)\n- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/jest/commits/v29.6.1/packages/jest)\n\n---\nupdated-dependencies:\n- dependency-name: tough-cookie\n dependency-type: indirect\n- dependency-name: jest\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump tough-cookie and jest"}},{"before":"549b006c418702cc8a0f754b172626332710d167","after":"2f771e4981531771cd5e044d0a343b09ba10729e","ref":"refs/heads/master","pushedAt":"2023-07-03T17:23:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"interactivellama","name":"Stephen James","path":"/interactivellama","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1290832?s=80&v=4"},"commit":{"message":"release bump (#3123)","shortMessageHtmlLink":"release bump (#3123)"}},{"before":"d55aeeb6ccb59b649247c3dbf959d641c7d31f80","after":"549b006c418702cc8a0f754b172626332710d167","ref":"refs/heads/master","pushedAt":"2023-07-03T17:15:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"interactivellama","name":"Stephen James","path":"/interactivellama","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1290832?s=80&v=4"},"commit":{"message":"Fix keyboard navigation when using menu dropdown with multiple option (#3122)","shortMessageHtmlLink":"Fix keyboard navigation when using menu dropdown with multiple option ("}},{"before":"4c72d9af8341114c2e854c91637f5dcba60ad890","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/xml2js-0.5.0","pushedAt":"2023-05-29T08:06:28.689Z","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":null,"after":"8e80a85dad391d66012a6da0a62898fc6f3b63da","ref":"refs/heads/dependabot/npm_and_yarn/xml2js-0.6.0","pushedAt":"2023-05-29T08:06:20.873Z","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 xml2js from 0.4.23 to 0.6.0\n\nBumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.23 to 0.6.0.\n- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: xml2js\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump xml2js from 0.4.23 to 0.6.0"}},{"before":"3e81709204a1553695b89c35f3c6048e024a2745","after":"d55aeeb6ccb59b649247c3dbf959d641c7d31f80","ref":"refs/heads/master","pushedAt":"2023-05-25T05:25:34.245Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"interactivellama","name":"Stephen James","path":"/interactivellama","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1290832?s=80&v=4"},"commit":{"message":"Add license SPDX ID to babel preset (#3116)\n\nThe current value is being flagged by static analysis tools in downstream\r\nprojects.","shortMessageHtmlLink":"Add license SPDX ID to babel preset (#3116)"}},{"before":"122e80f11855ff174df87fddcbbd62ec7211cd52","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/karma-6.4.1","pushedAt":"2023-04-24T08:00:42.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":null,"after":"22a769830b625917f69279da8dbfe33795e3fc1f","ref":"refs/heads/dependabot/npm_and_yarn/karma-6.4.2","pushedAt":"2023-04-24T08:00:33.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 karma from 5.2.3 to 6.4.2\n\nBumps [karma](https://github.com/karma-runner/karma) from 5.2.3 to 6.4.2.\n- [Release notes](https://github.com/karma-runner/karma/releases)\n- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/karma-runner/karma/compare/v5.2.3...v6.4.2)\n\n---\nupdated-dependencies:\n- dependency-name: karma\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump karma from 5.2.3 to 6.4.2"}},{"before":null,"after":"4c72d9af8341114c2e854c91637f5dcba60ad890","ref":"refs/heads/dependabot/npm_and_yarn/xml2js-0.5.0","pushedAt":"2023-04-10T23:38:59.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 xml2js from 0.4.23 to 0.5.0\n\nBumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.23 to 0.5.0.\n- [Release notes](https://github.com/Leonidas-from-XIV/node-xml2js/releases)\n- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: xml2js\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump xml2js from 0.4.23 to 0.5.0"}},{"before":"bf694a750960e047da4ef1f1521a043d3771c8c0","after":"0edabad25f85fab52ea6642c7a31b3c7f18129b3","ref":"refs/heads/dependabot/npm_and_yarn/flat-and-mocha-5.0.2","pushedAt":"2023-04-07T20:08:33.000Z","pushType":"force_push","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 flat and mocha\n\nBumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.\n\n\nUpdates `flat` from 4.1.0 to 5.0.2\n- [Release notes](https://github.com/hughsk/flat/releases)\n- [Commits](https://github.com/hughsk/flat/compare/4.1.0...5.0.2)\n\nUpdates `mocha` from 8.1.3 to 8.4.0\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v8.1.3...v8.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: flat\n dependency-type: indirect\n- dependency-name: mocha\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump flat and mocha"}},{"before":"852e6087dbe170056bac6e5955c3149b141f2624","after":"6c8204f57de93c9571d7a05848c9c1c479a1c3f7","ref":"refs/heads/dependabot/npm_and_yarn/minimist-1.2.8","pushedAt":"2023-04-07T20:07:50.000Z","pushType":"force_push","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 minimist from 1.2.5 to 1.2.8\n\nBumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8.\n- [Release notes](https://github.com/minimistjs/minimist/releases)\n- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8)\n\n---\nupdated-dependencies:\n- dependency-name: minimist\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump minimist from 1.2.5 to 1.2.8"}},{"before":"d93ced19cba0eb23ffbb4497234caad073335f34","after":"2d08533ef53f52a70bfc99f76965d13418124873","ref":"refs/heads/dependabot/npm_and_yarn/engine.io-and-socket.io-3.6.1","pushedAt":"2023-04-07T20:07:39.000Z","pushType":"force_push","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 engine.io and socket.io\n\nBumps [engine.io](https://github.com/socketio/engine.io) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together.\n\nUpdates `engine.io` from 3.5.0 to 3.6.1\n- [Release notes](https://github.com/socketio/engine.io/releases)\n- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/socketio/engine.io/compare/3.5.0...3.6.1)\n\nUpdates `socket.io` from 2.4.1 to 2.5.0\n- [Release notes](https://github.com/socketio/socket.io/releases)\n- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/socketio/socket.io/compare/2.4.1...2.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: engine.io\n dependency-type: indirect\n- dependency-name: socket.io\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump engine.io and socket.io"}},{"before":"891a3fc3dd57c676058f4a4f78582a9d8b0342d1","after":"ba695ea978db71b265b692fb7faebadfc7d776bd","ref":"refs/heads/dependabot/npm_and_yarn/jsdom-and-jest-16.7.0","pushedAt":"2023-04-07T20:07:33.000Z","pushType":"force_push","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 jsdom and jest\n\nBumps [jsdom](https://github.com/jsdom/jsdom) and [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest). These dependencies needed to be updated together.\n\nUpdates `jsdom` from 11.12.0 to 16.7.0\n- [Release notes](https://github.com/jsdom/jsdom/releases)\n- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)\n- [Commits](https://github.com/jsdom/jsdom/compare/11.12.0...16.7.0)\n\nUpdates `jest` from 24.9.0 to 29.0.2\n- [Release notes](https://github.com/facebook/jest/releases)\n- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/jest/commits/v29.0.2/packages/jest)\n\n---\nupdated-dependencies:\n- dependency-name: jsdom\n dependency-type: indirect\n- dependency-name: jest\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump jsdom and jest"}},{"before":"168669f43d466411eae61e67ce87b266e065a7b4","after":"c031e6d817976df872d7dea1b8b18ff59695df47","ref":"refs/heads/dependabot/npm_and_yarn/express-4.18.2","pushedAt":"2023-04-07T20:06:47.000Z","pushType":"force_push","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 express from 4.17.1 to 4.18.2\n\nBumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2.\n- [Release notes](https://github.com/expressjs/express/releases)\n- [Changelog](https://github.com/expressjs/express/blob/master/History.md)\n- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.18.2)\n\n---\nupdated-dependencies:\n- dependency-name: express\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump express from 4.17.1 to 4.18.2"}},{"before":"d02a86c8410ce244e7d6bc175fb403effa97eefd","after":"122e80f11855ff174df87fddcbbd62ec7211cd52","ref":"refs/heads/dependabot/npm_and_yarn/karma-6.4.1","pushedAt":"2023-04-07T20:06:42.000Z","pushType":"force_push","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 karma from 5.2.3 to 6.4.1\n\nBumps [karma](https://github.com/karma-runner/karma) from 5.2.3 to 6.4.1.\n- [Release notes](https://github.com/karma-runner/karma/releases)\n- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/karma-runner/karma/compare/v5.2.3...v6.4.1)\n\n---\nupdated-dependencies:\n- dependency-name: karma\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump karma from 5.2.3 to 6.4.1"}},{"before":"40aad6e38f638fb3ecb9746c4ea8d19ce165d6cc","after":"a582b058455b08f3cda7adfd196ffa49975a9920","ref":"refs/heads/dependabot/npm_and_yarn/semver-regex-and-husky-3.1.4","pushedAt":"2023-04-07T20:06:37.000Z","pushType":"force_push","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 semver-regex and husky\n\nBumps [semver-regex](https://github.com/sindresorhus/semver-regex) and [husky](https://github.com/typicode/husky). These dependencies needed to be updated together.\n\nUpdates `semver-regex` from 2.0.0 to 3.1.4\n- [Release notes](https://github.com/sindresorhus/semver-regex/releases)\n- [Commits](https://github.com/sindresorhus/semver-regex/compare/v2.0.0...v3.1.4)\n\nUpdates `husky` from 4.3.0 to 4.3.8\n- [Release notes](https://github.com/typicode/husky/releases)\n- [Commits](https://github.com/typicode/husky/compare/v4.3.0...v4.3.8)\n\n---\nupdated-dependencies:\n- dependency-name: semver-regex\n dependency-type: indirect\n- dependency-name: husky\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump semver-regex and husky"}},{"before":"438460be8feebf320d5690abe434c64b48d76c78","after":"294f40b69e21e66086bdfc90c3995be5b5bc37ec","ref":"refs/heads/dependabot/npm_and_yarn/path-parse-1.0.7","pushedAt":"2023-04-07T20:06:16.000Z","pushType":"force_push","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 path-parse from 1.0.5 to 1.0.7\n\nBumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7.\n- [Release notes](https://github.com/jbgutierrez/path-parse/releases)\n- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)\n\n---\nupdated-dependencies:\n- dependency-name: path-parse\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump path-parse from 1.0.5 to 1.0.7"}},{"before":"f3028f80502386056594263252e654fccaa46396","after":"ff1beb007dc02b641202729ea0279b35d623e1e6","ref":"refs/heads/dependabot/npm_and_yarn/postcss-7.0.39","pushedAt":"2023-04-07T20:05:44.000Z","pushType":"force_push","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 from 7.0.35 to 7.0.39\n\nBumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.39.\n- [Release notes](https://github.com/postcss/postcss/releases)\n- [Changelog](https://github.com/postcss/postcss/blob/7.0.39/CHANGELOG.md)\n- [Commits](https://github.com/postcss/postcss/compare/7.0.35...7.0.39)\n\n---\nupdated-dependencies:\n- dependency-name: postcss\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump postcss from 7.0.35 to 7.0.39"}},{"before":"a0a527c899fd5018e1b0dbe91420b7406ec7bc60","after":"c99d3160ef3e727d0cfbf09ed62e986afa30854f","ref":"refs/heads/dependabot/npm_and_yarn/socket.io-parser-3.3.3","pushedAt":"2023-04-07T20:05:29.000Z","pushType":"force_push","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 socket.io-parser from 3.3.2 to 3.3.3\n\nBumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.2 to 3.3.3.\n- [Release notes](https://github.com/socketio/socket.io-parser/releases)\n- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/socketio/socket.io-parser/compare/3.3.2...3.3.3)\n\n---\nupdated-dependencies:\n- dependency-name: socket.io-parser\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump socket.io-parser from 3.3.2 to 3.3.3"}},{"before":"6a8543d07feca07a1a29f4666dbbd070cbf07005","after":"bf694a750960e047da4ef1f1521a043d3771c8c0","ref":"refs/heads/dependabot/npm_and_yarn/flat-and-mocha-5.0.2","pushedAt":"2023-04-07T20:05:27.000Z","pushType":"force_push","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 flat and mocha\n\nBumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.\n\n\nUpdates `flat` from 4.1.0 to 5.0.2\n- [Release notes](https://github.com/hughsk/flat/releases)\n- [Commits](https://github.com/hughsk/flat/compare/4.1.0...5.0.2)\n\nUpdates `mocha` from 8.1.3 to 8.4.0\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v8.1.3...v8.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: flat\n dependency-type: indirect\n- dependency-name: mocha\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump flat and mocha"}},{"before":"7b6b412c7165cbe64860297b64f00154113e4df9","after":"a3c546750f490982c8db9cca36050562a1a6a14b","ref":"refs/heads/dependabot/npm_and_yarn/follow-redirects-1.15.2","pushedAt":"2023-04-07T20:05:26.000Z","pushType":"force_push","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 follow-redirects from 1.13.0 to 1.15.2\n\nBumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.0 to 1.15.2.\n- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)\n- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.13.0...v1.15.2)\n\n---\nupdated-dependencies:\n- dependency-name: follow-redirects\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump follow-redirects from 1.13.0 to 1.15.2"}},{"before":"bffe34b48a68aa0badbb6c209982902e522be276","after":"e9f487abf587019478bbbbaab4eb8f5de85b8bb1","ref":"refs/heads/dependabot/npm_and_yarn/node-fetch-2.6.9","pushedAt":"2023-04-07T20:05:14.000Z","pushType":"force_push","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 node-fetch from 2.6.1 to 2.6.9\n\nBumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.9.\n- [Release notes](https://github.com/node-fetch/node-fetch/releases)\n- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.9)\n\n---\nupdated-dependencies:\n- dependency-name: node-fetch\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump node-fetch from 2.6.1 to 2.6.9"}},{"before":"7f48a1e17998d705f99a1fc740b139f9d0fd59f5","after":"2e10c7750207a05d4562c12dd9aea2e23c6d5d09","ref":"refs/heads/dependabot/npm_and_yarn/qs-6.5.3","pushedAt":"2023-04-07T20:05:13.000Z","pushType":"force_push","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 qs from 6.5.2 to 6.5.3\n\nBumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.\n- [Release notes](https://github.com/ljharb/qs/releases)\n- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3)\n\n---\nupdated-dependencies:\n- dependency-name: qs\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump qs from 6.5.2 to 6.5.3"}},{"before":"d8352859131d6b9976a99315372c4fba84c05108","after":"0f11f9c26a4dd73df017bb8cbe897cb92a589b53","ref":"refs/heads/dependabot/npm_and_yarn/decode-uri-component-0.2.2","pushedAt":"2023-04-07T20:05:08.000Z","pushType":"force_push","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 decode-uri-component from 0.2.0 to 0.2.2\n\nBumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.\n- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)\n- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)\n\n---\nupdated-dependencies:\n- dependency-name: decode-uri-component\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump decode-uri-component from 0.2.0 to 0.2.2"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAECUUxfAA","startCursor":null,"endCursor":null}},"title":"Activity · salesforce/design-system-react"}