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

Update dependencies Jan 2023 #1000

Merged
merged 32 commits into from Jan 30, 2023
Merged

Update dependencies Jan 2023 #1000

merged 32 commits into from Jan 30, 2023

Conversation

rajsite
Copy link
Member

@rajsite rajsite commented Jan 26, 2023

Pull Request

🤨 Rationale

Updates our dependencies and devDependencies for all packages. The intention is to not introduce any breaking changes and relying on tests + storybook for that.

Also adds a size to the storybook landing page image to fix #943 (we are on the latest MDX2 now which is what changed for StoryBook 7 so I don't think it's gonna change anything else related to MDX significantly).

Updates to the latest Angular 14 (but not up to 15).
Does not update TypeScript past 4.6:

👩‍💻 Implementation

Result of npm outdated after changes:

Package                                  Current         Wanted         Latest  Location                                        Depended by
@angular-devkit/build-angular            14.2.10        14.2.10         15.1.3  node_modules/@angular-devkit/build-angular      angular-workspace@npm:@ni-private/angular-workspace@1.0.0
@angular/animations                      14.2.12        14.2.12         15.1.2  node_modules/@angular/animations                angular-workspace@npm:@ni-private/angular-workspace@1.0.0
@angular/cli                             14.2.10        14.2.10         15.1.3  node_modules/@angular/cli                       angular-workspace@npm:@ni-private/angular-workspace@1.0.0
@angular/common                          14.2.12        14.2.12         15.1.2  node_modules/@angular/common                    angular-workspace@npm:@ni-private/angular-workspace@1.0.0
@angular/common                          14.2.12        14.2.12         15.1.2  node_modules/@angular/common                    nimble-angular@npm:@ni/nimble-angular@16.0.3
@angular/compiler                        14.2.12        14.2.12         15.1.2  node_modules/@angular/compiler                  angular-workspace@npm:@ni-private/angular-workspace@1.0.0
@angular/compiler-cli                    14.2.12        14.2.12         15.1.2  node_modules/@angular/compiler-cli              angular-workspace@npm:@ni-private/angular-workspace@1.0.0
@angular/core                            14.2.12        14.2.12         15.1.2  node_modules/@angular/core                      angular-workspace@npm:@ni-private/angular-workspace@1.0.0
@angular/core                            14.2.12        14.2.12         15.1.2  node_modules/@angular/core                      nimble-angular@npm:@ni/nimble-angular@16.0.3
@angular/forms                           14.2.12        14.2.12         15.1.2  node_modules/@angular/forms                     angular-workspace@npm:@ni-private/angular-workspace@1.0.0
@angular/forms                           14.2.12        14.2.12         15.1.2  node_modules/@angular/forms                     nimble-angular@npm:@ni/nimble-angular@16.0.3
@angular/platform-browser                14.2.12        14.2.12         15.1.2  node_modules/@angular/platform-browser          angular-workspace@npm:@ni-private/angular-workspace@1.0.0
@angular/platform-browser-dynamic        14.2.12        14.2.12         15.1.2  node_modules/@angular/platform-browser-dynamic  angular-workspace@npm:@ni-private/angular-workspace@1.0.0
@angular/router                          14.2.12        14.2.12         15.1.2  node_modules/@angular/router                    angular-workspace@npm:@ni-private/angular-workspace@1.0.0
@angular/router                          14.2.12        14.2.12         15.1.2  node_modules/@angular/router                    nimble-angular@npm:@ni/nimble-angular@16.0.3
@tanstack/virtual-core             3.0.0-beta.41  3.0.0-beta.41  3.0.0-alpha.1  node_modules/@tanstack/virtual-core             nimble-components@npm:@ni/nimble-components@18.0.3
ng-packagr                                14.2.2         14.2.2         15.1.1  node_modules/ng-packagr                         angular-workspace@npm:@ni-private/angular-workspace@1.0.0
typescript                                 4.6.4          4.6.4          4.9.4  node_modules/typescript                         xliff-to-json-converter@npm:@ni/xliff-to-json-converter@1.1.0
typescript                                 4.6.4          4.6.4          4.9.4  node_modules/typescript                         nimble-tokens@npm:@ni/nimble-tokens@4.3.2
typescript                                 4.6.4          4.6.4          4.9.4  node_modules/typescript                         nimble-components@npm:@ni/nimble-components@18.0.3
typescript                                 4.6.4          4.6.4          4.9.4  node_modules/typescript                         angular-workspace@npm:@ni-private/angular-workspace@1.0.0
typescript                                 4.6.4          4.6.4          4.9.4  node_modules/typescript                         site@npm:@ni-private/site@1.0.0
zone.js                                   0.11.8         0.11.8         0.12.0  node_modules/zone.js                            angular-workspace@npm:@ni-private/angular-workspace@1.0.0

🧪 Testing

Rely on CI and chromatic

✅ Checklist

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

@rajsite rajsite changed the title Update dependencies jan 2023 Update dependencies Jan 2023 Jan 27, 2023
@rajsite rajsite marked this pull request as ready for review January 28, 2023 00:12
@rajsite rajsite merged commit e1da136 into main Jan 30, 2023
@rajsite rajsite deleted the update-dependencies-jan-2023 branch January 30, 2023 18:46
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.

Storybook home page is showing reference image at 2x size
3 participants