1/* IMPORTANT 2 * This snapshot file is auto-generated, but designed for humans. 3 * It should be checked into source control and tracked carefully. 4 * Re-generate by setting TAP_SNAPSHOT=1 and running tests. 5 * Make sure to inspect the output below. Do not ignore changes! 6 */ 7'use strict' 8exports[`test/lib/utils/update-notifier.js TAP notification situations 122.420.69 - color=always > must match snapshot 1`] = ` 9 10New [31mmajor[39m version of npm available! [31m122.420.69[39m -> [32m123.420.69[39m 11Changelog: [36mhttps://github.com/npm/cli/releases/tag/v123.420.69[39m 12Run [32mnpm install -g npm@123.420.69[39m to update! 13 14` 15 16exports[`test/lib/utils/update-notifier.js TAP notification situations 122.420.69 - color=false > must match snapshot 1`] = ` 17 18New major version of npm available! 122.420.69 -> 123.420.69 19Changelog: <https://github.com/npm/cli/releases/tag/v123.420.69> 20Run \`npm install -g npm@123.420.69\` to update! 21 22` 23 24exports[`test/lib/utils/update-notifier.js TAP notification situations 123.419.69 - color=always > must match snapshot 1`] = ` 25 26New [33mminor[39m version of npm available! [31m123.419.69[39m -> [32m123.420.69[39m 27Changelog: [36mhttps://github.com/npm/cli/releases/tag/v123.420.69[39m 28Run [32mnpm install -g npm@123.420.69[39m to update! 29 30` 31 32exports[`test/lib/utils/update-notifier.js TAP notification situations 123.419.69 - color=false > must match snapshot 1`] = ` 33 34New minor version of npm available! 123.419.69 -> 123.420.69 35Changelog: <https://github.com/npm/cli/releases/tag/v123.420.69> 36Run \`npm install -g npm@123.420.69\` to update! 37 38` 39 40exports[`test/lib/utils/update-notifier.js TAP notification situations 123.420.68 - color=always > must match snapshot 1`] = ` 41 42New [32mpatch[39m version of npm available! [31m123.420.68[39m -> [32m123.420.69[39m 43Changelog: [36mhttps://github.com/npm/cli/releases/tag/v123.420.69[39m 44Run [32mnpm install -g npm@123.420.69[39m to update! 45 46` 47 48exports[`test/lib/utils/update-notifier.js TAP notification situations 123.420.68 - color=false > must match snapshot 1`] = ` 49 50New patch version of npm available! 123.420.68 -> 123.420.69 51Changelog: <https://github.com/npm/cli/releases/tag/v123.420.69> 52Run \`npm install -g npm@123.420.69\` to update! 53 54` 55 56exports[`test/lib/utils/update-notifier.js TAP notification situations 123.420.70 - color=always > must match snapshot 1`] = ` 57 58New [33mminor[39m version of npm available! [31m123.420.70[39m -> [32m123.421.70[39m 59Changelog: [36mhttps://github.com/npm/cli/releases/tag/v123.421.70[39m 60Run [32mnpm install -g npm@123.421.70[39m to update! 61 62` 63 64exports[`test/lib/utils/update-notifier.js TAP notification situations 123.420.70 - color=false > must match snapshot 1`] = ` 65 66New minor version of npm available! 123.420.70 -> 123.421.70 67Changelog: <https://github.com/npm/cli/releases/tag/v123.421.70> 68Run \`npm install -g npm@123.421.70\` to update! 69 70` 71 72exports[`test/lib/utils/update-notifier.js TAP notification situations 123.421.69 - color=always > must match snapshot 1`] = ` 73 74New [32mpatch[39m version of npm available! [31m123.421.69[39m -> [32m123.421.70[39m 75Changelog: [36mhttps://github.com/npm/cli/releases/tag/v123.421.70[39m 76Run [32mnpm install -g npm@123.421.70[39m to update! 77 78` 79 80exports[`test/lib/utils/update-notifier.js TAP notification situations 123.421.69 - color=false > must match snapshot 1`] = ` 81 82New patch version of npm available! 123.421.69 -> 123.421.70 83Changelog: <https://github.com/npm/cli/releases/tag/v123.421.70> 84Run \`npm install -g npm@123.421.70\` to update! 85 86` 87 88exports[`test/lib/utils/update-notifier.js TAP notification situations 124.0.0-beta.0 - color=always > must match snapshot 1`] = ` 89 90New [32mprerelease[39m version of npm available! [31m124.0.0-beta.0[39m -> [32m124.0.0-beta.99999[39m 91Changelog: [36mhttps://github.com/npm/cli/releases/tag/v124.0.0-beta.99999[39m 92Run [32mnpm install -g npm@124.0.0-beta.99999[39m to update! 93 94` 95 96exports[`test/lib/utils/update-notifier.js TAP notification situations 124.0.0-beta.0 - color=false > must match snapshot 1`] = ` 97 98New prerelease version of npm available! 124.0.0-beta.0 -> 124.0.0-beta.99999 99Changelog: <https://github.com/npm/cli/releases/tag/v124.0.0-beta.99999> 100Run \`npm install -g npm@124.0.0-beta.99999\` to update! 101 102` 103