Bump body-parser, @nestjs/bull, @nestjs/core, @nestjs/platform-express, @nestjs/swagger and @nestjs/testing - #3
Open
dependabot[bot] wants to merge 1 commit into
Conversation
…s, @nestjs/swagger and @nestjs/testing Bumps [body-parser](https://github.com/expressjs/body-parser) to 2.3.0 and updates ancestor dependencies [body-parser](https://github.com/expressjs/body-parser), [@nestjs/bull](https://github.com/nestjs/bull), [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core), [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express), [@nestjs/swagger](https://github.com/nestjs/swagger) and [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing). These dependencies need to be updated together. Updates `body-parser` from 1.20.2 to 2.3.0 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.2...v2.3.0) Updates `@nestjs/bull` from 10.1.0 to 11.0.5 - [Release notes](https://github.com/nestjs/bull/releases) - [Commits](https://github.com/nestjs/bull/compare/@nestjs/bull@10.1.0...@nestjs/bull@11.0.5) Updates `@nestjs/core` from 9.4.3 to 11.2.1 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.2.1/packages/core) Updates `@nestjs/platform-express` from 9.4.3 to 11.2.1 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.2.1/packages/platform-express) Updates `@nestjs/swagger` from 7.3.0 to 11.4.7 - [Release notes](https://github.com/nestjs/swagger/releases) - [Commits](nestjs/swagger@7.3.0...11.4.7) Updates `@nestjs/testing` from 9.4.3 to 11.2.1 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.2.1/packages/testing) --- updated-dependencies: - dependency-name: body-parser dependency-version: 2.3.0 dependency-type: indirect - dependency-name: "@nestjs/bull" dependency-version: 11.0.5 dependency-type: direct:production - dependency-name: "@nestjs/core" dependency-version: 11.2.1 dependency-type: direct:production - dependency-name: "@nestjs/platform-express" dependency-version: 11.2.1 dependency-type: direct:production - dependency-name: "@nestjs/swagger" dependency-version: 11.4.7 dependency-type: direct:production - dependency-name: "@nestjs/testing" dependency-version: 11.2.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps body-parser to 2.3.0 and updates ancestor dependencies body-parser, @nestjs/bull, @nestjs/core, @nestjs/platform-express, @nestjs/swagger and @nestjs/testing. These dependencies need to be updated together.
Updates
body-parserfrom 1.20.2 to 2.3.0Release notes
Sourced from body-parser's releases.
... (truncated)
Changelog
Sourced from body-parser's changelog.
... (truncated)
Commits
d0f2ace2.3.0 (#735)7d03f2fchore: updated deps to latest (#733)8024ba7build(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#732)32b4ed4build(deps): bump github/codeql-action from 4.35.3 to 4.36.1 (#731)ff0f6b9docs: update outdated reference to MDN docs (#730)14d001arefactor: switch to const/let and enable eslint no-var rule (#729)37f36a2deps: update content-type and type-is (#728)e1c244bbuild(deps): bump github/codeql-action from 4.35.1 to 4.35.3 (#723)e01087fbuild(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#724)a7698d3build(deps): bump actions/setup-node from 6.3.0 to 6.4.0 (#725)Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for body-parser since your current version.
Updates
@nestjs/bullfrom 10.1.0 to 11.0.5Release notes
Sourced from @nestjs/bull's releases.
... (truncated)
Commits
323149dchore(release): publish new releases38a9240ci: fix config.ymle84add6feat: support bullmq v6998aeefchore(deps): update dependency oxlint to v1.77.0 (#2877)4c28d35chore(deps): update dependency lerna to v10 (#2876)514a30echore(deps): update dependency bullmq to v5.81.3 (#2874)0c16caachore(deps): update dependency oxlint to v1.76.0 (#2873)db9e38fchore(deps): update dependency typescript to v7 (#2872)99e494fchore(deps): update dependency sort-package-json to v4 (#2871)5ce1663chore(deps): update dependency sort-package-json to v3.7.1 (#2870)Updates
@nestjs/corefrom 9.4.3 to 11.2.1Release notes
Sourced from @nestjs/core's releases.
... (truncated)
Commits
4535f43chore(release): publish v11.2.1 releasea326599fix(core): fix sse early-returnf2a7e4bchore(release): publish v11.2.0 releaseb2e7fb5Merge pull request #17469 from nestjs/feat/sse-signal6498f11feat: signal should finalize in every case7627546feat(core): sse signaleac10cdMerge pull request #17162 from gacardinal/feat/query-http-method73f28b2fix(core): scan pre-registered dynamic imports of lazy modules5061da3Merge pull request #17416 from eeshsaxena/fix/legacy-route-converter-adjacent...8b759feMerge pull request #17430 from shariyerShazan/fix/lazy-module-loader-singleto...Updates
@nestjs/platform-expressfrom 9.4.3 to 11.2.1Release notes
Sourced from @nestjs/platform-express's releases.
... (truncated)
Commits
4535f43chore(release): publish v11.2.1 releasef2a7e4bchore(release): publish v11.2.0 release03587a1chore(release): publish v11.1.29 release4e4f8f0Merge pull request #17421 from Se3do/fix/express-multer-limit-field-nesting2a532e7chore: fix misspelled spec filenames4a40978fix(express): map missing multer field nesting error7285778chore: update multerExceptions constant92bc05dchore: update readmedfaa376chore(release): publish v11.1.28 release541977afix(deps): update dependency multer to v2.2.0 [security]Updates
@nestjs/swaggerfrom 7.3.0 to 11.4.7Release notes
Sourced from @nestjs/swagger's releases.
... (truncated)
Commits
77e3d46chore(): release v11.4.7782cdc0Merge pull request #4056 from nestjs/renovate/js-yaml-5.x-lockfile4a5a4b0Merge pull request #4005 from y-hsgw/fix/plugin-object-example11b3fb6chore(deps): update dependency js-yaml to v5.3.0e5203bfMerge pull request #4019 from kyungseopk1m/fix/readonly-outdir-import-pathfccfa59Merge pull request #4030 from kyungseopk1m/fix/deep-partial-type-plugin-metadata91e5917Merge pull request #4047 from kyungseopk1m/feat/api-header-extensions1296583Merge pull request #4053 from nestjs/renovate/js-yaml-5.xf436f56Merge pull request #4054 from nestjs/renovate/fastify-static-10.xb293944Merge pull request #4042 from jorenl/bugfix/plugin-get-identifier-from-name-p...Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Updates
@nestjs/testingfrom 9.4.3 to 11.2.1Release notes
Sourced from @nestjs/testing's releases.
... (truncated)
Commits
4535f43chore(release): publish v11.2.1 releasef2a7e4bchore(release): publish v11.2.0 release03587a1chore(release): publish v11.1.29 release92bc05dchore: update readmedfaa376chore(release): publish v11.1.28 release660a124chore(release): publish v11.1.27 releaseaa5c4f1chore: update readme and package.json9ff83d5chore(release): publish v11.1.26 release02f8041chore(release): publish v11.1.25 released8a0ab8chore(release): publish v11.1.24 releaseDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.