Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update docs app to Angular 13 #6743

Merged
merged 1 commit into from Jan 14, 2022

Conversation

jakovljevic-mladen
Copy link
Member

Description:
This PR updates docs app to the latest Angular version - v13.1.1. The update was preformed by using ng update command which changed some files and dependencies. Some other files were manually adjusted.

Related issue (if exists):
None

Comment on lines -203 to -210
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
],
"exclude": []
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is precisely related to "@angular-devkit/build-angular": "~13.1.2", package. you can still upgrade to angular 13 and not upgrade @angular-devkit/build-angular (stay in v12). this way you can put back the lint. and probably we can address the linting and the afore-mentioned package upgrade after #6744 is done. wdyt ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TBH, I'd rather keep everything in one PR - it's easier to maintain and to keep track. So, I'd rather keep this removed and reintroduced later, if this is OK to you?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather keep this removed

I will leave that to the gatekeepers of this library here.

IMHO, I wouldn't remove linting since we open the possibility of code that goes against our linting rules (without people being aware). So, I'd rather migrate to eslint in this PR. or do no upgrade @angular-devkit/build-angular to 13 until linting is figured out.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll be honest, temporarily disabling linting in the docs app is probably one of my last concerns. But I'll bring it up at the Core Team meeting.

@benlesh benlesh added 7.x Issues and PRs for version 6.x 8.x Issues and PRs for version 8.x AGENDA ITEM Flagged for discussion at core team meetings labels Jan 11, 2022
@benlesh
Copy link
Member

benlesh commented Jan 12, 2022

Core team: Proceed and disable linting in docs-app for now, with a follow up to get it linting with eslint.

@benlesh benlesh removed the AGENDA ITEM Flagged for discussion at core team meetings label Jan 12, 2022
@benlesh benlesh merged commit c6547f7 into ReactiveX:master Jan 14, 2022
@jakovljevic-mladen jakovljevic-mladen deleted the update_to_angular_13 branch January 14, 2022 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
7.x Issues and PRs for version 6.x 8.x Issues and PRs for version 8.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants