Skip to content

Commit

Permalink
[code-infra] Disable renovatebot semantic commits (#3224)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Feb 16, 2024
1 parent 5ecded5 commit 57595f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
17 changes: 0 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,10 @@ Move editor canvas inline, add authenticated session data to server context, fix
- &#8203;<!-- 22 -->Correct test urls for canvas tests (#3192) @Janpot
- &#8203;<!-- 21 -->Fix undo/redo in new canvas implementation (#3191) @Janpot
- &#8203;<!-- 20 -->Add authenticated session to app server context (#3157) @apedroferreira
- &#8203;<!-- 19 -->chore(deps): bump mui core (#3205) @renovate[bot]
- &#8203;<!-- 18 -->chore(deps): bump devdependencies (#3198) @renovate[bot]
- &#8203;<!-- 17 -->chore(deps): bump tsx to 4.7.1 (#3199) @renovate[bot]
- &#8203;<!-- 16 -->chore(deps): bump googleapis to 133.0.0 (#3201) @renovate[bot]
- &#8203;<!-- 15 -->chore(deps): bump actions/setup-node digest to 60edb5d (#3197) @renovate[bot]
- &#8203;<!-- 14 -->chore(deps): bump @mui/monorepo digest to 7de26c9 (#3196) @renovate[bot]
- &#8203;<!-- 13 -->chore(deps): bump mui x to 6.19.4 (#3190) @renovate[bot]
- &#8203;<!-- 12 -->Fix editable tree item bugs (#3187) @apedroferreira
- &#8203;<!-- 11 -->Fix project loading several times (#3188) @Janpot
- &#8203;<!-- 10 -->Add pie chart future component (#3185) @Janpot
- &#8203;<!-- 09 -->Fix drag-and-drop when dragging outside components (#3177) @apedroferreira
- &#8203;<!-- 08 -->chore(deps): bump @mui/toolpad to 0.1.49 (#3182) @renovate[bot]
- &#8203;<!-- 07 -->chore(deps): bump mui core (#3183) @renovate[bot]
- &#8203;<!-- 06 -->[code-infra] Deprecate usage of the next export command (#3217) @Janpot
- &#8203;<!-- 05 -->[core] Fix link to issue template @oliviertassinari
- &#8203;<!-- 04 -->[core] Add canvas mode that doesn't rely on vite (#3171) @Janpot
Expand All @@ -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.

- &#8203;<!-- 26 -->Authentication fixes/improvements (#3174) @apedroferreira
- &#8203;<!-- 25 -->chore(deps): bump mui core (#3175) @renovate[bot]
- &#8203;<!-- 24 -->Add isCanvas into app host context (#3170) @Janpot
- &#8203;<!-- 23 -->Fix a few react-resizable-panels warnings (#3173) @Janpot
- &#8203;<!-- 22 -->Improve package layout (#3148) @Janpot
- &#8203;<!-- 21 -->Add authorization docs (#3067) @apedroferreira
- &#8203;<!-- 20 -->Authentication/authorization tests (#3056) @apedroferreira
- &#8203;<!-- 19 -->Update renovate.json @Janpot
- &#8203;<!-- 18 -->chore(deps): bump dependencies (#3163) @renovate[bot]
- &#8203;<!-- 17 -->chore(deps): bump dependencies (major) (#3166) @renovate[bot]
- &#8203;<!-- 16 -->chore(deps): bump devdependencies (#3160) @renovate[bot]
- &#8203;<!-- 15 -->chore(deps): bump github/codeql-action action to v3.24.0 (#3164) @renovate[bot]
- &#8203;<!-- 14 -->chore(deps): bump pnpm to 8.15.1 (#3162) @renovate[bot]
- &#8203;<!-- 13 -->chore(deps): bump playwright (#3161) @renovate[bot]
- &#8203;<!-- 12 -->chore(deps): bump @mui/monorepo digest to 3c445c6 (#3159) @renovate[bot]
- &#8203;<!-- 11 -->fix: "Unexpected token ';'" in expressions with trailing ';' (#3147) @bharatkashyap
- &#8203;<!-- 10 -->Lock file maintenance (#3150) @renovate[bot]
- &#8203;<!-- 09 -->Add stronger warning to the auto generated files to avoid hand-editing (#3146) @Janpot
Expand Down
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [":semanticCommitsDisabled"],
"automerge": false,
"commitMessageAction": "Bump",
"commitMessageExtra": "to {{newValue}}",
Expand Down

0 comments on commit 57595f8

Please sign in to comment.