From 57595f89d956ea11f0c5f6f8eeb9276ce0521e08 Mon Sep 17 00:00:00 2001 From: Jan Potoms <2109932+Janpot@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:15:13 +0100 Subject: [PATCH] [code-infra] Disable renovatebot semantic commits (#3224) --- CHANGELOG.md | 17 ----------------- renovate.json | 1 + 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e2cc92fb35..f99900e26ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,19 +23,10 @@ Move editor canvas inline, add authenticated session data to server context, fix - ​Correct test urls for canvas tests (#3192) @Janpot - ​Fix undo/redo in new canvas implementation (#3191) @Janpot - ​Add authenticated session to app server context (#3157) @apedroferreira -- ​chore(deps): bump mui core (#3205) @renovate[bot] -- ​chore(deps): bump devdependencies (#3198) @renovate[bot] -- ​chore(deps): bump tsx to 4.7.1 (#3199) @renovate[bot] -- ​chore(deps): bump googleapis to 133.0.0 (#3201) @renovate[bot] -- ​chore(deps): bump actions/setup-node digest to 60edb5d (#3197) @renovate[bot] -- ​chore(deps): bump @mui/monorepo digest to 7de26c9 (#3196) @renovate[bot] -- ​chore(deps): bump mui x to 6.19.4 (#3190) @renovate[bot] - ​Fix editable tree item bugs (#3187) @apedroferreira - ​Fix project loading several times (#3188) @Janpot - ​Add pie chart future component (#3185) @Janpot - ​Fix drag-and-drop when dragging outside components (#3177) @apedroferreira -- ​chore(deps): bump @mui/toolpad to 0.1.49 (#3182) @renovate[bot] -- ​chore(deps): bump mui core (#3183) @renovate[bot] - ​[code-infra] Deprecate usage of the next export command (#3217) @Janpot - ​[core] Fix link to issue template @oliviertassinari - ​[core] Add canvas mode that doesn't rely on vite (#3171) @Janpot @@ -58,20 +49,12 @@ A big thanks to the 5 contributors who made this release possible. Here are some - Miscellaneous bug fixes and maintenance work. - ​Authentication fixes/improvements (#3174) @apedroferreira -- ​chore(deps): bump mui core (#3175) @renovate[bot] - ​Add isCanvas into app host context (#3170) @Janpot - ​Fix a few react-resizable-panels warnings (#3173) @Janpot - ​Improve package layout (#3148) @Janpot - ​Add authorization docs (#3067) @apedroferreira - ​Authentication/authorization tests (#3056) @apedroferreira - ​Update renovate.json @Janpot -- ​chore(deps): bump dependencies (#3163) @renovate[bot] -- ​chore(deps): bump dependencies (major) (#3166) @renovate[bot] -- ​chore(deps): bump devdependencies (#3160) @renovate[bot] -- ​chore(deps): bump github/codeql-action action to v3.24.0 (#3164) @renovate[bot] -- ​chore(deps): bump pnpm to 8.15.1 (#3162) @renovate[bot] -- ​chore(deps): bump playwright (#3161) @renovate[bot] -- ​chore(deps): bump @mui/monorepo digest to 3c445c6 (#3159) @renovate[bot] - ​fix: "Unexpected token ';'" in expressions with trailing ';' (#3147) @bharatkashyap - ​Lock file maintenance (#3150) @renovate[bot] - ​Add stronger warning to the auto generated files to avoid hand-editing (#3146) @Janpot diff --git a/renovate.json b/renovate.json index 2991fd7a7c1..58c00ab402f 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [":semanticCommitsDisabled"], "automerge": false, "commitMessageAction": "Bump", "commitMessageExtra": "to {{newValue}}",