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

Merge master into release-jobs #1454

Merged
merged 119 commits into from
Oct 23, 2024
Merged

Merge master into release-jobs #1454

merged 119 commits into from
Oct 23, 2024

Conversation

sbliven
Copy link
Contributor

@sbliven sbliven commented Oct 23, 2024

Description

Update release-jobs with the latest commits to master

Junjiequan and others added 30 commits August 22, 2024 10:35
- added script to sync sdk version with package version from package.json
Bumps [openid-client](https://github.com/panva/node-openid-client) from 5.6.5 to 5.7.0.
- [Release notes](https://github.com/panva/node-openid-client/releases)
- [Changelog](https://github.com/panva/node-openid-client/blob/main/CHANGELOG.md)
- [Commits](panva/openid-client@v5.6.5...v5.7.0)

---
updated-dependencies:
- dependency-name: openid-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…penid-client-5.7.0

build(deps): bump openid-client from 5.6.5 to 5.7.0
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.9.14 to 6.9.15.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v6.9.14...v6.9.15)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…odemailer-6.9.15

build(deps): bump nodemailer from 6.9.14 to 6.9.15
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.2 to 22.5.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…ypes/node-22.5.4

build(deps-dev): bump @types/node from 22.5.2 to 22.5.4
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.2 to 9.0.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v8.2.2...v9.0.0)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…oncurrently-9.0.0

build(deps-dev): bump concurrently from 8.2.2 to 9.0.0
Bumps [@faker-js/faker](https://github.com/faker-js/faker) from 8.4.1 to 9.0.0.
- [Release notes](https://github.com/faker-js/faker/releases)
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md)
- [Commits](faker-js/faker@v8.4.1...v9.0.0)

---
updated-dependencies:
- dependency-name: "@faker-js/faker"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…aker-js/faker-9.0.0

build(deps-dev): bump @faker-js/faker from 8.4.1 to 9.0.0
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.5.4 to 8.6.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@8.5.4...8.6.2)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…ongoose-8.6.2

build(deps): bump mongoose from 8.5.4 to 8.6.2
nitrosx and others added 29 commits September 27, 2024 17:16
…fer-api-version-in-url-from-config

refactor: enable versioing for routes
…/actions/setup-python-5

build(deps): bump actions/setup-python from 4 to 5
…nd express

Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependencies [cookie](https://github.com/jshttp/cookie), [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express), [express-session](https://github.com/expressjs/session) and [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.6.0...v0.7.1)

Updates `@nestjs/platform-express` from 10.4.1 to 10.4.5
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.5/packages/platform-express)

Updates `express-session` from 1.18.0 to 1.18.1
- [Release notes](https://github.com/expressjs/session/releases)
- [Changelog](https://github.com/expressjs/session/blob/master/HISTORY.md)
- [Commits](expressjs/session@v1.18.0...v1.18.1)

Updates `express` from 4.19.2 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](expressjs/express@4.19.2...4.21.1)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
- dependency-name: express-session
  dependency-type: direct:production
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…ulti-3d68471e09

build(deps): bump cookie, @nestjs/platform-express, express-session and express
Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.1.1 to 13.2.0.
- [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md)
- [Commits](josdejong/mathjs@v13.1.1...v13.2.0)

---
updated-dependencies:
- dependency-name: mathjs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…athjs-13.2.0

build(deps): bump mathjs from 13.1.1 to 13.2.0
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.7 to 4.17.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…ypes/lodash-4.17.12

build(deps-dev): bump @types/lodash from 4.17.7 to 4.17.12
Bumps [@nestjs/mongoose](https://github.com/nestjs/mongoose) from 10.0.10 to 10.1.0.
- [Release notes](https://github.com/nestjs/mongoose/releases)
- [Changelog](https://github.com/nestjs/mongoose/blob/master/.release-it.json)
- [Commits](nestjs/mongoose@10.0.10...10.1.0)

---
updated-dependencies:
- dependency-name: "@nestjs/mongoose"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…estjs/mongoose-10.1.0

build(deps): bump @nestjs/mongoose from 10.0.10 to 10.1.0
Bumps [@faker-js/faker](https://github.com/faker-js/faker) from 9.0.0 to 9.0.3.
- [Release notes](https://github.com/faker-js/faker/releases)
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md)
- [Commits](faker-js/faker@v9.0.0...v9.0.3)

---
updated-dependencies:
- dependency-name: "@faker-js/faker"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…aker-js/faker-9.0.3

build(deps-dev): bump @faker-js/faker from 9.0.0 to 9.0.3
Bumps [@nestjs/axios](https://github.com/nestjs/axios) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/nestjs/axios/releases)
- [Changelog](https://github.com/nestjs/axios/blob/master/.release-it.json)
- [Commits](nestjs/axios@3.0.3...3.1.0)

---
updated-dependencies:
- dependency-name: "@nestjs/axios"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…estjs/axios-3.1.0

build(deps): bump @nestjs/axios from 3.0.3 to 3.1.0
Bumps [@nestjs/event-emitter](https://github.com/nestjs/event-emitter) from 2.0.4 to 2.1.1.
- [Release notes](https://github.com/nestjs/event-emitter/releases)
- [Changelog](https://github.com/nestjs/event-emitter/blob/master/.release-it.json)
- [Commits](nestjs/event-emitter@2.0.4...2.1.1)

---
updated-dependencies:
- dependency-name: "@nestjs/event-emitter"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…estjs/event-emitter-2.1.1

build(deps): bump @nestjs/event-emitter from 2.0.4 to 2.1.1
Bumps [@nestjs/swagger](https://github.com/nestjs/swagger) from 7.4.0 to 7.4.2.
- [Release notes](https://github.com/nestjs/swagger/releases)
- [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json)
- [Commits](nestjs/swagger@7.4.0...7.4.2)

---
updated-dependencies:
- dependency-name: "@nestjs/swagger"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…estjs/swagger-7.4.2

build(deps): bump @nestjs/swagger from 7.4.0 to 7.4.2
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.19 to 5.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

---
updated-dependencies:
- dependency-name: "@types/chai"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…ypes/chai-5.0.0

build(deps-dev): bump @types/chai from 4.3.19 to 5.0.0
Bumps [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) from 10.4.1 to 10.4.5.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.5/packages/core)

---
updated-dependencies:
- dependency-name: "@nestjs/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…estjs/core-10.4.5

build(deps): bump @nestjs/core from 10.4.1 to 10.4.5
feat: add Å to SI accepted units
@sbliven sbliven merged commit 1bb4d19 into release-jobs Oct 23, 2024
3 of 6 checks passed
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.

4 participants