Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2025

Bumps axios to 1.13.1 and updates ancestor dependencies axios, parse-server and @nrwl/nx-cloud. These dependencies need to be updated together.

Updates axios from 0.21.4 to 1.13.1

Release notes

Sourced from axios's releases.

Release v1.13.1

Release notes:

Bug Fixes

  • http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#7193) (bcd5581)

Contributors to this release

Release v1.13.0

Release notes:

Bug Fixes

  • fetch: prevent TypeError when config.env is undefined (#7155) (015faec)
  • resolve issue #7131 (added spacing in mergeConfig.js) (#7133) (9b9ec98)

Features

Contributors to this release

Release v1.12.2

Release notes:

Bug Fixes

  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#7030) (cf78825)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.13.1 (2025-10-28)

Bug Fixes

  • http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#7193) (bcd5581)

Contributors to this release

1.13.0 (2025-10-27)

Bug Fixes

  • fetch: prevent TypeError when config.env is undefined (#7155) (015faec)
  • resolve issue #7131 (added spacing in mergeConfig.js) (#7133) (9b9ec98)

Features

Contributors to this release

1.12.2 (2025-09-14)

Bug Fixes

... (truncated)

Commits
  • 1ef8e72 chore(release): v1.13.1 (#7194)
  • bcd5581 fix(http): fixed a regression that caused the data stream to be interrupted f...
  • c9b3371 chore: enhance styling and responsiveness in client.html (#7173)
  • 9ead04d [Release] v1.13.0 (#7189)
  • d000fbf fix(http2): fix possible race condition when handling http2 stream on almost ...
  • 08db960 docs: added example for improved network error handling (with Wrapper/Middlew...
  • 46e1981 refactor: form data handling in index.html (#7170)
  • 889f8ef docs: fix mismatched return type (#7172)
  • 7b197ef fix: sandbox ui updated (#7175)
  • 6dff629 chore: fix typos in examples (#7166)
  • Additional commits viewable in compare view

Updates parse-server from 4.5.0 to 8.2.5

Release notes

Sourced from parse-server's releases.

8.2.5

8.2.5 (2025-10-02)

Bug Fixes

8.2.5-alpha.1

8.2.5-alpha.1 (2025-09-21)

Bug Fixes

8.2.4

8.2.4 (2025-09-01)

Bug Fixes

  • Security upgrade form-data from 4.0.3 to 4.0.4 (#9829) (c2c593f)

8.2.4-alpha.1

8.2.4-alpha.1 (2025-08-02)

Bug Fixes

  • Security upgrade form-data from 4.0.3 to 4.0.4 (#9829) (c2c593f)

8.2.3

8.2.3 (2025-08-01)

Bug Fixes

  • MongoDB aggregation pipeline with $dateSubtract from $$NOW returns no results (#9822) (847a274)

8.2.3-alpha.1

8.2.3-alpha.1 (2025-07-13)

Bug Fixes

  • MongoDB aggregation pipeline with $dateSubtract from $$NOW returns no results (#9822) (847a274)

8.2.2

8.2.2 (2025-07-10)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by parseadmin, a new releaser for parse-server since your current version.


Updates @nrwl/nx-cloud from 13.1.6 to 19.1.0

Commits
  • 9d6e5ad fix(linter): move eslint to peerDependencies and allow eslint 9 (#26013)
  • d7cd6a2 chore(repo): update nx to 19.1.0-beta.4 (#25989)
  • be6453c fix(linter): migrate no-extra-semi rules into user config, out of nx extendab...
  • 10f97b9 fix(core): use current user when hashing native file & enable setting its dir...
  • 61e4ab2 fix(core): use zkochan/js-yaml directly to avoid false audit errors (#25999)
  • 12c6a73 fix(core): cache getting the package manager to the module scope (#25992)
  • 95cea78 chore(release): fix e2e test project configuration (#25984)
  • affb98b chore(repo): update nx to 19.1.0-beta.3 (#25981)
  • a4a185f fix(misc): various inference plugins caching should track changes (#23315)
  • 445916f feat(testing): remove --watch=false from inferred vitest targets to keep thin...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by altan-nrwl, a new releaser for @​nrwl/nx-cloud 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 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 30, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-7274b0ceb4 branch from 81126c1 to 4ead4c2 Compare October 30, 2025 13:43
Bumps [axios](https://github.com/axios/axios) to 1.13.1 and updates ancestor dependencies [axios](https://github.com/axios/axios), [parse-server](https://github.com/parse-community/parse-server) and [@nrwl/nx-cloud](https://github.com/nrwl/nx). These dependencies need to be updated together.


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

Updates `parse-server` from 4.5.0 to 8.2.5
- [Release notes](https://github.com/parse-community/parse-server/releases)
- [Changelog](https://github.com/parse-community/parse-server/blob/alpha/CHANGELOG.md)
- [Commits](parse-community/parse-server@4.5.0...8.2.5)

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

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.1
  dependency-type: indirect
- dependency-name: parse-server
  dependency-version: 8.2.5
  dependency-type: direct:production
- dependency-name: "@nrwl/nx-cloud"
  dependency-version: 19.1.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-7274b0ceb4 branch from 4ead4c2 to ca19353 Compare October 30, 2025 14:03
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants