Lock file maintenance npm all non-major dependencies #3153
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:
5.14.11
->5.14.12
5.14.11
->5.14.12
6.16.0
->6.16.1
6.16.0
->6.16.1
1.9.6
->1.9.7
18.2.24
->18.2.27
18.2.8
->18.2.12
6.7.4
->6.7.5
6.7.4
->6.7.5
8.50.0
->8.51.0
22.0.3
->22.0.4
~9.8.0
->~9.9.0
2.26.1
->2.26.2
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
mui/material-ui (@mui/icons-material)
v5.14.12
Compare Source
Oct 3, 2023
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.14.12
button
type (#39189) @sai6855@mui/system@5.14.12
variants
in the styled() util (#39073) @mnajdova@mui/base@5.0.0-beta.18
@mui/material-next@6.0.0-alpha.104
@mui/joy@5.0.0-beta.9
gap
property (#39147) @siriwatknpGlobalStyles
(#39278) @siriwatknpDocs
Autocomplete
github label demo to actual github label dropdown (#39228) @sai6855Box
withStack
in applicable demos (#39174) @sai6855Core
React Engineer - xCharts
Ashby link (#39172) @DanailHAll contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @DanailH, @danilo-leal, @DiegoAndai, @Erik-McKelvey, @Janpot, @mj12albert, @mnajdova, @oliviertassinari, @romgrk, @sai6855, @Semigradsky, @siriwatknp, @xulingzhihou, @zanivan, @ZeeshanTamboli
mui/mui-x (@mui/x-data-grid)
v6.16.1
Compare Source
Oct 6, 2023
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
Data Grid
@mui/x-data-grid@6.16.1
disableColumnSelector
demo idempotent (#10548) @MBilalShafi@mui/x-data-grid-pro@6.16.1
Same changes as in
@mui/x-data-grid@6.16.1
.@mui/x-data-grid-premium@6.16.1
Same changes as in
@mui/x-data-grid-pro@6.16.1
.Date Pickers
@mui/x-date-pickers@6.16.1
@mui/x-date-pickers-pro@6.16.1
Same changes as in
@mui/x-date-pickers@6.16.1
, plus:InputProps
propagation in multi input (#10564) @alexfauquetteCharts /
@mui/x-charts@6.0.0-alpha.14
onClick
is provided (#10551) @giladappsforceonClick
prop to PieChart (#10506) @giladappsforceslots
/slotProps
for the tooltip (#10515) @alexfauquetteDocs
DateRangePicker
example with aButton
trigger (#10485) @LukasTyCore
reduxjs/redux-toolkit (@reduxjs/toolkit)
v1.9.7
Compare Source
This bugfix release rewrites the RTKQ hook TS types to significantly improve TS perf.
Changelog
RTKQ TS Perf
A number of users had reported that Intellisense for RTKQ API objects was extremely slow (multiple seconds) - see discussion in #3214 . We did some perf investigation on user-provided examples, and concluded that the biggest factor to slow RTKQ TS perf was the calculation of hook names like
useGetPokemonQuery
, which was generating a large TS union of types.We've rewritten that hook names type calculation to use mapped types and a couple of intersections. In a specific user-provided stress test repo, it dropped TS calculation time by 60% (2600ms to 1000ms).
There's more potential work we can do to improve things, but this seems like a major perf improvement worth shipping now.
What's Changed
Full Changelog: reduxjs/redux-toolkit@v1.9.6...v1.9.7
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.7.5
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.7.5
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
eslint/eslint (eslint)
v8.51.0
Compare Source
Features
0a9c433
feat: Add--no-warn-ignored
CLI option for flat config (#17569) (Domantas Petrauskas)977e67e
feat: logical-assignment-operators to report expressions with 3 operands (#17600) (Yosuke Ota)Bug Fixes
f976b2f
fix: make rule severity case-sensitive in flat config (#17619) (Milos Djermanovic)0edfe36
fix: Ensure crash error messages are not duplicated (#17584) (Nicholas C. Zakas)dd79abc
fix:eslint-disable
to be able to parse quoted rule names (#17612) (Yosuke Ota)d2f6801
fix: Ensure correct code path for && followed by ?? (#17618) (Nicholas C. Zakas)Documentation
ee5be81
docs: default tosourceType: "module"
in rule examples (#17615) (Francesco Trotta)1aa26df
docs: Add more examples for multiline-ternary (#17610) (George Ashiotis)47d0b44
docs: Update README (GitHub Actions Bot)dbf831e
docs: use generated og image (#17601) (Percy Ma)1866da5
docs: Update README (GitHub Actions Bot)Chores
1ef39ea
chore: upgrade @eslint/js@8.51.0 (#17624) (Milos Djermanovic)f8c7403
chore: package.json update for @eslint/js release (ESLint Jenkins)2665552
test: fix flat config linter tests to use Linter in flat config mode (#17616) (Milos Djermanovic)7b77bcc
chore: Refactor CodePathState (#17510) (Nicholas C. Zakas)bc77c9a
chore: Document and refactor ForkContext (#17566) (Nicholas C. Zakas)24e1f14
chore: Refactor and document CodePath (#17558) (Nicholas C. Zakas)keycloak/keycloak (keycloak-js)
v22.0.4
Compare Source
npm/cli (npm)
v9.9.0
Compare Source
Features
ecda95a
#6841 add npm sbom command (#6841) (@bdehamer)fdb8a86
#6794 add package-lock-only mode to npm query (@wraithgar)16c04b1
#6877 add no-package-lock mode to npm audit (@wraithgar)66ef765
#6776 Add--cpu
and--os
option to override platform specific install (#6776) (@yukukotani)Bug Fixes
c9406f7
#6791 deprecate: ignore implicit workspace mode (#6758) (#6791) (@wraithgar)0b1d7c3
#6779 allow searching packages with no description (#6779) (@wraithgar, @lukekarrys)Documentation
9750720
#6694 fix example path (#6694) (@fvilers)Dependencies
588a245
#6756npm-pick-manifest@8.0.2
a76b1df
#6877sigstore@1.9.0
95b5ab0
#6877npm-install-checks@6.2.0
@npmcli/arborist@6.5.0
@npmcli/config@6.4.0
libnpmdiff@5.0.20
libnpmexec@6.0.4
libnpmfund@4.2.1
libnpmpack@5.0.20
plotly/plotly.js (plotly.js)
v2.26.2
Compare Source
Fixed
plotly_click
event on touchscreens with "select"dragmode
[#6724]),with thanks to @lvlte for the contribution!
with thanks to @dmt0 for the contribution!
with thanks to @bebeal for the contribution!
Configuration
📅 Schedule: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 has been generated by Mend Renovate. View repository job log here.