Bump elliptic, webpack, css-loader, file-loader, mini-css-extract-plugin, url-loader, webpack-cli and webpack-dev-middleware in /digdag-ui#1844
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
…gin, url-loader, webpack-cli and webpack-dev-middleware Removes [elliptic](https://github.com/indutny/elliptic). It's no longer used after updating ancestor dependencies [elliptic](https://github.com/indutny/elliptic), [webpack](https://github.com/webpack/webpack), [css-loader](https://github.com/webpack/css-loader), [file-loader](https://github.com/webpack-contrib/file-loader), [mini-css-extract-plugin](https://github.com/webpack/mini-css-extract-plugin), [url-loader](https://github.com/webpack-contrib/url-loader), [webpack-cli](https://github.com/webpack/webpack-cli) and [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware). These dependencies need to be updated together. Removes `elliptic` Updates `webpack` from 4.41.2 to 5.106.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v4.41.2...v5.106.0) Updates `css-loader` from 2.1.0 to 7.1.4 - [Release notes](https://github.com/webpack/css-loader/releases) - [Changelog](https://github.com/webpack/css-loader/blob/main/CHANGELOG.md) - [Commits](webpack/css-loader@v2.1.0...v7.1.4) Updates `file-loader` from 3.0.1 to 6.2.0 - [Release notes](https://github.com/webpack-contrib/file-loader/releases) - [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/file-loader@v3.0.1...v6.2.0) Updates `mini-css-extract-plugin` from 0.5.0 to 2.10.2 - [Release notes](https://github.com/webpack/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack/mini-css-extract-plugin/blob/main/CHANGELOG.md) - [Commits](webpack/mini-css-extract-plugin@v0.5.0...v2.10.2) Updates `url-loader` from 1.1.2 to 4.1.1 - [Release notes](https://github.com/webpack-contrib/url-loader/releases) - [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/url-loader@v1.1.2...v4.1.1) Updates `webpack-cli` from 3.3.10 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/v3.3.10...webpack-cli@7.0.2) Updates `webpack-dev-middleware` from 3.7.2 to 3.7.3 - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases) - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v3.7.3/CHANGELOG.md) - [Commits](webpack/webpack-dev-middleware@v3.7.2...v3.7.3) --- updated-dependencies: - dependency-name: elliptic dependency-version: dependency-type: indirect - dependency-name: webpack dependency-version: 5.106.0 dependency-type: direct:development - dependency-name: css-loader dependency-version: 7.1.4 dependency-type: direct:development - dependency-name: file-loader dependency-version: 6.2.0 dependency-type: direct:development - dependency-name: mini-css-extract-plugin dependency-version: 2.10.2 dependency-type: direct:development - dependency-name: url-loader dependency-version: 4.1.1 dependency-type: direct:development - dependency-name: webpack-cli dependency-version: 7.0.2 dependency-type: direct:development - dependency-name: webpack-dev-middleware dependency-version: 3.7.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Removes elliptic. It's no longer used after updating ancestor dependencies elliptic, webpack, css-loader, file-loader, mini-css-extract-plugin, url-loader, webpack-cli and webpack-dev-middleware. These dependencies need to be updated together.
Removes
ellipticUpdates
webpackfrom 4.41.2 to 5.106.0Release notes
Sourced from webpack's releases.
... (truncated)
Changelog
Sourced from webpack's changelog.
... (truncated)
Commits
8774a01chore(release): new release (#20593)cc66616fix: add@deprecatedto methods7cdc173feat: support source phase import for WebAssembly modules (#20364)0b60f1cchore(members): update to match@webpack/core-wg(#20784)955a68ctest: generate snapshots per stats test case (#20785)47bb540chore: fix examples (#20780)390333ffix: set .name to "default" for anonymous default exports per ES spec (#20773)91aa5dafix: CSS modules deep reexport61fbd29chore(deps-dev): bump lodash from 4.17.23 to 4.18.1 (#20768)c7f5cf9chore(deps-dev): bump lodash-es from 4.17.23 to 4.18.1 (#20766)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for webpack since your current version.
Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Updates
css-loaderfrom 2.1.0 to 7.1.4Release notes
Sourced from css-loader's releases.
... (truncated)
Changelog
Sourced from css-loader's changelog.
... (truncated)
Commits
5b795afchore(release): 7.1.4aeddefefix: update peer dependency for@rspack/corev2 (#1652)b2b2de7chore(release): 7.1.301869bcfix: allow to usemoduleclass name (#1649)7dd15ecchore(deps): bump js-yaml (#1648)db26202chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 (#1647)7daf1b8Update CONTRIBUTING link to point to GitHub pagede1e633chore: correct link path (#1645)563ad63chore: migrate from contrib and swap branches (#1644)e68bf7echore: update github actions/checkout from v4 to v5 (#1642)Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Updates
file-loaderfrom 3.0.1 to 6.2.0Release notes
Sourced from file-loader's releases.
... (truncated)
Changelog
Sourced from file-loader's changelog.
... (truncated)
Commits
c423008chore(release): 6.2.0654e0d6feat: added thesourceFilenameproperty to asset info with original filenam...381d8bdfix: immutable flag when thenameoption have hash in query string (#392)14ed4c9ci: updated webpack versions (#389)6fadfbechore(release): 6.1.160508cfchore(deps): update25e2668chore(release): 6.1.06e22f6etest: fix40fcde8feat: pass immutable flag to asset info (#383)718aef5chore(deps): update (#375)Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Updates
mini-css-extract-pluginfrom 0.5.0 to 2.10.2Release notes
Sourced from mini-css-extract-plugin's releases.
... (truncated)
Changelog
Sourced from mini-css-extract-plugin's changelog.
... (truncated)
Commits
d50f981chore(release): 2.10.2b02c8actest: more (#1163)143693efix: use matchResource for importModule when available (#1162)da57ee5chore(release): 2.10.11e73d98test: fix (#1160)0233180fix: handle null module.layer in renderContentAsset (#1159)24ab26bchore(release): 2.10.0144de04test: fix (#1155)4e4a95dfix: prevent generation of a contentHash for a chunk when the set of css modu...54f775dfeat: respectoutput.cssFilenameandoutput.cssChunkFilename(#1151)Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Updates
url-loaderfrom 1.1.2 to 4.1.1Release notes
Sourced from url-loader's releases.
... (truncated)
Changelog
Sourced from url-loader's changelog.
... (truncated)
Commits
acf4eb1chore(release): 4.1.120c744bchore(deps): update (#220)1811901chore: remove unnecessary deps35eeed1ci: migrate on github actions (#213)06d270achore(release): 4.1.0488b6ecrefactor: code (#212)36f1354feat: add encoding & generator options (#210)8828d64chore(release): 4.0.0fc8721fchore(deps): migrate onmime-typespackage (#209)f13757achore(deps): update (#208)Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Updates
webpack-clifrom 3.3.10 to 7.0.2Release notes
Sourced from webpack-cli's releases.
... (truncated)
Changelog
Sourced from webpack-cli's changelog.
... (truncated)
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.
Updates
webpack-dev-middlewarefrom 3.7.2 to 3.7.3Release notes
Sourced from webpack-dev-middleware's releases.
Changelog
Sourced from webpack-dev-middleware's changelog.
Commits
685d79dchore(release): 3.7.371b2bdffix: peer dependencies with webpack@5 (#798)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 PRDescription has been truncated