bcgov / NRPTI

Natural Resources Public Transparency Initiative
Apache License 2.0
5 stars 15 forks source link

Bump tar, @angular-devkit/build-angular and ng-packagr in /angular #1189

Open dependabot[bot] opened 7 months ago

dependabot[bot] commented 7 months ago

Bumps tar to 6.2.0 and updates ancestor dependencies tar, @angular-devkit/build-angular and ng-packagr. These dependencies need to be updated together.

Updates tar from 4.4.13 to 6.2.0

Release notes

Sourced from tar's releases.

v6.1.13

6.1.13 (2022-12-07)

Dependencies

v6.1.12

6.1.12 (2022-10-31)

Bug Fixes

Documentation

Changelog

Sourced from tar's changelog.

Changelog

6.2

  • Add support for brotli compression

6.1.13 (2022-12-07)

Dependencies

6.1.12 (2022-10-31)

Bug Fixes

Documentation

6.0

  • Drop support for node 6 and 8
  • fix symlinks and hardlinks on windows being packed with \-style path targets

5.0

  • Address unpack race conditions using path reservations
  • Change large-numbers errors from TypeError to Error
  • Add TAR_* error codes
  • Raise TAR_BAD_ARCHIVE warning/error when there are no valid entries found in an archive
  • do not treat ignored entries as an invalid archive
  • drop support for node v4
  • unpack: conditionally use a file mapping to write files on Windows
  • Set more portable 'mode' value in portable mode
  • Set portable gzip option in portable mode

4.4

  • Add 'mtime' option to tar creation to force mtime
  • unpack: only reuse file fs entries if nlink = 1
  • unpack: rename before unlinking files on Windows
  • Fix encoding/decoding of base-256 numbers
  • Use stat instead of lstat when checking CWD

... (truncated)

Commits


Updates @angular-devkit/build-angular from 0.13.10 to 17.1.2

Release notes

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

v17.1.2

17.1.2 (2024-01-31)

@​angular-devkit/build-angular

Commit Description
fix - 6815f13e3 add required modules as externals imports
fix - a0e306098 correctly handle glob negation in proxy config when using vite
fix - 235c8403a handle regular expressions in proxy config when using Vite
fix - 5332e5b2e resolve absolute output-path when using esbuild based builders
fix - 3deb0d4a1 return 404 for assets that are not found

v17.1.1

17.1.1 (2024-01-24)

@​schematics/angular

Commit Description
fix - 35ebf1efd retain trailing comma when adding providers to app config

@​angular/cli

Commit Description
fix - 8ebb754c2 update regex to validate the project-name

@​angular-devkit/build-angular

Commit Description
fix - 88de1da92 ENOENT: no such file or directory on Windows during component rebuild
fix - 4e2586aeb allow package file loader option with Vite prebundling
fix - aca1cfcda do not add internal CSS resources files in watch
fix - 53258f617 handle load event for multiple stylesheets and CSP nonces
fix - 412fe6ec6 pre-transform error when using vite with SSR
fix - 45dea6f44 provide actionable error message when server bundle is missing default export
fix - 4e2b23f03 update dependency vite to v5.0.12

@​angular/ssr

Commit Description
fix - 02d9d84c5 handle load event for multiple stylesheets and CSP nonces

v17.1.0

17.1.0 (2024-01-17)

@​schematics/angular

Commit Description
feat - b513d89b7 add optional migration to use application builder
feat - a708dccff update SSR and application builder migration schematics to work with new outputPath
fix - 4469e481f do not trigger NPM install when using ---skip-install and --ssr

@​angular-devkit/build-angular

Commit Description

... (truncated)

Changelog

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

17.1.2 (2024-01-31)

@​angular-devkit/build-angular

Commit Type Description
6815f13e3 fix add required modules as externals imports
a0e306098 fix correctly handle glob negation in proxy config when using vite
235c8403a fix handle regular expressions in proxy config when using Vite
5332e5b2e fix resolve absolute output-path when using esbuild based builders
3deb0d4a1 fix return 404 for assets that are not found

17.2.0-next.0 (2024-01-25)

@​angular-devkit/build-angular

Commit Type Description
8f47f1e96 feat provide default and abbreviated build target support for dev-server and extract-i18n
8216b11b3 fix return 404 for assets that are not found

