Advertisement
Guest User

Untitled

a guest
May 28th, 2020
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 313.35 KB | None | 0 0
  1. Running with gitlab-runner 13.0.0-rc2 (926834bc)
  2.  on docker-auto-scale ed2dce3a
  3. section_start:1590552482:prepare_executor
  4. Preparing the "docker+machine" executor
  5. Using Docker executor with image registry.gitlab.com/__COMPANY__/tools/renovate-bot/runner ...
  6. Authenticating with credentials from job payload (GitLab Registry)
  7. Pulling docker image registry.gitlab.com/__COMPANY__/tools/renovate-bot/runner ...
  8. Using docker image sha256:0832cee51b6386e54d0446570692e3d2dbf96c7cc2744740a5253219b75b8b03 for registry.gitlab.com/__COMPANY__/tools/renovate-bot/runner ...
  9. section_end:1590552510:prepare_executor
  10. section_start:1590552510:prepare_script
  11. Preparing environment
  12. Running on runner-ed2dce3a-project-13616184-concurrent-0 via runner-ed2dce3a-srm-1590552419-17ff7d2a...
  13. section_end:1590552515:prepare_script
  14. section_start:1590552515:get_sources
  15. Getting source from Git repository
  16. $ eval "$CI_PRE_CLONE_SCRIPT"
  17. Fetching changes with git depth set to 50...
  18. Initialized empty Git repository in /builds/__COMPANY__/tools/renovate-bot/.git/
  19. Created fresh repository.
  20. From https://gitlab.com/__COMPANY__/tools/renovate-bot
  21. * [new ref] refs/pipelines/149932559 -> refs/pipelines/149932559
  22. * [new branch] feature/auto-merge -> origin/feature/auto-merge
  23. Checking out 5c07812a as feature/auto-merge...
  24.  
  25. Skipping Git submodules setup
  26. section_end:1590552516:get_sources
  27. section_start:1590552516:restore_cache
  28. Restoring cache
  29. section_end:1590552518:restore_cache
  30. section_start:1590552518:download_artifacts
  31. Downloading artifacts
  32. section_end:1590552520:download_artifacts
  33. section_start:1590552520:build_script
  34. Running before_script and script
  35. Authenticating with credentials from job payload (GitLab Registry)
  36. $ bash scripts/create-env-file.sh
  37. Successfully created .env file
  38. $ bash scripts/clean-repos.sh
  39. Cleaning all repos from branches that do not have a remote:
  40. $ bash scripts/run-renovate.sh
  41. ==================================
  42. RUNNING RENOVATE - LOOP 1
  43. ==================================
  44.  
  45. > renovate-bot@1.0.0 renovate /builds/__COMPANY__/tools/renovate-bot
  46. > env $(cat .env | xargs) npx renovate $(sed '/^[[:blank:]]*#/d;s/#.*//' repositories.txt | xargs) | tee log.txt
  47.  
  48. DEBUG: File config
  49. "config": {
  50. "description": [
  51. "Separate major versions of dependencies into individual branches/PRs",
  52. "Do not separate patch and minor upgrades into separate PRs for the same dependency",
  53. "Upgrade to unstable versions only if the existing version is unstable",
  54. "Raise PRs immediately (after branch is created)",
  55. "If semantic commits detected, use semantic commit type <code>fix</code> for dependencies and <code>chore</code> for all others",
  56. "Keep existing branches updated even when not scheduled",
  57. "Disable automerging feature - wait for humans to merge all PRs",
  58. "Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories",
  59. "Autodetect whether to pin dependencies or maintain ranges",
  60. "Rate limit PR creation to a maximum of two per hour",
  61. "Limit to maximum 20 open PRs at any time",
  62. "Group known monorepo packages together",
  63. "Use curated list of recommended non-monorepo package groupings",
  64. "If semantic commits detected, use semantic commit type <code>build</code> for all"
  65. ],
  66. "separateMajorMinor": true,
  67. "separateMinorPatch": false,
  68. "ignoreUnstable": true,
  69. "prCreation": "immediate",
  70. "packageRules": [
  71. {"packagePatterns": ["*"], "semanticCommitType": "chore"},
  72. {"depTypeList": ["dependencies"], "semanticCommitType": "fix"},
  73. {
  74. "description": [
  75. "ag-grid monorepo",
  76. "Group packages from ag-grid monorepo together"
  77. ],
  78. "sourceUrlPrefixes": ["https://github.com/ag-grid/ag-grid"],
  79. "groupName": "ag-grid monorepo"
  80. },
  81. {
  82. "description": [
  83. "arcus event-grid monorepo",
  84. "Group packages from arcus event-grid monorepo together"
  85. ],
  86. "sourceUrlPrefixes": ["https://github.com/arcus-azure/arcus.eventgrid"],
  87. "groupName": "arcus event-grid monorepo"
  88. },
  89. {
  90. "description": [
  91. "arcus security monorepo",
  92. "Group packages from arcus security monorepo together"
  93. ],
  94. "sourceUrlPrefixes": ["https://github.com/arcus-azure/arcus.security"],
  95. "groupName": "arcus security monorepo"
  96. },
  97. {
  98. "description": [
  99. "arcus messaging monorepo",
  100. "Group packages from arcus messaging monorepo together"
  101. ],
  102. "sourceUrlPrefixes": ["https://github.com/arcus-azure/arcus.messaging"],
  103. "groupName": "arcus messaging monorepo"
  104. },
  105. {
  106. "description": [
  107. "arcus observability monorepo",
  108. "Group packages from arcus observability monorepo together"
  109. ],
  110. "sourceUrlPrefixes": [
  111. "https://github.com/arcus-azure/arcus.observability"
  112. ],
  113. "groupName": "arcus observability monorepo"
  114. },
  115. {
  116. "description": [
  117. "arcus webapi monorepo",
  118. "Group packages from arcus webapi monorepo together"
  119. ],
  120. "sourceUrlPrefixes": ["https://github.com/arcus-azure/arcus.webapi"],
  121. "groupName": "arcus webapi monorepo"
  122. },
  123. {
  124. "description": [
  125. "arcus background-jobs monorepo",
  126. "Group packages from arcus background-jobs monorepo together"
  127. ],
  128. "sourceUrlPrefixes": [
  129. "https://github.com/arcus-azure/arcus.backgroundjobs"
  130. ],
  131. "groupName": "arcus background-jobs monorepo"
  132. },
  133. {
  134. "description": [
  135. "algolia-react-instantsearch monorepo",
  136. "Group packages from algolia-react-instantsearch monorepo together"
  137. ],
  138. "sourceUrlPrefixes": ["https://github.com/algolia/react-instantsearch"],
  139. "groupName": "algolia-react-instantsearch monorepo"
  140. },
  141. {
  142. "description": [
  143. "apollo-server monorepo",
  144. "Group packages from apollo-server monorepo together"
  145. ],
  146. "sourceUrlPrefixes": ["https://github.com/apollographql/apollo-server"],
  147. "groupName": "apollo-server monorepo"
  148. },
  149. {
  150. "description": [
  151. "aspnet AspNetWebStack monorepo",
  152. "Group packages from aspnet AspNetWebStack monorepo together"
  153. ],
  154. "sourceUrlPrefixes": ["https://github.com/aspnet/AspNetWebStack"],
  155. "groupName": "aspnet AspNetWebStack monorepo"
  156. },
  157. {
  158. "description": [
  159. "aspnet Extensions monorepo",
  160. "Group packages from aspnet Extensions monorepo together"
  161. ],
  162. "sourceUrlPrefixes": ["https://github.com/aspnet/Extensions"],
  163. "groupName": "aspnet Extensions monorepo"
  164. },
  165. {
  166. "description": [
  167. "aws-cdk monorepo",
  168. "Group packages from aws-cdk monorepo together"
  169. ],
  170. "sourceUrlPrefixes": ["https://github.com/aws/aws-cdk"],
  171. "groupName": "aws-cdk monorepo"
  172. },
  173. {
  174. "description": [
  175. "azure azure-libraries-for-net monorepo",
  176. "Group packages from azure azure-libraries-for-net monorepo together"
  177. ],
  178. "sourceUrlPrefixes": ["https://github.com/Azure/azure-libraries-for-net"],
  179. "groupName": "azure azure-libraries-for-net monorepo"
  180. },
  181. {
  182. "description": [
  183. "azure azure-sdk-for-net monorepo",
  184. "Group packages from azure azure-sdk-for-net monorepo together"
  185. ],
  186. "sourceUrlPrefixes": ["https://github.com/Azure/azure-sdk-for-net"],
  187. "groupName": "azure azure-sdk-for-net monorepo"
  188. },
  189. {
  190. "description": [
  191. "azure azure-storage-net monorepo",
  192. "Group packages from azure azure-storage-net monorepo together"
  193. ],
  194. "sourceUrlPrefixes": ["https://github.com/Azure/azure-storage-net"],
  195. "groupName": "azure azure-storage-net monorepo"
  196. },
  197. {
  198. "description": [
  199. "bugsnag-js monorepo",
  200. "Group packages from bugsnag-js monorepo together"
  201. ],
  202. "sourceUrlPrefixes": ["https://github.com/bugsnag/bugsnag-js"],
  203. "groupName": "bugsnag-js monorepo"
  204. },
  205. {
  206. "description": [
  207. "devextreme-reactive monorepo",
  208. "Group packages from devextreme-reactive monorepo together"
  209. ],
  210. "sourceUrlPrefixes": [
  211. "https://github.com/DevExpress/devextreme-reactive"
  212. ],
  213. "groupName": "devextreme-reactive monorepo"
  214. },
  215. {
  216. "description": [
  217. "electron-forge monorepo",
  218. "Group packages from electron-forge monorepo together"
  219. ],
  220. "sourceUrlPrefixes": [
  221. "https://github.com/electron-userland/electron-forge"
  222. ],
  223. "groupName": "electron-forge monorepo"
  224. },
  225. {
  226. "description": [
  227. "ember-decorators monorepo",
  228. "Group packages from ember-decorators monorepo together"
  229. ],
  230. "sourceUrlPrefixes": [
  231. "https://github.com/ember-decorators/ember-decorators"
  232. ],
  233. "groupName": "ember-decorators monorepo"
  234. },
  235. {
  236. "description": [
  237. "graphql-modules monorepo",
  238. "Group packages from graphql-modules monorepo together"
  239. ],
  240. "sourceUrlPrefixes": ["https://github.com/Urigo/graphql-modules"],
  241. "groupName": "graphql-modules monorepo"
  242. },
  243. {
  244. "description": [
  245. "ionic-native monorepo",
  246. "Group packages from ionic-native monorepo together"
  247. ],
  248. "sourceUrlPrefixes": ["https://github.com/ionic-team/ionic-native"],
  249. "groupName": "ionic-native monorepo"
  250. },
  251. {
  252. "description": [
  253. "mdc-react monorepo",
  254. "Group packages from mdc-react monorepo together"
  255. ],
  256. "sourceUrlPrefixes": [
  257. "material-components/material-components-web-react"
  258. ],
  259. "groupName": "mdc-react monorepo"
  260. },
  261. {
  262. "description": [
  263. "ngx-formly monorepo",
  264. "Group packages from ngx-formly monorepo together"
  265. ],
  266. "sourceUrlPrefixes": ["https://github.com/ngx-formly/ngx-formly"],
  267. "groupName": "ngx-formly monorepo"
  268. },
  269. {
  270. "description": [
  271. "ngxs-store monorepo",
  272. "Group packages from ngxs-store monorepo together"
  273. ],
  274. "sourceUrlPrefixes": ["https://github.com/ngxs/store"],
  275. "groupName": "ngxs-store monorepo"
  276. },
  277. {
  278. "description": [
  279. "react-apollo monorepo",
  280. "Group packages from react-apollo monorepo together"
  281. ],
  282. "sourceUrlPrefixes": ["https://github.com/apollographql/react-apollo"],
  283. "groupName": "react-apollo monorepo"
  284. },
  285. {
  286. "description": [
  287. "react-dnd monorepo",
  288. "Group packages from react-dnd monorepo together"
  289. ],
  290. "sourceUrlPrefixes": ["https://github.com/react-dnd/react-dnd"],
  291. "groupName": "react-dnd monorepo"
  292. },
  293. {
  294. "description": [
  295. "react-navigation monorepo",
  296. "Group packages from react-navigation monorepo together"
  297. ],
  298. "sourceUrlPrefixes": [
  299. "https://github.com/react-navigation/react-navigation"
  300. ],
  301. "groupName": "react-navigation monorepo"
  302. },
  303. {
  304. "description": [
  305. "reactivestack-cookies monorepo",
  306. "Group packages from reactivestack-cookies monorepo together"
  307. ],
  308. "sourceUrlPrefixes": ["https://github.com/reactivestack/cookies"],
  309. "groupName": "reactivestack-cookies monorepo"
  310. },
  311. {
  312. "description": [
  313. "semantic-release monorepo",
  314. "Group packages from semantic-release monorepo together"
  315. ],
  316. "sourceUrlPrefixes": ["https://github.com/semantic-release/"],
  317. "groupName": "semantic-release monorepo"
  318. },
  319. {
  320. "description": [
  321. "telus-tds monorepo",
  322. "Group packages from telus-tds monorepo together"
  323. ],
  324. "sourceUrlPrefixes": ["https://github.com/telusdigital/tds"],
  325. "groupName": "telus-tds monorepo"
  326. },
  327. {
  328. "description": [
  329. "typescript-eslint monorepo",
  330. "Group packages from typescript-eslint monorepo together"
  331. ],
  332. "sourceUrlPrefixes": [
  333. "https://github.com/typescript-eslint/typescript-eslint"
  334. ],
  335. "groupName": "typescript-eslint monorepo"
  336. },
  337. {
  338. "description": [
  339. "typography-js monorepo",
  340. "Group packages from typography-js monorepo together"
  341. ],
  342. "sourceUrlPrefixes": ["https://github.com/KyleAMathews/typography.js"],
  343. "groupName": "typography-js monorepo"
  344. },
  345. {
  346. "description": [
  347. "vue-cli monorepo",
  348. "Group packages from vue-cli monorepo together"
  349. ],
  350. "sourceUrlPrefixes": ["https://github.com/vuejs/vue-cli"],
  351. "groupName": "vue-cli monorepo"
  352. },
  353. {
  354. "description": [
  355. "accounts monorepo",
  356. "Group packages from accounts monorepo together"
  357. ],
  358. "sourceUrlPrefixes": ["https://github.com/accounts-js/accounts"],
  359. "groupName": "accounts monorepo"
  360. },
  361. {
  362. "description": [
  363. "angular1 monorepo",
  364. "Group packages from angular1 monorepo together"
  365. ],
  366. "sourceUrlPrefixes": ["https://github.com/angular/angular.js"],
  367. "groupName": "angular1 monorepo"
  368. },
  369. {
  370. "description": [
  371. "angular monorepo",
  372. "Group packages from angular monorepo together"
  373. ],
  374. "sourceUrlPrefixes": ["https://github.com/angular/angular"],
  375. "groupName": "angular monorepo"
  376. },
  377. {
  378. "description": [
  379. "angularcli monorepo",
  380. "Group packages from angularcli monorepo together"
  381. ],
  382. "sourceUrlPrefixes": ["https://github.com/angular/angular-cli"],
  383. "groupName": "angularcli monorepo"
  384. },
  385. {
  386. "description": [
  387. "apolloclient monorepo",
  388. "Group packages from apolloclient monorepo together"
  389. ],
  390. "sourceUrlPrefixes": ["https://github.com/apollographql/apollo-client"],
  391. "groupName": "apolloclient monorepo"
  392. },
  393. {
  394. "description": [
  395. "apollolink monorepo",
  396. "Group packages from apollolink monorepo together"
  397. ],
  398. "sourceUrlPrefixes": ["https://github.com/apollographql/apollo-link"],
  399. "groupName": "apollolink monorepo"
  400. },
  401. {
  402. "description": [
  403. "awsappsync monorepo",
  404. "Group packages from awsappsync monorepo together"
  405. ],
  406. "sourceUrlPrefixes": [
  407. "https://github.com/awslabs/aws-mobile-appsync-sdk-js"
  408. ],
  409. "groupName": "awsappsync monorepo"
  410. },
  411. {
  412. "description": [
  413. "babel monorepo",
  414. "Group packages from babel monorepo together"
  415. ],
  416. "sourceUrlPrefixes": ["https://github.com/babel/babel"],
  417. "groupName": "babel monorepo"
  418. },
  419. {
  420. "description": [
  421. "baset monorepo",
  422. "Group packages from baset monorepo together"
  423. ],
  424. "sourceUrlPrefixes": ["https://github.com/igmat/baset"],
  425. "groupName": "baset monorepo"
  426. },
  427. {
  428. "description": [
  429. "brave monorepo",
  430. "Group packages from brave monorepo together"
  431. ],
  432. "sourceUrlPrefixes": ["https://github.com/openzipkin/brave"],
  433. "groupName": "brave monorepo"
  434. },
  435. {
  436. "description": [
  437. "capacitor monorepo",
  438. "Group packages from capacitor monorepo together"
  439. ],
  440. "sourceUrlPrefixes": ["https://github.com/ionic-team/capacitor"],
  441. "groupName": "capacitor monorepo"
  442. },
  443. {
  444. "description": [
  445. "clarity monorepo",
  446. "Group packages from clarity monorepo together"
  447. ],
  448. "sourceUrlPrefixes": ["https://github.com/vmware/clarity"],
  449. "groupName": "clarity monorepo"
  450. },
  451. {
  452. "description": [
  453. "commitlint monorepo",
  454. "Group packages from commitlint monorepo together"
  455. ],
  456. "sourceUrlPrefixes": [
  457. "https://github.com/conventional-changelog/commitlint"
  458. ],
  459. "groupName": "commitlint monorepo"
  460. },
  461. {
  462. "description": [
  463. "dropwizard monorepo",
  464. "Group packages from dropwizard monorepo together"
  465. ],
  466. "sourceUrlPrefixes": ["https://github.com/dropwizard/dropwizard"],
  467. "groupName": "dropwizard monorepo"
  468. },
  469. {
  470. "description": [
  471. "emotion monorepo",
  472. "Group packages from emotion monorepo together"
  473. ],
  474. "sourceUrlPrefixes": ["https://github.com/emotion-js/emotion"],
  475. "groupName": "emotion monorepo"
  476. },
  477. {
  478. "description": [
  479. "expo monorepo",
  480. "Group packages from expo monorepo together"
  481. ],
  482. "sourceUrlPrefixes": ["https://github.com/expo/expo"],
  483. "groupName": "expo monorepo"
  484. },
  485. {
  486. "description": [
  487. "fimbullinter monorepo",
  488. "Group packages from fimbullinter monorepo together"
  489. ],
  490. "sourceUrlPrefixes": ["https://github.com/fimbullinter/wotan"],
  491. "groupName": "fimbullinter monorepo"
  492. },
  493. {
  494. "description": [
  495. "flopflip monorepo",
  496. "Group packages from flopflip monorepo together"
  497. ],
  498. "sourceUrlPrefixes": ["https://github.com/tdeekens/flopflip"],
  499. "groupName": "flopflip monorepo"
  500. },
  501. {
  502. "description": [
  503. "framework7 monorepo",
  504. "Group packages from framework7 monorepo together"
  505. ],
  506. "sourceUrlPrefixes": ["https://github.com/framework7io/framework7"],
  507. "groupName": "framework7 monorepo"
  508. },
  509. {
  510. "description": [
  511. "gatsby monorepo",
  512. "Group packages from gatsby monorepo together"
  513. ],
  514. "sourceUrlPrefixes": ["https://github.com/gatsbyjs/gatsby"],
  515. "groupName": "gatsby monorepo"
  516. },
  517. {
  518. "description": [
  519. "graphqlcodegenerator monorepo",
  520. "Group packages from graphqlcodegenerator monorepo together"
  521. ],
  522. "sourceUrlPrefixes": [
  523. "https://github.com/dotansimha/graphql-code-generator",
  524. "https://github.com/dotansimha/graphql-codegen"
  525. ],
  526. "groupName": "graphqlcodegenerator monorepo"
  527. },
  528. {
  529. "description": [
  530. "graphql-toolkit monorepo",
  531. "Group packages from graphql-toolkit monorepo together"
  532. ],
  533. "sourceUrlPrefixes": ["https://github.com/ardatan/graphql-toolkit"],
  534. "groupName": "graphql-toolkit monorepo"
  535. },
  536. {
  537. "description": [
  538. "hamcrest monorepo",
  539. "Group packages from hamcrest monorepo together"
  540. ],
  541. "sourceUrlPrefixes": ["https://github.com/hamcrest/JavaHamcrest"],
  542. "groupName": "hamcrest monorepo"
  543. },
  544. {
  545. "description": [
  546. "hapijs monorepo",
  547. "Group packages from hapijs monorepo together"
  548. ],
  549. "sourceUrlPrefixes": ["https://github.com/hapijs"],
  550. "groupName": "hapijs monorepo"
  551. },
  552. {
  553. "description": [
  554. "infrastructure monorepo",
  555. "Group packages from infrastructure monorepo together"
  556. ],
  557. "sourceUrlPrefixes": ["https://github.com/instructure/instructure-ui"],
  558. "groupName": "infrastructure monorepo"
  559. },
  560. {
  561. "description": [
  562. "jasmine monorepo",
  563. "Group packages from jasmine monorepo together"
  564. ],
  565. "sourceUrlPrefixes": ["https://github.com/jasmine/jasmine"],
  566. "groupName": "jasmine monorepo"
  567. },
  568. {
  569. "description": [
  570. "jersey monorepo",
  571. "Group packages from jersey monorepo together"
  572. ],
  573. "sourceUrlPrefixes": ["https://github.com/eclipse-ee4j/jersey"],
  574. "groupName": "jersey monorepo"
  575. },
  576. {
  577. "description": [
  578. "jest monorepo",
  579. "Group packages from jest monorepo together"
  580. ],
  581. "sourceUrlPrefixes": ["https://github.com/facebook/jest"],
  582. "groupName": "jest monorepo"
  583. },
  584. {
  585. "description": [
  586. "lerna monorepo",
  587. "Group packages from lerna monorepo together"
  588. ],
  589. "sourceUrlPrefixes": ["https://github.com/lerna/lerna"],
  590. "groupName": "lerna monorepo"
  591. },
  592. {
  593. "description": [
  594. "lingui monorepo",
  595. "Group packages from lingui monorepo together"
  596. ],
  597. "sourceUrlPrefixes": ["https://github.com/lingui/js-lingui"],
  598. "groupName": "lingui monorepo"
  599. },
  600. {
  601. "description": [
  602. "lodash monorepo",
  603. "Group packages from lodash monorepo together"
  604. ],
  605. "sourceUrlPrefixes": ["https://github.com/lodash/"],
  606. "groupName": "lodash monorepo"
  607. },
  608. {
  609. "description": [
  610. "loopback monorepo",
  611. "Group packages from loopback monorepo together"
  612. ],
  613. "sourceUrlPrefixes": ["https://github.com/strongloop/loopback-next"],
  614. "groupName": "loopback monorepo"
  615. },
  616. {
  617. "description": [
  618. "material monorepo",
  619. "Group packages from material monorepo together"
  620. ],
  621. "sourceUrlPrefixes": [
  622. "https://github.com/material-components/material-components-web"
  623. ],
  624. "groupName": "material monorepo"
  625. },
  626. {
  627. "description": [
  628. "mdx monorepo",
  629. "Group packages from mdx monorepo together"
  630. ],
  631. "sourceUrlPrefixes": ["https://github.com/mdx-js/mdx"],
  632. "groupName": "mdx monorepo"
  633. },
  634. {
  635. "description": [
  636. "mui monorepo",
  637. "Group packages from mui monorepo together"
  638. ],
  639. "sourceUrlPrefixes": ["https://github.com/mui-org/material-ui"],
  640. "groupName": "mui monorepo"
  641. },
  642. {
  643. "description": [
  644. "nest monorepo",
  645. "Group packages from nest monorepo together"
  646. ],
  647. "sourceUrlPrefixes": ["https://github.com/nestjs/nest"],
  648. "groupName": "nest monorepo"
  649. },
  650. {
  651. "description": [
  652. "neutrino monorepo",
  653. "Group packages from neutrino monorepo together"
  654. ],
  655. "sourceUrlPrefixes": [
  656. "https://github.com/neutrinojs/neutrino",
  657. "https://github.com/mozilla-neutrino/neutrino-dev"
  658. ],
  659. "groupName": "neutrino monorepo"
  660. },
  661. {
  662. "description": [
  663. "nextjs monorepo",
  664. "Group packages from nextjs monorepo together"
  665. ],
  666. "sourceUrlPrefixes": ["https://github.com/zeit/next.js"],
  667. "groupName": "nextjs monorepo"
  668. },
  669. {
  670. "description": [
  671. "ngrx monorepo",
  672. "Group packages from ngrx monorepo together"
  673. ],
  674. "sourceUrlPrefixes": ["https://github.com/ngrx/"],
  675. "groupName": "ngrx monorepo"
  676. },
  677. {
  678. "description": [
  679. "nrwl monorepo",
  680. "Group packages from nrwl monorepo together"
  681. ],
  682. "sourceUrlPrefixes": ["https://github.com/nrwl/"],
  683. "groupName": "nrwl monorepo"
  684. },
  685. {
  686. "description": [
  687. "nuxtjs monorepo",
  688. "Group packages from nuxtjs monorepo together"
  689. ],
  690. "sourceUrlPrefixes": ["https://github.com/nuxt/nuxt.js"],
  691. "groupName": "nuxtjs monorepo"
  692. },
  693. {
  694. "description": [
  695. "openfeign monorepo",
  696. "Group packages from openfeign monorepo together"
  697. ],
  698. "sourceUrlPrefixes": ["https://github.com/OpenFeign/feign"],
  699. "groupName": "openfeign monorepo"
  700. },
  701. {
  702. "description": [
  703. "picasso monorepo",
  704. "Group packages from picasso monorepo together"
  705. ],
  706. "sourceUrlPrefixes": ["https://github.com/qlik-oss/picasso.js"],
  707. "groupName": "picasso monorepo"
  708. },
  709. {
  710. "description": [
  711. "pollyjs monorepo",
  712. "Group packages from pollyjs monorepo together"
  713. ],
  714. "sourceUrlPrefixes": ["https://github.com/Netflix/pollyjs"],
  715. "groupName": "pollyjs monorepo"
  716. },
  717. {
  718. "description": [
  719. "pouchdb monorepo",
  720. "Group packages from pouchdb monorepo together"
  721. ],
  722. "sourceUrlPrefixes": ["https://github.com/pouchdb/pouchdb"],
  723. "groupName": "pouchdb monorepo"
  724. },
  725. {
  726. "description": [
  727. "react monorepo",
  728. "Group packages from react monorepo together"
  729. ],
  730. "sourceUrlPrefixes": ["https://github.com/facebook/react"],
  731. "groupName": "react monorepo"
  732. },
  733. {
  734. "description": [
  735. "reactrouter monorepo",
  736. "Group packages from reactrouter monorepo together"
  737. ],
  738. "sourceUrlPrefixes": ["https://github.com/ReactTraining/react-router"],
  739. "groupName": "reactrouter monorepo"
  740. },
  741. {
  742. "description": [
  743. "reakit monorepo",
  744. "Group packages from reakit monorepo together"
  745. ],
  746. "sourceUrlPrefixes": ["https://github.com/reakit/reakit"],
  747. "groupName": "reakit monorepo"
  748. },
  749. {
  750. "description": [
  751. "remark monorepo",
  752. "Group packages from remark monorepo together"
  753. ],
  754. "sourceUrlPrefixes": ["https://github.com/remarkjs/remark"],
  755. "groupName": "remark monorepo"
  756. },
  757. {
  758. "description": [
  759. "router5 monorepo",
  760. "Group packages from router5 monorepo together"
  761. ],
  762. "sourceUrlPrefixes": ["https://github.com/router5/router5"],
  763. "groupName": "router5 monorepo"
  764. },
  765. {
  766. "description": [
  767. "sentry monorepo",
  768. "Group packages from sentry monorepo together"
  769. ],
  770. "sourceUrlPrefixes": ["https://github.com/getsentry/sentry-javascript"],
  771. "groupName": "sentry monorepo"
  772. },
  773. {
  774. "description": [
  775. "springfox monorepo",
  776. "Group packages from springfox monorepo together"
  777. ],
  778. "sourceUrlPrefixes": ["https://github.com/springfox/springfox"],
  779. "groupName": "springfox monorepo"
  780. },
  781. {
  782. "description": [
  783. "sanity monorepo",
  784. "Group packages from sanity monorepo together"
  785. ],
  786. "sourceUrlPrefixes": ["https://github.com/sanity-io/sanity"],
  787. "groupName": "sanity monorepo"
  788. },
  789. {
  790. "description": [
  791. "storybook monorepo",
  792. "Group packages from storybook monorepo together"
  793. ],
  794. "sourceUrlPrefixes": ["https://github.com/storybookjs/storybook"],
  795. "groupName": "storybook monorepo"
  796. },
  797. {
  798. "description": [
  799. "strapi monorepo",
  800. "Group packages from strapi monorepo together"
  801. ],
  802. "sourceUrlPrefixes": ["https://github.com/strapi/strapi"],
  803. "groupName": "strapi monorepo"
  804. },
  805. {
  806. "description": [
  807. "stryker monorepo",
  808. "Group packages from stryker monorepo together"
  809. ],
  810. "sourceUrlPrefixes": ["https://github.com/stryker-mutator/stryker"],
  811. "groupName": "stryker monorepo"
  812. },
  813. {
  814. "description": [
  815. "surveyjs monorepo",
  816. "Group packages from surveyjs monorepo together"
  817. ],
  818. "sourceUrlPrefixes": ["https://github.com/surveyjs/surveyjs"],
  819. "groupName": "surveyjs monorepo"
  820. },
  821. {
  822. "description": [
  823. "Swashbuckle monorepo",
  824. "Group packages from Swashbuckle monorepo together"
  825. ],
  826. "sourceUrlPrefixes": [
  827. "https://github.com/domaindrivendev/Swashbuckle.AspNetCore"
  828. ],
  829. "groupName": "Swashbuckle monorepo"
  830. },
  831. {
  832. "description": [
  833. "treat monorepo",
  834. "Group packages from treat monorepo together"
  835. ],
  836. "sourceUrlPrefixes": ["https://github.com/seek-oss/treat"],
  837. "groupName": "treat monorepo"
  838. },
  839. {
  840. "description": [
  841. "typefaces monorepo",
  842. "Group packages from typefaces monorepo together"
  843. ],
  844. "sourceUrlPrefixes": ["https://github.com/KyleAMathews/typefaces"],
  845. "groupName": "typefaces monorepo"
  846. },
  847. {
  848. "description": [
  849. "uppy monorepo",
  850. "Group packages from uppy monorepo together"
  851. ],
  852. "sourceUrlPrefixes": ["https://github.com/transloadit/uppy"],
  853. "groupName": "uppy monorepo"
  854. },
  855. {
  856. "description": [
  857. "vue monorepo",
  858. "Group packages from vue monorepo together"
  859. ],
  860. "sourceUrlPrefixes": ["https://github.com/vuejs/vue"],
  861. "groupName": "vue monorepo"
  862. },
  863. {
  864. "description": [
  865. "vuepress monorepo",
  866. "Group packages from vuepress monorepo together"
  867. ],
  868. "sourceUrlPrefixes": ["https://github.com/vuejs/vuepress"],
  869. "groupName": "vuepress monorepo"
  870. },
  871. {
  872. "description": [
  873. "webdriverio monorepo",
  874. "Group packages from webdriverio monorepo together"
  875. ],
  876. "sourceUrlPrefixes": ["https://github.com/webdriverio/webdriverio"],
  877. "groupName": "webdriverio monorepo"
  878. },
  879. {
  880. "description": [
  881. "workbox monorepo",
  882. "Group packages from workbox monorepo together"
  883. ],
  884. "sourceUrlPrefixes": ["https://github.com/googlechrome/workbox"],
  885. "groupName": "workbox monorepo"
  886. },
  887. {
  888. "packagePatterns": ["^babel6$"],
  889. "description": ["Group packages from babel6 monorepo together"],
  890. "groupName": "babel6 monorepo"
  891. },
  892. {
  893. "packagePatterns": ["^@wordpress/"],
  894. "description": ["Group packages from wordpress monorepo together"],
  895. "groupName": "wordpress monorepo"
  896. },
  897. {
  898. "packagePatterns": ["^@angular/material", "^@angular/cdk"],
  899. "description": ["Group packages from angularmaterial monorepo together"],
  900. "groupName": "angularmaterial monorepo"
  901. },
  902. {
  903. "packagePatterns": ["^com.amazonaws:aws-java-sdk-"],
  904. "description": ["Group packages from aws-java-sdk monorepo together"],
  905. "groupName": "aws-java-sdk monorepo"
  906. },
  907. {
  908. "description": ["All packages published by Apollo GraphQL"],
  909. "sourceUrlPrefixes": ["https://github.com/apollographql/"],
  910. "groupName": "Apollo GraphQL packages"
  911. },
  912. {"groupName": "Font Awesome", "packagePatterns": ["^@fortawesome/"]},
  913. {
  914. "datasources": ["go"],
  915. "groupName": "go-openapi packages",
  916. "groupSlug": "go-openapi",
  917. "packagePatterns": ["^github.com/go-openapi/"]
  918. },
  919. {"packagePatterns": ["^org.hibernate:"], "groupName": "hibernate core"},
  920. {
  921. "packagePatterns": ["^org.hibernate.validator:"],
  922. "groupName": "hibernate validator"
  923. },
  924. {"packagePatterns": ["^org.hibernate.ogm:"], "groupName": "hibernate ogm"},
  925. {
  926. "packagePatterns": ["^org.hibernate.common:"],
  927. "groupName": "hibernate commons"
  928. },
  929. {
  930. "packagePatterns": ["^illuminate/"],
  931. "groupName": "illuminate packages",
  932. "groupSlug": "illuminate"
  933. },
  934. {
  935. "sourceUrlPrefixes": [
  936. "https://github.com/jekyll/",
  937. "https://github.com/github/pages-gem"
  938. ],
  939. "groupName": "jekyll ecosystem packages"
  940. },
  941. {"groupName": "polymer packages", "packagePatterns": ["^@polymer/"]},
  942. {
  943. "datasources": ["rubygems"],
  944. "packagePatterns": ["^omniauth"],
  945. "groupName": "omniauth packages"
  946. },
  947. {"groupName": "socket.io packages", "packagePatterns": ["^socket.io"]},
  948. {
  949. "groupName": "spring amqp",
  950. "packagePatterns": ["^org.springframework.amqp:"]
  951. },
  952. {
  953. "groupName": "spring android",
  954. "packagePatterns": ["^org.springframework.android:"]
  955. },
  956. {
  957. "groupName": "spring batch",
  958. "packagePatterns": ["^org.springframework.batch:"]
  959. },
  960. {
  961. "groupName": "spring boot",
  962. "packagePatterns": ["^org.springframework.boot:"]
  963. },
  964. {
  965. "groupName": "spring cloud",
  966. "packagePatterns": ["^org.springframework.cloud:"]
  967. },
  968. {"groupName": "spring core", "packagePatterns": ["^org.springframework:"]},
  969. {
  970. "groupName": "spring data",
  971. "packagePatterns": ["^org.springframework.data:"]
  972. },
  973. {
  974. "groupName": "spring hateoas",
  975. "packagePatterns": ["^org.springframework.hateoas:"]
  976. },
  977. {
  978. "groupName": "spring integration",
  979. "packagePatterns": ["^org.springframework.integration:"]
  980. },
  981. {
  982. "groupName": "spring kafka",
  983. "packagePatterns": ["^org.springframework.kafka:"]
  984. },
  985. {
  986. "groupName": "spring ldap",
  987. "packagePatterns": ["^org.springframework.ldap:"]
  988. },
  989. {
  990. "groupName": "spring mobile",
  991. "packagePatterns": ["^org.springframework.mobile:"]
  992. },
  993. {
  994. "groupName": "spring osgi",
  995. "packagePatterns": ["^org.springframework.osgi:"]
  996. },
  997. {
  998. "groupName": "spring restdocs",
  999. "packagePatterns": ["^org.springframework.restdocs:"]
  1000. },
  1001. {
  1002. "groupName": "spring roo",
  1003. "packagePatterns": ["^org.springframework.roo:"]
  1004. },
  1005. {
  1006. "groupName": "spring scala",
  1007. "packagePatterns": ["^org.springframework.scala:"]
  1008. },
  1009. {
  1010. "groupName": "spring security",
  1011. "packagePatterns": ["^org.springframework.security:"]
  1012. },
  1013. {
  1014. "groupName": "spring session",
  1015. "packagePatterns": ["^org.springframework.session:"]
  1016. },
  1017. {
  1018. "groupName": "spring shell",
  1019. "packagePatterns": ["^org.springframework.shell:"]
  1020. },
  1021. {
  1022. "groupName": "spring social",
  1023. "packagePatterns": ["^org.springframework.social:"]
  1024. },
  1025. {
  1026. "groupName": "spring statemachine",
  1027. "packagePatterns": ["^org.springframework.statemachine:"]
  1028. },
  1029. {
  1030. "groupName": "spring webflow",
  1031. "packagePatterns": ["^org.springframework.webflow:"]
  1032. },
  1033. {"groupName": "spring ws", "packagePatterns": ["^org.springframework.ws:"]},
  1034. {
  1035. "packagePatterns": ["^symfony/"],
  1036. "groupName": "symfony packages",
  1037. "groupSlug": "symfony"
  1038. },
  1039. {"packageNames": ["@types/node"]},
  1040. {
  1041. "packageNames": ["@types/node"],
  1042. "updateTypes": ["major"],
  1043. "enabled": false
  1044. },
  1045. {"packagePatterns": ["*"], "semanticCommitType": "build"},
  1046. {
  1047. "description": ["Automerge patch upgrades if they pass tests"],
  1048. "separateMinorPatch": true,
  1049. "patch": {"automerge": true},
  1050. "pin": {"automerge": true},
  1051. "lockFileMaintenance": {"automerge": true},
  1052. "managers": ["npm"],
  1053. "depTypeList": ["dependencies"]
  1054. },
  1055. {
  1056. "description": ["Automerge patch and minor upgrades if they pass tests"],
  1057. "minor": {"automerge": true},
  1058. "patch": {"automerge": true},
  1059. "pin": {"automerge": true},
  1060. "lockFileMaintenance": {"automerge": true},
  1061. "managers": ["npm"],
  1062. "depTypeList": ["devDependencies"],
  1063. "semanticCommitScope": "devDeps"
  1064. }
  1065. ],
  1066. "updateNotScheduled": true,
  1067. "automerge": false,
  1068. "ignorePaths": [
  1069. "**/node_modules/**",
  1070. "**/bower_components/**",
  1071. "**/vendor/**",
  1072. "**/examples/**",
  1073. "**/__tests__/**",
  1074. "**/test/**",
  1075. "**/tests/**",
  1076. "**/__fixtures__/**"
  1077. ],
  1078. "rangeStrategy": "auto",
  1079. "prHourlyLimit": 0,
  1080. "prConcurrentLimit": 20,
  1081. "ignoreDeps": [],
  1082. "packageNames": [
  1083. "fusion-cli",
  1084. "fusion-core",
  1085. "fusion-test-utils",
  1086. "fusion-tokens"
  1087. ],
  1088. "packagePatterns": ["^fusion-plugin-*", "^fusion-react*", "^fusion-apollo*"],
  1089. "logLevel": "debug",
  1090. "baseDir": "/builds/__COMPANY__/tools/renovate-bot",
  1091. "recreateClosed": true,
  1092. "endpoint": "https://gitlab.com/api/v4/",
  1093. "platform": "gitlab",
  1094. "gitLabAutomerge": true,
  1095. "assignees": ["tmeijn"],
  1096. "baseBranches": ["feature/renovate-testing"],
  1097. "labels": ["CI/CD", "Renovate"]
  1098. }
  1099. DEBUG: CLI config
  1100. "config": {"repositories": ["__COMPANY__/__client__/services/client"]}
  1101. DEBUG: Env config
  1102. "config": {
  1103. "hostRules": [
  1104. {"hostType": "github", "domainName": "github.com", "token": "***********"}
  1105. ],
  1106. "token": "***********"
  1107. }
  1108. DEBUG: Combined config
  1109. "config": {
  1110. "description": [
  1111. "Separate major versions of dependencies into individual branches/PRs",
  1112. "Do not separate patch and minor upgrades into separate PRs for the same dependency",
  1113. "Upgrade to unstable versions only if the existing version is unstable",
  1114. "Raise PRs immediately (after branch is created)",
  1115. "If semantic commits detected, use semantic commit type <code>fix</code> for dependencies and <code>chore</code> for all others",
  1116. "Keep existing branches updated even when not scheduled",
  1117. "Disable automerging feature - wait for humans to merge all PRs",
  1118. "Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories",
  1119. "Autodetect whether to pin dependencies or maintain ranges",
  1120. "Rate limit PR creation to a maximum of two per hour",
  1121. "Limit to maximum 20 open PRs at any time",
  1122. "Group known monorepo packages together",
  1123. "Use curated list of recommended non-monorepo package groupings",
  1124. "If semantic commits detected, use semantic commit type <code>build</code> for all"
  1125. ],
  1126. "separateMajorMinor": true,
  1127. "separateMinorPatch": false,
  1128. "ignoreUnstable": true,
  1129. "prCreation": "immediate",
  1130. "packageRules": [
  1131. {"packagePatterns": ["*"], "semanticCommitType": "chore"},
  1132. {"depTypeList": ["dependencies"], "semanticCommitType": "fix"},
  1133. {
  1134. "description": [
  1135. "ag-grid monorepo",
  1136. "Group packages from ag-grid monorepo together"
  1137. ],
  1138. "sourceUrlPrefixes": ["https://github.com/ag-grid/ag-grid"],
  1139. "groupName": "ag-grid monorepo"
  1140. },
  1141. {
  1142. "description": [
  1143. "arcus event-grid monorepo",
  1144. "Group packages from arcus event-grid monorepo together"
  1145. ],
  1146. "sourceUrlPrefixes": ["https://github.com/arcus-azure/arcus.eventgrid"],
  1147. "groupName": "arcus event-grid monorepo"
  1148. },
  1149. {
  1150. "description": [
  1151. "arcus security monorepo",
  1152. "Group packages from arcus security monorepo together"
  1153. ],
  1154. "sourceUrlPrefixes": ["https://github.com/arcus-azure/arcus.security"],
  1155. "groupName": "arcus security monorepo"
  1156. },
  1157. {
  1158. "description": [
  1159. "arcus messaging monorepo",
  1160. "Group packages from arcus messaging monorepo together"
  1161. ],
  1162. "sourceUrlPrefixes": ["https://github.com/arcus-azure/arcus.messaging"],
  1163. "groupName": "arcus messaging monorepo"
  1164. },
  1165. {
  1166. "description": [
  1167. "arcus observability monorepo",
  1168. "Group packages from arcus observability monorepo together"
  1169. ],
  1170. "sourceUrlPrefixes": [
  1171. "https://github.com/arcus-azure/arcus.observability"
  1172. ],
  1173. "groupName": "arcus observability monorepo"
  1174. },
  1175. {
  1176. "description": [
  1177. "arcus webapi monorepo",
  1178. "Group packages from arcus webapi monorepo together"
  1179. ],
  1180. "sourceUrlPrefixes": ["https://github.com/arcus-azure/arcus.webapi"],
  1181. "groupName": "arcus webapi monorepo"
  1182. },
  1183. {
  1184. "description": [
  1185. "arcus background-jobs monorepo",
  1186. "Group packages from arcus background-jobs monorepo together"
  1187. ],
  1188. "sourceUrlPrefixes": [
  1189. "https://github.com/arcus-azure/arcus.backgroundjobs"
  1190. ],
  1191. "groupName": "arcus background-jobs monorepo"
  1192. },
  1193. {
  1194. "description": [
  1195. "algolia-react-instantsearch monorepo",
  1196. "Group packages from algolia-react-instantsearch monorepo together"
  1197. ],
  1198. "sourceUrlPrefixes": ["https://github.com/algolia/react-instantsearch"],
  1199. "groupName": "algolia-react-instantsearch monorepo"
  1200. },
  1201. {
  1202. "description": [
  1203. "apollo-server monorepo",
  1204. "Group packages from apollo-server monorepo together"
  1205. ],
  1206. "sourceUrlPrefixes": ["https://github.com/apollographql/apollo-server"],
  1207. "groupName": "apollo-server monorepo"
  1208. },
  1209. {
  1210. "description": [
  1211. "aspnet AspNetWebStack monorepo",
  1212. "Group packages from aspnet AspNetWebStack monorepo together"
  1213. ],
  1214. "sourceUrlPrefixes": ["https://github.com/aspnet/AspNetWebStack"],
  1215. "groupName": "aspnet AspNetWebStack monorepo"
  1216. },
  1217. {
  1218. "description": [
  1219. "aspnet Extensions monorepo",
  1220. "Group packages from aspnet Extensions monorepo together"
  1221. ],
  1222. "sourceUrlPrefixes": ["https://github.com/aspnet/Extensions"],
  1223. "groupName": "aspnet Extensions monorepo"
  1224. },
  1225. {
  1226. "description": [
  1227. "aws-cdk monorepo",
  1228. "Group packages from aws-cdk monorepo together"
  1229. ],
  1230. "sourceUrlPrefixes": ["https://github.com/aws/aws-cdk"],
  1231. "groupName": "aws-cdk monorepo"
  1232. },
  1233. {
  1234. "description": [
  1235. "azure azure-libraries-for-net monorepo",
  1236. "Group packages from azure azure-libraries-for-net monorepo together"
  1237. ],
  1238. "sourceUrlPrefixes": ["https://github.com/Azure/azure-libraries-for-net"],
  1239. "groupName": "azure azure-libraries-for-net monorepo"
  1240. },
  1241. {
  1242. "description": [
  1243. "azure azure-sdk-for-net monorepo",
  1244. "Group packages from azure azure-sdk-for-net monorepo together"
  1245. ],
  1246. "sourceUrlPrefixes": ["https://github.com/Azure/azure-sdk-for-net"],
  1247. "groupName": "azure azure-sdk-for-net monorepo"
  1248. },
  1249. {
  1250. "description": [
  1251. "azure azure-storage-net monorepo",
  1252. "Group packages from azure azure-storage-net monorepo together"
  1253. ],
  1254. "sourceUrlPrefixes": ["https://github.com/Azure/azure-storage-net"],
  1255. "groupName": "azure azure-storage-net monorepo"
  1256. },
  1257. {
  1258. "description": [
  1259. "bugsnag-js monorepo",
  1260. "Group packages from bugsnag-js monorepo together"
  1261. ],
  1262. "sourceUrlPrefixes": ["https://github.com/bugsnag/bugsnag-js"],
  1263. "groupName": "bugsnag-js monorepo"
  1264. },
  1265. {
  1266. "description": [
  1267. "devextreme-reactive monorepo",
  1268. "Group packages from devextreme-reactive monorepo together"
  1269. ],
  1270. "sourceUrlPrefixes": [
  1271. "https://github.com/DevExpress/devextreme-reactive"
  1272. ],
  1273. "groupName": "devextreme-reactive monorepo"
  1274. },
  1275. {
  1276. "description": [
  1277. "electron-forge monorepo",
  1278. "Group packages from electron-forge monorepo together"
  1279. ],
  1280. "sourceUrlPrefixes": [
  1281. "https://github.com/electron-userland/electron-forge"
  1282. ],
  1283. "groupName": "electron-forge monorepo"
  1284. },
  1285. {
  1286. "description": [
  1287. "ember-decorators monorepo",
  1288. "Group packages from ember-decorators monorepo together"
  1289. ],
  1290. "sourceUrlPrefixes": [
  1291. "https://github.com/ember-decorators/ember-decorators"
  1292. ],
  1293. "groupName": "ember-decorators monorepo"
  1294. },
  1295. {
  1296. "description": [
  1297. "graphql-modules monorepo",
  1298. "Group packages from graphql-modules monorepo together"
  1299. ],
  1300. "sourceUrlPrefixes": ["https://github.com/Urigo/graphql-modules"],
  1301. "groupName": "graphql-modules monorepo"
  1302. },
  1303. {
  1304. "description": [
  1305. "ionic-native monorepo",
  1306. "Group packages from ionic-native monorepo together"
  1307. ],
  1308. "sourceUrlPrefixes": ["https://github.com/ionic-team/ionic-native"],
  1309. "groupName": "ionic-native monorepo"
  1310. },
  1311. {
  1312. "description": [
  1313. "mdc-react monorepo",
  1314. "Group packages from mdc-react monorepo together"
  1315. ],
  1316. "sourceUrlPrefixes": [
  1317. "material-components/material-components-web-react"
  1318. ],
  1319. "groupName": "mdc-react monorepo"
  1320. },
  1321. {
  1322. "description": [
  1323. "ngx-formly monorepo",
  1324. "Group packages from ngx-formly monorepo together"
  1325. ],
  1326. "sourceUrlPrefixes": ["https://github.com/ngx-formly/ngx-formly"],
  1327. "groupName": "ngx-formly monorepo"
  1328. },
  1329. {
  1330. "description": [
  1331. "ngxs-store monorepo",
  1332. "Group packages from ngxs-store monorepo together"
  1333. ],
  1334. "sourceUrlPrefixes": ["https://github.com/ngxs/store"],
  1335. "groupName": "ngxs-store monorepo"
  1336. },
  1337. {
  1338. "description": [
  1339. "react-apollo monorepo",
  1340. "Group packages from react-apollo monorepo together"
  1341. ],
  1342. "sourceUrlPrefixes": ["https://github.com/apollographql/react-apollo"],
  1343. "groupName": "react-apollo monorepo"
  1344. },
  1345. {
  1346. "description": [
  1347. "react-dnd monorepo",
  1348. "Group packages from react-dnd monorepo together"
  1349. ],
  1350. "sourceUrlPrefixes": ["https://github.com/react-dnd/react-dnd"],
  1351. "groupName": "react-dnd monorepo"
  1352. },
  1353. {
  1354. "description": [
  1355. "react-navigation monorepo",
  1356. "Group packages from react-navigation monorepo together"
  1357. ],
  1358. "sourceUrlPrefixes": [
  1359. "https://github.com/react-navigation/react-navigation"
  1360. ],
  1361. "groupName": "react-navigation monorepo"
  1362. },
  1363. {
  1364. "description": [
  1365. "reactivestack-cookies monorepo",
  1366. "Group packages from reactivestack-cookies monorepo together"
  1367. ],
  1368. "sourceUrlPrefixes": ["https://github.com/reactivestack/cookies"],
  1369. "groupName": "reactivestack-cookies monorepo"
  1370. },
  1371. {
  1372. "description": [
  1373. "semantic-release monorepo",
  1374. "Group packages from semantic-release monorepo together"
  1375. ],
  1376. "sourceUrlPrefixes": ["https://github.com/semantic-release/"],
  1377. "groupName": "semantic-release monorepo"
  1378. },
  1379. {
  1380. "description": [
  1381. "telus-tds monorepo",
  1382. "Group packages from telus-tds monorepo together"
  1383. ],
  1384. "sourceUrlPrefixes": ["https://github.com/telusdigital/tds"],
  1385. "groupName": "telus-tds monorepo"
  1386. },
  1387. {
  1388. "description": [
  1389. "typescript-eslint monorepo",
  1390. "Group packages from typescript-eslint monorepo together"
  1391. ],
  1392. "sourceUrlPrefixes": [
  1393. "https://github.com/typescript-eslint/typescript-eslint"
  1394. ],
  1395. "groupName": "typescript-eslint monorepo"
  1396. },
  1397. {
  1398. "description": [
  1399. "typography-js monorepo",
  1400. "Group packages from typography-js monorepo together"
  1401. ],
  1402. "sourceUrlPrefixes": ["https://github.com/KyleAMathews/typography.js"],
  1403. "groupName": "typography-js monorepo"
  1404. },
  1405. {
  1406. "description": [
  1407. "vue-cli monorepo",
  1408. "Group packages from vue-cli monorepo together"
  1409. ],
  1410. "sourceUrlPrefixes": ["https://github.com/vuejs/vue-cli"],
  1411. "groupName": "vue-cli monorepo"
  1412. },
  1413. {
  1414. "description": [
  1415. "accounts monorepo",
  1416. "Group packages from accounts monorepo together"
  1417. ],
  1418. "sourceUrlPrefixes": ["https://github.com/accounts-js/accounts"],
  1419. "groupName": "accounts monorepo"
  1420. },
  1421. {
  1422. "description": [
  1423. "angular1 monorepo",
  1424. "Group packages from angular1 monorepo together"
  1425. ],
  1426. "sourceUrlPrefixes": ["https://github.com/angular/angular.js"],
  1427. "groupName": "angular1 monorepo"
  1428. },
  1429. {
  1430. "description": [
  1431. "angular monorepo",
  1432. "Group packages from angular monorepo together"
  1433. ],
  1434. "sourceUrlPrefixes": ["https://github.com/angular/angular"],
  1435. "groupName": "angular monorepo"
  1436. },
  1437. {
  1438. "description": [
  1439. "angularcli monorepo",
  1440. "Group packages from angularcli monorepo together"
  1441. ],
  1442. "sourceUrlPrefixes": ["https://github.com/angular/angular-cli"],
  1443. "groupName": "angularcli monorepo"
  1444. },
  1445. {
  1446. "description": [
  1447. "apolloclient monorepo",
  1448. "Group packages from apolloclient monorepo together"
  1449. ],
  1450. "sourceUrlPrefixes": ["https://github.com/apollographql/apollo-client"],
  1451. "groupName": "apolloclient monorepo"
  1452. },
  1453. {
  1454. "description": [
  1455. "apollolink monorepo",
  1456. "Group packages from apollolink monorepo together"
  1457. ],
  1458. "sourceUrlPrefixes": ["https://github.com/apollographql/apollo-link"],
  1459. "groupName": "apollolink monorepo"
  1460. },
  1461. {
  1462. "description": [
  1463. "awsappsync monorepo",
  1464. "Group packages from awsappsync monorepo together"
  1465. ],
  1466. "sourceUrlPrefixes": [
  1467. "https://github.com/awslabs/aws-mobile-appsync-sdk-js"
  1468. ],
  1469. "groupName": "awsappsync monorepo"
  1470. },
  1471. {
  1472. "description": [
  1473. "babel monorepo",
  1474. "Group packages from babel monorepo together"
  1475. ],
  1476. "sourceUrlPrefixes": ["https://github.com/babel/babel"],
  1477. "groupName": "babel monorepo"
  1478. },
  1479. {
  1480. "description": [
  1481. "baset monorepo",
  1482. "Group packages from baset monorepo together"
  1483. ],
  1484. "sourceUrlPrefixes": ["https://github.com/igmat/baset"],
  1485. "groupName": "baset monorepo"
  1486. },
  1487. {
  1488. "description": [
  1489. "brave monorepo",
  1490. "Group packages from brave monorepo together"
  1491. ],
  1492. "sourceUrlPrefixes": ["https://github.com/openzipkin/brave"],
  1493. "groupName": "brave monorepo"
  1494. },
  1495. {
  1496. "description": [
  1497. "capacitor monorepo",
  1498. "Group packages from capacitor monorepo together"
  1499. ],
  1500. "sourceUrlPrefixes": ["https://github.com/ionic-team/capacitor"],
  1501. "groupName": "capacitor monorepo"
  1502. },
  1503. {
  1504. "description": [
  1505. "clarity monorepo",
  1506. "Group packages from clarity monorepo together"
  1507. ],
  1508. "sourceUrlPrefixes": ["https://github.com/vmware/clarity"],
  1509. "groupName": "clarity monorepo"
  1510. },
  1511. {
  1512. "description": [
  1513. "commitlint monorepo",
  1514. "Group packages from commitlint monorepo together"
  1515. ],
  1516. "sourceUrlPrefixes": [
  1517. "https://github.com/conventional-changelog/commitlint"
  1518. ],
  1519. "groupName": "commitlint monorepo"
  1520. },
  1521. {
  1522. "description": [
  1523. "dropwizard monorepo",
  1524. "Group packages from dropwizard monorepo together"
  1525. ],
  1526. "sourceUrlPrefixes": ["https://github.com/dropwizard/dropwizard"],
  1527. "groupName": "dropwizard monorepo"
  1528. },
  1529. {
  1530. "description": [
  1531. "emotion monorepo",
  1532. "Group packages from emotion monorepo together"
  1533. ],
  1534. "sourceUrlPrefixes": ["https://github.com/emotion-js/emotion"],
  1535. "groupName": "emotion monorepo"
  1536. },
  1537. {
  1538. "description": [
  1539. "expo monorepo",
  1540. "Group packages from expo monorepo together"
  1541. ],
  1542. "sourceUrlPrefixes": ["https://github.com/expo/expo"],
  1543. "groupName": "expo monorepo"
  1544. },
  1545. {
  1546. "description": [
  1547. "fimbullinter monorepo",
  1548. "Group packages from fimbullinter monorepo together"
  1549. ],
  1550. "sourceUrlPrefixes": ["https://github.com/fimbullinter/wotan"],
  1551. "groupName": "fimbullinter monorepo"
  1552. },
  1553. {
  1554. "description": [
  1555. "flopflip monorepo",
  1556. "Group packages from flopflip monorepo together"
  1557. ],
  1558. "sourceUrlPrefixes": ["https://github.com/tdeekens/flopflip"],
  1559. "groupName": "flopflip monorepo"
  1560. },
  1561. {
  1562. "description": [
  1563. "framework7 monorepo",
  1564. "Group packages from framework7 monorepo together"
  1565. ],
  1566. "sourceUrlPrefixes": ["https://github.com/framework7io/framework7"],
  1567. "groupName": "framework7 monorepo"
  1568. },
  1569. {
  1570. "description": [
  1571. "gatsby monorepo",
  1572. "Group packages from gatsby monorepo together"
  1573. ],
  1574. "sourceUrlPrefixes": ["https://github.com/gatsbyjs/gatsby"],
  1575. "groupName": "gatsby monorepo"
  1576. },
  1577. {
  1578. "description": [
  1579. "graphqlcodegenerator monorepo",
  1580. "Group packages from graphqlcodegenerator monorepo together"
  1581. ],
  1582. "sourceUrlPrefixes": [
  1583. "https://github.com/dotansimha/graphql-code-generator",
  1584. "https://github.com/dotansimha/graphql-codegen"
  1585. ],
  1586. "groupName": "graphqlcodegenerator monorepo"
  1587. },
  1588. {
  1589. "description": [
  1590. "graphql-toolkit monorepo",
  1591. "Group packages from graphql-toolkit monorepo together"
  1592. ],
  1593. "sourceUrlPrefixes": ["https://github.com/ardatan/graphql-toolkit"],
  1594. "groupName": "graphql-toolkit monorepo"
  1595. },
  1596. {
  1597. "description": [
  1598. "hamcrest monorepo",
  1599. "Group packages from hamcrest monorepo together"
  1600. ],
  1601. "sourceUrlPrefixes": ["https://github.com/hamcrest/JavaHamcrest"],
  1602. "groupName": "hamcrest monorepo"
  1603. },
  1604. {
  1605. "description": [
  1606. "hapijs monorepo",
  1607. "Group packages from hapijs monorepo together"
  1608. ],
  1609. "sourceUrlPrefixes": ["https://github.com/hapijs"],
  1610. "groupName": "hapijs monorepo"
  1611. },
  1612. {
  1613. "description": [
  1614. "infrastructure monorepo",
  1615. "Group packages from infrastructure monorepo together"
  1616. ],
  1617. "sourceUrlPrefixes": ["https://github.com/instructure/instructure-ui"],
  1618. "groupName": "infrastructure monorepo"
  1619. },
  1620. {
  1621. "description": [
  1622. "jasmine monorepo",
  1623. "Group packages from jasmine monorepo together"
  1624. ],
  1625. "sourceUrlPrefixes": ["https://github.com/jasmine/jasmine"],
  1626. "groupName": "jasmine monorepo"
  1627. },
  1628. {
  1629. "description": [
  1630. "jersey monorepo",
  1631. "Group packages from jersey monorepo together"
  1632. ],
  1633. "sourceUrlPrefixes": ["https://github.com/eclipse-ee4j/jersey"],
  1634. "groupName": "jersey monorepo"
  1635. },
  1636. {
  1637. "description": [
  1638. "jest monorepo",
  1639. "Group packages from jest monorepo together"
  1640. ],
  1641. "sourceUrlPrefixes": ["https://github.com/facebook/jest"],
  1642. "groupName": "jest monorepo"
  1643. },
  1644. {
  1645. "description": [
  1646. "lerna monorepo",
  1647. "Group packages from lerna monorepo together"
  1648. ],
  1649. "sourceUrlPrefixes": ["https://github.com/lerna/lerna"],
  1650. "groupName": "lerna monorepo"
  1651. },
  1652. {
  1653. "description": [
  1654. "lingui monorepo",
  1655. "Group packages from lingui monorepo together"
  1656. ],
  1657. "sourceUrlPrefixes": ["https://github.com/lingui/js-lingui"],
  1658. "groupName": "lingui monorepo"
  1659. },
  1660. {
  1661. "description": [
  1662. "lodash monorepo",
  1663. "Group packages from lodash monorepo together"
  1664. ],
  1665. "sourceUrlPrefixes": ["https://github.com/lodash/"],
  1666. "groupName": "lodash monorepo"
  1667. },
  1668. {
  1669. "description": [
  1670. "loopback monorepo",
  1671. "Group packages from loopback monorepo together"
  1672. ],
  1673. "sourceUrlPrefixes": ["https://github.com/strongloop/loopback-next"],
  1674. "groupName": "loopback monorepo"
  1675. },
  1676. {
  1677. "description": [
  1678. "material monorepo",
  1679. "Group packages from material monorepo together"
  1680. ],
  1681. "sourceUrlPrefixes": [
  1682. "https://github.com/material-components/material-components-web"
  1683. ],
  1684. "groupName": "material monorepo"
  1685. },
  1686. {
  1687. "description": [
  1688. "mdx monorepo",
  1689. "Group packages from mdx monorepo together"
  1690. ],
  1691. "sourceUrlPrefixes": ["https://github.com/mdx-js/mdx"],
  1692. "groupName": "mdx monorepo"
  1693. },
  1694. {
  1695. "description": [
  1696. "mui monorepo",
  1697. "Group packages from mui monorepo together"
  1698. ],
  1699. "sourceUrlPrefixes": ["https://github.com/mui-org/material-ui"],
  1700. "groupName": "mui monorepo"
  1701. },
  1702. {
  1703. "description": [
  1704. "nest monorepo",
  1705. "Group packages from nest monorepo together"
  1706. ],
  1707. "sourceUrlPrefixes": ["https://github.com/nestjs/nest"],
  1708. "groupName": "nest monorepo"
  1709. },
  1710. {
  1711. "description": [
  1712. "neutrino monorepo",
  1713. "Group packages from neutrino monorepo together"
  1714. ],
  1715. "sourceUrlPrefixes": [
  1716. "https://github.com/neutrinojs/neutrino",
  1717. "https://github.com/mozilla-neutrino/neutrino-dev"
  1718. ],
  1719. "groupName": "neutrino monorepo"
  1720. },
  1721. {
  1722. "description": [
  1723. "nextjs monorepo",
  1724. "Group packages from nextjs monorepo together"
  1725. ],
  1726. "sourceUrlPrefixes": ["https://github.com/zeit/next.js"],
  1727. "groupName": "nextjs monorepo"
  1728. },
  1729. {
  1730. "description": [
  1731. "ngrx monorepo",
  1732. "Group packages from ngrx monorepo together"
  1733. ],
  1734. "sourceUrlPrefixes": ["https://github.com/ngrx/"],
  1735. "groupName": "ngrx monorepo"
  1736. },
  1737. {
  1738. "description": [
  1739. "nrwl monorepo",
  1740. "Group packages from nrwl monorepo together"
  1741. ],
  1742. "sourceUrlPrefixes": ["https://github.com/nrwl/"],
  1743. "groupName": "nrwl monorepo"
  1744. },
  1745. {
  1746. "description": [
  1747. "nuxtjs monorepo",
  1748. "Group packages from nuxtjs monorepo together"
  1749. ],
  1750. "sourceUrlPrefixes": ["https://github.com/nuxt/nuxt.js"],
  1751. "groupName": "nuxtjs monorepo"
  1752. },
  1753. {
  1754. "description": [
  1755. "openfeign monorepo",
  1756. "Group packages from openfeign monorepo together"
  1757. ],
  1758. "sourceUrlPrefixes": ["https://github.com/OpenFeign/feign"],
  1759. "groupName": "openfeign monorepo"
  1760. },
  1761. {
  1762. "description": [
  1763. "picasso monorepo",
  1764. "Group packages from picasso monorepo together"
  1765. ],
  1766. "sourceUrlPrefixes": ["https://github.com/qlik-oss/picasso.js"],
  1767. "groupName": "picasso monorepo"
  1768. },
  1769. {
  1770. "description": [
  1771. "pollyjs monorepo",
  1772. "Group packages from pollyjs monorepo together"
  1773. ],
  1774. "sourceUrlPrefixes": ["https://github.com/Netflix/pollyjs"],
  1775. "groupName": "pollyjs monorepo"
  1776. },
  1777. {
  1778. "description": [
  1779. "pouchdb monorepo",
  1780. "Group packages from pouchdb monorepo together"
  1781. ],
  1782. "sourceUrlPrefixes": ["https://github.com/pouchdb/pouchdb"],
  1783. "groupName": "pouchdb monorepo"
  1784. },
  1785. {
  1786. "description": [
  1787. "react monorepo",
  1788. "Group packages from react monorepo together"
  1789. ],
  1790. "sourceUrlPrefixes": ["https://github.com/facebook/react"],
  1791. "groupName": "react monorepo"
  1792. },
  1793. {
  1794. "description": [
  1795. "reactrouter monorepo",
  1796. "Group packages from reactrouter monorepo together"
  1797. ],
  1798. "sourceUrlPrefixes": ["https://github.com/ReactTraining/react-router"],
  1799. "groupName": "reactrouter monorepo"
  1800. },
  1801. {
  1802. "description": [
  1803. "reakit monorepo",
  1804. "Group packages from reakit monorepo together"
  1805. ],
  1806. "sourceUrlPrefixes": ["https://github.com/reakit/reakit"],
  1807. "groupName": "reakit monorepo"
  1808. },
  1809. {
  1810. "description": [
  1811. "remark monorepo",
  1812. "Group packages from remark monorepo together"
  1813. ],
  1814. "sourceUrlPrefixes": ["https://github.com/remarkjs/remark"],
  1815. "groupName": "remark monorepo"
  1816. },
  1817. {
  1818. "description": [
  1819. "router5 monorepo",
  1820. "Group packages from router5 monorepo together"
  1821. ],
  1822. "sourceUrlPrefixes": ["https://github.com/router5/router5"],
  1823. "groupName": "router5 monorepo"
  1824. },
  1825. {
  1826. "description": [
  1827. "sentry monorepo",
  1828. "Group packages from sentry monorepo together"
  1829. ],
  1830. "sourceUrlPrefixes": ["https://github.com/getsentry/sentry-javascript"],
  1831. "groupName": "sentry monorepo"
  1832. },
  1833. {
  1834. "description": [
  1835. "springfox monorepo",
  1836. "Group packages from springfox monorepo together"
  1837. ],
  1838. "sourceUrlPrefixes": ["https://github.com/springfox/springfox"],
  1839. "groupName": "springfox monorepo"
  1840. },
  1841. {
  1842. "description": [
  1843. "sanity monorepo",
  1844. "Group packages from sanity monorepo together"
  1845. ],
  1846. "sourceUrlPrefixes": ["https://github.com/sanity-io/sanity"],
  1847. "groupName": "sanity monorepo"
  1848. },
  1849. {
  1850. "description": [
  1851. "storybook monorepo",
  1852. "Group packages from storybook monorepo together"
  1853. ],
  1854. "sourceUrlPrefixes": ["https://github.com/storybookjs/storybook"],
  1855. "groupName": "storybook monorepo"
  1856. },
  1857. {
  1858. "description": [
  1859. "strapi monorepo",
  1860. "Group packages from strapi monorepo together"
  1861. ],
  1862. "sourceUrlPrefixes": ["https://github.com/strapi/strapi"],
  1863. "groupName": "strapi monorepo"
  1864. },
  1865. {
  1866. "description": [
  1867. "stryker monorepo",
  1868. "Group packages from stryker monorepo together"
  1869. ],
  1870. "sourceUrlPrefixes": ["https://github.com/stryker-mutator/stryker"],
  1871. "groupName": "stryker monorepo"
  1872. },
  1873. {
  1874. "description": [
  1875. "surveyjs monorepo",
  1876. "Group packages from surveyjs monorepo together"
  1877. ],
  1878. "sourceUrlPrefixes": ["https://github.com/surveyjs/surveyjs"],
  1879. "groupName": "surveyjs monorepo"
  1880. },
  1881. {
  1882. "description": [
  1883. "Swashbuckle monorepo",
  1884. "Group packages from Swashbuckle monorepo together"
  1885. ],
  1886. "sourceUrlPrefixes": [
  1887. "https://github.com/domaindrivendev/Swashbuckle.AspNetCore"
  1888. ],
  1889. "groupName": "Swashbuckle monorepo"
  1890. },
  1891. {
  1892. "description": [
  1893. "treat monorepo",
  1894. "Group packages from treat monorepo together"
  1895. ],
  1896. "sourceUrlPrefixes": ["https://github.com/seek-oss/treat"],
  1897. "groupName": "treat monorepo"
  1898. },
  1899. {
  1900. "description": [
  1901. "typefaces monorepo",
  1902. "Group packages from typefaces monorepo together"
  1903. ],
  1904. "sourceUrlPrefixes": ["https://github.com/KyleAMathews/typefaces"],
  1905. "groupName": "typefaces monorepo"
  1906. },
  1907. {
  1908. "description": [
  1909. "uppy monorepo",
  1910. "Group packages from uppy monorepo together"
  1911. ],
  1912. "sourceUrlPrefixes": ["https://github.com/transloadit/uppy"],
  1913. "groupName": "uppy monorepo"
  1914. },
  1915. {
  1916. "description": [
  1917. "vue monorepo",
  1918. "Group packages from vue monorepo together"
  1919. ],
  1920. "sourceUrlPrefixes": ["https://github.com/vuejs/vue"],
  1921. "groupName": "vue monorepo"
  1922. },
  1923. {
  1924. "description": [
  1925. "vuepress monorepo",
  1926. "Group packages from vuepress monorepo together"
  1927. ],
  1928. "sourceUrlPrefixes": ["https://github.com/vuejs/vuepress"],
  1929. "groupName": "vuepress monorepo"
  1930. },
  1931. {
  1932. "description": [
  1933. "webdriverio monorepo",
  1934. "Group packages from webdriverio monorepo together"
  1935. ],
  1936. "sourceUrlPrefixes": ["https://github.com/webdriverio/webdriverio"],
  1937. "groupName": "webdriverio monorepo"
  1938. },
  1939. {
  1940. "description": [
  1941. "workbox monorepo",
  1942. "Group packages from workbox monorepo together"
  1943. ],
  1944. "sourceUrlPrefixes": ["https://github.com/googlechrome/workbox"],
  1945. "groupName": "workbox monorepo"
  1946. },
  1947. {
  1948. "packagePatterns": ["^babel6$"],
  1949. "description": ["Group packages from babel6 monorepo together"],
  1950. "groupName": "babel6 monorepo"
  1951. },
  1952. {
  1953. "packagePatterns": ["^@wordpress/"],
  1954. "description": ["Group packages from wordpress monorepo together"],
  1955. "groupName": "wordpress monorepo"
  1956. },
  1957. {
  1958. "packagePatterns": ["^@angular/material", "^@angular/cdk"],
  1959. "description": ["Group packages from angularmaterial monorepo together"],
  1960. "groupName": "angularmaterial monorepo"
  1961. },
  1962. {
  1963. "packagePatterns": ["^com.amazonaws:aws-java-sdk-"],
  1964. "description": ["Group packages from aws-java-sdk monorepo together"],
  1965. "groupName": "aws-java-sdk monorepo"
  1966. },
  1967. {
  1968. "description": ["All packages published by Apollo GraphQL"],
  1969. "sourceUrlPrefixes": ["https://github.com/apollographql/"],
  1970. "groupName": "Apollo GraphQL packages"
  1971. },
  1972. {"groupName": "Font Awesome", "packagePatterns": ["^@fortawesome/"]},
  1973. {
  1974. "datasources": ["go"],
  1975. "groupName": "go-openapi packages",
  1976. "groupSlug": "go-openapi",
  1977. "packagePatterns": ["^github.com/go-openapi/"]
  1978. },
  1979. {"packagePatterns": ["^org.hibernate:"], "groupName": "hibernate core"},
  1980. {
  1981. "packagePatterns": ["^org.hibernate.validator:"],
  1982. "groupName": "hibernate validator"
  1983. },
  1984. {"packagePatterns": ["^org.hibernate.ogm:"], "groupName": "hibernate ogm"},
  1985. {
  1986. "packagePatterns": ["^org.hibernate.common:"],
  1987. "groupName": "hibernate commons"
  1988. },
  1989. {
  1990. "packagePatterns": ["^illuminate/"],
  1991. "groupName": "illuminate packages",
  1992. "groupSlug": "illuminate"
  1993. },
  1994. {
  1995. "sourceUrlPrefixes": [
  1996. "https://github.com/jekyll/",
  1997. "https://github.com/github/pages-gem"
  1998. ],
  1999. "groupName": "jekyll ecosystem packages"
  2000. },
  2001. {"groupName": "polymer packages", "packagePatterns": ["^@polymer/"]},
  2002. {
  2003. "datasources": ["rubygems"],
  2004. "packagePatterns": ["^omniauth"],
  2005. "groupName": "omniauth packages"
  2006. },
  2007. {"groupName": "socket.io packages", "packagePatterns": ["^socket.io"]},
  2008. {
  2009. "groupName": "spring amqp",
  2010. "packagePatterns": ["^org.springframework.amqp:"]
  2011. },
  2012. {
  2013. "groupName": "spring android",
  2014. "packagePatterns": ["^org.springframework.android:"]
  2015. },
  2016. {
  2017. "groupName": "spring batch",
  2018. "packagePatterns": ["^org.springframework.batch:"]
  2019. },
  2020. {
  2021. "groupName": "spring boot",
  2022. "packagePatterns": ["^org.springframework.boot:"]
  2023. },
  2024. {
  2025. "groupName": "spring cloud",
  2026. "packagePatterns": ["^org.springframework.cloud:"]
  2027. },
  2028. {"groupName": "spring core", "packagePatterns": ["^org.springframework:"]},
  2029. {
  2030. "groupName": "spring data",
  2031. "packagePatterns": ["^org.springframework.data:"]
  2032. },
  2033. {
  2034. "groupName": "spring hateoas",
  2035. "packagePatterns": ["^org.springframework.hateoas:"]
  2036. },
  2037. {
  2038. "groupName": "spring integration",
  2039. "packagePatterns": ["^org.springframework.integration:"]
  2040. },
  2041. {
  2042. "groupName": "spring kafka",
  2043. "packagePatterns": ["^org.springframework.kafka:"]
  2044. },
  2045. {
  2046. "groupName": "spring ldap",
  2047. "packagePatterns": ["^org.springframework.ldap:"]
  2048. },
  2049. {
  2050. "groupName": "spring mobile",
  2051. "packagePatterns": ["^org.springframework.mobile:"]
  2052. },
  2053. {
  2054. "groupName": "spring osgi",
  2055. "packagePatterns": ["^org.springframework.osgi:"]
  2056. },
  2057. {
  2058. "groupName": "spring restdocs",
  2059. "packagePatterns": ["^org.springframework.restdocs:"]
  2060. },
  2061. {
  2062. "groupName": "spring roo",
  2063. "packagePatterns": ["^org.springframework.roo:"]
  2064. },
  2065. {
  2066. "groupName": "spring scala",
  2067. "packagePatterns": ["^org.springframework.scala:"]
  2068. },
  2069. {
  2070. "groupName": "spring security",
  2071. "packagePatterns": ["^org.springframework.security:"]
  2072. },
  2073. {
  2074. "groupName": "spring session",
  2075. "packagePatterns": ["^org.springframework.session:"]
  2076. },
  2077. {
  2078. "groupName": "spring shell",
  2079. "packagePatterns": ["^org.springframework.shell:"]
  2080. },
  2081. {
  2082. "groupName": "spring social",
  2083. "packagePatterns": ["^org.springframework.social:"]
  2084. },
  2085. {
  2086. "groupName": "spring statemachine",
  2087. "packagePatterns": ["^org.springframework.statemachine:"]
  2088. },
  2089. {
  2090. "groupName": "spring webflow",
  2091. "packagePatterns": ["^org.springframework.webflow:"]
  2092. },
  2093. {"groupName": "spring ws", "packagePatterns": ["^org.springframework.ws:"]},
  2094. {
  2095. "packagePatterns": ["^symfony/"],
  2096. "groupName": "symfony packages",
  2097. "groupSlug": "symfony"
  2098. },
  2099. {"packageNames": ["@types/node"]},
  2100. {
  2101. "packageNames": ["@types/node"],
  2102. "updateTypes": ["major"],
  2103. "enabled": false
  2104. },
  2105. {"packagePatterns": ["*"], "semanticCommitType": "build"},
  2106. {
  2107. "description": ["Automerge patch upgrades if they pass tests"],
  2108. "separateMinorPatch": true,
  2109. "patch": {"automerge": true},
  2110. "pin": {"automerge": true},
  2111. "lockFileMaintenance": {"automerge": true},
  2112. "managers": ["npm"],
  2113. "depTypeList": ["dependencies"]
  2114. },
  2115. {
  2116. "description": ["Automerge patch and minor upgrades if they pass tests"],
  2117. "minor": {"automerge": true},
  2118. "patch": {"automerge": true},
  2119. "pin": {"automerge": true},
  2120. "lockFileMaintenance": {"automerge": true},
  2121. "managers": ["npm"],
  2122. "depTypeList": ["devDependencies"],
  2123. "semanticCommitScope": "devDeps"
  2124. }
  2125. ],
  2126. "updateNotScheduled": true,
  2127. "automerge": false,
  2128. "ignorePaths": [
  2129. "**/node_modules/**",
  2130. "**/bower_components/**",
  2131. "**/vendor/**",
  2132. "**/examples/**",
  2133. "**/__tests__/**",
  2134. "**/test/**",
  2135. "**/tests/**",
  2136. "**/__fixtures__/**"
  2137. ],
  2138. "rangeStrategy": "auto",
  2139. "prHourlyLimit": 0,
  2140. "prConcurrentLimit": 20,
  2141. "ignoreDeps": [],
  2142. "packageNames": [
  2143. "fusion-cli",
  2144. "fusion-core",
  2145. "fusion-test-utils",
  2146. "fusion-tokens"
  2147. ],
  2148. "packagePatterns": ["^fusion-plugin-*", "^fusion-react*", "^fusion-apollo*"],
  2149. "logLevel": "debug",
  2150. "baseDir": "/builds/__COMPANY__/tools/renovate-bot",
  2151. "recreateClosed": true,
  2152. "endpoint": "https://gitlab.com/api/v4/",
  2153. "platform": "gitlab",
  2154. "gitLabAutomerge": true,
  2155. "assignees": ["tmeijn"],
  2156. "baseBranches": ["feature/renovate-testing"],
  2157. "labels": ["CI/CD", "Renovate"],
  2158. "hostRules": [
  2159. {"hostType": "github", "domainName": "github.com", "token": "***********"}
  2160. ],
  2161. "token": "***********",
  2162. "repositories": ["__COMPANY__/__client__/services/client"]
  2163. }
  2164. DEBUG: Adding trailing slash to endpoint
  2165. DEBUG: Using platform gitAuthor: __COMPANY__ CI/CD <gitlab_cicd@__COMPANY__.eu>
  2166. DEBUG: Using configured baseDir: /builds/__COMPANY__/tools/renovate-bot
  2167. DEBUG: Using cacheDir: /builds/__COMPANY__/tools/renovate-bot/cache
  2168. DEBUG: Initializing Renovate internal cache into /builds/__COMPANY__/tools/renovate-bot/cache/renovate/renovate-cache-v1
  2169. DEBUG: Limits.init enter method
  2170. DEBUG: Limits.init prCommitsPerRunLimit processing
  2171. DEBUG: Limits.init prCommitsPerRunLimit variable is not set. Ignoring prCommitsPerRunLimit
  2172. INFO: Repository started (repository=__COMPANY__/__client__/services/client)
  2173. "renovateVersion": "19.236.6"
  2174. DEBUG: Using localDir: /builds/__COMPANY__/tools/renovate-bot/repos/gitlab/__COMPANY__/__client__/services/client (repository=__COMPANY__/__client__/services/client)
  2175. DEBUG: __COMPANY__/__client__/services/client default branch = master (repository=__COMPANY__/__client__/services/client)
  2176. DEBUG: Bot email=gitlab_cicd@__COMPANY__.eu (repository=__COMPANY__/__client__/services/client)
  2177. DEBUG: Enabling Git FS (repository=__COMPANY__/__client__/services/client)
  2178. DEBUG: __COMPANY__/__client__/services/client http URL = https://gitlab.com/__COMPANY__/__client__/services/client.git (repository=__COMPANY__/__client__/services/client)
  2179. DEBUG: Initializing git repository into /builds/__COMPANY__/tools/renovate-bot/repos/gitlab/__COMPANY__/__client__/services/client (repository=__COMPANY__/__client__/services/client)
  2180. DEBUG: git clone completed (repository=__COMPANY__/__client__/services/client)
  2181. "durationMs": 969
  2182. DEBUG: latest commit (repository=__COMPANY__/__client__/services/client)
  2183. "latestCommitDate": "2020-05-26 09:26:58 +0000"
  2184. DEBUG: No git private key present - commits will be unsigned (repository=__COMPANY__/__client__/services/client)
  2185. DEBUG: Setting git author (repository=__COMPANY__/__client__/services/client)
  2186. "gitAuthor": {"name": "__COMPANY__ CI/CD", "email": "gitlab_cicd@__COMPANY__.eu"}
  2187. DEBUG: resetMemCache() (repository=__COMPANY__/__client__/services/client)
  2188. DEBUG: detectSemanticCommits() (repository=__COMPANY__/__client__/services/client)
  2189. DEBUG: getCommitMessages (repository=__COMPANY__/__client__/services/client)
  2190. DEBUG: Semantic commits detection: angular (repository=__COMPANY__/__client__/services/client)
  2191. DEBUG: angular semantic commits detected (repository=__COMPANY__/__client__/services/client)
  2192. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client)
  2193. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client)
  2194. DEBUG: latest commit (repository=__COMPANY__/__client__/services/client)
  2195. "branchName": "master",
  2196. "latestCommitDate": "2020-05-26 09:26:58 +0000"
  2197. DEBUG: checkOnboarding() (repository=__COMPANY__/__client__/services/client)
  2198. DEBUG: isOnboarded() (repository=__COMPANY__/__client__/services/client)
  2199. DEBUG: findFile(renovate.json) (repository=__COMPANY__/__client__/services/client)
  2200. DEBUG: config file exists (repository=__COMPANY__/__client__/services/client)
  2201. DEBUG: ensureIssueClosing() (repository=__COMPANY__/__client__/services/client)
  2202. DEBUG: Repo is onboarded (repository=__COMPANY__/__client__/services/client)
  2203. DEBUG: Found renovate.json config file (repository=__COMPANY__/__client__/services/client)
  2204. DEBUG: Repository config (repository=__COMPANY__/__client__/services/client)
  2205. "configFile": "renovate.json",
  2206. "config": {"baseBranches": ["master"]}
  2207. DEBUG: migrateAndValidate() (repository=__COMPANY__/__client__/services/client)
  2208. DEBUG: No config migration necessary (repository=__COMPANY__/__client__/services/client)
  2209. DEBUG: massaged config (repository=__COMPANY__/__client__/services/client)
  2210. "config": {"baseBranches": ["master"]}
  2211. DEBUG: migrated config (repository=__COMPANY__/__client__/services/client)
  2212. "config": {"baseBranches": ["master"]}
  2213. DEBUG: Found repo ignorePaths (repository=__COMPANY__/__client__/services/client)
  2214. "ignorePaths": [
  2215. "**/node_modules/**",
  2216. "**/bower_components/**",
  2217. "**/vendor/**",
  2218. "**/examples/**",
  2219. "**/__tests__/**",
  2220. "**/test/**",
  2221. "**/tests/**",
  2222. "**/__fixtures__/**"
  2223. ]
  2224. DEBUG: checkBaseBranch() (repository=__COMPANY__/__client__/services/client)
  2225. DEBUG: config.repoIsOnboarded=true (repository=__COMPANY__/__client__/services/client)
  2226. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client)
  2227. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client)
  2228. DEBUG: latest commit (repository=__COMPANY__/__client__/services/client)
  2229. "branchName": "master",
  2230. "latestCommitDate": "2020-05-26 09:26:58 +0000"
  2231. DEBUG: Setting branchPrefix: renovate/ (repository=__COMPANY__/__client__/services/client)
  2232. DEBUG: No vulnerability alerts found (repository=__COMPANY__/__client__/services/client)
  2233. DEBUG: processRepo() (repository=__COMPANY__/__client__/services/client)
  2234. DEBUG: baseBranches (repository=__COMPANY__/__client__/services/client)
  2235. "baseBranches": ["master"]
  2236. DEBUG: baseBranch: master (repository=__COMPANY__/__client__/services/client)
  2237. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client)
  2238. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client)
  2239. DEBUG: latest commit (repository=__COMPANY__/__client__/services/client)
  2240. "branchName": "master",
  2241. "latestCommitDate": "2020-05-26 09:26:58 +0000"
  2242. DEBUG: extractAndUpdate() (repository=__COMPANY__/__client__/services/client)
  2243. DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=__COMPANY__/__client__/services/client)
  2244. DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager ansible-galaxy (repository=__COMPANY__/__client__/services/client)
  2245. DEBUG: Using file match: (^|/)WORKSPACE$ for manager bazel (repository=__COMPANY__/__client__/services/client)
  2246. DEBUG: Using file match: \.bzl$ for manager bazel (repository=__COMPANY__/__client__/services/client)
  2247. DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=__COMPANY__/__client__/services/client)
  2248. DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=__COMPANY__/__client__/services/client)
  2249. DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=__COMPANY__/__client__/services/client)
  2250. DEBUG: Using file match: (^|/)Cargo.toml$ for manager cargo (repository=__COMPANY__/__client__/services/client)
  2251. DEBUG: Using file match: (^|/).circleci/config.yml$ for manager circleci (repository=__COMPANY__/__client__/services/client)
  2252. DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=__COMPANY__/__client__/services/client)
  2253. DEBUG: Using file match: (^|/)([\w-]*)composer.json$ for manager composer (repository=__COMPANY__/__client__/services/client)
  2254. DEBUG: Using file match: (^|/)deps\.edn$ for manager deps-edn (repository=__COMPANY__/__client__/services/client)
  2255. DEBUG: Using file match: (^|/)docker-compose[^/]*\.ya?ml$ for manager docker-compose (repository=__COMPANY__/__client__/services/client)
  2256. DEBUG: Using file match: (^|/|\.)Dockerfile$ for manager dockerfile (repository=__COMPANY__/__client__/services/client)
  2257. DEBUG: Using file match: (^|/)Dockerfile\.[^/]*$ for manager dockerfile (repository=__COMPANY__/__client__/services/client)
  2258. DEBUG: Using file match: (^|/).drone.yml$ for manager droneci (repository=__COMPANY__/__client__/services/client)
  2259. DEBUG: Using file match: (^|/).gitmodules$ for manager git-submodules (repository=__COMPANY__/__client__/services/client)
  2260. DEBUG: Using file match: ^\.github/main.workflow$ for manager github-actions (repository=__COMPANY__/__client__/services/client)
  2261. DEBUG: Using file match: ^\.github/workflows/[^/]+\.ya?ml$ for manager github-actions (repository=__COMPANY__/__client__/services/client)
  2262. DEBUG: Using file match: ^\.gitlab-ci\.yml$ for manager gitlabci (repository=__COMPANY__/__client__/services/client)
  2263. DEBUG: Using file match: ^\.gitlab-ci\.yml$ for manager gitlabci-include (repository=__COMPANY__/__client__/services/client)
  2264. DEBUG: Using file match: (^|/)go.mod$ for manager gomod (repository=__COMPANY__/__client__/services/client)
  2265. DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=__COMPANY__/__client__/services/client)
  2266. DEBUG: Using file match: (^|/)gradle.properties$ for manager gradle (repository=__COMPANY__/__client__/services/client)
  2267. DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper.properties$ for manager gradle-wrapper (repository=__COMPANY__/__client__/services/client)
  2268. DEBUG: Using file match: (^|/)requirements.yaml$ for manager helm-requirements (repository=__COMPANY__/__client__/services/client)
  2269. DEBUG: Using file match: (^|/)values.yaml$ for manager helm-values (repository=__COMPANY__/__client__/services/client)
  2270. DEBUG: Using file match: (^|/)helmfile.yaml$ for manager helmfile (repository=__COMPANY__/__client__/services/client)
  2271. DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=__COMPANY__/__client__/services/client)
  2272. DEBUG: Using file match: \.html?$ for manager html (repository=__COMPANY__/__client__/services/client)
  2273. DEBUG: Using file match: (^|/)kustomization\.yaml for manager kustomize (repository=__COMPANY__/__client__/services/client)
  2274. DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=__COMPANY__/__client__/services/client)
  2275. DEBUG: Using file match: \.pom\.xml$ for manager maven (repository=__COMPANY__/__client__/services/client)
  2276. DEBUG: Using file match: (^|/)pom\.xml$ for manager maven (repository=__COMPANY__/__client__/services/client)
  2277. DEBUG: Using file match: (^|/)package.js$ for manager meteor (repository=__COMPANY__/__client__/services/client)
  2278. DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=__COMPANY__/__client__/services/client)
  2279. DEBUG: Using file match: ^.node-version$ for manager nodenv (repository=__COMPANY__/__client__/services/client)
  2280. DEBUG: Using file match: (^|/)package.json$ for manager npm (repository=__COMPANY__/__client__/services/client)
  2281. DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=__COMPANY__/__client__/services/client)
  2282. DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=__COMPANY__/__client__/services/client)
  2283. DEBUG: Using file match: (^|/)([\w-]*)requirements.(txt|pip)$ for manager pip_requirements (repository=__COMPANY__/__client__/services/client)
  2284. DEBUG: Using file match: (^|/)setup.py$ for manager pip_setup (repository=__COMPANY__/__client__/services/client)
  2285. DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=__COMPANY__/__client__/services/client)
  2286. DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=__COMPANY__/__client__/services/client)
  2287. DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=__COMPANY__/__client__/services/client)
  2288. DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=__COMPANY__/__client__/services/client)
  2289. DEBUG: Using file match: \.sbt$ for manager sbt (repository=__COMPANY__/__client__/services/client)
  2290. DEBUG: Using file match: project/[^/]*.scala$ for manager sbt (repository=__COMPANY__/__client__/services/client)
  2291. DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=__COMPANY__/__client__/services/client)
  2292. DEBUG: Using file match: \.tf$ for manager terraform (repository=__COMPANY__/__client__/services/client)
  2293. DEBUG: Using file match: ^.travis.yml$ for manager travis (repository=__COMPANY__/__client__/services/client)
  2294. DEBUG: Matched 1 file(s) for manager dockerfile: Dockerfile (repository=__COMPANY__/__client__/services/client)
  2295. DEBUG: Matched 1 file(s) for manager gitlabci: .gitlab-ci.yml (repository=__COMPANY__/__client__/services/client)
  2296. DEBUG: Matched 1 file(s) for manager gitlabci-include: .gitlab-ci.yml (repository=__COMPANY__/__client__/services/client)
  2297. DEBUG: Matched 150 file(s) for manager html: src/app/core/components/layout/layout.component.html, src/app/core/containers/app/app.component.html, src/app/landlord/containers/page/page.component.html, src/app/landlord/containers/report-menu/report-menu.component.html, src/app/landlord/modules/finances/list/components/view/view.component.html, src/app/landlord/modules/finances/list/containers/page/page.component.html, src/app/landlord/modules/leases/create/components/1-add-property/add-property.component.html, src/app/landlord/modules/leases/create/components/2-select-property/select-property.component.html, src/app/landlord/modules/leases/create/components/3-lease-details/lease-details.component.html, src/app/landlord/modules/leases/create/components/4-recurrence-details/recurrence-details.component.html, src/app/landlord/modules/leases/create/components/5-charges-details/charges-details.component.html, src/app/landlord/modules/leases/create/components/6-deposit-details/deposit-details.component.html, src/app/landlord/modules/leases/create/components/7-tenant-details/tenant-details.component.html, src/app/landlord/modules/leases/create/components/8-payment-cta/payment-cta.component.html, src/app/landlord/modules/leases/create/containers/page/page.component.html, src/app/landlord/modules/leases/details/components/information-__client__-payments/information-__client__-payments.component.html, src/app/landlord/modules/leases/details/components/information-details/information-details.component.html, src/app/landlord/modules/leases/details/components/lease-bills-table/lease-bills-table.component.html, src/app/landlord/modules/leases/details/containers/page/page.component.html, src/app/landlord/modules/leases/details/dialogs/delete-lease-dialog/delete-lease-dialog.component.html, src/app/landlord/modules/leases/details/dialogs/stop-rent-collection/stop-rent-collection.component.html, src/app/landlord/modules/leases/details/modules/deposits/edit/containers/page/page.component.html, src/app/landlord/modules/leases/details/modules/edit/containers/page/page.component.html, src/app/landlord/modules/leases/details/tabs/lease-information-tab/lease-information-tab.component.html, src/app/landlord/modules/leases/details/tabs/lease-payments-tab/lease-payments-tab.component.html, src/app/landlord/modules/leases/list/components/view/view.component.html, src/app/landlord/modules/leases/list/containers/page/page.component.html, src/app/landlord/modules/onboarding/containers/onboarding-page/onboarding-page.component.html, src/app/landlord/modules/onboarding/modules/owner-onboarding/components/invite-owner/invite-owner.component.html, src/app/landlord/modules/onboarding/modules/owner-onboarding/components/owner-details/owner-details.component.html, src/app/landlord/modules/onboarding/modules/owner-onboarding/components/owner-onboarding-header/owner-onboarding-header.component.html, src/app/landlord/modules/onboarding/modules/owner-onboarding/components/owner-type/owner-type.component.html, src/app/landlord/modules/onboarding/modules/owner-onboarding/components/summary/summary-owner.component.html, src/app/landlord/modules/onboarding/modules/owner-onboarding/containers/owner-page/owner-page.component.html, src/app/landlord/modules/owners/details/components/settlement-report-menu/settlement-report-menu.component.html, src/app/landlord/modules/owners/details/components/settlements-header/settlements-header.component.html, src/app/landlord/modules/owners/details/components/settlements-table/settlements-table.component.html, src/app/landlord/modules/owners/details/containers/page/page.component.html, src/app/landlord/modules/owners/details/tabs/tab-owner-details/tab-owner-details.component.html, src/app/landlord/modules/owners/details/tabs/tab-owner-payouts/tab-owner-payouts.component.html, src/app/landlord/modules/owners/list/components/view/view.component.html, src/app/landlord/modules/owners/list/containers/page/page.component.html, src/app/landlord/modules/payments/create/components/1-bank-account/bank-account.component.html, src/app/landlord/modules/payments/create/components/2-late-fee-details/late-fee-details.component.html, src/app/landlord/modules/payments/create/components/3-tenant-details/tenant-details.component.html, src/app/landlord/modules/payments/create/components/4-summary/summary.component.html, src/app/landlord/modules/payments/create/components/5-link-shared/link-shared.component.html, src/app/landlord/modules/payments/create/container/page/page.component.html, src/app/landlord/modules/properties/create/containers/page/page.component.html, src/app/landlord/modules/properties/details/components/property-bill-table/property-bill-table.component.html, src/app/landlord/modules/properties/details/containers/page/page.component.html, src/app/landlord/modules/properties/details/tabs/property-information-tab/property-information-tab.component.html, src/app/landlord/modules/properties/details/tabs/property-leases-tab/property-leases-tab.component.html, src/app/landlord/modules/properties/details/tabs/property-payments-tab/property-payments-tab.component.html, src/app/landlord/modules/properties/edit/containers/page/page.component.html, src/app/landlord/modules/properties/edit/dialogs/delete-property-dialog/delete-property-dialog.component.html, src/app/landlord/modules/properties/list/components/view/view.component.html, src/app/landlord/modules/properties/list/containers/page/page.component.html, src/app/landlord/modules/settings/containers/settings.component.html, src/app/landlord/modules/settlements/details/components/header/header.component.html, src/app/landlord/modules/settlements/details/components/view/view.component.html, src/app/landlord/modules/settlements/details/containers/page/page.component.html, src/app/landlord/modules/tenants/edit/containers/page/page.component.html, src/app/landlord/modules/welcome/containers/1-welcome-page/welcome-page.component.html, src/app/landlord/modules/welcome/containers/2-property-page/property-page.component.html, src/app/landlord/modules/welcome/containers/3-property-success-page/property-success-page.component.html, src/app/landlord/modules/welcome/containers/4-tenant-info-page/tenant-info-page.component.html, src/app/landlord/modules/welcome/containers/5-property-lease-page/property-lease-page.component.html, src/app/landlord/modules/welcome/containers/6-recurrence-details/recurrence-details.component.html, src/app/landlord/modules/welcome/containers/7-rent-page/rent-page.component.html, src/app/landlord/modules/welcome/containers/8-deposit-details/deposit-details.component.html, src/app/landlord/modules/welcome/containers/9-__client__-payments-page/__client__-payments-page.component.html, src/app/landlord/shared/action-button/action-button.component.html, src/app/landlord/shared/finance-status-filter/finance-status-filter.component.html, src/app/landlord/shared/generate-recurrence/generate-recurrence.component.html, src/app/landlord/shared/lease-table/lease-table.component.html, src/app/landlord/shared/owner-selector/owner-selector.component.html, src/app/landlord/shared/photo-upload/photo-upload.component.html, src/app/landlord/shared/search-filter/search-filter.component.html, src/app/landlord/shared/share-invite-link/share-invite-link.component.html, src/app/landlord/shared/status-filter/status-filter.component.html, src/app/landlord/shared/upsert-deposits/upsert-deposits.component.html, src/app/landlord/shared/upsert-lease/upsert-lease.component.html, src/app/landlord/shared/upsert-property/upsert-property.component.html, src/app/landlord/shared/upsert-tenant/upsert-tenant.component.html, src/app/public/containers/page/page.component.html, src/app/public/modules/authentication/components/login-form/login-form.component.html, src/app/public/modules/authentication/containers/login-magic/login-magic.component.html, src/app/public/modules/authentication/containers/login-page/login-page.component.html, src/app/public/modules/authentication/containers/verify-email-page/verify-email-page.component.html, src/app/public/modules/bill-payment/components/details/details.component.html, src/app/public/modules/bill-payment/components/finalize/finalize.component.html, src/app/public/modules/bill-payment/components/sending/sending.component.html, src/app/public/modules/bill-payment/containers/bill-payment-page/bill-payment-page.component.html, src/app/public/modules/create-account/components/begin/begin.component.html, src/app/public/modules/create-account/containers/create-account-page/create-account-page.component.html, src/app/public/modules/reset/containers/reset-page/reset-page.component.html, src/app/public/modules/reset/modules/modify/components/modify-password/modify-password.component.html, src/app/public/modules/reset/modules/modify/containers/modify-page/modify-page.component.html, src/app/public/modules/reset/modules/request/components/details/details.component.html, src/app/public/modules/reset/modules/request/components/finalize/finalize.component.html, src/app/public/modules/reset/modules/request/containers/request-page/request-page.component.html, src/app/shared/components/404-screen/404-screen.component.html, src/app/shared/components/adaptable-header/adaptable-header.component.html, src/app/shared/components/bill-table/bill-table.component.html, src/app/shared/components/bill-table/components/balance-header/balance-header.component.html, src/app/shared/components/bill-table/components/bill-details-view/bill-details-view.component.html, src/app/shared/components/bill-table/components/lookahead-button/lookahead-button.component.html, src/app/shared/components/bill-table/dialogs/add-bill/add-bill-dialog.component.html, src/app/shared/components/bill-table/dialogs/delete-bill/delete-bill-dialog.component.html, src/app/shared/components/bill-table/dialogs/edit-bill/edit-bill-dialog.component.html, src/app/shared/components/bill-table/dialogs/register-payment/register-payment-dialog.component.html, src/app/shared/components/bill-table/dialogs/share-payment/share.component.html, src/app/shared/components/card/card.component.html, src/app/shared/components/details-header/details-header.component.html, src/app/shared/components/details-view/details-view.component.html, src/app/shared/components/dialog-layout/dialog-layout.component.html, src/app/shared/components/expansion-panel/expansion-panel.component.html, src/app/shared/components/list-view/list-view.component.html, src/app/shared/components/navigation-bar/site-header.component.html, src/app/shared/components/phone-input/phone-input.component.html, src/app/shared/components/phone-verification/phone-verification.component.html, src/app/shared/components/selector-group/selector-group.component.html, src/app/shared/components/step/step.component.html, src/app/shared/components/table-collapsed/table-collapsed.component.html, src/app/shared/components/table/table.component.html, src/app/shared/components/update-account/update-account.component.html, src/app/shared/components/upsert-charges/components/recurrence-dialog/recurrence-dialog.component.html, src/app/shared/components/upsert-charges/upsert-charges.component.html, src/app/tenant/containers/tenant-page/tenant-page.component.html, src/app/tenant/modules/bill-list/components/header/header.component.html, src/app/tenant/modules/bill-list/components/payments/payments.component.html, src/app/tenant/modules/bill-list/pages/overview/overview.component.html, src/app/tenant/modules/lease/components/header/header.component.html, src/app/tenant/modules/lease/components/information-__client__-payments/dialogs/remove-payment-method-dialog/remove-payment-method-dialog.component.html, src/app/tenant/modules/lease/components/information-__client__-payments/information-__client__-payments.component.html, src/app/tenant/modules/lease/components/information-details/information-details.component.html, src/app/tenant/modules/lease/components/view/view.component.html, src/app/tenant/modules/lease/containers/page/page.component.html, src/app/tenant/modules/lease/tabs/lease-information-tab/lease-information-tab.component.html, src/app/tenant/modules/settings-tenant/containers/settings-tenant.component.html, src/app/tenant/modules/welcome/pages/1-overview/overview.component.html, src/app/tenant/modules/welcome/pages/2-payment/payment.component.html, src/app/tenant/modules/welcome/pages/2.1-sepa-info/sepa-info.component.html, src/app/tenant/modules/welcome/pages/2.2.1-connect-bank-account/connect-bank-account.component.html, src/app/tenant/modules/welcome/pages/2.2.2-confirm-bank-account/confirm-bank-account.component.html, src/app/tenant/modules/welcome/pages/3-verify-phone/verify-phone.component.html, src/app/tenant/modules/welcome/pages/4-email/email.component.html, src/app/tenant/modules/welcome/pages/5-complete/complete.component.html, src/index.html (repository=__COMPANY__/__client__/services/client)
  2298. DEBUG: Matched 1 file(s) for manager npm: package.json (repository=__COMPANY__/__client__/services/client)
  2299. DEBUG: Found a multistage build stage name (repository=__COMPANY__/__client__/services/client)
  2300. DEBUG: Found a multistage build stage name (repository=__COMPANY__/__client__/services/client)
  2301. DEBUG: Found a multistage build stage name (repository=__COMPANY__/__client__/services/client)
  2302. DEBUG: Skipping alias FROM (repository=__COMPANY__/__client__/services/client)
  2303. "currentFrom": "base"
  2304. DEBUG: Skipping alias COPY --from (repository=__COMPANY__/__client__/services/client)
  2305. "currentFrom": "chamber"
  2306. DEBUG: Found a multistage build stage name (repository=__COMPANY__/__client__/services/client)
  2307. DEBUG: Skipping alias FROM (repository=__COMPANY__/__client__/services/client)
  2308. "currentFrom": "base"
  2309. DEBUG: npm file package.json has name "client" (repository=__COMPANY__/__client__/services/client)
  2310. DEBUG: Detecting Lerna and Yarn Workspaces (repository=__COMPANY__/__client__/services/client)
  2311. DEBUG: Finding locked versions (repository=__COMPANY__/__client__/services/client)
  2312. DEBUG: Found package-lock.json for package.json (repository=__COMPANY__/__client__/services/client)
  2313. DEBUG: Found dockerfile package files (repository=__COMPANY__/__client__/services/client)
  2314. DEBUG: Found gitlabci package files (repository=__COMPANY__/__client__/services/client)
  2315. DEBUG: Found npm package files (repository=__COMPANY__/__client__/services/client)
  2316. DEBUG: Found 3 package file(s) (repository=__COMPANY__/__client__/services/client)
  2317. INFO: Dependency extraction complete (repository=__COMPANY__/__client__/services/client)
  2318. "baseBranch": "master",
  2319. "stats": {
  2320. "managers": {
  2321. "dockerfile": {"fileCount": 1, "depCount": 2},
  2322. "gitlabci": {"fileCount": 1, "depCount": 2},
  2323. "npm": {"fileCount": 1, "depCount": 86}
  2324. },
  2325. "total": {"fileCount": 3, "depCount": 90}
  2326. }
  2327. DEBUG: getLabels(https://index.docker.io, segment/chamber, prerelease-2) (repository=__COMPANY__/__client__/services/client)
  2328. DEBUG: getManifestResponse(https://index.docker.io, segment/chamber, prerelease-2) (repository=__COMPANY__/__client__/services/client)
  2329. DEBUG: getLabels(https://index.docker.io, library/node, latest) (repository=__COMPANY__/__client__/services/client)
  2330. DEBUG: getManifestResponse(https://index.docker.io, library/node, latest) (repository=__COMPANY__/__client__/services/client)
  2331. DEBUG: Found deprecationMessage (repository=__COMPANY__/__client__/services/client, dependency=@types/graphql)
  2332. DEBUG: Skipping @types/graphql@14.5.0 because it is deprecated (repository=__COMPANY__/__client__/services/client)
  2333. DEBUG: Found deprecationMessage (repository=__COMPANY__/__client__/services/client, dependency=tslint)
  2334. DEBUG: Skipping tslint@6.0.0 because it is deprecated (repository=__COMPANY__/__client__/services/client)
  2335. DEBUG: Skipping tslint@6.1.0 because it is deprecated (repository=__COMPANY__/__client__/services/client)
  2336. DEBUG: Skipping tslint@6.1.1 because it is deprecated (repository=__COMPANY__/__client__/services/client)
  2337. DEBUG: Skipping tslint@6.1.2 because it is deprecated (repository=__COMPANY__/__client__/services/client)
  2338. DEBUG: Package releases lookups complete (repository=__COMPANY__/__client__/services/client)
  2339. "baseBranch": "master"
  2340. DEBUG: packageFiles with updates (repository=__COMPANY__/__client__/services/client)
  2341. "config": {
  2342. "dockerfile": [
  2343. {
  2344. "packageFile": "Dockerfile",
  2345. "manager": "dockerfile",
  2346. "deps": [
  2347. {
  2348. "depName": "segment/chamber",
  2349. "currentValue": "2",
  2350. "replaceString": "segment/chamber:2",
  2351. "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
  2352. "datasource": "docker",
  2353. "depType": "stage",
  2354. "depIndex": 0,
  2355. "updates": [],
  2356. "warnings": [],
  2357. "sourceUrl": null,
  2358. "dockerRegistry": "https://index.docker.io",
  2359. "dockerRepository": "segment/chamber"
  2360. },
  2361. {
  2362. "depName": "node",
  2363. "currentValue": "12.16.3-alpine",
  2364. "replaceString": "node:12.16.3-alpine",
  2365. "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
  2366. "datasource": "docker",
  2367. "commitMessageTopic": "Node.js",
  2368. "depType": "final",
  2369. "depIndex": 1,
  2370. "updates": [
  2371. {
  2372. "fromVersion": "12.16.3",
  2373. "toVersion": "12.17.0",
  2374. "newValue": "12.17.0-alpine",
  2375. "newMajor": 12,
  2376. "newMinor": 17,
  2377. "updateType": "minor",
  2378. "isSingleVersion": true,
  2379. "newVersion": "12.17.0"
  2380. },
  2381. {
  2382. "fromVersion": "12.16.3",
  2383. "toVersion": "14.3.0",
  2384. "newValue": "14.3.0-alpine",
  2385. "newMajor": 14,
  2386. "newMinor": 3,
  2387. "updateType": "major",
  2388. "isSingleVersion": true,
  2389. "newVersion": "14.3.0"
  2390. }
  2391. ],
  2392. "warnings": [],
  2393. "sourceUrl": "https://github.com/nodejs/node",
  2394. "dockerRegistry": "https://index.docker.io",
  2395. "dockerRepository": "library/node"
  2396. }
  2397. ]
  2398. }
  2399. ],
  2400. "gitlabci": [
  2401. {
  2402. "packageFile": ".gitlab-ci.yml",
  2403. "manager": "gitlabci",
  2404. "deps": [
  2405. {
  2406. "skipReason": "contains-variable",
  2407. "replaceString": "$IMAGE_TAG/builder",
  2408. "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
  2409. "datasource": "docker",
  2410. "depType": "image",
  2411. "depIndex": 0,
  2412. "updates": []
  2413. },
  2414. {
  2415. "skipReason": "contains-variable",
  2416. "replaceString": "$IMAGE_TAG/builder",
  2417. "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
  2418. "datasource": "docker",
  2419. "depType": "image",
  2420. "depIndex": 1,
  2421. "updates": []
  2422. }
  2423. ]
  2424. }
  2425. ],
  2426. "npm": [
  2427. {
  2428. "packageFile": "package.json",
  2429. "deps": [
  2430. {
  2431. "depType": "dependencies",
  2432. "depName": "@angular/animations",
  2433. "currentValue": "9.1.9",
  2434. "datasource": "npm",
  2435. "prettyDepType": "dependency",
  2436. "lockedVersion": "9.1.9",
  2437. "depIndex": 0,
  2438. "updates": [],
  2439. "warnings": [],
  2440. "sourceUrl": "https://github.com/angular/angular",
  2441. "sourceDirectory": "packages/animations"
  2442. },
  2443. {
  2444. "depType": "dependencies",
  2445. "depName": "@angular/cdk",
  2446. "currentValue": "9.2.4",
  2447. "datasource": "npm",
  2448. "prettyDepType": "dependency",
  2449. "lockedVersion": "9.2.4",
  2450. "depIndex": 1,
  2451. "updates": [],
  2452. "warnings": [],
  2453. "sourceUrl": "https://github.com/angular/components"
  2454. },
  2455. {
  2456. "depType": "dependencies",
  2457. "depName": "@angular/common",
  2458. "currentValue": "9.1.9",
  2459. "datasource": "npm",
  2460. "prettyDepType": "dependency",
  2461. "lockedVersion": "9.1.9",
  2462. "depIndex": 2,
  2463. "updates": [],
  2464. "warnings": [],
  2465. "sourceUrl": "https://github.com/angular/angular",
  2466. "sourceDirectory": "packages/common"
  2467. },
  2468. {
  2469. "depType": "dependencies",
  2470. "depName": "@angular/compiler",
  2471. "currentValue": "9.1.9",
  2472. "datasource": "npm",
  2473. "prettyDepType": "dependency",
  2474. "lockedVersion": "9.1.9",
  2475. "depIndex": 3,
  2476. "updates": [],
  2477. "warnings": [],
  2478. "sourceUrl": "https://github.com/angular/angular",
  2479. "sourceDirectory": "packages/compiler"
  2480. },
  2481. {
  2482. "depType": "dependencies",
  2483. "depName": "@angular/core",
  2484. "currentValue": "9.1.9",
  2485. "datasource": "npm",
  2486. "prettyDepType": "dependency",
  2487. "lockedVersion": "9.1.9",
  2488. "depIndex": 4,
  2489. "updates": [],
  2490. "warnings": [],
  2491. "sourceUrl": "https://github.com/angular/angular",
  2492. "sourceDirectory": "packages/core"
  2493. },
  2494. {
  2495. "depType": "dependencies",
  2496. "depName": "@angular/flex-layout",
  2497. "currentValue": "9.0.0-beta.31",
  2498. "datasource": "npm",
  2499. "prettyDepType": "dependency",
  2500. "lockedVersion": "9.0.0-beta.31",
  2501. "depIndex": 5,
  2502. "updates": [],
  2503. "warnings": [],
  2504. "sourceUrl": "https://github.com/angular/flex-layout"
  2505. },
  2506. {
  2507. "depType": "dependencies",
  2508. "depName": "@angular/forms",
  2509. "currentValue": "9.1.9",
  2510. "datasource": "npm",
  2511. "prettyDepType": "dependency",
  2512. "lockedVersion": "9.1.9",
  2513. "depIndex": 6,
  2514. "updates": [],
  2515. "warnings": [],
  2516. "sourceUrl": "https://github.com/angular/angular",
  2517. "sourceDirectory": "packages/forms"
  2518. },
  2519. {
  2520. "depType": "dependencies",
  2521. "depName": "@angular/localize",
  2522. "currentValue": "9.1.9",
  2523. "datasource": "npm",
  2524. "prettyDepType": "dependency",
  2525. "lockedVersion": "9.1.9",
  2526. "depIndex": 7,
  2527. "updates": [],
  2528. "warnings": [],
  2529. "sourceUrl": "https://github.com/angular/angular"
  2530. },
  2531. {
  2532. "depType": "dependencies",
  2533. "depName": "@angular/material",
  2534. "currentValue": "9.2.4",
  2535. "datasource": "npm",
  2536. "prettyDepType": "dependency",
  2537. "lockedVersion": "9.2.4",
  2538. "depIndex": 8,
  2539. "updates": [],
  2540. "warnings": [],
  2541. "sourceUrl": "https://github.com/angular/components"
  2542. },
  2543. {
  2544. "depType": "dependencies",
  2545. "depName": "@angular/platform-browser",
  2546. "currentValue": "9.1.9",
  2547. "datasource": "npm",
  2548. "prettyDepType": "dependency",
  2549. "lockedVersion": "9.1.9",
  2550. "depIndex": 9,
  2551. "updates": [],
  2552. "warnings": [],
  2553. "sourceUrl": "https://github.com/angular/angular",
  2554. "sourceDirectory": "packages/platform-browser"
  2555. },
  2556. {
  2557. "depType": "dependencies",
  2558. "depName": "@angular/platform-browser-dynamic",
  2559. "currentValue": "9.1.9",
  2560. "datasource": "npm",
  2561. "prettyDepType": "dependency",
  2562. "lockedVersion": "9.1.9",
  2563. "depIndex": 10,
  2564. "updates": [],
  2565. "warnings": [],
  2566. "sourceUrl": "https://github.com/angular/angular",
  2567. "sourceDirectory": "packages/platform-browser-dynamic"
  2568. },
  2569. {
  2570. "depType": "dependencies",
  2571. "depName": "@angular/router",
  2572. "currentValue": "9.1.9",
  2573. "datasource": "npm",
  2574. "prettyDepType": "dependency",
  2575. "lockedVersion": "9.1.9",
  2576. "depIndex": 11,
  2577. "updates": [],
  2578. "warnings": [],
  2579. "sourceUrl": "https://github.com/angular/angular",
  2580. "sourceDirectory": "packages/router"
  2581. },
  2582. {
  2583. "depType": "dependencies",
  2584. "depName": "@ngrx/effects",
  2585. "currentValue": "9.1.2",
  2586. "datasource": "npm",
  2587. "prettyDepType": "dependency",
  2588. "lockedVersion": "9.1.2",
  2589. "depIndex": 12,
  2590. "updates": [],
  2591. "warnings": [],
  2592. "sourceUrl": "https://github.com/ngrx/platform"
  2593. },
  2594. {
  2595. "depType": "dependencies",
  2596. "depName": "@ngrx/router-store",
  2597. "currentValue": "9.1.2",
  2598. "datasource": "npm",
  2599. "prettyDepType": "dependency",
  2600. "lockedVersion": "9.1.2",
  2601. "depIndex": 13,
  2602. "updates": [],
  2603. "warnings": [],
  2604. "sourceUrl": "https://github.com/ngrx/platform"
  2605. },
  2606. {
  2607. "depType": "dependencies",
  2608. "depName": "@ngrx/store",
  2609. "currentValue": "9.1.2",
  2610. "datasource": "npm",
  2611. "prettyDepType": "dependency",
  2612. "lockedVersion": "9.1.2",
  2613. "depIndex": 14,
  2614. "updates": [],
  2615. "warnings": [],
  2616. "sourceUrl": "https://github.com/ngrx/platform"
  2617. },
  2618. {
  2619. "depType": "dependencies",
  2620. "depName": "angular-animations",
  2621. "currentValue": "0.0.10",
  2622. "datasource": "npm",
  2623. "prettyDepType": "dependency",
  2624. "lockedVersion": "0.0.10",
  2625. "depIndex": 15,
  2626. "updates": [],
  2627. "warnings": [],
  2628. "sourceUrl": "https://github.com/filipows/angular-animations"
  2629. },
  2630. {
  2631. "depType": "dependencies",
  2632. "depName": "angular2-text-mask",
  2633. "currentValue": "9.0.0",
  2634. "datasource": "npm",
  2635. "prettyDepType": "dependency",
  2636. "lockedVersion": "9.0.0",
  2637. "depIndex": 16,
  2638. "updates": [],
  2639. "warnings": [],
  2640. "sourceUrl": "https://github.com/text-mask/text-mask"
  2641. },
  2642. {
  2643. "depType": "dependencies",
  2644. "depName": "apollo-angular",
  2645. "currentValue": "1.9.1",
  2646. "datasource": "npm",
  2647. "prettyDepType": "dependency",
  2648. "lockedVersion": "1.9.1",
  2649. "depIndex": 17,
  2650. "updates": [],
  2651. "warnings": [],
  2652. "sourceUrl": "https://github.com/kamilkisiela/apollo-angular",
  2653. "sourceDirectory": "packages/apollo-angular",
  2654. "homepage": "https://www.apollographql.com/docs/angular/"
  2655. },
  2656. {
  2657. "depType": "dependencies",
  2658. "depName": "apollo-angular-link-http",
  2659. "currentValue": "1.10.0",
  2660. "datasource": "npm",
  2661. "prettyDepType": "dependency",
  2662. "lockedVersion": "1.10.0",
  2663. "depIndex": 18,
  2664. "updates": [],
  2665. "warnings": [],
  2666. "sourceUrl": "https://github.com/apollographql/apollo-angular"
  2667. },
  2668. {
  2669. "depType": "dependencies",
  2670. "depName": "apollo-cache",
  2671. "currentValue": "1.3.5",
  2672. "datasource": "npm",
  2673. "prettyDepType": "dependency",
  2674. "lockedVersion": "1.3.5",
  2675. "depIndex": 19,
  2676. "updates": [],
  2677. "warnings": [],
  2678. "sourceUrl": "https://github.com/apollographql/apollo-client"
  2679. },
  2680. {
  2681. "depType": "dependencies",
  2682. "depName": "apollo-cache-inmemory",
  2683. "currentValue": "1.6.6",
  2684. "datasource": "npm",
  2685. "prettyDepType": "dependency",
  2686. "lockedVersion": "1.6.6",
  2687. "depIndex": 20,
  2688. "updates": [],
  2689. "warnings": [],
  2690. "sourceUrl": "https://github.com/apollographql/apollo-client"
  2691. },
  2692. {
  2693. "depType": "dependencies",
  2694. "depName": "apollo-client",
  2695. "currentValue": "2.6.10",
  2696. "datasource": "npm",
  2697. "prettyDepType": "dependency",
  2698. "lockedVersion": "2.6.10",
  2699. "depIndex": 21,
  2700. "updates": [],
  2701. "warnings": [],
  2702. "sourceUrl": "https://github.com/apollographql/apollo-client"
  2703. },
  2704. {
  2705. "depType": "dependencies",
  2706. "depName": "apollo-link",
  2707. "currentValue": "1.2.14",
  2708. "datasource": "npm",
  2709. "prettyDepType": "dependency",
  2710. "lockedVersion": "1.2.14",
  2711. "depIndex": 22,
  2712. "updates": [],
  2713. "warnings": [],
  2714. "sourceUrl": "https://github.com/apollographql/apollo-link"
  2715. },
  2716. {
  2717. "depType": "dependencies",
  2718. "depName": "apollo-link-error",
  2719. "currentValue": "1.1.13",
  2720. "datasource": "npm",
  2721. "prettyDepType": "dependency",
  2722. "lockedVersion": "1.1.13",
  2723. "depIndex": 23,
  2724. "updates": [],
  2725. "warnings": [],
  2726. "sourceUrl": "https://github.com/apollographql/apollo-link"
  2727. },
  2728. {
  2729. "depType": "dependencies",
  2730. "depName": "apollo-link-http",
  2731. "currentValue": "1.5.17",
  2732. "datasource": "npm",
  2733. "prettyDepType": "dependency",
  2734. "lockedVersion": "1.5.17",
  2735. "depIndex": 24,
  2736. "updates": [],
  2737. "warnings": [],
  2738. "sourceUrl": "https://github.com/apollographql/apollo-link"
  2739. },
  2740. {
  2741. "depType": "dependencies",
  2742. "depName": "apollo-link-schema",
  2743. "currentValue": "1.2.5",
  2744. "datasource": "npm",
  2745. "prettyDepType": "dependency",
  2746. "lockedVersion": "1.2.5",
  2747. "depIndex": 25,
  2748. "updates": [],
  2749. "warnings": [],
  2750. "sourceUrl": "https://github.com/apollographql/apollo-link"
  2751. },
  2752. {
  2753. "depType": "dependencies",
  2754. "depName": "apollo-link-state",
  2755. "currentValue": "0.4.2",
  2756. "datasource": "npm",
  2757. "prettyDepType": "dependency",
  2758. "lockedVersion": "0.4.2",
  2759. "depIndex": 26,
  2760. "updates": [],
  2761. "warnings": [],
  2762. "sourceUrl": "https://github.com/apollographql/apollo-link-state"
  2763. },
  2764. {
  2765. "depType": "dependencies",
  2766. "depName": "apollo-upload-client",
  2767. "currentValue": "13.0.0",
  2768. "datasource": "npm",
  2769. "prettyDepType": "dependency",
  2770. "lockedVersion": "13.0.0",
  2771. "depIndex": 27,
  2772. "updates": [],
  2773. "warnings": [],
  2774. "sourceUrl": "https://github.com/jaydenseric/apollo-upload-client"
  2775. },
  2776. {
  2777. "depType": "dependencies",
  2778. "depName": "core-js",
  2779. "currentValue": "3.6.5",
  2780. "datasource": "npm",
  2781. "prettyDepType": "dependency",
  2782. "lockedVersion": "3.6.5",
  2783. "depIndex": 28,
  2784. "updates": [],
  2785. "warnings": [],
  2786. "sourceUrl": "https://github.com/zloirock/core-js"
  2787. },
  2788. {
  2789. "depType": "dependencies",
  2790. "depName": "countries-list",
  2791. "currentValue": "2.5.4",
  2792. "datasource": "npm",
  2793. "prettyDepType": "dependency",
  2794. "lockedVersion": "2.5.4",
  2795. "depIndex": 29,
  2796. "updates": [],
  2797. "warnings": [],
  2798. "sourceUrl": "https://github.com/annexare/Countries",
  2799. "homepage": "http://annexare.github.io/Countries/"
  2800. },
  2801. {
  2802. "depType": "dependencies",
  2803. "depName": "date-fns",
  2804. "currentValue": "2.14.0",
  2805. "datasource": "npm",
  2806. "prettyDepType": "dependency",
  2807. "lockedVersion": "2.14.0",
  2808. "depIndex": 30,
  2809. "updates": [],
  2810. "warnings": [],
  2811. "sourceUrl": "https://github.com/date-fns/date-fns"
  2812. },
  2813. {
  2814. "depType": "dependencies",
  2815. "depName": "graphql",
  2816. "currentValue": "15.0.0",
  2817. "datasource": "npm",
  2818. "prettyDepType": "dependency",
  2819. "lockedVersion": "15.0.0",
  2820. "depIndex": 31,
  2821. "updates": [],
  2822. "warnings": [],
  2823. "sourceUrl": "https://github.com/graphql/graphql-js"
  2824. },
  2825. {
  2826. "depType": "dependencies",
  2827. "depName": "graphql-tag",
  2828. "currentValue": "2.10.3",
  2829. "datasource": "npm",
  2830. "prettyDepType": "dependency",
  2831. "lockedVersion": "2.10.3",
  2832. "depIndex": 32,
  2833. "updates": [],
  2834. "warnings": [],
  2835. "sourceUrl": "https://github.com/apollographql/graphql-tag"
  2836. },
  2837. {
  2838. "depType": "dependencies",
  2839. "depName": "graphql-tools",
  2840. "currentValue": "5.0.0",
  2841. "datasource": "npm",
  2842. "prettyDepType": "dependency",
  2843. "lockedVersion": "5.0.0",
  2844. "depIndex": 33,
  2845. "updates": [
  2846. {
  2847. "fromVersion": "5.0.0",
  2848. "toVersion": "6.0.1",
  2849. "newValue": "6.0.1",
  2850. "newMajor": 6,
  2851. "newMinor": 0,
  2852. "updateType": "major",
  2853. "isSingleVersion": true,
  2854. "releaseTimestamp": "2020-05-25T13:45:55.593Z",
  2855. "canBeUnpublished": false
  2856. }
  2857. ],
  2858. "warnings": [],
  2859. "sourceUrl": "https://github.com/ardatan/graphql-tools"
  2860. },
  2861. {
  2862. "depType": "dependencies",
  2863. "depName": "hammerjs",
  2864. "currentValue": "2.0.8",
  2865. "datasource": "npm",
  2866. "prettyDepType": "dependency",
  2867. "lockedVersion": "2.0.8",
  2868. "depIndex": 34,
  2869. "updates": [],
  2870. "warnings": [],
  2871. "sourceUrl": "https://github.com/hammerjs/hammer.js",
  2872. "homepage": "http://hammerjs.github.io/"
  2873. },
  2874. {
  2875. "depType": "dependencies",
  2876. "depName": "libphonenumber-js",
  2877. "currentValue": "1.7.52",
  2878. "datasource": "npm",
  2879. "prettyDepType": "dependency",
  2880. "lockedVersion": "1.7.52",
  2881. "depIndex": 35,
  2882. "updates": [],
  2883. "warnings": [],
  2884. "sourceUrl": null,
  2885. "homepage": "https://gitlab.com/catamphetamine/libphonenumber-js#readme"
  2886. },
  2887. {
  2888. "depType": "dependencies",
  2889. "depName": "lodash",
  2890. "currentValue": "4.17.15",
  2891. "datasource": "npm",
  2892. "prettyDepType": "dependency",
  2893. "lockedVersion": "4.17.15",
  2894. "depIndex": 36,
  2895. "updates": [],
  2896. "warnings": [],
  2897. "sourceUrl": "https://github.com/lodash/lodash",
  2898. "homepage": "https://lodash.com/"
  2899. },
  2900. {
  2901. "depType": "dependencies",
  2902. "depName": "ng-intercom",
  2903. "currentValue": "8.0.2",
  2904. "datasource": "npm",
  2905. "prettyDepType": "dependency",
  2906. "lockedVersion": "8.0.2",
  2907. "depIndex": 37,
  2908. "updates": [],
  2909. "warnings": [],
  2910. "sourceUrl": "https://github.com/CaliStyle/ng-intercom"
  2911. },
  2912. {
  2913. "depType": "dependencies",
  2914. "depName": "ng2-dragula",
  2915. "currentValue": "2.1.1",
  2916. "datasource": "npm",
  2917. "prettyDepType": "dependency",
  2918. "lockedVersion": "2.1.1",
  2919. "depIndex": 38,
  2920. "updates": [],
  2921. "warnings": [],
  2922. "sourceUrl": "https://github.com/valor-software/ng2-dragula"
  2923. },
  2924. {
  2925. "depType": "dependencies",
  2926. "depName": "ngx-clipboard",
  2927. "currentValue": "13.0.1",
  2928. "datasource": "npm",
  2929. "prettyDepType": "dependency",
  2930. "lockedVersion": "13.0.1",
  2931. "depIndex": 39,
  2932. "updates": [],
  2933. "warnings": [],
  2934. "sourceUrl": "https://github.com/maxisam/ngx-clipboard"
  2935. },
  2936. {
  2937. "depType": "dependencies",
  2938. "depName": "promise-polyfill",
  2939. "currentValue": "8.1.3",
  2940. "datasource": "npm",
  2941. "prettyDepType": "dependency",
  2942. "lockedVersion": "8.1.3",
  2943. "depIndex": 40,
  2944. "updates": [],
  2945. "warnings": [],
  2946. "sourceUrl": "https://github.com/taylorhakes/promise-polyfill"
  2947. },
  2948. {
  2949. "depType": "dependencies",
  2950. "depName": "resize-observer-polyfill",
  2951. "currentValue": "1.5.1",
  2952. "datasource": "npm",
  2953. "prettyDepType": "dependency",
  2954. "lockedVersion": "1.5.1",
  2955. "depIndex": 41,
  2956. "updates": [],
  2957. "warnings": [],
  2958. "sourceUrl": "https://github.com/que-etc/resize-observer-polyfill"
  2959. },
  2960. {
  2961. "depType": "dependencies",
  2962. "depName": "rrule",
  2963. "currentValue": "2.6.4",
  2964. "datasource": "npm",
  2965. "prettyDepType": "dependency",
  2966. "lockedVersion": "2.6.4",
  2967. "depIndex": 42,
  2968. "updates": [],
  2969. "warnings": [],
  2970. "sourceUrl": "https://github.com/jakubroztocil/rrule",
  2971. "homepage": "http://jakubroztocil.github.io/rrule/"
  2972. },
  2973. {
  2974. "depType": "dependencies",
  2975. "depName": "rxjs",
  2976. "currentValue": "6.5.5",
  2977. "datasource": "npm",
  2978. "prettyDepType": "dependency",
  2979. "lockedVersion": "6.5.5",
  2980. "depIndex": 43,
  2981. "updates": [],
  2982. "warnings": [],
  2983. "sourceUrl": "https://github.com/reactivex/rxjs"
  2984. },
  2985. {
  2986. "depType": "dependencies",
  2987. "depName": "sanitize-filename",
  2988. "currentValue": "1.6.3",
  2989. "datasource": "npm",
  2990. "prettyDepType": "dependency",
  2991. "lockedVersion": "1.6.3",
  2992. "depIndex": 44,
  2993. "updates": [],
  2994. "warnings": [],
  2995. "sourceUrl": "https://github.com/parshap/node-sanitize-filename"
  2996. },
  2997. {
  2998. "depType": "dependencies",
  2999. "depName": "symbol-observable",
  3000. "currentValue": "1.2.0",
  3001. "datasource": "npm",
  3002. "prettyDepType": "dependency",
  3003. "lockedVersion": "1.2.0",
  3004. "depIndex": 45,
  3005. "updates": [],
  3006. "warnings": [],
  3007. "sourceUrl": "https://github.com/blesh/symbol-observable"
  3008. },
  3009. {
  3010. "depType": "dependencies",
  3011. "depName": "tslib",
  3012. "currentValue": "1.13.0",
  3013. "datasource": "npm",
  3014. "prettyDepType": "dependency",
  3015. "lockedVersion": "1.13.0",
  3016. "depIndex": 46,
  3017. "updates": [
  3018. {
  3019. "fromVersion": "1.13.0",
  3020. "toVersion": "2.0.0",
  3021. "newValue": "2.0.0",
  3022. "newMajor": 2,
  3023. "newMinor": 0,
  3024. "updateType": "major",
  3025. "isSingleVersion": true,
  3026. "releaseTimestamp": "2020-05-13T23:08:45.637Z",
  3027. "canBeUnpublished": false
  3028. }
  3029. ],
  3030. "warnings": [],
  3031. "sourceUrl": "https://github.com/Microsoft/tslib",
  3032. "homepage": "https://www.typescriptlang.org/"
  3033. },
  3034. {
  3035. "depType": "dependencies",
  3036. "depName": "web-animations-js",
  3037. "currentValue": "2.3.2",
  3038. "datasource": "npm",
  3039. "prettyDepType": "dependency",
  3040. "lockedVersion": "2.3.2",
  3041. "depIndex": 47,
  3042. "updates": [],
  3043. "warnings": [],
  3044. "sourceUrl": "https://github.com/web-animations/web-animations-js"
  3045. },
  3046. {
  3047. "depType": "dependencies",
  3048. "depName": "zone.js",
  3049. "currentValue": "0.10.3",
  3050. "datasource": "npm",
  3051. "prettyDepType": "dependency",
  3052. "lockedVersion": "0.10.3",
  3053. "depIndex": 48,
  3054. "updates": [],
  3055. "warnings": [],
  3056. "sourceUrl": "https://github.com/angular/angular",
  3057. "sourceDirectory": "packages/zone.js"
  3058. },
  3059. {
  3060. "depType": "devDependencies",
  3061. "depName": "@angular-builders/custom-webpack",
  3062. "currentValue": "9.1.0",
  3063. "datasource": "npm",
  3064. "prettyDepType": "devDependency",
  3065. "lockedVersion": "9.1.0",
  3066. "depIndex": 49,
  3067. "updates": [],
  3068. "warnings": [],
  3069. "sourceUrl": "https://github.com/just-jeb/angular-builders"
  3070. },
  3071. {
  3072. "depType": "devDependencies",
  3073. "depName": "@angular-devkit/build-angular",
  3074. "currentValue": "0.901.7",
  3075. "datasource": "npm",
  3076. "prettyDepType": "devDependency",
  3077. "lockedVersion": "0.901.7",
  3078. "depIndex": 50,
  3079. "updates": [],
  3080. "warnings": [],
  3081. "sourceUrl": "https://github.com/angular/angular-cli"
  3082. },
  3083. {
  3084. "depType": "devDependencies",
  3085. "depName": "@angular/cli",
  3086. "currentValue": "9.1.7",
  3087. "datasource": "npm",
  3088. "prettyDepType": "devDependency",
  3089. "lockedVersion": "9.1.7",
  3090. "depIndex": 51,
  3091. "updates": [],
  3092. "warnings": [],
  3093. "sourceUrl": "https://github.com/angular/angular-cli"
  3094. },
  3095. {
  3096. "depType": "devDependencies",
  3097. "depName": "@angular/compiler-cli",
  3098. "currentValue": "9.1.9",
  3099. "datasource": "npm",
  3100. "prettyDepType": "devDependency",
  3101. "lockedVersion": "9.1.9",
  3102. "depIndex": 52,
  3103. "updates": [],
  3104. "warnings": [],
  3105. "sourceUrl": "https://github.com/angular/angular",
  3106. "sourceDirectory": "packages/compiler-cli"
  3107. },
  3108. {
  3109. "depType": "devDependencies",
  3110. "depName": "@angular/language-service",
  3111. "currentValue": "9.1.9",
  3112. "datasource": "npm",
  3113. "prettyDepType": "devDependency",
  3114. "lockedVersion": "9.1.9",
  3115. "depIndex": 53,
  3116. "updates": [],
  3117. "warnings": [],
  3118. "sourceUrl": "https://github.com/angular/angular",
  3119. "sourceDirectory": "packages/language-service"
  3120. },
  3121. {
  3122. "depType": "devDependencies",
  3123. "depName": "@babel/core",
  3124. "currentValue": "7.9.6",
  3125. "datasource": "npm",
  3126. "prettyDepType": "devDependency",
  3127. "lockedVersion": "7.9.6",
  3128. "depIndex": 54,
  3129. "updates": [
  3130. {
  3131. "fromVersion": "7.9.6",
  3132. "toVersion": "7.10.0",
  3133. "newValue": "7.10.0",
  3134. "newMajor": 7,
  3135. "newMinor": 10,
  3136. "updateType": "minor",
  3137. "isSingleVersion": true,
  3138. "releaseTimestamp": "2020-05-26T21:43:51.772Z",
  3139. "canBeUnpublished": true
  3140. }
  3141. ],
  3142. "warnings": [],
  3143. "sourceUrl": "https://github.com/babel/babel",
  3144. "homepage": "https://babeljs.io/"
  3145. },
  3146. {
  3147. "depType": "devDependencies",
  3148. "depName": "@graphql-codegen/cli",
  3149. "currentValue": "1.14.0",
  3150. "datasource": "npm",
  3151. "prettyDepType": "devDependency",
  3152. "lockedVersion": "1.14.0",
  3153. "depIndex": 55,
  3154. "updates": [
  3155. {
  3156. "fromVersion": "1.14.0",
  3157. "toVersion": "1.15.0",
  3158. "newValue": "1.15.0",
  3159. "newMajor": 1,
  3160. "newMinor": 15,
  3161. "updateType": "minor",
  3162. "isSingleVersion": true,
  3163. "releaseTimestamp": "2020-05-26T15:32:44.273Z",
  3164. "canBeUnpublished": true
  3165. }
  3166. ],
  3167. "warnings": [],
  3168. "sourceUrl": "https://github.com/dotansimha/graphql-code-generator",
  3169. "sourceDirectory": "packages/graphql-codegen-cli"
  3170. },
  3171. {
  3172. "depType": "devDependencies",
  3173. "depName": "@graphql-codegen/typescript",
  3174. "currentValue": "1.14.0",
  3175. "datasource": "npm",
  3176. "prettyDepType": "devDependency",
  3177. "lockedVersion": "1.14.0",
  3178. "depIndex": 56,
  3179. "updates": [
  3180. {
  3181. "fromVersion": "1.14.0",
  3182. "toVersion": "1.15.0",
  3183. "newValue": "1.15.0",
  3184. "newMajor": 1,
  3185. "newMinor": 15,
  3186. "updateType": "minor",
  3187. "isSingleVersion": true,
  3188. "releaseTimestamp": "2020-05-26T15:33:37.909Z",
  3189. "canBeUnpublished": true
  3190. }
  3191. ],
  3192. "warnings": [],
  3193. "sourceUrl": "https://github.com/dotansimha/graphql-code-generator",
  3194. "sourceDirectory": "packages/plugins/typescript/typescript"
  3195. },
  3196. {
  3197. "depType": "devDependencies",
  3198. "depName": "@graphql-codegen/typescript-apollo-angular",
  3199. "currentValue": "1.14.0",
  3200. "datasource": "npm",
  3201. "prettyDepType": "devDependency",
  3202. "lockedVersion": "1.14.0",
  3203. "depIndex": 57,
  3204. "updates": [
  3205. {
  3206. "fromVersion": "1.14.0",
  3207. "toVersion": "1.15.0",
  3208. "newValue": "1.15.0",
  3209. "newMajor": 1,
  3210. "newMinor": 15,
  3211. "updateType": "minor",
  3212. "isSingleVersion": true,
  3213. "releaseTimestamp": "2020-05-26T15:33:04.145Z",
  3214. "canBeUnpublished": true
  3215. }
  3216. ],
  3217. "warnings": [],
  3218. "sourceUrl": "https://github.com/dotansimha/graphql-code-generator",
  3219. "sourceDirectory": "packages/plugins/typescript/apollo-angular"
  3220. },
  3221. {
  3222. "depType": "devDependencies",
  3223. "depName": "@graphql-codegen/typescript-operations",
  3224. "currentValue": "1.14.0",
  3225. "datasource": "npm",
  3226. "prettyDepType": "devDependency",
  3227. "lockedVersion": "1.14.0",
  3228. "depIndex": 58,
  3229. "updates": [
  3230. {
  3231. "fromVersion": "1.14.0",
  3232. "toVersion": "1.15.0",
  3233. "newValue": "1.15.0",
  3234. "newMajor": 1,
  3235. "newMinor": 15,
  3236. "updateType": "minor",
  3237. "isSingleVersion": true,
  3238. "releaseTimestamp": "2020-05-26T15:34:36.070Z",
  3239. "canBeUnpublished": true
  3240. }
  3241. ],
  3242. "warnings": [],
  3243. "sourceUrl": "https://github.com/dotansimha/graphql-code-generator",
  3244. "sourceDirectory": "packages/plugins/typescript/operations"
  3245. },
  3246. {
  3247. "depType": "devDependencies",
  3248. "depName": "@graphql-codegen/typescript-resolvers",
  3249. "currentValue": "1.14.0",
  3250. "datasource": "npm",
  3251. "prettyDepType": "devDependency",
  3252. "lockedVersion": "1.14.0",
  3253. "depIndex": 59,
  3254. "updates": [
  3255. {
  3256. "fromVersion": "1.14.0",
  3257. "toVersion": "1.15.0",
  3258. "newValue": "1.15.0",
  3259. "newMajor": 1,
  3260. "newMinor": 15,
  3261. "updateType": "minor",
  3262. "isSingleVersion": true,
  3263. "releaseTimestamp": "2020-05-26T15:34:37.597Z",
  3264. "canBeUnpublished": true
  3265. }
  3266. ],
  3267. "warnings": [],
  3268. "sourceUrl": "https://github.com/dotansimha/graphql-code-generator",
  3269. "sourceDirectory": "packages/plugins/typescript/resolvers"
  3270. },
  3271. {
  3272. "depType": "devDependencies",
  3273. "depName": "@ngrx/store-devtools",
  3274. "currentValue": "9.1.2",
  3275. "datasource": "npm",
  3276. "prettyDepType": "devDependency",
  3277. "lockedVersion": "9.1.2",
  3278. "depIndex": 60,
  3279. "updates": [],
  3280. "warnings": [],
  3281. "sourceUrl": "https://github.com/ngrx/platform"
  3282. },
  3283. {
  3284. "depType": "devDependencies",
  3285. "depName": "@types/googlemaps",
  3286. "currentValue": "3.39.6",
  3287. "datasource": "npm",
  3288. "prettyDepType": "devDependency",
  3289. "lockedVersion": "3.39.6",
  3290. "depIndex": 61,
  3291. "updates": [],
  3292. "warnings": [],
  3293. "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
  3294. "sourceDirectory": "types/googlemaps"
  3295. },
  3296. {
  3297. "depType": "devDependencies",
  3298. "depName": "@commitlint/cli",
  3299. "currentValue": "8.3.5",
  3300. "datasource": "npm",
  3301. "prettyDepType": "devDependency",
  3302. "lockedVersion": "8.3.5",
  3303. "depIndex": 62,
  3304. "updates": [],
  3305. "warnings": [],
  3306. "sourceUrl": "https://github.com/conventional-changelog/commitlint"
  3307. },
  3308. {
  3309. "depType": "devDependencies",
  3310. "depName": "@commitlint/config-angular",
  3311. "currentValue": "8.3.4",
  3312. "datasource": "npm",
  3313. "prettyDepType": "devDependency",
  3314. "lockedVersion": "8.3.4",
  3315. "depIndex": 63,
  3316. "updates": [],
  3317. "warnings": [],
  3318. "sourceUrl": "https://github.com/conventional-changelog/commitlint"
  3319. },
  3320. {
  3321. "depType": "devDependencies",
  3322. "depName": "@types/graphql",
  3323. "currentValue": "14.2.3",
  3324. "datasource": "npm",
  3325. "prettyDepType": "devDependency",
  3326. "lockedVersion": "14.2.3",
  3327. "depIndex": 64,
  3328. "updates": [],
  3329. "warnings": [],
  3330. "deprecationMessage": "On registry `https://registry.npmjs.org/`, the \"latest\" version (v14.5.0) of dependency `@types/graphql` has the following deprecation notice:\n\n`This is a stub types definition. graphql provides its own type definitions, so you do not need this installed.`\n\nMarking the latest version of an npm package as deprecated results in the entire package being considered deprecated, so contact the package author you think this is a mistake.",
  3331. "sourceUrl": "https://github.com/graphql/graphql-js"
  3332. },
  3333. {
  3334. "depType": "devDependencies",
  3335. "depName": "@types/jest",
  3336. "currentValue": "25.2.3",
  3337. "datasource": "npm",
  3338. "prettyDepType": "devDependency",
  3339. "lockedVersion": "25.2.3",
  3340. "depIndex": 65,
  3341. "updates": [],
  3342. "warnings": [],
  3343. "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
  3344. "sourceDirectory": "types/jest"
  3345. },
  3346. {
  3347. "depType": "devDependencies",
  3348. "depName": "@types/lodash",
  3349. "currentValue": "4.14.152",
  3350. "datasource": "npm",
  3351. "prettyDepType": "devDependency",
  3352. "lockedVersion": "4.14.152",
  3353. "depIndex": 66,
  3354. "updates": [
  3355. {
  3356. "fromVersion": "4.14.152",
  3357. "toVersion": "4.14.153",
  3358. "newValue": "4.14.153",
  3359. "newMajor": 4,
  3360. "newMinor": 14,
  3361. "updateType": "minor",
  3362. "isSingleVersion": true,
  3363. "releaseTimestamp": "2020-05-27T00:21:25.982Z",
  3364. "canBeUnpublished": true
  3365. }
  3366. ],
  3367. "warnings": [],
  3368. "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
  3369. "sourceDirectory": "types/lodash"
  3370. },
  3371. {
  3372. "depType": "devDependencies",
  3373. "depName": "@types/node",
  3374. "currentValue": "12.12.42",
  3375. "datasource": "npm",
  3376. "prettyDepType": "devDependency",
  3377. "lockedVersion": "12.12.42",
  3378. "depIndex": 67,
  3379. "updates": [
  3380. {
  3381. "fromVersion": "12.12.42",
  3382. "toVersion": "14.0.5",
  3383. "newValue": "14.0.5",
  3384. "newMajor": 14,
  3385. "newMinor": 0,
  3386. "updateType": "major",
  3387. "isSingleVersion": true,
  3388. "releaseTimestamp": "2020-05-21T20:11:05.820Z",
  3389. "canBeUnpublished": false
  3390. }
  3391. ],
  3392. "warnings": [],
  3393. "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
  3394. "sourceDirectory": "types/node"
  3395. },
  3396. {
  3397. "depType": "devDependencies",
  3398. "depName": "@types/zen-observable",
  3399. "currentValue": "0.8.0",
  3400. "datasource": "npm",
  3401. "prettyDepType": "devDependency",
  3402. "lockedVersion": "0.8.0",
  3403. "depIndex": 68,
  3404. "updates": [],
  3405. "warnings": [],
  3406. "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped"
  3407. },
  3408. {
  3409. "depType": "devDependencies",
  3410. "depName": "babel-loader",
  3411. "currentValue": "8.1.0",
  3412. "datasource": "npm",
  3413. "prettyDepType": "devDependency",
  3414. "lockedVersion": "8.1.0",
  3415. "depIndex": 69,
  3416. "updates": [],
  3417. "warnings": [],
  3418. "sourceUrl": "https://github.com/babel/babel-loader"
  3419. },
  3420. {
  3421. "depType": "devDependencies",
  3422. "depName": "codelyzer",
  3423. "currentValue": "5.2.2",
  3424. "datasource": "npm",
  3425. "prettyDepType": "devDependency",
  3426. "lockedVersion": "5.2.2",
  3427. "depIndex": 70,
  3428. "updates": [],
  3429. "warnings": [],
  3430. "sourceUrl": "https://github.com/mgechev/codelyzer"
  3431. },
  3432. {
  3433. "depType": "devDependencies",
  3434. "depName": "css-loader",
  3435. "currentValue": "3.5.3",
  3436. "datasource": "npm",
  3437. "prettyDepType": "devDependency",
  3438. "lockedVersion": "3.5.3",
  3439. "depIndex": 71,
  3440. "updates": [],
  3441. "warnings": [],
  3442. "sourceUrl": "https://github.com/webpack-contrib/css-loader"
  3443. },
  3444. {
  3445. "depType": "devDependencies",
  3446. "depName": "husky",
  3447. "currentValue": "4.2.5",
  3448. "datasource": "npm",
  3449. "prettyDepType": "devDependency",
  3450. "lockedVersion": "4.2.5",
  3451. "depIndex": 72,
  3452. "updates": [],
  3453. "warnings": [],
  3454. "sourceUrl": "https://github.com/typicode/husky"
  3455. },
  3456. {
  3457. "depType": "devDependencies",
  3458. "depName": "jest",
  3459. "currentValue": "25.5.4",
  3460. "datasource": "npm",
  3461. "prettyDepType": "devDependency",
  3462. "lockedVersion": "25.5.4",
  3463. "depIndex": 73,
  3464. "updates": [
  3465. {
  3466. "fromVersion": "25.5.4",
  3467. "toVersion": "26.0.1",
  3468. "newValue": "26.0.1",
  3469. "newMajor": 26,
  3470. "newMinor": 0,
  3471. "updateType": "major",
  3472. "isSingleVersion": true,
  3473. "releaseTimestamp": "2020-05-05T10:41:51.741Z",
  3474. "canBeUnpublished": false
  3475. }
  3476. ],
  3477. "warnings": [],
  3478. "sourceUrl": "https://github.com/facebook/jest",
  3479. "homepage": "https://jestjs.io/"
  3480. },
  3481. {
  3482. "depType": "devDependencies",
  3483. "depName": "jest-junit",
  3484. "currentValue": "10.0.0",
  3485. "datasource": "npm",
  3486. "prettyDepType": "devDependency",
  3487. "lockedVersion": "10.0.0",
  3488. "depIndex": 74,
  3489. "updates": [],
  3490. "warnings": [],
  3491. "sourceUrl": "https://github.com/jest-community/jest-junit"
  3492. },
  3493. {
  3494. "depType": "devDependencies",
  3495. "depName": "jest-preset-angular",
  3496. "currentValue": "8.2.0",
  3497. "datasource": "npm",
  3498. "prettyDepType": "devDependency",
  3499. "lockedVersion": "8.2.0",
  3500. "depIndex": 75,
  3501. "updates": [],
  3502. "warnings": [],
  3503. "sourceUrl": "https://github.com/thymikee/jest-preset-angular"
  3504. },
  3505. {
  3506. "depType": "devDependencies",
  3507. "depName": "lint-staged",
  3508. "currentValue": "10.2.6",
  3509. "datasource": "npm",
  3510. "prettyDepType": "devDependency",
  3511. "lockedVersion": "10.2.6",
  3512. "depIndex": 76,
  3513. "updates": [],
  3514. "warnings": [],
  3515. "sourceUrl": "https://github.com/okonet/lint-staged"
  3516. },
  3517. {
  3518. "depType": "devDependencies",
  3519. "depName": "ng-mocks",
  3520. "currentValue": "9.4.0",
  3521. "datasource": "npm",
  3522. "prettyDepType": "devDependency",
  3523. "lockedVersion": "9.4.0",
  3524. "depIndex": 77,
  3525. "updates": [],
  3526. "warnings": [],
  3527. "sourceUrl": "https://github.com/ike18t/ng-mocks"
  3528. },
  3529. {
  3530. "depType": "devDependencies",
  3531. "depName": "npm",
  3532. "currentValue": "6.14.5",
  3533. "datasource": "npm",
  3534. "prettyDepType": "devDependency",
  3535. "lockedVersion": "6.14.5",
  3536. "depIndex": 78,
  3537. "updates": [],
  3538. "warnings": [],
  3539. "sourceUrl": "https://github.com/npm/cli",
  3540. "homepage": "https://docs.npmjs.com/"
  3541. },
  3542. {
  3543. "depType": "devDependencies",
  3544. "depName": "npm-check",
  3545. "currentValue": "5.9.2",
  3546. "datasource": "npm",
  3547. "prettyDepType": "devDependency",
  3548. "lockedVersion": "5.9.2",
  3549. "depIndex": 79,
  3550. "updates": [],
  3551. "warnings": [],
  3552. "sourceUrl": "https://github.com/dylang/npm-check"
  3553. },
  3554. {
  3555. "depType": "devDependencies",
  3556. "depName": "prettier",
  3557. "currentValue": "2.0.5",
  3558. "datasource": "npm",
  3559. "prettyDepType": "devDependency",
  3560. "lockedVersion": "2.0.5",
  3561. "depIndex": 80,
  3562. "updates": [],
  3563. "warnings": [],
  3564. "sourceUrl": "https://github.com/prettier/prettier",
  3565. "homepage": "https://prettier.io"
  3566. },
  3567. {
  3568. "depType": "devDependencies",
  3569. "depName": "protractor",
  3570. "currentValue": "7.0.0",
  3571. "datasource": "npm",
  3572. "prettyDepType": "devDependency",
  3573. "lockedVersion": "7.0.0",
  3574. "depIndex": 81,
  3575. "updates": [],
  3576. "warnings": [],
  3577. "sourceUrl": "https://github.com/angular/protractor"
  3578. },
  3579. {
  3580. "depType": "devDependencies",
  3581. "depName": "ts-node",
  3582. "currentValue": "8.10.1",
  3583. "datasource": "npm",
  3584. "prettyDepType": "devDependency",
  3585. "lockedVersion": "8.10.1",
  3586. "depIndex": 82,
  3587. "updates": [],
  3588. "warnings": [],
  3589. "sourceUrl": "https://github.com/TypeStrong/ts-node"
  3590. },
  3591. {
  3592. "depType": "devDependencies",
  3593. "depName": "tslint",
  3594. "currentValue": "5.20.1",
  3595. "datasource": "npm",
  3596. "prettyDepType": "devDependency",
  3597. "lockedVersion": "5.20.1",
  3598. "depIndex": 83,
  3599. "updates": [],
  3600. "warnings": [],
  3601. "deprecationMessage": "On registry `https://registry.npmjs.org/`, the \"latest\" version (v6.1.2) of dependency `tslint` has the following deprecation notice:\n\n`TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information.`\n\nMarking the latest version of an npm package as deprecated results in the entire package being considered deprecated, so contact the package author you think this is a mistake.",
  3602. "sourceUrl": "https://github.com/palantir/tslint",
  3603. "homepage": "https://palantir.github.io/tslint"
  3604. },
  3605. {
  3606. "depType": "devDependencies",
  3607. "depName": "typescript",
  3608. "currentValue": "3.8.3",
  3609. "datasource": "npm",
  3610. "prettyDepType": "devDependency",
  3611. "lockedVersion": "3.8.3",
  3612. "depIndex": 84,
  3613. "updates": [
  3614. {
  3615. "fromVersion": "3.8.3",
  3616. "toVersion": "3.9.3",
  3617. "newValue": "3.9.3",
  3618. "newMajor": 3,
  3619. "newMinor": 9,
  3620. "updateType": "minor",
  3621. "isSingleVersion": true,
  3622. "releaseTimestamp": "2020-05-19T22:57:21.278Z",
  3623. "canBeUnpublished": false
  3624. }
  3625. ],
  3626. "warnings": [],
  3627. "sourceUrl": "https://github.com/Microsoft/TypeScript",
  3628. "homepage": "https://www.typescriptlang.org/"
  3629. },
  3630. {
  3631. "depType": "devDependencies",
  3632. "depName": "webpack-bundle-analyzer",
  3633. "currentValue": "3.8.0",
  3634. "datasource": "npm",
  3635. "prettyDepType": "devDependency",
  3636. "lockedVersion": "3.8.0",
  3637. "depIndex": 85,
  3638. "updates": [],
  3639. "warnings": [],
  3640. "sourceUrl": "https://github.com/webpack-contrib/webpack-bundle-analyzer"
  3641. }
  3642. ],
  3643. "packageJsonName": "client",
  3644. "packageJsonVersion": "0.0.0",
  3645. "packageJsonType": "app",
  3646. "npmLock": "package-lock.json",
  3647. "skipInstalls": true,
  3648. "managerPackageFileList": ["package.json"]
  3649. }
  3650. ]
  3651. }
  3652. DEBUG: branchifyUpgrades (repository=__COMPANY__/__client__/services/client)
  3653. DEBUG: 12 flattened updates found: node, graphql-tools, tslib, @babel/core, @graphql-codegen/cli, @graphql-codegen/typescript, @graphql-codegen/typescript-apollo-angular, @graphql-codegen/typescript-operations, @graphql-codegen/typescript-resolvers, @types/lodash, jest, typescript (repository=__COMPANY__/__client__/services/client)
  3654. DEBUG: Using group branchName template (repository=__COMPANY__/__client__/services/client)
  3655. DEBUG: Dependency @babel/core is part of group babel monorepo (repository=__COMPANY__/__client__/services/client)
  3656. DEBUG: Using group branchName template (repository=__COMPANY__/__client__/services/client)
  3657. DEBUG: Dependency @graphql-codegen/cli is part of group graphqlcodegenerator monorepo (repository=__COMPANY__/__client__/services/client)
  3658. DEBUG: Using group branchName template (repository=__COMPANY__/__client__/services/client)
  3659. DEBUG: Dependency @graphql-codegen/typescript is part of group graphqlcodegenerator monorepo (repository=__COMPANY__/__client__/services/client)
  3660. DEBUG: Using group branchName template (repository=__COMPANY__/__client__/services/client)
  3661. DEBUG: Dependency @graphql-codegen/typescript-apollo-angular is part of group graphqlcodegenerator monorepo (repository=__COMPANY__/__client__/services/client)
  3662. DEBUG: Using group branchName template (repository=__COMPANY__/__client__/services/client)
  3663. DEBUG: Dependency @graphql-codegen/typescript-operations is part of group graphqlcodegenerator monorepo (repository=__COMPANY__/__client__/services/client)
  3664. DEBUG: Using group branchName template (repository=__COMPANY__/__client__/services/client)
  3665. DEBUG: Dependency @graphql-codegen/typescript-resolvers is part of group graphqlcodegenerator monorepo (repository=__COMPANY__/__client__/services/client)
  3666. DEBUG: Using group branchName template (repository=__COMPANY__/__client__/services/client)
  3667. DEBUG: Dependency jest is part of group jest monorepo (repository=__COMPANY__/__client__/services/client)
  3668. DEBUG: Returning 8 branch(es) (repository=__COMPANY__/__client__/services/client)
  3669. DEBUG: config.repoIsOnboarded=true (repository=__COMPANY__/__client__/services/client)
  3670. DEBUG: No release notes for @types (repository=__COMPANY__/__client__/services/client)
  3671. DEBUG: processRepo() (repository=__COMPANY__/__client__/services/client)
  3672. DEBUG: Processing 8 branches: renovate/babel-monorepo, renovate/graphql-tools-6.x, renovate/graphqlcodegenerator-monorepo, renovate/lodash-4.x, renovate/major-jest-monorepo, renovate/node-12.x, renovate/tslib-2.x, renovate/typescript-3.x (repository=__COMPANY__/__client__/services/client)
  3673. DEBUG: Enforcing prConcurrentLimit (20) (repository=__COMPANY__/__client__/services/client)
  3674. DEBUG: 4 PRs are currently open (repository=__COMPANY__/__client__/services/client)
  3675. DEBUG: PR concurrent limit remaining: 16 (repository=__COMPANY__/__client__/services/client)
  3676. DEBUG: processBranch with 1 upgrades (repository=__COMPANY__/__client__/services/client, dependencies=node, branch=renovate/node-12.x)
  3677. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3678. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3679. DEBUG: latest commit (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3680. "branchName": "master",
  3681. "latestCommitDate": "2020-05-26 09:26:58 +0000"
  3682. DEBUG: getBranchPr(renovate/node-12.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3683. DEBUG: branchExists=false (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3684. DEBUG: Branch has 1 upgrade(s) (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3685. DEBUG: recreateClosed is true (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3686. DEBUG: Checking schedule(at any time, null) (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3687. DEBUG: No schedule defined (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3688. DEBUG: Branch needs creating (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3689. DEBUG: Using parentBranch: undefined (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3690. DEBUG: manager.getUpdatedPackageFiles() (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3691. DEBUG: Starting search at index 71 (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3692. DEBUG: Found match at index 71 (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3693. DEBUG: Found a multistage build stage name (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3694. DEBUG: Found a multistage build stage name (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3695. DEBUG: Found a multistage build stage name (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3696. DEBUG: Skipping alias FROM (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3697. "currentFrom": "base"
  3698. DEBUG: Skipping alias COPY --from (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3699. "currentFrom": "chamber"
  3700. DEBUG: Found a multistage build stage name (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3701. DEBUG: Skipping alias FROM (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3702. "currentFrom": "base"
  3703. DEBUG: Contents updated (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3704. DEBUG: Updated 1 package files (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3705. DEBUG: Getting updated lock files (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3706. DEBUG: lock file dirs (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3707. "dirs": {
  3708. "yarnLockDirs": [],
  3709. "npmLockDirs": [],
  3710. "pnpmShrinkwrapDirs": [],
  3711. "lernaDirs": []
  3712. }
  3713. DEBUG: Writing package.json files (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3714. "packageFiles": ["package.json"]
  3715. DEBUG: Writing package-lock.json (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3716. DEBUG: Writing any updated package files (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3717. DEBUG: No updated lock files in branch (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3718. DEBUG: 1 file(s) to commit (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3719. DEBUG: Committing files to branch renovate/node-12.x (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3720. INFO: Branch created (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3721. "commitHash": "32e0777"
  3722. DEBUG: Ensuring PR (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3723. DEBUG: There are 0 errors and 0 warnings (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3724. DEBUG: getBranchPr(renovate/node-12.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3725. DEBUG: Got res with 0 results (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3726. DEBUG: Creating PR (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3727. "prTitle": "build(deps): update node docker tag to v12.17.0"
  3728. DEBUG: Creating Merge Request: build(deps): update node docker tag to v12.17.0 (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3729. DEBUG: Gitlab API error (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3730. "err": {
  3731. "name": "TimeoutError",
  3732. "code": "ETIMEDOUT",
  3733. "hostname": "gitlab.com",
  3734. "method": "POST",
  3735. "path": "/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests",
  3736. "protocol": "https:",
  3737. "url": "https://gitlab.com/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests",
  3738. "gotOptions": {
  3739. "path": "/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests",
  3740. "protocol": "https:",
  3741. "hostname": "gitlab.com",
  3742. "hash": "",
  3743. "search": "",
  3744. "pathname": "/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests",
  3745. "href": "https://gitlab.com/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests",
  3746. "headers": {
  3747. "user-agent": "https://github.com/renovatebot/renovate",
  3748. "accept": "application/json",
  3749. "accept-encoding": "gzip, deflate",
  3750. "content-type": "application/json",
  3751. "Private-token": "**redacted**",
  3752. "content-length": 61126
  3753. },
  3754. "hooks": {
  3755. "beforeError": [],
  3756. "init": [],
  3757. "beforeRequest": [],
  3758. "beforeRedirect": [],
  3759. "beforeRetry": [],
  3760. "afterResponse": []
  3761. },
  3762. "retry": {"methods": {}, "statusCodes": {}, "errorCodes": {}},
  3763. "decompress": true,
  3764. "throwHttpErrors": true,
  3765. "followRedirect": true,
  3766. "stream": false,
  3767. "form": false,
  3768. "json": true,
  3769. "cache": false,
  3770. "useElectronNet": false,
  3771. "hostType": "gitlab",
  3772. "baseUrl": "https://gitlab.com/api/v4/",
  3773. "body": "{\"source_branch\":\"renovate/node-12.x\",\"target_branch\":\"master\",\"remove_source_branch\":true,\"title\":\"build(deps): update node docker tag to v12.17.0\",\"description\":\"This MR contains the following updates:\\n\\n| Package | Type | Update | Change |\\n|---|---|---|---|\\n| [node](https://github.com/nodejs/node) | final | minor | `12.16.3-alpine` -> `12.17.0-alpine` |\\n\\n---\\n\\n### Release Notes\\n\\n<details>\\n<summary>nodejs/node</summary>\\n\\n### [`v12.17.0`](https://github.com/nodejs/node/releases/v12.17.0)\\n\\n[Compare Source](https://github.com/nodejs/node/compare/v12.16.3...v12.17.0)\\n\\n##### Notable Changes\\n\\n##### ECMAScript Modules - `--experimental-modules` flag removal\\n\\nAs of Node.js 12.17.0, the `--experimental-modules` flag is no longer necessary\\nto use ECMAScript modules (ESM). However, the ESM implementation in Node.js\\nremains experimental. As per our stability index: “The feature is not subject\\nto Semantic Versioning rules. Non-backward compatible changes or removal may\\noccur in any future release.” Users should be cautious when using the feature\\nin production environments.\\n\\nUnlike Node.js 14, using ESM will still emit a runtime experimental warning,\\neither when a module is used a the application's entrypoint or the first time\\ndynamic `import()` is called.\\n\\nPlease keep in mind that the implementation of ESM in Node.js differs from the\\ndeveloper experience you might be familiar with. Most transpilation workflows\\nsupport features such as named exports from CommonJS module imports, optional\\nfile extensions or JSON modules that the Node.js ESM implementation does not\\nsupport. It is highly likely that modules from transpiled environments will\\nrequire a certain degree of refactoring to work in Node.js. It is worth\\nmentioning that many of our design decisions were made with two primary goals.\\nSpec compliance and Web Compatibility. It is our belief that the current\\nimplementation offers a future proof model to authoring ESM modules that paves\\nthe path to Universal JavaScript. Please read more in our documentation.\\n\\nThe ESM implementation in Node.js is still experimental but we do believe that\\nwe are getting very close to being able to call ESM in Node.js “stable”.\\nRemoving the flag is a huge step in that direction.\\n\\nWe expect to remove the warning Node.js 12 later this year, possibly in late\\nOctober, when Node.js 14 will become LTS.\\n\\n##### AsyncLocalStorage API (experimental)\\n\\nThe `AsyncLocalStorage` class has been introduced in the Async Hooks module.\\n\\nThis API allows keeping a context across asynchronous operations. For instance,\\nif a sequence id is stored within an instance of `AsyncLocalStorage` for each\\nHTTP request entering in a server, it will be possible to retrieve this id\\nwithout having access the current HTTP request:\\n\\n```js\\nconst http = require('http');\\nconst { AsyncLocalStorage } = require('async_hooks');\\n\\nconst asyncLocalStorage = new AsyncLocalStorage();\\n\\nfunction logWithId(msg) {\\n const id = asyncLocalStorage.getStore();\\n console.log(`${id !== undefined ? id : '-'}: `, msg);\\n}\\n\\nlet idSeq = 0;\\nhttp.createServer((req, res) => {\\n asyncLocalStorage.run(idSeq++, () => {\\n logWithId('start');\\n // Imagine any chain of async operations here.\\n setImmediate(() => {\\n logWithId('finish');\\n res.end();\\n });\\n });\\n}).listen(8080);\\n```\\n\\nIn this example, the `logWithId` function will always know what the current\\nrequest id is, even when there are multiple requests in parallel.\\n\\n##### What can this API be used for\\n\\nUse cases of this API include:\\n\\n- Logging\\n- User identification\\n- Performance tracking\\n- Error tracking and handling\\n- Much more!\\n\\n_Note: This API is still experimental and some methods might change in future releases of Node.js_\\n\\nContributed by Vladimir de Turckheim - [#&#8203;26540](https://github.com/nodejs/node/pull/26540).\\n\\n##### REPL previews\\n\\nIf further input is predicable, a suggestion is inserted as preview.\\n\\nThe REPL now supports previews similar to the Chrome DevTools console. An input\\nsuggestion is inserted as preview in case further input is predicable. The\\nsuggestion may be accepted by either pressing `<TAB>` or `<RIGHT>` at the end of\\nthe input.\\nOn top of that, output is previewed when entering variable names or function\\ncalls that have no side effect.\\n\\n![image](https://user-images.githubusercontent.com/8822573/80928108-afb03300-8da2-11ea-8898-499d8c2dbc7a.png)\\n![image](https://user-images.githubusercontent.com/8822573/80928118-c191d600-8da2-11ea-9739-32e8becc68fe.png)\\n\\n[Check the preview in action](https://asciinema.org/a/ePQx0GfCYQGdnQTzwlnSIyxbN)\\nand try it out on your own. Just access the REPL on your terminal by starting\\nthe Node.js executable without any further command.\\n\\nContributed by Ruben Bridgewater - [#&#8203;30907](https://github.com/nodejs/node/pull/30907), [#&#8203;30811](https://github.com/nodejs/node/pull/30811).\\n\\n##### REPL reverse-i-search\\n\\nThe REPL supports bi-directional reverse-i-search similar to\\n[ZSH](https://en.wikipedia.org/wiki/Z_shell). It is triggered with `<ctrl> + R`\\nto search backwards and `<ctrl> + S` to search forwards.\\n\\nEntries are accepted as soon as any button is pressed that doesn't correspond\\nwith the reverse search. Cancelling is possible by pressing `escape` or\\n`<ctrl> + C`.\\n\\nChanging the direction immediately searches for the next entry in the expected\\ndirection from the current position on.\\n\\n![image](https://user-images.githubusercontent.com/8822573/80928291-f3f00300-8da3-11ea-97d8-12e85e2e3d2c.png)\\n\\n[Reverse-i-search in action](https://asciinema.org/a/shV3YOFu74BcBakJcvY4USNqv).\\n\\nContributed by Ruben Bridgewater - [#&#8203;31006](https://github.com/nodejs/node/pull/31006).\\n\\n##### REPL substring-based search\\n\\nIt is now possible to access former history entries very fast by writing the\\nfirst characters of the formerly entered code you are looking for. Then push\\n`<UP>` or `<DOWN>` to go through the history entries that start with those\\ncharacters.\\n\\nIt works similar to the [Fish Shell](https://fishshell.com/) substring-based\\nhistory search.\\n\\nContributed by Ruben Bridgewater - [#&#8203;31112](https://github.com/nodejs/node/pull/31112).\\n\\n##### Error monitoring\\n\\n##### Monitoring `error` events\\n\\nIt is now possible to monitor `'error'` events on an `EventEmitter` without\\nconsuming the emitted error by installing a listener using the symbol\\n`EventEmitter.errorMonitor`:\\n\\n```js\\nconst myEmitter = new MyEmitter();\\n\\nmyEmitter.on(EventEmitter.errorMonitor, (err) => {\\n MyMonitoringTool.log(err);\\n});\\n\\nmyEmitter.emit('error', new Error('whoops!'));\\n// Still throws and crashes Node.js\\n```\\n\\nContributed by Gerhard Stoebich - [#&#8203;30932](https://github.com/nodejs/node/pull/30932).\\n\\n##### Monitoring uncaught exceptions\\n\\nIt is now possible to monitor `'uncaughtException'` events without overriding\\nthe default behavior that exits the process by installing an\\n`'uncaughtExceptionMonitor'` listener:\\n\\n```js\\nprocess.on('uncaughtExceptionMonitor', (err, origin) => {\\n MyMonitoringTool.logSync(err, origin);\\n});\\n\\n// Intentionally cause an exception, but do not catch it.\\nnonexistentFunc();\\n// Still crashes Node.js\\n```\\n\\nContributed by Gerhard Stoebich - [#&#8203;31257](https://github.com/nodejs/node/pull/31257).\\n\\n##### File system APIs\\n\\n##### New function: `fs.readv`\\n\\nThis new function (along with its sync and promisified versions) takes an array\\nof `ArrayBufferView` elements and will write the data it reads sequentially to\\nthe buffers.\\n\\nContributed by Sk Sajidul Kadir - [#&#8203;32356](https://github.com/nodejs/node/pull/32356).\\n\\n##### Optional parameters in `fs.read`\\n\\nA new overload is available for `fs.read` (along with its sync and promisified\\nversions), which allows to optionally pass any of the `offset`, `length` and\\n`position` parameters.\\n\\nContributed by Lucas Holmquist - [#&#8203;31402](https://github.com/nodejs/node/pull/31402).\\n\\n##### Console `groupIndentation` option\\n\\nThe Console constructor (`require('console').Console`) now supports different group indentations.\\n\\nThis is useful in case you want different grouping width than 2 spaces.\\n\\n```js\\nconst { Console } = require('console');\\nconst customConsole = new Console({\\n stdout: process.stdout,\\n stderr: process.stderr,\\n groupIndentation: 10\\n});\\n\\ncustomConsole.log('foo');\\n// 'foo'\\ncustomConsole.group();\\ncustomConsole.log('foo');\\n// 'foo'\\n```\\n\\nContributed by rickyes - [#&#8203;32964](https://github.com/nodejs/node/pull/32964).\\n\\n##### `maxStringLength` option for `util.inspect()`\\n\\nIt is now possible to limit the length of strings while inspecting objects.\\nThis is possible by passing through the `maxStringLength` option similar to:\\n\\n```js\\nconst { inspect } = require('util');\\n\\nconst string = inspect(['a'.repeat(1e8)], { maxStringLength: 10 });\\n\\nconsole.log(string);\\n// \\\"[ 'aaaaaaaaaa'... 99999990 more characters ]\\\"\\n```\\n\\nContributed by rosaxny - [#&#8203;32392](https://github.com/nodejs/node/pull/32392).\\n\\n##### Stable N-API release 6\\n\\nThe following N-API features are now stable as part of the N-API 6 release:\\n\\n- [`napi_set_instance_data`](https://nodejs.org/dist/latest-v12.x/docs/api/n-api.html#n_api_napi_set_instance_data)\\n- [`napi_get_instance_data`](https://nodejs.org/dist/latest-v12.x/docs/api/n-api.html#n_api_napi_get_instance_data)\\n- [`napi_key_collection_mode`](https://nodejs.org/dist/latest-v12.x/docs/api/n-api.html#n_api_napi_key_collection_mode)\\n- [`napi_key_filter`](https://nodejs.org/dist/latest-v12.x/docs/api/n-api.html#n_api_napi_key_filter)\\n- [`napi_key_conversion`](https://nodejs.org/dist/latest-v12.x/docs/api/n-api.html#n_api_napi_key_conversion)\\n- [`napi_create_bigint_int64`](https://nodejs.org/dist/latest-v12.x/docs/api/n-api.html#n_api_napi_create_bigint_int64)\\n- [`napi_create_bigint_uint64`](https://nodejs.org/dist/latest-v12.x/docs/api/n-api.html#n_api_napi_create_bigint_uint64)\\n- [`napi_create_bigint_words`](https://nodejs.org/dist/latest-v12.x/docs/api/n-api.html#n_api_napi_create_bigint_words)\\n- [`napi_get_value_bigint_int64`](https://nodejs.org/dist/latest-v12.x/docs/api/n-api.html#n_api_napi_get_value_bigint_int64)\\n- [`napi_get_value_bigint_uint64`](https://nodejs.org/dist/latest-v12.x/docs/api/n-api.html#n_api_napi_get_value_bigint_uint64)\\n- [`napi_get_value_bigint_words`](https://nodejs.org/dist/latest-v12.x/docs/api/n-api.html#n_api_napi_get_value_bigint_words)\\n- [`napi_get_all_property_names`](https://nodejs.org/dist/latest-v12.x/docs/api/n-api.html#n_api_napi_get_all_property_names)\\n\\n##### Stable diagnostic reports\\n\\nThe [Diagnostic Report](https://nodejs.org/dist/latest-v12.x/docs/api/report.html)\\nfeature is now stable and supports a new `--report-compact` flag to write the\\nreports in a compact, single-line JSON format, more easily consumable by log\\nprocessing systems than the default multi-line format designed for human\\nconsumption.\\n\\n##### Increase of the default server headers timeout\\n\\nThe default value of `server.headersTimeout` for `http` and `https` servers was\\nincreased from `40000` to `60000` (60 seconds). This to accomodate for systems\\nlike AWS ELB that have a timeout of 60 seconds.\\n\\nContributed by Tim Costa - [#&#8203;30071](https://github.com/nodejs/node/pull/30071).\\n\\n##### Other changes\\n\\n- **cli**:\\n - Added a `--trace-sigint` CLI flag that will print the current execution\\n stack on SIGINT (legendecas) [#&#8203;29207](https://github.com/nodejs/node/pull/29207).\\n- **crypto**:\\n - Various crypto APIs now support Diffie-Hellman secrets (Tobias Nießen) [#&#8203;31178](https://github.com/nodejs/node/pull/31178).\\n- **dns**:\\n - Added the `dns.ALL` flag, that can be passed to `dns.lookup()` with `dns.V4MAPPED`\\n to return resolved IPv6 addresses as well as IPv4 mapped IPv6 addresses (murgatroid99) [#&#8203;32183](https://github.com/nodejs/node/pull/32183).\\n- **module**\\n - Added a new experimental API to interact with Source Map V3 data (Benjamin Coe) [#&#8203;31132](https://github.com/nodejs/node/pull/31132).\\n- **worker**:\\n - Added support for passing a `transferList` along with `workerData` to the\\n `Worker` constructor (Juan José Arboleda) [#&#8203;32278](https://github.com/nodejs/node/pull/32278).\\n\\n##### Commits\\n\\n##### Semver-minor commits\\n\\n- \\\\[[`a35e88caf5`](https://github.com/nodejs/node/commit/a35e88caf5)] - **(SEMVER-MINOR)** **async_hooks**: merge run and exit methods (Andrey Pechkurov) [#&#8203;31950](https://github.com/nodejs/node/pull/31950)\\n- \\\\[[`3eb34068a2`](https://github.com/nodejs/node/commit/3eb34068a2)] - **(SEMVER-MINOR)** **async_hooks**: prevent sync methods of async storage exiting outer context (Stephen Belanger) [#&#8203;31950](https://github.com/nodejs/node/pull/31950)\\n- \\\\[[`22db34caa7`](https://github.com/nodejs/node/commit/22db34caa7)] - **(SEMVER-MINOR)** **async_hooks**: add sync enterWith to ALS (Stephen Belanger) [#&#8203;31945](https://github.com/nodejs/node/pull/31945)\\n- \\\\[[`16e8b11708`](https://github.com/nodejs/node/commit/16e8b11708)] - **(SEMVER-MINOR)** **async_hooks**: introduce async-context API (Vladimir de Turckheim) [#&#8203;26540](https://github.com/nodejs/node/pull/26540)\\n- \\\\[[`f7adfcc1df`](https://github.com/nodejs/node/commit/f7adfcc1df)] - **(SEMVER-MINOR)** **async_hooks**: add executionAsyncResource (Matteo Collina) [#&#8203;30959](https://github.com/nodejs/node/pull/30959)\\n- \\\\[[`984ae304f2`](https://github.com/nodejs/node/commit/984ae304f2)] - **(SEMVER-MINOR)** **build**: make --without-report a no-op (Colin Ihrig) [#&#8203;32242](https://github.com/nodejs/node/pull/32242)\\n- \\\\[[`e67b97ee53`](https://github.com/nodejs/node/commit/e67b97ee53)] - **(SEMVER-MINOR)** **cli**: allow --huge-max-old-generation-size in NODE_OPTIONS (Anna Henningsen) [#&#8203;32251](https://github.com/nodejs/node/pull/32251)\\n- \\\\[[`154b18ffca`](https://github.com/nodejs/node/commit/154b18ffca)] - **(SEMVER-MINOR)** **console**: support console constructor groupIndentation option (rickyes) [#&#8203;32964](https://github.com/nodejs/node/pull/32964)\\n- \\\\[[`40253cc1c8`](https://github.com/nodejs/node/commit/40253cc1c8)] - **(SEMVER-MINOR)** **crypto**: add crypto.diffieHellman (Tobias Nießen) [#&#8203;31178](https://github.com/nodejs/node/pull/31178)\\n- \\\\[[`1977136a19`](https://github.com/nodejs/node/commit/1977136a19)] - **(SEMVER-MINOR)** **crypto**: add DH support to generateKeyPair (Tobias Nießen) [#&#8203;31178](https://github.com/nodejs/node/pull/31178)\\n- \\\\[[`9f85585b13`](https://github.com/nodejs/node/commit/9f85585b13)] - **(SEMVER-MINOR)** **crypto**: add key type 'dh' (Tobias Nießen) [#&#8203;31178](https://github.com/nodejs/node/pull/31178)\\n- \\\\[[`6ffe4ed3b5`](https://github.com/nodejs/node/commit/6ffe4ed3b5)] - **(SEMVER-MINOR)** **deps**: upgrade to libuv 1.37.0 (Colin Ihrig) [#&#8203;32866](https://github.com/nodejs/node/pull/32866)\\n- \\\\[[`2d7a7592ec`](https://github.com/nodejs/node/commit/2d7a7592ec)] - **(SEMVER-MINOR)** **deps**: upgrade to libuv 1.36.0 (Colin Ihrig) [#&#8203;32866](https://github.com/nodejs/node/pull/32866)\\n- \\\\[[`ae83f0f993`](https://github.com/nodejs/node/commit/ae83f0f993)] - **(SEMVER-MINOR)** **deps**: upgrade to libuv 1.35.0 (Colin Ihrig) [#&#8203;32204](https://github.com/nodejs/node/pull/32204)\\n- \\\\[[`b7d264edaf`](https://github.com/nodejs/node/commit/b7d264edaf)] - **(SEMVER-MINOR)** **dns**: add dns.ALL hints flag constant (murgatroid99) [#&#8203;32183](https://github.com/nodejs/node/pull/32183)\\n- \\\\[[`fd2486ea44`](https://github.com/nodejs/node/commit/fd2486ea44)] - **(SEMVER-MINOR)** **doc**: update stability of report features (Colin Ihrig) [#&#8203;32242](https://github.com/nodejs/node/pull/32242)\\n- \\\\[[`90d35adccd`](https://github.com/nodejs/node/commit/90d35adccd)] - **(SEMVER-MINOR)** **doc,lib,src,test**: make --experimental-report a nop (Colin Ihrig) [#&#8203;32242](https://github.com/nodejs/node/pull/32242)\\n- \\\\[[`93226a5097`](https://github.com/nodejs/node/commit/93226a5097)] - **(SEMVER-MINOR)** **esm**: unflag --experimental-modules (Guy Bedford) [#&#8203;29866](https://github.com/nodejs/node/pull/29866)\\n- \\\\[[`8c497f8969`](https://github.com/nodejs/node/commit/8c497f8969)] - **(SEMVER-MINOR)** **events**: allow monitoring error events (Gerhard Stoebich) [#&#8203;30932](https://github.com/nodejs/node/pull/30932)\\n- \\\\[[`a100709fa8`](https://github.com/nodejs/node/commit/a100709fa8)] - **(SEMVER-MINOR)** **fs**: make parameters optional for readSync (Lucas Holmquist) [#&#8203;32460](https://github.com/nodejs/node/pull/32460)\\n- \\\\[[`6601fac06a`](https://github.com/nodejs/node/commit/6601fac06a)] - **(SEMVER-MINOR)** **fs**: add fs.readv() (Sk Sajidul Kadir) [#&#8203;32356](https://github.com/nodejs/node/pull/32356)\\n- \\\\[[`16a913f702`](https://github.com/nodejs/node/commit/16a913f702)] - **(SEMVER-MINOR)** **fs**: make fs.read params optional (Lucas Holmquist) [#&#8203;31402](https://github.com/nodejs/node/pull/31402)\\n- \\\\[[`7260ede9e6`](https://github.com/nodejs/node/commit/7260ede9e6)] - **(SEMVER-MINOR)** **fs**: return first folder made by mkdir recursive (Benjamin Coe) [#&#8203;31530](https://github.com/nodejs/node/pull/31530)\\n- \\\\[[`a15e712ef6`](https://github.com/nodejs/node/commit/a15e712ef6)] - **(SEMVER-MINOR)** **fs**: allow overriding fs for streams (Robert Nagy) [#&#8203;29083](https://github.com/nodejs/node/pull/29083)\\n- \\\\[[`b5983213c1`](https://github.com/nodejs/node/commit/b5983213c1)] - **(SEMVER-MINOR)** **lib**: add option to disable \\\\_\\\\_proto\\\\_\\\\_ (Gus Caplan) [#&#8203;32279](https://github.com/nodejs/node/pull/32279)\\n- \\\\[[`784fb8f08c`](https://github.com/nodejs/node/commit/784fb8f08c)] - **(SEMVER-MINOR)** **module**: add API for interacting with source maps (Benjamin Coe) [#&#8203;31132](https://github.com/nodejs/node/pull/31132)\\n- \\\\[[`e22d853c5d`](https://github.com/nodejs/node/commit/e22d853c5d)] - **(SEMVER-MINOR)** **n-api**: define release 6 (Gabriel Schulhof) [#&#8203;32058](https://github.com/nodejs/node/pull/32058)\\n- \\\\[[`f56c4dd933`](https://github.com/nodejs/node/commit/f56c4dd933)] - **(SEMVER-MINOR)** **n-api**: add napi_get_all_property_names (himself65) [#&#8203;30006](https://github.com/nodejs/node/pull/30006)\\n- \\\\[[`9eeee0d9f2`](https://github.com/nodejs/node/commit/9eeee0d9f2)] - **(SEMVER-MINOR)** **perf_hooks**: add property flags to GCPerformanceEntry (Kirill Fomichev) [#&#8203;29547](https://github.com/nodejs/node/pull/29547)\\n- \\\\[[`5ec9295034`](https://github.com/nodejs/node/commit/5ec9295034)] - **(SEMVER-MINOR)** **process**: report ArrayBuffer memory in `memoryUsage()` (Anna Henningsen) [#&#8203;31550](https://github.com/nodejs/node/pull/31550)\\n- \\\\[[`de3603f0a6`](https://github.com/nodejs/node/commit/de3603f0a6)] - **(SEMVER-MINOR)** **process**: allow monitoring uncaughtException (Gerhard Stoebich) [#&#8203;31257](https://github.com/nodejs/node/pull/31257)\\n- \\\\[[`cf28afeeb6`](https://github.com/nodejs/node/commit/cf28afeeb6)] - **(SEMVER-MINOR)** **readline,repl**: improve history up/previous (Ruben Bridgewater) [#&#8203;31112](https://github.com/nodejs/node/pull/31112)\\n- \\\\[[`a0eb3e4ed2`](https://github.com/nodejs/node/commit/a0eb3e4ed2)] - **(SEMVER-MINOR)** **readline,repl**: skip history entries identical to the current line (Ruben Bridgewater) [#&#8203;31112](https://github.com/nodejs/node/pull/31112)\\n- \\\\[[`d7e153bddb`](https://github.com/nodejs/node/commit/d7e153bddb)] - **(SEMVER-MINOR)** **readline,repl**: add substring based history search (Ruben Bridgewater) [#&#8203;31112](https://github.com/nodejs/node/pull/31112)\\n- \\\\[[`936c85c309`](https://github.com/nodejs/node/commit/936c85c309)] - **(SEMVER-MINOR)** **repl**: implement reverse search (Ruben Bridgewater) [#&#8203;31006](https://github.com/nodejs/node/pull/31006)\\n- \\\\[[`bf9ff16412`](https://github.com/nodejs/node/commit/bf9ff16412)] - **(SEMVER-MINOR)** **repl**: add completion preview (Ruben Bridgewater) [#&#8203;30907](https://github.com/nodejs/node/pull/30907)\\n- \\\\[[`b14440fb5c`](https://github.com/nodejs/node/commit/b14440fb5c)] - **(SEMVER-MINOR)** **repl**: support previews by eager evaluating input (Ruben Bridgewater) [#&#8203;30811](https://github.com/nodejs/node/pull/30811)\\n- \\\\[[`0b310df532`](https://github.com/nodejs/node/commit/0b310df532)] - **(SEMVER-MINOR)** **src**: unconditionally include report feature (Colin Ihrig) [#&#8203;32242](https://github.com/nodejs/node/pull/32242)\\n- \\\\[[`394487e3e8`](https://github.com/nodejs/node/commit/394487e3e8)] - **(SEMVER-MINOR)** **src**: create a getter for kernel version (Juan José Arboleda) [#&#8203;31732](https://github.com/nodejs/node/pull/31732)\\n- \\\\[[`4ec25b4865`](https://github.com/nodejs/node/commit/4ec25b4865)] - **(SEMVER-MINOR)** **src,cli**: support compact (one-line) JSON reports (Sam Roberts) [#&#8203;32254](https://github.com/nodejs/node/pull/32254)\\n- \\\\[[`b038ad91f5`](https://github.com/nodejs/node/commit/b038ad91f5)] - **(SEMVER-MINOR)** **src,lib**: make ^C print a JS stack trace (legendecas) [#&#8203;29207](https://github.com/nodejs/node/pull/29207)\\n- \\\\[[`6348fae690`](https://github.com/nodejs/node/commit/6348fae690)] - **(SEMVER-MINOR)** **tls**: expose SSL_export_keying_material (simon) [#&#8203;31814](https://github.com/nodejs/node/pull/31814)\\n- \\\\[[`6aa3869688`](https://github.com/nodejs/node/commit/6aa3869688)] - **(SEMVER-MINOR)** **util**: add `maxStrLength` option to `inspect` function (unknown) [#&#8203;32392](https://github.com/nodejs/node/pull/32392)\\n- \\\\[[`eda6665799`](https://github.com/nodejs/node/commit/eda6665799)] - **(SEMVER-MINOR)** **vm**: add code cache support for SourceTextModule (Gus Caplan) [#&#8203;31278](https://github.com/nodejs/node/pull/31278)\\n- \\\\[[`5c81b8d814`](https://github.com/nodejs/node/commit/5c81b8d814)] - **(SEMVER-MINOR)** **wasi**: add returnOnExit option (Colin Ihrig) [#&#8203;32101](https://github.com/nodejs/node/pull/32101)\\n- \\\\[[`ca4e65273f`](https://github.com/nodejs/node/commit/ca4e65273f)] - **(SEMVER-MINOR)** **worker**: support MessagePort to workers data (Juan José Arboleda) [#&#8203;32278](https://github.com/nodejs/node/pull/32278)\\n- \\\\[[`217e3dfea6`](https://github.com/nodejs/node/commit/217e3dfea6)] - **(SEMVER-MINOR)** **worker**: allow URL in Worker constructor (Antoine du HAMEL) [#&#8203;31664](https://github.com/nodejs/node/pull/31664)\\n- \\\\[[`ab8f38b551`](https://github.com/nodejs/node/commit/ab8f38b551)] - **(SEMVER-MINOR)** **worker**: add ability to take heap snapshot from parent thread (Anna Henningsen) [#&#8203;31569](https://github.com/nodejs/node/pull/31569)\\n\\n##### Semver-patch commits\\n\\n- \\\\[[`06d607d50f`](https://github.com/nodejs/node/commit/06d607d50f)] - **async_hooks**: fix ctx loss after nested ALS calls (Andrey Pechkurov) [#&#8203;32085](https://github.com/nodejs/node/pull/32085)\\n- \\\\[[`96d1f14005`](https://github.com/nodejs/node/commit/96d1f14005)] - **async_hooks**: add store arg in AsyncLocalStorage (Andrey Pechkurov) [#&#8203;31930](https://github.com/nodejs/node/pull/31930)\\n- \\\\[[`b4ca132254`](https://github.com/nodejs/node/commit/b4ca132254)] - **async_hooks**: executionAsyncResource matches in hooks (Gerhard Stoebich) [#&#8203;31821](https://github.com/nodejs/node/pull/31821)\\n- \\\\[[`02f99d289d`](https://github.com/nodejs/node/commit/02f99d289d)] - **buffer**: add type check in bidirectionalIndexOf (Gerhard Stoebich) [#&#8203;32770](https://github.com/nodejs/node/pull/32770)\\n- \\\\[[`b53193a33b`](https://github.com/nodejs/node/commit/b53193a33b)] - **buffer**: mark pool ArrayBuffer as untransferable (Anna Henningsen) [#&#8203;32759](https://github.com/nodejs/node/pull/32759)\\n- \\\\[[`b555a772cc`](https://github.com/nodejs/node/commit/b555a772cc)] - **build**: fix vcbuild error for missing Visual Studio (Thomas) [#&#8203;32658](https://github.com/nodejs/node/pull/32658)\\n- \\\\[[`6f1931de25`](https://github.com/nodejs/node/commit/6f1931de25)] - **build**: remove .git folders when testing V8 (Richard Lau) [#&#8203;32877](https://github.com/nodejs/node/pull/32877)\\n- \\\\[[`c0805f0cab`](https://github.com/nodejs/node/commit/c0805f0cab)] - **build**: add configure flag to build V8 with DCHECKs (Anna Henningsen) [#&#8203;32787](https://github.com/nodejs/node/pull/32787)\\n- \\\\[[`60660c35ee`](https://github.com/nodejs/node/commit/60660c35ee)] - **build**: use same flags as V8 for ASAN (Matheus Marchini) [#&#8203;32776](https://github.com/nodejs/node/pull/32776)\\n- \\\\[[`26fee8b323`](https://github.com/nodejs/node/commit/26fee8b323)] - **build**: remove `.txt` files from .gitignore (Rich Trott) [#&#8203;32710](https://github.com/nodejs/node/pull/32710)\\n- \\\\[[`70eaba12a1`](https://github.com/nodejs/node/commit/70eaba12a1)] - **build**: remove node_report option in node.gyp (Colin Ihrig) [#&#8203;32242](https://github.com/nodejs/node/pull/32242)\\n- \\\\[[`e765d597fd`](https://github.com/nodejs/node/commit/e765d597fd)] - **build**: add missing comma in node.gyp (Colin Ihrig) [#&#8203;31959](https://github.com/nodejs/node/pull/31959)\\n- \\\\[[`49ddd36f13`](https://github.com/nodejs/node/commit/49ddd36f13)] - **build**: fix building with ninja (Richard Lau) [#&#8203;32071](https://github.com/nodejs/node/pull/32071)\\n- \\\\[[`e097980cfe`](https://github.com/nodejs/node/commit/e097980cfe)] - **build**: warn upon --use-largepages config option (Gabriel Schulhof) [#&#8203;31103](https://github.com/nodejs/node/pull/31103)\\n- \\\\[[`c3efd2cb9a`](https://github.com/nodejs/node/commit/c3efd2cb9a)] - **build**: switch realpath to pwd (Benjamin Coe) [#&#8203;31095](https://github.com/nodejs/node/pull/31095)\\n- \\\\[[`0190a62f58`](https://github.com/nodejs/node/commit/0190a62f58)] - **build**: re-introduce --use-largepages as no-op (Gabriel Schulhof)\\n- \\\\[[`e2a090b693`](https://github.com/nodejs/node/commit/e2a090b693)] - **build**: enable loading internal modules from disk (Gus Caplan) [#&#8203;31321](https://github.com/nodejs/node/pull/31321)\\n- \\\\[[`c4da682437`](https://github.com/nodejs/node/commit/c4da682437)] - **cli, report**: move --report-on-fatalerror to stable (Colin Ihrig) [#&#8203;32496](https://github.com/nodejs/node/pull/32496)\\n- \\\\[[`e05c29db3f`](https://github.com/nodejs/node/commit/e05c29db3f)] - **cluster**: fix error on worker disconnect/destroy (Santiago Gimeno) [#&#8203;32793](https://github.com/nodejs/node/pull/32793)\\n- \\\\[[`d217b792bc`](https://github.com/nodejs/node/commit/d217b792bc)] - **cluster**: removed unused addressType argument from constructor (Yash Ladha) [#&#8203;32963](https://github.com/nodejs/node/pull/32963)\\n- \\\\[[`71bccdde76`](https://github.com/nodejs/node/commit/71bccdde76)] - **crypto**: check DiffieHellman p and g params (Ben Noordhuis) [#&#8203;32739](https://github.com/nodejs/node/pull/32739)\\n- \\\\[[`c1b767471a`](https://github.com/nodejs/node/commit/c1b767471a)] - **crypto**: generator must be int32 in DiffieHellman() (Ben Noordhuis) [#&#8203;32739](https://github.com/nodejs/node/pull/32739)\\n- \\\\[[`4236175878`](https://github.com/nodejs/node/commit/4236175878)] - **crypto**: key size must be int32 in DiffieHellman() (Ben Noordhuis) [#&#8203;32739](https://github.com/nodejs/node/pull/32739)\\n- \\\\[[`0847bc3788`](https://github.com/nodejs/node/commit/0847bc3788)] - **crypto**: simplify exportKeyingMaterial (Tobias Nießen) [#&#8203;31922](https://github.com/nodejs/node/pull/31922)\\n- \\\\[[`907252d4cf`](https://github.com/nodejs/node/commit/907252d4cf)] - **crypto**: improve errors in DiffieHellmanGroup (Tobias Nießen) [#&#8203;31445](https://github.com/nodejs/node/pull/31445)\\n- \\\\[[`30633acf20`](https://github.com/nodejs/node/commit/30633acf20)] - **crypto**: assign and use ERR_CRYPTO_UNKNOWN_CIPHER (Tobias Nießen) [#&#8203;31437](https://github.com/nodejs/node/pull/31437)\\n- \\\\[[`5dab489d50`](https://github.com/nodejs/node/commit/5dab489d50)] - **crypto**: simplify DH groups (Tobias Nießen) [#&#8203;31178](https://github.com/nodejs/node/pull/31178)\\n- \\\\[[`5c0232a632`](https://github.com/nodejs/node/commit/5c0232a632)] - **deps**: backport ICU-21081 for ICU 67.x (constexpr) (Steven R. Loomis) [#&#8203;33337](https://github.com/nodejs/node/pull/33337)\\n- \\\\[[`2d76ae7497`](https://github.com/nodejs/node/commit/2d76ae7497)] - **deps**: update to ICU 67.1 (Michaël Zasso) [#&#8203;33337](https://github.com/nodejs/node/pull/33337)\\n- \\\\[[`e073da095e`](https://github.com/nodejs/node/commit/e073da095e)] - **deps**: update to uvwasi 0.0.8 (Colin Ihrig) [#&#8203;33078](https://github.com/nodejs/node/pull/33078)\\n- \\\\[[`eb33d523da`](https://github.com/nodejs/node/commit/eb33d523da)] - **deps**: V8: backport [`3f8dc4b`](https://github.com/nodejs/node/commit/3f8dc4b2e5ba) (Ujjwal Sharma) [#&#8203;32993](https://github.com/nodejs/node/pull/32993)\\n- \\\\[[`56313daff6`](https://github.com/nodejs/node/commit/56313daff6)] - **deps**: V8: cherry-pick [`e1eac1b`](https://github.com/nodejs/node/commit/e1eac1b16c96) (Milad Farazmand) [#&#8203;32974](https://github.com/nodejs/node/pull/32974)\\n- \\\\[[`65db9b210d`](https://github.com/nodejs/node/commit/65db9b210d)] - **deps**: fix zlib compilation for CPUs without SIMD features (Anna Henningsen) [#&#8203;32627](https://github.com/nodejs/node/pull/32627)\\n- \\\\[[`1b53e179b8`](https://github.com/nodejs/node/commit/1b53e179b8)] - **deps**: update zlib to upstream [`d7f3ca9`](https://github.com/nodejs/node/commit/d7f3ca9) (Sam Roberts) [#&#8203;31800](https://github.com/nodejs/node/pull/31800)\\n- \\\\[[`9a89718410`](https://github.com/nodejs/node/commit/9a89718410)] - **deps**: move zlib maintenance info to guides (Sam Roberts) [#&#8203;31800](https://github.com/nodejs/node/pull/31800)\\n- \\\\[[`9e33f97c4e`](https://github.com/nodejs/node/commit/9e33f97c4e)] - **deps**: switch to chromium's zlib implementation (Brian White) [#&#8203;31201](https://github.com/nodejs/node/pull/31201)\\n- \\\\[[`322a9986fe`](https://github.com/nodejs/node/commit/322a9986fe)] - **dgram**: make UDPWrap more reusable (Anna Henningsen) [#&#8203;31871](https://github.com/nodejs/node/pull/31871)\\n- \\\\[[`ea4302bd46`](https://github.com/nodejs/node/commit/ea4302bd46)] - **errors**: drop pronouns from ERR_WORKER_PATH message (Colin Ihrig) [#&#8203;32285](https://github.com/nodejs/node/pull/32285)\\n- \\\\[[`daf1d842cc`](https://github.com/nodejs/node/commit/daf1d842cc)] - **esm**: improve commonjs hint on module not found (Daniele Belardi) [#&#8203;31906](https://github.com/nodejs/node/pull/31906)\\n- \\\\[[`7410e8d63a`](https://github.com/nodejs/node/commit/7410e8d63a)] - **esm**: port loader code to JS (Anna Henningsen) [#&#8203;32201](https://github.com/nodejs/node/pull/32201)\\n- \\\\[[`3241aee0f7`](https://github.com/nodejs/node/commit/3241aee0f7)] - **events**: convert errorMonitor to a normal property (Gerhard Stoebich) [#&#8203;31848](https://github.com/nodejs/node/pull/31848)\\n- \\\\[[`2093f13333`](https://github.com/nodejs/node/commit/2093f13333)] - **fs**: update validateOffsetLengthRead in utils.js (daemon1024) [#&#8203;32896](https://github.com/nodejs/node/pull/32896)\\n- \\\\[[`9c18838e8e`](https://github.com/nodejs/node/commit/9c18838e8e)] - **fs**: remove unnecessary else statement (Jesus Hernandez) [#&#8203;32662](https://github.com/nodejs/node/pull/32662)\\n- \\\\[[`6d6bb2a3dc`](https://github.com/nodejs/node/commit/6d6bb2a3dc)] - **fs**: use finished over destroy w/ cb (Robert Nagy) [#&#8203;32809](https://github.com/nodejs/node/pull/32809)\\n- \\\\[[`bde08377a1`](https://github.com/nodejs/node/commit/bde08377a1)] - **fs**: fix fs.read when passing null value (himself65) [#&#8203;32479](https://github.com/nodejs/node/pull/32479)\\n- \\\\[[`ebd9090240`](https://github.com/nodejs/node/commit/ebd9090240)] - **http**: disable headersTimeout check when set to zero (Paolo Insogna) [#&#8203;33307](https://github.com/nodejs/node/pull/33307)\\n- \\\\[[`a3decf5e59`](https://github.com/nodejs/node/commit/a3decf5e59)] - **http**: simplify sending header (Robert Nagy) [#&#8203;33200](https://github.com/nodejs/node/pull/33200)\\n- \\\\[[`12b8345db8`](https://github.com/nodejs/node/commit/12b8345db8)] - **http, async_hooks**: remove unneeded reference to wrapping resource (Gerhard Stoebich) [#&#8203;32054](https://github.com/nodejs/node/pull/32054)\\n- \\\\[[`d60988161d`](https://github.com/nodejs/node/commit/d60988161d)] - **http,https**: increase server headers timeout (Tim Costa) [#&#8203;30071](https://github.com/nodejs/node/pull/30071)\\n- \\\\[[`d883024884`](https://github.com/nodejs/node/commit/d883024884)] - **http2**: wait for secureConnect before initializing (Benjamin Coe) [#&#8203;32958](https://github.com/nodejs/node/pull/32958)\\n- \\\\[[`79e95e49f7`](https://github.com/nodejs/node/commit/79e95e49f7)] - **inspector**: only write coverage in fully bootstrapped Environments (Joyee Cheung) [#&#8203;32960](https://github.com/nodejs/node/pull/32960)\\n- \\\\[[`9570644194`](https://github.com/nodejs/node/commit/9570644194)] - **lib**: cosmetic change to builtinLibs list for maintainability (James M Snell) [#&#8203;33106](https://github.com/nodejs/node/pull/33106)\\n- \\\\[[`6356ad42ab`](https://github.com/nodejs/node/commit/6356ad42ab)] - **lib**: fix validateport error message when allowZero is false (rickyes) [#&#8203;32861](https://github.com/nodejs/node/pull/32861)\\n- \\\\[[`698e21b346`](https://github.com/nodejs/node/commit/698e21b346)] - **lib**: add warning on dynamic import es modules (Juan José Arboleda) [#&#8203;30720](https://github.com/nodejs/node/pull/30720)\\n- \\\\[[`4dba3fcafd`](https://github.com/nodejs/node/commit/4dba3fcafd)] - **lib**: unnecessary const assignment for class (Yash Ladha) [#&#8203;32962](https://github.com/nodejs/node/pull/32962)\\n- \\\\[[`84571cec7e`](https://github.com/nodejs/node/commit/84571cec7e)] - **lib**: remove unnecesary else block (David Daza) [#&#8203;32644](https://github.com/nodejs/node/pull/32644)\\n- \\\\[[`5885b37bcc`](https://github.com/nodejs/node/commit/5885b37bcc)] - **lib**: created isValidCallback helper (Yash Ladha) [#&#8203;32665](https://github.com/nodejs/node/pull/32665)\\n- \\\\[[`5b1c34651e`](https://github.com/nodejs/node/commit/5b1c34651e)] - **lib**: removed unused error code (Yash Ladha) [#&#8203;32481](https://github.com/nodejs/node/pull/32481)\\n- \\\\[[`965452dbad`](https://github.com/nodejs/node/commit/965452dbad)] - **lib**: replace Array to ArrayIsArray by primordials (himself65) [#&#8203;32258](https://github.com/nodejs/node/pull/32258)\\n- \\\\[[`434ca8766a`](https://github.com/nodejs/node/commit/434ca8766a)] - **lib**: move isLegalPort to validators, refactor (James M Snell) [#&#8203;31851](https://github.com/nodejs/node/pull/31851)\\n- \\\\[[`65ebfb2f12`](https://github.com/nodejs/node/commit/65ebfb2f12)] - **lib**: delete dead code in SourceMap (Justin Ridgewell) [#&#8203;31512](https://github.com/nodejs/node/pull/31512)\\n- \\\\[[`b1f08b8359`](https://github.com/nodejs/node/commit/b1f08b8359)] - **module**: no type module resolver side effects (Guy Bedford) [#&#8203;33086](https://github.com/nodejs/node/pull/33086)\\n- \\\\[[`a1fa180079`](https://github.com/nodejs/node/commit/a1fa180079)] - **module**: partial doc removal of --experimental-modules (Myles Borins) [#&#8203;32915](https://github.com/nodejs/node/pull/32915)\\n- \\\\[[`195043f910`](https://github.com/nodejs/node/commit/195043f910)] - **module**: refactor condition (Myles Borins) [#&#8203;32989](https://github.com/nodejs/node/pull/32989)\\n- \\\\[[`1811a10415`](https://github.com/nodejs/node/commit/1811a10415)] - **module**: exports not exported for null resolutions (Guy Bedford) [#&#8203;32838](https://github.com/nodejs/node/pull/32838)\\n- \\\\[[`3dc3772bb0`](https://github.com/nodejs/node/commit/3dc3772bb0)] - **module**: improve error for invalid package targets (Myles Borins) [#&#8203;32052](https://github.com/nodejs/node/pull/32052)\\n- \\\\[[`6489a5b1d8`](https://github.com/nodejs/node/commit/6489a5b1d8)] - **module**: fix memory leak when require error occurs (Qinhui Chen) [#&#8203;32837](https://github.com/nodejs/node/pull/32837)\\n- \\\\[[`b62910c851`](https://github.com/nodejs/node/commit/b62910c851)] - **module**: expose exports conditions to loaders (Jan Krems) [#&#8203;31303](https://github.com/nodejs/node/pull/31303)\\n- \\\\[[`b62db597af`](https://github.com/nodejs/node/commit/b62db597af)] - **module**: port source map sort logic from chromium (Benjamin Coe) [#&#8203;31927](https://github.com/nodejs/node/pull/31927)\\n- \\\\[[`4d7f9869f3`](https://github.com/nodejs/node/commit/4d7f9869f3)] - **n-api**: simplify uv_idle wrangling (Ben Noordhuis) [#&#8203;32997](https://github.com/nodejs/node/pull/32997)\\n- \\\\[[`d08be9c8ca`](https://github.com/nodejs/node/commit/d08be9c8ca)] - **n-api**: fix false assumption on napi_async_context structures (legendecas) [#&#8203;32928](https://github.com/nodejs/node/pull/32928)\\n- \\\\[[`fbd39436a0`](https://github.com/nodejs/node/commit/fbd39436a0)] - **n-api**: fix comment on expected N-API version (Michael Dawson) [#&#8203;32236](https://github.com/nodejs/node/pull/32236)\\n- \\\\[[`d50fe6c1ea`](https://github.com/nodejs/node/commit/d50fe6c1ea)] - **path**: fix comment grammar (thecodrr) [#&#8203;32942](https://github.com/nodejs/node/pull/32942)\\n- \\\\[[`8dcb22f735`](https://github.com/nodejs/node/commit/8dcb22f735)] - **perf_hooks**: remove unnecessary assignment when name is undefined (rickyes) [#&#8203;32910](https://github.com/nodejs/node/pull/32910)\\n- \\\\[[`f537377957`](https://github.com/nodejs/node/commit/f537377957)] - **process**: fix two overflow cases in SourceMap VLQ decoding (Justin Ridgewell) [#&#8203;31490](https://github.com/nodejs/node/pull/31490)\\n- \\\\[[`7582bce58d`](https://github.com/nodejs/node/commit/7582bce58d)] - **readline**: improve unicode support and tab completion (Ruben Bridgewater) [#&#8203;31288](https://github.com/nodejs/node/pull/31288)\\n- \\\\[[`5231c84396`](https://github.com/nodejs/node/commit/5231c84396)] - **readline**: move charLengthLeft() and charLengthAt() (Ruben Bridgewater) [#&#8203;31112](https://github.com/nodejs/node/pull/31112)\\n- \\\\[[`03efa716f0`](https://github.com/nodejs/node/commit/03efa716f0)] - **readline**: improve getStringWidth() (Ruben Bridgewater) [#&#8203;31112](https://github.com/nodejs/node/pull/31112)\\n- \\\\[[`e894eeb22d`](https://github.com/nodejs/node/commit/e894eeb22d)] - **readline**: set null as callback return in case there's no error (Ruben Bridgewater) [#&#8203;31006](https://github.com/nodejs/node/pull/31006)\\n- \\\\[[`3946cadf89`](https://github.com/nodejs/node/commit/3946cadf89)] - **readline**: small refactoring (Ruben Bridgewater) [#&#8203;31006](https://github.com/nodejs/node/pull/31006)\\n- \\\\[[`0bafe087e4`](https://github.com/nodejs/node/commit/0bafe087e4)] - **readline**: update ansi-regex (Ruben Bridgewater) [#&#8203;30907](https://github.com/nodejs/node/pull/30907)\\n- \\\\[[`4e9e4402c5`](https://github.com/nodejs/node/commit/4e9e4402c5)] - **readline,repl**: support tabs properly (Ruben Bridgewater) [#&#8203;31112](https://github.com/nodejs/node/pull/31112)\\n- \\\\[[`3903aec0b4`](https://github.com/nodejs/node/commit/3903aec0b4)] - **repl**: align preview with the actual executed code (Ruben Bridgewater) [#&#8203;32154](https://github.com/nodejs/node/pull/32154)\\n- \\\\[[`709d3e5eb3`](https://github.com/nodejs/node/commit/709d3e5eb3)] - **repl**: eager-evaluate input in parens (Shelley Vohr) [#&#8203;31943](https://github.com/nodejs/node/pull/31943)\\n- \\\\[[`ce5c9d771c`](https://github.com/nodejs/node/commit/ce5c9d771c)] - **repl**: do not preview while pasting code (Ruben Bridgewater) [#&#8203;31315](https://github.com/nodejs/node/pull/31315)\\n- \\\\[[`3867f2095e`](https://github.com/nodejs/node/commit/3867f2095e)] - **repl**: fix preview cursor position (Ruben Bridgewater) [#&#8203;31293](https://github.com/nodejs/node/pull/31293)\\n- \\\\[[`ee40b67413`](https://github.com/nodejs/node/commit/ee40b67413)] - **repl**: change preview default in case of custom eval functions (Ruben Bridgewater) [#&#8203;31259](https://github.com/nodejs/node/pull/31259)\\n- \\\\[[`a4ca3787ea`](https://github.com/nodejs/node/commit/a4ca3787ea)] - **repl**: activate previews for lines exceeding the terminal columns (Ruben Bridgewater) [#&#8203;31112](https://github.com/nodejs/node/pull/31112)\\n- \\\\[[`a892b4d00c`](https://github.com/nodejs/node/commit/a892b4d00c)] - **repl**: improve preview length calculation (Ruben Bridgewater) [#&#8203;31112](https://github.com/nodejs/node/pull/31112)\\n- \\\\[[`9abe0e32d8`](https://github.com/nodejs/node/commit/9abe0e32d8)] - **repl**: use public getCursorPos() (Colin Ihrig) [#&#8203;31091](https://github.com/nodejs/node/pull/31091)\\n- \\\\[[`85f8654415`](https://github.com/nodejs/node/commit/85f8654415)] - **repl**: fix preview of lines that exceed the terminal columns (Ruben Bridgewater) [#&#8203;31006](https://github.com/nodejs/node/pull/31006)\\n- \\\\[[`47dfa22adb`](https://github.com/nodejs/node/commit/47dfa22adb)] - **repl**: fix preview bug in case of long lines (Ruben Bridgewater) [#&#8203;30907](https://github.com/nodejs/node/pull/30907)\\n- \\\\[[`7131de5f77`](https://github.com/nodejs/node/commit/7131de5f77)] - **repl**: improve completion (Ruben Bridgewater) [#&#8203;30907](https://github.com/nodejs/node/pull/30907)\\n- \\\\[[`61886507ce`](https://github.com/nodejs/node/commit/61886507ce)] - **repl**: simplify code (Ruben Bridgewater) [#&#8203;30907](https://github.com/nodejs/node/pull/30907)\\n- \\\\[[`9b893e1bee`](https://github.com/nodejs/node/commit/9b893e1bee)] - **repl**: simplify repl autocompletion (Ruben Bridgewater) [#&#8203;30907](https://github.com/nodejs/node/pull/30907)\\n- \\\\[[`78dcdee35f`](https://github.com/nodejs/node/commit/78dcdee35f)] - **repl**: remove dead code (Ruben Bridgewater) [#&#8203;30907](https://github.com/nodejs/node/pull/30907)\\n- \\\\[[`f588301f2d`](https://github.com/nodejs/node/commit/f588301f2d)] - **repl,readline**: clean up code (Ruben Bridgewater) [#&#8203;31288](https://github.com/nodejs/node/pull/31288)\\n- \\\\[[`8be00314a6`](https://github.com/nodejs/node/commit/8be00314a6)] - **repl,readline**: refactor for simplicity (Ruben Bridgewater) [#&#8203;30907](https://github.com/nodejs/node/pull/30907)\\n- \\\\[[`6eda28c69f`](https://github.com/nodejs/node/commit/6eda28c69f)] - **repl,readline**: refactor common code (Ruben Bridgewater) [#&#8203;30907](https://github.com/nodejs/node/pull/30907)\\n- \\\\[[`f945a5e3e1`](https://github.com/nodejs/node/commit/f945a5e3e1)] - **report**: fix stderr matching for fatal error (gengjiawen) [#&#8203;32699](https://github.com/nodejs/node/pull/32699)\\n- \\\\[[`4b96fc522c`](https://github.com/nodejs/node/commit/4b96fc522c)] - **report**: add missing locks for report_on_fatalerror accessors (Anna Henningsen) [#&#8203;32535](https://github.com/nodejs/node/pull/32535)\\n- \\\\[[`c126d28c2e`](https://github.com/nodejs/node/commit/c126d28c2e)] - **report**: handle on-fatalerror better (Harshitha KP) [#&#8203;32207](https://github.com/nodejs/node/pull/32207)\\n- \\\\[[`85ef383bc5`](https://github.com/nodejs/node/commit/85ef383bc5)] - **src**: remove unused v8 Message namespace (Adrian Estrada) [#&#8203;33180](https://github.com/nodejs/node/pull/33180)\\n- \\\\[[`ffca498ca2`](https://github.com/nodejs/node/commit/ffca498ca2)] - **src**: use unique_ptr for CachedData in ContextifyScript::New (Anna Henningsen) [#&#8203;33113](https://github.com/nodejs/node/pull/33113)\\n- \\\\[[`b3f0417830`](https://github.com/nodejs/node/commit/b3f0417830)] - **src**: return undefined when validation err == 0 (James M Snell) [#&#8203;33107](https://github.com/nodejs/node/pull/33107)\\n- \\\\[[`1436977984`](https://github.com/nodejs/node/commit/1436977984)] - **src**: crypto::UseSNIContext to use BaseObjectPtr (James M Snell) [#&#8203;33107](https://github.com/nodejs/node/pull/33107)\\n- \\\\[[`6b1e2359c2`](https://github.com/nodejs/node/commit/6b1e2359c2)] - **src**: separate out NgLibMemoryManagerBase (James M Snell) [#&#8203;33104](https://github.com/nodejs/node/pull/33104)\\n- \\\\[[`8864353c6e`](https://github.com/nodejs/node/commit/8864353c6e)] - **src**: remove unnecessary fully qualified names (rickyes) [#&#8203;33077](https://github.com/nodejs/node/pull/33077)\\n- \\\\[[`62f29534de`](https://github.com/nodejs/node/commit/62f29534de)] - **src**: add AsyncWrapObject constructor template factory (Stephen Belanger) [#&#8203;33051](https://github.com/nodejs/node/pull/33051)\\n- \\\\[[`08b66f223d`](https://github.com/nodejs/node/commit/08b66f223d)] - **src**: do not compare against wide characters (Christopher Beeson) [#&#8203;32921](https://github.com/nodejs/node/pull/32921)\\n- \\\\[[`60db9afde5`](https://github.com/nodejs/node/commit/60db9afde5)] - **src**: fix empty-named env var assertion failure (Christopher Beeson) [#&#8203;32921](https://github.com/nodejs/node/pull/32921)\\n- \\\\[[`b893c5b7ba`](https://github.com/nodejs/node/commit/b893c5b7ba)] - **src**: assignment to valid type (Yash Ladha) [#&#8203;32879](https://github.com/nodejs/node/pull/32879)\\n- \\\\[[`846d7bdbbf`](https://github.com/nodejs/node/commit/846d7bdbbf)] - **src**: delete MicroTaskPolicy namespace (Juan José Arboleda) [#&#8203;32853](https://github.com/nodejs/node/pull/32853)\\n- \\\\[[`05059a2469`](https://github.com/nodejs/node/commit/05059a2469)] - **src**: use using NewStringType (rickyes) [#&#8203;32843](https://github.com/nodejs/node/pull/32843)\\n- \\\\[[`cf16cb7ed5`](https://github.com/nodejs/node/commit/cf16cb7ed5)] - **src**: fix null deref in AllocatedBuffer::clear (Matt Kulukundis) [#&#8203;32892](https://github.com/nodejs/node/pull/32892)\\n- \\\\[[`0745f8884c`](https://github.com/nodejs/node/commit/0745f8884c)] - **src**: remove validation of unreachable code (Juan José Arboleda) [#&#8203;32818](https://github.com/nodejs/node/pull/32818)\\n- \\\\[[`9c216640d7`](https://github.com/nodejs/node/commit/9c216640d7)] - **src**: elevate v8 namespaces (Nimit) [#&#8203;32872](https://github.com/nodejs/node/pull/32872)\\n- \\\\[[`71bdcaeac7`](https://github.com/nodejs/node/commit/71bdcaeac7)] - **src**: remove redundant v8::HeapSnapshot namespace (Juan José Arboleda) [#&#8203;32854](https://github.com/nodejs/node/pull/32854)\\n- \\\\[[`bb1481fd23`](https://github.com/nodejs/node/commit/bb1481fd23)] - **src**: remove unused using in node_worker.cc (Daniel Bevenius) [#&#8203;32840](https://github.com/nodejs/node/pull/32840)\\n- \\\\[[`8a38726826`](https://github.com/nodejs/node/commit/8a38726826)] - **src**: ignore GCC -Wcast-function-type for v8.h (Daniel Bevenius) [#&#8203;32679](https://github.com/nodejs/node/pull/32679)\\n- \\\\[[`c26637b7da`](https://github.com/nodejs/node/commit/c26637b7da)] - **src**: remove unused v8 Array namespace (Juan José Arboleda) [#&#8203;32749](https://github.com/nodejs/node/pull/32749)\\n- \\\\[[`c0d3fc28ec`](https://github.com/nodejs/node/commit/c0d3fc28ec)] - **src**: sync access for report and openssl options (Sam Roberts) [#&#8203;32618](https://github.com/nodejs/node/pull/32618)\\n- \\\\[[`9a010a3ea5`](https://github.com/nodejs/node/commit/9a010a3ea5)] - **src**: munmap(2) upon class instance destructor (Gabriel Schulhof) [#&#8203;32570](https://github.com/nodejs/node/pull/32570)\\n- \\\\[[`06953df051`](https://github.com/nodejs/node/commit/06953df051)] - **src**: fix extra includes of \\\"env.h\\\" and \\\"env-inl.h\\\" (Nick Kreeger) [#&#8203;32293](https://github.com/nodejs/node/pull/32293)\\n- \\\\[[`7432d0a170`](https://github.com/nodejs/node/commit/7432d0a170)] - **src**: avoid using elevated v8 namespaces in node_perf.h (James M Snell) [#&#8203;32468](https://github.com/nodejs/node/pull/32468)\\n- \\\\[[`6175a22b87`](https://github.com/nodejs/node/commit/6175a22b87)] - **src**: avoid using elevated v8 namespaces in node_errors.h (James M Snell) [#&#8203;32468](https://github.com/nodejs/node/pull/32468)\\n- \\\\[[`464ff85ddd`](https://github.com/nodejs/node/commit/464ff85ddd)] - **src**: remove loop_init_failed\\\\_ from Worker class (Anna Henningsen) [#&#8203;32562](https://github.com/nodejs/node/pull/32562)\\n- \\\\[[`9f6ed724e0`](https://github.com/nodejs/node/commit/9f6ed724e0)] - **src**: clean up worker thread creation code (Anna Henningsen) [#&#8203;32562](https://github.com/nodejs/node/pull/32562)\\n- \\\\[[`73c55d39f3`](https://github.com/nodejs/node/commit/73c55d39f3)] - **src**: include AsyncWrap provider strings in snapshot (Anna Henningsen) [#&#8203;32572](https://github.com/nodejs/node/pull/32572)\\n- \\\\[[`29eca36ea8`](https://github.com/nodejs/node/commit/29eca36ea8)] - **src**: move JSONWriter into its own file (Anna Henningsen) [#&#8203;32552](https://github.com/nodejs/node/pull/32552)\\n- \\\\[[`8e3dd47db7`](https://github.com/nodejs/node/commit/8e3dd47db7)] - **src**: handle report options on fatalerror (Sam Roberts) [#&#8203;32497](https://github.com/nodejs/node/pull/32497)\\n- \\\\[[`e0351945bc`](https://github.com/nodejs/node/commit/e0351945bc)] - **src**: refactoring and cleanup of node_i18n (James M Snell) [#&#8203;32438](https://github.com/nodejs/node/pull/32438)\\n- \\\\[[`23f8f35022`](https://github.com/nodejs/node/commit/23f8f35022)] - **src**: unify Linux and FreeBSD large pages implem (Gabriel Schulhof) [#&#8203;32534](https://github.com/nodejs/node/pull/32534)\\n- \\\\[[`16d85d9328`](https://github.com/nodejs/node/commit/16d85d9328)] - **src**: fix compiler warnings in node_report_module (Daniel Bevenius) [#&#8203;32498](https://github.com/nodejs/node/pull/32498)\\n- \\\\[[`58aadcdacf`](https://github.com/nodejs/node/commit/58aadcdacf)] - **src**: simplify large pages mapping code (Gabriel Schulhof) [#&#8203;32396](https://github.com/nodejs/node/pull/32396)\\n- \\\\[[`2da974e15e`](https://github.com/nodejs/node/commit/2da974e15e)] - **src**: use single ObjectTemplate for TextDecoder (Anna Henningsen) [#&#8203;32426](https://github.com/nodejs/node/pull/32426)\\n- \\\\[[`8f7f4e5aba`](https://github.com/nodejs/node/commit/8f7f4e5aba)] - **src**: avoid Isolate::GetCurrent() for platform implementation (Anna Henningsen) [#&#8203;32269](https://github.com/nodejs/node/pull/32269)\\n- \\\\[[`df046dec97`](https://github.com/nodejs/node/commit/df046dec97)] - **src**: add debug option to report large page stats (Gabriel Schulhof) [#&#8203;32331](https://github.com/nodejs/node/pull/32331)\\n- \\\\[[`43e9ae8317`](https://github.com/nodejs/node/commit/43e9ae8317)] - **src**: prefer OnScopeLeave over shared_ptr\\\\\\\\&lt;void> (Anna Henningsen) [#&#8203;32247](https://github.com/nodejs/node/pull/32247)\\n- \\\\[[`2f976d783f`](https://github.com/nodejs/node/commit/2f976d783f)] - **src**: find .text section using dl_iterate_phdr (Gabriel Schulhof) [#&#8203;32244](https://github.com/nodejs/node/pull/32244)\\n- \\\\[[`40c5d58095`](https://github.com/nodejs/node/commit/40c5d58095)] - **_Revert_** \\\"**src**: keep main-thread Isolate attached to platform during Dispose\\\" (Anna Henningsen) [#&#8203;31853](https://github.com/nodejs/node/pull/31853)\\n- \\\\[[`51a345674e`](https://github.com/nodejs/node/commit/51a345674e)] - **src**: handle NULL env scenario (Harshitha KP) [#&#8203;31899](https://github.com/nodejs/node/pull/31899)\\n- \\\\[[`154da1f0d3`](https://github.com/nodejs/node/commit/154da1f0d3)] - **src**: add missing namespace using statements in node_watchdog.h (legendecas) [#&#8203;32117](https://github.com/nodejs/node/pull/32117)\\n- \\\\[[`83c47b6079`](https://github.com/nodejs/node/commit/83c47b6079)] - **src**: introduce node_sockaddr (James M Snell) [#&#8203;32070](https://github.com/nodejs/node/pull/32070)\\n- \\\\[[`c979aeaf26`](https://github.com/nodejs/node/commit/c979aeaf26)] - **src**: improve handling of internal field counting (James M Snell) [#&#8203;31960](https://github.com/nodejs/node/pull/31960)\\n- \\\\[[`38de40ac50`](https://github.com/nodejs/node/commit/38de40ac50)] - **src**: do not unnecessarily re-assign uv handle data (Anna Henningsen) [#&#8203;31696](https://github.com/nodejs/node/pull/31696)\\n- \\\\[[`e204dba3f3`](https://github.com/nodejs/node/commit/e204dba3f3)] - **src**: pass resource object along with InternalMakeCallback (Anna Henningsen) [#&#8203;32063](https://github.com/nodejs/node/pull/32063)\\n- \\\\[[`ffefb059e2`](https://github.com/nodejs/node/commit/ffefb059e2)] - **src**: move InternalCallbackScope to StartExecution (Shelley Vohr) [#&#8203;31944](https://github.com/nodejs/node/pull/31944)\\n- \\\\[[`178c682ad1`](https://github.com/nodejs/node/commit/178c682ad1)] - **src**: start the .text section with an asm symbol (Gabriel Schulhof) [#&#8203;31981](https://github.com/nodejs/node/pull/31981)\\n- \\\\[[`809d8b5036`](https://github.com/nodejs/node/commit/809d8b5036)] - **src**: include large pages source unconditionally (Gabriel Schulhof) [#&#8203;31904](https://github.com/nodejs/node/pull/31904)\\n- \\\\[[`5ea3d60db1`](https://github.com/nodejs/node/commit/5ea3d60db1)] - **src**: use \\\\_\\\\_executable_start for linux hugepages (Ben Noordhuis) [#&#8203;31547](https://github.com/nodejs/node/pull/31547)\\n- \\\\[[`1e95bb85a9`](https://github.com/nodejs/node/commit/1e95bb85a9)] - **src**: make large_pages node.cc include conditional (Denys Otrishko) [#&#8203;31078](https://github.com/nodejs/node/pull/31078)\\n- \\\\[[`6dcb868a0a`](https://github.com/nodejs/node/commit/6dcb868a0a)] - **src**: make --use-largepages a runtime option (Gabriel Schulhof) [#&#8203;30954](https://github.com/nodejs/node/pull/30954)\\n- \\\\[[`f3fb6a11fe`](https://github.com/nodejs/node/commit/f3fb6a11fe)] - **src**: change GetStringWidth's expand_emoji_sequence option default (Ruben Bridgewater) [#&#8203;31112](https://github.com/nodejs/node/pull/31112)\\n- \\\\[[`4f6300f804`](https://github.com/nodejs/node/commit/4f6300f804)] - **src**: improve GetColumnWidth performance (Ruben Bridgewater) [#&#8203;31112](https://github.com/nodejs/node/pull/31112)\\n- \\\\[[`98297b92f5`](https://github.com/nodejs/node/commit/98297b92f5)] - **src**: inline SetSNICallback (Anna Henningsen) [#&#8203;30548](https://github.com/nodejs/node/pull/30548)\\n- \\\\[[`ce8d8c06ac`](https://github.com/nodejs/node/commit/ce8d8c06ac)] - **src**: use BaseObjectPtr to store SNI context (Anna Henningsen) [#&#8203;30548](https://github.com/nodejs/node/pull/30548)\\n- \\\\[[`c86883e4fe`](https://github.com/nodejs/node/commit/c86883e4fe)] - **stream**: add null check in Readable.from (Pranshu Srivastava) [#&#8203;32873](https://github.com/nodejs/node/pull/32873)\\n- \\\\[[`5df8ab16f2`](https://github.com/nodejs/node/commit/5df8ab16f2)] - **stream**: close iterator in Readable.from (Vadzim Zieńka) [#&#8203;32844](https://github.com/nodejs/node/pull/32844)\\n- \\\\[[`c8b4ab0978`](https://github.com/nodejs/node/commit/c8b4ab0978)] - **stream**: fix readable state `awaitDrain` increase in recursion (ran) [#&#8203;27572](https://github.com/nodejs/node/pull/27572)\\n- \\\\[[`becbe9e246`](https://github.com/nodejs/node/commit/becbe9e246)] - **tls**: move getAllowUnauthorized to internal/options (James M Snell) [#&#8203;32917](https://github.com/nodejs/node/pull/32917)\\n- \\\\[[`dec8a21cc8`](https://github.com/nodejs/node/commit/dec8a21cc8)] - **tls**: provide default cipher list from command line (Anna Henningsen) [#&#8203;32760](https://github.com/nodejs/node/pull/32760)\\n- \\\\[[`8961d33aff`](https://github.com/nodejs/node/commit/8961d33aff)] - **tls**: add memory tracking support to SSLWrap (Anna Henningsen) [#&#8203;30548](https://github.com/nodejs/node/pull/30548)\\n- \\\\[[`1b41829828`](https://github.com/nodejs/node/commit/1b41829828)] - **util**: improve unicode support (Ruben Bridgewater) [#&#8203;31319](https://github.com/nodejs/node/pull/31319)\\n- \\\\[[`a0b1a06fff`](https://github.com/nodejs/node/commit/a0b1a06fff)] - **util**: add todo comments for inspect to add unicode support (Ruben Bridgewater) [#&#8203;31112](https://github.com/nodejs/node/pull/31112)\\n- \\\\[[`e0e8a9af6f`](https://github.com/nodejs/node/commit/e0e8a9af6f)] - **util,readline**: NFC-normalize strings before getStringWidth (Anna Henningsen) [#&#8203;33052](https://github.com/nodejs/node/pull/33052)\\n- \\\\[[`6a9f867e56`](https://github.com/nodejs/node/commit/6a9f867e56)] - **vm**: throw error when duplicated exportNames in SyntheticModule (himself65) [#&#8203;32810](https://github.com/nodejs/node/pull/32810)\\n- \\\\[[`02de66a110`](https://github.com/nodejs/node/commit/02de66a110)] - **vm**: lazily initialize primordials for vm contexts (Joyee Cheung) [#&#8203;31738](https://github.com/nodejs/node/pull/31738)\\n- \\\\[[`843a54fd33`](https://github.com/nodejs/node/commit/843a54fd33)] - **wasi**: use free() to release preopen array (Anna Henningsen) [#&#8203;33110](https://github.com/nodejs/node/pull/33110)\\n- \\\\[[`7f845e614b`](https://github.com/nodejs/node/commit/7f845e614b)] - **wasi**: update start() behavior to match spec (Colin Ihrig) [#&#8203;33073](https://github.com/nodejs/node/pull/33073)\\n- \\\\[[`e1fe0b66b5`](https://github.com/nodejs/node/commit/e1fe0b66b5)] - **wasi**: rename \\\\_\\\\_wasi_unstable_reactor_start() (Colin Ihrig) [#&#8203;33073](https://github.com/nodejs/node/pull/33073)\\n- \\\\[[`7c723af3ae`](https://github.com/nodejs/node/commit/7c723af3ae)] - **wasi**: clean up options validation (Denys Otrishko) [#&#8203;31797](https://github.com/nodejs/node/pull/31797)\\n- \\\\[[`9ce6e363f4`](https://github.com/nodejs/node/commit/9ce6e363f4)] - **worker**: fix process.env var empty key access (Christopher Beeson) [#&#8203;32921](https://github.com/nodejs/node/pull/32921)\\n- \\\\[[`57cd7d2faa`](https://github.com/nodejs/node/commit/57cd7d2faa)] - **worker**: fix type check in receiveMessageOnPort (Anna Henningsen) [#&#8203;32745](https://github.com/nodejs/node/pull/32745)\\n- \\\\[[`ade4ec6f9a`](https://github.com/nodejs/node/commit/ade4ec6f9a)] - **worker**: runtime error on pthread creation (Harshitha KP) [#&#8203;32344](https://github.com/nodejs/node/pull/32344)\\n\\n##### Documentation commits\\n\\n- \\\\[[`51c3c8d1e8`](https://github.com/nodejs/node/commit/51c3c8d1e8)] - **doc**: fix a typo in crypto.generateKeyPairSync() (himself65) [#&#8203;33187](https://github.com/nodejs/node/pull/33187)\\n- \\\\[[`62143b5cb9`](https://github.com/nodejs/node/commit/62143b5cb9)] - **doc**: add util.types.isArrayBufferView() (Kevin Locke) [#&#8203;33092](https://github.com/nodejs/node/pull/33092)\\n- \\\\[[`f127ae3102`](https://github.com/nodejs/node/commit/f127ae3102)] - **doc**: clarify when not to run CI on docs (Juan José Arboleda) [#&#8203;33101](https://github.com/nodejs/node/pull/33101)\\n- \\\\[[`7c8b0d27eb`](https://github.com/nodejs/node/commit/7c8b0d27eb)] - **doc**: fix the spelling error in stream.md (白一梓) [#&#8203;31561](https://github.com/nodejs/node/pull/31561)\\n- \\\\[[`31b143ccf1`](https://github.com/nodejs/node/commit/31b143ccf1)] - **doc**: correct Nodejs to Node.js spelling (Nick Schonning) [#&#8203;33088](https://github.com/nodejs/node/pull/33088)\\n- \\\\[[`2ac0f20019`](https://github.com/nodejs/node/commit/2ac0f20019)] - **doc**: improve worker pool example (Ranjan Purbey) [#&#8203;33082](https://github.com/nodejs/node/pull/33082)\\n- \\\\[[`90cf88614e`](https://github.com/nodejs/node/commit/90cf88614e)] - **doc**: some grammar fixes (Chris Holland) [#&#8203;33081](https://github.com/nodejs/node/pull/33081)\\n- \\\\[[`8a9be1d071`](https://github.com/nodejs/node/commit/8a9be1d071)] - **doc**: don't check links in tmp dirs (Ben Noordhuis) [#&#8203;32996](https://github.com/nodejs/node/pull/32996)\\n- \\\\[[`5ea5c26442`](https://github.com/nodejs/node/commit/5ea5c26442)] - **doc**: improve WHATWG url constructor code example (Liran Tal) [#&#8203;32782](https://github.com/nodejs/node/pull/32782)\\n- \\\\[[`c90a070735`](https://github.com/nodejs/node/commit/c90a070735)] - **doc**: make openssl maintenance position independent (Sam Roberts) [#&#8203;32977](https://github.com/nodejs/node/pull/32977)\\n- \\\\[[`d75f644dc2`](https://github.com/nodejs/node/commit/d75f644dc2)] - **doc**: improve release documentation (Michaël Zasso) [#&#8203;33042](https://github.com/nodejs/node/pull/33042)\\n- \\\\[[`98c3c427fc`](https://github.com/nodejs/node/commit/98c3c427fc)] - **doc**: add</details>\\n\\n---\\n\\n### Renovate configuration\\n\\n:date: **Schedule**: At any time (no schedule defined).\\n\\n:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\\n\\n:recycle: **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.\\n\\n:ghost: **Immortal**: This MR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/config-help/issues) if that's undesired.\\n\\n---\\n\\n - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box\\n\\n---\\n\\nThis MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).\",\"labels\":\"CI/CD,Renovate\"}",
  3774. "method": "POST",
  3775. "gotTimeout": {"request": 60000}
  3776. },
  3777. "event": "request",
  3778. "message": "Timeout awaiting 'request' for 60000ms",
  3779. "stack": "TimeoutError: Timeout awaiting 'request' for 60000ms\n at ClientRequest.<anonymous> (/usr/local/lib/node_modules/renovate/node_modules/got/source/request-as-event-emitter.js:176:14)\n at Object.onceWrapper (events.js:300:26)\n at ClientRequest.emit (events.js:215:7)\n at ClientRequest.EventEmitter.emit (domain.js:475:20)\n at ClientRequest.origin.emit (/usr/local/lib/node_modules/renovate/node_modules/@szmarczak/http-timer/source/index.js:37:11)\n at Immediate.timeoutHandler (/usr/local/lib/node_modules/renovate/node_modules/got/source/utils/timed-out.js:63:11)\n at processImmediate (internal/timers.js:441:21)\n at process.topLevelDomainCallback (domain.js:130:23)"
  3780. }
  3781. DEBUG: Pull request creation error (repository=__COMPANY__/__client__/services/client, branch=renovate/node-12.x)
  3782. "err": {
  3783. "message": "platform-failure",
  3784. "stack": "Error: platform-failure\n at get (/usr/local/lib/node_modules/renovate/dist/platform/gitlab/gl-got-wrapper.js:49:19)\n at processTicksAndRejections (internal/process/task_queues.js:93:5)"
  3785. }
  3786. DEBUG: processBranch with 1 upgrades (repository=__COMPANY__/__client__/services/client, dependencies=@babel/core, branch=renovate/babel-monorepo)
  3787. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3788. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3789. DEBUG: latest commit (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3790. "branchName": "master",
  3791. "latestCommitDate": "2020-05-26 09:26:58 +0000"
  3792. DEBUG: getBranchPr(renovate/babel-monorepo) (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3793. DEBUG: branchExists=false (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3794. DEBUG: Branch has 1 upgrade(s) (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3795. DEBUG: recreateClosed is true (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3796. DEBUG: Checking schedule(at any time, null) (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3797. DEBUG: No schedule defined (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3798. DEBUG: Branch needs creating (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3799. DEBUG: Using parentBranch: undefined (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3800. DEBUG: manager.getUpdatedPackageFiles() (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3801. DEBUG: npm.updateDependency(): devDependencies.@babel/core = 7.10.0 (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3802. DEBUG: Updating packageFile content (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3803. DEBUG: Updated 1 package files (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3804. DEBUG: Getting updated lock files (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3805. DEBUG: lock file dirs (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3806. "dirs": {
  3807. "yarnLockDirs": [],
  3808. "npmLockDirs": ["package-lock.json"],
  3809. "pnpmShrinkwrapDirs": [],
  3810. "lernaDirs": []
  3811. }
  3812. DEBUG: Writing package.json files (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3813. "packageFiles": ["package.json"]
  3814. DEBUG: Writing package-lock.json (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3815. DEBUG: Writing any updated package files (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3816. DEBUG: Writing package.json (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3817. DEBUG: No npmrc file found in repository (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3818. DEBUG: Generating package-lock.json for . (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3819. DEBUG: Spawning npm install to create /builds/__COMPANY__/tools/renovate-bot/repos/gitlab/__COMPANY__/__client__/services/client/package-lock.json (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3820. DEBUG: No locally installed npm found (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3821. DEBUG: Using npm: node /usr/local/lib/node_modules/renovate/node_modules/npm/bin/npm-cli.js install --package-lock-only --no-audit (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3822. DEBUG: Executing command (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3823. "command": "node /usr/local/lib/node_modules/renovate/node_modules/npm/bin/npm-cli.js install --package-lock-only --no-audit"
  3824. DEBUG: exec completed (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3825. "cmd": "node /usr/local/lib/node_modules/renovate/node_modules/npm/bin/npm-cli.js install --package-lock-only --no-audit",
  3826. "durationMs": 13321,
  3827. "stdout": "added 2806 packages in 10.94s\n",
  3828. "stderr": ""
  3829. DEBUG: package-lock.json needs updating (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3830. DEBUG: Updated 1 lock files (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3831. "updatedArtifacts": ["package-lock.json"]
  3832. DEBUG: 2 file(s) to commit (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3833. DEBUG: Committing files to branch renovate/babel-monorepo (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3834. INFO: Branch created (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3835. "commitHash": "977a40e"
  3836. DEBUG: Ensuring PR (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3837. DEBUG: There are 0 errors and 0 warnings (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3838. DEBUG: getBranchPr(renovate/babel-monorepo) (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3839. DEBUG: Got res with 0 results (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3840. DEBUG: getBranchStatus(renovate/babel-monorepo) (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3841. DEBUG: Got res with 0 results (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3842. DEBUG: Creating PR (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3843. "prTitle": "build(devdeps): update dependency @babel/core to v7.10.0"
  3844. DEBUG: Creating Merge Request: build(devdeps): update dependency @babel/core to v7.10.0 (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3845. DEBUG: Gitlab API error (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3846. "err": {
  3847. "name": "HTTPError",
  3848. "hostname": "gitlab.com",
  3849. "method": "PUT",
  3850. "path": "/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/867/merge",
  3851. "protocol": "https:",
  3852. "url": "https://gitlab.com/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/867/merge",
  3853. "gotOptions": {
  3854. "path": "/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/867/merge",
  3855. "protocol": "https:",
  3856. "hostname": "gitlab.com",
  3857. "hash": "",
  3858. "search": "",
  3859. "pathname": "/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/867/merge",
  3860. "href": "https://gitlab.com/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/867/merge",
  3861. "headers": {
  3862. "user-agent": "https://github.com/renovatebot/renovate",
  3863. "accept": "application/json",
  3864. "accept-encoding": "gzip, deflate",
  3865. "content-type": "application/json",
  3866. "Private-token": "**redacted**",
  3867. "content-length": 72
  3868. },
  3869. "hooks": {
  3870. "beforeError": [],
  3871. "init": [],
  3872. "beforeRequest": [],
  3873. "beforeRedirect": [],
  3874. "beforeRetry": [],
  3875. "afterResponse": []
  3876. },
  3877. "retry": {"methods": {}, "statusCodes": {}, "errorCodes": {}},
  3878. "decompress": true,
  3879. "throwHttpErrors": true,
  3880. "followRedirect": true,
  3881. "stream": false,
  3882. "form": false,
  3883. "json": true,
  3884. "cache": false,
  3885. "useElectronNet": false,
  3886. "hostType": "gitlab",
  3887. "baseUrl": "https://gitlab.com/api/v4/",
  3888. "body": "{\"should_remove_source_branch\":true,\"merge_when_pipeline_succeeds\":true}",
  3889. "method": "PUT",
  3890. "gotTimeout": {"request": 60000}
  3891. },
  3892. "statusCode": 405,
  3893. "statusMessage": "Method Not Allowed",
  3894. "headers": {
  3895. "date": "Wed, 27 May 2020 04:10:24 GMT",
  3896. "content-type": "application/json",
  3897. "content-length": "36",
  3898. "connection": "close",
  3899. "set-cookie": [
  3900. "__cfduid=d3e5064e148e26cf99946ccd65ebd144e1590552623; expires=Fri, 26-Jun-20 04:10:23 GMT; path=/; domain=.gitlab.com; HttpOnly; SameSite=Lax; Secure"
  3901. ],
  3902. "cache-control": "no-cache",
  3903. "vary": "Origin",
  3904. "x-content-type-options": "nosniff",
  3905. "x-frame-options": "SAMEORIGIN",
  3906. "x-request-id": "6laoSjfoq97",
  3907. "x-runtime": "0.091060",
  3908. "ratelimit-limit": "600",
  3909. "ratelimit-observed": "5",
  3910. "ratelimit-remaining": "595",
  3911. "ratelimit-reset": "1590552684",
  3912. "ratelimit-resettime": "Wed, 27 May 2020 04:11:24 GMT",
  3913. "gitlab-lb": "fe-03-lb-gprd",
  3914. "gitlab-sv": "localhost",
  3915. "cf-cache-status": "DYNAMIC",
  3916. "cf-request-id": "02f5ec137a000074114a94d200000001",
  3917. "expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"",
  3918. "server": "cloudflare",
  3919. "cf-ray": "599ce2cbfe137411-IAD"
  3920. },
  3921. "body": {"message": "405 Method Not Allowed"},
  3922. "message": "Response code 405 (Method Not Allowed)",
  3923. "stack": "HTTPError: Response code 405 (Method Not Allowed)\n at EventEmitter.<anonymous> (/usr/local/lib/node_modules/renovate/node_modules/got/source/as-promise.js:74:19)\n at processTicksAndRejections (internal/process/task_queues.js:93:5)"
  3924. }
  3925. DEBUG: Automerge on PR creation failed (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  3926. "err": {
  3927. "name": "HTTPError",
  3928. "hostname": "gitlab.com",
  3929. "method": "PUT",
  3930. "path": "/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/867/merge",
  3931. "protocol": "https:",
  3932. "url": "https://gitlab.com/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/867/merge",
  3933. "gotOptions": {
  3934. "path": "/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/867/merge",
  3935. "protocol": "https:",
  3936. "hostname": "gitlab.com",
  3937. "hash": "",
  3938. "search": "",
  3939. "pathname": "/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/867/merge",
  3940. "href": "https://gitlab.com/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/867/merge",
  3941. "headers": {
  3942. "user-agent": "https://github.com/renovatebot/renovate",
  3943. "accept": "application/json",
  3944. "accept-encoding": "gzip, deflate",
  3945. "content-type": "application/json",
  3946. "Private-token": "**redacted**",
  3947. "content-length": 72
  3948. },
  3949. "hooks": {
  3950. "beforeError": [],
  3951. "init": [],
  3952. "beforeRequest": [],
  3953. "beforeRedirect": [],
  3954. "beforeRetry": [],
  3955. "afterResponse": []
  3956. },
  3957. "retry": {"methods": {}, "statusCodes": {}, "errorCodes": {}},
  3958. "decompress": true,
  3959. "throwHttpErrors": true,
  3960. "followRedirect": true,
  3961. "stream": false,
  3962. "form": false,
  3963. "json": true,
  3964. "cache": false,
  3965. "useElectronNet": false,
  3966. "hostType": "gitlab",
  3967. "baseUrl": "https://gitlab.com/api/v4/",
  3968. "body": "{\"should_remove_source_branch\":true,\"merge_when_pipeline_succeeds\":true}",
  3969. "method": "PUT",
  3970. "gotTimeout": {"request": 60000}
  3971. },
  3972. "statusCode": 405,
  3973. "statusMessage": "Method Not Allowed",
  3974. "headers": {
  3975. "date": "Wed, 27 May 2020 04:10:24 GMT",
  3976. "content-type": "application/json",
  3977. "content-length": "36",
  3978. "connection": "close",
  3979. "set-cookie": [
  3980. "__cfduid=d3e5064e148e26cf99946ccd65ebd144e1590552623; expires=Fri, 26-Jun-20 04:10:23 GMT; path=/; domain=.gitlab.com; HttpOnly; SameSite=Lax; Secure"
  3981. ],
  3982. "cache-control": "no-cache",
  3983. "vary": "Origin",
  3984. "x-content-type-options": "nosniff",
  3985. "x-frame-options": "SAMEORIGIN",
  3986. "x-request-id": "6laoSjfoq97",
  3987. "x-runtime": "0.091060",
  3988. "ratelimit-limit": "600",
  3989. "ratelimit-observed": "5",
  3990. "ratelimit-remaining": "595",
  3991. "ratelimit-reset": "1590552684",
  3992. "ratelimit-resettime": "Wed, 27 May 2020 04:11:24 GMT",
  3993. "gitlab-lb": "fe-03-lb-gprd",
  3994. "gitlab-sv": "localhost",
  3995. "cf-cache-status": "DYNAMIC",
  3996. "cf-request-id": "02f5ec137a000074114a94d200000001",
  3997. "expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"",
  3998. "server": "cloudflare",
  3999. "cf-ray": "599ce2cbfe137411-IAD"
  4000. },
  4001. "body": {"message": "405 Method Not Allowed"},
  4002. "message": "Response code 405 (Method Not Allowed)",
  4003. "stack": "HTTPError: Response code 405 (Method Not Allowed)\n at EventEmitter.<anonymous> (/usr/local/lib/node_modules/renovate/node_modules/got/source/as-promise.js:74:19)\n at processTicksAndRejections (internal/process/task_queues.js:93:5)"
  4004. }
  4005. INFO: PR created (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  4006. "pr": 867,
  4007. "prTitle": "build(devdeps): update dependency @babel/core to v7.10.0"
  4008. DEBUG: getBranchStatus(renovate/babel-monorepo) (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  4009. DEBUG: Got res with 3 results (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  4010. DEBUG: getBranchStatus() result (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  4011. "branchStatus": "yellow",
  4012. "branchName": "renovate/babel-monorepo"
  4013. DEBUG: Skipping assignees and reviewers as automerge=true (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  4014. DEBUG: Created Merge Request #867 (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  4015. DEBUG: Ensuring comment ":warning: Artifact update problem" in #867 is removed (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  4016. DEBUG: Getting comments for #867 (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  4017. DEBUG: Found 0 comments (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  4018. DEBUG: Checking #867 for automerge (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  4019. "automerge": true,
  4020. "automergeType": "pr",
  4021. "automergeComment": "automergeComment"
  4022. DEBUG: PR is configured for automerge (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  4023. DEBUG: PR is not ready for merge (repository=__COMPANY__/__client__/services/client, branch=renovate/babel-monorepo)
  4024. "canMergeReason": undefined
  4025. DEBUG: processBranch with 1 upgrades (repository=__COMPANY__/__client__/services/client, dependencies=@types/lodash, branch=renovate/lodash-4.x)
  4026. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4027. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4028. DEBUG: latest commit (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4029. "branchName": "master",
  4030. "latestCommitDate": "2020-05-26 09:26:58 +0000"
  4031. DEBUG: getBranchPr(renovate/lodash-4.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4032. DEBUG: branchExists=false (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4033. DEBUG: Branch has 1 upgrade(s) (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4034. DEBUG: recreateClosed is true (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4035. DEBUG: Checking schedule(at any time, null) (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4036. DEBUG: No schedule defined (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4037. DEBUG: Branch needs creating (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4038. DEBUG: Using parentBranch: undefined (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4039. DEBUG: manager.getUpdatedPackageFiles() (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4040. DEBUG: npm.updateDependency(): devDependencies.@types/lodash = 4.14.153 (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4041. DEBUG: Updating packageFile content (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4042. DEBUG: Updated 1 package files (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4043. DEBUG: Getting updated lock files (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4044. DEBUG: lock file dirs (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4045. "dirs": {
  4046. "yarnLockDirs": [],
  4047. "npmLockDirs": ["package-lock.json"],
  4048. "pnpmShrinkwrapDirs": [],
  4049. "lernaDirs": []
  4050. }
  4051. DEBUG: Writing package.json files (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4052. "packageFiles": ["package.json"]
  4053. DEBUG: Writing package-lock.json (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4054. DEBUG: Writing any updated package files (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4055. DEBUG: Writing package.json (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4056. DEBUG: No npmrc file found in repository (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4057. DEBUG: Generating package-lock.json for . (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4058. DEBUG: Spawning npm install to create /builds/__COMPANY__/tools/renovate-bot/repos/gitlab/__COMPANY__/__client__/services/client/package-lock.json (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4059. DEBUG: No locally installed npm found (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4060. DEBUG: Using npm: node /usr/local/lib/node_modules/renovate/node_modules/npm/bin/npm-cli.js install --package-lock-only --no-audit (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4061. DEBUG: Executing command (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4062. "command": "node /usr/local/lib/node_modules/renovate/node_modules/npm/bin/npm-cli.js install --package-lock-only --no-audit"
  4063. DEBUG: exec completed (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4064. "cmd": "node /usr/local/lib/node_modules/renovate/node_modules/npm/bin/npm-cli.js install --package-lock-only --no-audit",
  4065. "durationMs": 12971,
  4066. "stdout": "added 2800 packages in 10.724s\n",
  4067. "stderr": ""
  4068. DEBUG: package-lock.json needs updating (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4069. DEBUG: Updated 1 lock files (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4070. "updatedArtifacts": ["package-lock.json"]
  4071. DEBUG: 2 file(s) to commit (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4072. DEBUG: Committing files to branch renovate/lodash-4.x (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4073. INFO: Branch created (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4074. "commitHash": "5198ad0"
  4075. DEBUG: Ensuring PR (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4076. DEBUG: There are 0 errors and 0 warnings (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4077. DEBUG: getBranchPr(renovate/lodash-4.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4078. DEBUG: Got res with 0 results (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4079. DEBUG: getBranchStatus(renovate/lodash-4.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4080. DEBUG: Got res with 0 results (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4081. DEBUG: Creating PR (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4082. "prTitle": "build(devdeps): update dependency @types/lodash to v4.14.153"
  4083. DEBUG: Creating Merge Request: build(devdeps): update dependency @types/lodash to v4.14.153 (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4084. DEBUG: Gitlab API error (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4085. "err": {
  4086. "name": "HTTPError",
  4087. "hostname": "gitlab.com",
  4088. "method": "PUT",
  4089. "path": "/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/868/merge",
  4090. "protocol": "https:",
  4091. "url": "https://gitlab.com/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/868/merge",
  4092. "gotOptions": {
  4093. "path": "/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/868/merge",
  4094. "protocol": "https:",
  4095. "hostname": "gitlab.com",
  4096. "hash": "",
  4097. "search": "",
  4098. "pathname": "/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/868/merge",
  4099. "href": "https://gitlab.com/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/868/merge",
  4100. "headers": {
  4101. "user-agent": "https://github.com/renovatebot/renovate",
  4102. "accept": "application/json",
  4103. "accept-encoding": "gzip, deflate",
  4104. "content-type": "application/json",
  4105. "Private-token": "**redacted**",
  4106. "content-length": 72
  4107. },
  4108. "hooks": {
  4109. "beforeError": [],
  4110. "init": [],
  4111. "beforeRequest": [],
  4112. "beforeRedirect": [],
  4113. "beforeRetry": [],
  4114. "afterResponse": []
  4115. },
  4116. "retry": {"methods": {}, "statusCodes": {}, "errorCodes": {}},
  4117. "decompress": true,
  4118. "throwHttpErrors": true,
  4119. "followRedirect": true,
  4120. "stream": false,
  4121. "form": false,
  4122. "json": true,
  4123. "cache": false,
  4124. "useElectronNet": false,
  4125. "hostType": "gitlab",
  4126. "baseUrl": "https://gitlab.com/api/v4/",
  4127. "body": "{\"should_remove_source_branch\":true,\"merge_when_pipeline_succeeds\":true}",
  4128. "method": "PUT",
  4129. "gotTimeout": {"request": 60000}
  4130. },
  4131. "statusCode": 405,
  4132. "statusMessage": "Method Not Allowed",
  4133. "headers": {
  4134. "date": "Wed, 27 May 2020 04:10:41 GMT",
  4135. "content-type": "application/json",
  4136. "content-length": "36",
  4137. "connection": "close",
  4138. "set-cookie": [
  4139. "__cfduid=d044c6f0b98b4431228a02c90636578c61590552641; expires=Fri, 26-Jun-20 04:10:41 GMT; path=/; domain=.gitlab.com; HttpOnly; SameSite=Lax; Secure"
  4140. ],
  4141. "cache-control": "no-cache",
  4142. "vary": "Origin",
  4143. "x-content-type-options": "nosniff",
  4144. "x-frame-options": "SAMEORIGIN",
  4145. "x-request-id": "aSsWnkNqSZ4",
  4146. "x-runtime": "0.091643",
  4147. "ratelimit-limit": "600",
  4148. "ratelimit-observed": "9",
  4149. "ratelimit-remaining": "591",
  4150. "ratelimit-reset": "1590552701",
  4151. "ratelimit-resettime": "Wed, 27 May 2020 04:11:41 GMT",
  4152. "gitlab-lb": "fe-11-lb-gprd",
  4153. "gitlab-sv": "localhost",
  4154. "cf-cache-status": "DYNAMIC",
  4155. "cf-request-id": "02f5ec55f600000dda3e1c6200000001",
  4156. "expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"",
  4157. "server": "cloudflare",
  4158. "cf-ray": "599ce33659610dda-IAD"
  4159. },
  4160. "body": {"message": "405 Method Not Allowed"},
  4161. "message": "Response code 405 (Method Not Allowed)",
  4162. "stack": "HTTPError: Response code 405 (Method Not Allowed)\n at EventEmitter.<anonymous> (/usr/local/lib/node_modules/renovate/node_modules/got/source/as-promise.js:74:19)\n at processTicksAndRejections (internal/process/task_queues.js:93:5)"
  4163. }
  4164. DEBUG: Automerge on PR creation failed (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4165. "err": {
  4166. "name": "HTTPError",
  4167. "hostname": "gitlab.com",
  4168. "method": "PUT",
  4169. "path": "/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/868/merge",
  4170. "protocol": "https:",
  4171. "url": "https://gitlab.com/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/868/merge",
  4172. "gotOptions": {
  4173. "path": "/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/868/merge",
  4174. "protocol": "https:",
  4175. "hostname": "gitlab.com",
  4176. "hash": "",
  4177. "search": "",
  4178. "pathname": "/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/868/merge",
  4179. "href": "https://gitlab.com/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/868/merge",
  4180. "headers": {
  4181. "user-agent": "https://github.com/renovatebot/renovate",
  4182. "accept": "application/json",
  4183. "accept-encoding": "gzip, deflate",
  4184. "content-type": "application/json",
  4185. "Private-token": "**redacted**",
  4186. "content-length": 72
  4187. },
  4188. "hooks": {
  4189. "beforeError": [],
  4190. "init": [],
  4191. "beforeRequest": [],
  4192. "beforeRedirect": [],
  4193. "beforeRetry": [],
  4194. "afterResponse": []
  4195. },
  4196. "retry": {"methods": {}, "statusCodes": {}, "errorCodes": {}},
  4197. "decompress": true,
  4198. "throwHttpErrors": true,
  4199. "followRedirect": true,
  4200. "stream": false,
  4201. "form": false,
  4202. "json": true,
  4203. "cache": false,
  4204. "useElectronNet": false,
  4205. "hostType": "gitlab",
  4206. "baseUrl": "https://gitlab.com/api/v4/",
  4207. "body": "{\"should_remove_source_branch\":true,\"merge_when_pipeline_succeeds\":true}",
  4208. "method": "PUT",
  4209. "gotTimeout": {"request": 60000}
  4210. },
  4211. "statusCode": 405,
  4212. "statusMessage": "Method Not Allowed",
  4213. "headers": {
  4214. "date": "Wed, 27 May 2020 04:10:41 GMT",
  4215. "content-type": "application/json",
  4216. "content-length": "36",
  4217. "connection": "close",
  4218. "set-cookie": [
  4219. "__cfduid=d044c6f0b98b4431228a02c90636578c61590552641; expires=Fri, 26-Jun-20 04:10:41 GMT; path=/; domain=.gitlab.com; HttpOnly; SameSite=Lax; Secure"
  4220. ],
  4221. "cache-control": "no-cache",
  4222. "vary": "Origin",
  4223. "x-content-type-options": "nosniff",
  4224. "x-frame-options": "SAMEORIGIN",
  4225. "x-request-id": "aSsWnkNqSZ4",
  4226. "x-runtime": "0.091643",
  4227. "ratelimit-limit": "600",
  4228. "ratelimit-observed": "9",
  4229. "ratelimit-remaining": "591",
  4230. "ratelimit-reset": "1590552701",
  4231. "ratelimit-resettime": "Wed, 27 May 2020 04:11:41 GMT",
  4232. "gitlab-lb": "fe-11-lb-gprd",
  4233. "gitlab-sv": "localhost",
  4234. "cf-cache-status": "DYNAMIC",
  4235. "cf-request-id": "02f5ec55f600000dda3e1c6200000001",
  4236. "expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"",
  4237. "server": "cloudflare",
  4238. "cf-ray": "599ce33659610dda-IAD"
  4239. },
  4240. "body": {"message": "405 Method Not Allowed"},
  4241. "message": "Response code 405 (Method Not Allowed)",
  4242. "stack": "HTTPError: Response code 405 (Method Not Allowed)\n at EventEmitter.<anonymous> (/usr/local/lib/node_modules/renovate/node_modules/got/source/as-promise.js:74:19)\n at processTicksAndRejections (internal/process/task_queues.js:93:5)"
  4243. }
  4244. INFO: PR created (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4245. "pr": 868,
  4246. "prTitle": "build(devdeps): update dependency @types/lodash to v4.14.153"
  4247. DEBUG: getBranchStatus(renovate/lodash-4.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4248. DEBUG: Got res with 0 results (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4249. DEBUG: getBranchStatus() result (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4250. "branchStatus": "yellow",
  4251. "branchName": "renovate/lodash-4.x"
  4252. DEBUG: Skipping assignees and reviewers as automerge=true (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4253. DEBUG: Created Merge Request #868 (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4254. DEBUG: Ensuring comment ":warning: Artifact update problem" in #868 is removed (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4255. DEBUG: Getting comments for #868 (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4256. DEBUG: Found 0 comments (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4257. DEBUG: Checking #868 for automerge (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4258. "automerge": true,
  4259. "automergeType": "pr",
  4260. "automergeComment": "automergeComment"
  4261. DEBUG: PR is configured for automerge (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4262. DEBUG: PR is not ready for merge (repository=__COMPANY__/__client__/services/client, branch=renovate/lodash-4.x)
  4263. "canMergeReason": undefined
  4264. DEBUG: processBranch with 1 upgrades (repository=__COMPANY__/__client__/services/client, dependencies=typescript, branch=renovate/typescript-3.x)
  4265. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4266. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4267. DEBUG: latest commit (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4268. "branchName": "master",
  4269. "latestCommitDate": "2020-05-26 09:26:58 +0000"
  4270. DEBUG: getBranchPr(renovate/typescript-3.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4271. DEBUG: Got res with 1 results (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4272. DEBUG: getPr(862) (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4273. DEBUG: getBranchStatus(renovate/typescript-3.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4274. DEBUG: Got res with 3 results (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4275. DEBUG: branchExists=true (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4276. DEBUG: Branch pr rebase requested: false (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4277. DEBUG: Branch has 1 upgrade(s) (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4278. DEBUG: Checking if PR has been edited (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4279. DEBUG: Found existing branch PR (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4280. DEBUG: Checking schedule(at any time, null) (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4281. DEBUG: No schedule defined (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4282. DEBUG: Branch already exists (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4283. DEBUG: getBranchPr(renovate/typescript-3.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4284. DEBUG: Got res with 1 results (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4285. DEBUG: getPr(862) (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4286. DEBUG: getBranchStatus(renovate/typescript-3.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4287. DEBUG: Got res with 3 results (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4288. DEBUG: Branch does not need rebasing (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4289. DEBUG: Using parentBranch: renovate/typescript-3.x (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4290. DEBUG: manager.getUpdatedPackageFiles() (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4291. DEBUG: npm.updateDependency(): devDependencies.typescript = 3.9.3 (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4292. DEBUG: No package files need updating (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4293. DEBUG: Getting updated lock files (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4294. DEBUG: lock file dirs (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4295. "dirs": {
  4296. "yarnLockDirs": [],
  4297. "npmLockDirs": [],
  4298. "pnpmShrinkwrapDirs": [],
  4299. "lernaDirs": []
  4300. }
  4301. DEBUG: Writing package.json files (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4302. "packageFiles": ["package.json"]
  4303. DEBUG: Writing package-lock.json (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4304. DEBUG: Writing any updated package files (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4305. DEBUG: No updated lock files in branch (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4306. DEBUG: No files to commit (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4307. DEBUG: Checking if we can automerge branch (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4308. DEBUG: mergeStatus=no automerge (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4309. DEBUG: Ensuring PR (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4310. DEBUG: There are 0 errors and 0 warnings (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4311. DEBUG: getBranchPr(renovate/typescript-3.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4312. DEBUG: Got res with 1 results (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4313. DEBUG: getPr(862) (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4314. DEBUG: getBranchStatus(renovate/typescript-3.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4315. DEBUG: Got res with 3 results (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4316. DEBUG: Found existing PR (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4317. DEBUG: getBranchStatus(renovate/typescript-3.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4318. DEBUG: Got res with 3 results (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4319. DEBUG: Processing existing PR (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4320. DEBUG: getBranchStatus(renovate/typescript-3.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4321. DEBUG: Got res with 3 results (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4322. DEBUG: getBranchStatus() result (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4323. "branchStatus": "red",
  4324. "branchName": "renovate/typescript-3.x"
  4325. DEBUG: Setting assignees and reviewers as status checks failed (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4326. DEBUG: Adding assignees tmeijn to #862 (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4327. DEBUG: Added assignees (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4328. "assignees": ["tmeijn"]
  4329. DEBUG: Merge Request #862 does not need updating (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4330. DEBUG: Checking #862 for automerge (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4331. "automerge": true,
  4332. "automergeType": "pr",
  4333. "automergeComment": "automergeComment"
  4334. DEBUG: PR is configured for automerge (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4335. DEBUG: PR is not ready for merge (repository=__COMPANY__/__client__/services/client, branch=renovate/typescript-3.x)
  4336. "canMergeReason": undefined
  4337. DEBUG: processBranch with 5 upgrades (repository=__COMPANY__/__client__/services/client, dependencies=@graphql-codegen/cli,@graphql-codegen/typescript,@graphql-codegen/typescript-apollo-angular,@graphql-codegen/typescript-operations,@graphql-codegen/typescript-resolvers, branch=renovate/graphqlcodegenerator-monorepo)
  4338. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4339. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4340. DEBUG: latest commit (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4341. "branchName": "master",
  4342. "latestCommitDate": "2020-05-26 09:26:58 +0000"
  4343. DEBUG: getBranchPr(renovate/graphqlcodegenerator-monorepo) (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4344. DEBUG: branchExists=false (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4345. DEBUG: Branch has 5 upgrade(s) (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4346. DEBUG: recreateClosed is true (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4347. DEBUG: Checking schedule(at any time, null) (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4348. DEBUG: No schedule defined (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4349. DEBUG: Branch needs creating (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4350. DEBUG: Using parentBranch: undefined (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4351. DEBUG: manager.getUpdatedPackageFiles() (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4352. DEBUG: npm.updateDependency(): devDependencies.@graphql-codegen/cli = 1.15.0 (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4353. DEBUG: Updating packageFile content (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4354. DEBUG: npm.updateDependency(): devDependencies.@graphql-codegen/typescript = 1.15.0 (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4355. DEBUG: Updating packageFile content (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4356. DEBUG: npm.updateDependency(): devDependencies.@graphql-codegen/typescript-apollo-angular = 1.15.0 (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4357. DEBUG: Updating packageFile content (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4358. DEBUG: npm.updateDependency(): devDependencies.@graphql-codegen/typescript-operations = 1.15.0 (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4359. DEBUG: Updating packageFile content (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4360. DEBUG: npm.updateDependency(): devDependencies.@graphql-codegen/typescript-resolvers = 1.15.0 (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4361. DEBUG: Updating packageFile content (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4362. DEBUG: Updated 1 package files (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4363. DEBUG: Getting updated lock files (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4364. DEBUG: lock file dirs (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4365. "dirs": {
  4366. "yarnLockDirs": [],
  4367. "npmLockDirs": ["package-lock.json"],
  4368. "pnpmShrinkwrapDirs": [],
  4369. "lernaDirs": []
  4370. }
  4371. DEBUG: Writing package.json files (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4372. "packageFiles": ["package.json"]
  4373. DEBUG: Writing package-lock.json (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4374. DEBUG: Writing any updated package files (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4375. DEBUG: Writing package.json (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4376. DEBUG: No npmrc file found in repository (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4377. DEBUG: Generating package-lock.json for . (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4378. DEBUG: Spawning npm install to create /builds/__COMPANY__/tools/renovate-bot/repos/gitlab/__COMPANY__/__client__/services/client/package-lock.json (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4379. DEBUG: No locally installed npm found (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4380. DEBUG: Using npm: node /usr/local/lib/node_modules/renovate/node_modules/npm/bin/npm-cli.js install --package-lock-only --no-audit (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4381. DEBUG: Executing command (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4382. "command": "node /usr/local/lib/node_modules/renovate/node_modules/npm/bin/npm-cli.js install --package-lock-only --no-audit"
  4383. DEBUG: exec completed (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4384. "cmd": "node /usr/local/lib/node_modules/renovate/node_modules/npm/bin/npm-cli.js install --package-lock-only --no-audit",
  4385. "durationMs": 22210,
  4386. "stdout": "added 2848 packages in 19.953s\n",
  4387. "stderr": "npm WARN deprecated @graphql-toolkit/common@0.10.7: GraphQL Toolkit is deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-toolkit for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes.\nnpm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.\nnpm WARN relay-compiler@9.1.0 requires a peer of graphql@^14.2.0 but none is installed. You must install peer dependencies yourself.\n\n"
  4388. DEBUG: package-lock.json needs updating (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4389. DEBUG: Updated 1 lock files (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4390. "updatedArtifacts": ["package-lock.json"]
  4391. DEBUG: 2 file(s) to commit (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4392. DEBUG: Committing files to branch renovate/graphqlcodegenerator-monorepo (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4393. INFO: Branch created (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4394. "commitHash": "270f537"
  4395. DEBUG: Ensuring PR (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4396. DEBUG: There are 0 errors and 0 warnings (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4397. DEBUG: getBranchPr(renovate/graphqlcodegenerator-monorepo) (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4398. DEBUG: Got res with 0 results (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4399. DEBUG: Removing duplicate release notes (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4400. "depName": "@graphql-codegen/typescript"
  4401. DEBUG: Removing duplicate release notes (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4402. "depName": "@graphql-codegen/typescript-apollo-angular"
  4403. DEBUG: Removing duplicate release notes (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4404. "depName": "@graphql-codegen/typescript-operations"
  4405. DEBUG: Removing duplicate release notes (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4406. "depName": "@graphql-codegen/typescript-resolvers"
  4407. DEBUG: getBranchStatus(renovate/graphqlcodegenerator-monorepo) (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4408. DEBUG: Got res with 0 results (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4409. DEBUG: Creating PR (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4410. "prTitle": "build(devdeps): update graphqlcodegenerator monorepo to v1.15.0"
  4411. DEBUG: Creating Merge Request: build(devdeps): update graphqlcodegenerator monorepo to v1.15.0 (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4412. DEBUG: Gitlab API error (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4413. "err": {
  4414. "name": "HTTPError",
  4415. "hostname": "gitlab.com",
  4416. "method": "PUT",
  4417. "path": "/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/869/merge",
  4418. "protocol": "https:",
  4419. "url": "https://gitlab.com/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/869/merge",
  4420. "gotOptions": {
  4421. "path": "/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/869/merge",
  4422. "protocol": "https:",
  4423. "hostname": "gitlab.com",
  4424. "hash": "",
  4425. "search": "",
  4426. "pathname": "/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/869/merge",
  4427. "href": "https://gitlab.com/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/869/merge",
  4428. "headers": {
  4429. "user-agent": "https://github.com/renovatebot/renovate",
  4430. "accept": "application/json",
  4431. "accept-encoding": "gzip, deflate",
  4432. "content-type": "application/json",
  4433. "Private-token": "**redacted**",
  4434. "content-length": 72
  4435. },
  4436. "hooks": {
  4437. "beforeError": [],
  4438. "init": [],
  4439. "beforeRequest": [],
  4440. "beforeRedirect": [],
  4441. "beforeRetry": [],
  4442. "afterResponse": []
  4443. },
  4444. "retry": {"methods": {}, "statusCodes": {}, "errorCodes": {}},
  4445. "decompress": true,
  4446. "throwHttpErrors": true,
  4447. "followRedirect": true,
  4448. "stream": false,
  4449. "form": false,
  4450. "json": true,
  4451. "cache": false,
  4452. "useElectronNet": false,
  4453. "hostType": "gitlab",
  4454. "baseUrl": "https://gitlab.com/api/v4/",
  4455. "body": "{\"should_remove_source_branch\":true,\"merge_when_pipeline_succeeds\":true}",
  4456. "method": "PUT",
  4457. "gotTimeout": {"request": 60000}
  4458. },
  4459. "statusCode": 405,
  4460. "statusMessage": "Method Not Allowed",
  4461. "headers": {
  4462. "date": "Wed, 27 May 2020 04:11:11 GMT",
  4463. "content-type": "application/json",
  4464. "content-length": "36",
  4465. "connection": "close",
  4466. "set-cookie": [
  4467. "__cfduid=dd758744350403fbacf2d532cd4f7046c1590552671; expires=Fri, 26-Jun-20 04:11:11 GMT; path=/; domain=.gitlab.com; HttpOnly; SameSite=Lax; Secure"
  4468. ],
  4469. "cache-control": "no-cache",
  4470. "vary": "Origin",
  4471. "x-content-type-options": "nosniff",
  4472. "x-frame-options": "SAMEORIGIN",
  4473. "x-request-id": "74XCdDObwc6",
  4474. "x-runtime": "0.118357",
  4475. "ratelimit-limit": "600",
  4476. "ratelimit-observed": "22",
  4477. "ratelimit-remaining": "578",
  4478. "ratelimit-reset": "1590552731",
  4479. "ratelimit-resettime": "Wed, 27 May 2020 04:12:11 GMT",
  4480. "gitlab-lb": "fe-08-lb-gprd",
  4481. "gitlab-sv": "localhost",
  4482. "cf-cache-status": "DYNAMIC",
  4483. "cf-request-id": "02f5eccb880000745d87071200000001",
  4484. "expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"",
  4485. "server": "cloudflare",
  4486. "cf-ray": "599ce3f27a90745d-IAD"
  4487. },
  4488. "body": {"message": "405 Method Not Allowed"},
  4489. "message": "Response code 405 (Method Not Allowed)",
  4490. "stack": "HTTPError: Response code 405 (Method Not Allowed)\n at EventEmitter.<anonymous> (/usr/local/lib/node_modules/renovate/node_modules/got/source/as-promise.js:74:19)\n at runMicrotasks (<anonymous>)\n at processTicksAndRejections (internal/process/task_queues.js:93:5)"
  4491. }
  4492. DEBUG: Automerge on PR creation failed (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4493. "err": {
  4494. "name": "HTTPError",
  4495. "hostname": "gitlab.com",
  4496. "method": "PUT",
  4497. "path": "/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/869/merge",
  4498. "protocol": "https:",
  4499. "url": "https://gitlab.com/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/869/merge",
  4500. "gotOptions": {
  4501. "path": "/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/869/merge",
  4502. "protocol": "https:",
  4503. "hostname": "gitlab.com",
  4504. "hash": "",
  4505. "search": "",
  4506. "pathname": "/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/869/merge",
  4507. "href": "https://gitlab.com/api/v4/projects/__COMPANY__%2F__client__%2Fservices%2Fclient/merge_requests/869/merge",
  4508. "headers": {
  4509. "user-agent": "https://github.com/renovatebot/renovate",
  4510. "accept": "application/json",
  4511. "accept-encoding": "gzip, deflate",
  4512. "content-type": "application/json",
  4513. "Private-token": "**redacted**",
  4514. "content-length": 72
  4515. },
  4516. "hooks": {
  4517. "beforeError": [],
  4518. "init": [],
  4519. "beforeRequest": [],
  4520. "beforeRedirect": [],
  4521. "beforeRetry": [],
  4522. "afterResponse": []
  4523. },
  4524. "retry": {"methods": {}, "statusCodes": {}, "errorCodes": {}},
  4525. "decompress": true,
  4526. "throwHttpErrors": true,
  4527. "followRedirect": true,
  4528. "stream": false,
  4529. "form": false,
  4530. "json": true,
  4531. "cache": false,
  4532. "useElectronNet": false,
  4533. "hostType": "gitlab",
  4534. "baseUrl": "https://gitlab.com/api/v4/",
  4535. "body": "{\"should_remove_source_branch\":true,\"merge_when_pipeline_succeeds\":true}",
  4536. "method": "PUT",
  4537. "gotTimeout": {"request": 60000}
  4538. },
  4539. "statusCode": 405,
  4540. "statusMessage": "Method Not Allowed",
  4541. "headers": {
  4542. "date": "Wed, 27 May 2020 04:11:11 GMT",
  4543. "content-type": "application/json",
  4544. "content-length": "36",
  4545. "connection": "close",
  4546. "set-cookie": [
  4547. "__cfduid=dd758744350403fbacf2d532cd4f7046c1590552671; expires=Fri, 26-Jun-20 04:11:11 GMT; path=/; domain=.gitlab.com; HttpOnly; SameSite=Lax; Secure"
  4548. ],
  4549. "cache-control": "no-cache",
  4550. "vary": "Origin",
  4551. "x-content-type-options": "nosniff",
  4552. "x-frame-options": "SAMEORIGIN",
  4553. "x-request-id": "74XCdDObwc6",
  4554. "x-runtime": "0.118357",
  4555. "ratelimit-limit": "600",
  4556. "ratelimit-observed": "22",
  4557. "ratelimit-remaining": "578",
  4558. "ratelimit-reset": "1590552731",
  4559. "ratelimit-resettime": "Wed, 27 May 2020 04:12:11 GMT",
  4560. "gitlab-lb": "fe-08-lb-gprd",
  4561. "gitlab-sv": "localhost",
  4562. "cf-cache-status": "DYNAMIC",
  4563. "cf-request-id": "02f5eccb880000745d87071200000001",
  4564. "expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"",
  4565. "server": "cloudflare",
  4566. "cf-ray": "599ce3f27a90745d-IAD"
  4567. },
  4568. "body": {"message": "405 Method Not Allowed"},
  4569. "message": "Response code 405 (Method Not Allowed)",
  4570. "stack": "HTTPError: Response code 405 (Method Not Allowed)\n at EventEmitter.<anonymous> (/usr/local/lib/node_modules/renovate/node_modules/got/source/as-promise.js:74:19)\n at runMicrotasks (<anonymous>)\n at processTicksAndRejections (internal/process/task_queues.js:93:5)"
  4571. }
  4572. INFO: PR created (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4573. "pr": 869,
  4574. "prTitle": "build(devdeps): update graphqlcodegenerator monorepo to v1.15.0"
  4575. DEBUG: getBranchStatus(renovate/graphqlcodegenerator-monorepo) (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4576. DEBUG: Got res with 0 results (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4577. DEBUG: getBranchStatus() result (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4578. "branchStatus": "yellow",
  4579. "branchName": "renovate/graphqlcodegenerator-monorepo"
  4580. DEBUG: Skipping assignees and reviewers as automerge=true (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4581. DEBUG: Created Merge Request #869 (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4582. DEBUG: Ensuring comment ":warning: Artifact update problem" in #869 is removed (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4583. DEBUG: Getting comments for #869 (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4584. DEBUG: Found 0 comments (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4585. DEBUG: Checking #869 for automerge (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4586. "automerge": true,
  4587. "automergeType": "pr",
  4588. "automergeComment": "automergeComment"
  4589. DEBUG: PR is configured for automerge (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4590. DEBUG: PR is not ready for merge (repository=__COMPANY__/__client__/services/client, branch=renovate/graphqlcodegenerator-monorepo)
  4591. "canMergeReason": undefined
  4592. DEBUG: processBranch with 1 upgrades (repository=__COMPANY__/__client__/services/client, dependencies=graphql-tools, branch=renovate/graphql-tools-6.x)
  4593. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4594. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4595. DEBUG: latest commit (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4596. "branchName": "master",
  4597. "latestCommitDate": "2020-05-26 09:26:58 +0000"
  4598. DEBUG: getBranchPr(renovate/graphql-tools-6.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4599. DEBUG: Got res with 1 results (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4600. DEBUG: getPr(863) (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4601. DEBUG: getBranchStatus(renovate/graphql-tools-6.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4602. DEBUG: Got res with 3 results (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4603. DEBUG: branchExists=true (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4604. DEBUG: Branch pr rebase requested: false (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4605. DEBUG: Branch has 1 upgrade(s) (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4606. DEBUG: Checking if PR has been edited (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4607. DEBUG: Found existing branch PR (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4608. DEBUG: Checking schedule(at any time, null) (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4609. DEBUG: No schedule defined (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4610. DEBUG: Branch already exists (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4611. DEBUG: getBranchPr(renovate/graphql-tools-6.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4612. DEBUG: Got res with 1 results (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4613. DEBUG: getPr(863) (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4614. DEBUG: getBranchStatus(renovate/graphql-tools-6.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4615. DEBUG: Got res with 3 results (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4616. DEBUG: Branch does not need rebasing (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4617. DEBUG: Using parentBranch: renovate/graphql-tools-6.x (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4618. DEBUG: manager.getUpdatedPackageFiles() (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4619. DEBUG: npm.updateDependency(): dependencies.graphql-tools = 6.0.1 (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4620. DEBUG: No package files need updating (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4621. DEBUG: Getting updated lock files (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4622. DEBUG: lock file dirs (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4623. "dirs": {
  4624. "yarnLockDirs": [],
  4625. "npmLockDirs": [],
  4626. "pnpmShrinkwrapDirs": [],
  4627. "lernaDirs": []
  4628. }
  4629. DEBUG: Writing package.json files (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4630. "packageFiles": ["package.json"]
  4631. DEBUG: Writing package-lock.json (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4632. DEBUG: Writing any updated package files (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4633. DEBUG: No updated lock files in branch (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4634. DEBUG: No files to commit (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4635. DEBUG: Checking if we can automerge branch (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4636. DEBUG: mergeStatus=no automerge (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4637. DEBUG: Ensuring PR (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4638. DEBUG: There are 0 errors and 0 warnings (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4639. DEBUG: getBranchPr(renovate/graphql-tools-6.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4640. DEBUG: Got res with 1 results (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4641. DEBUG: getPr(863) (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4642. DEBUG: getBranchStatus(renovate/graphql-tools-6.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4643. DEBUG: Got res with 3 results (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4644. DEBUG: Found existing PR (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4645. DEBUG: Processing existing PR (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4646. DEBUG: Merge Request #863 does not need updating (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4647. DEBUG: Checking #863 for automerge (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4648. "automerge": false,
  4649. "automergeType": "pr",
  4650. "automergeComment": "automergeComment"
  4651. DEBUG: No automerge (repository=__COMPANY__/__client__/services/client, branch=renovate/graphql-tools-6.x)
  4652. DEBUG: processBranch with 1 upgrades (repository=__COMPANY__/__client__/services/client, dependencies=tslib, branch=renovate/tslib-2.x)
  4653. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4654. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4655. DEBUG: latest commit (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4656. "branchName": "master",
  4657. "latestCommitDate": "2020-05-26 09:26:58 +0000"
  4658. DEBUG: getBranchPr(renovate/tslib-2.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4659. DEBUG: Got res with 1 results (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4660. DEBUG: getPr(864) (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4661. DEBUG: getBranchStatus(renovate/tslib-2.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4662. DEBUG: Got res with 3 results (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4663. DEBUG: branchExists=true (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4664. DEBUG: Branch pr rebase requested: false (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4665. DEBUG: Branch has 1 upgrade(s) (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4666. DEBUG: Checking if PR has been edited (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4667. DEBUG: Found existing branch PR (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4668. DEBUG: Checking schedule(at any time, null) (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4669. DEBUG: No schedule defined (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4670. DEBUG: Branch already exists (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4671. DEBUG: getBranchPr(renovate/tslib-2.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4672. DEBUG: Got res with 1 results (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4673. DEBUG: getPr(864) (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4674. DEBUG: getBranchStatus(renovate/tslib-2.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4675. DEBUG: Got res with 3 results (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4676. DEBUG: Branch does not need rebasing (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4677. DEBUG: Using parentBranch: renovate/tslib-2.x (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4678. DEBUG: manager.getUpdatedPackageFiles() (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4679. DEBUG: npm.updateDependency(): dependencies.tslib = 2.0.0 (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4680. DEBUG: No package files need updating (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4681. DEBUG: Getting updated lock files (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4682. DEBUG: lock file dirs (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4683. "dirs": {
  4684. "yarnLockDirs": [],
  4685. "npmLockDirs": [],
  4686. "pnpmShrinkwrapDirs": [],
  4687. "lernaDirs": []
  4688. }
  4689. DEBUG: Writing package.json files (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4690. "packageFiles": ["package.json"]
  4691. DEBUG: Writing package-lock.json (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4692. DEBUG: Writing any updated package files (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4693. DEBUG: No updated lock files in branch (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4694. DEBUG: No files to commit (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4695. DEBUG: Checking if we can automerge branch (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4696. DEBUG: mergeStatus=no automerge (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4697. DEBUG: Ensuring PR (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4698. DEBUG: There are 0 errors and 0 warnings (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4699. DEBUG: getBranchPr(renovate/tslib-2.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4700. DEBUG: Got res with 1 results (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4701. DEBUG: getPr(864) (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4702. DEBUG: getBranchStatus(renovate/tslib-2.x) (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4703. DEBUG: Got res with 3 results (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4704. DEBUG: Found existing PR (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4705. DEBUG: Processing existing PR (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4706. DEBUG: Merge Request #864 does not need updating (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4707. DEBUG: Checking #864 for automerge (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4708. "automerge": false,
  4709. "automergeType": "pr",
  4710. "automergeComment": "automergeComment"
  4711. DEBUG: No automerge (repository=__COMPANY__/__client__/services/client, branch=renovate/tslib-2.x)
  4712. DEBUG: processBranch with 1 upgrades (repository=__COMPANY__/__client__/services/client, dependencies=jest, branch=renovate/major-jest-monorepo)
  4713. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4714. DEBUG: Setting baseBranch to master (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4715. DEBUG: latest commit (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4716. "branchName": "master",
  4717. "latestCommitDate": "2020-05-26 09:26:58 +0000"
  4718. DEBUG: getBranchPr(renovate/major-jest-monorepo) (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4719. DEBUG: Got res with 1 results (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4720. DEBUG: getPr(865) (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4721. DEBUG: getBranchStatus(renovate/major-jest-monorepo) (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4722. DEBUG: Got res with 3 results (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4723. DEBUG: branchExists=true (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4724. DEBUG: Branch pr rebase requested: false (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4725. DEBUG: Branch has 1 upgrade(s) (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4726. DEBUG: Checking if PR has been edited (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4727. DEBUG: Found existing branch PR (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4728. DEBUG: Checking schedule(at any time, null) (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4729. DEBUG: No schedule defined (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4730. DEBUG: Branch already exists (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4731. DEBUG: getBranchPr(renovate/major-jest-monorepo) (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4732. DEBUG: Got res with 1 results (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4733. DEBUG: getPr(865) (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4734. DEBUG: getBranchStatus(renovate/major-jest-monorepo) (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4735. DEBUG: Got res with 3 results (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4736. DEBUG: Branch does not need rebasing (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4737. DEBUG: Using parentBranch: renovate/major-jest-monorepo (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4738. DEBUG: manager.getUpdatedPackageFiles() (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4739. DEBUG: npm.updateDependency(): devDependencies.jest = 26.0.1 (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4740. DEBUG: No package files need updating (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4741. DEBUG: Getting updated lock files (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4742. DEBUG: lock file dirs (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4743. "dirs": {
  4744. "yarnLockDirs": [],
  4745. "npmLockDirs": [],
  4746. "pnpmShrinkwrapDirs": [],
  4747. "lernaDirs": []
  4748. }
  4749. DEBUG: Writing package.json files (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4750. "packageFiles": ["package.json"]
  4751. DEBUG: Writing package-lock.json (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4752. DEBUG: Writing any updated package files (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4753. DEBUG: No updated lock files in branch (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4754. DEBUG: No files to commit (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4755. DEBUG: Checking if we can automerge branch (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4756. DEBUG: mergeStatus=no automerge (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4757. DEBUG: Ensuring PR (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4758. DEBUG: There are 0 errors and 0 warnings (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4759. DEBUG: getBranchPr(renovate/major-jest-monorepo) (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4760. DEBUG: Got res with 1 results (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4761. DEBUG: getPr(865) (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4762. DEBUG: getBranchStatus(renovate/major-jest-monorepo) (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4763. DEBUG: Got res with 3 results (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4764. DEBUG: Found existing PR (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4765. DEBUG: Processing existing PR (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4766. DEBUG: Merge Request #865 does not need updating (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4767. DEBUG: Checking #865 for automerge (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4768. "automerge": false,
  4769. "automergeType": "pr",
  4770. "automergeComment": "automergeComment"
  4771. DEBUG: No automerge (repository=__COMPANY__/__client__/services/client, branch=renovate/major-jest-monorepo)
  4772. DEBUG: branchPrefix: renovate/ (repository=__COMPANY__/__client__/services/client)
  4773. DEBUG: Found 0 Renovate PRs (repository=__COMPANY__/__client__/services/client)
  4774. "renovatePrs": []
  4775. DEBUG: Removing any stale branches (repository=__COMPANY__/__client__/services/client)
  4776. DEBUG: config.repoIsOnboarded=true (repository=__COMPANY__/__client__/services/client)
  4777. DEBUG: Branch lists (repository=__COMPANY__/__client__/services/client)
  4778. "branchList": [
  4779. "renovate/node-12.x",
  4780. "renovate/graphql-tools-6.x",
  4781. "renovate/tslib-2.x",
  4782. "renovate/babel-monorepo",
  4783. "renovate/graphqlcodegenerator-monorepo",
  4784. "renovate/lodash-4.x",
  4785. "renovate/major-jest-monorepo",
  4786. "renovate/typescript-3.x"
  4787. ],
  4788. "renovateBranches": [
  4789. "renovate/babel-monorepo",
  4790. "renovate/graphql-tools-6.x",
  4791. "renovate/graphqlcodegenerator-monorepo",
  4792. "renovate/lodash-4.x",
  4793. "renovate/major-jest-monorepo",
  4794. "renovate/node-12.x",
  4795. "renovate/tslib-2.x",
  4796. "renovate/typescript-3.x"
  4797. ]
  4798. DEBUG: remainingBranches= (repository=__COMPANY__/__client__/services/client)
  4799. DEBUG: No branches to clean up (repository=__COMPANY__/__client__/services/client)
  4800. DEBUG: ensureIssueClosing() (repository=__COMPANY__/__client__/services/client)
  4801. DEBUG: Repository timing splits (milliseconds) (repository=__COMPANY__/__client__/services/client)
  4802. "splits": {
  4803. "init": 3308,
  4804. "extract:master": 3058,
  4805. "lookup:master": 11001,
  4806. "changelogs": 2862,
  4807. "update": 136939
  4808. },
  4809. "total": 160277
  4810. INFO: Repository finished (repository=__COMPANY__/__client__/services/client)
  4811. "durationMs": 160277
  4812. DEBUG: Renovate exiting successfully
  4813. No automerged PR found, repos are stale, exiting
  4814. section_end:1590552683:build_script
  4815. section_start:1590552683:after_script
  4816. Running after_script
  4817. Running after script...
  4818. $ rm -f .env
  4819. $ bash scripts/clean-repos.sh
  4820. Cleaning all repos from branches that do not have a remote:
  4821. section_end:1590552685:after_script
  4822. section_start:1590552685:archive_cache
  4823. Saving cache
  4824. section_end:1590552687:archive_cache
  4825. section_start:1590552687:upload_artifacts_on_success
  4826. Uploading artifacts for successful job
  4827. Uploading artifacts...
  4828. log.txt: found 1 matching files 
  4829. Uploading artifacts to coordinator... ok  id=568845927 responseStatus=201 Created token=4se7YuKJ
  4830. section_end:1590552690:upload_artifacts_on_success
  4831. Job succeeded
  4832. 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement