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

fix: Bump worker-loader from 2.0.0 to 3.0.8 #3225

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 31, 2024

Bumps worker-loader from 2.0.0 to 3.0.8.

Release notes

Sourced from worker-loader's releases.

v3.0.8

3.0.8 (2021-02-11)

Bug Fixes

  • make inline workers work from inside workers (#307) (2abd129)

v3.0.7

3.0.7 (2020-12-23)

Bug Fixes

v3.0.6

3.0.6 (2020-12-02)

Bug Fixes

v3.0.5

3.0.5 (2020-10-16)

Bug Fixes

  • determine webpack peer dependency version (#296) (8c63449)

v3.0.4

3.0.4 (2020-10-09)

Chore

  • update schema-utils

v3.0.3

3.0.3 (2020-09-22)

Bug Fixes

v3.0.2

3.0.2 (2020-08-22)

... (truncated)

Changelog

Sourced from worker-loader's changelog.

3.0.8 (2021-02-11)

Bug Fixes

  • make inline workers work from inside workers (#307) (2abd129)

3.0.7 (2020-12-23)

Bug Fixes

3.0.6 (2020-12-02)

Bug Fixes

3.0.5 (2020-10-16)

Bug Fixes

  • determine webpack peer dependency version (#296) (8c63449)

3.0.4 (2020-10-09)

Chore

  • update schema-utils

3.0.3 (2020-09-22)

Bug Fixes

3.0.2 (2020-08-22)

Bug Fixes

3.0.1 (2020-08-05)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for worker-loader since your current version.


Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from cballevre as a code owner August 31, 2024 03:41
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 31, 2024
@dependabot dependabot bot requested a review from acezard as a code owner August 31, 2024 03:41
Copy link

bundlemon bot commented Aug 31, 2024

BundleMon

Files removed (16)
Status Path Size Limits
vendors/drive.(hash).js
-1.79MB -
public/drive.(hash).js
-1.56MB -
public/pdf.worker.entry.(hash).worker.js
-345.35KB -
app/drive.(hash).js
-161.45KB -
public/cozy-client-js.js
-159.28KB -
intents/drive.(hash).js
-87.51KB -
public/drive.(hash).min.css
-39.93KB -
onlyOffice/slide.pptx
-24.83KB -
app-drive.(hash).min.css
-10.71KB -
intents-drive.(hash).min.css
-7.89KB -
onlyOffice/text.docx
-5.85KB -
onlyOffice/spreadsheet.xlsx
-5.02KB -
manifest.webapp
-1.87KB -
index.html
-599B -
intents/index.html
-508B -
manifest.json
-185B -
Unchanged files (2)
Status Path Size Limits
services/qualificationMigration/drive.js
280.72KB 500KB
services/dacc/drive.js
261.73KB 500KB

Total files change -4.18MB -88.75%

Groups removed (6)
Status Path Size Limits
public/**
-2.11MB -
vendors/**
-1.79MB -
app/**
-161.45KB -
intents/**
-88.01KB -
onlyOffice/**
-35.7KB -
img/**
-5.85KB -
Unchanged groups (1)
Status Path Size Limits
services/**
542.45KB -

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

Bumps [worker-loader](https://github.com/webpack-contrib/worker-loader) from 2.0.0 to 3.0.8.
- [Release notes](https://github.com/webpack-contrib/worker-loader/releases)
- [Changelog](https://github.com/webpack-contrib/worker-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/worker-loader@v2.0.0...v3.0.8)

---
updated-dependencies:
- dependency-name: worker-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/worker-loader-3.0.8 branch from d918b72 to 27545d8 Compare September 3, 2024 09:38
@cballevre cballevre closed this Sep 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 10, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/worker-loader-3.0.8 branch September 10, 2024 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant