Automatically generate a new tag when the manifest file (package.json, Dockerfile, custom file, etc) version changes.
ColdFusion Amazon Integration
A collection of utility methods for producing API's.
A utility module designed to standardize the daemon management API across node-windows, node-mac, and node-linux.
A curated list of awesome tools, resources and workflow tips making an awesome development environment.
AssetTracker is a web-based tool for documenting assets in your IT infrastructure.
Docker Authorization Plugin
A repository of static assets.
A library for simplifying the workflow when developing on the Google Firebase platform.
A boilerplate structure for building an HTTP API using Firebase functions.
startedreadthedocs/godocjson
started time in 2 days
startedGilks/hostscan-bypass
started time in 2 days
issue openedauthor/shell
I want a transformer to process arguments/flags passed to the CLI utility. For example:
my cmd -i ./local/path
flags: {
input: {
alias: 'i',
description: 'The input source directory.',
type: 'string',
transform (value) {
return path.resolve(value)
}
}
}
In the case above, the resulting "input" flag would have a value of /users/cbutler/local/path instead of ./local/path because the transformer modifies the data before it is used within a command.
This could be used for sanitizing inputs of any kind, or normalizing data (such as case sensitivity, typos, etc). It would be better to do this where the flag is defined, instead of requiring each and every command handler to do this. Currently, middleware is the only way to handle this, but that's less intuitive than a transformer.
created time in 5 days
startedprestodb/presto
started time in 5 days
issue commentcoreybutler/nvm-windows
Node.js v5.4.0 is only available in 32-bit.
@gerardcsaperas
First, that prompt looks like Linux, not Windows. If you're using macOS/Linux or WSL, then you want https://github.com/nvm-sh/nvm, which is for mac/Linux (and is not related to this project).
If you are actually running Windows, the problem is with nvm install lts/dubnium. NVM4W doesn't yet support named version downloads. You have to specify an actual version of Node, such as 14.13.0. If you need to find a version, you can use nvm list available for a list.
By default, it will download 32-bit versions unless you also explicitly specify the version (i.e. nvm install 14.13.0 64).
comment created time in 6 days
issue closedcoreybutler/fenix
I have a slightly different use case for Fenix. We have a timing and scoring system for our racing events that publish a web site with static pages to a directory on the Windows computer where the software runs. Most users of the system push the site to someplace that has public access, however, that is complicated and prone to failures. After seeing Finix and Localtunnel in action I was wondering if that would be a more efficient way to see the site. The events last for a day and there would be, on average 100 connections and perhaps occasionally up to 200. The laptop is a good i7 4 core with 16GB memory. My question is would Finix and Localtunnel support that many connections? Thanks, Jay Hoskins, Sports Car Club of Rockford.
closed time in 7 days
jhoskiissue commentcoreybutler/fenix
@mieliespoor Do you have a sample ipa/apk file I could work with? I suspect this could be a mime type issue, but I would have to test it to be sure. There is no configuration setting for this (mime types are auto-detected by a third party library), but if I can recreate this locally, I'd be able to release a fix.
comment created time in 7 days
startedduartealexf/sql-ddl-to-json-schema
started time in 8 days
startedmicromark/micromark
started time in 12 days
startedchop-dbhi/sql-agent
started time in 12 days
starteddinedal/textql
started time in 12 days
startednoborus/trdsql
started time in 12 days
startedpostalsys/pending-dns
started time in 12 days
startediriscouch/dnsd
started time in 12 days
push eventcoreybutler/go-fsutil
commit sha c8dc3c434748e195001e436386317e75f4d62dfc
Update README.md
push time in 14 days
push eventcoreybutler/iam
commit sha 6e3fed358e2d976e06b24ce770a862f0e805fb23
Simplified/shrunk configuration output, support loading explicitly defined user rights.
push time in 15 days
push eventcoreybutler/iam
commit sha 904f79656d3c1dade48fc156017e8924e832b03c
Added support for explicitly defining resource rights for a user.
commit sha e12c1eaa7889904569c25744c21f7c18a879bbc8
Changed assignRight to setRight to be consistent with the nature of the method. Updated README to document this change.
commit sha dc20b120ff17cd0966a5d8ddf9935af2ebfd83e7
Update info
commit sha e622fc5c6e9c5f35078691389e4d7ea5ce61321c
Merge branch 'master' of github.com:coreybutler/iam into master
push time in 15 days
startedfreegroup/draw2d
started time in 16 days
push eventcoreybutler/iam
commit sha 60772cc28a9b2e0f580ddfae5197e13ca788d60d
Update README.md
push time in 16 days
push eventcoreybutler/iam
commit sha 0facf21ae0f2902cec0f769ea973801a22e34d7b
Update README.md
push time in 16 days
push eventcoreybutler/iam
commit sha e0991c4eef88a3b6f67ac2e85fa2fc05416374d3
Update README.md
push time in 16 days
issue closedcoreybutler/iam
ESM import logs empty (and compressed) module objects, require returns compressed package object
ESM
code
import IAM from '@butlerlogic/node-iam'
console.log('IAM: ', IAM);
logs
IAM: re {}
CommonJS / npm package
code
const IAM = require('@butlerlogic/node-iam-legacy')
console.log('IAM: ', IAM);
log
IAM: {
ze: [Function: f],
Le: [Function: M],
Ne: [Function: L],
Ce: [Function: r],
De: [Function: o],
ee: [Function: I],
default: re {}
}
CommonJS / repo clone
code
import IAM from '../src/main.js'
console.log('IAM: ', IAM);
log
IAM: Manager {}
user: User {}
user.groups(): [ Group {} ]
user.roles: [ Role {}, Role {} ]
node version
node --version
v13.3.0
Is there something I'm doing wrong?
closed time in 17 days
somqissue commentcoreybutler/iam
ESM import logs empty (and compressed) module objects, require returns compressed package object
Apologies for this falling off the radar... again. Some changes were made (documented in the README) to the project structure/distribution and things are now working. It might be easier to get started by playing around with the live example on Codepen.
comment created time in 17 days
push eventcoreybutler/iam
commit sha 34f56c130a3e244d0bde9cf1e82ae1969a7e25f0
Update docs
push time in 17 days
push eventcoreybutler/iam
commit sha c64362dba8f9ef0c7ef61d2150d1f149b79ddeef
Update deperecation note for all() method and replaced outdated references with the new everyone() method.
push time in 17 days
push eventcoreybutler/iam
commit sha 1c008dae32969c70ee01f01fd9196881037673bd
Changed IAM.all to IAM.everyone to be consistent with role names.
commit sha c82842f40f4cbae5d28bad4a77e97ebc24cb20b9
Merge branch 'master' of github.com:coreybutler/iam into master
push time in 17 days
push eventcoreybutler/iam
commit sha 588aacee16a702bb5452dcd771c3b7d2f6d6858d
Update README.md
push time in 17 days
push eventcoreybutler/iam
commit sha 89ad5d53dcbdb8d6b496913e78c31c70047b36aa
Update README
push time in 17 days
push eventcoreybutler/iam
commit sha cf9859053fc0e7bf80cede18ffcfcbf76b99c5f3
Added version reflection.
push time in 17 days
startedmljs/ml
started time in 17 days
push eventcoreybutler/iam
commit sha 9eae9125274e84c91138d4c9a1eb488cd13e6413
Add workflows
push time in 17 days
push eventcoreybutler/iam
commit sha 5fd785544ad348ae12c501a686ae8d5095097c10
Initial release of @author.io/[email protected]
commit sha 43abe4d056d1b2e0cf66e7962486be3402d091f7
Resolved merge conflict
push time in 17 days
issue closedcoreybutler/nvm-windows
<!--
👋 WELCOME
=============================================================================== PLEASE, pretty please, make sure your issue hasn't already been addressed.
Here's how:
- Read the README to be aware of npm gotchas & antivirus issues.
- Review the wiki at https://github.com/coreybutler/nvm-windows/wiki
- Verify you're running NVM4W with a user account that has administrative privileges.
- Search the issues (open and closed) to make sure this isn't a duplicate.
- Review the Discussion board.
| If this isn't a bug report, please use the discussion feature instead! |
|---|
NOTICE:
Windows 7 is not technically supported. This software may work on Windows 7, but no fixes will be made for it. Microsoft ended EXTENDED support for Windows 7 on January 14, 2020. There is a note about Windows 7 in the wiki.
Only the standard terminal app and Powershell are supported. Non-standard shell environments (Cmder, Hyper, Cygwin, git) often manipulate file paths and other features. While an attempt is made to make NVM4W work in as many environments as possible, we cannot realistically test every non-standard shell.
💬 Failure to fill in the basic questions may result in slow/no response or dismissal of the issue. This project has had too many empty issues with nothing more than a title and we cannot guess about your environment. Save everyone some time and provide answers that will help the project maintainer(s) isolate and fix the issue. -->
NVM4W version: <!-- Run nvm version to find out. -->
My Environment
<!-- 💬 Please provide only the environments you're experiencing a problem with.
Example:
- Windows 8
- Windows 8.1
- Windows 10
- Windows 10 IoT Core
- Windows Server 2012
- Windows Server 2012 R2
- Windows Server 2016
🤔 If your Windows installation is non-English, please mention it. -->
Expected Behavior
<!-- 💬 Uncomment and fill me in... -->
Actual Behavior
<!-- 💬 Uncomment and fill me in... -->
Steps to reproduce the problem:
<!-- 💬 Uncomment and fill me in... -->
closed time in 17 days
devdev606push eventngnjs/NGN
commit sha b93e0b258b77b75e4ca848d9ea0bae67ee006fe4
Update README.md
push time in 18 days
starteddbcrossbar/dbcrossbar
started time in 19 days
startednathanbuchar/atom-one-dark-terminal
started time in 19 days
startedrenanlecaro/importabular
started time in 25 days
issue closedcoreybutler/nvm-windows
Make sure you have reviewed the common issues and existing issues before submitting a new issue.
If this is a question about how to use NVM4W, please use stackoverflow instead.
If this is an issue regarding antivirus, make sure you search the existing issues first.
My Environment
-
[ ] Windows 7 or below (not truly supported due to EOL - see wiki for details)
-
[ ] Windows 8
-
[ ] Windows 8.1
-
[○] Windows 10
-
[ ] Windows 10 IoT Core
-
[ ] Windows Server 2012
-
[ ] Windows Server 2012 R2
-
[ ] Windows Server 2016
-
[○] My Windows installation is non-English.
I'm using NVM4W version:
Run nvm version if you don't know.
1.1.7
I have already...
- [○] read the README to be aware of npm gotchas & antivirus issues.
- [○] reviewed the wiki to make sure my issue hasn't already been resolved.
- [○] verified I'm using an account with administrative privileges.
- [ ] searched the issues (open and closed) to make sure this isn't a duplicate.
- [ ] made sure this isn't a question about how to use NVM for Windows, since gitter is used for questions and comments.
My issue is related to (check only those which apply):
- [ ] settings.txt
- [ ] proxy support (Have you tried version 1.1.0+?)
- [ ] 32 or 64 bit support (Have you tried version 1.1.3+?)
- [ ] Character escaping (Have you tried version 1.1.6+?)
- [ ] A standard shell environment (terminal/powershell)
- [ ] A non-standard shell environment (Cmder, Hyper, Cygwin, git)
Steps to reproduce the problem:
maybe same this issue https://stackoverflow.com/questions/50563188/access-denied-issue-with-nvm-in-windows-10?noredirect=1&lq=1 .
> nvm install 12.18.1 64
> nvm use 12.18.1
Now using node v12.18.1 (64-bit)
> nvm list
12.18.1
it does't mark current version.
Then, access denied node and npm command.
> node -v
access denied
closed time in a month
Cartman0issue commentcoreybutler/nvm-windows
Closing due to no response.
comment created time in a month
issue closedcoreybutler/nvm-windows
Unable to use a specific node js version
I have installed the node js and when I am trying to use that specific version I am getting this error. How can I fix this?

