From cf7bdaa752e89236127fe84aaae1bab084d9bfc4 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 4 Aug 2020 17:12:57 -0700 Subject: [PATCH] update update-notifier snapshot We really need to replace this with something lighter. PR-URL: https://github.com/npm/cli/pull/1612 Credit: @isaacs Close: #1612 Reviewed-by: @ruyadorno --- ...t-lib-utils-update-notifier.js-TAP.test.js | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tap-snapshots/test-lib-utils-update-notifier.js-TAP.test.js b/tap-snapshots/test-lib-utils-update-notifier.js-TAP.test.js index 2bc52e1fe6c75..0e2841a3fc1f4 100644 --- a/tap-snapshots/test-lib-utils-update-notifier.js-TAP.test.js +++ b/tap-snapshots/test-lib-utils-update-notifier.js-TAP.test.js @@ -6,73 +6,73 @@ */ 'use strict' exports[`test/lib/utils/update-notifier.js TAP notification situations color and unicode major > must match snapshot 1`] = ` -New major version of npm available! <>-beta → 7.0.0 +New major version of npm available! <>-beta.0 → 7.0.0 Changelog: https://github.com/npm/cli/releases/tag/v7.0.0 Run npm install -g npm to update! ` exports[`test/lib/utils/update-notifier.js TAP notification situations color and unicode minor > must match snapshot 1`] = ` -New minor version of npm available! <>-beta → 7.0.0 +New minor version of npm available! <>-beta.0 → 7.0.0 Changelog: https://github.com/npm/cli/releases/tag/v7.0.0 Run npm install -g npm to update! ` exports[`test/lib/utils/update-notifier.js TAP notification situations color and unicode minor > must match snapshot 2`] = ` -New patch version of npm available! <>-beta → 7.0.0 +New patch version of npm available! <>-beta.0 → 7.0.0 Changelog: https://github.com/npm/cli/releases/tag/v7.0.0 Run npm install -g npm to update! ` exports[`test/lib/utils/update-notifier.js TAP notification situations color, no unicode major > must match snapshot 1`] = ` -New major version of npm available! <>-beta -> 7.0.0 +New major version of npm available! <>-beta.0 -> 7.0.0 Changelog: https://github.com/npm/cli/releases/tag/v7.0.0 Run npm install -g npm to update! ` exports[`test/lib/utils/update-notifier.js TAP notification situations color, no unicode minor > must match snapshot 1`] = ` -New minor version of npm available! <>-beta -> 7.0.0 +New minor version of npm available! <>-beta.0 -> 7.0.0 Changelog: https://github.com/npm/cli/releases/tag/v7.0.0 Run npm install -g npm to update! ` exports[`test/lib/utils/update-notifier.js TAP notification situations color, no unicode minor > must match snapshot 2`] = ` -New patch version of npm available! <>-beta -> 7.0.0 +New patch version of npm available! <>-beta.0 -> 7.0.0 Changelog: https://github.com/npm/cli/releases/tag/v7.0.0 Run npm install -g npm to update! ` exports[`test/lib/utils/update-notifier.js TAP notification situations no color, no unicode major > must match snapshot 1`] = ` -New major version of npm available! <>-beta -> 7.0.0 +New major version of npm available! <>-beta.0 -> 7.0.0 Changelog: https://github.com/npm/cli/releases/tag/v7.0.0 Run npm i -g npm to update! ` exports[`test/lib/utils/update-notifier.js TAP notification situations no color, no unicode minor > must match snapshot 1`] = ` -New minor version of npm available! <>-beta -> 7.0.0 +New minor version of npm available! <>-beta.0 -> 7.0.0 Changelog: https://github.com/npm/cli/releases/tag/v7.0.0 Run npm i -g npm to update! ` exports[`test/lib/utils/update-notifier.js TAP notification situations no color, no unicode minor > must match snapshot 2`] = ` -New patch version of npm available! <>-beta -> 7.0.0 +New patch version of npm available! <>-beta.0 -> 7.0.0 Changelog: https://github.com/npm/cli/releases/tag/v7.0.0 Run npm i -g npm to update! ` exports[`test/lib/utils/update-notifier.js TAP notification situations unicode, no color major > must match snapshot 1`] = ` -New major version of npm available! <>-beta → 7.0.0 +New major version of npm available! <>-beta.0 → 7.0.0 Changelog: https://github.com/npm/cli/releases/tag/v7.0.0 Run npm i -g npm to update! ` exports[`test/lib/utils/update-notifier.js TAP notification situations unicode, no color minor > must match snapshot 1`] = ` -New minor version of npm available! <>-beta → 7.0.0 +New minor version of npm available! <>-beta.0 → 7.0.0 Changelog: https://github.com/npm/cli/releases/tag/v7.0.0 Run npm i -g npm to update! ` exports[`test/lib/utils/update-notifier.js TAP notification situations unicode, no color minor > must match snapshot 2`] = ` -New patch version of npm available! <>-beta → 7.0.0 +New patch version of npm available! <>-beta.0 → 7.0.0 Changelog: https://github.com/npm/cli/releases/tag/v7.0.0 Run npm i -g npm to update! `