Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 7, 2025

This PR contains the following updates:

Package Change Age Confidence
babel-plugin-istanbul ^7.0.0 -> ^7.0.1 age confidence
chai (source) ^6.0.1 -> ^6.2.1 age confidence
chalk ^5.6.0 -> ^5.6.2 age confidence
concurrently ^9.2.0 -> ^9.2.1 age confidence
cross-env ^10.0.0 -> ^10.1.0 age confidence
danger ^13.0.4 -> ^13.0.5 age confidence
es-toolkit (source) ^1.39.10 -> ^1.42.0 age confidence
html-webpack-plugin ^5.6.3 -> ^5.6.5 age confidence
karma-webpack ^5.0.0 -> ^5.0.1 age confidence
markdownlint-cli2 ^0.18.1 -> ^0.19.0 age confidence
mocha (source) ^11.7.1 -> ^11.7.5 age confidence
react-window (source) ^2.2.2 -> ^2.2.3 age confidence
rimraf ^6.0.1 -> ^6.1.0 age confidence
serve ^14.2.4 -> ^14.2.5 age confidence
stylelint (source) ^16.23.1 -> ^16.25.0 age confidence
stylis 4.2.0 -> 4.3.6 age confidence
tsx (source) ^4.20.4 -> ^4.20.6 age confidence
typescript (source) ^5.9.2 -> ^5.9.3 age confidence
webpack ^5.101.0 -> ^5.103.0 age confidence
webpack ^5.101.3 -> ^5.103.0 age confidence

Release Notes

istanbuljs/babel-plugin-istanbul (babel-plugin-istanbul)

v7.0.1

Compare Source

