chore(deps): update devdependencies (non-major) #333
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.6.1
->3.6.3
5.16.7
->5.16.8
5.16.7
->5.16.8
0.5.6
->0.5.7
6.4.0
->6.5.0
9.1.6
->9.1.7
2.13.0
->2.13.2
3.3.3
->3.4.1
3.4.15
->3.4.16
5.6.3
->5.7.2
Release Notes
facebook/docusaurus (@docusaurus/module-type-aliases)
v3.6.3
Compare Source
🐛 Bug Fix
docusaurus
Committers: 1
v3.6.2
: 3.6.2Compare Source
3.6.2 (2024-11-19)
🐛 Bug Fix
docusaurus-module-type-aliases
docusaurus-theme-translations
docusaurus
docusaurus --help
should print plugin commands usingextendCli()
(@slorber)docusaurus-bundler
create-docusaurus
docusaurus-bundler
,docusaurus-faster
,docusaurus
🔧 Maintenance
yarn install
to ignore temporary network errors (@slorber)Committers: 5
mui/material-ui (@mui/icons-material)
v5.16.8
Compare Source
A big thanks to the 8 contributors who made this release possible.
@mui/material@5.16.8
@mui/utils@5.16.8
Docs
Core
All contributors of this release in alphabetical order: @alexfauquette, @cherniavskii, @DiegoAndai, @jukkatupamaki, @michelengelen, @oliviertassinari, @rluzists1, @siriwatknp
testing-library/eslint-plugin-testing-library (eslint-plugin-testing-library)
v6.5.0
Compare Source
Features
typicode/husky (husky)
v9.1.7
Compare Source
parcel-bundler/parcel (parcel)
v2.13.2
Compare Source
Fixed
JavaScript
SASS
file:
URLs – Detailsv2.13.1
Compare Source
Fixed
JavaScript
SASS
prettier/prettier (prettier)
v3.4.1
Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on
(#16887 by @fisker)<!-- Input --> <template> <button @​click="foo += 2">Click</button> </template> <!-- Prettier 3.4.0 --> <template> <button @​click="(foo += 2)">Click</button> </template> <!-- Prettier 3.4.1 --> <template> <button @​click="foo += 2">Click</button> </template>
v3.4.0
Compare Source
diff
🔗 Release Notes
tailwindlabs/tailwindcss (tailwindcss)
v3.4.16
Compare Source
Fixed
PluginsConfig
allowundefined
values (#14668)Changed
microsoft/TypeScript (typescript)
v5.7.2
Compare Source
Configuration
📅 Schedule: Branch creation - "after 9pm on sunday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.