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

fix(deps): update server #6588

Merged
merged 1 commit into from
Jan 23, 2024
Merged

fix(deps): update server #6588

merged 1 commit into from
Jan 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nestjs/common (source) 10.3.0 -> 10.3.1 age adoption passing confidence
@nestjs/core (source) 10.3.0 -> 10.3.1 age adoption passing confidence
@nestjs/platform-express (source) 10.3.0 -> 10.3.1 age adoption passing confidence
@nestjs/platform-socket.io (source) 10.3.0 -> 10.3.1 age adoption passing confidence
@nestjs/testing (source) 10.3.0 -> 10.3.1 age adoption passing confidence
@nestjs/websockets (source) 10.3.0 -> 10.3.1 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.19.0 -> 6.19.1 age adoption passing confidence
@typescript-eslint/parser (source) 6.19.0 -> 6.19.1 age adoption passing confidence
dotenv 16.3.1 -> 16.4.0 age adoption passing confidence
i18n-iso-countries 7.7.0 -> 7.8.0 age adoption passing confidence
node-addon-api 7.0.0 -> 7.1.0 age adoption passing confidence
sql-formatter 15.0.2 -> 15.1.2 age adoption passing confidence
ts-jest (source) 29.1.1 -> 29.1.2 age adoption passing confidence

Release Notes

nestjs/nest (@​nestjs/common)

v10.3.1

Compare Source

nestjs/nest (@​nestjs/core)

v10.3.1

Compare Source

nestjs/nest (@​nestjs/platform-express)

v10.3.1

Compare Source

nestjs/nest (@​nestjs/platform-socket.io)

v10.3.1

Compare Source

v10.3.1 (2024-01-23)

Bug fixes
Enhancements
Dependencies
Committers: 6
nestjs/nest (@​nestjs/testing)

v10.3.1

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.19.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

motdotla/dotenv (dotenv)

v16.4.0

Compare Source

  • Add error.code to error messages around .env.vault decryption handling #​795
  • Add ability to find .env.vault file when filename(s) passed as an array #​784

v16.3.2

Compare Source

Added
  • Add debug message when no encoding set #​735
Changed
  • Fix output typing for populate #​792
  • Use subarray instead of slice #​793
michaelwittig/node-i18n-iso-countries (i18n-iso-countries)

v7.8.0

Compare Source

nodejs/node-addon-api (node-addon-api)

v7.1.0

Compare Source

Notable changes
API
  • Add Env::GetModuleFileName
  • Add SyntaxError
  • Allow NAPI_VERSION env var and templatize AttachData callback
  • Add common gyp dependency targets.
