Skip to content

Commit

Permalink
test: Updated minimum version of lesser used versions of 3rd party li… (
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 authored Jul 24, 2024
1 parent a0ae32a commit ef8c006
Show file tree
Hide file tree
Showing 20 changed files with 9 additions and 1,414 deletions.
2 changes: 1 addition & 1 deletion test/versioned/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=18"
},
"dependencies": {
"connect": ">=2.0.0"
"connect": ">=3.0.0"
},
"files": [
"error-intercept.tap.js",
Expand Down
12 changes: 0 additions & 12 deletions test/versioned/elastic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,6 @@
"elasticsearchNoop.tap.js"
]
},
{
"engines": {
"node": "16"
},
"dependencies": {
"@elastic/elasticsearch": ">=7.16.0 <=8.13.1",
"@elastic/transport": "8.4.1"
},
"files": [
"elasticsearch.tap.js"
]
},
{
"engines": {
"node": ">=18"
Expand Down
136 changes: 0 additions & 136 deletions test/versioned/generic-pool/basic-v2.tap.js

This file was deleted.

11 changes: 0 additions & 11 deletions test/versioned/generic-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@
"files": [
"basic.tap.js"
]
},
{
"engines": {
"node": ">=18"
},
"dependencies": {
"generic-pool": ">=2.4 <3"
},
"files": [
"basic-v2.tap.js"
]
}
],
"dependencies": {}
Expand Down
140 changes: 0 additions & 140 deletions test/versioned/ioredis/ioredis-3.tap.js

This file was deleted.

11 changes: 0 additions & 11 deletions test/versioned/ioredis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@
"version": "0.0.0",
"private": true,
"tests": [
{
"engines": {
"node": ">=18"
},
"dependencies": {
"ioredis": "3.x"
},
"files": [
"ioredis-3.tap.js"
]
},
{
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions test/versioned/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"samples": 5
},
"koa-router": {
"versions": ">=7.1.0",
"versions": ">=11.0.2",
"samples": 5
}
},
Expand All @@ -53,7 +53,7 @@
"samples": 5
},
"@koa/router": {
"versions": ">=8.0.0",
"versions": ">=11.0.2",
"samples": 5
}
},
Expand Down
2 changes: 1 addition & 1 deletion test/versioned/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=18"
},
"dependencies": {
"@nestjs/cli": ">=8.0.0"
"@nestjs/cli": ">=9.0.0"
},
"files": [
"nest.tap.js"
Expand Down
16 changes: 1 addition & 15 deletions test/versioned/pg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,7 @@
"node": ">=18"
},
"dependencies": {
"pg": ">=8.2.0 <8.8.0",
"pg-native": ">=2.0.0"
},
"files": [
"force-native.tap.js",
"native.tap.js",
"pg.tap.js"
]
},
{
"engines": {
"node": ">=18"
},
"dependencies": {
"pg": ">=8.8.0",
"pg": ">=8.2.0",
"pg-native": ">=3.0.0"
},
"files": [
Expand Down
Loading

0 comments on commit ef8c006

Please sign in to comment.