Skip to content

apps/api(deps-dev): bump the dev-deps group across 1 directory with 10 updates #1542

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
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps the dev-deps group with 10 updates in the /apps/api directory:

Package From To
@tsconfig/recommended 1.0.6 1.0.8
@types/cors 2.8.17 2.8.18
@types/jest 29.5.12 29.5.14
@types/lodash 4.17.14 4.17.16
@types/node 20.14.1 22.15.17
@types/pdf-parse 1.1.4 1.1.5
nodemon 2.0.22 3.1.10
prettier 3.4.2 3.5.3
supertest 6.3.4 7.1.0
ts-jest 29.1.4 29.3.2

Updates @tsconfig/recommended from 1.0.6 to 1.0.8

Commits

Updates @types/cors from 2.8.17 to 2.8.18

Commits

Updates @types/jest from 29.5.12 to 29.5.14

Commits

Updates @types/lodash from 4.17.14 to 4.17.16

Commits

Updates @types/node from 20.14.1 to 22.15.17

Commits

Updates @types/pdf-parse from 1.1.4 to 1.1.5

Commits

Updates nodemon from 2.0.22 to 3.1.10

Release notes

Sourced from nodemon's releases.

v3.1.10

3.1.10 (2025-04-23)

Bug Fixes

v3.1.9

3.1.9 (2024-12-13)

Bug Fixes

  • maintain backward support for exitcrash (9c9de6e)

v3.1.8

3.1.8 (2024-12-13)

Bug Fixes

v3.1.7

3.1.7 (2024-09-20)

Bug Fixes

v3.1.6

3.1.6 (2024-09-19)

Bug Fixes

v3.1.5

3.1.5 (2024-09-17)

