-
Notifications
You must be signed in to change notification settings - Fork 0
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-cli to v5 - autoclosed #168
Closed
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/webpack-cli-5.x
branch
from
December 5, 2022 19:22
4c30fd0
to
eb664f2
Compare
renovate
bot
changed the title
chore(deps): update dependency webpack-cli to v5
Update dependency webpack-cli to v5
Dec 17, 2022
renovate
bot
changed the title
Update dependency webpack-cli to v5
chore(deps): update dependency webpack-cli to v5
Dec 17, 2022
renovate
bot
force-pushed
the
renovate/webpack-cli-5.x
branch
from
March 8, 2023 23:26
eb664f2
to
e10d574
Compare
renovate
bot
force-pushed
the
renovate/webpack-cli-5.x
branch
from
March 11, 2023 08:39
e10d574
to
ff723c6
Compare
renovate
bot
force-pushed
the
renovate/webpack-cli-5.x
branch
from
March 15, 2023 01:53
ff723c6
to
6d9b6fb
Compare
renovate
bot
force-pushed
the
renovate/webpack-cli-5.x
branch
from
March 16, 2023 01:31
6d9b6fb
to
d212b9d
Compare
renovate
bot
force-pushed
the
renovate/webpack-cli-5.x
branch
from
March 18, 2023 00:58
d212b9d
to
1a7c840
Compare
renovate
bot
force-pushed
the
renovate/webpack-cli-5.x
branch
from
March 18, 2023 23:15
1a7c840
to
587fac1
Compare
renovate
bot
force-pushed
the
renovate/webpack-cli-5.x
branch
from
March 22, 2023 21:43
587fac1
to
5c1fc0f
Compare
renovate
bot
force-pushed
the
renovate/webpack-cli-5.x
branch
from
March 29, 2023 22:09
5c1fc0f
to
8c8f182
Compare
renovate
bot
force-pushed
the
renovate/webpack-cli-5.x
branch
from
March 31, 2023 22:57
8c8f182
to
036a945
Compare
renovate
bot
force-pushed
the
renovate/webpack-cli-5.x
branch
from
April 6, 2023 03:55
036a945
to
6ebbd9f
Compare
renovate
bot
force-pushed
the
renovate/webpack-cli-5.x
branch
from
April 12, 2023 22:29
6ebbd9f
to
914168f
Compare
renovate
bot
force-pushed
the
renovate/webpack-cli-5.x
branch
from
April 21, 2023 18:20
914168f
to
b7b3cf9
Compare
renovate
bot
force-pushed
the
renovate/webpack-cli-5.x
branch
from
May 7, 2023 01:59
b7b3cf9
to
2e8523e
Compare
renovate
bot
force-pushed
the
renovate/webpack-cli-5.x
branch
from
May 9, 2023 07:25
2e8523e
to
6447c71
Compare
renovate
bot
force-pushed
the
renovate/webpack-cli-5.x
branch
from
June 4, 2023 04:57
6447c71
to
ca80b56
Compare
renovate
bot
force-pushed
the
renovate/webpack-cli-5.x
branch
from
June 4, 2023 20:35
ca80b56
to
1400c5e
Compare
renovate
bot
force-pushed
the
renovate/webpack-cli-5.x
branch
from
June 7, 2023 18:51
1400c5e
to
f7d5fde
Compare
renovate
bot
changed the title
chore(deps): update dependency webpack-cli to v5
chore(deps): update dependency webpack-cli to v5 - autoclosed
Dec 19, 2024
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:
4.10.0
->5.1.4
Release Notes
webpack/webpack-cli (webpack-cli)
v5.1.4
Compare Source
Bug Fixes
v5.1.3
Compare Source
Bug Fixes
v5.1.2
Compare Source
Bug Fixes
.cts
and.mts
extensions (a77daf2)v5.1.1
Compare Source
Bug Fixes
--watch
used (#3783) (c0436ba)v5.1.0
Compare Source
Features
extends
(#3738) (d04d0b9)Performance Improvements
5.0.2 (2023-04-21)
Bug Fixes
5.0.1 (2022-12-05)
Bug Fixes
define-process-env-node-env
aliasnode-env
(#3514) (346a518)v5.0.2
Compare Source
Bug Fixes
v5.0.1
Compare Source
Bug Fixes
define-process-env-node-env
aliasnode-env
(#3514) (346a518)v5.0.0
Compare Source
Bug Fixes
--disable-interpret
option (#3364) (bdb7e20)utils
export (#3343) (a9ce5d0)NODE_PATH
env variable (#3411) (83d1f58)Features
--define-process-env-node-env
optioninterpret
to v3 andrechoir
to v0.8BREAKING CHANGES
migrate
command (#3291) (56b43e4), closes #3291--prefetch
option in favor thePrefetchPlugin
plugin--node-env
option in favor--define-process-env-node-env
--hot
option in favor of directly using theHotModuleReplacement
plugin (only forbuild
command, forserve
it will work)--entry
option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please usewebpack --entry-reset --entry './src/my-entry.js'
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 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.