chrome-github-boxcutter icon indicating copy to clipboard operation
chrome-github-boxcutter copied to clipboard

A Google Chrome extension, for enhanced Github package manifests

Results 9 chrome-github-boxcutter issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jquery](https://jquery.com) ([source](https://redirect.github.com/jquery/jquery)) | [`3.3.1` -> `3.5.0`](https://renovatebot.com/diffs/npm/jquery/3.3.1/3.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/jquery/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/mike-north/chrome-github-boxcutter). ## Config Migration Needed - [ ]...

It would be nice if we have support to Cargo packages (Crates.io), so we can navigate from `Cargo.toml` file to it's [Crates.io](https://crates.io) . Example: ``` [package] name = "hello_world" version...

It would be nice if we had support for NuGet packages so we could navigate from the `[some-project].csproj` file to its NuGet page. Example: [CrispyWaffle.csproj](https://github.com/guibranco/CrispyWaffle/blob/master/Src/CrispyWaffle/CrispyWaffle.csproj#L22) ``` ``` Each line above...

It would be nice if we have support to GitHub actions, so we can navigate from `[some-action].yml` file to it's repository. Example: ``` jobs: build: name: Build runs-on: windows-latest steps:...

It would be cool if this would be available for Firefox. As far as I know, no changes should be required and the only thing required would be to create...