{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":26507037,"defaultBranch":"main","name":"dartdoc","ownerLogin":"dart-lang","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-11-11T22:05:42.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1609975?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1722537672.0","currentOid":""},"activityList":{"items":[{"before":"66366cd51d0dca27ab0dafcf84047d21b7866500","after":"b47a0c24a729858bb074ade49b5cff2c49998feb","ref":"refs/heads/main","pushedAt":"2024-08-28T19:34:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Fix referrable information on broken link messages. (#3854)\n\nThis fixes https://github.com/dart-lang/dartdoc/issues/3604","shortMessageHtmlLink":"Fix referrable information on broken link messages. (#3854)"}},{"before":"218e8c1a699c2e87fd43cde7eeefa7d172ade529","after":"66366cd51d0dca27ab0dafcf84047d21b7866500","ref":"refs/heads/main","pushedAt":"2024-08-28T18:00:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Tweak templates (#3853)","shortMessageHtmlLink":"Tweak templates (#3853)"}},{"before":"dc566301f6fa0e7ae387c30fde1b2e0752c0d318","after":"218e8c1a699c2e87fd43cde7eeefa7d172ade529","ref":"refs/heads/main","pushedAt":"2024-08-28T14:08:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Display 'Available extensions' in more, correct, places (#3852)\n\nWe weren't displaying them on enums, mixins, or extension types.\r\n\r\nAlso fixed some capitalization, and margins.","shortMessageHtmlLink":"Display 'Available extensions' in more, correct, places (#3852)"}},{"before":"e233b2b014d971d77fbde520e036af236199b808","after":"dc566301f6fa0e7ae387c30fde1b2e0752c0d318","ref":"refs/heads/main","pushedAt":"2024-08-27T16:52:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Refactor \"could apply\" logic for extensions (#3847)\n\nThis logic was implemented in a few places between Extension and ElementType (and subtypes). We don't need any logic to live in ElementTypes though, since any calculations that need to be made regarding DartTypes or InterfaceTypes can be made in Extension (`alwaysApplies` and `couldApplyTo`). This fixes https://github.com/dart-lang/dartdoc/issues/3846 and dramatically simplifies the implementation. Also:\r\n\r\n* Rename `Extension.extendedType` to `Extension.extendedElement`.\r\n* Change `PackageGraph._extensions` to a Set, to remove duplication in multiple canonical libraries.\r\n* Introduce a classes test.\r\n* Delete some redundant end2end testing code.","shortMessageHtmlLink":"Refactor \"could apply\" logic for extensions (#3847)"}},{"before":"f7e8defca031f354c92a3f8c594e9533f9b084e0","after":"e233b2b014d971d77fbde520e036af236199b808","ref":"refs/heads/main","pushedAt":"2024-08-26T23:50:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Deduplicate interfaces (#3848)","shortMessageHtmlLink":"Deduplicate interfaces (#3848)"}},{"before":"f64fc514065c50ab396cc9c3601c0585e0e701c3","after":"d3fe3eb3daa1a2b3142d0da7971d1989ad1c31f6","ref":"refs/heads/doc-import-prototype","pushedAt":"2024-08-24T16:47:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"DO NOT SUBMIT doc import prototype","shortMessageHtmlLink":"DO NOT SUBMIT doc import prototype"}},{"before":"ab8d74c1acf275c1a8a33508ced29f6a35967d3a","after":"f7e8defca031f354c92a3f8c594e9533f9b084e0","ref":"refs/heads/main","pushedAt":"2024-08-24T16:46:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Add mixins with superclass constraints, to the 'implementers' list. (#3844)\n\n\"Implementers\" is loose. The list of \"implementors\" of a class (etc.), _C_,\r\nincludes classes (etc.) that extend, implement, mix in, or\r\nuse-as-a-superclass-constraint, _C_.\r\n\r\nFixes https://github.com/dart-lang/dartdoc/issues/3406","shortMessageHtmlLink":"Add mixins with superclass constraints, to the 'implementers' list. (#…"}},{"before":"4a96cf4526838cefcfe70bd709a0cb491f6fdd17","after":"ab8d74c1acf275c1a8a33508ced29f6a35967d3a","ref":"refs/heads/main","pushedAt":"2024-08-23T20:07:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Migrate the field template test to use the reflective test infra (#3843)","shortMessageHtmlLink":"Migrate the field template test to use the reflective test infra (#3843)"}},{"before":"35c50464480361310bb82f744901bd18357bb406","after":"4a96cf4526838cefcfe70bd709a0cb491f6fdd17","ref":"refs/heads/main","pushedAt":"2024-08-22T00:50:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Rename test files to consistently use plural. (#3842)\n\nIf the thing being tested is a 'gadget', the test is called 'gadgets_test'.","shortMessageHtmlLink":"Rename test files to consistently use plural. (#3842)"}},{"before":"23c8f18d43ec1169db567a2bae1550698242d065","after":"35c50464480361310bb82f744901bd18357bb406","ref":"refs/heads/main","pushedAt":"2024-08-22T00:34:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Add environment to SubprocessException, for improved debugging (#3841)","shortMessageHtmlLink":"Add environment to SubprocessException, for improved debugging (#3841)"}},{"before":"51f07681efa6a2cc6aeefa7b0d9b189101914704","after":"23c8f18d43ec1169db567a2bae1550698242d065","ref":"refs/heads/main","pushedAt":"2024-08-22T00:30:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Bump to 8.0.14 (#3840)","shortMessageHtmlLink":"Bump to 8.0.14 (#3840)"}},{"before":"d629e1eacccf11338413d2581818cc9c84f340d9","after":"51f07681efa6a2cc6aeefa7b0d9b189101914704","ref":"refs/heads/main","pushedAt":"2024-08-21T17:15:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Tidy some tests after stable Dart release (#3839)","shortMessageHtmlLink":"Tidy some tests after stable Dart release (#3839)"}},{"before":"61016ade83e0f0def8c9b5fb36e172ea0779b5c6","after":"f64fc514065c50ab396cc9c3601c0585e0e701c3","ref":"refs/heads/doc-import-prototype","pushedAt":"2024-08-21T16:47:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"DO NOT SUBMIT doc import prototype","shortMessageHtmlLink":"DO NOT SUBMIT doc import prototype"}},{"before":"9bf90e5314792036d3bf461b5a8f63fc853595ff","after":"d629e1eacccf11338413d2581818cc9c84f340d9","ref":"refs/heads/main","pushedAt":"2024-08-21T16:11:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Dedupliate library elements (#3838)\n\nThe main change that deduplicates library elements is splitting\r\n`Library.exportedAndLocalElements` into `Library._localElements` and\r\n`Library._exportedElements`, and then `Library._elementsOfType` into\r\n`Library._localElementsOfType` and `Library._exportedElementsOfType`. These two\r\nlists are separated so that the ModelElements can be instantiated or fetched\r\nfrom the package graph with the \"correct\" enclosing library.\r\n`_localElementsOfType` fetches elements via `getModelFor(e, this)`, and\r\n`exportedElementsOfType` fetches elements via `getModelFor(e,\r\npackageGraph.getModelForElement(library))`.\r\n\r\nOther changes to support this:\r\n\r\n* Use an element's `canonicalLibrary` instead of `library` in many places, like\r\n in each override of `filePath`, and in GeneratorFrontEnd.\r\n* There is no longer a distinction between an element's library and its\r\n _defining_ library. `ModelElement.definingLibrary` is removed.\r\n* Introduce a `canonicalizedQualifiedName` to use when creating `index.json`,\r\n which is the same as `fullyQualifiedName` but using the element's canonical\r\n library.\r\n* The global map of all elements was keyed on a 3-element key, which can now be\r\n a 2-element key (ConstructedModelElementsKey).\r\n* Remove an assert in Inheritable that no longer makes sense with this new\r\n model.","shortMessageHtmlLink":"Dedupliate library elements (#3838)"}},{"before":"0577ca1d20388bc13ed132bea587991766e3d431","after":"9bf90e5314792036d3bf461b5a8f63fc853595ff","ref":"refs/heads/main","pushedAt":"2024-08-20T17:43:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Add a prefixes test for prefix references (#3837)","shortMessageHtmlLink":"Add a prefixes test for prefix references (#3837)"}},{"before":"271c051588ba6a324e87b35c644d3fd0acc99ab2","after":"0577ca1d20388bc13ed132bea587991766e3d431","ref":"refs/heads/main","pushedAt":"2024-08-19T19:59:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Improve logic of calculating a \"fully qualified name\" (#3836)\n\nFor improvements that I'm working on in another CL, it made sense to tidy up this code. The `_buildFullyQualifiedName` function was unnecessarily recursive and complex. And then the `_fullyQualifiedNameWithoutLibrary` function (a) has a complex name and (b) also worked _further_ to do undo some work done in `_buildFullyQualifiedName`. This CL tidies these two \"fields\".\r\n\r\n* Combine `fullyQualifiedName` and `_buildFullyQualifiedName` into one getter\r\n (removing one field).\r\n* Combine `fullyQualifiedNameWithoutLibrary` and\r\n `_fullyQualifiedNameWithoutLibrary` into one late final field, remove\r\n recursion, and simplify name to `qualifiedName`. Also mark as\r\n `@visibleForOverriding`. It should be private but because of the mixin\r\n hierarchy, it is declared in one file, and defined in another.\r\n* Improve documentation.","shortMessageHtmlLink":"Improve logic of calculating a \"fully qualified name\" (#3836)"}},{"before":"b4449742c0f7d7fa0179897cac163388e03236c2","after":"271c051588ba6a324e87b35c644d3fd0acc99ab2","ref":"refs/heads/main","pushedAt":"2024-08-19T19:43:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Add an assert to match a comment. (#3833)","shortMessageHtmlLink":"Add an assert to match a comment. (#3833)"}},{"before":"7fb1f3f3a30e7ad82a921d99bdb03d59f39c820f","after":"b4449742c0f7d7fa0179897cac163388e03236c2","ref":"refs/heads/main","pushedAt":"2024-08-14T16:16:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Add a doc-import into template_data.dart to resolve 'GeneratorBackend.write' (#3832)","shortMessageHtmlLink":"Add a doc-import into template_data.dart to resolve 'GeneratorBackend…"}},{"before":"392e2aa360e489e3deec6bc55183730d1e054d70","after":"7fb1f3f3a30e7ad82a921d99bdb03d59f39c820f","ref":"refs/heads/main","pushedAt":"2024-08-14T16:15:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Fix links in sidebar of extension types (#3831)","shortMessageHtmlLink":"Fix links in sidebar of extension types (#3831)"}},{"before":"31e110d6172f5dac28c3ec3093152915f59a7d7c","after":"392e2aa360e489e3deec6bc55183730d1e054d70","ref":"refs/heads/main","pushedAt":"2024-08-14T16:15:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Simplify some Container fields only used for sidebar logic. (#3834)\n\n* Rename `isInterface` to `isImplementableInterface`, as that is more accurate.\r\n* Rename `isClassOrEnum` to `isInterface`, as _that_ is more accurate.\r\n* Remove `isInterfaceOrExtension` as all Containers are either interfaces or\r\n extensions; unnecessary.\r\n* Remove `isClassOrExtensionType`; this functionality is covered by the\r\n existing property, `hasPublicConstructors`.","shortMessageHtmlLink":"Simplify some Container fields only used for sidebar logic. (#3834)"}},{"before":"ce098154b16255bbc9ddfa89e3f6141262645513","after":"31e110d6172f5dac28c3ec3093152915f59a7d7c","ref":"refs/heads/main","pushedAt":"2024-08-13T20:40:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Add tests supporting the wildcard feature (#3835)","shortMessageHtmlLink":"Add tests supporting the wildcard feature (#3835)"}},{"before":"f24562a6ad96366525c3c715fc26be8b1d246586","after":"ce098154b16255bbc9ddfa89e3f6141262645513","ref":"refs/heads/main","pushedAt":"2024-08-02T18:52:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Bump to 8.0.13 (#3827)","shortMessageHtmlLink":"Bump to 8.0.13 (#3827)"}},{"before":"2f8ccdc4cf98b7f3ed78c3fdce6af5a554c4cd2c","after":"61016ade83e0f0def8c9b5fb36e172ea0779b5c6","ref":"refs/heads/doc-import-prototype","pushedAt":"2024-08-02T17:03:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"DO NOT SUBMIT doc import prototype","shortMessageHtmlLink":"DO NOT SUBMIT doc import prototype"}},{"before":"1e6d55132dac95778a0f570e0169eedd2695ddc6","after":"f24562a6ad96366525c3c715fc26be8b1d246586","ref":"refs/heads/main","pushedAt":"2024-08-02T16:24:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Correct a regression for a package with a specified set of included libraries (#3825)\n\nCorrect a regression for a package with a specified set of included libraries\r\n\r\nIn 12d271a542c5e7ebb96763a66f560e2f4a99ca24 we change what libraries can count\r\nas a 'canonical library', such that when a set of libraries is specified with\r\nthe 'include' option, any library not in the 'include' list is not canonical.\r\nThis breaks a few things.\r\n\r\nThe fix is to add all libraries to the `_allLibraries` field, not taking the\r\n'include' list into consideration. Then when we decide what libraries are\r\nconsidered to be part of a package, we filter down to 'included' libraries.","shortMessageHtmlLink":"Correct a regression for a package with a specified set of included l…"}},{"before":"e321b3e792645f48ab78bfbc7350be6385f5ebcf","after":null,"ref":"refs/heads/dependabot/github_actions/github-actions-bfe1a02907","pushedAt":"2024-08-01T18:41:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"}},{"before":"5230f8fd10d51ef379993928ae5813bda103b78d","after":"1e6d55132dac95778a0f570e0169eedd2695ddc6","ref":"refs/heads/main","pushedAt":"2024-08-01T18:41:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"},"commit":{"message":"Bump the github-actions group with 3 updates (#3824)\n\nBumps the github-actions group with 3 updates: [ossf/scorecard-action](https://github.com/ossf/scorecard-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [github/codeql-action](https://github.com/github/codeql-action).\n\nUpdates `ossf/scorecard-action` from 2.3.3 to 2.4.0\n
\nRelease notes\n

Sourced from ossf/scorecard-action's releases.

\n
\n

v2.4.0

\n

What's Changed

\n

This update bumps the Scorecard version to the v5 release. For a complete list of changes, please refer to the v5.0.0 release notes. Of special note to Scorecard Action is the Maintainer Annotation feature, which can be used to suppress some Code Scanning false positives. Alerts will not be generated for any Scorecard Check with an annotation.

\n\n

Documentation

\n\n

New Contributors

\n\n

Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.3.3...v2.4.0

\n
\n
\n
\nCommits\n\n
\n
\n\nUpdates `actions/upload-artifact` from 4.3.3 to 4.3.4\n
\nRelease notes\n

Sourced from actions/upload-artifact's releases.

\n
\n

v4.3.4

\n

What's Changed

\n\n

Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4

\n
\n
\n
\nCommits\n\n
\n
\n\nUpdates `github/codeql-action` from 3.25.11 to 3.25.15\n
\nChangelog\n

Sourced from github/codeql-action's changelog.

\n
\n

CodeQL Action Changelog

\n

See the releases page for the relevant changes to the CodeQL CLI and language packs.

\n

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

\n

[UNRELEASED]

\n

No user facing changes.

\n

3.25.15 - 26 Jul 2024

\n\n

3.25.14 - 25 Jul 2024

\n\n

3.25.13 - 19 Jul 2024

\n\n

3.25.12 - 12 Jul 2024

\n\n

3.25.11 - 28 Jun 2024

\n\n

3.25.10 - 13 Jun 2024

\n\n

3.25.9 - 12 Jun 2024

\n\n

3.25.8 - 04 Jun 2024

\n\n

3.25.7 - 31 May 2024

\n
\n

... (truncated)

\n
\n
\nCommits\n\n
\n
\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---\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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions\n\n
","shortMessageHtmlLink":"Bump the github-actions group with 3 updates (#3824)"}},{"before":null,"after":"e321b3e792645f48ab78bfbc7350be6385f5ebcf","ref":"refs/heads/dependabot/github_actions/github-actions-bfe1a02907","pushedAt":"2024-08-01T18:19:00.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 the github-actions group with 3 updates\n\nBumps the github-actions group with 3 updates: [ossf/scorecard-action](https://github.com/ossf/scorecard-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [github/codeql-action](https://github.com/github/codeql-action).\n\n\nUpdates `ossf/scorecard-action` from 2.3.3 to 2.4.0\n- [Release notes](https://github.com/ossf/scorecard-action/releases)\n- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)\n- [Commits](https://github.com/ossf/scorecard-action/compare/dc50aa9510b46c811795eb24b2f1ba02a914e534...62b2cac7ed8198b15735ed49ab1e5cf35480ba46)\n\nUpdates `actions/upload-artifact` from 4.3.3 to 4.3.4\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/65462800fd760344b1a7b4382951275a0abb4808...0b2256b8c012f0828dc542b3febcab082c67f72b)\n\nUpdates `github/codeql-action` from 3.25.11 to 3.25.15\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/b611370bb5703a7efb587f9d136a52ea24c5c38c...afb54ba388a7dca6ecae48f608c4ff05ff4cc77a)\n\n---\nupdated-dependencies:\n- dependency-name: ossf/scorecard-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: github-actions\n- dependency-name: actions/upload-artifact\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: github-actions\n- dependency-name: github/codeql-action\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: github-actions\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the github-actions group with 3 updates"}},{"before":"1d005239cbe30bac643d7471c6bae5166dc75c8b","after":"5230f8fd10d51ef379993928ae5813bda103b78d","ref":"refs/heads/main","pushedAt":"2024-07-17T01:37:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Add support for package:web v1.0.0 (#3821)\n\nAdd support for package:web v1.0.0\r\n\r\n- Expands version range to >=0.5.1 <2.0.0.\r\n- In order to do this, we add an `innerHtml` extension\r\ninterop member both so we can support both major\r\nversions and so we don't need to do manual conversions\r\nof JSAny.\r\n- Also updates `createElement` calls to use the constructors\r\nsupplied in package:web 0.5.1 onwards.","shortMessageHtmlLink":"Add support for package:web v1.0.0 (#3821)"}},{"before":"f6f93ddf172716ae2a92f5e986ecbefaf9dd8a06","after":"1d005239cbe30bac643d7471c6bae5166dc75c8b","ref":"refs/heads/main","pushedAt":"2024-07-15T17:06:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Allow alert classnames in HTML sanitization. (#3820)\n\n* Allow alert classnames in HTML sanitization.\r\n\r\n* Updated dartdoc_options.yaml\r\n\r\n* No -dev in version.\r\n\r\n* Update CHANGELOG.md\r\n\r\nCo-authored-by: Luka S \r\n\r\n---------\r\n\r\nCo-authored-by: Luka S ","shortMessageHtmlLink":"Allow alert classnames in HTML sanitization. (#3820)"}},{"before":"9e86c9bf6f5f9b002bdcfee8e745e5b20eb7b846","after":"f6f93ddf172716ae2a92f5e986ecbefaf9dd8a06","ref":"refs/heads/main","pushedAt":"2024-07-09T23:49:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srawlins","name":"Sam Rawlins","path":"/srawlins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103167?s=80&v=4"},"commit":{"message":"Remove cross-export warning. (#3523)","shortMessageHtmlLink":"Remove cross-export warning. (#3523)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEpuJsBAA","startCursor":null,"endCursor":null}},"title":"Activity · dart-lang/dartdoc"}