|
6 | 6 | */
|
7 | 7 | 'use strict'
|
8 | 8 | exports[`test/lib/utils/update-notifier.js TAP notification situations color and unicode major > must match snapshot 1`] = `
|
9 |
| -New [31mmajor[39m version of npm available! [31m<<major>>-beta.0[39m → [32m7.0.0[39m |
| 9 | +New [31mmajor[39m version of npm available! [31m<<major>>-beta.1[39m → [32m7.0.0[39m |
10 | 10 | [33mChangelog:[39m [36mhttps://github.com/npm/cli/releases/tag/v7.0.0[39m
|
11 | 11 | Run [32mnpm install -g npm[39m to update!
|
12 | 12 | `
|
13 | 13 |
|
14 | 14 | exports[`test/lib/utils/update-notifier.js TAP notification situations color and unicode minor > must match snapshot 1`] = `
|
15 |
| -New [33mminor[39m version of npm available! [31m<<minor>>-beta.0[39m → [32m7.0.0[39m |
| 15 | +New [33mminor[39m version of npm available! [31m<<minor>>-beta.1[39m → [32m7.0.0[39m |
16 | 16 | [33mChangelog:[39m [36mhttps://github.com/npm/cli/releases/tag/v7.0.0[39m
|
17 | 17 | Run [32mnpm install -g npm[39m to update!
|
18 | 18 | `
|
19 | 19 |
|
20 | 20 | exports[`test/lib/utils/update-notifier.js TAP notification situations color and unicode minor > must match snapshot 2`] = `
|
21 |
| -New [32mpatch[39m version of npm available! [31m<<patch>>-beta.0[39m → [32m7.0.0[39m |
| 21 | +New [32mpatch[39m version of npm available! [31m<<patch>>-beta.1[39m → [32m7.0.0[39m |
22 | 22 | [33mChangelog:[39m [36mhttps://github.com/npm/cli/releases/tag/v7.0.0[39m
|
23 | 23 | Run [32mnpm install -g npm[39m to update!
|
24 | 24 | `
|
25 | 25 |
|
26 | 26 | exports[`test/lib/utils/update-notifier.js TAP notification situations color, no unicode major > must match snapshot 1`] = `
|
27 |
| -New [31mmajor[39m version of npm available! [31m<<major>>-beta.0[39m -> [32m7.0.0[39m |
| 27 | +New [31mmajor[39m version of npm available! [31m<<major>>-beta.1[39m -> [32m7.0.0[39m |
28 | 28 | [33mChangelog:[39m [36mhttps://github.com/npm/cli/releases/tag/v7.0.0[39m
|
29 | 29 | Run [32mnpm install -g npm[39m to update!
|
30 | 30 | `
|
31 | 31 |
|
32 | 32 | exports[`test/lib/utils/update-notifier.js TAP notification situations color, no unicode minor > must match snapshot 1`] = `
|
33 |
| -New [33mminor[39m version of npm available! [31m<<minor>>-beta.0[39m -> [32m7.0.0[39m |
| 33 | +New [33mminor[39m version of npm available! [31m<<minor>>-beta.1[39m -> [32m7.0.0[39m |
34 | 34 | [33mChangelog:[39m [36mhttps://github.com/npm/cli/releases/tag/v7.0.0[39m
|
35 | 35 | Run [32mnpm install -g npm[39m to update!
|
36 | 36 | `
|
37 | 37 |
|
38 | 38 | exports[`test/lib/utils/update-notifier.js TAP notification situations color, no unicode minor > must match snapshot 2`] = `
|
39 |
| -New [32mpatch[39m version of npm available! [31m<<patch>>-beta.0[39m -> [32m7.0.0[39m |
| 39 | +New [32mpatch[39m version of npm available! [31m<<patch>>-beta.1[39m -> [32m7.0.0[39m |
40 | 40 | [33mChangelog:[39m [36mhttps://github.com/npm/cli/releases/tag/v7.0.0[39m
|
41 | 41 | Run [32mnpm install -g npm[39m to update!
|
42 | 42 | `
|
43 | 43 |
|
44 | 44 | exports[`test/lib/utils/update-notifier.js TAP notification situations no color, no unicode major > must match snapshot 1`] = `
|
45 |
| -New major version of npm available! <<major>>-beta.0 -> 7.0.0 |
| 45 | +New major version of npm available! <<major>>-beta.1 -> 7.0.0 |
46 | 46 | Changelog: https://github.com/npm/cli/releases/tag/v7.0.0
|
47 | 47 | Run npm i -g npm to update!
|
48 | 48 | `
|
49 | 49 |
|
50 | 50 | exports[`test/lib/utils/update-notifier.js TAP notification situations no color, no unicode minor > must match snapshot 1`] = `
|
51 |
| -New minor version of npm available! <<minor>>-beta.0 -> 7.0.0 |
| 51 | +New minor version of npm available! <<minor>>-beta.1 -> 7.0.0 |
52 | 52 | Changelog: https://github.com/npm/cli/releases/tag/v7.0.0
|
53 | 53 | Run npm i -g npm to update!
|
54 | 54 | `
|
55 | 55 |
|
56 | 56 | exports[`test/lib/utils/update-notifier.js TAP notification situations no color, no unicode minor > must match snapshot 2`] = `
|
57 |
| -New patch version of npm available! <<patch>>-beta.0 -> 7.0.0 |
| 57 | +New patch version of npm available! <<patch>>-beta.1 -> 7.0.0 |
58 | 58 | Changelog: https://github.com/npm/cli/releases/tag/v7.0.0
|
59 | 59 | Run npm i -g npm to update!
|
60 | 60 | `
|
61 | 61 |
|
62 | 62 | exports[`test/lib/utils/update-notifier.js TAP notification situations unicode, no color major > must match snapshot 1`] = `
|
63 |
| -New major version of npm available! <<major>>-beta.0 → 7.0.0 |
| 63 | +New major version of npm available! <<major>>-beta.1 → 7.0.0 |
64 | 64 | Changelog: https://github.com/npm/cli/releases/tag/v7.0.0
|
65 | 65 | Run npm i -g npm to update!
|
66 | 66 | `
|
67 | 67 |
|
68 | 68 | exports[`test/lib/utils/update-notifier.js TAP notification situations unicode, no color minor > must match snapshot 1`] = `
|
69 |
| -New minor version of npm available! <<minor>>-beta.0 → 7.0.0 |
| 69 | +New minor version of npm available! <<minor>>-beta.1 → 7.0.0 |
70 | 70 | Changelog: https://github.com/npm/cli/releases/tag/v7.0.0
|
71 | 71 | Run npm i -g npm to update!
|
72 | 72 | `
|
73 | 73 |
|
74 | 74 | exports[`test/lib/utils/update-notifier.js TAP notification situations unicode, no color minor > must match snapshot 2`] = `
|
75 |
| -New patch version of npm available! <<patch>>-beta.0 → 7.0.0 |
| 75 | +New patch version of npm available! <<patch>>-beta.1 → 7.0.0 |
76 | 76 | Changelog: https://github.com/npm/cli/releases/tag/v7.0.0
|
77 | 77 | Run npm i -g npm to update!
|
78 | 78 | `
|
0 commit comments