Commits
  • [864fed488c] - build(deps): bump github/codeql-action from 3.22.12 to 3.23.0 (dependabot[bot]) #​1428
  • [81a8d43130] - build(deps): bump actions/dependency-review-action from 3.1.4 to 3.1.5 (dependabot[bot]) #​1427
  • [e20088941b] - build(deps): bump github/codeql-action from 3.22.11 to 3.22.12 (dependabot[bot]) #​1426
  • [76c7b12e4e] - build(deps): bump actions/setup-node from 4.0.0 to 4.0.1 (dependabot[bot]) #​1425
  • [cd58edde1d] - build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 (dependabot[bot]) #​1424
  • [0fd1b9e0e1] - build(deps): bump github/codeql-action from 2.22.8 to 3.22.11 (dependabot[bot]) #​1423
  • [c181b19d68] - build(deps): bump actions/stale from 8.0.0 to 9.0.0 (dependabot[bot]) #​1418
  • [6fa67791a1] - build(deps): bump actions/setup-python from 4.7.1 to 5.0.0 (dependabot[bot]) #​1417
  • [1fff346fa6] - build(deps): bump actions/dependency-review-action from 3.1.3 to 3.1.4 (dependabot[bot]) #​1415
  • [ecb9690fe5] - build(deps): bump github/codeql-action from 2.22.7 to 2.22.8 (dependabot[bot]) #​1414
  • [969547b871] - build(deps): bump github/codeql-action from 2.22.5 to 2.22.7 (dependabot[bot]) #​1413
  • [183d1522a9] - build(deps): bump step-security/harden-runner from 2.6.0 to 2.6.1 (dependabot[bot]) #​1412
  • [25f977724a] - build(deps): bump actions/dependency-review-action from 3.1.0 to 3.1.3 (dependabot[bot]) #​1410
  • [f6d125a407] - build(deps): bump actions/setup-python from 4.7.0 to 4.7.1 (dependabot[bot]) #​1406
  • [ce78a39ec7] - build(deps): bump github/codeql-action from 2.22.4 to 2.22.5 (dependabot[bot]) #​1400
  • [dc211ebb48] - build(deps): bump actions/setup-node from 3.8.1 to 4.0.0 (dependabot[bot]) #​1398
  • [cab559e3bd] - build(deps): bump ossf/scorecard-action from 2.3.0 to 2.3.1 (dependabot[bot]) #​1397
  • [f71ff5582d] - build(deps): bump github/codeql-action from 2.22.3 to 2.22.4 (dependabot[bot]) #​1396
  • [21c1d08680] - build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (dependabot[bot]) #​1394
  • [e4eec0939c] - build(deps): bump github/codeql-action from 2.21.9 to 2.22.3 (dependabot[bot]) #​1393
  • [94f3459474] - build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.0 (dependabot[bot]) #​1388
  • [90a741ef10] - build(deps): bump step-security/harden-runner from 2.5.1 to 2.6.0 (dependabot[bot]) #​1386
  • [7e1aa06132] - Update LICENSE.md (Michael Dawson) #​1385
  • [0a0612362e] - build(deps): bump github/codeql-action from 2.21.7 to 2.21.9 (dependabot[bot]) #​1384
  • [47bd430da2] - build(deps): bump actions/checkout from 4.0.0 to 4.1.0 (dependabot[bot]) #​1383
  • [b3f7f73cb9] - build(deps): bump actions/dependency-review-action from 3.0.8 to 3.1.0 (dependabot[bot]) #​1377
  • [12c1655387] - build(deps): bump github/codeql-action from 2.21.6 to 2.21.7 (dependabot[bot]) #​1380
  • [6abed318e4] - build(deps): bump github/codeql-action from 2.21.5 to 2.21.6 (dependabot[bot]) #​1378
  • [89eda59930] - build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 (dependabot[bot]) #​1376
  • [90870dbffa] - build(deps): bump actions/checkout from 3.6.0 to 4.0.0 (dependabot[bot]) #​1375
  • [b860793eff] - build(deps): bump github/codeql-action from 2.21.2 to 2.21.5 (dependabot[bot]) #​1372
  • [f9b9974b4a] - build(deps): bump actions/checkout from 3.5.3 to 3.6.0 (dependabot[bot]) #​1371
  • [9596e3de2d] - build(deps): bump actions/setup-node from 3.7.0 to 3.8.1 (dependabot[bot]) #​1370
  • [e969210747] - build(deps): bump actions/dependency-review-action from 3.0.6 to 3.0.8 (dependabot[bot]) #​1368
  • [13ef96a5a9] - build(deps): bump step-security/harden-runner from 2.5.0 to 2.5.1 (dependabot[bot]) #​1364
  • [9776d148b3] - build(deps): bump github/codeql-action from 2.21.1 to 2.21.2 (dependabot[bot]) #​1358
  • [59dc6be097] - build(deps): bump github/codeql-action from 2.21.0 to 2.21.1 (dependabot[bot]) #​1357
  • [5e72796cd5] - build(deps): bump step-security/harden-runner from 2.4.1 to 2.5.0 (dependabot[bot]) #​1356
  • [4e62db45e4] - build(deps): bump github/codeql-action from 2.20.3 to 2.21.0 (dependabot[bot]) #​1353
  • [0c093a33e8] - build(deps): bump github/codeql-action from 2.20.1 to 2.20.3 (dependabot[bot]) #​1349
  • [5523b2d3fa] - build(deps): bump actions/setup-node from 3.6.0 to 3.7.0 (dependabot[bot]) #​1348
  • [afa494ef7f] - Add Node.js version restrictions (Ingo Fischer) #​1340
  • [ac4c87f660] - build(deps): bump ossf/scorecard-action from 2.0.6 to 2.2.0 (dependabot[bot]) #​1344
  • [47aeb6689d] - build(deps): bump github/codeql-action from 2.2.12 to 2.20.1 (dependabot[bot]) #​1343
  • [bd45a8fffc] - build(deps): bump step-security/harden-runner from 2.3.0 to 2.4.1 (dependabot[bot]) #​1342
  • [343a1e1708] - build(deps-dev): bump fs-extra from 9.1.0 to 11.1.1 (dependabot[bot]) #​1335
  • [4168c10182] - build(deps): bump actions/stale from 5.2.1 to 8.0.0 (dependabot[bot]) #​1333
  • [1c182abd1f] - build(deps): bump actions/dependency-review-action from 2.5.1 to 3.0.6 (dependabot[bot]) #​1331
  • [717a61931d] - build(deps): bump actions/checkout from 3.5.2 to 3.5.3 (dependabot[bot]) #​1329
  • [d605d62c89] - chore: lock python version in actions (Chengzhong Wu) #​1403
  • [734e3f2509] - doc: fix rendering of code blocks in list (Tobias Nießen) #​1401
  • [dfdf6eb6e6] - doc: add missing title IsBigInt (Marx) #​1352
  • [8850997f38] - doc: fix typo AsyncProgressWorker::ExecutionProgress (JerryZhongJ) #​1350
  • [8192a471a1] - docs: fixed Broken Links (Ömer AKGÜL) #​1405
  • [16a18c047a] - fix: handle c++ exception in TSFN callback (Chengzhong Wu) #​1345
  • [ab14347080] - gyp: add common targets (Chengzhong Wu) #​1389
  • [fa3518bc08] - src: remove duplicate buffer info calls (Chengzhong Wu) #​1354
  • [b83e453e6e] - src: add Env::GetModuleFileName (Kevin Eady) #​1327
  • [d9828c6264] - src: add SyntaxError (Kevin Eady) #​1326
  • [c52e764bb2] - src,test,build: allow NAPI_VERSION env var and templatize AttachData callback (Gabriel Schulhof) #​1399
  • [8f028d630a] - test: remove experimental flag from bigint (Gabriel Schulhof) #​1395
  • [414be9e000] - test: run interfering tests in their own process (Gabriel Schulhof) #​1325