⚠ BREAKING CHANGES
  • deps: update to latest version of test-exclude (#​301)
Features
7.0.1 (2025-09-05)
Bug Fixes
chaijs/chai (chai)

v6.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v6.2.0...v6.2.1

open-cli-tools/concurrently (concurrently)

v9.2.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.2.0...v9.2.1

danger/danger-js (danger)

v13.0.5

Compare Source

toss/es-toolkit (es-toolkit)

v1.42.0

Compare Source

Released on November 17th, 2025.

  • Added new async utilities: filterAsync, flatMapAsync, forEachAsync, mapAsync, reduceAsync, and limitAsync for handling asynchronous operations.
  • Exported ThrottleOptions and DebounceOptions interfaces for better type support.
  • Fixed isFinite to implement type predicate to narrow type to number.
  • Fixed isSafeInteger to implement type predicate to narrow type to number.
  • Fixed omit to prevent adding index properties to array-like objects.
  • Fixed mergeWith to remove unnecessary nullish coalescing for 100% branch coverage.
  • Fixed compat/updateWith to remove unreachable code and add prototype pollution test.
  • Updated documentation headings for consistency.
  • Improved test coverage for compat/mergeWith, compat/unset, get, toMerged, mergeWith, and compat/intersectionBy with additional edge cases and security tests.

We sincerely thank @​Debbl, @​wo-o29, @​raon0211, @​Yeom-JinHo, @​sukvvon, and @​D-Sketon for their contributions. We appreciate your great efforts!

jantimon/html-webpack-plugin (html-webpack-plugin)

v5.6.5

Compare Source

v5.6.4

Compare Source

webpack-contrib/karma-webpack (karma-webpack)

v5.0.1

Compare Source

Fixes
  • security fixes
DavidAnson/markdownlint-cli2 (markdownlint-cli2)

v0.19.0

Compare Source

  • Add --format parameter for editor integration
  • Update output formatters for severity warning
  • Explicitly version Docker containers for pre-commit
  • Update dependencies (including markdownlint)
vercel/serve (serve)

v14.2.5

Compare Source

Patch Changes
  • f4b6fbd: Update compression to v1.8.1
stylelint/stylelint (stylelint)

v16.25.0

Compare Source

It adds 3 new features, including experimental support for bulk suppressions. It's also our first immutable release, with the package published to npm using trusted publishing and our dependencies updated on a cool down for improved supply chain security.

v16.24.0

Compare Source

It adds 1 new rule, adds 1 option to a rule and fixes 2 bugs.

thysultan/stylis.js (stylis)

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

privatenumber/tsx (tsx)

v4.20.6

Compare Source

Bug Fixes
  • properly hide relaySignal from process.listeners() (#​741) (710a424)

This release is also available on:

v4.20.5

Compare Source

Bug Fixes
  • handle ambiguous packages (796053a)

This release is also available on:

webpack/webpack (webpack)

v5.103.0

Compare Source

Features
  • Added DotenvPlugin and top level dotenv option to enable this plugin
  • Added WebpackManifestPlugin
  • Added support the ignoreList option in devtool plugins
  • Allow to use custom javascript parse function
  • Added import.meta.env support for environment variables
  • Added support for import.meta.dirname and import.meta.filename
  • Added support import.defer() for statistical path
  • Handle import.meta.main
  • Added suport to setup named exports for JSON modules and disable usage named export for import file from "./file.json" with { type: "json" }
  • Added support __dirname/__filename/import.meta.dirname/import.meta.filename for universal target
  • [CSS] Added the exportType option with link (by default), "text" and css-style-sheet values
  • [CSS] Added support for composes properties
Fixes
  • The dependOn chunk must be loaded before the common chunk
  • Return to namespace import when the external request includes a specific export
  • No runtime extra runtime code for module libraries
  • Delay HMR accept dependencies to preserve import attributes
  • Properly handle external presets for universal target
  • Fixed incorrect identifier of import binding for module externals
  • Fixed when defer import and dynamic default export mixed
  • Reduce generated output when globalThis supported
  • Fixed loading async modules in defer import
  • Reexport module for default import when no used exports for systemjs library
  • Rename HarmonyExportDependencyParserPlugin exported id to CompatibilityPlugin tagged id
  • Handle __dirname and __filename for ES modules
  • Rename single nested __webpack_export__ and __webpack_require__ in already bundled code
  • [Types] webpack function type
  • [Types] NormalModule type
  • [Types] Multi compiler configuration type
  • [Types] Fixed regression in custom hashDigest type
  • [CSS] No extra runtime for initial chunk
  • [CSS] Fixed a lot of CSS modules bugs

v5.102.1

Compare Source

Fixes
  • Supported extends with env for browserslist
  • Supported JSONP fragment format for web workers.
  • Fixed dynamic import support in workers using browserslist.
  • Fixed default defer import mangling.
  • Fixed default import of commonjs externals for SystemJS format.
  • Fixed context modules to the same file with different import attributes.
  • Fixed typescript types.
  • Improved import.meta warning messages to be more clear when used directly.
  • [CSS] Fixed CC_UPPER_U parsing (E -> U) in tokenizer.

v5.102.0

Compare Source

Features
  • Added static analyze for dynamic imports
  • Added support for import file from "./file.ext" with { type: "bytes" } to get the content as Uint8Array (look at example)
  • Added support for import file from "./file.ext" with { type: "text" } to get the content as text (look at example)
  • Added the snapshot.contextModule to configure snapshots options for context modules
  • Added the extractSourceMap option to implement the capabilities of loading source maps by comment, you don't need source-map-loader (look at example)
  • The topLevelAwait experiment is now stable (you can remove experiments.topLevelAwait from your webpack.config.js)
  • The layers experiment is now stable (you can remove experiments.layers from your webpack.config.js)
  • Added function matcher support in rule options
Fixes
  • Fixed conflicts caused by multiple concatenate modules
  • Ignore import failure during HMR update with ES modules output
  • Keep render module order consistent
  • Prevent inlining modules that have this exports
  • Removed unused timeout attribute of script tag
  • Supported UMD chunk format to work in web workers
  • Improved CommonJs bundle to ES module library
  • Use es-lexer for mjs files for build dependencies
  • Fixed support __non_webpack_require__ for ES modules
  • Properly handle external modules for CSS
  • AssetsByChunkName included assets from chunk.auxiliaryFiles
  • Use createRequire only when output is ES module and target is node
  • Typescript types
Performance Improvements
  • Avoid extra calls for snapshot
  • A avoid extra jobs for build dependencies
  • Move import attributes to own dependencies

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 04:59 AM, only on Sunday ( * 0-4 * * 7 ) in timezone 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Update of dependencies. label Sep 7, 2025
@renovate renovate bot force-pushed the renovate/code-infra-devdependencies branch from f1f901f to ce89b5d Compare September 7, 2025 17:31
@mui-bot
Copy link

mui-bot commented Sep 7, 2025

Netlify deploy preview

https://deploy-preview-46873--material-ui.netlify.app/

Bundle size report

Bundle Parsed size Gzip size
@mui/material 0B(0.00%) 0B(0.00%)
@mui/lab 0B(0.00%) 0B(0.00%)
@mui/system 0B(0.00%) 0B(0.00%)
@mui/utils 0B(0.00%) 0B(0.00%)

Details of bundle changes

Generated by 🚫 dangerJS against c2fa604

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged. label Sep 8, 2025
@renovate renovate bot force-pushed the renovate/code-infra-devdependencies branch 2 times, most recently from b1f92f9 to 5b7b470 Compare September 8, 2025 08:29
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged. label Sep 8, 2025
@renovate renovate bot force-pushed the renovate/code-infra-devdependencies branch 2 times, most recently from 0a31a84 to 0c37133 Compare September 8, 2025 16:30
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged. label Sep 9, 2025
@renovate renovate bot force-pushed the renovate/code-infra-devdependencies branch from 0c37133 to a02e001 Compare September 9, 2025 10:13
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged. and removed PR: out-of-date The pull request has merge conflicts and can't be merged. labels Sep 9, 2025
@renovate renovate bot force-pushed the renovate/code-infra-devdependencies branch from a02e001 to 4e87435 Compare September 9, 2025 18:17
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged. and removed PR: out-of-date The pull request has merge conflicts and can't be merged. labels Sep 9, 2025
@renovate renovate bot force-pushed the renovate/code-infra-devdependencies branch from 4e87435 to 4b72763 Compare September 10, 2025 09:01
@renovate renovate bot changed the title Bump code-infra:devDependencies Replace code-infra:devDependencies Sep 10, 2025
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged. label Sep 10, 2025
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged. label Sep 11, 2025
@renovate renovate bot force-pushed the renovate/code-infra-devdependencies branch from 4b72763 to 43f5a85 Compare September 11, 2025 12:46
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged. and removed PR: out-of-date The pull request has merge conflicts and can't be merged. labels Sep 11, 2025
@renovate renovate bot force-pushed the renovate/code-infra-devdependencies branch from 43f5a85 to 63332cc Compare September 11, 2025 21:03
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged. and removed PR: out-of-date The pull request has merge conflicts and can't be merged. labels Sep 11, 2025
@renovate renovate bot force-pushed the renovate/code-infra-devdependencies branch from 63332cc to 6bf608f Compare September 12, 2025 10:10
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged. and removed PR: out-of-date The pull request has merge conflicts and can't be merged. labels Sep 12, 2025
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged. label Nov 16, 2025
@renovate renovate bot force-pushed the renovate/code-infra-devdependencies branch 2 times, most recently from 970fdb4 to f98a443 Compare November 16, 2025 07:13
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged. and removed PR: out-of-date The pull request has merge conflicts and can't be merged. labels Nov 16, 2025
@renovate renovate bot force-pushed the renovate/code-infra-devdependencies branch from f98a443 to b1a7ec1 Compare November 16, 2025 07:20
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged. and removed PR: out-of-date The pull request has merge conflicts and can't be merged. labels Nov 16, 2025
@renovate renovate bot force-pushed the renovate/code-infra-devdependencies branch from b1a7ec1 to 0694225 Compare November 17, 2025 04:21
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged. and removed PR: out-of-date The pull request has merge conflicts and can't be merged. labels Nov 17, 2025
@renovate renovate bot force-pushed the renovate/code-infra-devdependencies branch 2 times, most recently from bccc498 to 2fc38c5 Compare November 17, 2025 05:05
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged. and removed PR: out-of-date The pull request has merge conflicts and can't be merged. labels Nov 17, 2025
@renovate renovate bot force-pushed the renovate/code-infra-devdependencies branch from 2fc38c5 to a471fd8 Compare November 17, 2025 05:19
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged. label Nov 17, 2025
@renovate renovate bot force-pushed the renovate/code-infra-devdependencies branch from a471fd8 to 2c5295a Compare November 18, 2025 16:18
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged. label Nov 19, 2025
@renovate renovate bot force-pushed the renovate/code-infra-devdependencies branch from 2c5295a to 891ef7c Compare November 19, 2025 05:51
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged. and removed PR: out-of-date The pull request has merge conflicts and can't be merged. labels Nov 19, 2025
@renovate renovate bot force-pushed the renovate/code-infra-devdependencies branch from 891ef7c to 29ec910 Compare November 19, 2025 07:57
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged. label Nov 19, 2025
@renovate renovate bot force-pushed the renovate/code-infra-devdependencies branch from 29ec910 to 8dfce9b Compare November 20, 2025 05:27
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged. label Nov 20, 2025
@renovate renovate bot force-pushed the renovate/code-infra-devdependencies branch from 8dfce9b to ff1421b Compare November 20, 2025 06:02
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged. label Nov 20, 2025
@renovate renovate bot force-pushed the renovate/code-infra-devdependencies branch from ff1421b to c2fa604 Compare November 21, 2025 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update of dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants