{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":4414698,"defaultBranch":"main","name":"compiler-explorer","ownerLogin":"compiler-explorer","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-05-23T01:31:17.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/57653830?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718163403.0","currentOid":""},"activityList":{"items":[{"before":"41fd35fc2b4fbe1e2a0bb51c56d7902dbbaf2990","after":"c381fb15c6f4025d495a9c00f7cbfdf66ff48d9f","ref":"refs/heads/renovate/sass-1.x","pushedAt":"2024-06-12T03:32:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update dependency sass to ^1.77.5","shortMessageHtmlLink":"chore(deps): update dependency sass to ^1.77.5"}},{"before":"4a119c3d7f19636b84a8cb431a3721925ab796a4","after":"6ba2a3316f9dd61fb6103e12fb89e24898714b64","ref":"refs/heads/renovate/c8-10.x","pushedAt":"2024-06-12T00:18:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update dependency c8 to ^10.1.1","shortMessageHtmlLink":"chore(deps): update dependency c8 to ^10.1.1"}},{"before":null,"after":"41fd35fc2b4fbe1e2a0bb51c56d7902dbbaf2990","ref":"refs/heads/renovate/sass-1.x","pushedAt":"2024-06-12T00:18:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update dependency sass to ^1.77.4","shortMessageHtmlLink":"chore(deps): update dependency sass to ^1.77.4"}},{"before":"d49d25c7a3a2bdc5af8b72a997068f57547f85d9","after":"731caf83626a9ce05f78cac93ca0d4625112cdf5","ref":"refs/heads/renovate/lint-staged-15.x","pushedAt":"2024-06-11T22:53:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update dependency lint-staged to ^15.2.6","shortMessageHtmlLink":"chore(deps): update dependency lint-staged to ^15.2.6"}},{"before":null,"after":"4a119c3d7f19636b84a8cb431a3721925ab796a4","ref":"refs/heads/renovate/c8-10.x","pushedAt":"2024-06-11T22:53:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update dependency c8 to v10","shortMessageHtmlLink":"chore(deps): update dependency c8 to v10"}},{"before":null,"after":"d49d25c7a3a2bdc5af8b72a997068f57547f85d9","ref":"refs/heads/renovate/lint-staged-15.x","pushedAt":"2024-06-11T19:09:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update dependency lint-staged to ^15.2.5","shortMessageHtmlLink":"chore(deps): update dependency lint-staged to ^15.2.5"}},{"before":"bcd773cd55243eee6a5a40a1774b7290b2e468d1","after":"b8df2e3daba24e15efd443ea07e34ee1d658b2fb","ref":"refs/heads/main","pushedAt":"2024-06-11T19:09:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mattgodbolt","name":"Matt Godbolt","path":"/mattgodbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/633973?s=80&v=4"},"commit":{"message":"Refactor and adding new dotnet compilers (#6522)\n\nDepends on https://github.com/compiler-explorer/infra/pull/1312.\r\n\r\nI'm considering to unify all old compiler versions per dotnet minor\r\nversion as patch upgrade in dotnet doesn't change the codegen. New patch\r\nversions come with quality updates like bug and security fixes, we only\r\nneed the latest version per minor dotnet version instead. Here a version\r\nis consisting of `major.minor.patch`, such as `7.0.3` and `8.0.5`.\r\n\r\ni.e.\r\n- `dotnet6030csharp:dotnet6018csharp:dotnet6014csharp:dotnet6011csharp`\r\n-> `dotnet60csharp`, and rename it to `.NET 6.0`, as `6.0.30`, `6.0.18`,\r\n`6.0.14` and `6.0.11` are all `6.0`\r\n- `dotnet6030fsharp:dotnet6018fsharp:dotnet6014fsharp:dotnet6011fsharp`\r\n-> `dotnet60fsharp`, and rename it to `.NET 6.0`, as `6.0.30`, `6.0.18`,\r\n`6.0.14` and `6.0.11` are all `6.0`\r\n- `dotnet6030vb:dotnet6018vb:dotnet6014vb:dotnet6011vb` -> `dotnet60vb`,\r\nand rename it to `.NET 6.0`, as `6.0.30`, `6.0.18`, `6.0.14` and\r\n`6.0.11` are all `6.0`\r\n- `dotnet7019csharp:dotnet707csharp:dotnet703csharp:dotnet701csharp` ->\r\n`dotnet70csharp`, and rename it to `.NET 7.0`, as `7.0.19`, `7.0.7`,\r\n`7.0.3` and `7.0.1` are all `7.0`\r\n- `dotnet7019fsharp:dotnet707fsharp:dotnet703fsharp:dotnet701fsharp` ->\r\n`dotnet70fsharp`, and rename it to `.NET 7.0`, as `7.0.19`, `7.0.7`,\r\n`7.0.3` and `7.0.1` are all `7.0`\r\n- `dotnet7019vb:dotnet707vb:dotnet703vb:dotnet701vb` -> `dotnet70vb`,\r\nand rename it to `.NET 7.0`, as `7.0.19`, `7.0.7`, `7.0.3` and `7.0.1`\r\nare all `7.0`\r\n\r\nI'm keeping the minor version (ie. `.0`) in the name as there may be\r\nupdates like `.NET Core 3.1` to `.NET Core 3.0` which does change the\r\ncodegen.\r\n\r\nThe compiler structure now is:\r\n\r\n```\r\ngroup: dotnetcoreclr\r\n.NET (main)\r\n.NET 8\r\n.NET 7\r\ngroup: dotnetcrossgen2\r\n.NET (main)\r\n.NET 8\r\n.NET 7\r\n.NET 6\r\ngroup: dotnetlegacy\r\nexisting compilers for backward compact\r\n```\r\n\r\n---------\r\n\r\nCo-authored-by: Patrick Quist ","shortMessageHtmlLink":"Refactor and adding new dotnet compilers (#6522)"}},{"before":"862b341dff125ecea04c71d8e02fe24414705c5c","after":"bcd773cd55243eee6a5a40a1774b7290b2e468d1","ref":"refs/heads/main","pushedAt":"2024-06-11T13:15:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mattgodbolt","name":"Matt Godbolt","path":"/mattgodbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/633973?s=80&v=4"},"commit":{"message":"Update llvm-objdump for Webassembly (#6589)\n\n๐Ÿ‘‹ Hey,\r\n\r\nThe Webassembly language was recently added (in #6429). I tested it\r\ntoday on the live enviornment, and it appears to not be working\r\n(example: https://godbolt.org/z/YP5KdscEM).\r\n\r\nI don't really know how to debug this, there is no other output other\r\nthan `objdump returned 255` which doesn't tell me a whole lot. (If\r\nsomeone can help me investigate this it would be appreciated)\r\n\r\nLooking at the configs for the other languages, they always specify a\r\nobjdump binary in the `/opt` path, so maybe `llvm-objdump` is not\r\navailable in the system?\r\n\r\nThis PR attempts to fix it by changing to a fixed version of\r\n`llvm-objdump` in the `/opt` install path. (I've also double checked,\r\nand that version does work locally)","shortMessageHtmlLink":"Update llvm-objdump for Webassembly (#6589)"}},{"before":"a42d7883debf61e9beaf8a60b23a23b572f3d83f","after":"862b341dff125ecea04c71d8e02fe24414705c5c","ref":"refs/heads/main","pushedAt":"2024-06-11T02:53:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mattgodbolt","name":"Matt Godbolt","path":"/mattgodbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/633973?s=80&v=4"},"commit":{"message":"Bound to need this too","shortMessageHtmlLink":"Bound to need this too"}},{"before":"bdb5feaea37c14c5c17059c581e44a138c3d799c","after":"a42d7883debf61e9beaf8a60b23a23b572f3d83f","ref":"refs/heads/main","pushedAt":"2024-06-11T02:50:39.000Z","pushType":"push","commitsCount":34,"pusher":{"login":"mattgodbolt","name":"Matt Godbolt","path":"/mattgodbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/633973?s=80&v=4"},"commit":{"message":"Merge branch 'OfekShilon-frontend_sentry'","shortMessageHtmlLink":"Merge branch 'OfekShilon-frontend_sentry'"}},{"before":"d8d4f572c86b9f109c3fc028a58fdcd59ff87865","after":"bdb5feaea37c14c5c17059c581e44a138c3d799c","ref":"refs/heads/main","pushedAt":"2024-06-11T02:29:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mattgodbolt","name":"Matt Godbolt","path":"/mattgodbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/633973?s=80&v=4"},"commit":{"message":"Add webassembly language (#6429)\n\n๐Ÿ‘‹ Hey,\r\n\r\nThis PR adds support for the Webassembly Text Language (#1871).\r\nCurrently it only supports the\r\n[wasmtime](https://github.com/bytecodealliance/wasmtime) compiler, but\r\nit should be possible to add others (i.e. v8 / wasmer / etc...).\r\n\r\nIt looks like the monaco does not support the WAT language, so I've\r\nadded a simple mode for it, that is mostly copied from the clojure mode\r\nwith some changes. From what I've tested it seems to work reasonably\r\nwell.\r\n\r\n\r\n![image](https://github.com/compiler-explorer/compiler-explorer/assets/1357143/9e38b28e-235c-47e5-a71e-50217e5d2056)\r\n\r\n---------\r\n\r\nCo-authored-by: Patrick Quist ","shortMessageHtmlLink":"Add webassembly language (#6429)"}},{"before":"31bf624ea6c53f64585ba1fa4e365730cbed2c22","after":"95c798d5c09a491c43494a3c405827704f1ac307","ref":"refs/heads/renovate/eslint-plugin-unicorn-53.x","pushedAt":"2024-06-11T02:23:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update dependency eslint-plugin-unicorn to v53","shortMessageHtmlLink":"chore(deps): update dependency eslint-plugin-unicorn to v53"}},{"before":"5d04d49a7ed84decfc91aa19bbebc2616b219d30","after":null,"ref":"refs/heads/renovate/eslint-plugin-sonarjs-1.x","pushedAt":"2024-06-11T02:22:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mattgodbolt","name":"Matt Godbolt","path":"/mattgodbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/633973?s=80&v=4"}},{"before":"4d90b26f43c8b5f7db35a25541ee8c06cb027998","after":"d8d4f572c86b9f109c3fc028a58fdcd59ff87865","ref":"refs/heads/main","pushedAt":"2024-06-11T02:22:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mattgodbolt","name":"Matt Godbolt","path":"/mattgodbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/633973?s=80&v=4"},"commit":{"message":"chore(deps): update dependency eslint-plugin-sonarjs to v1 (#6578)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Change | Age | Adoption | Passing | Confidence |\r\n|---|---|---|---|---|---|\r\n|\r\n[eslint-plugin-sonarjs](https://togithub.com/SonarSource/eslint-plugin-sonarjs)\r\n| [`^0.25.1` ->\r\n`^1.0.3`](https://renovatebot.com/diffs/npm/eslint-plugin-sonarjs/0.25.1/1.0.3)\r\n|\r\n[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-sonarjs/1.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-sonarjs/1.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-sonarjs/0.25.1/1.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-sonarjs/0.25.1/1.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n
\r\nSonarSource/eslint-plugin-sonarjs\r\n(eslint-plugin-sonarjs)\r\n\r\n###\r\n[`v1.0.3`](https://togithub.com/SonarSource/eslint-plugin-sonarjs/releases/tag/1.0.3)\r\n\r\n[Compare\r\nSource](https://togithub.com/SonarSource/eslint-plugin-sonarjs/compare/v1.0.2...1.0.3)\r\n\r\n#### What's Changed\r\n\r\n- [ESLINTJS-41](https://sonarsource.atlassian.net/browse/ESLINTJS-41)\r\nThe package entry points are incorrectly set by\r\n[@​zglicz](https://togithub.com/zglicz) in\r\n[https://github.com/SonarSource/eslint-plugin-sonarjs/pull/473](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/473)\r\n\r\n###\r\n[`v1.0.2`](https://togithub.com/SonarSource/eslint-plugin-sonarjs/releases/tag/v1.0.2)\r\n\r\n[Compare\r\nSource](https://togithub.com/SonarSource/eslint-plugin-sonarjs/compare/1.0.0...v1.0.2)\r\n\r\n#### What's Changed\r\n\r\n- [ESLINTJS-40](https://sonarsource.atlassian.net/browse/ESLINTJS-40)\r\nExpose the plugin \"meta\" as expected by ESLint 9 by\r\n[@​zglicz](https://togithub.com/zglicz) in\r\n[https://github.com/SonarSource/eslint-plugin-sonarjs/pull/472](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/472)\r\n\r\n###\r\n[`v1.0.0`](https://togithub.com/SonarSource/eslint-plugin-sonarjs/releases/tag/1.0.0)\r\n\r\n[Compare\r\nSource](https://togithub.com/SonarSource/eslint-plugin-sonarjs/compare/0.25.1...1.0.0)\r\n\r\nEslint-plugin-sonarjs is compatible with ESLint v9.\r\n\r\n##### What's Changed\r\n\r\n- Migrate to all newest packages, except for eslint v9 by\r\n[@​zglicz](https://togithub.com/zglicz) in\r\n[https://github.com/SonarSource/eslint-plugin-sonarjs/pull/460](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/460)\r\n- Move from a compile-all to a compile-entry-point pattern by\r\n[@​ericmorand-sonarsource](https://togithub.com/ericmorand-sonarsource)\r\nin\r\n[https://github.com/SonarSource/eslint-plugin-sonarjs/pull/463](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/463)\r\n- ESLINTJS-36 Split out tests and analyze into separate steps by\r\n[@​zglicz](https://togithub.com/zglicz) in\r\n[https://github.com/SonarSource/eslint-plugin-sonarjs/pull/465](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/465)\r\n- Fix breaking no-one-iteration-loop after ESLint v9 breaking change by\r\n[@​zglicz](https://togithub.com/zglicz) in\r\n[https://github.com/SonarSource/eslint-plugin-sonarjs/pull/467](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/467)\r\n- Resolve ESLINTJS-37 by\r\n[@​ericmorand-sonarsource](https://togithub.com/ericmorand-sonarsource)\r\nin\r\n[https://github.com/SonarSource/eslint-plugin-sonarjs/pull/466](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/466)\r\n- Add ruling tests to handle eslint 8 and 9 by\r\n[@​zglicz](https://togithub.com/zglicz) in\r\n[https://github.com/SonarSource/eslint-plugin-sonarjs/pull/468](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/468)\r\n- Make the exported rules a typed record by\r\n[@​ericmorand-sonarsource](https://togithub.com/ericmorand-sonarsource)\r\nin\r\n[https://github.com/SonarSource/eslint-plugin-sonarjs/pull/469](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/469)\r\n\r\n**Full Changelog**:\r\nhttps://github.com/SonarSource/eslint-plugin-sonarjs/compare/0.25.1...1.0.0\r\n\r\n
\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n๐Ÿ“… **Schedule**: Branch creation - \"before 8pm on the first day of the\r\nmonth\" in timezone America/Chicago, Automerge - At any time (no schedule\r\ndefined).\r\n\r\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](https://developer.mend.io/github/compiler-explorer/compiler-explorer).\r\n\r\n\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update dependency eslint-plugin-sonarjs to v1 (#6578)"}},{"before":"655041304496fd6ad2280c4b0f5a5de2105c143b","after":"4d90b26f43c8b5f7db35a25541ee8c06cb027998","ref":"refs/heads/main","pushedAt":"2024-06-11T02:22:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mattgodbolt","name":"Matt Godbolt","path":"/mattgodbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/633973?s=80&v=4"},"commit":{"message":"chore(deps): update dependency css-minimizer-webpack-plugin to v7 (#6576)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Change | Age | Adoption | Passing | Confidence |\r\n|---|---|---|---|---|---|\r\n|\r\n[css-minimizer-webpack-plugin](https://togithub.com/webpack-contrib/css-minimizer-webpack-plugin)\r\n| [`^6.0.0` ->\r\n`^7.0.0`](https://renovatebot.com/diffs/npm/css-minimizer-webpack-plugin/6.0.0/7.0.0)\r\n|\r\n[![age](https://developer.mend.io/api/mc/badges/age/npm/css-minimizer-webpack-plugin/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/css-minimizer-webpack-plugin/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/css-minimizer-webpack-plugin/6.0.0/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/css-minimizer-webpack-plugin/6.0.0/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n
\r\nwebpack-contrib/css-minimizer-webpack-plugin\r\n(css-minimizer-webpack-plugin)\r\n\r\n###\r\n[`v7.0.0`](https://togithub.com/webpack-contrib/css-minimizer-webpack-plugin/blob/HEAD/CHANGELOG.md#700-2024-05-07)\r\n\r\n[Compare\r\nSource](https://togithub.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v6.0.0...v7.0.0)\r\n\r\n##### โš  BREAKING CHANGES\r\n\r\n- update cssnano to 7.0\r\n([#​263](https://togithub.com/webpack-contrib/css-minimizer-webpack-plugin/issues/263))\r\n([a252ce9](https://togithub.com/webpack-contrib/css-minimizer-webpack-plugin/commit/a252ce91aad42181af0e4c71f1a00990c1efeeeb))\r\n\r\n
\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n๐Ÿ“… **Schedule**: Branch creation - \"before 8pm on the first day of the\r\nmonth\" in timezone America/Chicago, Automerge - At any time (no schedule\r\ndefined).\r\n\r\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](https://developer.mend.io/github/compiler-explorer/compiler-explorer).\r\n\r\n\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update dependency css-minimizer-webpack-plugin to v7 (#6576"}},{"before":"4475fa6d8138423d76405fd8efbff1f129d82052","after":null,"ref":"refs/heads/renovate/css-minimizer-webpack-plugin-7.x","pushedAt":"2024-06-11T02:22:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mattgodbolt","name":"Matt Godbolt","path":"/mattgodbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/633973?s=80&v=4"}},{"before":"4a119c3d7f19636b84a8cb431a3721925ab796a4","after":null,"ref":"refs/heads/renovate/c8-10.x","pushedAt":"2024-06-11T01:50:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"e125a451125f641fd091d7efabcc66d75923d3a7","after":null,"ref":"refs/heads/renovate/smithy-util-stream-3.x","pushedAt":"2024-06-11T01:49:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mattgodbolt","name":"Matt Godbolt","path":"/mattgodbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/633973?s=80&v=4"}},{"before":"b5cdb0829a9e5943efe74150558ecea3dae9f1d8","after":"655041304496fd6ad2280c4b0f5a5de2105c143b","ref":"refs/heads/main","pushedAt":"2024-06-11T01:49:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mattgodbolt","name":"Matt Godbolt","path":"/mattgodbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/633973?s=80&v=4"},"commit":{"message":"chore(deps): update dependency @smithy/util-stream to v3 (#6575)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Change | Age | Adoption | Passing | Confidence |\r\n|---|---|---|---|---|---|\r\n|\r\n[@smithy/util-stream](https://togithub.com/awslabs/smithy-typescript/tree/main/packages/util-stream)\r\n([source](https://togithub.com/awslabs/smithy-typescript/tree/HEAD/packages/util-stream))\r\n| [`^2.2.0` ->\r\n`^3.0.1`](https://renovatebot.com/diffs/npm/@smithy%2futil-stream/2.2.0/3.0.1)\r\n|\r\n[![age](https://developer.mend.io/api/mc/badges/age/npm/@smithy%2futil-stream/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@smithy%2futil-stream/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@smithy%2futil-stream/2.2.0/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@smithy%2futil-stream/2.2.0/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n
\r\nawslabs/smithy-typescript\r\n(@​smithy/util-stream)\r\n\r\n###\r\n[`v3.0.1`](https://togithub.com/awslabs/smithy-typescript/blob/HEAD/packages/util-stream/CHANGELOG.md#301)\r\n\r\n[Compare\r\nSource](https://togithub.com/awslabs/smithy-typescript/compare/@smithy/util-stream@3.0.0...@smithy/util-stream@3.0.1)\r\n\r\n##### Patch Changes\r\n\r\n- Updated dependencies\r\n\\[[`cc9fa00`](https://togithub.com/awslabs/smithy-typescript/commit/cc9fa00e)]\r\n-\r\n[@​smithy/fetch-http-handler](https://togithub.com/smithy/fetch-http-handler)[@​3](https://togithub.com/3).0.1\r\n\r\n###\r\n[`v3.0.0`](https://togithub.com/awslabs/smithy-typescript/blob/HEAD/packages/util-stream/CHANGELOG.md#300)\r\n\r\n[Compare\r\nSource](https://togithub.com/awslabs/smithy-typescript/compare/@smithy/util-stream@2.2.0...@smithy/util-stream@3.0.0)\r\n\r\n##### Major Changes\r\n\r\n-\r\n[`671aa70`](https://togithub.com/awslabs/smithy-typescript/commit/671aa704):\r\nupdate to node16 minimum\r\n\r\n##### Minor Changes\r\n\r\n-\r\n[`3500f34`](https://togithub.com/awslabs/smithy-typescript/commit/3500f341):\r\nhandle web streams in streamCollector and sdkStreamMixin\r\n\r\n##### Patch Changes\r\n\r\n- Updated dependencies\r\n\\[[`7a7c84d`](https://togithub.com/awslabs/smithy-typescript/commit/7a7c84d3)]\r\n- Updated dependencies\r\n\\[[`e76e736`](https://togithub.com/awslabs/smithy-typescript/commit/e76e736b)]\r\n- Updated dependencies\r\n\\[[`3500f34`](https://togithub.com/awslabs/smithy-typescript/commit/3500f341)]\r\n- Updated dependencies\r\n\\[[`671aa70`](https://togithub.com/awslabs/smithy-typescript/commit/671aa704)]\r\n-\r\n[@​smithy/types](https://togithub.com/smithy/types)[@​3](https://togithub.com/3).0.0\r\n-\r\n[@​smithy/fetch-http-handler](https://togithub.com/smithy/fetch-http-handler)[@​3](https://togithub.com/3).0.0\r\n-\r\n[@​smithy/node-http-handler](https://togithub.com/smithy/node-http-handler)[@​3](https://togithub.com/3).0.0\r\n-\r\n[@​smithy/util-hex-encoding](https://togithub.com/smithy/util-hex-encoding)[@​3](https://togithub.com/3).0.0\r\n-\r\n[@​smithy/util-buffer-from](https://togithub.com/smithy/util-buffer-from)[@​3](https://togithub.com/3).0.0\r\n-\r\n[@​smithy/util-base64](https://togithub.com/smithy/util-base64)[@​3](https://togithub.com/3).0.0\r\n-\r\n[@​smithy/util-utf8](https://togithub.com/smithy/util-utf8)[@​3](https://togithub.com/3).0.0\r\n\r\n
\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n๐Ÿ“… **Schedule**: Branch creation - \"before 8pm on the first day of the\r\nmonth\" in timezone America/Chicago, Automerge - At any time (no schedule\r\ndefined).\r\n\r\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](https://developer.mend.io/github/compiler-explorer/compiler-explorer).\r\n\r\n\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update dependency @smithy/util-stream to v3 (#6575)"}},{"before":"48877ffbd5951717ec51be6f37b2e959565e917a","after":null,"ref":"refs/heads/mg/new_c8","pushedAt":"2024-06-11T01:49:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mattgodbolt","name":"Matt Godbolt","path":"/mattgodbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/633973?s=80&v=4"}},{"before":"7aa57d1fa1ef789481c8ef3f81847d1c4f8e18c5","after":"b5cdb0829a9e5943efe74150558ecea3dae9f1d8","ref":"refs/heads/main","pushedAt":"2024-06-11T01:49:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mattgodbolt","name":"Matt Godbolt","path":"/mattgodbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/633973?s=80&v=4"},"commit":{"message":"Update c8, sinon and supertest (#6588)","shortMessageHtmlLink":"Update c8, sinon and supertest (#6588)"}},{"before":null,"after":"48877ffbd5951717ec51be6f37b2e959565e917a","ref":"refs/heads/mg/new_c8","pushedAt":"2024-06-11T01:41:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mattgodbolt","name":"Matt Godbolt","path":"/mattgodbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/633973?s=80&v=4"},"commit":{"message":"Update c8, sinon and supertest","shortMessageHtmlLink":"Update c8, sinon and supertest"}},{"before":"124731824e781d7d0e4cec584c10fe638e47e7b6","after":null,"ref":"refs/heads/renovate/yaml-2.x","pushedAt":"2024-06-11T01:38:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"bcc837e879346a1bf2307998bc9c86b1246810ae","after":null,"ref":"refs/heads/renovate/typescript-eslint-monorepo","pushedAt":"2024-06-11T01:38:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"67ce2073f64d728024c7031b392d80ac56b64d59","after":null,"ref":"refs/heads/renovate/sentry-javascript-monorepo","pushedAt":"2024-06-11T01:38:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"3f18a15bf31c62c04c9a9b009c98595d061ac761","after":"7aa57d1fa1ef789481c8ef3f81847d1c4f8e18c5","ref":"refs/heads/main","pushedAt":"2024-06-11T01:37:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mattgodbolt","name":"Matt Godbolt","path":"/mattgodbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/633973?s=80&v=4"},"commit":{"message":"Better than a kick in the teeth","shortMessageHtmlLink":"Better than a kick in the teeth"}},{"before":"d0c1d0d2f850f891c293897897540d2ea76b56ff","after":"3f18a15bf31c62c04c9a9b009c98595d061ac761","ref":"refs/heads/main","pushedAt":"2024-06-11T01:37:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mattgodbolt","name":"Matt Godbolt","path":"/mattgodbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/633973?s=80&v=4"},"commit":{"message":"Minor updates of all the things (#6587)","shortMessageHtmlLink":"Minor updates of all the things (#6587)"}},{"before":"fdedb681038571e019cdc8711611971766454593","after":null,"ref":"refs/heads/mg/updates_20240610","pushedAt":"2024-06-11T01:37:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mattgodbolt","name":"Matt Godbolt","path":"/mattgodbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/633973?s=80&v=4"}},{"before":null,"after":"fdedb681038571e019cdc8711611971766454593","ref":"refs/heads/mg/updates_20240610","pushedAt":"2024-06-11T01:22:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mattgodbolt","name":"Matt Godbolt","path":"/mattgodbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/633973?s=80&v=4"},"commit":{"message":"Minor updates of all the things","shortMessageHtmlLink":"Minor updates of all the things"}},{"before":"95ad6780820abbd8d34a7820828cc5e4d2bbda2e","after":null,"ref":"refs/heads/mg/renovate","pushedAt":"2024-06-11T01:20:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mattgodbolt","name":"Matt Godbolt","path":"/mattgodbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/633973?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYttI8gA","startCursor":null,"endCursor":null}},"title":"Activity ยท compiler-explorer/compiler-explorer"}