Skip to content

Commit 26adf16

Browse files
authored
Breaking: upgrade to abstract-level 3 (#24)
Category: change
1 parent 07f0e65 commit 26adf16

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.airtap.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ providers:
44
browsers:
55
- name: chromium
66
- name: firefox
7+
8+
# Until airtap switches to rollup
9+
browserify:
10+
- transform: babelify
11+
global: true
12+
presets: ["@babel/preset-env"]

UPGRADING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This document describes breaking changes and how to upgrade. For a complete list of changes including minor and patch releases, please refer to the [changelog](CHANGELOG.md).
44

5+
## 3.0.0
6+
7+
This release upgrades to `abstract-level` 3. Please see its [upgrade guide](https://github.com/Level/abstract-level/blob/v3.0.0/UPGRADING.md).
8+
59
## 2.0.0
610

711
This release upgrades to `abstract-level` 2 which adds [hooks](https://github.com/Level/abstract-level#hooks) and drops callbacks and not-found errors. Please refer to the [upgrade guide of `abstract-level`](https://github.com/Level/abstract-level/blob/v2.0.0/UPGRADING.md) for details.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@
1919
"UPGRADING.md"
2020
],
2121
"dependencies": {
22-
"abstract-level": "^2.0.1"
22+
"abstract-level": "^3.1.0"
2323
},
2424
"devDependencies": {
25+
"@babel/preset-env": "^7.26.9",
2526
"@voxpelli/tsconfig": "^4.0.0",
2627
"airtap": "^5.0.0",
2728
"airtap-playwright": "^1.0.1",
29+
"babelify": "^10.0.0",
2830
"hallmark": "^4.1.0",
2931
"nyc": "^15.0.0",
3032
"standard": "^17.0.0",

0 commit comments

Comments
 (0)