closed time in a month
AshutoshSajanissue commentcoreybutler/nvm-windows
Unable to use a specific node js version
Closing due to no response.
comment created time in a month
issue closedcoreybutler/nvm-windows
How can I uninstall this after it broke my path variable?
<!--
👋 WELCOME
=============================================================================== PLEASE, pretty please, make sure your issue hasn't already been addressed.
Here's how:
- Read the README to be aware of npm gotchas & antivirus issues.
- Review the wiki at https://github.com/coreybutler/nvm-windows/wiki
- Verify you're running NVM4W with a user account that has administrative privileges.
- Search the issues (open and closed) to make sure this isn't a duplicate.
- Review the Discussion board.
| If this isn't a bug report, please use the discussion feature instead! |
|---|
NOTICE:
Windows 7 is not technically supported. This software may work on Windows 7, but no fixes will be made for it. Microsoft ended EXTENDED support for Windows 7 on January 14, 2020. There is a note about Windows 7 in the wiki.
Only the standard terminal app and Powershell are supported. Non-standard shell environments (Cmder, Hyper, Cygwin, git) often manipulate file paths and other features. While an attempt is made to make NVM4W work in as many environments as possible, we cannot realistically test every non-standard shell.
💬 Failure to fill in the basic questions may result in slow/no response or dismissal of the issue. This project has had too many empty issues with nothing more than a title and we cannot guess about your environment. Save everyone some time and provide answers that will help the project maintainer(s) isolate and fix the issue. -->
NVM4W version: <!-- Run nvm version to find out. -->
My Environment
<!-- 💬 Please provide only the environments you're experiencing a problem with.
Example:
- Windows 8
- Windows 8.1
- Windows 10
- Windows 10 IoT Core
- Windows Server 2012
- Windows Server 2012 R2
- Windows Server 2016
🤔 If your Windows installation is non-English, please mention it. -->
Expected Behavior
<!-- 💬 Uncomment and fill me in... -->
Actual Behavior
<!-- 💬 Uncomment and fill me in... -->
Steps to reproduce the problem:
<!-- 💬 Uncomment and fill me in... -->
closed time in a month
cm-cm-cm-cmissue commentcoreybutler/nvm-windows
How can I uninstall this after it broke my path variable?
https://github.com/coreybutler/nvm-windows/wiki#uninstall
comment created time in a month
startedRichardKnop/go-oauth2-server
started time in a month
push eventngnjs/queue
commit sha 5365a30135ef0aa527552a078e1d847496a91b4f
Changed 'aborted' event to 'abort' to be consistent with other NGN event emitters.
push time in a month
push eventngnjs/NGN
commit sha c160c5d7aca5392c726a49a65fc4c7df1c833864
Parent/child/sibling relationships now work as expected, as confirmed by new unit tests.
push time in a month
issue commentcoreybutler/fenix
Documentation site not accessible
The site was hosted on Gitbook, which destroyed all legacy accounts without converting to their new system. I'm in the unfortunate position of having to rewrite those docs now.
comment created time in a month
push eventngnjs/NGN
commit sha 96d421588fe2fb2b80ba4567a6d3a81b4ace3a19
Capture all errors in the NGN Ledger to close #81.
commit sha 6fc49dad1fd9d34eff6607eb9ad3505e7c0b8d45
Added support for relationships between classes to fix #82.
commit sha 6ffda92ef783f12860b906dccb1764a7fc229480
Expose Relationships (manager) and Relationship class.
push time in a month
issue closedngnjs/NGN
Class Parents, Children, and Siblings
The core NGN class has a "parent" attribute, allowing developers to create arbitrary parent/child relationships between classes. This single relationship type is limiting. It should be possible to identify parents, children, or sibling entities.
closed time in a month
coreybutlerissue closedngnjs/NGN
Auto-recognize custom errors on NGN Ledger
Is your feature request related to a problem? Please describe. When throwing a custom exception, developers must manually fire an event on the Ledger in order to audit errors. This boilerplate activity should be avoided.
Describe the solution you'd like Throwing a custom exception should automatically log the exception on the Ledger.
closed time in a month
coreybutlerissue openedngnjs/NGN
Class Parents, Children, and Siblings
The core NGN class has a "parent" attribute, allowing developers to create arbitrary parent/child relationships between classes. This single relationship type is limiting. It should be possible to identify parents, children, or sibling entities.
created time in a month
issue commentcoreybutler/nvm-windows
@aaroncalderon that is a really good example of exactly what I had in mind, i.e. users can create their own hook scripts and nvm4w will run them if they exist.
Keeping modules in directories by semver would be quite complex, since it needs to account for both 32 and 64-bit architectures... not to mention npm from older versions of Node operates very differently from modern versions (and yarn treats the structure differently too).
I'm trying to avoid dot files for the next version (see this post), but the idea of a module manifest of some kind could be incorporated into the hook system.
Thanks for sharing your thoughts!
comment created time in a month
issue openedngnjs/NGN
Austo-recognize custom errors on NGN Ledger
Is your feature request related to a problem? Please describe. When throwing a custom exception, developers must manually fire an event on the Ledger in order to audit errors. This boilerplate activity should be avoided.
Describe the solution you'd like Throwing a custom exception should automatically log the exception on the Ledger.
created time in a month
push eventngnjs/libdata
commit sha 838c8f838c688ca9f10f5d8d074cbf699372fc49
Modified the typeOf method to return case sensitive function and class names (more accurate data types).
commit sha 6e7a0636c399e5d24a848b62077985a826c96425
Version bump
push time in a month
startedneuronetio/gantt-schedule-timeline-calendar
started time in a month
push eventngnjs/plugin
commit sha 42f80f5d55f5abfbc4d341d7a195a50349f48681
Support regex parsing of missing attributes/versions.
push time in a month
push eventngnjs/libdata
commit sha e0554abc41d0c082e73a270bf7d3f550f26930b5
Moved module version constant to named export
commit sha 1f25acdcf614d4005bc39e4643072fcab83472cc
Merge branch 'master' of https://github.com/ngnjs/libdata into master
push time in a month
push eventngnjs/plugin
commit sha b6f16694756e62b6aa8ea07f91b9855fa91c4a3f
Moved module version constant to named export
push time in a month
push eventngnjs/queue
commit sha e0b9e6f936652535b33ea8b093291e83af3904a6
Moved module version constant to named export
push time in a month
push eventcoreybutler/coreybutler
commit sha 2429276e13ab303fcc7bb631756c00e35279fb87
Update README.md
push time in a month
push eventcoreybutler/coreybutler
commit sha 7bed589a4dfe4ba6efeaab0f7cf9d7c9d5d7a00b
Add files via upload
push time in a month
push eventcoreybutler/coreybutler
commit sha 211651d4860435efe7cbd3b0c0e689efee71d8f9
Add files via upload
push time in a month
push eventcoreybutler/coreybutler
commit sha d9b3489f2fc15ff63198bc85c6231f2180446c8d
Add files via upload
push time in a month
push eventcoreybutler/coreybutler
commit sha ef7ff35e3a99b2467c6206c1c40694138928fb15
Add files via upload
push time in a month
startedquilljs/quill
started time in a month
issue commentcoreybutler/nvm-windows
Can you please update documentation to say "run nvm use x.x.x in administrator mode"
Thanks @brianlmerritt - that seems reasonable. I have updated the README. Thanks for the suggestion!
comment created time in a month
push eventcoreybutler/nvm-windows
commit sha d2a5a6715a5148e4341cf6d53dc39a97768c187e
Update README.md Updated, per recommendation in #566.
push time in a month
push eventngnjs/NGN
commit sha ffe9ebdfcc538c6e10aa209291ee7e8acde304c3
Update README.md
push time in a month
push eventngnjs/libdata
commit sha 717ff8eda1b7a8db2fe8428aa419f224239c97ab
Update README.md
push time in a month
push eventcoreybutler/coreybutler
commit sha e40b817811e177266fcb32564c63e4f68b77b7a1
Update README.md
push time in a month
push eventcoreybutler/coreybutler
commit sha 6f28fe16b35337620f4d1c5d2240f02f579fb9d7
Update README.md
push time in a month
issue closedcoreybutler/nvm-windows
Can you please update documentation to say "run nvm use x.x.x in administrator mode"
Windows 10.0.18363 clean install of NVM
After a clean install (with no node already installed) I ran nvm install 12.18.3 and then nvm use 12.18.3 in git bash terminal.
I got an error message C:\ etc etc \cmd no program exists for this request. If I ignore the error and run npm I get a command not found error.
As soon as I run cmd as an administrator the nvm use works fine.
Great program (bonus points for implementing nvm ls-remote) but this might help people who can't figure it out themselves.
closed time in a month
brianlmerrittissue commentcoreybutler/nvm-windows
Can you please update documentation to say "run nvm use x.x.x in administrator mode"
Closing, since I think this is already addressed. @brianlmerritt - still happy to take suggestions if you have them.
comment created time in a month
issue commentcoreybutler/nvm-windows
Can you please update documentation to say "run nvm use x.x.x in administrator mode"
NVM for Windows works by using symlinks to point to the "active" Node installation. This is what makes it work when node whatever.js is executed. Unfortunately, the Windows operating system requires admin privileges to create symlinks.
There are only two alternatives to this approach. The first is to change the installation PATH variable. This is incredibly risky because any error can cause the variable to be set to an empty string.... meaning no programs will be found. For example,older versions of Windows have a limited number of characters that the PATH can contain. Trying to write more than the allotted number of characters causes this behavior. That is an unacceptable risk.
The other option is to shim node. This is how some of the other version managers work, and from what I can tell, it is the overwhelming source of operational problems. A shim does not necessarily pickup the permissions of the user from which it is called, so node itself may appear to behave in unexpected ways. There is simply too much churn.
Bottom line: you need admin access to do this.... just like you need admin access to actually install Node on a Windows system.
comment created time in a month
startedwagoodman/dive
started time in a month
startedmingrammer/diagrams
started time in a month
startedtabler/tabler
started time in a month
startedcaiiiycuk/js-dos
started time in a month
startedSoorajSNBlaze333/tooltip-sequence
started time in a month
startedvega/vega
started time in a month
push eventButlerLogic/action-autotag
commit sha ade8d2e19bfcd1e6a91272e2849b4bf4c37a67f1
Update example with appropriate regex
push time in 2 months
push eventcoreybutler/go-fsutil
commit sha b45da34a6f2425c4f47f946ba9b6a666b9acde48
Updated regex pattern for deployment.
push time in 2 months
push eventcoreybutler/go-fsutil
commit sha 9139bf99d9ee6360a5200339a937a243fe007daf
Updated regex pattern for deployment.
push time in 2 months
push eventButlerLogic/action-autotag
commit sha 216b186a7a98c0f51a8de26d9a69d4f5954a6b70
Hoisted pattern variable to make it accessible to logging messages.
push time in 2 months
push eventButlerLogic/action-autotag
commit sha 9c0d881025d63f9163e567c431484790c8ae43f9
Cleaned up lock file
push time in 2 months
push eventButlerLogic/action-autotag
commit sha a0ae171252471c46c06267a763d3c83455738ff8
Rearranged output for cleaner reporting.
push time in 2 months
push eventcoreybutler/go-fsutil
commit sha bc75cc3839abf1d1ec442419ef072a3ddc3333dd
Fixed regex in release workflow
push time in 2 months
push eventcoreybutler/go-fsutil
commit sha 3c8c7045ceba9d05ffa1f3fda53c8ef99fb11a87
Update workflow to use autotag edge version
push time in 2 months
push eventButlerLogic/action-autotag
commit sha e514b01d25aa060e91bfe1919f4bcb778582535d
Add pattern warning.
push time in 2 months
push eventcoreybutler/go-fsutil
commit sha fdad04c98950a1d35616a33ca04d319d69e3cf70
Update autotag workflow
push time in 2 months
created tagButlerLogic/action-autotag
Automatically generate a new tag when the manifest file (package.json, Dockerfile, custom file, etc) version changes.
created time in 2 months
push eventButlerLogic/action-autotag
commit sha b32bd158d847e65e6cd91f7cc5a0c1fe86b0d11b
Updated version.
commit sha a825539276d173dbaa8d39fb45024d85d292f4f3
Fixed merge conflict
push time in 2 months
push eventcoreybutler/go-fsutil
commit sha 44617b5d23601dded66791a72a434faf7f563478
Fixed Regex pattern in workflow
push time in 2 months
push eventButlerLogic/action-autotag
commit sha dc8c74b89a554025e998bf2f2e59163bc99b51c0
Bump node-fetch from 2.6.0 to 2.6.1 in /app Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 14184d492b97fa9e9eae816484319bcf44109572
Merge pull request #18 from ButlerLogic/dependabot/npm_and_yarn/app/node-fetch-2.6.1 Bump node-fetch from 2.6.0 to 2.6.1 in /app
push time in 2 months
PR merged ButlerLogic/action-autotag
Bumps node-fetch from 2.6.0 to 2.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bitinn/node-fetch/releases">node-fetch's releases</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <p><strong>This is an important security release. It is strongly recommended to update as soon as possible.</strong></p> <p>See <a href="https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md#v261">CHANGELOG</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md">node-fetch's changelog</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <p><strong>This is an important security release. It is strongly recommended to update as soon as possible.</strong></p> <ul> <li>Fix: honor the <code>size</code> option after following a redirect.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/node-fetch/node-fetch/commit/b5e2e41b2b50bf2997720d6125accaf0dd68c0ab"><code>b5e2e41</code></a> update version number</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/2358a6c2563d1730a0cdaccc197c611949f6a334"><code>2358a6c</code></a> Honor the <code>size</code> option after following a redirect and revert data uri support</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/8c197f8982a238b3c345c64b17bfa92e16b4f7c4"><code>8c197f8</code></a> docs: Fix typos and grammatical errors in README.md (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/686">#686</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/1e99050f944ac435fce26a9549eadcc2419a968a"><code>1e99050</code></a> fix: Change error message thrown with redirect mode set to error (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/653">#653</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/244e6f63d42025465796e3ca4ce813bf2c31fc5b"><code>244e6f6</code></a> docs: Show backers in README</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/6a5d192034a0f438551dffb6d2d8df2c00921d16"><code>6a5d192</code></a> fix: Properly parse meta tag when parameters are reversed (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/682">#682</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/47a24a03eb49a49d81b768892aee10074ed54a91"><code>47a24a0</code></a> chore: Add opencollective badge</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/7b136627c537cb24430b0310638c9177a85acee1"><code>7b13662</code></a> chore: Add funding link</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/5535c2ed478d418969ecfd60c16453462de2a53f"><code>5535c2e</code></a> fix: Check for global.fetch before binding it (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/674">#674</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/1d5778ad0d910dbd1584fb407a186f5a0bc1ea22"><code>1d5778a</code></a> docs: Add Discord badge</li> <li>Additional commits viewable in <a href="https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~akepinski">akepinski</a>, a new releaser for node-fetch since your current version.</p> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months
push eventButlerLogic/action-autotag
commit sha 55e66262893d667ab8c785dcb81c98427d233646
Added support for named groups when using regex pattern
commit sha 403b83cf34a72d5a048f0a34970b1e70baf2cbb4
Version bump
push time in 2 months
push eventcoreybutler/go-fsutil
commit sha c918ea591bf6c5e3e95a5ffb03d9cf99216a1803
Update README
push time in 2 months
push eventcoreybutler/go-fsutil
commit sha 51caebfbd9e221f97d6b298c8eeb2b6d28a819cd
Exposed FormatSize method.
push time in 2 months