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 deps (min) #73

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

michael-on-github
Copy link

@michael-on-github michael-on-github commented Aug 5, 2024

This PR is supposed to fix numerous issues arising from plain npm install on a master branch.

The dependencies versions were bumped on a need-to-bump basis and to the latest minor version required. Let's call it "the minimal level".

Another PR is doing the same thing, but updating all the dependencies to their latest versions. Let's call that "the maximal level": #74

I also included the bumps dependabot found before doing any updates.

michael-on-github and others added 16 commits August 5, 2024 13:22
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] <support@github.com>
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] <support@github.com>
…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] <support@github.com>
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] <support@github.com>
…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] <support@github.com>
…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] <support@github.com>
…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](rbuckton/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] <support@github.com>
…reflect-metadata-0.1.14

Bump reflect-metadata from 0.1.13 to 0.1.14
@michael-on-github michael-on-github changed the title Update deps Update deps (min) Aug 5, 2024
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.

1 participant