An open index of dependabot pull requests across open source projects.

Bump the npm group with 18 updates

Closed
Number: #1914
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 3
Created: June 02, 2025 at 03:05 PM UTC
(6 months ago)
Updated: June 02, 2025 at 03:06 PM UTC
(6 months ago)
Closed: June 02, 2025 at 03:06 PM UTC
(6 months ago)
Time to Close: 1 minute
Labels:
dependencies javascript
Assignees:
poad
Description:

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

@mui/codemod@7.1.1

@mui/system@7.1.1

@mui/styled-engine@7.1.1

@mui/stylis-plugin-rtl@7.1.1

Docs

Core

... (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

@mui/codemod@7.1.1

@mui/system@7.1.1

@mui/styled-engine@7.1.1

@mui/stylis-plugin-rtl@7.1.1

Docs

... (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

@mui/codemod@7.1.1

@mui/system@7.1.1

@mui/styled-engine@7.1.1

@mui/stylis-plugin-rtl@7.1.1

Docs

Core

... (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

@mui/codemod@7.1.1

@mui/system@7.1.1

@mui/styled-engine@7.1.1

@mui/stylis-plugin-rtl@7.1.1

Docs

... (truncated)

Commits
  • 0ebb3a1 v7.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 spread ownerState (#46187)
  • 8cd3aa5 [code-infra] Bump eslint to v9 (#46222)
  • 2fffbbd Bump @​types/react to ^19.1.6 (#46202)
  • d25e880 [SnackbarContent] Fix square prop not working (#46196)
  • 661b217 [SnackbarContent] Fix error when theme value is CSS variable (#46198)
  • 2043d80 [Autocomplete] Fix label shrink issue when renderValue is 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

@mui/codemod@7.1.1

@mui/system@7.1.1

@mui/styled-engine@7.1.1

@mui/stylis-plugin-rtl@7.1.1

Docs

Core

... (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

@mui/codemod@7.1.1

@mui/system@7.1.1

@mui/styled-engine@7.1.1

@mui/stylis-plugin-rtl@7.1.1

Docs

... (truncated)

Commits

Updates @eslint/js from 9.27.0 to 9.28.0

Release notes

Sourced from @​eslint/js's releases.

v9.28.0

Features

  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)

Bug Fixes

  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • 81c3c93 fix: curly types (#19750) (Eli)

Documentation

  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)

Chores

  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
Changelog

Sourced from @​eslint/js's changelog.

v9.28.0 - May 30, 2025

  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 81c3c93 fix: curly types (#19750) (Eli)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 0...

    Description has been truncated

Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Ecosystem:
npm
Version Change:
7.27.3 → 7.27.4
Update Type:
Patch
Package:
eslint
Ecosystem:
npm
Version Change:
9.27.0 → 9.28.0
Update Type:
Minor
Package:
@types/node
Ecosystem:
npm
Version Change:
22.15.27 → 22.15.29
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.3 → 7.27.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.4.1 → 4.4.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.3 → 7.27.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.1.0 → 7.1.1
Update Type:
Patch
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.27.0 → 9.28.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.1.0 → 7.1.1
Update Type:
Patch
Package:
@mui/utils
Ecosystem:
npm
Version Change:
7.1.0 → 7.1.1
Update Type:
Patch
Package:
@mui/system
Ecosystem:
npm
Version Change:
7.1.0 → 7.1.1
Update Type:
Patch
Package:
pnpm
Ecosystem:
npm
Version Change:
10.11.0 → 10.11.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.3 → 7.27.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.1.8 → 3.1.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.1.0 → 7.1.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.1.0 → 7.1.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.1.0 → 7.1.1
Update Type:
Patch
Package:
@mui/types
Ecosystem:
npm
Version Change:
7.4.2 → 7.4.3
Update Type:
Patch
Technical Details
ID: 1232690
UUID: 3110579758
Node ID: PR_kwDOGmPE6c6Ypefj
Host: GitHub
Repository: poad/github-oauth-example