From 72e087a722274e61ac826cea8fe6bb73309e78b4 Mon Sep 17 00:00:00 2001 From: Amila Welihinda Date: Tue, 31 Dec 2019 11:06:20 +1100 Subject: [PATCH] fix: amilajack/eslint-plugin-compat#224 (#281) * fix: amilajack/eslint-plugin-compat#224 * downgrade semer to @6.3.0 * Update package.json Co-Authored-By: Jordan Harband Co-authored-by: Jordan Harband --- CHANGELOG.md | 1 + azure-pipelines.yml | 6 +++--- package.json | 2 +- yarn.lock | 15 +++++---------- 4 files changed, 10 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da3d2c0..4a57c3da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Fixed - Allow targets not caniuse db ([#280](https://github.com/amilajack/eslint-plugin-compat/pull/280) - Added missing browser mapping and default fallback ([#272](https://github.com/amilajack/eslint-plugin-compat/pull/272)) +- Support Node >=8 ([#281](https://github.com/amilajack/eslint-plugin-compat/pull/281)) ### Added - Bump all deps to latest semver diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e333eb66..c3524d8a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,19 +5,19 @@ strategy: matrix: linux_node_stable: imageName: 'ubuntu-16.04' - nodeVersion: '12.x' + nodeVersion: '8.x' linux_node_current: imageName: 'ubuntu-16.04' nodeVersion: '13.x' mac_node_stable: imageName: 'macos-10.13' - nodeVersion: '12.x' + nodeVersion: '8.x' mac_node_current: imageName: 'macos-10.13' nodeVersion: '13.x' windows_node_stable: imageName: 'vs2017-win2016' - nodeVersion: '12.x' + nodeVersion: '8.x' windows_node_current: imageName: 'vs2017-win2016' nodeVersion: '13.x' diff --git a/package.json b/package.json index 63a1419a..a1391d42 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "caniuse-db": "^1.0.30001017", "lodash.memoize": "4.1.2", "mdn-browser-compat-data": "^1.0.3", - "semver": "^7.1.1" + "semver": "^6.3.0" }, "peerDependencies": { "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" diff --git a/yarn.lock b/yarn.lock index 6e355256..6d824869 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5695,6 +5695,11 @@ seek-bzip@^1.0.5: resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b" integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA== +semver@6.3.0, semver@^6.2.0, semver@^6.3.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" + integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== + semver@7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" @@ -5705,16 +5710,6 @@ semver@^6.0.0, semver@^6.1.2: resolved "https://registry.yarnpkg.com/semver/-/semver-6.1.3.tgz#ef997a1a024f67dd48a7f155df88bb7b5c6c3fc7" integrity sha512-aymF+56WJJMyXQHcd4hlK4N75rwj5RQpfW8ePlQnJsTYOBLlLbcIErR/G1s9SkIvKBqOudR3KAx4wEqP+F1hNQ== -semver@^6.2.0, semver@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" - integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== - -semver@^7.1.1: - version "7.1.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.1.1.tgz#29104598a197d6cbe4733eeecbe968f7b43a9667" - integrity sha512-WfuG+fl6eh3eZ2qAf6goB7nhiCd7NPXhmyFxigB/TOkQyeLP8w8GsVehvtGNtnNmyboz4TgeK40B1Kbql/8c5A== - set-blocking@^2.0.0, set-blocking@~2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"