build: update all non-major dependencies (main) #31352
Closed
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:
8.44.1
->8.45.0
8.44.1
->8.45.0
1.0.0-beta.40
->1.0.0-beta.41
6.1.6
->6.2.0
5.101.3
->5.102.0
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.45.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.45.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
rolldown/rolldown (rolldown)
v1.0.0-beta.41
Compare Source
🚀 Features
output.generatedCode.symbols
(#6335) by @IWANABETHATGUYvite-ignore
attribute (#6348) by @shulaodahtml5ever
andmarkup5ever_rcdom
(#6327) by @shulaodaon_output
callback (#6330) by @hyf0disable_watcher
(#6329) by @hyf0🐛 Bug Fixes
hasLatestBuildOutput
instead ofscheduleBuildIfStale
and add edit-reload test (#6321) by @sapphi-red🚜 Refactor
HmrManager
toHmrState
and tweak namings (#6358) by @hyf0Bundler
to expose hmr related methods (#6356) by @hyf0html5gum
instead (#6343) by @shulaodanew
field from HMR options and related configurations (#6337) by @hyf0cjs_ast_analyzer
immutable for better reuse (#6326) by @IWANABETHATGUY⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
catalog:
to unify version of all dependencies (#6339) by @hyf0verdaccio/verdaccio (verdaccio)
v6.2.0
Compare Source
What's Changed
also includes improvements from master branch from @mbtools (I will expand on this later)
New Contributors
Full Changelog: verdaccio/verdaccio@v6.1.6...v6.2.0
webpack/webpack (webpack)
v5.102.0
Compare 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.contextModule
to configure snapshots options for context modulesextractSourceMap
option to implement the capabilities of loading source maps by comment, you don't needsource-map-loader
(look at example)topLevelAwait
experiment is now stable (you can removeexperiments.topLevelAwait
from yourwebpack.config.js
)layers
experiment is now stable (you can removeexperiments.layers
from yourwebpack.config.js
)Fixes
this
exportstimeout
attribute of script tages-lexer
formjs
files for build dependencies__non_webpack_require__
for ES moduleschunk.auxiliaryFiles
createRequire
only when output is ES module and target is nodePerformance Improvements
Configuration
📅 Schedule: Branch creation - "after 10:00pm every weekday,before 5:00am every weekday,every weekend" in timezone America/Tijuana, 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 has been generated by Renovate Bot.