Skip to content

Commit ea0da09

Browse files
chore(deps-dev): bump webpack from 5.18.0 to 5.21.2 (#540)
* chore(deps-dev): bump webpack from 5.18.0 to 5.21.2 Bumps [webpack](https://github.com/webpack/webpack) from 5.18.0 to 5.21.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.18.0...v5.21.2) Signed-off-by: dependabot[bot] <[email protected]> * versioning-strategy: "increase" * actual bump Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kagami Sascha Rosylight <[email protected]>
1 parent f0b95c3 commit ea0da09

File tree

3 files changed

+12
-144
lines changed

3 files changed

+12
-144
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Basic dependabot.yml file with
22
# minimum configuration for two package managers
3-
# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates
3+
# https://docs.github.com/en/github/administering-a-repository/enabling-and-disabling-version-updates
44

55
version: 2
66
updates:
@@ -11,3 +11,7 @@ updates:
1111
# Check the npm registry for updates once a week
1212
schedule:
1313
interval: "monthly"
14+
# Bump versions in package.json
15+
# https://github.com/dependabot/dependabot-core/issues/3103
16+
# https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#versioning-strategy
17+
versioning-strategy: "increase"

package-lock.json

Lines changed: 6 additions & 142 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"mocha": "^8.2.1",
1919
"terser-webpack-plugin": "^5.1.1",
2020
"typescript": "^4.1.3",
21-
"webpack": "^5.18.0",
21+
"webpack": "^5.21.2",
2222
"webpack-cli": "^4.4.0"
2323
},
2424
"scripts": {

0 commit comments

Comments
 (0)