Bug Fixes

  • add missing ignore option to type defintion of config (#2224) (254c2ab)

v3.1.4

3.1.4 (2024-06-20)

... (truncated)

Commits

Updates prettier from 3.4.2 to 3.5.3

Release notes

Sourced from prettier's releases.

3.5.3

🔗 Changelog

3.5.2

🔗 Changelog

3.5.1

🔗 Changelog

3.5.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.5.3

diff

Flow: Fix missing parentheses in ConditionalTypeAnnotation (#17196 by @​fisker)

// Input
type T<U> = 'a' | ('b' extends U ? 'c' : empty);
type T<U> = 'a' & ('b' extends U ? 'c' : empty);
// Prettier 3.5.2
type T<U> = "a" | "b" extends U ? "c" : empty;
type T<U> = "a" & "b" extends U ? "c" : empty;
// Prettier 3.5.3
type T<U> = "a" | ("b" extends U ? "c" : empty);
type T<U> = "a" & ("b" extends U ? "c" : empty);

3.5.2

diff

Remove module-sync condition (#17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

3.5.1

diff

Fix CLI crash when cache for old version exists (#17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

3.5.0

diff

🔗 Release Notes

Commits

Updates supertest from 6.3.4 to 7.1.0

Release notes

Sourced from supertest's releases.

v7.1.0

  • Merge pull request #852 from alxndrsn/econnreset de045d4
  • Merge pull request #845 from ikonst/master be0d5c7
  • Merge pull request #854 from alxndrsn/commitlint 35ac86f
  • fix(dev): commitlint dev dependency & config e67fcb2
  • fix: avoid server re-use race conditions 96c06e3
  • test: fix test failure due to localhost being also ipv6 92079a0

ladjs/supertest@v7.0.0...v7.1.0

v7.0.0

  • Merge pull request #834 from Bruception/master 225118c
  • Fix TestAgent not inheriting Agent properties f290431
  • fix: bump deps, drop Node.js v<14.16.0 1e18c20

ladjs/supertest@v6.3.4...v7.0.0

Commits
  • 359bc52 7.1.0
  • de045d4 Merge pull request #852 from alxndrsn/econnreset
  • be0d5c7 Merge pull request #845 from ikonst/master
  • 35ac86f Merge pull request #854 from alxndrsn/commitlint
  • e67fcb2 fix(dev): commitlint dev dependency & config
  • 96c06e3 fix: avoid server re-use race conditions
  • 92079a0 test: fix test failure due to localhost being also ipv6
  • 2ae1c36 7.0.0
  • 225118c Merge pull request #834 from Bruception/master
  • f290431 Fix TestAgent not inheriting Agent properties
  • Additional commits viewable in compare view

Updates ts-jest from 29.1.4 to 29.3.2

Release notes

Sourced from ts-jest's releases.

v29.3.2

Please refer to CHANGELOG.md for details.

v29.3.1

Please refer to CHANGELOG.md for details.

v29.3.0

Please refer to CHANGELOG.md for details.

v29.2.6

Please refer to CHANGELOG.md for details.

v29.2.5

Please refer to CHANGELOG.md for details.

v29.2.4

Please refer to CHANGELOG.md for details.

v29.2.3

Please refer to CHANGELOG.md for details.

v29.2.2

Please refer to CHANGELOG.md for details.

v29.2.1

Please refer to CHANGELOG.md for details.

v29.2.0

Please refer to CHANGELOG.md for details.

v29.1.5

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.3.2 (2025-04-12)

Bug Fixes

  • fix: transpile js files from node_modules whenever Jest asks (968370e), closes #4637

29.3.1 (2025-03-31)

Bug Fixes

  • fix: allow isolatedModules mode to have ts.Program under Node16/Next (25157eb)
  • fix: improve message for isolatedModules of ts-jest config (547eb6f)

29.3.0 (2025-03-21)

Features

  • feat: support hybrid module values for isolatedModules: true (f372121)

Bug Fixes

  • fix: set customConditions to undefined in TsCompiler (b091d70), closes #4620

Code Refactoring

  • refactor: remove manual version checker (89458fc)
  • refactor: remove patching deps based on version checker (bac4c43)
  • refactor: deprecate RawCompilerOptions interface (2b1b6cd)
  • refactor: deprecate transform option isolatedModules (7dfef71)

DEPRECATIONS

29.2.6 (2025-02-22)

... (truncated)

Commits
  • e1c6017 chore(release): 29.3.2
  • 968370e fix: transpile js files from node_modules whenever Jest asks (#4791)
  • ddfd812 build(deps): Update dependency lint-staged to ^15.5.1
  • efd5274 build: use faster mode to build/serve doc
  • ccd9a0e build: fix npm audit issue for website
  • 7e730d3 docs: add Hybrid Node module doc about Node16/NodeNext
  • 39a1222 test: add dynamic import code test for transpile-module
  • 5a21aca build(deps): Update dependency eslint-config-prettier to ^10.1.2
  • e10053f build(deps): Update dependency vite to ^6.2.6
  • a83170c build(deps): Update ESLint packages to ^8.29.1
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 12, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/api/dev-deps-ea45f453fc branch from da30e20 to 1e4b5d7 Compare May 19, 2025 06:18
…0 updates

Bumps the dev-deps group with 10 updates in the /apps/api directory:

| Package | From | To |
| --- | --- | --- |
| [@tsconfig/recommended](https://github.com/tsconfig/bases/tree/HEAD/bases) | `1.0.6` | `1.0.8` |
| [@types/cors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors) | `2.8.17` | `2.8.18` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.14` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.14` | `4.17.16` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.1` | `22.15.17` |
| [@types/pdf-parse](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pdf-parse) | `1.1.4` | `1.1.5` |
| [nodemon](https://github.com/remy/nodemon) | `2.0.22` | `3.1.10` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.3` |
| [supertest](https://github.com/ladjs/supertest) | `6.3.4` | `7.1.0` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.4` | `29.3.2` |



Updates `@tsconfig/recommended` from 1.0.6 to 1.0.8
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

Updates `@types/cors` from 2.8.17 to 2.8.18
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cors)

Updates `@types/jest` from 29.5.12 to 29.5.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `@types/lodash` from 4.17.14 to 4.17.16
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

Updates `@types/node` from 20.14.1 to 22.15.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/pdf-parse` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pdf-parse)

Updates `nodemon` from 2.0.22 to 3.1.10
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v2.0.22...v3.1.10)

Updates `prettier` from 3.4.2 to 3.5.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.2...3.5.3)

Updates `supertest` from 6.3.4 to 7.1.0
- [Release notes](https://github.com/ladjs/supertest/releases)
- [Commits](ladjs/supertest@v6.3.4...v7.1.0)

Updates `ts-jest` from 29.1.4 to 29.3.2
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.4...v29.3.2)

---
updated-dependencies:
- dependency-name: "@tsconfig/recommended"
  dependency-version: 1.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@types/cors"
  dependency-version: 2.8.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@types/jest"
  dependency-version: 29.5.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@types/lodash"
  dependency-version: 4.17.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@types/node"
  dependency-version: 22.15.17
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: "@types/pdf-parse"
  dependency-version: 1.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: nodemon
  dependency-version: 3.1.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: prettier
  dependency-version: 3.5.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: supertest
  dependency-version: 7.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: ts-jest
  dependency-version: 29.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/api/dev-deps-ea45f453fc branch from 1e4b5d7 to 9e37335 Compare May 26, 2025 06:52
@entelligence-ai-reviews

Walkthrough

This pull request updates development and core dependencies for the API application to their latest versions, focusing on modernizing the dependency tree, addressing deprecations, and improving compatibility with newer Node.js versions. The changes are limited to version bumps and lockfile updates, with no modifications to application logic or runtime dependencies. The updates also include the removal of deprecated packages and the addition of new transitive dependencies as required by the upgraded packages.

Changes

File(s) Summary
apps/api/package.json Upgraded development dependencies to newer versions (e.g., @tsconfig/recommended, @types/cors, @types/jest, @types/lodash, @types/node, @types/pdf-parse, nodemon, prettier, supertest, ts-jest); no additions or removals of dependencies.
apps/api/pnpm-lock.yaml Updated lockfile to reflect upgraded dependencies, added new transitive dependencies (e.g., @noble/hashes, @paralleldrive/cuid2, [email protected]), removed deprecated packages (e.g., hexoid, [email protected], [email protected]), and updated dependency trees for improved compatibility.

Sequence Diagram

This diagram shows the interactions between components:

sequenceDiagram
    title API Dependency Update Process
    
    actor Developer
    participant PackageManager as "Package Manager (pnpm)"
    participant package.json
    participant pnpm-lock.yaml
    participant NodeModules as "node_modules"
    participant APIApplication as "API Application"
    participant TestRunner as "Test Runner (Jest)"
    
    Developer->>PackageManager: Update dependencies
    activate PackageManager
    
    PackageManager->>package.json: Update dependency versions
    Note over package.json: Update dev dependencies:<br/>@tsconfig/recommended: 1.0.3 → 1.0.8<br/>@types/cors: 2.8.13 → 2.8.18<br/>@types/jest: 29.5.12 → 29.5.14<br/>@types/lodash: 4.17.14 → 4.17.17<br/>@types/node: 20.14.1 → 22.15.21<br/>@types/pdf-parse: 1.1.4 → 1.1.5<br/>nodemon: 2.0.20 → 3.1.10<br/>prettier: 3.4.2 → 3.5.3<br/>supertest: 6.3.3 → 7.1.1<br/>ts-jest: 29.1.1 → 29.3.4
    
    PackageManager->>pnpm-lock.yaml: Update lock file
    Note over pnpm-lock.yaml: Regenerate with updated dependency tree<br/>and transitive dependencies
    
    PackageManager->>NodeModules: Install updated packages
    deactivate PackageManager
    
    Developer->>TestRunner: Run tests to verify compatibility
    activate TestRunner
    TestRunner->>APIApplication: Execute test suite
    APIApplication-->>TestRunner: Return test results
    TestRunner-->>Developer: Report test status
    deactivate TestRunner
    
    alt Tests pass
        Developer->>Developer: Commit changes
        Developer->>Developer: Create PR
    else Tests fail
        Developer->>package.json: Revert problematic dependencies
        Developer->>PackageManager: Reinstall with compatible versions
        Note over Developer: Investigate compatibility issues
    end
    
    Note over APIApplication: Major version changes:<br/>- nodemon: v2 → v3<br/>- @types/node: v20 → v22<br/>- supertest: v6 → v7
Loading

▶️AI Code Reviews for VS Code, Cursor, Windsurf
Install the extension

Note for Windsurf Please change the default marketplace provider to the following in the windsurf settings:

Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery

Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items

Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts below

Emoji Descriptions:

  • ⚠️ Potential Issue - May require further investigation.
  • 🔒 Security Vulnerability - Fix to ensure system safety.
  • 💻 Code Improvement - Suggestions to enhance code quality.
  • 🔨 Refactor Suggestion - Recommendations for restructuring code.
  • ℹ️ Others - General comments and information.

Interact with the Bot:

  • Send a message or request using the format:
    @entelligenceai + *your message*
Example: @entelligenceai Can you suggest improvements for this code?
  • Help the Bot learn by providing feedback on its responses.
    @entelligenceai + *feedback*
Example: @entelligenceai Do not comment on `save_auth` function !

Also you can trigger various commands with the bot by doing
@entelligenceai command

The current supported commands are

  1. config - shows the current config
  2. retrigger_review - retriggers the review

More commands to be added soon.

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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant