Bump webpack and @nestjs/cli in /data-api
Merged
Number: #118
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: Contributor
Comments: 0
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
Created:
May 22, 2025 at 06:58 PM UTC
(4 months ago)
(4 months ago)
Updated:
May 22, 2025 at 06:59 PM UTC
(4 months ago)
(4 months ago)
Merged:
May 22, 2025 at 06:59 PM UTC
(4 months ago)
by tmcallaghan
(4 months ago)
by tmcallaghan
Time to Close:
1 minute
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps webpack and @nestjs/cli. These dependencies needed to be updated together.
Updates webpack
from 5.92.1 to 5.99.9
Release notes
Sourced from webpack's releases.
v5.99.9
Fixes
- HMR might fail if there are new initial chunks
- Destructuring namespace import with default
- Destructuring namespace import with computed-property
- Generate valid code for es export generation for multiple module entries
- Fixed public path issue for ES modules
- Asset modules work when lazy compilation used
- Eliminate unused statements in certain scenarios
- Fixed regression with location and order of dependencies
- Fixed typescript types
v5.99.8
Fixes
- Fixed type error with latest
@types/node
- Fixed typescript types
v5.99.7
Fixes
- Don't skip export generation for
default
reexport (#19463)- Fixed module library export generation for reexport (#19459)
- Avoid module concatenation in child compilation for module library (#19457)
- Ensure HMR recover gracefully when CSS module with error
- Respect
cause
of any errors anderrors
of AggregateError in stats output- Added missing
@types/json-schema
in typesv5.99.6
Fixes
- Respect public path for ES modules
- Fixed generation of module for
module
library when mixing commonjs and esm modules- Always apply
FlagDependencyExportsPlugin
for libraries where it required- Faster logic for dead control flow
- Typescript types
v5.99.5
Fixes
- Control dead flow for labeled and blockless statements
v5.99.4
Fixes
- Fixed terminated state for
if
/else
v5.99.3
Fixes
... (truncated)
Commits
6c9f912
chore(release): 5.99.9bca3d40
fix: eliminate unused statements in certain scenarios (#19536)356c5d1
ci: benchmarks stability (#19552)2c4f967
fix: sourceTypes of asset module when lazy compilation (#19539)6b3e1c5
chore(deps): bump the dependencies group with 2 updates (#19551)dc19f82
chore: fix todo types (#19550)598767e
chore: fix typo in comment34ec1d8
chore: refactor tests scripts (#19549)12b8458
fix: publicPath issue for ES modules (#19546)c1e7ba2
docs: update examples (#19545)- Additional commits viewable in compare view
Updates @nestjs/cli
from 10.3.2 to 10.4.9
Release notes
Sourced from @nestjs/cli
's releases.
Release 10.4.9
- Merge pull request #2838 from yifanwww/fix/webpack-ignore-lazy-imports (3d0fe0b5)
- fix: add missing class-transformer/storage in lazy import list (a1cc6cfe)
- Merge pull request #2815 from nestjs/renovate/typescript-5.x (4af113ec)
Release 10.4.8
- Merge pull request #2792 from nestjs/fix/type-check-error-2791 (5be20eb3)
- Merge pull request #2797 from nestjs/renovate/tsconfig-paths-webpack-plugin-4.x (6d77fd30)
- Merge pull request #2800 from caucik/webpack-fix-branch (9ec2d5e5)
- fix: webpack default config - IgnorePlugin (83c5cfc8)
- fix(deps): update dependency tsconfig-paths-webpack-plugin to v4.2.0 (ebdfb325)
- chore(deps): update dependency
@swc/core
to v1.9.2 (#2794) (ed9d8b86)- fix: show type check warning only when builder is not swc #2791 (2e23003b)
- fix(deps): update dependency glob to v10.4.5 (7aba4817)
Release 10.4.7
- Merge pull request #2786 from nestjs/revert-2642-renovate/glob-11.x (0ff0a01d)
- Revert "fix(deps): update dependency glob to v11" (7af719ea)
Release 10.4.6
- build: allow js, clean artificats in ci (7bc0b3ff)
- chore(deps): update dependency ts-jest to v29.2.5 (41ce50bf)
- fix(deps): update dependency typescript to v5.6.3 (067a1190)
- Merge pull request #2784 from nestjs/renovate/node-22.x (f3bd8b00)
- Merge pull request #2778 from nestjs/renovate/swc-monorepo (008ab68e)
- Merge pull request #2780 from nestjs/renovate/webpack-5.x (d708ea95)
- Merge pull request #2764 from nestjs/renovate/angular-cli-monorepo (d8ae02b5)
- fix: add missing type argument (df91c495)
- Merge branch 'addun-fix-issue-2653' (041a184b)
- chore: resolve conflicts (486ac60e)
- Merge pull request #2415 from yigitkurtcu/feat/generate-options-base-url (537dfa7e)
- Merge pull request #2716 from nestjs/renovate/angular-cli-monorepo (ef0ff51d)
- Merge pull request #2642 from nestjs/renovate/glob-11.x (c7e2e01d)
- fix(deps): update angular-cli monorepo to v17.3.10 (960e65f8)
- Merge pull request #2743 from nestjs/renovate/webpack-5.x (b750eadf)
- Merge pull request #2754 from nestjs/renovate/nest-monorepo (603721e7)
- fix(deps): update dependency
@nestjs/schematics
to v10.2.2 (f062e99a)- fix: unification copy behavior between watched and not watched assets (3664ed06)
- fix(deps): update dependency glob to v11 (fc6e7a16)
- feat: basedir option added to configuration for generate command (877b6bd8)
Release 10.4.5
- Merge pull request #2666 from nestjs/renovate/nest-monorepo (a734d81f)
- Merge pull request #2712 from nestjs/renovate/npm-webpack-vulnerability (587e407e)
- chore(deps): update dependency
@swc/core
to v1.7.21 (4ccad5c5)- chore(deps): update commitlint monorepo to v19.4.1 (d3484bfd)
- fix(deps): update dependency webpack to v5.94.0 [security] (78136826)
- chore(deps): update dependency
@types/node
to v20.16.2 (b9cdc65b)- chore(deps): update typescript-eslint monorepo to v8.3.0 (28913e79)
- chore(deps): update dependency
@swc/core
to v1.7.18 (fa03cba8)
... (truncated)
Commits
81e15c3
chore(): release v10.4.93d0fe0b
Merge pull request #2838 from yifanwww/fix/webpack-ignore-lazy-importsa1cc6cf
fix: add missing class-transformer/storage in lazy import list4af113e
Merge pull request #2815 from nestjs/renovate/typescript-5.x2e929c3
fix(deps): update dependency typescript to v5.7.267503d3
Merge pull request #2830 from nestjs/renovate/webpack-5.x6110b8e
chore(deps): update dependency@swc/core
to v1.10.1 (#2837)ce66172
fix(deps): update dependency webpack to v5.97.1bec6134
chore(deps): update dependency@swc/core
to v1.10.0 (#2832)b10c00e
chore(deps): update dependency prettier to v3.4.2 (#2831)- 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 this major version
will 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 version
will 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 dependency
will 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.
Pull Request Statistics
Commits:
1
1
Files Changed:
3
3
Additions:
+898
+898
Deletions:
-759
-759
Package Dependencies
Package:
@nestjs/cli
Ecosystem:
npm
npm
Version Change:
10.3.2 → 10.4.9
Update Type:
Minor
Minor
Path:
/data-api
Technical Details
ID: | 1114913 |
UUID: | 2538020985 |
Node ID: | PR_kwDOEFiXy86XRyB5 |
Host: | GitHub |
Repository: | aws-samples/amazon-documentdb-samples |
Merge State: | Unknown |