Skip to content
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): bump json5, webpack and webpack-cli in /.github/actions/check-previous-build #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): bump json5, webpack and webpack-cli
Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependencies [json5](https://github.com/json5/json5), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together.


Removes `json5`

Updates `webpack` from 4.42.1 to 5.75.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v4.42.1...v5.75.0)

Updates `webpack-cli` from 3.3.11 to 5.0.1
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.11...webpack-cli@5.0.1)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: webpack
  dependency-type: direct:development
- dependency-name: webpack-cli
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jan 1, 2023
commit 89a2bd057ace72ea33316566677b69fb324d2c7f
4,474 changes: 701 additions & 3,773 deletions .github/actions/check-previous-build/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .github/actions/check-previous-build/package.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
"lodash": "^4.17.15"
},
"devDependencies": {
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}