Skip to content

Bump web-worker from 1.3.0 to 1.5.0#445

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/master/web-worker-1.5.0
Open

Bump web-worker from 1.3.0 to 1.5.0#445
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/master/web-worker-1.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps web-worker from 1.3.0 to 1.5.0.

Release notes

Sourced from web-worker's releases.

1.5.0

What's Changed

New Contributors

Full Changelog: developit/web-worker@1.4.1...1.5.0

1.4.1

What's Changed

Full Changelog: developit/web-worker@1.4.0...1.4.1

1.4.0

What's Changed

New Contributors

Full Changelog: developit/web-worker@1.3.0...1.4.0

Commits
  • 9d20474 1.5.0
  • 87931ff Merge branch 'pankdm-decode-uri'
  • 00ddf0c Merge branch 'decode-uri' of github.com:pankdm/web-worker into pankdm-decode-uri
  • e928902 use native Worker in Electron (fixes #29)
  • 21c8139 Merge branch 'mmomtchev-workerglobalscope'
  • 12f253d Merge branch 'workerglobalscope' of github.com:mmomtchev/web-worker into mmom...
  • 6761920 fix implementation and add some tests for importScripts
  • 937775c Merge branch 'Feature-2' of github.com:metcoder95/web-worker into metcoder95-...
  • 1fda46c 1.4.1
  • b8d0dcc account for slower worker startup (#54)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 10, 2025
@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 10, 2025

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ✅ 0 package(s) with unknown licenses.
  • ⚠️ 1 packages with OpenSSF Scorecard issues.
See the Details below.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/web-worker 1.5.0 ⚠️ 2.9
Details
CheckScoreReason
Code-Review⚠️ 1Found 3/30 approved changesets -- score normalized to 1
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Vulnerabilities⚠️ 010 existing vulnerabilities detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Files

  • package-lock.json

@Lomilar
Copy link
Copy Markdown
Member

Lomilar commented Nov 11, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/web-worker-1.5.0 branch from c583690 to d70f04b Compare November 11, 2025 23:40
@Lomilar
Copy link
Copy Markdown
Member

Lomilar commented Nov 11, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/web-worker-1.5.0 branch from d70f04b to 7d327f3 Compare November 12, 2025 00:22
@Lomilar Lomilar self-assigned this Nov 12, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/web-worker-1.5.0 branch from 7d327f3 to 69e6551 Compare November 20, 2025 22:56
@Lomilar
Copy link
Copy Markdown
Member

Lomilar commented Dec 23, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/web-worker-1.5.0 branch from 69e6551 to ea441bc Compare December 23, 2025 20:52
@Lomilar
Copy link
Copy Markdown
Member

Lomilar commented Jan 9, 2026

@dependabot rebase

Bumps [web-worker](https://github.com/developit/web-worker) from 1.3.0 to 1.5.0.
- [Release notes](https://github.com/developit/web-worker/releases)
- [Commits](developit/web-worker@1.3.0...1.5.0)

---
updated-dependencies:
- dependency-name: web-worker
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/web-worker-1.5.0 branch from ea441bc to 6016b1e Compare January 9, 2026 20:02
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant