chore(deps): update all non-major dependencies #1273
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:
11.11.4
->11.12.0
11.13.0
11.11.5
->11.12.0
11.13.0
5.16.1
->5.16.4
5.16.1
->5.16.4
7.10.0
->7.11.0
7.10.0
->7.11.0
4.17.6
->4.17.7
1.11.11
->1.11.12
7.34.4
->7.35.0
v3.25.12
->v3.25.13
9.0.11
->9.1.1
7.16.0
->7.16.1
7.17.0
5.3.3
->5.3.4
0.7.1
->0.7.2
2.0.2
->2.0.3
2.0.4
Release Notes
emotion-js/emotion (@emotion/react)
v11.12.0
Compare Source
mui/material-ui (@mui/icons-material)
v5.16.4
Compare Source
Jul 16, 2024
A big thanks to the one contributor who made this release possible.
@mui/material@5.16.4
All contributors of this release in alphabetical order: @mnajdova
v5.16.3
Compare Source
Jul 16, 2024
A big thanks to the 3 contributors who made this release possible.
@mui/material@5.16.3
Docs
autosuggest-highlight
dependency (#42953) @HoFa1997All contributors of this release in alphabetical order: @HoFa1997, @mnajdova, @oliviertassinari
v5.16.2
Compare Source
Jul 16, 2024
A big thanks to the 2 contributors who made this release possible.
@mui/material@5.16.2
Core
All contributors of this release in alphabetical order: @mnajdova, @oliviertassinari
mui/mui-x (@mui/x-data-grid)
v7.11.0
Compare Source
Jul 18, 2024
We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
Data Grid
@mui/x-data-grid@7.11.0
gridEditRowsStateSelector
(#13877) @romgrkcolumnResizeStop
event not emitted when column is not resized (#13307) @mateuseapdate
anddatetime-local
input types inGridFilterInputMultipleValue
type (#13411) @karudedios@mui/x-data-grid-pro@7.11.0
Same changes as in
@mui/x-data-grid@7.11.0
.@mui/x-data-grid-premium@7.11.0
Same changes as in
@mui/x-data-grid-pro@7.11.0
.Date and Time Pickers
@mui/x-date-pickers@7.11.0
Mui-selected
class toTimeClock
meridiem buttons (#13848) @LukasTy@mui/x-date-pickers-pro@7.11.0
Same changes as in
@mui/x-date-pickers@7.11.0
, plus:name
prop propagation regression (#13821) @LukasTyCharts
@mui/x-charts@7.11.0
useChartContainerProps
(#13817) @JCQuintasclassName
to root element (#13647) @JCQuintasTree View
@mui/x-tree-view@7.11.0
useTreeView
hook (#13845) @flaviendelangleDocs
process.env.NODE_ENV
in production (#13869) @cherniavskiionChange
andonAccept
props (#13543) @flaviendelangleCore
renovate
group (#13846) @LukasTyimport/prefer-default-export
rule @oliviertassinari...other
and test imports in charts (#13844) @JCQuintasnext
tag for@mui/docs
package bumps (#13813) @LukasTy@mui/docs
dependency (#13760) @LukasTyEventManager
to@mui/x-internals
package (#13815) @flaviendelangleiamkun/dayjs (dayjs)
v1.11.12
Compare Source
Bug Fixes
jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.35.0
Compare Source
Added
jsx-props-no-spread-multi
] (#3724 @SimonSchick)forbid-component-props
]: addpropNamePattern
to allow / disallow prop name patterns (#3774 @akulsr0)jsx-handler-names
]: support ignoring component names (#3772 @akulsr0)jsx-closing-tag-location
]: addline-aligned
option (#3777 @kimtaejin3)no-danger
]: addcustomComponentNames
option (#3748 @akulsr0)Fixed
no-invalid-html-attribute
]: substitute placeholders in suggestion messages (#3759 @mdjermanovic)sort-prop-types
]: single line type ending without semicolon (#3784 @akulsr0)require-default-props
]: report when required props have default value (#3785 @akulsr0)Changed
variableUtil
: Avoid creating a single flat variable scope for each lookup (#3782 @DanielRosenwasser)github/codeql-action (github/codeql-action)
v3.25.13
Compare Source
typicode/husky (husky)
v9.1.1
Compare Source
v9.1.0
Compare Source
Super saiyan
goddog! It's over 9.0.0!There's a bug with this release which prevents the deprecation notice to appear and requires to remove
#!/usr/bin/env sh
and. "$(dirname -- "$0")/_/husky.sh"
(which are deprecated by the way). I'll publish a new version to fix that. Sorry about any inconvenience.What's new
You can now run package commands directly, no need for
npx
or equivalents.It makes writing hooks more intuitive and is also slightly faster 🐺⚡️
A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.
For more advanced use cases, see lint-staged.
Fixes
bunx husky init
commandDeprecations
#!/usr/bin/env sh
and. "$(dirname -- "$0")/_/husky.sh"
from your hooks~/.huskyrc
to.config/husky/init.sh
Support for these will be removed in v10, notices have been added.
Friendly reminder
If Git hooks don't fit your workflow, you can disable Husky globally. Just add
export HUSKY=0
to.config/husky/init.sh
.I've seen some confusion about this on X, so just a heads-up!
Sponsoring
Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: GitHub Sponsors.
Have a nice summer ☀️ I'm open to new opportunities/consulting so feel free to drop me a message 😉
typescript-eslint/typescript-eslint (typescript-eslint)
v7.16.1
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitejs/vite (vite)
v5.3.4
Compare Source
.css?url
in assets field of manifest (#17623) (1465b20), closes #17623fi3ework/vite-plugin-checker (vite-plugin-checker)
v0.7.2
Compare Source
Patch Changes
568b782
: Added basic support for Biome82972e0
: fix: tweak biome configsvitest-dev/vitest (vitest)
v2.0.3
Compare Source
🚀 Features
🐞 Bug Fixes
--inspect-brk
stop on Windows - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6110 (f8519)vi.spyOn
toMockInstance
of function overload - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6086 (e9f9a)View changes on GitHub
Configuration
📅 Schedule: Branch creation - "* 0-4 * * 3" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.