Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies Jan 2023 (#1000)
# 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: - upgrading to 4.7 isn't required by anything and all our existing apps are on 4.6, so didn't seem worth including in this PR. Maybe a follow-up if it works without errors. Typescript 4.7 is needed for package [import/export support](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-7.html#packagejson-exports-imports-and-self-referencing). - upgrading to 4.8 is desired as it is the minimum required by Angular 15 but is not supported by fast: microsoft/fast#6365 - upgrading to 4.9 is not supported by Angular 14, Angular 15.1 is the [first version to support 4.9](angular/angular@dd42974) ## 👩💻 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 - [x] I have updated the project documentation to reflect my changes or determined no changes are needed.
- Loading branch information