-
Notifications
You must be signed in to change notification settings - Fork 90
Update deps (max) #74
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
Open
michael-on-github
wants to merge
16
commits into
angular-university:master
Choose a base branch
from
michael-on-github:update-deps-2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update deps (max) #74
michael-on-github
wants to merge
16
commits into
angular-university:master
from
michael-on-github:update-deps-2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) from 8.2.3 to 10.3.10. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.3.10/packages/common) --- updated-dependencies: - dependency-name: "@nestjs/common" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [karma-cli](https://github.com/karma-runner/karma-cli) from 1.0.1 to 2.0.0. - [Changelog](https://github.com/karma-runner/karma-cli/blob/master/CHANGELOG.md) - [Commits](karma-runner/karma-cli@v1.0.1...v2.0.0) --- updated-dependencies: - dependency-name: karma-cli dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…nestjs/common-10.3.10 Bump @nestjs/common from 8.2.3 to 10.3.10
…karma-cli-2.0.0 Bump karma-cli from 1.0.1 to 2.0.0
Bumps [@angular/material-moment-adapter](https://github.com/angular/components) from 14.0.1 to 18.1.3. - [Release notes](https://github.com/angular/components/releases) - [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md) - [Commits](angular/components@14.0.1...18.1.3) --- updated-dependencies: - dependency-name: "@angular/material-moment-adapter" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.3 to 4.7.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v4.7.3...v4.7.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…angular/material-moment-adapter-18.1.3 Bump @angular/material-moment-adapter from 14.0.1 to 18.1.3
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 14.0.1 to 15.2.10. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/15.2.10/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…angular/core-15.2.10 Bump @angular/core from 14.0.1 to 15.2.10
Bumps [karma-jasmine-html-reporter](https://github.com/dfederm/karma-jasmine-html-reporter) from 1.5.4 to 2.1.0. - [Release notes](https://github.com/dfederm/karma-jasmine-html-reporter/releases) - [Commits](dfederm/karma-jasmine-html-reporter@v1.5.4...v2.1.0) --- updated-dependencies: - dependency-name: karma-jasmine-html-reporter dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…karma-jasmine-html-reporter-2.1.0 Bump karma-jasmine-html-reporter from 1.5.4 to 2.1.0
…typescript-4.7.4 Bump typescript from 4.7.3 to 4.7.4
Bumps [reflect-metadata](https://github.com/rbuckton/reflect-metadata) from 0.1.13 to 0.1.14. - [Release notes](https://github.com/rbuckton/reflect-metadata/releases) - [Changelog](https://github.com/rbuckton/reflect-metadata/blob/main/tsconfig-release.json) - [Commits](microsoft/reflect-metadata@v0.1.13...v0.1.14) --- updated-dependencies: - dependency-name: reflect-metadata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…reflect-metadata-0.1.14 Bump reflect-metadata from 0.1.13 to 0.1.14
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is supposed to fix numerous issues arising from plain
npm install
on amaster
branch.The dependencies versions were bumped to their latest versions. Let's call that "the maximal level".
Another PR is doing the same thing, but updating all the dependencies on a need-to-bump basis and to the latest minor version required. Let's call it "the minimal level": #73
I also included the bumps dependabot found before doing any updates.