sql-formatter-org/sql-formatter (sql-formatter)

v15.1.2: 15.1.2

Compare Source

Bugfixes
  • Fix tabular formatting for CREATE TABLE #​690

v15.1.1: 15.1.1

Compare Source

Bugfixes
  • Format Transact-SQL OPTION () clause on a separate line #​705
  • Format Transact-SQL FOR clause on a separate line

v15.1.0: 15.1.0

Compare Source

New features
  • Add support for disable/enable comments to turn off formatting for sections of SQL file #​703
  • Allow passing inline JSON config object from command line (e.g. --config '{"keywordCase": "upper"}') #​701
Bugfixes
  • Treat ASC,DESC as reserved words in "sql" dialect #​702
  • Fix crash when database..table syntax encountered in Transact-SQL #​700
kulshekhar/ts-jest (ts-jest)

v29.1.2

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Jan 23, 2024
Copy link

cloudflare-workers-and-pages bot commented Jan 23, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: f36a213
Status: ✅  Deploy successful!
Preview URL: https://a9bfa76b.immich.pages.dev
Branch Preview URL: https://renovate-server.immich.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/server branch from b978552 to f36a213 Compare January 23, 2024 22:51
@renovate renovate bot changed the title chore(deps): update dependency @openapitools/openapi-generator-cli to v2.8.0 fix(deps): update server Jan 23, 2024
@jrasm91 jrasm91 merged commit 160366c into main Jan 23, 2024
26 of 27 checks passed
@jrasm91 jrasm91 deleted the renovate/server branch January 23, 2024 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant