build(dependencies): bump the prod-dependencies-minor-and-patch group with 5 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(2 months ago)
(2 months ago)
(2 months ago)
by github-actions[bot]
dependencies javascript
Bumps the prod-dependencies-minor-and-patch group with 5 updates:
Package | From | To |
---|---|---|
@nestjs/common | 11.1.2 |
11.1.3 |
@nestjs/core | 11.1.2 |
11.1.3 |
@nestjs/platform-express | 11.1.2 |
11.1.3 |
ramda | 0.30.1 |
0.31.3 |
typeorm | 0.3.24 |
0.3.25 |
Updates @nestjs/common
from 11.1.2 to 11.1.3
Release notes
Sourced from @nestjs/common
's releases.
v11.1.3 (2025-06-06)
Bug fixes
Enhancements
common
- #15209 feat: add string array type to disposition (
@fjodor-rybakov
)common
,core
Dependencies
platform-express
- #15232 chore(deps): bump multer from 2.0.0 to 2.0.1 (
@dependabot[bot]
)Committers: 3
- Dmitry Zhlobo (
@dzhlobo
)@fjodor-rybakov
@isaryy
Commits
Updates @nestjs/core
from 11.1.2 to 11.1.3
Release notes
Sourced from @nestjs/core
's releases.
v11.1.3 (2025-06-06)
Bug fixes
Enhancements
common
- #15209 feat: add string array type to disposition (
@fjodor-rybakov
)common
,core
Dependencies
platform-express
- #15232 chore(deps): bump multer from 2.0.0 to 2.0.1 (
@dependabot[bot]
)Committers: 3
- Dmitry Zhlobo (
@dzhlobo
)@fjodor-rybakov
@isaryy
Commits
Updates @nestjs/platform-express
from 11.1.2 to 11.1.3
Release notes
Sourced from @nestjs/platform-express
's releases.
v11.1.3 (2025-06-06)
Bug fixes
Enhancements
common
- #15209 feat: add string array type to disposition (
@fjodor-rybakov
)common
,core
Dependencies
platform-express
- #15232 chore(deps): bump multer from 2.0.0 to 2.0.1 (
@dependabot[bot]
)Committers: 3
- Dmitry Zhlobo (
@dzhlobo
)@fjodor-rybakov
@isaryy
Commits
1613f50
chore(@nestjs
) publish v11.1.3 release3e43b0e
chore(deps): bump multer from 2.0.0 to 2.0.1- See full diff in compare view
Updates ramda
from 0.30.1 to 0.31.3
Commits
7ee3d7a
Version 0.31.369dfa7f
do not clean dist8beb7f0
Version 0.31.2f98d7dc
Version 0.31.16b294c7
Version 0.31.02040b69
Add rebuild, mapKeys, ,and renameKeys (#3493)a4b5b60
update _filterMap to use lower-level code to match ramda stanards (#3508)bf705db
Add filter for Maps (#3497) (#3507)fdf8722
Remove references to R.merge in documentation for other merge functions. (#3505)be4a5f6
Update count function comment with clearer parameter descriptions (#3499)- Additional commits viewable in compare view
Updates typeorm
from 0.3.24 to 0.3.25
Release notes
Sourced from typeorm's releases.
0.3.25
What's Changed
- docs: use correct SQL statements in softDelete/restore comments by
@sgarner
in typeorm/typeorm#11489- fix: resolve alias or table name in upsert and orUpdate for PostgreSQL driver conditionally by
@mmarifat
in typeorm/typeorm#11452- feat(spanner): use credentials from connection options by
@denes
in typeorm/typeorm#11492- feat: add upsert support for Oracle, SQLServer and SAP HANA by
@Yuuki-Sakura
in typeorm/typeorm#10974- fix: handle limit(0) and offset(0) correctly in SelectQueryBuilder by
@yeonghun104
in typeorm/typeorm#11507- fix: add collation update detection in PostgresDriver by
@asn6878
in typeorm/typeorm#11441- feat: add typesense/docsearch-scraper by
@gioboa
in typeorm/typeorm#11424- chore: improve linting by
@alumni
in typeorm/typeorm#11510- chore: improve linting (fixup) by
@alumni
in typeorm/typeorm#11511- docs: new website initial commit by
@naorpeled
in typeorm/typeorm#11408- fix: fix up doc search workflow by
@gioboa
in typeorm/typeorm#11513- chore: update workflows to ignore changes in docs directory by
@dlhck
in typeorm/typeorm#11518- feat(docs): add Plausible analytics script to Docusaurus config by
@dlhck
in typeorm/typeorm#11517- docs: add note about using YugabyteDB by
@mguida22
in typeorm/typeorm#11521- chore(docs): improve website generation config by
@alumni
in typeorm/typeorm#11527- fix(tree-entity): closure junction table primary key definition should match parent table by
@gongAll
in typeorm/typeorm#11422- docs: add heading to Getting Started page by
@sgarner
in typeorm/typeorm#11531- fix: Multiple relations with same columns cause invalid SQL to be generated by
@yevhen-komarov
in typeorm/typeorm#11400- fix: fix null pointer exception on date array column comparison by
@mnbaccari
in typeorm/typeorm#11532- chore(ci): simplify workflows by
@alumni
in typeorm/typeorm#11530- fix: improve async calls on disconnect by
@alumni
in typeorm/typeorm#11523New Contributors
@mmarifat
made their first contribution in typeorm/typeorm#11452@yeonghun104
made their first contribution in typeorm/typeorm#11507@asn6878
made their first contribution in typeorm/typeorm#11441@gongAll
made their first contribution in typeorm/typeorm#11422Full Changelog: https://github.com/typeorm/typeorm/compare/0.3.24...0.3.25
Changelog
Sourced from typeorm's changelog.
0.3.25 (2025-06-19)
Bug Fixes
- add collation update detection in PostgresDriver (#11441) (24c3e38), closes #8647 #8647
- fix null pointer exception on date array column comparison (#11532) (42e7cbe)
- handle limit(0) and offset(0) correctly in SelectQueryBuilder (#11507) (413f0a6)
- improve async calls on disconnect (#11523) (ead4f98)
- multiple relations with same column name(s) generate invalid SELECT statement (#11400) (63a3b9a), closes #1668 #9788 #9814 #10121 #10148 #11109 #11132 #11180
- postgres: resolve alias or table name in upsert/insert or update conditionally (#11452) (2bfa300), closes #11082 #11440
- tree-entity: closure junction table primary key definition should match parent table (#11422) (ce23d46)
- docs: fix up doc search workflow (#11513) (930eefd)
Features
Commits
bdb8326
chore: Release 0.3.25 (#11535)ead4f98
fix: improve async calls on disconnect (#11523)b1e93f7
chore(ci): simplify workflows (#11530)42e7cbe
fix: fix null pointer exception on date array column comparison (#11532)63a3b9a
fix: multiple relations with same column name(s) generate invalid SELECT stat...af9ecc0
docs: add heading to Getting Started page (#11531)ce23d46
fix(tree-entity): closure junction table primary key definition should match ...03faa78
chore(docs): improve website generation config (#11527)42913b9
docs: add note about using YugabyteDB to docs (#11521)86f12c9
feat(docs): add Plausible analytics script to Docusaurus config (#11517)- 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
+49
-79
Package Dependencies
Technical Details
ID: | 2615919 |
UUID: | 2631028861 |
Node ID: | PR_kwDOLtyvls6c0lB9 |
Host: | GitHub |
Repository: | adax10/nestjs-template-with-sql-and-i18n |
Merge State: | Unknown |