René's URL Explorer Experiment


Title: Provide better story for individual migration results · Issue #16016 · angular/angular-cli · GitHub

Open Graph Title: Provide better story for individual migration results · Issue #16016 · angular/angular-cli

X Title: Provide better story for individual migration results · Issue #16016 · angular/angular-cli

Description: This issue impacts 9.0.0-rc.0 and happened while updating https://github.com/johannesjo/super-productivity and https://github.com/SAP/cloud-commerce-spartacus-storefront. A failed update will show a message saying both the individual mig...

Open Graph Description: This issue impacts 9.0.0-rc.0 and happened while updating https://github.com/johannesjo/super-productivity and https://github.com/SAP/cloud-commerce-spartacus-storefront. A failed update will show ...

X Description: This issue impacts 9.0.0-rc.0 and happened while updating https://github.com/johannesjo/super-productivity and https://github.com/SAP/cloud-commerce-spartacus-storefront. A failed update will show ...

Opengraph URL: https://github.com/angular/angular-cli/issues/16016

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Provide better story for individual migration results","articleBody":"This issue impacts 9.0.0-rc.0 and happened while updating https://github.com/johannesjo/super-productivity and https://github.com/SAP/cloud-commerce-spartacus-storefront.\r\n\r\nA failed update will show a message saying both the individual migration and the update failed:\r\n```\r\n× Package install failed, see above.\r\nThe update failed. See above.\r\ngit HEAD was at 85f08a4d93e684566f751e38e2a2feffe0194cd9 before migrations.\r\n×  Migration failed. See above for further details.\r\n```\r\n\r\nThe update below did not finish successfully however, and instead just shows the last migration as successful (@devversion confirms this). In this case the migration shows an error that it seems to suggest was actually recovered from, but it fact the intent is that the migration was interrupted and should later be resumed.\r\n```\r\n\u003e  Undecorated classes with DI migration.\r\n   As of Angular 9, it is no longer supported to use Angular DI on a class that does not have an Angular decorator.\r\n   Read more about this here: https://v9.angular.io/guide/migration-undecorated-classes\r\n    \r\n    This migration uses the Angular compiler internally and therefore projects that no longer build successfully after the update cannot run the migration. Please ensure there are \r\nno AOT compilation errors and rerun the migration.. The following project failed: projects/storefrontlib/tsconfig.lib.json\r\n    \r\n    TypeError: Cannot read property 'module' of undefined\r\n    \r\n    Could not migrate all undecorated classes that use dependency\r\n    injection. Some project targets could not be analyzed due to\r\n    TypeScript program failures.\r\n\r\n    Migration can be rerun with: \"ng update @angular/core --from 8.0.0 --to 9.0.0 --migrate-only\"\r\n\r\n√  Migration succeeded.\r\n```\r\n\r\nA completely successful migration will look the same as the migration above though:\r\n```\r\nkamik@RED-X1C6 MINGW64 /d/sandbox/latest-app (master)\r\n$ ng update @angular/cli @angular/core --next\r\nThe installed Angular CLI version is older than the latest published version.\r\nInstalling a temporary version to perform the update.\r\nInstalling packages for tooling via yarn.\r\nwarning @angular-devkit/architect@0.900.0-rc.0: The engine \"pnpm\" appears to be invalid.\r\nwarning @schematics/angular@9.0.0-rc.0: The engine \"pnpm\" appears to be invalid.\r\nwarning @angular-devkit/schematics@9.0.0-rc.0: The engine \"pnpm\" appears to be invalid.\r\nwarning @angular-devkit/core@9.0.0-rc.0: The engine \"pnpm\" appears to be invalid.\r\nwarning @schematics/update@0.900.0-rc.0: The engine \"pnpm\" appears to be invalid.\r\nwarning @angular/cli@9.0.0-rc.0: The engine \"pnpm\" appears to be invalid.\r\nInstalled packages for tooling via yarn.\r\nUsing package manager: 'yarn'\r\nCollecting installed dependencies...\r\nFound 35 dependencies.\r\nFetching dependency metadata from registry...\r\n    Updating package.json with dependency @angular/cli @ \"9.0.0-rc.0\" (was \"8.3.17\")...\r\n    Updating package.json with dependency @angular/core @ \"9.0.0-rc.0\" (was \"8.2.13\")...\r\n    Updating package.json with dependency @angular/language-service @ \"9.0.0-rc.0\" (was \"8.2.13\")...\r\n    Updating package.json with dependency @angular/compiler-cli @ \"9.0.0-rc.0\" (was \"8.2.13\")...\r\n    Updating package.json with dependency @angular/animations @ \"9.0.0-rc.0\" (was \"8.2.13\")...\r\n    Updating package.json with dependency @angular/platform-browser @ \"9.0.0-rc.0\" (was \"8.2.13\")...\r\n    Updating package.json with dependency @angular/platform-browser-dynamic @ \"9.0.0-rc.0\" (was \"8.2.13\")...\r\n    Updating package.json with dependency @angular/common @ \"9.0.0-rc.0\" (was \"8.2.13\")...\r\n    Updating package.json with dependency @angular/compiler @ \"9.0.0-rc.0\" (was \"8.2.13\")...\r\n    Updating package.json with dependency @angular/forms @ \"9.0.0-rc.0\" (was \"8.2.13\")...\r\n    Updating package.json with dependency @angular/router @ \"9.0.0-rc.0\" (was \"8.2.13\")...\r\n    Updating package.json with dependency @angular-devkit/build-angular @ \"0.900.0-rc.0\" (was \"0.803.17\")...\r\nUPDATE package.json (1636 bytes)\r\n√ Packages installed successfully.\r\n** Executing migrations of package '@angular/cli' **\r\n\r\n\u003e  Update an Angular CLI project to version 9.\r\nUPDATE angular.json (6359 bytes)\r\nUPDATE package.json (1637 bytes)\r\nUPDATE server.ts (1863 bytes)\r\n√ Packages installed successfully.\r\n√  Migration succeeded.\r\n\r\n\u003e  Update lazy loading syntax to use dynamic imports.\r\n√  Migration succeeded.\r\n\r\n** Executing migrations of package '@angular/core' **\r\n\r\n\u003e  Static flag migration.\r\n   Removes the `static` flag from dynamic queries.\r\n   As of Angular 9, the \"static\" flag defaults to false and is no longer required for your view and content queries.\r\n   Read more about this here: https://v9.angular.io/guide/migration-dynamic-flag\r\n√  Migration succeeded.\r\n\r\n\u003e  Missing @Injectable migration.\r\n   In Angular 9, enforcement of @Injectable decorators for DI is a bit stricter.\r\n   Read more about this here: https://v9.angular.io/guide/migration-injectable\r\n√  Migration succeeded.\r\n\r\n\u003e  ModuleWithProviders migration.\r\n   In Angular 9, the ModuleWithProviders type without a generic has been deprecated.\r\n   This migration adds the generic where it is missing.\r\n   Read more about this here: https://v9.angular.io/guide/migration-module-with-providers\r\n√  Migration succeeded.\r\n\r\n\u003e  NGCC postinstall migration.\r\n   Adds an ngcc invocation to npm/yarn's postinstall script.\r\n   Read more about this here: https://v9.angular.io/guide/migration-ngcc\r\nUPDATE package.json (1743 bytes)\r\n√ Packages installed successfully.\r\n√  Migration succeeded.\r\n\r\n\u003e  Renderer to Renderer2 migration.\r\n   As of Angular 9, the Renderer class is no longer available.\r\n   Renderer2 should be used instead.\r\n   Read more about this here: https://v9.angular.io/guide/migration-renderer\r\n√  Migration succeeded.\r\n\r\n\u003e  Undecorated classes with decorated fields migration.\r\n   As of Angular 9, it is no longer supported to have Angular field decorators on a class that does not have an Angular decorator.\r\n   Read more about this here: https://v9.angular.io/guide/migration-undecorated-classes\r\n√  Migration succeeded.\r\n\r\n\u003e  Undecorated classes with DI migration.\r\n   As of Angular 9, it is no longer supported to use Angular DI on a class that does not have an Angular decorator.\r\n   Read more about this here: https://v9.angular.io/guide/migration-undecorated-classes\r\n√  Migration succeeded.\r\n```\r\n\r\nWe should confirm the update finished, was successful, or if it was interrupted midway and should later be continued.","author":{"url":"https://github.com/filipesilva","@type":"Person","name":"filipesilva"},"datePublished":"2019-11-01T20:44:08.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":12},"url":"https://github.com/16016/angular-cli/issues/16016"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:6a815390-4c6a-bcde-8009-76950b676f06
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD110:2D3E84:1AE8547:24D8FB0:6964BFCF
html-safe-noncea3052037f14efaff0bab17cb39af2fdbf18ccf660de88734b744fc8c910788a6
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMTEwOjJEM0U4NDoxQUU4NTQ3OjI0RDhGQjA6Njk2NEJGQ0YiLCJ2aXNpdG9yX2lkIjoiMjk0MDcwMDI3MzI0MDQ4OTkzNSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac131684200b0b8bde919288de60eeafae7707c41980e0541c3349365cd14486ed
hovercard-subject-tagissue:516337162
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/angular/angular-cli/16016/issue_layout
twitter:imagehttps://opengraph.githubassets.com/4ac0f3fc3afda3566fc42e8df73e6fbbc6ee98fc7794c4389782d8cc6cbb3455/angular/angular-cli/issues/16016
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/4ac0f3fc3afda3566fc42e8df73e6fbbc6ee98fc7794c4389782d8cc6cbb3455/angular/angular-cli/issues/16016
og:image:altThis issue impacts 9.0.0-rc.0 and happened while updating https://github.com/johannesjo/super-productivity and https://github.com/SAP/cloud-commerce-spartacus-storefront. A failed update will show ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamefilipesilva
hostnamegithub.com
expected-hostnamegithub.com
None21df671ce2c9f1a16940ccbd3af6cb4f3f12a856929ca7eb1b4aea8e384ea442
turbo-cache-controlno-preview
go-importgithub.com/angular/angular-cli git https://github.com/angular/angular-cli.git
octolytics-dimension-user_id139426
octolytics-dimension-user_loginangular
octolytics-dimension-repository_id36891867
octolytics-dimension-repository_nwoangular/angular-cli
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id36891867
octolytics-dimension-repository_network_root_nwoangular/angular-cli
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release5707c685ac172d50a0bdd7533dde4f8aabcf8eef
ui-targetcanary-1
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/angular/angular-cli/issues/16016#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fangular%2Fangular-cli%2Fissues%2F16016
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fangular%2Fangular-cli%2Fissues%2F16016
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=angular%2Fangular-cli
Reloadhttps://github.com/angular/angular-cli/issues/16016
Reloadhttps://github.com/angular/angular-cli/issues/16016
Reloadhttps://github.com/angular/angular-cli/issues/16016
angular https://github.com/angular
angular-clihttps://github.com/angular/angular-cli
Notifications https://github.com/login?return_to=%2Fangular%2Fangular-cli
Fork 11.9k https://github.com/login?return_to=%2Fangular%2Fangular-cli
Star 27k https://github.com/login?return_to=%2Fangular%2Fangular-cli
Code https://github.com/angular/angular-cli
Issues 264 https://github.com/angular/angular-cli/issues
Pull requests 24 https://github.com/angular/angular-cli/pulls
Actions https://github.com/angular/angular-cli/actions
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/angular/angular-cli/security
Please reload this pagehttps://github.com/angular/angular-cli/issues/16016
Insights https://github.com/angular/angular-cli/pulse
Code https://github.com/angular/angular-cli
Issues https://github.com/angular/angular-cli/issues
Pull requests https://github.com/angular/angular-cli/pulls
Actions https://github.com/angular/angular-cli/actions
Security https://github.com/angular/angular-cli/security
Insights https://github.com/angular/angular-cli/pulse
New issuehttps://github.com/login?return_to=https://github.com/angular/angular-cli/issues/16016
New issuehttps://github.com/login?return_to=https://github.com/angular/angular-cli/issues/16016
Bughttps://github.com/angular/angular-cli/issues?q=type:"Bug"
Provide better story for individual migration resultshttps://github.com/angular/angular-cli/issues/16016#top
area: @angular/clihttps://github.com/angular/angular-cli/issues?q=state%3Aopen%20label%3A%22area%3A%20%40angular%2Fcli%22
freq3: highhttps://github.com/angular/angular-cli/issues?q=state%3Aopen%20label%3A%22freq3%3A%20high%22
ng update DXhttps://github.com/angular/angular-cli/issues?q=state%3Aopen%20label%3A%22ng%20update%20DX%22
severity1: confusinghttps://github.com/angular/angular-cli/issues?q=state%3Aopen%20label%3A%22severity1%3A%20confusing%22
type: bug/fixhttps://github.com/angular/angular-cli/issues?q=state%3Aopen%20label%3A%22type%3A%20bug%2Ffix%22
Backloghttps://github.com/angular/angular-cli/milestone/12
https://github.com/filipesilva
https://github.com/filipesilva
filipesilvahttps://github.com/filipesilva
on Nov 1, 2019https://github.com/angular/angular-cli/issues/16016#issue-516337162
https://github.com/johannesjo/super-productivityhttps://github.com/johannesjo/super-productivity
https://github.com/SAP/cloud-commerce-spartacus-storefronthttps://github.com/SAP/cloud-commerce-spartacus-storefront
@devversionhttps://github.com/devversion
area: @angular/clihttps://github.com/angular/angular-cli/issues?q=state%3Aopen%20label%3A%22area%3A%20%40angular%2Fcli%22
freq3: highhttps://github.com/angular/angular-cli/issues?q=state%3Aopen%20label%3A%22freq3%3A%20high%22
ng update DXhttps://github.com/angular/angular-cli/issues?q=state%3Aopen%20label%3A%22ng%20update%20DX%22
severity1: confusinghttps://github.com/angular/angular-cli/issues?q=state%3Aopen%20label%3A%22severity1%3A%20confusing%22
type: bug/fixhttps://github.com/angular/angular-cli/issues?q=state%3Aopen%20label%3A%22type%3A%20bug%2Ffix%22
Bughttps://github.com/angular/angular-cli/issues?q=type:"Bug"
BacklogNo due datehttps://github.com/angular/angular-cli/milestone/12
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.