Lock file maintenance npm all non-major dependencies #3273
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.12.11
->3.12.12
5.14.18
->5.14.19
5.14.18
->5.14.19
6.18.2
->6.18.3
6.18.2
->6.18.3
6.1.4
->6.1.5
3.3.5
->3.3.6
18.2.38
->18.2.41
6.13.0
->6.13.1
6.13.0
->6.13.1
8.54.0
->8.55.0
9.0.0
->9.1.0
23.0.0
->23.0.1
9.0.0-dev.1701030855118
->9.0.0-dev.1701358929517
6.20.0
->6.20.1
2.10.1
->2.10.3
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
cypress-io/code-coverage (@cypress/code-coverage)
v3.12.12
Compare Source
Bug Fixes
mui/material-ui (@mui/icons-material)
v5.14.19
Compare Source
Nov 29, 2023
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
material-next
package (#39807) @lhilgert9@mui/[email protected]
onChange
type from SelectInputProps (#39891) @ZeeshanTamboli@mui/[email protected]
numberInputReducer
(#38723) @mj12albert@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
PartiallyRequired
type (#39939) @lhilgert9@mui/[email protected]
LinearProgress
(#39807) @lhilgert9Switch
to material next (#39887) @lhilgert9Docs
Core
All contributors of this release in alphabetical order: @avikalpg, @brijeshb42, @cherniavskii, @danilo-leal, @DarhkVoyd, @dhaub-exelixis, @DiegoAndai, @flaviendelangle, @islandryu, @joserodolfofreitas, @lhilgert9, @mj12albert, @mnajdova, @oliviertassinari, @sadik-malik, @sai6855, @zanivan, @ZeeshanTamboli
mui/mui-x (@mui/x-data-grid)
v6.18.3
Compare Source
mui/mui-x (@mui/x-date-pickers)
v6.18.3
Compare Source
testing-library/jest-dom (@testing-library/jest-dom)
v6.1.5
Compare Source
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.13.1
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.13.1
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.55.0
Compare Source
Features
8c9e6c1
feat: importNamePattern option in no-restricted-imports (#17721) (Tanuj Kanti)Documentation
83ece2a
docs: fix typo--rules
->--rule
(#17806) (OKURA Masafumi)fffca5c
docs: remove "Open in Playground" buttons for removed rules (#17791) (Francesco Trotta)a6d9442
docs: fix correct/incorrect examples of rules (#17789) (Tanuj Kanti)383e999
docs: update and fix examples forno-unused-vars
(#17788) (Tanuj Kanti)5a8efd5
docs: add specific stylistic rule for each deprecated rule (#17778) (Etienne)Chores
eb8950c
chore: upgrade @eslint/js@8.55.0 (#17811) (Milos Djermanovic)93df384
chore: package.json update for @eslint/js release (Jenkins)fe4b954
chore: upgrade @eslint/eslintrc@2.1.4 (#17799) (Milos Djermanovic)bd8911d
ci: pin Node.js 21.2.0 (#17809) (Milos Djermanovic)b29a16b
chore: fix severalcli
tests to run in the intended flat config mode (#17797) (Milos Djermanovic)de165c1
chore: remove unused config-extends fixtures (#17781) (Milos Djermanovic)d4304b8
chore: remove formatting/stylistic rules from new rule templates (#17780) (Francesco Trotta)21024fe
chore: check rule examples for syntax errors (#17718) (Francesco Trotta)prettier/eslint-config-prettier (eslint-config-prettier)
v9.1.0
Compare Source
ESLINT_CONFIG_PRETTIER_NO_DEPRECATED
environment variable.keycloak/keycloak (keycloak-js)
v23.0.1
Compare Source
Upgrading
Before upgrading refer to the migration guide for a complete list of changes.
All resolved issues
Bugs
admin/ui
oidc
admin/ui
admin/ui
saml
operator
admin/ui
oidc
openlayers/openlayers (ol)
v9.0.0-dev.1701358929517
Compare Source
v9.0.0-dev.1701278752111
Compare Source
v9.0.0-dev.1701278721767
Compare Source
v9.0.0-dev.1701278416125
Compare Source
v9.0.0-dev.1701119362876
Compare Source
remix-run/react-router (react-router-dom)
v6.20.1
Compare Source
Patch Changes
useResolvedPath
fix for splat routes due to a large number of applications that were relying on the buggy behavior (see https://github.com/remix-run/react-router/issues/11052#issuecomment-1836589329). We plan to re-introduce this fix behind a future flag in the next minor version. (#11078)[email protected]
@remix-run/[email protected]
recharts/recharts (recharts)
v2.10.3
Compare Source
What's Changed
key
bug(s) by @imagineLife in https://github.com/recharts/recharts/pull/4006 - closes https://github.com/recharts/recharts/issues/4004New Contributors
Full Changelog: recharts/recharts@v2.10.2...v2.10.3
v2.10.2
Compare Source
What's Changed
Patch some bugs from 2.9 / 2.10
Fix
Tooltip
: Fix tooltip rendering crash when activeItem is undefined by @tran-simon in https://github.com/recharts/recharts/pull/3982Cursor
: should no longer show gray background on hover where there was none previously @HHongSeungWoo in https://github.com/recharts/recharts/pull/3992Tooltip
: show tooltip whendata
prop is on individual cartesian component by @HHongSeungWoo in https://github.com/recharts/recharts/pull/3988LabelList
- TypeScript: LabelList offset prop issue by @ckifer in https://github.com/recharts/recharts/pull/3999Accessibility
Brush
: set default aria-label and allow value override by @enriquetamames-cpi in https://github.com/recharts/recharts/pull/3950Refactor / Cleanup
New Contributors
Full Changelog: recharts/recharts@v2.10.1...v2.10.2
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.