Skip to content

Commit 67862d9

Browse files
amilajackljharb
andcommitted
fix: #224 (#281)
* fix: #224 * downgrade semer to @6.3.0 * Update package.json Co-Authored-By: Jordan Harband <[email protected]> Co-authored-by: Jordan Harband <[email protected]>
1 parent ccc1fb8 commit 67862d9

File tree

4 files changed

+11
-15
lines changed

4 files changed

+11
-15
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## v3.4.1
1+
## v3.5.0
22
### Fixed
33
- Allow targets not caniuse db ([#280](https://github.com/amilajack/eslint-plugin-compat/pull/280)
44
- Added missing browser mapping and default fallback ([#272](https://github.com/amilajack/eslint-plugin-compat/pull/272))
5+
- Support Node >=8 ([#281](https://github.com/amilajack/eslint-plugin-compat/pull/281))
56

67
### Added
78
- Bump all deps to latest semver

azure-pipelines.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ strategy:
55
matrix:
66
linux_node_stable:
77
imageName: 'ubuntu-16.04'
8-
nodeVersion: '12.x'
8+
nodeVersion: '8.x'
99
linux_node_current:
1010
imageName: 'ubuntu-16.04'
1111
nodeVersion: '13.x'
1212
mac_node_stable:
1313
imageName: 'macos-10.13'
14-
nodeVersion: '12.x'
14+
nodeVersion: '8.x'
1515
mac_node_current:
1616
imageName: 'macos-10.13'
1717
nodeVersion: '13.x'
1818
windows_node_stable:
1919
imageName: 'vs2017-win2016'
20-
nodeVersion: '12.x'
20+
nodeVersion: '8.x'
2121
windows_node_current:
2222
imageName: 'vs2017-win2016'
2323
nodeVersion: '13.x'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"caniuse-db": "^1.0.30001017",
6464
"lodash.memoize": "4.1.2",
6565
"mdn-browser-compat-data": "^1.0.3",
66-
"semver": "^7.1.1"
66+
"semver": "^6.3.0"
6767
},
6868
"peerDependencies": {
6969
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"

yarn.lock

+5-10
Original file line numberDiff line numberDiff line change
@@ -5695,6 +5695,11 @@ seek-bzip@^1.0.5:
56955695
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
56965696
integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==
56975697

5698+
[email protected], semver@^6.2.0, semver@^6.3.0:
5699+
version "6.3.0"
5700+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
5701+
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
5702+
56985703
56995704
version "7.0.0"
57005705
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
@@ -5705,16 +5710,6 @@ semver@^6.0.0, semver@^6.1.2:
57055710
resolved "https://registry.yarnpkg.com/semver/-/semver-6.1.3.tgz#ef997a1a024f67dd48a7f155df88bb7b5c6c3fc7"
57065711
integrity sha512-aymF+56WJJMyXQHcd4hlK4N75rwj5RQpfW8ePlQnJsTYOBLlLbcIErR/G1s9SkIvKBqOudR3KAx4wEqP+F1hNQ==
57075712

5708-
semver@^6.2.0, semver@^6.3.0:
5709-
version "6.3.0"
5710-
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
5711-
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
5712-
5713-
semver@^7.1.1:
5714-
version "7.1.1"
5715-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.1.1.tgz#29104598a197d6cbe4733eeecbe968f7b43a9667"
5716-
integrity sha512-WfuG+fl6eh3eZ2qAf6goB7nhiCd7NPXhmyFxigB/TOkQyeLP8w8GsVehvtGNtnNmyboz4TgeK40B1Kbql/8c5A==
5717-
57185713
set-blocking@^2.0.0, set-blocking@~2.0.0:
57195714
version "2.0.0"
57205715
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"

0 commit comments

Comments
 (0)