sarvex / ionic-framework

Advanced HTML5 mobile development framework and SDK. Build incredible hybrid apps with web technologies you already know and love. Best friends with AngularJS.
http://ionicframework.com/
MIT License
0 stars 0 forks source link

chore(deps): bump webpack-dev-middleware, @angular-devkit/build-angular and @nguniversal/builders in /angular/test/apps/ng14 #202

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

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

Updates webpack-dev-middleware from 5.3.3 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-devkit/build-angular from 14.1.0 to 18.0.1

Release notes

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

v18.0.1

18.0.1 (2024-05-23)

@​schematics/angular

Commit Description
fix - 01842f515 use angular.dev in readme

@​angular/build

Commit Description
fix - 7d253e9cd avoid rebasing URLs with function calls
fix - 6b6a76a99 disable persistent disk caching inside webcontainers by default
fix - ba70a50b6 handle esbuild-browser polyfills option as string during ng serve
fix - 706423aca only import persistent cache store with active caching

v18.0.0

18.0.0 (2024-05-22)

@​schematics/angular

Commit Description
feat - b2ac5fac7 allow application migration to use new build package in projects where possible
feat - 6530aa11b replace assets with public directory
feat - 725883713 use eventCoalescing option by default (standalone bootstrap)
feat - 508d97da7 use ngZoneEventCoalescing option by default (module bootstrap)
feat - f452589e2 use TypeScript bundler module resolution for new projects
fix - 95a4d6ee5 add less dependency in application migration if needed
fix - c46aa084f add postcss dependency in application migration if needed
fix - 157329384 add spaces around eventCoalescing option
fix - 23cc337aa keep deployUrl option when migrating to application builder

@​angular/cli

Commit Description
feat - ac3019570 add ng dev alias to ng serve
feat - 4087728c3 support for Node.js v22
fix - 41ab6c8c3 add --version option
fix - df4dde95d add @angular/build package to update group list
fix - 1039f6d79 change update guide link to angular.dev
fix - f4670fcb1 eliminate prompts during ng version command
fix - a99ec6a54 keep cli package first in update package group metadata
fix - dd786d495 only add --version option on default command
refactor - 03eee0545 remove ng doc command
refactor - c7b208555 remove support for Node.js versions <18.19.1 and <20.11.1

@​angular-devkit/architect

Commit Description
fix - ddd08efef resolve builder aliases from containing package

@​angular-devkit/build-angular

Commit Description

... (truncated)

Changelog

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

18.0.1 (2024-05-23)

@​schematics/angular

Commit Type Description
01842f515 fix use angular.dev in readme

@​angular/build

Commit Type Description
7d253e9cd fix avoid rebasing URLs with function calls
6b6a76a99 fix disable persistent disk caching inside webcontainers by default
ba70a50b6 fix handle esbuild-browser polyfills option as string during ng serve
706423aca fix only import persistent cache store with active caching

18.0.0 (2024-05-22)

Breaking Changes

@​angular/cli

  • The ng doc command has been removed without a replacement. To perform searches, please visit www.angular.dev
  • Node.js support for versions <18.19.1 and <20.11.1 has been removed.

@​angular-devkit/build-angular

  • By default, the index.html file is no longer emitted in the browser directory when using the application builder with SSR. Instead, an index.csr.html file is emitted. This change is implemented because in many cases server and cloud providers incorrectly treat the index.html file as a statically generated page. If you still require the old behavior, you can use the index option to specify the output file name.

    "architect": {
      "build": {
        "builder": "@angular-devkit/build-angular:application",
        "options": {
          "outputPath": "dist/my-app",
          "index": {
            "input": "src/index.html",
            "output": "index.html"
          }
        }
      }
    }
    
  • The support for the legacy Sass build pipeline, previously accessible via NG_BUILD_LEGACY_SASS when utilizing webpack-based builders, has been removed.

... (truncated)

Commits
  • 9e9ca22 release: cut the v18.0.1 release
  • 6b6a76a fix(@​angular/build): disable persistent disk caching inside webcontainers by ...
  • 01842f5 fix(@​schematics/angular): use angular.dev in readme
  • ba70a50 fix(@​angular/build): handle esbuild-browser polyfills option as string du...
  • 7d253e9 fix(@​angular/build): avoid rebasing URLs with function calls
  • 706423a fix(@​angular/build): only import persistent cache store with active caching
  • 2dbe21f release: cut the v18.0.0 release
  • 2320352 build: update Angular packages to v18 stable
  • dd786d4 fix(@​angular/cli): only add --version option on default command
  • 2aeecd6 release: cut the v18.0.0-rc.3 release
  • Additional commits viewable in compare view


Updates @nguniversal/builders from 14.0.3 to 16.2.0

Release notes

Sourced from @​nguniversal/builders's releases.

v16.2.0

16.2.0 (2023-08-11)

@​nguniversal/common

Commit Description
fix - 2b0f8c2b build: update critters

v16.2.0-rc.0

16.2.0-rc.0 (2023-08-04)

Commit Description
refactor - 2b0f8c2b build: update critters

v16.1.3

16.1.3 (2023-08-09)

@​nguniversal/common

Commit Description
fix - d4be69b8 check for server context when doing hybrid rendering

v16.1.2

16.1.2 (2023-08-04)

Commit Description
refactor - 0c0fd61 build: update critters

v16.1.1

16.1.1 (2023-06-28)

build: update dependency critters to v0.0.19

v16.1.0

16.1.0 (2023-06-13)

Commit Description
refactor - ccc2f52f deprecate transfer http cache

Deprecations

v16.1.0-rc.0

16.1.0-rc.0 (2023-06-07)

... (truncated)

Changelog

Sourced from @​nguniversal/builders's changelog.

16.2.0 (2023-08-11)

Commit Type Description
2b0f8c2b refactor build: update critters

16.1.3 (2023-08-09)

@​nguniversal/common

Commit Type Description
d4be69b8 fix check for server context when doing hybrid rendering

16.1.2 (2023-08-04)

Commit Type Description
0c0fd610 refactor build: update critters

16.1.1 (2023-06-28)

16.1.0 (2023-06-13)

Deprecations

Commit Type Description

... (truncated)

Commits
  • dccbf02 release: cut the v16.2.0 release
  • 82b9e69 build: update angular
  • c0b0418 fix(@​nguniversal/common): check for server context when doing hybrid rendering
  • aa8ca19 refactor: update changelog link for Critters version bump
  • 53f7a3d release: cut the v16.2.0-rc.0 release
  • 877bf34 docs: release notes for the v16.1.2 release
  • 2b0f8c2 build: update critters
  • 0dcb01f build: lock file maintenance
  • 4e47c6c build: update dependency typescript to v5.1.6
  • 0c7d7ee build: update dependency @​typescript-eslint/parser to v6
  • 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/sarvex/ionic-framework/network/alerts).