17.1.1 (2024-01-24)

@​angular/cli

Commit Type Description
8ebb754c2 fix update regex to validate the project-name

@​schematics/angular

Commit Type Description
35ebf1efd fix retain trailing comma when adding providers to app config

@​angular-devkit/build-angular

Commit Type Description
88de1da92 fix ENOENT: no such file or directory on Windows during component rebuild
4e2586aeb fix allow package file loader option with Vite prebundling
aca1cfcda fix do not add internal CSS resources files in watch

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @​angular-devkit/build-angular since your current version.


Updates ng-packagr from 4.7.1 to 17.1.2

Release notes

Sourced from ng-packagr's releases.

17.1.1

Bug Fixes

17.1.0

Bug Fixes

  • add missing tailwind @screen directive in matcher (ad1bd50)
  • remove direct imports to rollup (45336ae), closes #2749
  • correctly validate secondary entry-points config (5ff4afd)
  • use rollup wasm version when rollup fails to load (1ed0dc9), closes #2722

Performance

  • do not update package.json version on watch mode (1225a24)
  • embeed assets in css using esbuild instead of postcss (fe3e052)
  • only process component styles with postcss when needed (84cf578)
  • only emit changed DTS and JS from NG compiler (cd0f508)
  • only write FESM files when content changes during watch mode (fb096a0)
  • reduce TypeScript JSDoc parsing (8228740)

17.1.0-next.5

Bug Fixes

  • correctly validate secondary entry-points config (5ff4afd)

17.1.0-next.4

Bug Fixes

  • add missing tailwind @screen directive in matcher (ad1bd50)
  • remove direct imports to rollup (45336ae), closes #2749

17.1.0-next.3

Performance

  • only emit changed DTS and JS from NG compiler (cd0f508)
  • only write FESM files when content changes during watch mode (fb096a0)
  • reduce TypeScript JSDoc parsing (8228740)

17.1.0-next.2

Performance

  • do not update package.json version on watch mode (1225a24)
  • embeed assets in css using esbuild instead of postcss (fe3e052)

... (truncated)

Changelog

Sourced from ng-packagr's changelog.

17.1.2 (2024-01-24)

17.1.1 (2024-01-22)

Bug Fixes

17.1.0 (2024-01-17)

Bug Fixes

  • add missing tailwind @screen directive in matcher (ad1bd50)
  • remove direct imports to rollup (45336ae), closes #2749
  • correctly validate secondary entry-points config (5ff4afd)
  • use rollup wasm version when rollup fails to load (1ed0dc9), closes #2722

Performance

  • do not update package.json version on watch mode (1225a24)
  • embeed assets in css using esbuild instead of postcss (fe3e052)
  • only process component styles with postcss when needed (84cf578)
  • only emit changed DTS and JS from NG compiler (cd0f508)
  • only write FESM files when content changes during watch mode (fb096a0)
  • reduce TypeScript JSDoc parsing (8228740)

17.1.0-next.5 (2023-12-22)

Bug Fixes

  • correctly validate secondary entry-points config (5ff4afd)

17.1.0-next.4 (2023-12-20)

Bug Fixes

  • add missing tailwind @screen directive in matcher (ad1bd50)
  • remove direct imports to rollup (45336ae), closes #2749

17.1.0-next.3 (2023-12-13)

Performance

  • only emit changed DTS and JS from NG compiler (cd0f508)
  • only write FESM files when content changes during watch mode (fb096a0)
  • reduce TypeScript JSDoc parsing (8228740)

... (truncated)

Commits
  • 0191a1a release: cut 17.1.2
  • 67b52ba Revert "perf: do not update package.json version on watch mode"
  • 5c33ded build: update typescript-eslint to v6.19.1
  • 7ffdce3 release: cut 17.1.1
  • 059ba29 fix: correctly embed CSS resources
  • 7e6380d build: update angular to ~17.1.0
  • a38604d docs: update changelog
  • 754f440 release: cut 17.1.0
  • 33ede6a build: update dependency prettier to ~3.2.0
  • e06929e build: update typescript-eslint to v6.19.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by alan.agius4, a new releaser for ng-packagr since your current version.


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/bcgov/NRPTI/network/alerts).
sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud