Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump axios and @nrwl/nx-cloud #14

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2023

Bumps axios to 1.6.1 and updates ancestor dependency @nrwl/nx-cloud. These dependencies need to be updated together.

Updates axios from 1.4.0 to 1.6.1

Release notes

Sourced from axios's releases.

Release v1.6.1

Release notes:

Bug Fixes

  • formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
  • platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)

Contributors to this release

Release v1.6.0

Release notes:

Bug Fixes

PRs

  • CVE 2023 45857 ( #6028 )

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

Contributors to this release

Release v1.5.1

Release notes:

Bug Fixes

  • adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
  • formdata: fixed automatic addition of the Content-Type header for FormData in non-browser environments; (#5917) (bc9af51)
  • headers: allow content-encoding header to handle case-insensitive values (#5890) (#5892) (4c89f25)
  • types: removed duplicated code (9e62056)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.6.1 (2023-11-08)

Bug Fixes

  • formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
  • platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)

Contributors to this release

1.6.0 (2023-10-26)

Bug Fixes

PRs

  • CVE 2023 45857 ( #6028 )

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

Contributors to this release

1.5.1 (2023-09-26)

Bug Fixes

  • adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
  • formdata: fixed automatic addition of the Content-Type header for FormData in non-browser environments; (#5917) (bc9af51)
  • headers: allow content-encoding header to handle case-insensitive values (#5890) (#5892) (4c89f25)
  • types: removed duplicated code (9e62056)

Contributors to this release

... (truncated)

Commits
  • f6d2cf9 chore(ci): fix publish action content permission; (#6061)
  • a22f4b9 chore(release): v1.6.1 (#6060)
  • cb8bb2b chore(ci): Publish to NPM with provenance (#5835)
  • 37cbf92 chore(ci): added labeling and notification for published PRs; (#6059)
  • dd465ab fix(formdata): fixed content-type header normalization for non-standard brows...
  • 3dc8369 fix(platform): fixed emulated browser detection in node.js environment; (#6055)
  • f7adacd chore(release): v1.6.0 (#6031)
  • 9917e67 chore(ci): fix release-it arg; (#6032)
  • 96ee232 fix(CSRF): fixed CSRF vulnerability CVE-2023-45857 (#6028)
  • 7d45ab2 chore(tests): fixed tests to pass in node v19 and v20 with keep-alive enabl...
  • Additional commits viewable in compare view

Updates @nrwl/nx-cloud from 15.1.0 to 16.5.2

Release notes

Sourced from @​nrwl/nx-cloud's releases.

16.5.2

16.5.2 (2023-07-13)

Bug Fixes

  • core: remove throttle from watch (#18077) (f8a4eaa)
  • core: use concat in buildAllWorkspaceFiles to avoid Maximum call stack size exceeded (#18065) (eba235b)
  • linter: skip verifying deps of deps by default in package.json (#18058) (d36f055)
  • misc: prompt for workspace name when creating it using nx init (#18079) (2093ccc)
  • storybook: change storybook tsconfig path in eslint file too (#18101) (12aa582)

16.5.1

16.5.1 (2023-07-10)

Bug Fixes

  • angular: automatically skip remotes not in the current workspace #17473 (#17497) (0d04949)
  • angular: explicitly depend on find-cache-dir to avoid npm resolution conflict (#18049) (13aa3be)
  • bundling: update the browsers for es5 terser check (#17784) (ea28f16)
  • core: add license information for native packages (#17964) (a496ef9)
  • core: add missing perf_hooks import in tasks-runner/cache (#18043) (f525ba3)
  • core: ensure external dependency hashes are resolved in a deterministic way (#17926) (699af69)
  • core: ensure yarn runs install with correct version (#17997) (802243e)
  • core: handle undefined target defaults (#18044) (5e8f9f4)
  • js: add watchIgnore and runBuildTargetDependencies options to speed up build (#17953) (b39cafa)
  • js: ignore dependencies from non-index root files for create-package-json (#17930) (ed22afe)
  • js: post-process skipped tasks by the ts compiler in tsc batch implementation (#17938) (f9a615b)
  • js: remove duplicate alias (#17978) (97ce47a)
  • js: restore registry for only localhost (#17999) (9e448fe)
  • nextjs: Update @​types/react version for yarn resolution (#18028) (25263f7)
  • storybook: dont throw if no project-level tsconfig (#18027) (1a0e65a)
  • storybook: optional chain .length in utils (#18001) (b1a8917)
  • storybook: properly identify file as story (#18016) (0c480fd)

Features

  • vite: pin Vite version range to patch releases only to avoid conflicts with Angular (#18010) (0e15bea)

16.5.0

16.5.0 (2023-07-05)

Bug Fixes

  • bundling: separate image and font resources so they do not conflict (#17763) (9c0c30e)
  • core: fix globbing in rust (#17803) (38101fd)
  • misc: prevent unexpected targets from root package.json when setting up root project (#17805) (c6ad657)

... (truncated)

Commits
  • 9282739 chore(misc): publish 16.5.2
  • 12aa582 fix(storybook): change storybook tsconfig path in eslint file too (#18101)
  • 2093ccc fix(misc): prompt for workspace name when creating it using nx init (#18079)
  • d36f055 fix(linter): skip verifying deps of deps by default in package.json (#18058)
  • eba235b fix(core): use concat in buildAllWorkspaceFiles to avoid Maximum call stack s...
  • f8a4eaa fix(core): remove throttle from watch (#18077)
  • 7b7f1e7 chore(misc): publish 16.5.1
  • f525ba3 fix(core): add missing perf_hooks import in tasks-runner/cache (#18043)
  • 5e8f9f4 fix(core): handle undefined target defaults (#18044)
  • 13aa3be fix(angular): explicitly depend on find-cache-dir to avoid npm resolution con...
  • 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 <dependency name> 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.

Bumps [axios](https://github.com/axios/axios) to 1.6.1 and updates ancestor dependency [@nrwl/nx-cloud](https://github.com/nrwl/nx). These dependencies need to be updated together.


Updates `axios` from 1.4.0 to 1.6.1
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.4.0...v1.6.1)

Updates `@nrwl/nx-cloud` from 15.1.0 to 16.5.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](nrwl/nx@15.1.0...16.5.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: "@nrwl/nx-cloud"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 10, 2023
@guimard guimard merged commit 8ed87c3 into master Nov 11, 2023
1 of 3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/axios-and-nrwl/nx-cloud-1.6.1 branch November 11, 2023 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant