systelab / systelab-translate

Systelab Angular I18N services
MIT License
0 stars 0 forks source link

Bump axios and @angular-devkit/build-angular #140

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 9 months ago

Bumps axios to 1.6.7 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.

Updates axios from 1.5.1 to 1.6.7

Release notes

Sourced from axios's releases.

Release v1.6.7

Release notes:

Bug Fixes

  • capture async stack only for rejections with native error objects; (#6203) (1a08f90)

Contributors to this release

Release v1.6.6

Release notes:

Bug Fixes

  • fixed missed dispatchBeforeRedirect argument (#5778) (a1938ff)
  • wrap errors to improve async stack trace (#5987) (123f354)

Contributors to this release

Release v1.6.5

Release notes:

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)
  • dns: fixed lookup error handling; (#6175) (f4f2b03)

Contributors to this release

Release v1.6.4

Release notes:

Bug Fixes

  • security: fixed formToJSON prototype pollution vulnerability; (#6167) (3c0c11c)
  • security: fixed security vulnerability in follow-redirects (#6163) (75af1cd)

Contributors to this release

Release v1.6.3

Release notes:

... (truncated)

Changelog

Sourced from axios's changelog.

1.6.7 (2024-01-25)

Bug Fixes

  • capture async stack only for rejections with native error objects; (#6203) (1a08f90)

Contributors to this release

1.6.6 (2024-01-24)

Bug Fixes

  • fixed missed dispatchBeforeRedirect argument (#5778) (a1938ff)
  • wrap errors to improve async stack trace (#5987) (123f354)

Contributors to this release

1.6.5 (2024-01-05)

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)
  • dns: fixed lookup error handling; (#6175) (f4f2b03)

Contributors to this release

1.6.4 (2024-01-03)

Bug Fixes

  • security: fixed formToJSON prototype pollution vulnerability; (#6167) (3c0c11c)
  • security: fixed security vulnerability in follow-redirects (#6163) (75af1cd)

Contributors to this release

... (truncated)

Commits


Updates @angular-devkit/build-angular from 17.0.10 to 17.1.3

Release notes

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

v17.1.3

17.1.3 (2024-02-08)

@​angular-devkit/build-angular

Commit Description
fix - 3de3aa170 allow ./ baseHref when using vite based server
fix - 17f47a3c9 ensure WebWorker main entry is used in output code

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)

... (truncated)

Changelog

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

17.1.3 (2024-02-08)

@​angular-devkit/build-angular

Commit Type Description
3de3aa170 fix allow ./ baseHref when using vite based server
17f47a3c9 fix ensure WebWorker main entry is used in output code

17.2.0-next.1 (2024-01-31)

@​angular/cli

Commit Type Description
b3e206741 feat add support to bun package manager

@​schematics/angular

Commit Type Description
03e1aa790 feat add support to bun package manager

@​angular-devkit/build-angular

Commit Type Description
f4f535653 feat add JSON build logs when using the application builder
7c522aa87 feat support using custom postcss configuration with application builder
d6aea27db fix add required modules as externals imports
476a68daa fix add output location in build stats
dbd3984f2 fix correctly handle glob negation in proxy config when using vite
41ea985f9 fix display server bundles in build stats
822e7a482 fix handle regular expressions in proxy config when using Vite
944cbcdb1 fix limit the number of lazy chunks visible in the stats table
37ffa5e4a fix resolve absolute output-path when using esbuild based builders

@​angular/create

Commit Type Description
600498f2c feat add support to bun package manager

... (truncated)

Commits
  • cceb852 release: cut the v17.1.3 release
  • 17f47a3 fix(@​angular-devkit/build-angular): ensure WebWorker main entry is used in ou...
  • c3538b4 test: update webpack tests filenames and size checks to pass with latest webpack
  • 3de3aa1 fix(@​angular-devkit/build-angular): allow ./ baseHref when using vite based...
  • 1b2bf5d refactor(@​angular-devkit/build-angular): remove casting since `setSourceMapsE...
  • 147b089 release: cut the v17.1.2 release
  • 235c840 fix(@​angular-devkit/build-angular): handle regular expressions in proxy confi...
  • a0e3060 fix(@​angular-devkit/build-angular): correctly handle glob negation in proxy c...
  • 5332e5b fix(@​angular-devkit/build-angular): resolve absolute output-path when using...
  • 33662ac refactor(@​angular-devkit/build-angular): increase type safety in bundle-context
  • 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/systelab/systelab-translate/network/alerts).
codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c1ac47e) 69.34% compared to head (7fee5d8) 69.34%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #140 +/- ## ======================================= Coverage 69.34% 69.34% ======================================= Files 7 7 Lines 336 336 Branches 75 75 ======================================= Hits 233 233 Misses 86 86 Partials 17 17 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 6 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.