Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

chore(deps): bump axios, @nativescript/plugin-tools and @nrwl/workspace #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2023

Bumps axios to 0.21.4 and updates ancestor dependencies axios, @nativescript/plugin-tools and @nrwl/workspace. These dependencies need to be updated together.

Updates axios from 0.21.1 to 0.21.4

Release notes

Sourced from axios's releases.

v0.21.4

Fixes and Functionality:

  • Fixing JSON transform when data is stringified. Providing backward compatibility and complying to the JSON RFC standard (#4020)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

v0.21.3

Fixes and Functionality:

  • Fixing response interceptor not being called when request interceptor is attached (#4013)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

v0.21.2

Fixes and Functionality:

  • Updating axios requests to be delayed by pre-emptive promise creation (#2702)
  • Adding "synchronous" and "runWhen" options to interceptors api (#2702)
  • Updating of transformResponse (#3377)
  • Adding ability to omit User-Agent header (#3703)
  • Adding multiple JSON improvements (#3688, #3763)
  • Fixing quadratic runtime and extra memory usage when setting a maxContentLength (#3738)
  • Adding parseInt to config.timeout (#3781)
  • Adding custom return type support to interceptor (#3783)
  • Adding security fix for ReDoS vulnerability (#3980)

Internal and Tests:

  • Updating build dev dependancies (#3401)
  • Fixing builds running on Travis CI (#3538)
  • Updating follow rediect version (#3694, #3771)
  • Updating karma sauce launcher to fix failing sauce tests (#3712, #3717)
  • Updating content-type header for application/json to not contain charset field, according do RFC 8259 (#2154)
  • Fixing tests by bumping karma-sauce-launcher version (#3813)
  • Changing testing process from Travis CI to GitHub Actions (#3938)

Documentation:

  • Updating documentation around the use of AUTH_TOKEN with multiple domain endpoints (#3539)
  • Remove duplication of item in changelog (#3523)
  • Fixing gramatical errors (#2642)
  • Fixing spelling error (#3567)
  • Moving gitpod metion (#2637)
  • Adding new axios documentation website link (#3681, #3707)
  • Updating documentation around dispatching requests (#3772)

... (truncated)

Changelog

Sourced from axios's changelog.

0.21.4 (September 6, 2021)

Fixes and Functionality:

  • Fixing JSON transform when data is stringified. Providing backward compatability and complying to the JSON RFC standard (#4020)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

0.21.3 (September 4, 2021)

Fixes and Functionality:

  • Fixing response interceptor not being called when request interceptor is attached (#4013)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

0.21.2 (September 4, 2021)

Fixes and Functionality:

  • Updating axios requests to be delayed by pre-emptive promise creation (#2702)
  • Adding "synchronous" and "runWhen" options to interceptors api (#2702)
  • Updating of transformResponse (#3377)
  • Adding ability to omit User-Agent header (#3703)
  • Adding multiple JSON improvements (#3688, #3763)
  • Fixing quadratic runtime and extra memory usage when setting a maxContentLength (#3738)
  • Adding parseInt to config.timeout (#3781)
  • Adding custom return type support to interceptor (#3783)
  • Adding security fix for ReDoS vulnerability (#3980)

Internal and Tests:

  • Updating build dev dependancies (#3401)
  • Fixing builds running on Travis CI (#3538)
  • Updating follow rediect version (#3694, #3771)
  • Updating karma sauce launcher to fix failing sauce tests (#3712, #3717)
  • Updating content-type header for application/json to not contain charset field, according do RFC 8259 (#2154)
  • Fixing tests by bumping karma-sauce-launcher version (#3813)
  • Changing testing process from Travis CI to GitHub Actions (#3938)

Documentation:

  • Updating documentation around the use of AUTH_TOKEN with multiple domain endpoints (#3539)
  • Remove duplication of item in changelog (#3523)

... (truncated)

Commits
  • 66c4602 Merge branch 'master' into release/0.21.4
  • fc15665 [Releasing] v0.21.4
  • c2714f0 [Updating] incorrect JSON syntax in README.md
  • 0fc7248 fix json transform when data is pre-stringified (#4020)
  • 90205f8 Change headers type to string record (#3021)
  • 92b29d2 Make the default type of response data never (#3002)
  • 4eeb3b1 Improved type-safety for AxiosRequestConfig (#2995)
  • cd7ff04 Adding HTTP status code to error.toJSON (#2956)
  • b5a1a67 Adding nodejs http.request option: insecureHTTPParser (#2930)
  • 4f25380 Exposing the Axios constructor in index.d.ts (#2872)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jasonsaayman, a new releaser for axios since your current version.


Updates @nativescript/plugin-tools from 1.1.0 to 5.1.0

Release notes

Sourced from @​nativescript/plugin-tools's releases.

5.0.3

Bug Fixes

5.0.2

Features

  • nx migrate 15.4.1, {N} 8.4, Angular 15 (#17) (1d32498)

4.1.1

Bug Fixes

4.1.0

Features

4.0.3

Features

  • include @​nrwl/nx-cloud for executors (9e46567)

4.0.2

Features

  • include @​nrwl/angular for executors (830d79c)

4.0.1

Bug Fixes

  • migration handling resilience with config updates (fc9870a)

4.0.0

Features

  • focus: consider custom modals for demos (3210cb2)
  • migration for latest nx (b07021a)
  • nx and flavor updates (afa72d4)

3.0.3

Bug Fixes

  • remove-package handling (211395d)

3.0.1

Bug Fixes

... (truncated)

Changelog

Sourced from @​nativescript/plugin-tools's changelog.

5.0.3 (2022-12-28)

Bug Fixes

5.0.2 (2022-12-26)

Features

  • nx migrate 15.4.1, {N} 8.4, Angular 15 (#17) (1d32498)

4.1.1 (2022-09-17)

Bug Fixes

4.1.0 (2022-09-17)

Features

4.0.3 (2022-07-04)

Features

  • include @​nrwl/nx-cloud for executors (9e46567)

4.0.2 (2022-07-04)

Features

... (truncated)

Commits

Updates @nrwl/workspace from 11.5.1 to 15.8.9

Release notes

Sourced from @​nrwl/workspace's releases.

15.8.9

15.8.9 (2023-03-24)

Bug Fixes

15.8.8

15.8.8 (2023-03-23)

Bug Fixes

  • angular: fix wrong tsconfig option name in webpack-dev-server implementation (#15765) (cb0a2f1)
  • bundling: respect --sourcemap option for esbuild (#15778) (53ba54f)
  • core: add warning if running on an outdated global install (#15443) (91b7344)
  • core: combine serial and parallel execution + forward sigint to child process (#13885) (71b96cf)
  • core: fix broken path elevation in npm lockfile pruning (#15833) (c94c00d)
  • core: misc daemon fixes (#15472) (efd89aa)
  • core: move the daemon stop log out of client (#15783) (f85c2df)
  • nextjs: add missing express dependencies to next plugin (#15854) (f88cc40)
  • nextjs: add missing style deps for less and stylus (#15839) (54bc5ca)
  • nextjs: handle buildable libs correctly (#15795) (7c4f043)
  • nextjs: produce correct next.config.js file for production server (#15824) (cf785ef)
  • nextjs: set correct distDir when running production server through Nx (#15861) (867180c)
  • node: align proxy port with default api port (#15754) (b05f540)
  • nx-plugin: allow some customization when running nx-plugins (#15438) (7a57f59)

15.8.7

15.8.7 (2023-03-17)

Bug Fixes

  • angular: resolve browserTarget options correctly in webpack-dev-server (#15638) (5214ea9)
  • angular: throw error for invalid project name in withModuleFederation helper (#15694) (932ed44)
  • core: apply nxignore after gitignore (#15679) (996a690)
  • core: clear line escape code shouldn't erase prefix in output (#15674) (2b97817)
  • core: fix invalid yarn parser dependencies grouping key (#15647) (336ed03)
  • core: fix NX_TASK_TARGET_CONFIGURATION being set to 'null' (#15725) (143d8d3)
  • core: fix pnpm hoisted dependencies resolution with hoisted node-linker (#15594) (d0e831e)
  • core: handle missing package version on lockfile parsing (#15648) (699a355)
  • core: help text shouldn't include .js file extensions on windows (#15677) (17e4194)
  • core: ignore missing modules.yaml during postinstall (#15660) (cd35a0c)
  • core: include target and configuration being run in env variables (#15668) (27b0a29)
  • core: negative implicit dependencies should exclude statically detected dependencies (#15546) (4dd0d97)
  • core: nx migrate should accept tags other than latest and next for community packages (#15673) (47fdc35)
  • core: only perform pattern matching if file input doesn't exist (#15640) (f32eee9)
  • core: prevent running arbitrary code when attempting to detect plugin capabilities (#15676) (c3d5041)

... (truncated)

Commits
  • 7a57f59 fix(nx-plugin): allow some customization when running nx-plugins (#15438)
  • 138c920 fix(misc): move generator should null-check cypress props (#15436)
  • cb5b5b2 fix(misc): handle standalone repos when removing nested projects (#15609)
  • ba53770 fix(misc): ci workflow generator use correct default branch (#15487)
  • eb7c7bf fix(misc): restore tsconfig utils as deprecated in @​nrwl/workspace (#15409)
  • 92610fe chore(repo): update nx to 15.8.0-beta.7 (#15293)
  • ee3413b fix(misc): fix description for @​nrwl/workspace:fix-configuration (#15302)
  • 3d4f590 fix(core): do not add typescript in new empty repos (#15163)
  • 84fedf3 Revert "chore(repo): update nx to 15.8.0-beta.6" (#15274)
  • 3c50474 chore(repo): update nx to 15.8.0-beta.6 (#15247)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by nrwl-jason, a new releaser for @​nrwl/workspace since your current version.


You can trigger a rebase of this PR 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 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.
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 28, 2023
Bumps [axios](https://github.com/axios/axios) to 0.21.4 and updates ancestor dependencies [axios](https://github.com/axios/axios), [@nativescript/plugin-tools](https://github.com/NativeScript/plugin-tools) and [@nrwl/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace). These dependencies need to be updated together.


Updates `axios` from 0.21.1 to 0.21.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.4/CHANGELOG.md)
- [Commits](axios/axios@v0.21.1...v0.21.4)

Updates `@nativescript/plugin-tools` from 1.1.0 to 5.1.0
- [Release notes](https://github.com/NativeScript/plugin-tools/releases)
- [Changelog](https://github.com/NativeScript/plugin-tools/blob/main/CHANGELOG.md)
- [Commits](https://github.com/NativeScript/plugin-tools/commits)

Updates `@nrwl/workspace` from 11.5.1 to 15.8.9
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/15.8.9/packages/workspace)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: "@nativescript/plugin-tools"
  dependency-type: direct:development
- dependency-name: "@nrwl/workspace"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/axios-and-nativescript/plugin-tools-and-nrwl/workspace-0.21.4 branch from 43ea169 to ef0a7f5 Compare April 13, 2023 08:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants