chore(deps-dev): bump webpack-cli from 6.0.1 to 7.0.2#503
chore(deps-dev): bump webpack-cli from 6.0.1 to 7.0.2#503dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 6.0.1 to 7.0.2. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@6.0.1...webpack-cli@7.0.2) --- updated-dependencies: - dependency-name: webpack-cli dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryBumps Confidence Score: 5/5Safe to merge — devDependency-only bump with no breaking changes affecting this codebase. The change is limited to a devDependency used for building the Chrome extension. The webpack.config.js and build scripts use only standard flags that are unchanged in v7. No removed APIs or CLI arguments are used. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[bun run build] --> B[webpack-cli v7.0.2]
B --> C[webpack.config.js]
C --> D[ts-loader]
C --> E[TerserPlugin]
C --> F[CopyPlugin]
D --> G[dist/background.js]
E --> G
F --> H[dist/manifest.json and assets]
Reviews (1): Last reviewed commit: "chore(deps-dev): bump webpack-cli from 6..." | Re-trigger Greptile |
Bumps webpack-cli from 6.0.1 to 7.0.2.
Release notes
Sourced from webpack-cli's releases.
Changelog
Sourced from webpack-cli's changelog.
Commits
49efdc0chore(release): new release (#4708)1fc1b9dfix: resolve configuration path for build dependencies (#4707)fd02100chore(release): new release (#4705)a653b02fix: use a newcreate-webpack-apppackage name (#4704)173e4bfchore(release): new release (#4703)c033657ci: avoid extra stepfd28679fix: support file protocol in configuration options (#4702)37e4270chore: normalizepackage.json(#4700)d5290e3ci: fix0b116f7chore(release): new release (#4679)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for webpack-cli since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)