Feature Request: Ignore just major version updates
See original GitHub issueThe problem that i have is the following:
I’m developing an AWS Lambda function and using joi
and lab
, but the recent versions don’t support node v6.10, which is the newest version in AWS Lambda.
For example joi
, i need to use v12.0.0
instead of v13.0.1
.
What i want is to ignore just major version updates, so if joi@12.x.x
is released i want to know, but if joi@13.x.x
come out, i don’t want to be notified because its not compatible with my stack.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
[Feature request] Opt out minor and patch versions #2219
I would like to get only updates for major & security releases (opt-out from minor and patch versions), configurable per project.
Read more >How to say no to product feature requests - Canny Blog
Here's how to say no to feature requests the right way. ... They'll just feel like their input isn't important to you. It's...
Read more >How To Manage Feature Requests [Template included]
This guide will teach you everything about feature requests – how to process them, manage them, respond to them, prioritize them – so...
Read more >Wikipedia:Ignored feature requests
Feature requests can be made at MediaZilla. For information on using MediaZilla, please see Wikipedia:Bug reports. You can discuss them first at m:MediaWiki ......
Read more >Feature request: disable core block patterns - WordPress.org
I have a request: I like block patterns, but I don't like the ones WordPress includes by default. ... I just needed to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@luanmuniz Whipping up something, soon.
Any update on this? Would be a useful addition.