chore(deps): bump the arcjet-apps-minor group across 1 directory with 7 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 2
(about 1 month ago)
(about 1 month ago)
(about 1 month ago)
dependencies javascript
Bumps the arcjet-apps-minor group with 7 updates in the / directory:
Package | From | To |
---|---|---|
@nestjs/common | 11.1.3 |
11.1.5 |
@nestjs/core | 11.1.3 |
11.1.5 |
@nestjs/platform-express | 11.1.3 |
11.1.5 |
@nestjs/cli | 11.0.7 |
11.0.10 |
@nestjs/schematics | 11.0.5 |
11.0.7 |
@types/node | 20.19.0 |
20.19.9 |
prettier | 3.5.3 |
3.6.2 |
Updates @nestjs/common
from 11.1.3 to 11.1.5
Release notes
Sourced from @nestjs/common
's releases.
v11.1.5 (2025-07-18)
Dependencies
platform-express
- #15425 chore(deps): bump multer from 2.0.1 to 2.0.2 in /packages/platform-express (
@dependabot[bot]
)v11.1.4 (2025-07-16)
Bug fixes
platform-fastify
core
,testing
- #15405 fix(core): fix race condition in class dependency resolution (
@hajekjiri
)core
- #15333 fix(core): Make flattenRoutePath return a valid module (
@gentunian
)microservices
- #15305 fix(microservices): Revisit RMQ pattern matching with wildcards (
@getlarge
)- #15250 fix(constants): update RMQ_DEFAULT_QUEUE to an empty string (
@EeeasyCode
)Enhancements
platform-fastify
- #14789 feat(fastify): add decorator for custom schema (
@piotrfrankowski
)common
,core
,microservices
,platform-express
,platform-fastify
,websockets
- #15386 feat: enhance introspection capabilities (
@kamilmysliwiec
)core
- #15374 feat: supporting fine async storage control (
@Farenheith
)Dependencies
platform-ws
- #15350 chore(deps): bump ws from 8.18.2 to 8.18.3 (
@dependabot[bot]
)platform-fastify
- #15278 chore(deps): bump fastify from 5.3.3 to 5.4.0 (
@dependabot[bot]
)Committers: 11
- Alexey Filippov (
@SocketSomeone
)- EFIcats (
@ext4cats
)- Edouard Maleix (
@getlarge
)- JaeHo Jang (
@mag123c
)- Jiri Hajek (
@hajekjiri
)- Kamil Mysliwiec (
@kamilmysliwiec
)- Khan / 이창민 (
@EeeasyCode
)- Peter F. (
@piotrfrankowski
)- Sebastian (
@gentunian
)- Thiago Oliveira Santos (
@Farenheith
)- jochong (
@jochongs
)
Commits
9bb0560
chore(@nestjs
) publish v11.1.5 release1f101ac
chore(@nestjs
) publish v11.1.4 release2d63ebf
chore: upgrade typescripted714ac
Merge pull request #15386 from nestjs/feat/introspection-capabilitiesadc7e15
feat: enhance introspection capabilitiesa3621f8
docs: fix typo- See full diff in compare view
Updates @nestjs/core
from 11.1.3 to 11.1.5
Release notes
Sourced from @nestjs/core
's releases.
v11.1.5 (2025-07-18)
Dependencies
platform-express
- #15425 chore(deps): bump multer from 2.0.1 to 2.0.2 in /packages/platform-express (
@dependabot[bot]
)v11.1.4 (2025-07-16)
Bug fixes
platform-fastify
core
,testing
- #15405 fix(core): fix race condition in class dependency resolution (
@hajekjiri
)core
- #15333 fix(core): Make flattenRoutePath return a valid module (
@gentunian
)microservices
- #15305 fix(microservices): Revisit RMQ pattern matching with wildcards (
@getlarge
)- #15250 fix(constants): update RMQ_DEFAULT_QUEUE to an empty string (
@EeeasyCode
)Enhancements
platform-fastify
- #14789 feat(fastify): add decorator for custom schema (
@piotrfrankowski
)common
,core
,microservices
,platform-express
,platform-fastify
,websockets
- #15386 feat: enhance introspection capabilities (
@kamilmysliwiec
)core
- #15374 feat: supporting fine async storage control (
@Farenheith
)Dependencies
platform-ws
- #15350 chore(deps): bump ws from 8.18.2 to 8.18.3 (
@dependabot[bot]
)platform-fastify
- #15278 chore(deps): bump fastify from 5.3.3 to 5.4.0 (
@dependabot[bot]
)Committers: 11
- Alexey Filippov (
@SocketSomeone
)- EFIcats (
@ext4cats
)- Edouard Maleix (
@getlarge
)- JaeHo Jang (
@mag123c
)- Jiri Hajek (
@hajekjiri
)- Kamil Mysliwiec (
@kamilmysliwiec
)- Khan / 이창민 (
@EeeasyCode
)- Peter F. (
@piotrfrankowski
)- Sebastian (
@gentunian
)- Thiago Oliveira Santos (
@Farenheith
)- jochong (
@jochongs
)
Commits
9bb0560
chore(@nestjs
) publish v11.1.5 release1f101ac
chore(@nestjs
) publish v11.1.4 releasef704dcb
Merge pull request #15405 from hajekjiri/bug/fix-race-condition-in-dependency...a453b63
fix(core): fix race condition in class dependency resolution565943c
chore: revert to chai v43aa72ba
Merge pull request #15333 from gentunian/fix-router-module-children-path-emptyed714ac
Merge pull request #15386 from nestjs/feat/introspection-capabilities4d436f0
test: update outdated unit testsadc7e15
feat: enhance introspection capabilities2b9118a
Merge pull request #15380 from SocketSomeone/patch-2- Additional commits viewable in compare view
Updates @nestjs/platform-express
from 11.1.3 to 11.1.5
Release notes
Sourced from @nestjs/platform-express
's releases.
v11.1.5 (2025-07-18)
Dependencies
platform-express
- #15425 chore(deps): bump multer from 2.0.1 to 2.0.2 in /packages/platform-express (
@dependabot[bot]
)v11.1.4 (2025-07-16)
Bug fixes
platform-fastify
core
,testing
- #15405 fix(core): fix race condition in class dependency resolution (
@hajekjiri
)core
- #15333 fix(core): Make flattenRoutePath return a valid module (
@gentunian
)microservices
- #15305 fix(microservices): Revisit RMQ pattern matching with wildcards (
@getlarge
)- #15250 fix(constants): update RMQ_DEFAULT_QUEUE to an empty string (
@EeeasyCode
)Enhancements
platform-fastify
- #14789 feat(fastify): add decorator for custom schema (
@piotrfrankowski
)common
,core
,microservices
,platform-express
,platform-fastify
,websockets
- #15386 feat: enhance introspection capabilities (
@kamilmysliwiec
)core
- #15374 feat: supporting fine async storage control (
@Farenheith
)Dependencies
platform-ws
- #15350 chore(deps): bump ws from 8.18.2 to 8.18.3 (
@dependabot[bot]
)platform-fastify
- #15278 chore(deps): bump fastify from 5.3.3 to 5.4.0 (
@dependabot[bot]
)Committers: 11
- Alexey Filippov (
@SocketSomeone
)- EFIcats (
@ext4cats
)- Edouard Maleix (
@getlarge
)- JaeHo Jang (
@mag123c
)- Jiri Hajek (
@hajekjiri
)- Kamil Mysliwiec (
@kamilmysliwiec
)- Khan / 이창민 (
@EeeasyCode
)- Peter F. (
@piotrfrankowski
)- Sebastian (
@gentunian
)- Thiago Oliveira Santos (
@Farenheith
)- jochong (
@jochongs
)
Commits
9bb0560
chore(@nestjs
) publish v11.1.5 releaseda24918
chore(deps): bump multer in /packages/platform-express1f101ac
chore(@nestjs
) publish v11.1.4 release436e1de
style: address linter warnings4d436f0
test: update outdated unit testsadc7e15
feat: enhance introspection capabilities- See full diff in compare view
Updates @nestjs/cli
from 11.0.7 to 11.0.10
Release notes
Sourced from @nestjs/cli
's releases.
Release 11.0.10
What's Changed
- Revert "chore: disable shell by default" by
@kamilmysliwiec
in nestjs/nest-cli#3114- Revert "fix(deps): update angular-cli monorepo to v20 (major)" by
@kamilmysliwiec
in nestjs/nest-cli#3115Full Changelog: https://github.com/nestjs/nest-cli/compare/11.0.9...11.0.10
Release 11.0.9
- fix(deps): update angular-cli monorepo to v20 (5bbd8f83)
- chore: disable shell by default (c31554d6)
- fix(deps): update dependency
@inquirer/prompts
to v7.8.0 (4897ce2c)Release 11.0.8
What's Changed
- chore(deps): update dependency
@swc/core
to v1.13.2 by@renovate
[bot] in nestjs/nest-cli#3100- fix(deps): update dependency ansis to v4 by
@renovate
[bot] in nestjs/nest-cli#3026- fix(deps): update angular-cli monorepo to v19.2.15 by
@renovate
[bot] in nestjs/nest-cli#3001- fix(deps): update dependency webpack to v5.100.2 by
@renovate
[bot] in nestjs/nest-cli#3008- fix(deps): update dependency glob to v11.0.3 - autoclosed by
@renovate
[bot] in nestjs/nest-cli#3002- fix(deps): update dependency
@inquirer/prompts
to v7.7.1 by@renovate
[bot] in nestjs/nest-cli#3005Full Changelog: https://github.com/nestjs/nest-cli/compare/11.0.7...11.0.8
Commits
e47541d
chore(): release v11.0.103186552
Merge pull request #3115 from nestjs/revert-3047-renovate/major-angular-cli-m...ce6acd3
Revert "fix(deps): update angular-cli monorepo to v20 (major)"79ac1e2
Merge pull request #3114 from nestjs/revert-3109-chore/disable-shell-by-defaultd43b91c
Revert "chore: disable shell by default"fe3aca7
chore(): release v11.0.90594cb1
Merge pull request #3047 from nestjs/renovate/major-angular-cli-monorepo5bbd8f8
fix(deps): update angular-cli monorepo to v204434eb5
Merge pull request #3109 from nestjs/chore/disable-shell-by-defaultaa6f234
Merge pull request #3105 from nestjs/renovate/inquirer-prompts-7.x- Additional commits viewable in compare view
Updates @nestjs/schematics
from 11.0.5 to 11.0.7
Release notes
Sourced from @nestjs/schematics
's releases.
Release 11.0.7
What's Changed
- Revert "fix(deps): update angular-cli monorepo to v20 (major)" by
@kamilmysliwiec
in nestjs/schematics#2153Full Changelog: https://github.com/nestjs/schematics/compare/11.0.6...11.0.7
11.0.6
What's Changed
- fix: remove unused
swc
dependencies fromts
project template #2073 by@Rnbsov
in nestjs/schematics#2074- feat(tsconfig): Enable ESM-interoperability by
@codiophile
in nestjs/schematics#2142- fix(deps): update angular-cli monorepo to v20 (major) by
@renovate
[bot] in nestjs/schematics#2094New Contributors
@Rnbsov
made their first contribution in nestjs/schematics#2074@codiophile
made their first contribution in nestjs/schematics#2142Full Changelog: https://github.com/nestjs/schematics/compare/11.0.5...11.0.6
Commits
8077e13
chore(): release v11.0.750abba4
Merge pull request #2153 from nestjs/revert-2094-renovate/major-angular-cli-m...dc4c36a
Revert "fix(deps): update angular-cli monorepo to v20 (major)"f2682ad
chore(): release v11.0.6762df03
Merge pull request #2151 from nestjs/renovate/node-22.x0d52b0a
Merge pull request #2094 from nestjs/renovate/major-angular-cli-monorepo15d32db
chore(deps): update dependency@types/node
to v22.17.07ae68bf
fix(deps): update angular-cli monorepo to v2089f0dcd
Merge pull request #2058 from nestjs/renovate/cimg-node-22.x1c60622
Merge pull request #2142 from codiophile/patch-2- Additional commits viewable in compare view
Updates @types/node
from 20.19.0 to 20.19.9
Commits
- See full diff in compare view
Updates prettier
from 3.5.3 to 3.6.2
Release notes
Sourced from prettier's releases.
3.6.2
What's Changed
- Add missing blank line around code block by
@fisker
in prettier/prettier#176753.6.1
- Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running
--experimental-cli
3.6.0
🔗 Release note "Prettier 3.6: Experimental fast CLI and new OXC and Hermes plugins!"
Changelog
Sourced from prettier's changelog.
3.6.2
Markdown: Add missing blank line around code block (#17675 by
@fisker
)<!-- Input --> 1. Some text, and code block below, with newline after code block
--- foo: bar
- Another
- List
<!-- Prettier 3.6.1 -->
Some text, and code block below, with newline after code block
--- foo: bar
- Another
- List
<!-- Prettier 3.6.2 -->
Some text, and code block below, with newline after code block
--- foo: bar
- Another
- List
3.6.1
TypeScript: Allow const without initializer (#17650, #17654 by
@fisker
)// Input </tr></table>
... (truncated)
Commits
7a8b05f
Release 3.6.246526b4
Add missing blank line around code block (#17675)a04ec11
chore(deps): update babel to v7.27.7 (#17684)32be5b6
chore(deps): update dependency flow-parser to v0.274.1 (#17676)b55e777
Update docs about "TypeScript Configuration Files" (#17677)b197c99
chore(deps): update dependency@vitejs/plugin-react
to v4.6.0 (#17674)1185f83
chore(deps): update dependency@angular/compiler
to v20.0.5 (#17680)aa1316f
chore(deps): update dependency browserslist to v4.25.1 (#17671)c468d33
chore(deps): update dependency oxc-parser to v0.75.0 (#17672)3f46d91
chore(deps): update dependency vite to v7 (#17673)- 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
Pull Request Statistics
1
2
+215
-244
Package Dependencies
Technical Details
ID: | 4360652 |
UUID: | 2709643384 |
Node ID: | PR_kwDOO4ze586hgeB4 |
Host: | GitHub |
Repository: | hamidshirzad/example-nestjs |
Mergeable: | Yes |
Merge State: | Clean |