-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore(deps): update dependency webpack to v5.97.1 #1209
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/webpack-5.x-lockfile
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.
Conversation
This file contains 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
renovate
bot
changed the title
chore(deps): update dependency webpack to v5.92.0
chore(deps): update dependency webpack to v5.92.1
Jun 19, 2024
renovate
bot
force-pushed
the
renovate/webpack-5.x-lockfile
branch
from
June 19, 2024 16:38
3bce5f1
to
500a736
Compare
renovate
bot
changed the title
chore(deps): update dependency webpack to v5.92.1
chore(deps): update dependency webpack to v5.93.0
Jul 11, 2024
renovate
bot
force-pushed
the
renovate/webpack-5.x-lockfile
branch
from
July 11, 2024 19:03
500a736
to
4c33681
Compare
renovate
bot
force-pushed
the
renovate/webpack-5.x-lockfile
branch
2 times, most recently
from
August 6, 2024 09:44
6500157
to
57f0983
Compare
renovate
bot
changed the title
chore(deps): update dependency webpack to v5.93.0
chore(deps): update dependency webpack to v5.94.0
Aug 22, 2024
renovate
bot
force-pushed
the
renovate/webpack-5.x-lockfile
branch
from
August 22, 2024 14:57
57f0983
to
08817f0
Compare
renovate
bot
changed the title
chore(deps): update dependency webpack to v5.94.0
chore(deps): update dependency webpack to v5.95.0
Sep 25, 2024
renovate
bot
force-pushed
the
renovate/webpack-5.x-lockfile
branch
from
September 25, 2024 15:35
08817f0
to
e780fca
Compare
renovate
bot
force-pushed
the
renovate/webpack-5.x-lockfile
branch
from
November 1, 2024 01:34
e780fca
to
d038095
Compare
renovate
bot
changed the title
chore(deps): update dependency webpack to v5.95.0
chore(deps): update dependency webpack to v5.96.0
Nov 1, 2024
renovate
bot
changed the title
chore(deps): update dependency webpack to v5.96.0
chore(deps): update dependency webpack to v5.96.1
Nov 1, 2024
renovate
bot
force-pushed
the
renovate/webpack-5.x-lockfile
branch
from
November 1, 2024 13:18
d038095
to
a84ad19
Compare
renovate
bot
force-pushed
the
renovate/webpack-5.x-lockfile
branch
from
December 2, 2024 08:38
a84ad19
to
efa6b46
Compare
renovate
bot
changed the title
chore(deps): update dependency webpack to v5.96.1
chore(deps): update dependency webpack to v5.97.0
Dec 3, 2024
renovate
bot
force-pushed
the
renovate/webpack-5.x-lockfile
branch
from
December 3, 2024 14:56
efa6b46
to
342c846
Compare
renovate
bot
changed the title
chore(deps): update dependency webpack to v5.97.0
chore(deps): update dependency webpack to v5.97.1
Dec 5, 2024
renovate
bot
force-pushed
the
renovate/webpack-5.x-lockfile
branch
from
December 5, 2024 14:29
342c846
to
9fa25d9
Compare
renovate
bot
changed the title
chore(deps): update dependency webpack to v5.97.1
chore(deps): update dependency webpack to v5.97.1 - autoclosed
Dec 8, 2024
auto-merge was automatically disabled
December 8, 2024 18:34
Pull request was closed
renovate
bot
changed the title
chore(deps): update dependency webpack to v5.97.1 - autoclosed
chore(deps): update dependency webpack to v5.97.1
Dec 9, 2024
renovate
bot
force-pushed
the
renovate/webpack-5.x-lockfile
branch
from
December 9, 2024 04:46
34d19e4
to
9fa25d9
Compare
renovate
bot
force-pushed
the
renovate/webpack-5.x-lockfile
branch
from
December 9, 2024 07:30
9fa25d9
to
81dabf4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
5.91.0
->5.97.1
Release Notes
webpack/webpack (webpack)
v5.97.1
Compare Source
Bug Fixes
v5.97.0
Compare Source
v5.96.1
Compare Source
v5.96.0
Compare Source
Bug Fixes
output.environment.dynamicImport
to determine chunk format when no browserslist or targetoptimization.avoidEntryIife
output.devtoolNamespace
importModule
on the execution stageexport
andimport
css/auto
considers a module depending on its filename ascss
(pure CSS) orcss/local
, before it wascss/global
andcss/local
node
targeturl()
s and@import
parsingNew Features
/* webpackIgnore: true */
for CSS filessrc()
supportv5.95.0
Compare Source
Bug Fixes
default
for import context element dependencymodule
andimport
inmodule-import
for externalsimport
'sEnvironmentPlugin
default values types less strictNew Features
optimization.avoidEntryIife
option (true
by default for theproduction
mode)Performance
v5.94.0
Compare Source
v5.93.0
Compare Source
v5.92.1
Compare Source
v5.92.0
Compare Source
Bug Fixes
subtractRuntime
function for runtime logiccss/global
type now handles the exports name@keyframe
and@property
at-rules incss/global
typestats.hasWarnings()
method now respects theignoreWarnings
optionArrayQueue
iterator__webpack_exports_info__.a.b.canMangle
CommonJsChunkFormatPlugin
pluginchunkLoading
option to theimport
when environment is unknown and output is modulemodule
chunkFormat usedcss
module type should not allow parser to switch modeNew Features
import attributes
spec (with
keyword)node:
prefix for Node.js core modules in runtime codeimportsFields
option for resolverInitFragment
class for pluginscompileBooleanMatcher
util for pluginsInputFileSystem
andOutputFileSystem
typesesModule
generator option for CSS modulesConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.