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:
14.17.3
->14.17.5
8.4.0
->8.4.1
8.1.0
->8.1.1
5.2.6
->5.2.7
11.0.0
->11.0.1
14.17.1
->14.17.3
10.5.13
->10.5.14
2.3.1
->2.3.2
2.52.1
->2.53.2
3.0.0
->3.2.1
4.2.4
->4.3.5
5.39.1
->5.45.1
Release Notes
acornjs/acorn
v8.4.1
Compare Source
webpack-contrib/css-loader
v5.2.7
Compare Source
okonet/lint-staged
v11.0.1
Compare Source
Bug Fixes
nodejs/node
v14.17.3
Compare Source
Notable Changes
Node.js 14.17.2 introduced a regression in the Windows installer on
non-English locales that is being fixed in this release. There is no
need to download this release if you are not using the Windows
installer.
Commits
0f00104a2c
] - win,msi: use localized "Authenticated Users" name (Richard Lau) #39241v14.17.2
Compare Source
This is a security release.
Notable Changes
Vulnerabilities fixed:
Commits
a7496aba0a
] - deps: uv: cherry-pick99c29c9
(Ben Noordhuis) nodejs-private/node-private#267d0b449da1d
] - win,msi: set install directory permission (AkshayK) nodejs-private/node-private#269preactjs/preact
v10.5.14
Compare Source
Features
flushSync
(#3094, thanks @zephraph)Bug Fixes
react-spring
error caused by augmented function contexts (#3165, thanks @developit)Array.prototype.slice.call
for children arguments (#3143, thanks @fzzle)vnodeId
generation (#2978, thanks @developit)children
ifnull
is provided as an argument (#3091, thanks @clyfish)Size
i
to reduce size (-32b) (#3193, thanks @liuarui)Typings
undefined
initializer case foruseState
type (#3185, thanks @rschristian)deno
compatible (#3079, thanks @lucacasonato)event.this
to benever
(#3147, thanks @JoviDeCroock)lazy
to reflect behavior (#3139, thanks @JonasKruckenberg)forwardRef
(#3144, thanks @cmlenz)useRef
typing to includeundefined
when called without initial value (#3056, thanks @cmlenz)Maintenance
karma-esbuild
to support M1 chips (#3153, thanks @marvinhagemeister)performance.now
(#3130, thanks @developit)prettier/prettier
v2.3.2
Compare Source
diff
Fix failure on dir with trailing slash (#11000 by @fisker)
rollup/rollup
v2.53.2
Compare Source
2021-07-15
Bug Fixes
Pull Requests
v2.53.1
Compare Source
2021-07-11
Bug Fixes
treeshake
isfalse
(#4175)Pull Requests
v2.53.0
Compare Source
2021-07-09
Features
maxParallelFileReads
option to limit read operations with a default of 20 (#4170)Pull Requests
v2.52.8
Compare Source
2021-07-07
Bug Fixes
var
before declaration and TDZ access scenarios correctly without the need fortreeshake.correctVarValueBeforeDeclaration
(#4148)Pull Requests
v2.52.7
Compare Source
2021-07-02
Bug Fixes
Pull Requests
v2.52.6
Compare Source
2021-07-01
Bug Fixes
Pull Requests
v2.52.5
Compare Source
2021-07-01
Bug Fixes
Pull Requests
v2.52.4
Compare Source
2021-06-30
Bug Fixes
Pull Requests
v2.52.3
Compare Source
2021-06-25
Bug Fixes
Pull Requests
v2.52.2
Compare Source
2021-06-21
Bug Fixes
Pull Requests
webpack-contrib/style-loader
v3.2.1
Compare Source
v3.2.0
Compare Source
Features
Bug Fixes
insert
option when it is a module toaddBuildDependency
(#527) (3963c0b)v3.1.0
Compare Source
Features
insert
option from file, we strongly recommend do it, using theinsert
option from file will reduce your bundle size, example (#521) (56fc8f0)styleTagTransform
option from file, we strongly recommend do it, using thestyleTagTransform
option from file will reduce your bundle size, exampleBug Fixes
Microsoft/TypeScript
v4.3.5
Compare Source
This release contains a bug fix for auto-imports on JSX components in the TypeScript language service. See the relevant change for more details.
v4.3.4
Compare Source
This release
getCustomTransformers
method to theSolutionBuilderHost*
APIsgetCustomTransformers
in Builder Program instances when runningemit()
methods in cases wherecustomTransforms
are not given.See the change for more details
v4.3.3
Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v4.3.2
Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
webpack/webpack
v5.45.1
Compare Source
Bugfixes
assert
in other placesimport(/* webpackPrefetch: true */ ...)
no longer breaks library outputv5.45.0
Compare Source
Features
Bugfixes
.cjs
output filesPerformance
Contributing
v5.44.0
Compare Source
Features
output.module
+optimization.runtimeChunk
Bugfixes
v5.43.0
Compare Source
Features
runtime: false
in entry description to disable runtime chunkruntime
option in ModuleFederationPlugin and ContainerPluginBugfixes
"module"
externals when concatenatedPerformance
v5.42.1
Compare Source
Bugfixes
jsonData
ordataUrl
of undefinedv5.42.0
Compare Source
Features
cache.compression
Bugfixes
node-commonjs
to schema forexternalsType
system
externalsPerformance
v5.41.1
Compare Source
Bugfixes
Performance
v5.41.0
Compare Source
Features
cache.idleTimeoutAfterLargeChanges
to control thatBugfixes
Experiments
experiments.outputModule: true
)output.library.type: "module"
: very basic support, no live bindings, unnecessary runtime codeoutput.chunkLoading: "import"
output.chunkFormat: "module"
externalsType: "module"
generates nowimport * as X from "..."
(in a module) orimport("...")
(in a script)import { createRequire } from "module"
in a modulenew Worker
etc. sets `type: "module"v5.40.0
Compare Source
Features
node:
prefixed requests as node.js externalsinstanceof Promise
in favor ofp && typeof p.then === "function"
to allow mixing different Promise implementionsBugfixes
Performance
Developer Experience
Buffer
inthis.emitFile
typings (loader context)reset
cli argument descriptionConfiguration
📅 Schedule: "before 3am on Monday" (UTC).
🚦 Automerge: Enabled.
♻ 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 WhiteSource Renovate. View repository job log here.