Bump the npm group with 18 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 3
(6 months ago)
(6 months ago)
(6 months ago)
dependencies javascript
poad
Bumps the npm group with 18 updates:
| Package | From | To |
|---|---|---|
| @mui/icons-material | 7.1.0 |
7.1.1 |
| @mui/material | 7.1.0 |
7.1.1 |
| @mui/system | 7.1.0 |
7.1.1 |
| @eslint/js | 9.27.0 |
9.28.0 |
| @types/node | 22.15.27 |
22.15.29 |
| eslint | 9.27.0 |
9.28.0 |
| eslint-import-resolver-typescript | 4.4.1 |
4.4.2 |
| pnpm | 10.11.0 |
10.11.1 |
| @babel/helpers | 7.27.3 |
7.27.4 |
| @babel/parser | 7.27.3 |
7.27.4 |
| @babel/runtime | 7.27.3 |
7.27.4 |
| @babel/traverse | 7.27.3 |
7.27.4 |
| @mui/core-downloads-tracker | 7.1.0 |
7.1.1 |
| @mui/private-theming | 7.1.0 |
7.1.1 |
| @mui/styled-engine | 7.1.0 |
7.1.1 |
| @mui/types | 7.4.2 |
7.4.3 |
| @mui/utils | 7.1.0 |
7.1.1 |
| array-includes | 3.1.8 |
3.1.9 |
Updates @mui/icons-material from 7.1.0 to 7.1.1
Release notes
Sourced from @mui/icons-material's releases.
v7.1.1
A big thanks to the 15 contributors who made this release possible.
@mui/material@7.1.1
- [Autocomplete] Fix label shrink issue when
renderValueis used with empty array in multiple mode (#46047)@ZeeshanTamboli- [Autocomplete] Prevent
renderValuefrom being skipped when value is 0 (#46145)@LakshitAgarwal- [Autocomplete] Add note in JSDoc for non-TextField components in
renderInput(#46141)@khllbnomrn- [Chip] Add slots and slotProps (#46098)
@sai6855- [Menu] Remove depreacted
MenuListPropsfrom demos (#46144)@sai6855- [TablePaginationActions] Export TablePaginationActions as new component (#46149)
@sai6855- [SnackbarContent] Fix
squareprop not working (#46196)@0210shivam- [SnackbarContent] Fix error when theme value is CSS variable (#46198)
@0210shivam
@mui/codemod@7.1.1
- Add package name option (#45977)
@siriwatknp
@mui/system@7.1.1
- Skip styled component from being transformed (#46129)
@siriwatknp- Update the type for borderRadius (#46154)
@codiini
@mui/styled-engine@7.1.1
- Fix variant props callback type to spread
ownerState(#46187)@siriwatknp
@mui/stylis-plugin-rtl@7.1.1
- Fix RTL does not work with CSS layer with a new package (#46230)
@siriwatknpDocs
- [Dialog] Remove deprecated TransitionComponent from demo (#46185)
@sai6855- [Grid] Remove direction
columnandcolumn-reversefrom the demo (#46127)@0210shivam- [Grid] Update grid migration guide (#46057)
@sai6855- [templates] Fix rendering of logos in dark mode (#46221)
@sai6855- [ToggleButtonGroup] Add spacing demo (#46058)
@sai6855- Fix typo in dark mode docs (#46229)
@ZeeshanTamboli- Clarify Next.js + Tailwind CSS v3 integration requirements (#46176)
@chaitanyasharma1011- Fix GridLegacy docs order (#46135)
@oliviertassinari- Update upgrade guide for resolution of
react-is(#46002)@siriwatknp- Remove oudated scaffoldhub ad (#46090)
@oliviertassinari- Show how to target global state classes with CSS Modules (#45992)
@RubemMazzettoCore
... (truncated)
Changelog
Sourced from @mui/icons-material's changelog.
7.1.1
May 30, 2025
A big thanks to the 15 contributors who made this release possible.
@mui/material@7.1.1
- [Autocomplete] Fix label shrink issue when
renderValueis used with empty array in multiple mode (#46047)@ZeeshanTamboli- [Autocomplete] Prevent
renderValuefrom being skipped when value is 0 (#46145)@LakshitAgarwal- [Autocomplete] Add note in JSDoc for non-TextField components in
renderInput(#46141)@khllbnomrn- [Chip] Add slots and slotProps (#46098)
@sai6855- [Menu] Remove depreacted
MenuListPropsfrom demos (#46144)@sai6855- [TablePaginationActions] Export TablePaginationActions as new component (#46149)
@sai6855- [SnackbarContent] Fix
squareprop not working (#46196)@0210shivam- [SnackbarContent] Fix error when theme value is CSS variable (#46198)
@0210shivam
@mui/codemod@7.1.1
- Add package name option (#45977)
@siriwatknp
@mui/system@7.1.1
- Skip styled component from being transformed (#46129)
@siriwatknp- Update the type for borderRadius (#46154)
@codiini
@mui/styled-engine@7.1.1
- Fix variant props callback type to spread
ownerState(#46187)@siriwatknp
@mui/stylis-plugin-rtl@7.1.1
- Fix RTL does not work with CSS layer with a new package (#46230)
@siriwatknpDocs
- [Dialog] Remove deprecated TransitionComponent from demo (#46185)
@sai6855- [Grid] Remove direction
columnandcolumn-reversefrom the demo (#46127)@0210shivam- [Grid] Update grid migration guide (#46057)
@sai6855- [templates] Fix rendering of logos in dark mode (#46221)
@sai6855- [ToggleButtonGroup] Add spacing demo (#46058)
@sai6855- Fix typo in dark mode docs (#46229)
@ZeeshanTamboli- Clarify Next.js + Tailwind CSS v3 integration requirements (#46176)
@chaitanyasharma1011- Fix GridLegacy docs order (#46135)
@oliviertassinari- Update upgrade guide for resolution of
react-is(#46002)@siriwatknp- Remove oudated scaffoldhub ad (#46090)
@oliviertassinari- Show how to target global state classes with CSS Modules (#45992)
@RubemMazzetto
... (truncated)
Commits
Updates @mui/material from 7.1.0 to 7.1.1
Release notes
Sourced from @mui/material's releases.
v7.1.1
A big thanks to the 15 contributors who made this release possible.
@mui/material@7.1.1
- [Autocomplete] Fix label shrink issue when
renderValueis used with empty array in multiple mode (#46047)@ZeeshanTamboli- [Autocomplete] Prevent
renderValuefrom being skipped when value is 0 (#46145)@LakshitAgarwal- [Autocomplete] Add note in JSDoc for non-TextField components in
renderInput(#46141)@khllbnomrn- [Chip] Add slots and slotProps (#46098)
@sai6855- [Menu] Remove depreacted
MenuListPropsfrom demos (#46144)@sai6855- [TablePaginationActions] Export TablePaginationActions as new component (#46149)
@sai6855- [SnackbarContent] Fix
squareprop not working (#46196)@0210shivam- [SnackbarContent] Fix error when theme value is CSS variable (#46198)
@0210shivam
@mui/codemod@7.1.1
- Add package name option (#45977)
@siriwatknp
@mui/system@7.1.1
- Skip styled component from being transformed (#46129)
@siriwatknp- Update the type for borderRadius (#46154)
@codiini
@mui/styled-engine@7.1.1
- Fix variant props callback type to spread
ownerState(#46187)@siriwatknp
@mui/stylis-plugin-rtl@7.1.1
- Fix RTL does not work with CSS layer with a new package (#46230)
@siriwatknpDocs
- [Dialog] Remove deprecated TransitionComponent from demo (#46185)
@sai6855- [Grid] Remove direction
columnandcolumn-reversefrom the demo (#46127)@0210shivam- [Grid] Update grid migration guide (#46057)
@sai6855- [templates] Fix rendering of logos in dark mode (#46221)
@sai6855- [ToggleButtonGroup] Add spacing demo (#46058)
@sai6855- Fix typo in dark mode docs (#46229)
@ZeeshanTamboli- Clarify Next.js + Tailwind CSS v3 integration requirements (#46176)
@chaitanyasharma1011- Fix GridLegacy docs order (#46135)
@oliviertassinari- Update upgrade guide for resolution of
react-is(#46002)@siriwatknp- Remove oudated scaffoldhub ad (#46090)
@oliviertassinari- Show how to target global state classes with CSS Modules (#45992)
@RubemMazzettoCore
... (truncated)
Changelog
Sourced from @mui/material's changelog.
7.1.1
May 30, 2025
A big thanks to the 15 contributors who made this release possible.
@mui/material@7.1.1
- [Autocomplete] Fix label shrink issue when
renderValueis used with empty array in multiple mode (#46047)@ZeeshanTamboli- [Autocomplete] Prevent
renderValuefrom being skipped when value is 0 (#46145)@LakshitAgarwal- [Autocomplete] Add note in JSDoc for non-TextField components in
renderInput(#46141)@khllbnomrn- [Chip] Add slots and slotProps (#46098)
@sai6855- [Menu] Remove depreacted
MenuListPropsfrom demos (#46144)@sai6855- [TablePaginationActions] Export TablePaginationActions as new component (#46149)
@sai6855- [SnackbarContent] Fix
squareprop not working (#46196)@0210shivam- [SnackbarContent] Fix error when theme value is CSS variable (#46198)
@0210shivam
@mui/codemod@7.1.1
- Add package name option (#45977)
@siriwatknp
@mui/system@7.1.1
- Skip styled component from being transformed (#46129)
@siriwatknp- Update the type for borderRadius (#46154)
@codiini
@mui/styled-engine@7.1.1
- Fix variant props callback type to spread
ownerState(#46187)@siriwatknp
@mui/stylis-plugin-rtl@7.1.1
- Fix RTL does not work with CSS layer with a new package (#46230)
@siriwatknpDocs
- [Dialog] Remove deprecated TransitionComponent from demo (#46185)
@sai6855- [Grid] Remove direction
columnandcolumn-reversefrom the demo (#46127)@0210shivam- [Grid] Update grid migration guide (#46057)
@sai6855- [templates] Fix rendering of logos in dark mode (#46221)
@sai6855- [ToggleButtonGroup] Add spacing demo (#46058)
@sai6855- Fix typo in dark mode docs (#46229)
@ZeeshanTamboli- Clarify Next.js + Tailwind CSS v3 integration requirements (#46176)
@chaitanyasharma1011- Fix GridLegacy docs order (#46135)
@oliviertassinari- Update upgrade guide for resolution of
react-is(#46002)@siriwatknp- Remove oudated scaffoldhub ad (#46090)
@oliviertassinari- Show how to target global state classes with CSS Modules (#45992)
@RubemMazzetto
... (truncated)
Commits
0ebb3a1v7.1.1 (#46237)25131d6[code-infra] Add plugin to check for index file access (#46178)e92232b[material-ui][Chip] Add slots and slotProps (#46098)a619144[types] Fix variant props callback type to spreadownerState(#46187)8cd3aa5[code-infra] Bump eslint to v9 (#46222)2fffbbdBump@types/reactto ^19.1.6 (#46202)d25e880[SnackbarContent] Fixsquareprop not working (#46196)661b217[SnackbarContent] Fix error when theme value is CSS variable (#46198)2043d80[Autocomplete] Fix label shrink issue whenrenderValueis used with empty a...9c6871d[code-infra] Avoid loading barrel file during type checking (#46177)- Additional commits viewable in compare view
Updates @mui/system from 7.1.0 to 7.1.1
Release notes
Sourced from @mui/system's releases.
v7.1.1
A big thanks to the 15 contributors who made this release possible.
@mui/material@7.1.1
- [Autocomplete] Fix label shrink issue when
renderValueis used with empty array in multiple mode (#46047)@ZeeshanTamboli- [Autocomplete] Prevent
renderValuefrom being skipped when value is 0 (#46145)@LakshitAgarwal- [Autocomplete] Add note in JSDoc for non-TextField components in
renderInput(#46141)@khllbnomrn- [Chip] Add slots and slotProps (#46098)
@sai6855- [Menu] Remove depreacted
MenuListPropsfrom demos (#46144)@sai6855- [TablePaginationActions] Export TablePaginationActions as new component (#46149)
@sai6855- [SnackbarContent] Fix
squareprop not working (#46196)@0210shivam- [SnackbarContent] Fix error when theme value is CSS variable (#46198)
@0210shivam
@mui/codemod@7.1.1
- Add package name option (#45977)
@siriwatknp
@mui/system@7.1.1
- Skip styled component from being transformed (#46129)
@siriwatknp- Update the type for borderRadius (#46154)
@codiini
@mui/styled-engine@7.1.1
- Fix variant props callback type to spread
ownerState(#46187)@siriwatknp
@mui/stylis-plugin-rtl@7.1.1
- Fix RTL does not work with CSS layer with a new package (#46230)
@siriwatknpDocs
- [Dialog] Remove deprecated TransitionComponent from demo (#46185)
@sai6855- [Grid] Remove direction
columnandcolumn-reversefrom the demo (#46127)@0210shivam- [Grid] Update grid migration guide (#46057)
@sai6855- [templates] Fix rendering of logos in dark mode (#46221)
@sai6855- [ToggleButtonGroup] Add spacing demo (#46058)
@sai6855- Fix typo in dark mode docs (#46229)
@ZeeshanTamboli- Clarify Next.js + Tailwind CSS v3 integration requirements (#46176)
@chaitanyasharma1011- Fix GridLegacy docs order (#46135)
@oliviertassinari- Update upgrade guide for resolution of
react-is(#46002)@siriwatknp- Remove oudated scaffoldhub ad (#46090)
@oliviertassinari- Show how to target global state classes with CSS Modules (#45992)
@RubemMazzettoCore
... (truncated)
Changelog
Sourced from @mui/system's changelog.
7.1.1
May 30, 2025
A big thanks to the 15 contributors who made this release possible.
@mui/material@7.1.1
- [Autocomplete] Fix label shrink issue when
renderValueis used with empty array in multiple mode (#46047)@ZeeshanTamboli- [Autocomplete] Prevent
renderValuefrom being skipped when value is 0 (#46145)@LakshitAgarwal- [Autocomplete] Add note in JSDoc for non-TextField components in
renderInput(#46141)@khllbnomrn- [Chip] Add slots and slotProps (#46098)
@sai6855- [Menu] Remove depreacted
MenuListPropsfrom demos (#46144)@sai6855- [TablePaginationActions] Export TablePaginationActions as new component (#46149)
@sai6855- [SnackbarContent] Fix
squareprop not working (#46196)@0210shivam- [SnackbarContent] Fix error when theme value is CSS variable (#46198)
@0210shivam
@mui/codemod@7.1.1
- Add package name option (#45977)
@siriwatknp
@mui/system@7.1.1
- Skip styled component from being transformed (#46129)
@siriwatknp- Update the type for borderRadius (#46154)
@codiini
@mui/styled-engine@7.1.1
- Fix variant props callback type to spread
ownerState(#46187)@siriwatknp
@mui/stylis-plugin-rtl@7.1.1
- Fix RTL does not work with CSS layer with a new package (#46230)
@siriwatknpDocs
- [Dialog] Remove deprecated TransitionComponent from demo (#46185)
@sai6855- [Grid] Remove direction
columnandcolumn-reversefrom the demo (#46127)@0210shivam- [Grid] Update grid migration guide (#46057)
@sai6855- [templates] Fix rendering of logos in dark mode (#46221)
@sai6855- [ToggleButtonGroup] Add spacing demo (#46058)
@sai6855- Fix typo in dark mode docs (#46229)
@ZeeshanTamboli- Clarify Next.js + Tailwind CSS v3 integration requirements (#46176)
@chaitanyasharma1011- Fix GridLegacy docs order (#46135)
@oliviertassinari- Update upgrade guide for resolution of
react-is(#46002)@siriwatknp- Remove oudated scaffoldhub ad (#46090)
@oliviertassinari- Show how to target global state classes with CSS Modules (#45992)
@RubemMazzetto
... (truncated)
Commits
0ebb3a1v7.1.1 (#46237)a619144[types] Fix variant props callback type to spreadownerState(#46187)2fffbbdBump@types/reactto ^19.1.6 (#46202)4cfd2f7[system] Skip styled component from being transformed (#46129)67076a4[system] Update the type for borderRadius (#46154)ddc2ae6Bump styled-components to ^6.1.18 (#46124)03887caBump React to ^19.1.4 (#46115)- See full diff in compare view
Updates @eslint/js from 9.27.0 to 9.28.0
Release notes
Sourced from @eslint/js's releases.
v9.28.0
Features
b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)0f773effeat: support TS syntax inno-magic-numbers(#19561) (Nitin Kumar)c4a6b60feat: add allowTypeAnnotation to func-style (#19754) (sethamus)b03ad17feat: add TypeScript support toprefer-arrow-callback(#19678) (Tanuj Kanti)bc3c331feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)Bug Fixes
eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)fd467bbfix: remove interopDefault to use jiti's default (#19697) (sethamus)72d16e3fix: avoid false positive inno-unassigned-varsfor declare module (#19746) (Azat S.)81c3c93fix: curly types (#19750) (Eli)Documentation
3ec2082docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)59dd7e6docs: updatefunc-stylewith examples (#19793) (Tanuj Kanti)e9129e0docs: add global scope'simplicitfield to Scope Manager docs (#19770) (Milos Djermanovic)52f5b7adocs: fix minor typos and add links (#19743) (루밀LuMir)00716a3docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)Chores
175b7b8chore: upgrade to@eslint/js@9.28.0(#19802) (Francesco Trotta)844f5a6chore: package.json update for@eslint/jsrelease (Jenkins)62b1c1bchore: update globals to v16 (#19791) (Nitin Kumar)e8a1cb8chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)43d3975chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)2dfb5ebtest: updateSourceCodeTraversertests (#19763) (Milos Djermanovic)5bc21f9chore: add*.code-workspaceto.gitignore(#19771) (루밀LuMir)f4fa40erefactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)0f49329refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
Changelog
Sourced from @eslint/js's changelog.
v9.28.0 - May 30, 2025
175b7b8chore: upgrade to@eslint/js@9.28.0(#19802) (Francesco Trotta)844f5a6chore: package.json update for@eslint/jsrelease (Jenkins)b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)3ec2082docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)59dd7e6docs: updatefunc-stylewith examples (#19793) (Tanuj Kanti)62b1c1bchore: update globals to v16 (#19791) (Nitin Kumar)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)e8a1cb8chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)0f773effeat: support TS syntax inno-magic-numbers(#19561) (Nitin Kumar)43d3975chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)c4a6b60feat: add allowTypeAnnotation to func-style (#19754) (sethamus)fd467bbfix: remove interopDefault to use jiti's default (#19697) (sethamus)2dfb5ebtest: updateSourceCodeTraversertests (#19763) (Milos Djermanovic)b03ad17feat: add TypeScript support toprefer-arrow-callback(#19678) (Tanuj Kanti)e9129e0docs: add global scope'simplicitfield to Scope Manager docs (#19770) (Milos Djermanovic)bc3c331feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)5bc21f9chore: add*.code-workspaceto.gitignore(#19771) (루밀LuMir)72d16e3fix: avoid false positive inno-unassigned-varsfor declare module (#19746) (Azat S.)f4fa40erefactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)81c3c93fix: curly types (#19750) (Eli)52f5b7adocs: fix minor typos and add links (#19743) (루밀LuMir)0...Description has been truncated
Pull Request Statistics
0
0
+0
-0
Package Dependencies
eslint-import-resolver-typescript
npm
4.4.1 → 4.4.2
Patch
@mui/core-downloads-tracker
npm
7.1.0 → 7.1.1
Patch
Technical Details
| ID: | 1232690 |
| UUID: | 3110579758 |
| Node ID: | PR_kwDOGmPE6c6Ypefj |
| Host: | GitHub |
| Repository: | poad/github-oauth-example |