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

chore(deps): bump the dev-dependencies group with 7 updates #407

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps the dev-dependencies group with 7 updates:

Package From To
nx 20.0.11 20.0.12
@nestjs/swagger 8.0.4 8.0.5
nestjs-paginate 9.3.0 9.3.1
uuid 11.0.2 11.0.3
@swc/core 1.9.1 1.9.2
vite-tsconfig-paths 5.1.0 5.1.2
typedoc-plugin-mdn-links 3.3.6 3.3.7

Updates nx from 20.0.11 to 20.0.12

Release notes

Sourced from nx's releases.

20.0.12 (2024-11-08)

🩹 Fixes

  • core: create different dummy tasks for different targets (#28837)
  • core: do not depend on ci info crate (#28850)

❤️ Thank You

Commits

Updates @nestjs/swagger from 8.0.4 to 8.0.5

Release notes

Sourced from @​nestjs/swagger's releases.

Release 8.0.5

8.0.5 (2024-11-08)

Dependencies

Commits
  • 4ac55e2 chore(): release v8.0.5
  • 0b9256a Merge pull request #3158 from nestjs/renovate/nestjs-mapped-types-2.x
  • fa594d9 fix(deps): update dependency @​nestjs/mapped-types to v2.0.6
  • See full diff in compare view

Updates nestjs-paginate from 9.3.0 to 9.3.1

Release notes

Sourced from nestjs-paginate's releases.

v9.3.1

9.3.1 (2024-11-08)

Bug Fixes

  • avoid number casting on number values that contain non-digit characters (#1024) (db51a6a)
Commits
  • db51a6a fix: avoid number casting on number values that contain non-digit characters ...
  • df69631 chore(deps): update dependency @​types/lodash to ^4.17.12 (#989)
  • 5fadd1b chore(deps): update dependency pg to ^8.13.1 (#1015)
  • 4c69023 chore(deps): update dependency @​types/jest to ^29.5.14 (#1011)
  • 776a56c chore(deps): update dependency @​types/node to ^20.17.0 (#1012)
  • See full diff in compare view

Updates uuid from 11.0.2 to 11.0.3

Release notes

Sourced from uuid's releases.

v11.0.3

11.0.3 (2024-11-04)

Bug Fixes

Changelog

Sourced from uuid's changelog.

11.0.3 (2024-11-04)

Bug Fixes

Commits

Updates @swc/core from 1.9.1 to 1.9.2

Changelog

Sourced from @​swc/core's changelog.

[1.9.2] - 2024-11-11

Bug Fixes

Features

  • (es/codegen) Implement proper inline_script support (#9729) (e732a36)
Commits
  • 669d275 chore: Publish 1.9.2 with swc_core v5.0.3
  • 47c6d38 chore: Update changelog
  • f2be61f chore: Publish 1.9.2-nightly-20241111.1 with swc_core v5.0.3
  • 9aae07a chore: Publish crates with swc_core v5.0.3
  • e732a36 feat(es/codegen): Implement proper inline_script support (#9729)
  • 9dfa3f5 chore: Publish @swc/helpers@0.5.15
  • 1606d08 chore: Publish crates with swc_core v5.0.2
  • aff9de5 fix(es): Fix typo in feature name (#9721)
  • 7c396a1 chore: Update changelog
  • See full diff in compare view

Updates vite-tsconfig-paths from 5.1.0 to 5.1.2

Release notes

Sourced from vite-tsconfig-paths's releases.

v5.1.2

  • fix Windows regression introduced in v5.1.1 (#162)

v5.1.1

  • support ${configDir} syntax in include/exclude (#156)
Commits

Updates typedoc-plugin-mdn-links from 3.3.6 to 3.3.7

Changelog

Sourced from typedoc-plugin-mdn-links's changelog.

v3.3.7 (2024-11-10)

  • Updated MDN API index with @​mdn/browser-compat-data version 5.6.14
Commits

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

Bumps the dev-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `20.0.11` | `20.0.12` |
| [@nestjs/swagger](https://github.com/nestjs/swagger) | `8.0.4` | `8.0.5` |
| [nestjs-paginate](https://github.com/ppetzold/nestjs-paginate) | `9.3.0` | `9.3.1` |
| [uuid](https://github.com/uuidjs/uuid) | `11.0.2` | `11.0.3` |
| [@swc/core](https://github.com/swc-project/swc) | `1.9.1` | `1.9.2` |
| [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `5.1.0` | `5.1.2` |
| [typedoc-plugin-mdn-links](https://github.com/Gerrit0/typedoc-plugin-mdn-links) | `3.3.6` | `3.3.7` |


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

Updates `@nestjs/swagger` from 8.0.4 to 8.0.5
- [Release notes](https://github.com/nestjs/swagger/releases)
- [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json)
- [Commits](nestjs/swagger@8.0.4...8.0.5)

Updates `nestjs-paginate` from 9.3.0 to 9.3.1
- [Release notes](https://github.com/ppetzold/nestjs-paginate/releases)
- [Commits](ppetzold/nestjs-paginate@v9.3.0...v9.3.1)

Updates `uuid` from 11.0.2 to 11.0.3
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.0.2...v11.0.3)

Updates `@swc/core` from 1.9.1 to 1.9.2
- [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.9.1...v1.9.2)

Updates `vite-tsconfig-paths` from 5.1.0 to 5.1.2
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](aleclarson/vite-tsconfig-paths@v5.1.0...v5.1.2)

Updates `typedoc-plugin-mdn-links` from 3.3.6 to 3.3.7
- [Changelog](https://github.com/Gerrit0/typedoc-plugin-mdn-links/blob/main/CHANGELOG.md)
- [Commits](Gerrit0/typedoc-plugin-mdn-links@v3.3.6...v3.3.7)

---
updated-dependencies:
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@nestjs/swagger"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: nestjs-paginate
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vite-tsconfig-paths
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typedoc-plugin-mdn-links
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 11, 2024 09:02
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
@dependabot dependabot bot requested a review from guesant November 11, 2024 09:02
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Nov 11, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@nestjs/swagger@8.0.5 Transitive: environment, filesystem +5 3.65 MB nestjscore
npm/@swc/core@1.9.2 None +2 208 kB kdy1, kwonoj
npm/nestjs-paginate@9.3.1 Transitive: environment, eval, filesystem, network, unsafe +49 5.79 MB ppetzold
npm/nx@20.0.12 Transitive: environment, eval, filesystem, network, shell +60 25.2 MB altan-nrwl, jack-nrwl, jameshenry, ...5 more

🚮 Removed packages: npm/@nestjs/swagger@8.0.4, npm/@swc/core@1.9.1, npm/nestjs-paginate@9.3.0, npm/nx@20.0.11

View full report↗︎

@guesant guesant merged commit 5871fe9 into development Nov 11, 2024
3 checks passed
@guesant guesant deleted the dependabot/npm_and_yarn/dev-dependencies-c8a05c84fe branch November 11, 2024 17:14
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