Bump code-infra:devDependencies
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| chai (source) | ^6.2.0 -> ^6.2.1 |
||
| es-toolkit (source) | ^1.41.0 -> ^1.42.0 |
||
| markdownlint-cli2 | ^0.18.1 -> ^0.19.1 |
||
| rimraf | ^6.1.0 -> ^6.1.2 |
||
| stylelint (source) | ^16.25.0 -> ^16.26.0 |
||
| terser (source) | ^5.44.0 -> ^5.44.1 |
||
| webpack | ^5.102.1 -> ^5.103.0 |
Release Notes
chaijs/chai (chai)
v6.2.1
What's Changed
- chore: add renovate config by @43081j in #1709
- chore: use new renovate schema by @43081j in #1713
- chore(deps): update actions/setup-node action to v5 (main) by @renovate[bot] in #1711
- chore(deps): update actions/checkout action to v5 (main) by @renovate[bot] in #1710
- chore(deps): update dependency eslint to v9 (main) by @renovate[bot] in #1715
- chore(deps): update dependency @rollup/plugin-commonjs to v28 (main) by @renovate[bot] in #1714
- chore(deps): update dependency mocha to v11 (main) by @renovate[bot] in #1717
- chore(deps): update dependency eslint-plugin-jsdoc to v60 (main) by @renovate[bot] in #1716
- chore: disable renovate for 4.x.x by @43081j in #1722
- chore(deps): update dependency eslint-plugin-jsdoc to v61 by @renovate[bot] in #1727
- chore(deps): update actions/setup-node action to v6 by @renovate[bot] in #1729
- chore(deps): update dependencies by @renovate[bot] in #1726
- chore(deps): update dependencies by @renovate[bot] in #1730
- chore(deps): update dependency node to v24 by @renovate[bot] in #1731
- chore(deps): update dependency @rollup/plugin-commonjs to v29 by @renovate[bot] in #1732
- chore(deps): update dependencies by @renovate[bot] in #1734
- build(deps): bump koa from 2.14.2 to 2.16.1 by @dependabot[bot] in #1683
- docs: update browser usage by @43081j in #1736
- chore(deps): update dependencies by @renovate[bot] in #1740
- docs: add comprehensive documentation for containSubset assertion by @Aashish-Jha-11 in #1739
- Set esbuild target to es2021 to support Safari < 16.4 by @larabr in #1737
New Contributors
- @renovate[bot] made their first contribution in #1711
- @Aashish-Jha-11 made their first contribution in #1739
- @larabr made their first contribution in #1737
Full Changelog: https://github.com/chaijs/chai/compare/v6.2.0...v6.2.1
toss/es-toolkit (es-toolkit)
v1.42.0
Released on November 17th, 2025.
- Added new async utilities:
filterAsync,flatMapAsync,forEachAsync,mapAsync,reduceAsync, andlimitAsyncfor handling asynchronous operations. - Exported
ThrottleOptionsandDebounceOptionsinterfaces for better type support. - Fixed
isFiniteto implement type predicate to narrow type to number. - Fixed
isSafeIntegerto implement type predicate to narrow type to number. - Fixed
omitto prevent adding index properties to array-like objects. - Fixed
mergeWithto remove unnecessary nullish coalescing for 100% branch coverage. - Fixed
compat/updateWithto remove unreachable code and add prototype pollution test. - Updated documentation headings for consistency.
- Improved test coverage for
compat/mergeWith,compat/unset,get,toMerged,mergeWith, andcompat/intersectionBywith 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!
DavidAnson/markdownlint-cli2 (markdownlint-cli2)
v0.19.1
- Update
--formatto avoid trailing newline - Update dependencies
v0.19.0
- Add
--formatparameter for editor integration - Update output formatters for severity
warning - Explicitly version Docker containers for
pre-commit - Update dependencies (including
markdownlint)
stylelint/stylelint (stylelint)
v16.26.0
It adds 1 feature and fixes 2 bugs.
- Added: support for
customSyntaxwith function export (#8834) (@silverwind). - Fixed:
custom-property-no-missing-var-functionfalse positives for style query inif()function (#8813) (@sajdakabir). - Fixed:
media-feature-range-notationfalse positives for multiple queries andexcept: exact-value(#8832) (@jeddy3).
terser/terser (terser)
v5.44.1
- fix bitwise optimization changing the result of
&&,|| - switches: make sure
varis extracted from a deleted default case
webpack/webpack (webpack)
v5.103.0
Features
- Added
DotenvPluginand top leveldotenvoption to enable this plugin - Added
WebpackManifestPlugin - Added support the
ignoreListoption in devtool plugins - Allow to use custom javascript parse function
- Added
import.meta.envsupport for environment variables - Added support for
import.meta.dirnameandimport.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.filenamefor universal target - [CSS] Added the
exportTypeoption withlink(by default), "text" andcss-style-sheetvalues - [CSS] Added support for
composesproperties
Fixes
- The
dependOnchunk 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
globalThissupported - 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
__dirnameand__filenamefor 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
hashDigesttype - [CSS] No extra runtime for initial chunk
- [CSS] Fixed a lot of CSS modules bugs
Configuration
📅 Schedule: Branch creation - Between 02:00 AM and 06:59 AM, only on Friday ( * 2-6 * * 5 ) 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.
pnpm add https://pkg.pr.new/mui/base-ui/@base-ui-components/react@3283
pnpm add https://pkg.pr.new/mui/base-ui/@base-ui-components/utils@3283
commit: 38ac646
Deploy Preview for base-ui ready!
| Name | Link |
|---|---|
| Latest commit | 38ac6462cde4192d0e0263111f36c9af55984fde |
| Latest deploy log | https://app.netlify.com/projects/base-ui/deploys/69253eb8afb134000856c698 |
| Deploy Preview | https://deploy-preview-3283--base-ui.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.
Bundle size report
| Bundle | Parsed size | Gzip size |
|---|---|---|
| @base-ui-components/react | 0B(0.00%) | 0B(0.00%) |
Check out the code infra dashboard for more information about this PR.