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

Manually update @ni/eslint-config-angular dependency to latest #1797

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

jattasNI
Copy link
Contributor

@jattasNI jattasNI commented Feb 1, 2024

Pull Request

🤨 Rationale

#1795 had a build issue because of Angular version mismatches. We want to fix that upgrade to unblock future Renovate dependency updates.

👩‍💻 Implementation

Ran npm i -D -w @ni-private/angular-workspace @ni/eslint-config-angular@latest.

The problem is that Renovate was only doing minor/patch updates for this dependency but the latest minor update (5.1.1) introduces this build issue because it tried to claim support for multiple Angular versions. The latest major update (6.0.0) fixes it.

🧪 Testing

Relying on pipeline. The latest version doesn't contain any functional changes, it was just published to try to deal with Angular version issues.

✅ Checklist

  • I have updated the project documentation to reflect my changes or determined no changes are needed.

@jattasNI jattasNI marked this pull request as ready for review February 1, 2024 17:09
@jattasNI jattasNI enabled auto-merge (squash) February 1, 2024 17:09
@jattasNI jattasNI merged commit b61e316 into main Feb 1, 2024
11 checks passed
@jattasNI jattasNI deleted the update-angular-styleguide branch February 1, 2024 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants