-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Bump code-infra:devDependencies #46873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/code-infra-devdependencies
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+662
−359
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f1f901f to
ce89b5d
Compare
Netlify deploy previewhttps://deploy-preview-46873--material-ui.netlify.app/ Bundle size report
|
b1f92f9 to
5b7b470
Compare
0a31a84 to
0c37133
Compare
0c37133 to
a02e001
Compare
a02e001 to
4e87435
Compare
4e87435 to
4b72763
Compare
4b72763 to
43f5a85
Compare
43f5a85 to
63332cc
Compare
63332cc to
6bf608f
Compare
31fb044 to
a50b35f
Compare
a50b35f to
8629453
Compare
8629453 to
72105a9
Compare
72105a9 to
f21130d
Compare
42d6564 to
fc6cad3
Compare
fc6cad3 to
91ca4b8
Compare
91ca4b8 to
1ddd03e
Compare
1ddd03e to
a0ad385
Compare
ee240aa to
c2dfeea
Compare
c2dfeea to
6b5c77a
Compare
6b5c77a to
03b1aaa
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^7.0.0->^7.0.1^6.0.1->^6.2.1^5.6.0->^5.6.2^9.2.0->^9.2.1^10.0.0->^10.1.0^13.0.4->^13.0.5^17.2.2->^17.2.3^1.39.10->^1.42.0^5.6.3->^5.6.5^0.18.1->^0.19.1^3.6.2->^3.7.3^2.2.2->^2.2.3^6.0.1->^6.1.2^14.2.4->^14.2.5^16.23.1->^16.26.14.2.0->4.3.6^4.20.4->^4.21.0^5.9.2->^5.9.3^5.101.0->^5.103.0^5.101.3->^5.103.0Release Notes
istanbuljs/babel-plugin-istanbul (babel-plugin-istanbul)
v7.0.1Compare Source
⚠ BREAKING CHANGES
Features
7.0.1 (2025-09-05)
Bug Fixes
open-cli-tools/concurrently (concurrently)
v9.2.1Compare Source
What's Changed
Full Changelog: open-cli-tools/concurrently@v9.2.0...v9.2.1
danger/danger-js (danger)
v13.0.5Compare Source
toss/es-toolkit (es-toolkit)
v1.42.0Compare Source
Released on November 17th, 2025.
filterAsync,flatMapAsync,forEachAsync,mapAsync,reduceAsync, andlimitAsyncfor handling asynchronous operations.ThrottleOptionsandDebounceOptionsinterfaces for better type support.isFiniteto implement type predicate to narrow type to number.isSafeIntegerto implement type predicate to narrow type to number.omitto prevent adding index properties to array-like objects.mergeWithto remove unnecessary nullish coalescing for 100% branch coverage.compat/updateWithto remove unreachable code and add prototype pollution test.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!
jantimon/html-webpack-plugin (html-webpack-plugin)
v5.6.5Compare Source
v5.6.4Compare Source
DavidAnson/markdownlint-cli2 (markdownlint-cli2)
v0.19.1Compare Source
--formatto avoid trailing newlinev0.19.0Compare Source
--formatparameter for editor integrationwarningpre-commitmarkdownlint)prettier/prettier (prettier)
v3.7.3Compare Source
diff
API: Fix
prettier.getFileInfo()change that breaks VSCode extension (#18375 by @fisker)An internal refactor accidentally broke the VSCode extension plugin loading.
v3.7.2Compare Source
diff
JavaScript: Fix string print when switching quotes (#18351 by @fisker)
JavaScript: Preserve quote for embedded HTML attribute values (#18352 by @kovsu)
TypeScript: Fix comment in empty type literal (#18364 by @fisker)
v3.7.1Compare Source
diff
API: Fix performance regression in doc printer (#18342 by @fisker)
Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.
v3.7.0Compare Source
diff
🔗 Release Notes
isaacs/rimraf (rimraf)
v6.1.2Compare Source
v6.1.1Compare Source
vercel/serve (serve)
v14.2.5Compare Source
Patch Changes
f4b6fbd: Update compression to v1.8.1stylelint/stylelint (stylelint)
v16.26.1Compare Source
It fixes numerous false positive bugs, including many in the
declaration-property-value-no-unknownrule for the latest CSS specifications.*-no-unknownfalse positives for latest specs by integrating@csstools/css-syntax-patches-for-csstree(#8850) (@romainmenke).at-rule-no-unknownfalse positives for@function(#8851) (@jeddy3).declaration-property-value-no-unknownfalse positives forattr(),if()and custom functions (#8853) (@jeddy3).function-url-quotesfalse positives when URLs require quoting (#8804) (@taearls).selector-pseudo-element-no-unknownfalse positives for::scroll-button()(#8856) (@Mouvedia).v16.26.0Compare Source
It adds 1 feature and fixes 2 bugs.
customSyntaxwith function export (#8834) (@silverwind).custom-property-no-missing-var-functionfalse positives for style query inif()function (#8813) (@sajdakabir).media-feature-range-notationfalse positives for multiple queries andexcept: exact-value(#8832) (@jeddy3).v16.25.0Compare 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.
ignoreAtRules: []tono-invalid-position-declaration(#8781) (@jrmlt).v16.24.0Compare Source
It adds 1 new rule, adds 1 option to a rule and fixes 2 bugs.
rule-nesting-at-rule-required-listrule (#8680) (@sw1tch3roo).ignoreAtRules: []tonesting-selector-no-missing-scoping-root(#8743) (@karlhorky).function-no-unknownfalse positives forcontrast-color()andsibling-*()(#8729) (@Mouvedia).selector-pseudo-class-no-unknownfalse positives for:heading(#8749) (@Mouvedia).thysultan/stylis.js (stylis)
v4.3.6Compare Source
v4.3.5Compare Source
v4.3.4Compare Source
v4.3.3Compare Source
v4.3.2Compare Source
v4.3.1Compare Source
v4.3.0Compare Source
privatenumber/tsx (tsx)
v4.21.0Compare Source
v4.20.6Compare Source
Bug Fixes
This release is also available on:
v4.20.5Compare Source
Bug Fixes
This release is also available on:
webpack/webpack (webpack)
v5.103.0Compare Source
Features
DotenvPluginand top leveldotenvoption to enable this pluginWebpackManifestPluginignoreListoption in devtool pluginsimport.meta.envsupport for environment variablesimport.meta.dirnameandimport.meta.filenameimport.defer()for statistical pathimport file from "./file.json" with { type: "json" }__dirname/__filename/import.meta.dirname/import.meta.filenamefor universal targetexportTypeoption withlink(by default), "text" andcss-style-sheetvaluescomposespropertiesFixes
dependOnchunk must be loaded before the common chunkglobalThissupported__dirnameand__filenamefor ES modules__webpack_export__and__webpack_require__in already bundled codehashDigesttypev5.102.1Compare Source
Fixes
extendswithenvforbrowserslistJSONPfragment format for web workers.browserslist.commonjsexternals forSystemJSformat.import.metawarning messages to be more clear when used directly.v5.102.0Compare Source
Features
import file from "./file.ext" with { type: "bytes" }to get the content asUint8Array(look at example)import file from "./file.ext" with { type: "text" }to get the content as text (look at example)snapshot.contextModuleto configure snapshots options for context modulesextractSourceMapoption to implement the capabilities of loading source maps by comment, you don't needsource-map-loader(look at example)topLevelAwaitexperiment is now stable (you can removeexperiments.topLevelAwaitfrom yourwebpack.config.js)layersexperiment is now stable (you can removeexperiments.layersfrom yourwebpack.config.js)Fixes
thisexportstimeoutattribute of script tages-lexerformjsfiles for build dependencies__non_webpack_require__for ES moduleschunk.auxiliaryFilescreateRequireonly when output is ES module and target is nodePerformance Improvements
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.
This PR was generated by Mend Renovate. View the repository job log.