Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps the minorandpatch group with 11 updates in the / directory:

Package From To
@swc/core 1.12.6 1.13.3
@swc/jest 0.2.38 0.2.39
@types/node 24.0.4 24.1.0
jest 30.0.3 30.0.5
nx 21.2.1 21.3.10
rollup 4.44.0 4.46.2
supertest 7.1.1 7.1.4
typescript 5.8.3 5.9.2
@trapi/swagger 1.2.3 1.3.0
swagger-ui-dist 5.25.2 5.27.1
jsonata 2.0.6 2.1.0

Updates @swc/core from 1.12.6 to 1.13.3

Changelog

Sourced from @​swc/core's changelog.

[1.13.3] - 2025-07-29

Bug Fixes

  • (es/minifier) Check exported when optimize last expr (#10939) (f6f15f3)

  • (es/minifier) Disallow types (#10945) (63172ef)

  • (es/minifier) Don't optimize Number properties when Number is shadowed (#10947) (40a1e2e)

  • (es/minifier) Fix cycle detection (#10950) (212d8bc)

  • (es/parser) Correctly handle EOF position (#10934) (dd70fbd)

Performance

[1.13.2] - 2025-07-22

Bug Fixes

  • (es/minifier) Remove the last break in the second switch (#10923) (3ed4a12)

... (truncated)

Commits
  • 335c33d chore: Publish 1.13.3 with swc_core v34.0.3
  • 404967b chore: Update changelog
  • a372da4 chore: Publish 1.13.3-nightly-20250729.1 with swc_core v34.0.3
  • eda0c58 chore: Publish crates with swc_core v34.0.3
  • 212d8bc fix(es/minifier): Fix cycle detection (#10950)
  • b5e5e8c perf(es/minifier): Remove needless clone (#10949)
  • 40a1e2e fix(es/minifier): Don't optimize Number properties when Number is shadowed (#...
  • 63172ef fix(es/minifier): Disallow types (#10945)
  • a262eeb perf(es/parser): Reduce comparison (#10941)
  • 4317988 perf(es/minifier): Use bitflag for var kind (#10940)
  • Additional commits viewable in compare view

Updates @swc/jest from 0.2.38 to 0.2.39

Commits

Updates @types/node from 24.0.4 to 24.1.0

Commits

Updates jest from 30.0.3 to 30.0.5

Changelog

Sourced from jest's changelog.

30.0.5

Features

  • [jest-config] Allow testMatch to take a string value
  • [jest-worker] Let workerIdleMemoryLimit accept 0 to always restart worker child processes

Fixes

  • [expect] Fix bigint error (#15702)

30.0.4

Features

  • [expect] The Inverse type is now exported (#15714)
  • [expect] feat: support async functions in toBe (#15704)

Fixes

  • [jest] jest --onlyFailures --listTests now correctly lists only failed tests (#15700)
  • [jest-snapshot] Handle line endings in snapshots (#15708)
Commits

Updates nx from 21.2.1 to 21.3.10

Release notes

Sourced from nx's releases.

21.3.10 (2025-07-30)

🩹 Fixes

  • misc: small tweaks in messaging (#32131)

❤️ Thank You

21.3.9 (2025-07-29)

🩹 Fixes

  • misc: critical severity for form-data package (#32108)

❤️ Thank You

21.3.8 (2025-07-28)

🩹 Fixes

  • core: remove graph creation from postinstall hook (#32027, #31694)
  • react-native: add release option to publisable react-native library (#29817)

❤️ Thank You

21.3.7 (2025-07-25)

🩹 Fixes

  • core: prevent --skipInstall from being passed from create-nx-workspace to new generator (#32086, #31834)
  • core: cloud commands should be handled before loading local (#32090)
  • misc: allow scoped package names in application generators (#31957, #31229)

❤️ Thank You

21.3.6 (2025-07-25)

🩹 Fixes

... (truncated)

Commits
  • d53e008 cleanup(core): clean up onboarding url generation (#32101)
  • b9be698 fix(core): remove graph creation from postinstall hook (#32027)
  • ad01165 fix(core): cloud commands should be handled before loading local (#32090)
  • b001a45 fix(core): derive graph node type correctly when projectType is not set (#3...
  • be3e3dc fix(core): disable TUI on ai agents (#31480)
  • 0b143a7 fix(core): prevent thread leaks in nx_walker and logger (#32061)
  • 3aaedd3 fix(core): improve arrow key detection for interactive programs (#32075)
  • b6abd81 fix(core): make tasks list columns in the tui more compact (#32074)
  • 3781cfe fix(js): resolve relative imports correctly in nested projects (#31978)
  • d5b829e fix(core): improve tui minimal view display and prevent flashing scrollbar (#...
  • Additional commits viewable in compare view

Updates rollup from 4.44.0 to 4.46.2

Release notes

Sourced from rollup's releases.

v4.46.2

4.46.2

2025-07-29

Bug Fixes

  • Fix in-operator handling for external namespace and when the left side cannot be analyzed (#6041)

Pull Requests

v4.46.1

4.46.1

2025-07-28

Bug Fixes

  • Do not fail when using the in operator on external namespaces (#6036)

Pull Requests

  • #6036: disables optimization for external namespace when using the in operator (@​TrickyPi)

v4.46.0

4.46.0

2025-07-27

Features

  • Optimize in checks on namespaces to keep them treeshake-able (#6029)

Pull Requests

v4.45.3

4.45.3

2025-07-26

Bug Fixes

  • Do not fail build if a const is reassigned but warn instead (#6020)
  • Fail with a helpful error message if an exported binding is not defined (#6023)

... (truncated)

Changelog

Sourced from rollup's changelog.

4.46.2

2025-07-29

Bug Fixes

  • Fix in-operator handling for external namespace and when the left side cannot be analyzed (#6041)

Pull Requests

4.46.1

2025-07-28

Bug Fixes

  • Do not fail when using the in operator on external namespaces (#6036)

Pull Requests

  • #6036: disables optimization for external namespace when using the in operator (@​TrickyPi)

4.46.0

2025-07-27

Features

  • Optimize in checks on namespaces to keep them treeshake-able (#6029)

Pull Requests

4.45.3

2025-07-26

Bug Fixes

  • Do not fail build if a const is reassigned but warn instead (#6020)
  • Fail with a helpful error message if an exported binding is not defined (#6023)

Pull Requests

  • #6014: chore(deps): update dependency @​vue/language-server to v3 (@​renovate[bot])

... (truncated)

Commits

Updates supertest from 7.1.1 to 7.1.4

Release notes

Sourced from supertest's releases.

v7.1.4

  • chore: bump deps 6021ec8
  • Merge pull request #865 from forwardemail/dependabot/npm_and_yarn/form-data-4.0.4 ceca508
  • chore(deps): bump form-data from 4.0.3 to 4.0.4 b1fb983

forwardemail/supertest@v7.1.3...v7.1.4

v7.1.3

  • fix: revert automatic server closing (per #651) b6fd281
  • fix: rename ci file 75bcbc9

forwardemail/supertest@v7.1.2...v7.1.3

v7.1.2

  • feat: fix server lifecycle, callback handling, and SuperAgent v10 compatibility 6d060e3
  • Merge pull request #862 from noritaka1166/fix-typo-test 0413057
  • Merge pull request #841 from viniciusamc/master e2be0e1
  • chore: fix typo in test b7f985b
  • feat(bearer):bearer auth token method 411f7ce

forwardemail/supertest@v7.1.1...v7.1.2

Commits
  • 076228a 7.1.4
  • 6021ec8 chore: bump deps
  • ceca508 Merge pull request #865 from forwardemail/dependabot/npm_and_yarn/form-data-4...
  • b1fb983 chore(deps): bump form-data from 4.0.3 to 4.0.4
  • 0cf2ec3 7.1.3
  • b6fd281 fix: revert automatic server closing (per #651)
  • 75bcbc9 fix: rename ci file
  • 29c3267 7.1.2
  • 6d060e3 feat: fix server lifecycle, callback handling, and SuperAgent v10 compatibility
  • 0413057 Merge pull request #862 from noritaka1166/fix-typo-test
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by titanism, a new releaser for supertest since your current version.


Updates typescript from 5.8.3 to 5.9.2

Release notes

Sourced from typescript's releases.

TypeScript 5.9

Release notes pending.

Downloads are available on:

TypeScript 5.9 RC

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • be86783 Give more specific errors for verbatimModuleSyntax (#62113)
  • 22ef577 LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...
  • d5a414c Don't use noErrorTruncation when printing types with maximumLength set (#...
  • f14b5c8 Remove unused and confusing dom.iterable.d.ts file (#62037)
  • 2778e84 Restore AbortSignal.abort (#62086)
  • 65cb4bd LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...
  • 9e20e03 Clear out checker-level stacks on pop (#62016)
  • 87740bc Fix for Issue 61081 (#61221)
  • 833a8d4 Fix Symbol completion priority and cursor positioning (#61945)
  • 0018c9f LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...
  • Additional commits viewable in compare view

Updates @trapi/swagger from 1.2.3 to 1.3.0

Release notes

Sourced from @​trapi/swagger's releases.

decorators: v1.3.0

1.3.0 (2025-07-29)

Features

  • resolver refactoring & bigint support (#712) (a5b63bb)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​trapi/metadata bumped from ^1.2.3 to ^1.3.0
    • peerDependencies
      • @​trapi/metadata bumped from 1.2.3 to 1.3.0

metadata: v1.3.0

1.3.0 (2025-07-29)

Features

  • resolver refactoring & bigint support (#712) (a5b63bb)

Bug Fixes

  • declaration acces of symbol (0937a4c)
  • deps: bump minimatch from 9.0.4 to 10.0.3 in the majorprod group (#705) (d1b598a)
  • deps: bump the minorandpatch group with 11 updates (#708) (b36cafc)
  • ensure type to typeNode transformation succeeds (669c146)

swagger: v1.3.0

1.3.0 (2025-07-29)

Features

  • resolver refactoring & bigint support (#712) (a5b63bb)

Bug Fixes

  • deps: bump the minorandpatch group with 11 updates (#708) (b36cafc)

Dependencies

  • The following workspace dependencies were updated

... (truncated)

Changelog

Sourced from @​trapi/swagger's changelog.

1.3.0 (2025-07-29)

Features

  • resolver refactoring & bigint support (#712) (a5b63bb)

Bug Fixes

  • deps: bump the minorandpatch group with 11 updates (#708) (b36cafc)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​trapi/metadata bumped from ^1.2.3 to ^1.3.0
Commits
  • b487832 chore: release master (#638)
  • fc3728e build(deps-dev): bump the majordev group with 6 updates (#706)
  • b36cafc fix(deps): bump the minorandpatch group with 11 updates (#708)
  • a5b63bb feat: resolver refactoring & bigint support (#712)
  • c50b97b build(deps): bump locter from 2.1.0 to 2.1.2 (#641)
  • 755f909 build(deps-dev): bump jsonata from 2.0.4 to 2.0.5 (#494)
  • See full diff in compare view

Updates swagger-ui-dist from 5.25.2 to 5.27.1

Release notes

Sourced from swagger-ui-dist's releases.

v5.27.1

5.27.1 (2025-08-01)

Bug Fixes

  • use open-cli instead of require('open') for Node 20+ compatibility (#10517) (47a5c1f)

v5.27.0

5.27.0 (2025-07-16)

Bug Fixes

  • permissions of files to allow running as non-root (#10515) (679e73b)
  • sanitization of relative OpenAPI JSON paths (#10528) (60dee8b)

Features

  • json-schema: support x-additionalPropertiesName (#10006) (4bada92)

v5.26.2

5.26.2 (2025-07-07)

Bug Fixes

  • style: restore paragraph spacing in parameter and response descriptions (#10514) (efe6eb5)

v5.26.1

5.26.1 (2025-07-07)

Bug Fixes

  • oas3: reset request body values in try it out (#9717) (32dd3af)

v5.26.0

5.26.0 (2025-07-02)

Features

v5.25.4

5.25.4 (2025-07-01)

... (truncated)

Commits
  • 43ed706 chore(release): cut the 5.27.1 release
  • 44c83aa chore(deps): bump form-data from 4.0.2 to 4.0.4 (#10531)
  • 9483164 chore(deps): bump on-headers, compression and morgan (#10530)
  • 47a5c1f fix: use open-cli instead of require('open') for Node 20+ compatibility (#10517)
  • 7b86721 chore(release): cut the 5.27.0 release
  • 60dee8b fix: sanitization of relative OpenAPI JSON paths (#10528)
  • 679e73b fix: permissions of files to allow running as non-root (#10515)
  • 4bada92 feat(json-schema): support x-additionalPropertiesName (#10006)
  • 2ab53f4 chore(release): cut the 5.26.2 release
  • efe6eb5 fix(style): restore paragraph spacing in parameter and response descriptions ...
  • Additional commits viewable in compare view

Updates jsonata from 2.0.6 to 2.1.0

Release notes

Sourced from jsonata's releases.

2.1.0 Milestone Release

  • New syntax (?: default operator) supports fallback to RHS if the LHS is Boolean equivalent to false (PR #784)
  • New syntax (?? coalescing operator) supports fallback to RHS if the LHS is non-existent (PR #784)
  • Improve regex generation for DateTime parser (PR #728)
  • Truncate fractional part of numeric argument of $pad function (PR #729)
  • Await array elements (PR #747)
  • Various documentation fixes and improvements
Changelog

Sourced from jsonata's changelog.

2.1.0 Milestone Release

  • New syntax (?: default operator) supports fallback to RHS if the LHS is Boolean equivalent to false (PR #784)
  • New syntax (?? coalescing operator) supports fallback to RHS if the LHS is non-existent (PR #784)
  • Improve regex generation for DateTime parser (PR #728)
  • Truncate fractional part of numeric argument of $pad function (PR #729)
  • Await array elements (PR #747)
  • Various documentation fixes and improvements
Commits
  • 1c3b1f4 Release v2.1.0
  • 8375728 Update numeric-functions.md (#754)
  • 087d633 Update docs/higher-order-functions.md
  • 01544db Reflect missing behaviours on map in docs
  • d1958d0 Formatting
  • ec0f8cf Better test name
  • e53b83c Await array elements
  • 9e1523d feat: add default/elvis and coalescing operator (#748)
  • 0159fe9 Fix spelling mistake in Using Regular Expression (#742)
  • 09dba37 $pad function to truncate fractional part of numeric argument
  • 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

…dates

Bumps the minorandpatch group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@swc/core](https://github.com/swc-project/swc) | `1.12.6` | `1.13.3` |
| [@swc/jest](https://github.com/swc-project/pkgs) | `0.2.38` | `0.2.39` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.0.4` | `24.1.0` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.0.3` | `30.0.5` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `21.2.1` | `21.3.10` |
| [rollup](https://github.com/rollup/rollup) | `4.44.0` | `4.46.2` |
| [supertest](https://github.com/ladjs/supertest) | `7.1.1` | `7.1.4` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |
| [@trapi/swagger](https://github.com/Tada5hi/trapi/tree/HEAD/packages/swagger) | `1.2.3` | `1.3.0` |
| [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) | `5.25.2` | `5.27.1` |
| [jsonata](https://github.com/jsonata-js/jsonata) | `2.0.6` | `2.1.0` |



Updates `@swc/core` from 1.12.6 to 1.13.3
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.12.6...v1.13.3)

Updates `@swc/jest` from 0.2.38 to 0.2.39
- [Commits](https://github.com/swc-project/pkgs/commits)

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

Updates `jest` from 30.0.3 to 30.0.5
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.5/packages/jest)

Updates `nx` from 21.2.1 to 21.3.10
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/21.3.10/packages/nx)

Updates `rollup` from 4.44.0 to 4.46.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.44.0...v4.46.2)

Updates `supertest` from 7.1.1 to 7.1.4
- [Release notes](https://github.com/ladjs/supertest/releases)
- [Commits](forwardemail/supertest@v7.1.1...v7.1.4)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

Updates `@trapi/swagger` from 1.2.3 to 1.3.0
- [Release notes](https://github.com/Tada5hi/trapi/releases)
- [Changelog](https://github.com/tada5hi/trapi/blob/master/packages/swagger/CHANGELOG.md)
- [Commits](https://github.com/Tada5hi/trapi/commits/swagger-v1.3.0/packages/swagger)

Updates `swagger-ui-dist` from 5.25.2 to 5.27.1
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](swagger-api/swagger-ui@v5.25.2...v5.27.1)

Updates `jsonata` from 2.0.6 to 2.1.0
- [Release notes](https://github.com/jsonata-js/jsonata/releases)
- [Changelog](https://github.com/jsonata-js/jsonata/blob/master/CHANGELOG.md)
- [Commits](jsonata-js/jsonata@v2.0.6...v2.1.0)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-version: 1.13.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@swc/jest"
  dependency-version: 0.2.39
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@types/node"
  dependency-version: 24.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: jest
  dependency-version: 30.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: nx
  dependency-version: 21.3.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: rollup
  dependency-version: 4.46.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: supertest
  dependency-version: 7.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@trapi/swagger"
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: swagger-ui-dist
  dependency-version: 5.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: jsonata
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 1, 2025
@tada5hi tada5hi merged commit 3611994 into master Aug 4, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/master/minorandpatch-06f398a28c branch August 4, 2025 15:37
@github-actions github-actions bot mentioned this pull request Aug 4, 2025
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.

2 participants