{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":43220156,"defaultBranch":"master","name":"xspec","ownerLogin":"xspec","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2015-09-26T19:42:54.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/12800125?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718103022.0","currentOid":""},"activityList":{"items":[{"before":"3b9f1f2ac9dffa1e8d77c9c5ece0efbd5cb31eb4","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/prettier-3.3.2","pushedAt":"2024-06-11T10:50:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"}},{"before":"d0cab21ff01af727515a99b26b849efa0ce63199","after":"65c701eb8e170949bf82d0f74aa970d40498ccee","ref":"refs/heads/master","pushedAt":"2024-06-11T10:50:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"},"commit":{"message":"ci(deps-dev): bump prettier from 3.3.1 to 3.3.2 (#1933)\n\nBumps [prettier](https://github.com/prettier/prettier) from 3.3.1 to 3.3.2.\r\n- [Release notes](https://github.com/prettier/prettier/releases)\r\n- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/prettier/prettier/compare/3.3.1...3.3.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: prettier\r\n dependency-type: direct:development\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"ci(deps-dev): bump prettier from 3.3.1 to 3.3.2 (#1933)"}},{"before":null,"after":"3b9f1f2ac9dffa1e8d77c9c5ece0efbd5cb31eb4","ref":"refs/heads/dependabot/npm_and_yarn/prettier-3.3.2","pushedAt":"2024-06-11T09:41:07.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":"ci(deps-dev): bump prettier from 3.3.1 to 3.3.2\n\nBumps [prettier](https://github.com/prettier/prettier) from 3.3.1 to 3.3.2.\n- [Release notes](https://github.com/prettier/prettier/releases)\n- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/prettier/prettier/compare/3.3.1...3.3.2)\n\n---\nupdated-dependencies:\n- dependency-name: prettier\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"ci(deps-dev): bump prettier from 3.3.1 to 3.3.2"}},{"before":"49f09a5ad10986010126bd4b97f7b3d50be638d2","after":"d0cab21ff01af727515a99b26b849efa0ce63199","ref":"refs/heads/master","pushedAt":"2024-06-10T12:20:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"},"commit":{"message":"fix(xslt): include class in XSLT code coverage data (#1918)\n\n* fix(xslt): include class in coverage data\r\n\r\ntraceableUQName is sometimes an ancestor of the\r\nnode that coverage-report.xsl expects to see (#1917),\r\nwhereas traceableClassName works more reliably.\r\nTherefore, include the class in the coverage data even\r\nif uqname is available.\r\n\r\n* Recompile with Java 8\r\n\r\n* Regenerate expected XML for cases-coverage\r\n\r\nXML coverage data now includes class names.\r\n\r\nGenerated using Saxon 12.4.\r\n\r\n* Test case for issue 1917\r\n\r\n* Regenerate expected XML for cases-coverage\r\n\r\nReflect all the new tests added in #1932","shortMessageHtmlLink":"fix(xslt): include class in XSLT code coverage data (#1918)"}},{"before":"803ac9d11a4518faa2af004facd8e746295ef06f","after":"49f09a5ad10986010126bd4b97f7b3d50be638d2","ref":"refs/heads/master","pushedAt":"2024-06-10T10:58:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"},"commit":{"message":"test(report): per-element tests of coverage data and coverage reports (#1932)\n\n* Coverage tests from birdya22 ZIP-file\r\n\r\nTests written by user birdya22 (Adrian Bird).\r\nFrom https://github.com/xspec/xspec/files/15447320/20240526Update.zip\r\n\r\n* Conventions, Markdown based on .txt from birdya22\r\n\r\nIn the ZIP-file from user birdya22 (Adrian Bird) is a readme.txt\r\nfile that, among other things, documents some conventions used in\r\nthe per-element coverage tests. This Markdown file is based on that\r\ndocumentation.\r\n\r\n* Generated expected results\r\n\r\nUsing Saxon 12.4 and XSpec master branch as of 2 June 2024\r\n\r\n* In xsl:apply-templates test, use mode attribute\r\n\r\n* In xsl:assert test, remove try/catch and add -ea\r\n\r\n1. xsl:try/xsl:catch structure has its own test, so simplify this test\r\nby using catch=\"yes\" in XSpec\r\n2. Add Saxon custom option to enable assertions\r\n\r\n* Remove unneeded namespace declaration\r\n\r\n* In xsl:attribute test, add case for child element\r\n\r\nTrace treats a child element and its text child differently\r\nfrom a child text node, so both patterns are worth capturing.\r\n\r\n* In xsl:global-context-item test, use XSpec context\r\n\r\nIn external transformations, XSpec passes x:context to\r\nXSLT as the global context item, so XSLT can get it using\r\n\".\" syntax. In external transformations, XSpec x:param\r\ndoes not get passed to XSLT processor.\r\n\r\n* Make xsl-accumulator-01.xspec run w/ external\r\n\r\nrun-as=\"external\" requires an additional xsl:mode\r\nelement with use-accumulators, for the default mode.\r\nThis change facilitates importing xsl-accumulator-01.xspec\r\ninto a parent XSpec file that has run-as=\"external\".\r\n\r\n* Add to xsl:on-non-empty test\r\n\r\nIn case Saxon optimizes away a case where\r\nstatic analysis of XSLT shows the sequence constructor\r\nis always empty, provide a case that requires the\r\nsource document in addition to the XSLT.\r\n\r\n* In xsl:comment test, add more cases\r\n\r\nChildren of xsl:comment are traced differently depending on\r\nthe order of `` elements in XSLT; without #1918 change,\r\nthe xsl:value-of child is incorrectly marked as missed.\r\n\r\n* Misc. non-substantive tweaks\r\n\r\nTypos, comments, code formatting\r\n\r\n* Example for xsl:evaluate with parameter\r\n\r\n* In xsl:map test, add more cases\r\n\r\nTrace behavior for xsl:variable is complicated, so judging\r\ntrace behavior of xsl:map and xsl:map-entry might be\r\neasier with additional data points. Use a template parameter\r\nand function body as additional contexts for xsl:map.\r\n\r\n* In xsl:message test, add cases that terminate\r\n\r\n* In xsl:mode test, add a case without name attribute\r\n\r\n* In xsl:next-match test, include more cases\r\n\r\n- Case with xsl:with-param child\r\n- Case where the next match is built-in template\r\n\r\n* In xsl:where-populated test, consistent structure\r\n\r\nFor testing, it shouldn't matter whether ``\r\nis the child or the parent of xsl:where-populated. This commit makes the\r\nstructure consistent between the two cases.\r\n\r\n* In xsl:catch test, add more cases\r\n\r\nDesign document suggests an \"unknown\" status for xsl:catch\r\ncoverage reporting, which is used when xsl:catch has no children.\r\nInclude example of two no-children cases (select attribute and\r\nempty) for executed xsl:catch and non-executed xsl:catch\r\nsituations.\r\n\r\n* In xsl:with-param test, add xsl:evaluate case\r\n\r\n* In xsl:param test, include global not overridden\r\n\r\nMimics the difference that the Java change in #1918 makes\r\nin test/global-override.xspec.\r\n\r\nThe overridden global xsl:param is marked as ignored, but an\r\nopen design question is whether it should instead be marked\r\nas missed. The comment in this revision says \"Expected miss\"\r\nin anticipation of changing the treatment of global params.\r\n\r\n* Fix lint issues\r\n\r\n* Regenerate expected results\r\n\r\n* Address review comments from birdya22\r\n\r\nAlso, regenerate the expected results corresponding to\r\nthe modified .xsl files.","shortMessageHtmlLink":"test(report): per-element tests of coverage data and coverage reports ("}},{"before":"5103149c3b4e91043caf73036c69189452390b34","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/prettier-3.3.1","pushedAt":"2024-06-05T12:17:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"}},{"before":"cbbcdce28831bbdf2ec0587ef53918e601f8ce75","after":"803ac9d11a4518faa2af004facd8e746295ef06f","ref":"refs/heads/master","pushedAt":"2024-06-05T12:17:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"},"commit":{"message":"ci(deps-dev): bump prettier from 3.3.0 to 3.3.1 (#1931)\n\nBumps [prettier](https://github.com/prettier/prettier) from 3.3.0 to 3.3.1.\r\n- [Release notes](https://github.com/prettier/prettier/releases)\r\n- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/prettier/prettier/compare/3.3.0...3.3.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: prettier\r\n dependency-type: direct:development\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"ci(deps-dev): bump prettier from 3.3.0 to 3.3.1 (#1931)"}},{"before":null,"after":"5103149c3b4e91043caf73036c69189452390b34","ref":"refs/heads/dependabot/npm_and_yarn/prettier-3.3.1","pushedAt":"2024-06-05T09:54: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":"ci(deps-dev): bump prettier from 3.3.0 to 3.3.1\n\nBumps [prettier](https://github.com/prettier/prettier) from 3.3.0 to 3.3.1.\n- [Release notes](https://github.com/prettier/prettier/releases)\n- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/prettier/prettier/compare/3.3.0...3.3.1)\n\n---\nupdated-dependencies:\n- dependency-name: prettier\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"ci(deps-dev): bump prettier from 3.3.0 to 3.3.1"}},{"before":"a80e888b8d35eb8fde113bbf418fde3eeef56dca","after":null,"ref":"refs/heads/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.7.0","pushedAt":"2024-06-04T14:20:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"}},{"before":"bd47c7f39725730d73da1bd7553e6d3bcb303868","after":"cbbcdce28831bbdf2ec0587ef53918e601f8ce75","ref":"refs/heads/master","pushedAt":"2024-06-04T14:20:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"},"commit":{"message":"build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin (#1930)\n\nBumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.3 to 3.7.0.\r\n- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)\r\n- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.7.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin (#1930)"}},{"before":"0f7a1f814cd44a0c23ca1dd306a8cc083dd3f016","after":"a80e888b8d35eb8fde113bbf418fde3eeef56dca","ref":"refs/heads/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.7.0","pushedAt":"2024-06-04T13:17:17.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":"build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin\n\nBumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.3 to 3.7.0.\n- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)\n- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.7.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin"}},{"before":"829f2b10c32f3f049848658f3e67a40aa00616e8","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/prettier-3.3.0","pushedAt":"2024-06-03T10:24:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"}},{"before":"c191d3cabc3d951cdbbc9896c41c5f6e84f3cb7c","after":"bd47c7f39725730d73da1bd7553e6d3bcb303868","ref":"refs/heads/master","pushedAt":"2024-06-03T10:24:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"},"commit":{"message":"ci(deps-dev): bump prettier from 3.2.5 to 3.3.0 (#1929)\n\nBumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.3.0.\r\n- [Release notes](https://github.com/prettier/prettier/releases)\r\n- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/prettier/prettier/compare/3.2.5...3.3.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: prettier\r\n dependency-type: direct:development\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"ci(deps-dev): bump prettier from 3.2.5 to 3.3.0 (#1929)"}},{"before":null,"after":"0f7a1f814cd44a0c23ca1dd306a8cc083dd3f016","ref":"refs/heads/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.7.0","pushedAt":"2024-06-03T09:33:25.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":"build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin\n\nBumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.3 to 3.7.0.\n- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)\n- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.7.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin"}},{"before":null,"after":"829f2b10c32f3f049848658f3e67a40aa00616e8","ref":"refs/heads/dependabot/npm_and_yarn/prettier-3.3.0","pushedAt":"2024-06-03T09:10:53.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":"ci(deps-dev): bump prettier from 3.2.5 to 3.3.0\n\nBumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.3.0.\n- [Release notes](https://github.com/prettier/prettier/releases)\n- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/prettier/prettier/compare/3.2.5...3.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: prettier\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"ci(deps-dev): bump prettier from 3.2.5 to 3.3.0"}},{"before":"9688955f96cfb5d038f3555d5bac8f664183e1c8","after":null,"ref":"refs/heads/dependabot/maven/org.sonatype.plugins-nexus-staging-maven-plugin-1.7.0","pushedAt":"2024-05-30T16:00:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"}},{"before":"7a5a60e3954dfcdadb66b90f6c2537283186adf7","after":"c191d3cabc3d951cdbbc9896c41c5f6e84f3cb7c","ref":"refs/heads/master","pushedAt":"2024-05-30T16:00:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"},"commit":{"message":"build(deps): bump org.sonatype.plugins:nexus-staging-maven-plugin (#1928)\n\nBumps org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump org.sonatype.plugins:nexus-staging-maven-plugin (#1928"}},{"before":null,"after":"9688955f96cfb5d038f3555d5bac8f664183e1c8","ref":"refs/heads/dependabot/maven/org.sonatype.plugins-nexus-staging-maven-plugin-1.7.0","pushedAt":"2024-05-28T09:23: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":"build(deps): bump org.sonatype.plugins:nexus-staging-maven-plugin\n\nBumps org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump org.sonatype.plugins:nexus-staging-maven-plugin"}},{"before":"6e56669488f32c9c3aad9f7f886f9f875552b482","after":null,"ref":"refs/heads/dependabot/pip/codespell-2.3.0","pushedAt":"2024-05-26T13:11:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"}},{"before":"f2cf5a87fda63d0fae94955c96d5a73842598e87","after":"7a5a60e3954dfcdadb66b90f6c2537283186adf7","ref":"refs/heads/master","pushedAt":"2024-05-26T13:11:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"},"commit":{"message":"ci(deps-dev): bump codespell from 2.2.6 to 2.3.0 (#1927)\n\nBumps [codespell](https://github.com/codespell-project/codespell) from 2.2.6 to 2.3.0.\r\n- [Release notes](https://github.com/codespell-project/codespell/releases)\r\n- [Commits](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: codespell\r\n dependency-type: direct:development\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"ci(deps-dev): bump codespell from 2.2.6 to 2.3.0 (#1927)"}},{"before":null,"after":"6e56669488f32c9c3aad9f7f886f9f875552b482","ref":"refs/heads/dependabot/pip/codespell-2.3.0","pushedAt":"2024-05-24T09:14:21.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":"ci(deps-dev): bump codespell from 2.2.6 to 2.3.0\n\nBumps [codespell](https://github.com/codespell-project/codespell) from 2.2.6 to 2.3.0.\n- [Release notes](https://github.com/codespell-project/codespell/releases)\n- [Commits](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: codespell\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"ci(deps-dev): bump codespell from 2.2.6 to 2.3.0"}},{"before":"dfa68fb338a62122cf17372193e93b2a6cb66b72","after":"f2cf5a87fda63d0fae94955c96d5a73842598e87","ref":"refs/heads/master","pushedAt":"2024-05-16T17:22:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"},"commit":{"message":"test: fix typo in label (export -> external) (#1925)","shortMessageHtmlLink":"test: fix typo in label (export -> external) (#1925)"}},{"before":"a043a494e33076502e9fa380b8bc43450a2395ad","after":null,"ref":"refs/heads/schxslt","pushedAt":"2024-05-16T12:34:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"}},{"before":"983edf7ae5508db87fc3658e5ca8e6affebb0e7c","after":"dfa68fb338a62122cf17372193e93b2a6cb66b72","ref":"refs/heads/master","pushedAt":"2024-05-14T20:19:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"},"commit":{"message":"test(report): adapt end-to-end testing for XSLT code coverage reporting (#1923)\n\n* Separate coverage-only tests\r\n\r\nTo set up tests for XSLT code coverage reports, place XSpec and XSLT\r\nfiles in cases-coverage/ and place expected reports in\r\ncases-coverage/expected/stylesheet/.\r\n\r\nTo run the tests for XSLT code coverage reports, execute\r\nrun-e2e-coverage-tests.cmd or run-e2e-coverage-tests.sh.\r\nThese scripts differ from the ones without `-coverage` in the\r\nfile name only in that they pass in the `-Dcases.dir=cases-coverage`\r\nargument.\r\n\r\n* Make shell script executable\r\n\r\n* Move some coverage-only tests\r\n\r\nFor now, move only the coverage-enabled end-to-end tests\r\nwhere it seems clear that we're not losing anything important\r\nby no longer checking the non-coverage reports.\r\n\r\n* Compare coverage data XML\r\n\r\n* Expected coverage data XML files\r\n\r\n* Update README to include cases-coverage","shortMessageHtmlLink":"test(report): adapt end-to-end testing for XSLT code coverage reporti…"}},{"before":"f4a584ac604f6b4418f5061000389727ab69b43e","after":"983edf7ae5508db87fc3658e5ca8e6affebb0e7c","ref":"refs/heads/master","pushedAt":"2024-05-13T19:26:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"},"commit":{"message":"test(schematron): test prefix usage in location attribute (#1924)\n\nAlso, show that the Schematron schema does not need to\r\nuse the same prefix as in the XSpec file.","shortMessageHtmlLink":"test(schematron): test prefix usage in location attribute (#1924)"}},{"before":"60f5637322adae5972a6be98ddadded8f0e83c84","after":"f4a584ac604f6b4418f5061000389727ab69b43e","ref":"refs/heads/master","pushedAt":"2024-05-02T13:39:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"},"commit":{"message":"ci: on macOS with Java 8, use liberica instead of temurin (#1922)\n\nTemurin distribution is not available for Java 8\r\nwith macos-14 on M1.","shortMessageHtmlLink":"ci: on macOS with Java 8, use liberica instead of temurin (#1922)"}},{"before":"09fdc55bfba9b475229e6385469e861d0ce4e99a","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/commitlint/config-angular-19.3.0","pushedAt":"2024-04-23T12:55:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"}},{"before":"edbc0ec9fa7de2becb89303fa174d73f146f7acc","after":"60f5637322adae5972a6be98ddadded8f0e83c84","ref":"refs/heads/master","pushedAt":"2024-04-23T12:55:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"},"commit":{"message":"ci(deps-dev): bump @commitlint/config-angular from 19.2.2 to 19.3.0 (#1915)\n\nBumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 19.2.2 to 19.3.0.\r\n- [Release notes](https://github.com/conventional-changelog/commitlint/releases)\r\n- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md)\r\n- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/config-angular)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: \"@commitlint/config-angular\"\r\n dependency-type: direct:development\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"ci(deps-dev): bump @commitlint/config-angular from 19.2.2 to 19.3.0 (#…"}},{"before":"30382d73e686c2fb645ecb0b84608c3e67c5d0bb","after":"09fdc55bfba9b475229e6385469e861d0ce4e99a","ref":"refs/heads/dependabot/npm_and_yarn/commitlint/config-angular-19.3.0","pushedAt":"2024-04-23T11:15: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":"ci(deps-dev): bump @commitlint/config-angular from 19.2.2 to 19.3.0\n\nBumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 19.2.2 to 19.3.0.\n- [Release notes](https://github.com/conventional-changelog/commitlint/releases)\n- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md)\n- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/config-angular)\n\n---\nupdated-dependencies:\n- dependency-name: \"@commitlint/config-angular\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"ci(deps-dev): bump @commitlint/config-angular from 19.2.2 to 19.3.0"}},{"before":"f26e7404175766189014fe7b71299b96a6d55ca4","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/commitlint/cli-19.3.0","pushedAt":"2024-04-23T11:15:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"galtm","name":"Amanda Galtman","path":"/galtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40716346?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYhjAEgA","startCursor":null,"endCursor":null}},"title":"Activity · xspec/xspec"}