{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":42467001,"defaultBranch":"main","name":"glimmer-vm","ownerLogin":"glimmerjs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-09-14T17:59:26.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/24946286?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1713396380.0","currentOid":""},"activityList":{"items":[{"before":"1c6ae8f22e0d273aa5219124ebfebf28550a2993","after":null,"ref":"refs/heads/support-all-svg-elements","pushedAt":"2024-04-17T23:26:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"NullVoxPopuli","name":null,"path":"/NullVoxPopuli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199018?s=80&v=4"}},{"before":null,"after":"4e2b244f66854d9c934305a614d2b3db37605182","ref":"refs/heads/dependabot/npm_and_yarn/tar-6.2.1","pushedAt":"2024-04-11T12:32:11.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 tar from 6.2.0 to 6.2.1\n\nBumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.\n- [Release notes](https://github.com/isaacs/node-tar/releases)\n- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/isaacs/node-tar/compare/v6.2.0...v6.2.1)\n\n---\nupdated-dependencies:\n- dependency-name: tar\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump tar from 6.2.0 to 6.2.1"}},{"before":"cd0de78799e91818b3ca61b1c46a9df4c1eee740","after":"72bd97c92933c3779711de2adabf0cd217cae478","ref":"refs/heads/main","pushedAt":"2024-04-08T20:41:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NullVoxPopuli","name":null,"path":"/NullVoxPopuli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199018?s=80&v=4"},"commit":{"message":"v0.92.0","shortMessageHtmlLink":"v0.92.0"}},{"before":"ec250e63510991d2209c71c5ac42dccd47726bc1","after":"cd0de78799e91818b3ca61b1c46a9df4c1eee740","ref":"refs/heads/main","pushedAt":"2024-04-08T20:37:00.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"wycats","name":"Yehuda Katz","path":"/wycats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4?s=80&v=4"},"commit":{"message":"Merge pull request #1585 from glimmerjs/strict-mode-keywords\n\nIntroduce `keywords` option for `precompile`","shortMessageHtmlLink":"Merge pull request #1585 from glimmerjs/strict-mode-keywords"}},{"before":"025e7429bceb7c0a97f0fc4bf0b18b5015f4e331","after":null,"ref":"refs/heads/strict-mode-keywords","pushedAt":"2024-04-08T20:37:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wycats","name":"Yehuda Katz","path":"/wycats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4?s=80&v=4"}},{"before":null,"after":"1c6ae8f22e0d273aa5219124ebfebf28550a2993","ref":"refs/heads/support-all-svg-elements","pushedAt":"2024-04-08T03:25:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"NullVoxPopuli","name":null,"path":"/NullVoxPopuli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199018?s=80&v=4"},"commit":{"message":"Add tests to support svg elements","shortMessageHtmlLink":"Add tests to support svg elements"}},{"before":"fabf5d4e13f6b96cbaf5ef769ad3ab0a90ca65aa","after":"ec250e63510991d2209c71c5ac42dccd47726bc1","ref":"refs/heads/main","pushedAt":"2024-04-05T17:34:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NullVoxPopuli","name":null,"path":"/NullVoxPopuli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199018?s=80&v=4"},"commit":{"message":"v0.91.2","shortMessageHtmlLink":"v0.91.2"}},{"before":"2a19a06f40955faddf5bbe586371a4d8b52191eb","after":"025e7429bceb7c0a97f0fc4bf0b18b5015f4e331","ref":"refs/heads/strict-mode-keywords","pushedAt":"2024-04-04T23:51:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"chancancode","name":"Godfrey Chan","path":"/chancancode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55829?s=80&v=4"},"commit":{"message":"Introduce `keywords` option for `precompile`\n\nRecently in #1557 we started emitting build time error for strict\nmode templates containing undefined references. Previously these\nwere not handled until runtime and so we can only emit runtime\nerrors.\n\nHowever, the previous setup allowed for the host environment to\nimplement additional keywords – these are resolved at runtime with\nthe `lookupBuildInHelper` and `lookupBuiltInModifier` hooks, and\nthe error is only emitted if these hooks returned `null`.\n\nTo allow for this possibility, `precompile` now accept an option\nfor additional strict mode keywords that the host environment is\nexpected to provide.","shortMessageHtmlLink":"Introduce keywords option for precompile"}},{"before":"c0317d89c21bc12eee77c6021005781875072713","after":"2a19a06f40955faddf5bbe586371a4d8b52191eb","ref":"refs/heads/strict-mode-keywords","pushedAt":"2024-04-04T23:51:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"chancancode","name":"Godfrey Chan","path":"/chancancode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55829?s=80&v=4"},"commit":{"message":"Introduce `keywords` option for `precompile`\n\nRecently in #1557 we started emitting build time error for strict\nmode templates containing undefined references. Previously these\nwere not handled until runtime and so we can only emit runtime\nerrors.\n\nHowever, the previous setup allowed for the host environment to\nimplement additional keywords – these are resolved at runtime with\nthe `lookupBuildInHelper` and `lookupBuiltInModifier` hooks, and\nthe error is only emitted if these hooks returned `null`.\n\nTo allow for this possibility, `precompile` now accept an option\nfor additional strict mode keywords that the host environment is\nexpected to provide.","shortMessageHtmlLink":"Introduce keywords option for precompile"}},{"before":"ba4882154b5d10df29467616f9bdb7de7e82bf1c","after":"fabf5d4e13f6b96cbaf5ef769ad3ab0a90ca65aa","ref":"refs/heads/main","pushedAt":"2024-04-04T22:38:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"chancancode","name":"Godfrey Chan","path":"/chancancode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55829?s=80&v=4"},"commit":{"message":"fix extra spaces resulting in invalid block params (#1577)","shortMessageHtmlLink":"fix extra spaces resulting in invalid block params (#1577)"}},{"before":null,"after":"c0317d89c21bc12eee77c6021005781875072713","ref":"refs/heads/strict-mode-keywords","pushedAt":"2024-04-04T07:30:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"chancancode","name":"Godfrey Chan","path":"/chancancode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55829?s=80&v=4"},"commit":{"message":"Introduce `keywords` option for `precompile`\n\nRecently in #1557 we started emitting build time error for strict\nmode templates containing undefined references. Previously these\nwere not handled until runtime and so we can only emit runtime\nerrors.\n\nHowever, the previous setup allowed for the host environment to\nimplement additional keywords – these are resolved at runtime with\nthe `lookupBuildInHelper` and `lookupBuiltInModifier` hooks, and\nthe error is only emitted if these hooks returned `null`.\n\nTo allow for this possibility, `precompile` now accept an option\nfor additional strict mode keywords that the host environment is\nexpected to provide.","shortMessageHtmlLink":"Introduce keywords option for precompile"}},{"before":null,"after":"fdd4a787a587601940f4f41f82c020980881e957","ref":"refs/heads/dependabot/npm_and_yarn/vite-5.0.13","pushedAt":"2024-04-03T18:05:32.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 vite from 5.0.12 to 5.0.13\n\nBumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.0.13.\n- [Release notes](https://github.com/vitejs/vite/releases)\n- [Changelog](https://github.com/vitejs/vite/blob/v5.0.13/packages/vite/CHANGELOG.md)\n- [Commits](https://github.com/vitejs/vite/commits/v5.0.13/packages/vite)\n\n---\nupdated-dependencies:\n- dependency-name: vite\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump vite from 5.0.12 to 5.0.13"}},{"before":"d051884981c3f45f0833a03cddef707a38094da8","after":"ba4882154b5d10df29467616f9bdb7de7e82bf1c","ref":"refs/heads/main","pushedAt":"2024-03-28T20:43:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NullVoxPopuli","name":null,"path":"/NullVoxPopuli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199018?s=80&v=4"},"commit":{"message":"v0.91.1","shortMessageHtmlLink":"v0.91.1"}},{"before":"9e6efbd77da8ff3a612888c7365c1dd653b3ee31","after":null,"ref":"refs/heads/ast-bugfix","pushedAt":"2024-03-28T20:42:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"NullVoxPopuli","name":null,"path":"/NullVoxPopuli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199018?s=80&v=4"}},{"before":"4f73b2073011ace7a504f0e02c949afdaf172318","after":"d051884981c3f45f0833a03cddef707a38094da8","ref":"refs/heads/main","pushedAt":"2024-03-28T20:42:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"NullVoxPopuli","name":null,"path":"/NullVoxPopuli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199018?s=80&v=4"},"commit":{"message":"[BUGFIX] Ensure legacy path.parts matches existing semantics (#1583)\n\nThe refactor in #1568 slightly changed the semantics of `path.parts`\r\nin that it didn't previously include `this` or the leading `@`. This\r\ncommit restores the previous semantics.","shortMessageHtmlLink":"[BUGFIX] Ensure legacy path.parts matches existing semantics (#1583)"}},{"before":"6d4470396627729516e8f5cb5006a096a2a0d2a1","after":"9e6efbd77da8ff3a612888c7365c1dd653b3ee31","ref":"refs/heads/ast-bugfix","pushedAt":"2024-03-28T19:31:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"chancancode","name":"Godfrey Chan","path":"/chancancode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55829?s=80&v=4"},"commit":{"message":"[BUGFIX] Ensure legacy path.parts matches existing semantics\n\nThe refactor in #1568 slightly changed the semantics of `path.parts`\nin that it didn't previously include `this` or the leading `@`. This\ncommit restores the previous semantics.","shortMessageHtmlLink":"[BUGFIX] Ensure legacy path.parts matches existing semantics"}},{"before":null,"after":"6d4470396627729516e8f5cb5006a096a2a0d2a1","ref":"refs/heads/ast-bugfix","pushedAt":"2024-03-28T19:07:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"chancancode","name":"Godfrey Chan","path":"/chancancode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55829?s=80&v=4"},"commit":{"message":"[BUGFIX] Ensure legacy path.parts matches existing semantics\n\nThe refactor in #1568 slightly changed the semantics of `path.parts`\nin that it didn't previously include `this` or the leading `@`. This\ncommit restores the previous semantics.","shortMessageHtmlLink":"[BUGFIX] Ensure legacy path.parts matches existing semantics"}},{"before":"be49ccd0336a82475b15246d87a8b671c7eec4a4","after":"4f73b2073011ace7a504f0e02c949afdaf172318","ref":"refs/heads/main","pushedAt":"2024-03-25T16:58:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NullVoxPopuli","name":null,"path":"/NullVoxPopuli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199018?s=80&v=4"},"commit":{"message":"v0.91.0","shortMessageHtmlLink":"v0.91.0"}},{"before":"97bdac0da90bfb8466e95cdcf6f07b6d98388a63","after":null,"ref":"refs/heads/throw-on-attributes-in-the-wrong-place","pushedAt":"2024-03-25T16:55:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"chancancode","name":"Godfrey Chan","path":"/chancancode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55829?s=80&v=4"}},{"before":"f3d27761545cf76867489d0024610f7dbf82b2ec","after":"be49ccd0336a82475b15246d87a8b671c7eec4a4","ref":"refs/heads/main","pushedAt":"2024-03-25T16:55:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"chancancode","name":"Godfrey Chan","path":"/chancancode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55829?s=80&v=4"},"commit":{"message":"Prevent use of ...attributes in invalid places (#1582)","shortMessageHtmlLink":"Prevent use of ...attributes in invalid places (#1582)"}},{"before":"6d4f7b92fa007f74ef9ef3d392c4033ca914e6d2","after":"97bdac0da90bfb8466e95cdcf6f07b6d98388a63","ref":"refs/heads/throw-on-attributes-in-the-wrong-place","pushedAt":"2024-03-25T16:51:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NullVoxPopuli","name":null,"path":"/NullVoxPopuli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199018?s=80&v=4"},"commit":{"message":"Use Mustache loc instead of path","shortMessageHtmlLink":"Use Mustache loc instead of path"}},{"before":"6ae59dc8320629635c5444db87a3d83b35160556","after":"6d4f7b92fa007f74ef9ef3d392c4033ca914e6d2","ref":"refs/heads/throw-on-attributes-in-the-wrong-place","pushedAt":"2024-03-25T16:48:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NullVoxPopuli","name":null,"path":"/NullVoxPopuli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199018?s=80&v=4"},"commit":{"message":"Use more compact messaging","shortMessageHtmlLink":"Use more compact messaging"}},{"before":null,"after":"6ae59dc8320629635c5444db87a3d83b35160556","ref":"refs/heads/throw-on-attributes-in-the-wrong-place","pushedAt":"2024-03-25T16:29:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"NullVoxPopuli","name":null,"path":"/NullVoxPopuli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199018?s=80&v=4"},"commit":{"message":"Prevent use of ...attributes in invalid places","shortMessageHtmlLink":"Prevent use of ...attributes in invalid places"}},{"before":"84ef91ea5e0f4074c566564bd4cfbce71b286687","after":"f3d27761545cf76867489d0024610f7dbf82b2ec","ref":"refs/heads/main","pushedAt":"2024-03-22T19:32:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NullVoxPopuli","name":null,"path":"/NullVoxPopuli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199018?s=80&v=4"},"commit":{"message":"v0.90.1","shortMessageHtmlLink":"v0.90.1"}},{"before":"2feba822fa4c4a3ffd0e52f7adba0fd43a9fd1a4","after":null,"ref":"refs/heads/remove-not-exported-import","pushedAt":"2024-03-22T19:31:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"NullVoxPopuli","name":null,"path":"/NullVoxPopuli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199018?s=80&v=4"}},{"before":"91337957c9d12fac277bb2574f24af4df22ba524","after":"84ef91ea5e0f4074c566564bd4cfbce71b286687","ref":"refs/heads/main","pushedAt":"2024-03-22T19:31:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"NullVoxPopuli","name":null,"path":"/NullVoxPopuli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199018?s=80&v=4"},"commit":{"message":"Remove index imports as they are not defined by package.json#exports (#1581)\n\n* Remove index imports\r\n\r\n* lint:fix","shortMessageHtmlLink":"Remove index imports as they are not defined by package.json#exports (#…"}},{"before":"9b5e63b70ce8ceefcfb1cff16c8ecf5d292ca2cc","after":"2feba822fa4c4a3ffd0e52f7adba0fd43a9fd1a4","ref":"refs/heads/remove-not-exported-import","pushedAt":"2024-03-22T19:24:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NullVoxPopuli","name":null,"path":"/NullVoxPopuli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199018?s=80&v=4"},"commit":{"message":"lint:fix","shortMessageHtmlLink":"lint:fix"}},{"before":null,"after":"9b5e63b70ce8ceefcfb1cff16c8ecf5d292ca2cc","ref":"refs/heads/remove-not-exported-import","pushedAt":"2024-03-22T19:18:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"NullVoxPopuli","name":null,"path":"/NullVoxPopuli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199018?s=80&v=4"},"commit":{"message":"Remove index imports","shortMessageHtmlLink":"Remove index imports"}},{"before":"4913a59a74de81940f04b0b70c444a7f016e97f1","after":"91337957c9d12fac277bb2574f24af4df22ba524","ref":"refs/heads/main","pushedAt":"2024-03-22T18:35:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NullVoxPopuli","name":null,"path":"/NullVoxPopuli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199018?s=80&v=4"},"commit":{"message":"v0.90.0","shortMessageHtmlLink":"v0.90.0"}},{"before":"b89bdf60753d939649440556058c9e8b6b1e2dcb","after":null,"ref":"refs/heads/remove-code-deprecated-in-3.28-for-removal-in-4.4-intimate-api","pushedAt":"2024-03-22T18:31:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"NullVoxPopuli","name":null,"path":"/NullVoxPopuli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199018?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEM5enPAA","startCursor":null,"endCursor":null}},"title":"Activity · glimmerjs/glimmer-vm"}