AbsaOSS / spline-ui

Apache License 2.0
12 stars 6 forks source link

Bump webpack-dev-middleware, @angular-builders/custom-webpack and @angular-devkit/build-angular in /ui #258

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps webpack-dev-middleware to 7.2.1 and updates ancestor dependencies webpack-dev-middleware, @angular-builders/custom-webpack and @angular-devkit/build-angular. These dependencies need to be updated together.

Updates webpack-dev-middleware from 5.0.0 to 7.2.1

Release notes

Sourced from webpack-dev-middleware's releases.

v7.2.1

7.2.1 (2024-04-02)

Bug Fixes

  • avoid extra log

v7.2.0

7.2.0 (2024-03-29)

Features

v7.1.1

7.1.1 (2024-03-21)

Bug Fixes

v7.1.0

7.1.0 (2024-03-19)

Features

  • prefer to use fs.createReadStream over fs.readFileSync to read files (ab533de)

Bug Fixes

v7.0.0

7.0.0 (2023-12-26)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#1694)

... (truncated)

Changelog

Sourced from webpack-dev-middleware's changelog.

7.2.1 (2024-04-02)

Bug Fixes

  • avoid extra log

7.2.0 (2024-03-29)

Features

7.1.1 (2024-03-21)

Bug Fixes

7.1.0 (2024-03-19)

Features

  • prefer to use fs.createReadStream over fs.readFileSync to read files (ab533de)

Bug Fixes

7.0.0 (2023-12-26)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#1694)
  • updated memfs@4 (#1693)

Features

... (truncated)

Commits


Updates @angular-builders/custom-webpack from 12.1.3 to 18.0.0

Changelog

Sourced from @​angular-builders/custom-webpack's changelog.

18.0.0 (2024-06-17)

Note: Version bump only for package @​angular-builders/custom-webpack

18.0.0-beta.3 (2024-05-30)

⚠ BREAKING CHANGES

  • update to Angular 18 (#1787)

Miscellaneous Chores

18.0.0-beta.0 (2024-05-30)

⚠ BREAKING CHANGES

  • update to Angular 18 (#1787)

Miscellaneous Chores

17.0.3-beta.1 (2024-04-10)

Note: Version bump only for package @​angular-builders/custom-webpack

17.0.3-beta.0 (2024-04-04)

Note: Version bump only for package @​angular-builders/custom-webpack

17.0.2 (2024-04-02)

Note: Version bump only for package @​angular-builders/custom-webpack

17.0.2-beta.1 (2024-03-21)

Note: Version bump only for package @​angular-builders/custom-webpack

17.0.2-beta.0 (2024-03-14)

Note: Version bump only for package @​angular-builders/custom-webpack

17.0.1 (2024-02-15)

Note: Version bump only for package @​angular-builders/custom-webpack

17.0.1-beta.1 (2024-02-04)

... (truncated)

Commits


Updates @angular-devkit/build-angular from 12.2.18 to 18.0.7

Release notes

Sourced from @​angular-devkit/build-angular's releases.

v18.0.7

18.0.7 (2024-07-03)

@​angular/cli

Commit Description
fix - 67bf90131 make ng update to keep newline at the end of package.json

@​angular-devkit/build-angular

Commit Description
fix - 9b43ecbd0 reduce the number of max workers to available CPUs minus one
fix - 03dad6806 rollback terser to 5.29.2

@​angular/build

Commit Description
fix - fc928f638 correctly name entry points to match budgets
fix - 2d51e8607 redirect to path with trailing slash for asset directories
fix - 16f1c1e01 reduce the number of max workers to available CPUs minus one

v18.0.6

18.0.6 (2024-06-26)

@​angular/build

Commit Description
fix - 98a8a8a78 show JavaScript cache store initialization warning

v18.0.5

18.0.5 (2024-06-20)

@​schematics/angular

Commit Description
fix - 5c705e800 update schematics to use RouterModule when --routing flag is present

@​angular-devkit/build-angular

Commit Description
fix - 86e031dc7 use istanbul-lib-instrument directly for karma code coverage

@​angular/build

Commit Description
fix - bdd168f37 add CSP nonce to script with src tags
fix - 405c14809 automatically resolve .mjs files when using Vite
fix - 7360a346e use Node.js available parallelism for default worker count

v18.0.4

18.0.4 (2024-06-13)

@​angular/build

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular-devkit/build-angular's changelog.

18.0.7 (2024-07-03)

@​angular/cli

Commit Type Description
67bf90131 fix make ng update to keep newline at the end of package.json

@​angular-devkit/build-angular

Commit Type Description
9b43ecbd0 fix reduce the number of max workers to available CPUs minus one
03dad6806 fix rollback terser to 5.29.2

@​angular/build

Commit Type Description
fc928f638 fix correctly name entry points to match budgets
2d51e8607 fix redirect to path with trailing slash for asset directories
16f1c1e01 fix reduce the number of max workers to available CPUs minus one

18.1.0-rc.0 (2024-06-26)

@​angular/build

Commit Type Description
3e359da8d fix address rxjs undefined issues during SSR prebundling
1e8fd70c6 fix show JavaScript cache store initialization warning

18.0.6 (2024-06-26)

@​angular/build

Commit Type Description
98a8a8a78 fix show JavaScript cache store initialization warning

... (truncated)

Commits
  • 092019a release: cut the v18.0.7 release
  • 03dad68 fix(@​angular-devkit/build-angular): rollback terser to 5.29.2
  • 9b43ecb fix(@​angular-devkit/build-angular): reduce the number of max workers to avail...
  • 16f1c1e fix(@​angular/build): reduce the number of max workers to available CPUs minus...
  • 2d51e86 fix(@​angular/build): redirect to path with trailing slash for asset directories
  • 67bf901 fix(@​angular/cli): make ng update to keep newline at the end of package.json
  • fc928f6 fix(@​angular/build): correctly name entry points to match budgets
  • 6aff0f8 release: cut the v18.0.6 release
  • 98a8a8a fix(@​angular/build): show JavaScript cache store initialization warning
  • 00d4db8 refactor(@​angular/build): include Angular compiler plugin in private API
  • 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 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](https://github.com/AbsaOSS/spline-ui/network/alerts).
wajda commented 2 months ago

@dependabot rebase

wajda commented 2 months ago

@dependabot rebase

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

dependabot[bot] commented 2 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.