som14062005
82226347fd
refactor: move built-in types to module-level constant
2026-01-21 19:42:22 +05:30
som14062005
8fb17f517c
fix(common): exclude built-in primitives from strip proto keys
...
Skip constructor deletion for Date, RegExp, Error, Map, Set, WeakMap, and WeakSet to fix Jest useFakeTimers compatibility. Maintains prototype pollution protection for regular objects.
Fixes #16195
2026-01-16 02:00:15 +05:30
som14062005
16296b9ce8
fix(common): exclude built-in primitives from strip proto keys
...
Skip constructor deletion for Date, RegExp, Error, Map, Set, WeakMap, and WeakSet to fix Jest useFakeTimers compatibility. Maintains prototype pollution protection for regular objects.
Fixes #16195
2026-01-15 21:30:09 +05:30
Kamil Myśliwiec
96932ad073
chore(release): publish v11.1.12 release
v11.1.12
2026-01-15 09:29:44 +01:00
Kamil Mysliwiec
09e96bdee7
Merge pull request #16187 from iamkanguk97/fix/file-type-under-window-os
...
fix(common): regression in loading file-type under Windows OS
2026-01-15 09:27:08 +01:00
Kamil Myśliwiec
4fdeb0b504
style: address lint issues
2026-01-15 09:25:17 +01:00
Kamil Mysliwiec
6620c431ea
Merge pull request #16192 from nestjs/renovate/node-24.x
...
chore(deps): update dependency @types/node to v24.10.8
2026-01-14 19:59:32 +01:00
Kamil Mysliwiec
294506171f
Merge pull request #16194 from nestjs/renovate/nestjs-swagger-11.x
...
fix(deps): update dependency @nestjs/swagger to v11.2.5
2026-01-14 19:58:50 +01:00
Kamil Mysliwiec
31fc72a90b
Merge pull request #16196 from nestjs/renovate/eslint-plugin-prettier-5.x
...
chore(deps): update dependency eslint-plugin-prettier to v5.5.5
2026-01-14 19:58:40 +01:00
Kamil Myśliwiec
e5616c2b92
feat: apply instance decorator to all enhancers
2026-01-14 19:58:10 +01:00
renovate[bot]
5237c886d1
chore(deps): update dependency eslint-plugin-prettier to v5.5.5
2026-01-14 14:05:40 +00:00
renovate[bot]
881bc371d6
fix(deps): update dependency @nestjs/swagger to v11.2.5
2026-01-14 09:01:48 +00:00
renovate[bot]
2304a68250
chore(deps): update dependency @types/node to v24.10.8
2026-01-13 16:55:16 +00:00
Kamil Mysliwiec
defe683829
Merge pull request #16186 from nestjs/renovate/mongoose-9.x
...
fix(deps): update dependency mongoose to v9.1.3
2026-01-12 20:08:21 +01:00
Kamil Mysliwiec
d9f1fea585
Merge pull request #16189 from nestjs/renovate/babel-monorepo
...
chore(deps): update babel monorepo to v7.28.6
2026-01-12 20:08:14 +01:00
Kamil Mysliwiec
b79d89dd29
Merge pull request #16190 from nestjs/renovate/typescript-eslint-monorepo
...
chore(deps): update typescript-eslint monorepo to v8.53.0
2026-01-12 20:08:09 +01:00
renovate[bot]
0c9e713f66
chore(deps): update typescript-eslint monorepo to v8.53.0
2026-01-12 18:16:59 +00:00
renovate[bot]
0aeab872c9
chore(deps): update babel monorepo to v7.28.6
2026-01-12 18:16:24 +00:00
renovate[bot]
91ca1f913c
fix(deps): update dependency mongoose to v9.1.3
2026-01-12 00:57:03 +00:00
iamkanguk97
52bb09abbf
ci: remove custom workflow
2026-01-12 00:31:36 +09:00
iamkanguk97
b41dd24259
ci: disable fail-fast to ensure all platforms are tested
2026-01-12 00:18:38 +09:00
iamkanguk97
a52e60820e
fix(common): convert absolute paths to urls for esm loading
...
Uses pathToFileURL to convert file system paths to proper URLs
before passing to the ESM loader, ensuring cross-platform compatibility.
Fixes #16179
2026-01-12 00:05:45 +09:00
iamkanguk97
c9de047945
ci: add cross-platform testing to prevent platform-specific regressions
...
This adds GitHub Actions workflow to test on Ubuntu, Windows, and macOS.
This is optional and can be removed if the maintainers prefer.
Related to #16179
2026-01-12 00:02:16 +09:00
Kamil Mysliwiec
caf8487b76
Merge pull request #16183 from nestjs/renovate/node-24.x
...
chore(deps): update dependency @types/node to v24.10.7
2026-01-11 11:28:47 +01:00
renovate[bot]
8501bb2c0b
chore(deps): update dependency @types/node to v24.10.7
2026-01-10 20:35:38 +00:00
Kamil Mysliwiec
a830cedab9
Merge pull request #16182 from nestjs/renovate/node-24.x
...
chore(deps): update dependency @types/node to v24.10.6
2026-01-10 16:44:03 +01:00
Kamil Mysliwiec
841f150675
Merge pull request #16181 from nestjs/renovate/cache-manager-7.x
...
fix(deps): update dependency cache-manager to v7.2.8
2026-01-10 16:42:58 +01:00
renovate[bot]
d3761bdb32
chore(deps): update dependency @types/node to v24.10.6
2026-01-10 04:34:24 +00:00
renovate[bot]
6f4da5c41e
fix(deps): update dependency cache-manager to v7.2.8
2026-01-09 21:47:47 +00:00
Kamil Mysliwiec
5f431b9f38
Merge pull request #16180 from Tony133/chore/update-license
...
chore: update license
2026-01-09 19:56:55 +01:00
Tony133
2526ec1f1a
chore: update license
2026-01-09 17:16:50 +01:00
Kamil Mysliwiec
55b09b8387
Merge pull request #16174 from nestjs/renovate/commitlint-monorepo
...
chore(deps): update dependency @commitlint/config-angular to v20.3.1
2026-01-09 13:48:49 +01:00
Kamil Mysliwiec
29228ed9f4
Merge pull request #16176 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-20.3.1
...
chore(deps-dev): bump @commitlint/config-angular from 20.3.0 to 20.3.1
2026-01-09 13:48:41 +01:00
renovate[bot]
85030eca5c
chore(deps): update dependency @commitlint/config-angular to v20.3.1
2026-01-09 09:49:39 +00:00
dependabot[bot]
15d1e4b103
chore(deps-dev): bump @commitlint/config-angular from 20.3.0 to 20.3.1
...
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular ) from 20.3.0 to 20.3.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.3.1/@commitlint/config-angular )
---
updated-dependencies:
- dependency-name: "@commitlint/config-angular"
dependency-version: 20.3.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-09 09:48:34 +00:00
Kamil Mysliwiec
373b78cfbb
Merge pull request #16172 from nestjs/renovate/ioredis-5.x
...
chore(deps): update dependency ioredis to v5.9.1
2026-01-09 10:47:52 +01:00
Kamil Mysliwiec
eea5c5899c
Merge pull request #16175 from nestjs/dependabot/npm_and_yarn/ioredis-5.9.1
...
chore(deps-dev): bump ioredis from 5.9.0 to 5.9.1
2026-01-09 10:47:34 +01:00
Kamil Mysliwiec
87df305640
Merge pull request #16177 from nestjs/dependabot/npm_and_yarn/commitlint/cli-20.3.1
...
chore(deps-dev): bump @commitlint/cli from 20.3.0 to 20.3.1
2026-01-09 10:47:18 +01:00
dependabot[bot]
975e6099c2
chore(deps-dev): bump @commitlint/cli from 20.3.0 to 20.3.1
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 20.3.0 to 20.3.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.3.1/@commitlint/cli )
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-version: 20.3.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-09 01:04:38 +00:00
dependabot[bot]
014369029f
chore(deps-dev): bump ioredis from 5.9.0 to 5.9.1
...
Bumps [ioredis](https://github.com/luin/ioredis ) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/luin/ioredis/releases )
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md )
- [Commits](https://github.com/luin/ioredis/compare/v5.9.0...v5.9.1 )
---
updated-dependencies:
- dependency-name: ioredis
dependency-version: 5.9.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-09 01:03:40 +00:00
renovate[bot]
0ae760071d
chore(deps): update dependency ioredis to v5.9.1
2026-01-08 13:53:03 +00:00
Kamil Mysliwiec
31de8a1d2d
Merge pull request #16170 from nestjs/renovate/body-parser-2.x
...
chore(deps): update dependency body-parser to v2.2.2
2026-01-07 14:54:42 +01:00
renovate[bot]
4576270535
chore(deps): update dependency body-parser to v2.2.2
2026-01-07 13:51:58 +00:00
Kamil Mysliwiec
16a4d4d6a2
Merge pull request #16162 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.52.0
...
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.51.0 to 8.52.0
2026-01-07 09:13:23 +01:00
Kamil Mysliwiec
34d2103468
Merge pull request #16167 from nestjs/renovate/nestjs-swagger-11.x
...
fix(deps): update dependency @nestjs/swagger to v11.2.4
2026-01-07 09:13:15 +01:00
Kamil Mysliwiec
991d07267e
Merge pull request #16168 from nestjs/renovate/graphql-tools-monorepo
...
fix(deps): update dependency graphql-tools to v9.0.26
2026-01-07 09:13:08 +01:00
Kamil Mysliwiec
a0cd0d543a
Merge pull request #16169 from nestjs/renovate/major-graphql-tools-monorepo
...
fix(deps): update dependency @graphql-tools/utils to v11
2026-01-07 09:13:01 +01:00
Kamil Mysliwiec
a25170d8d6
Merge pull request #16160 from nestjs/renovate/typescript-eslint-monorepo
...
chore(deps): update typescript-eslint monorepo to v8.52.0
2026-01-07 09:12:50 +01:00
renovate[bot]
af10902bcf
fix(deps): update dependency @graphql-tools/utils to v11
2026-01-07 02:04:46 +00:00
renovate[bot]
30670319a8
fix(deps): update dependency graphql-tools to v9.0.26
2026-01-07 02:04:33 +00:00