|
Ran
|
Jobs
0
|
Files
0
|
Run time
–
|
Badge
README BADGES
|
push
github
Bump axios from 0.30.3 to 0.32.0 (#12447) (#12568) * Bump axios from 0.30.3 to 0.32.0 Bumps [axios](https://github.com/axios/axios) from 0.30.3 to 0.32.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.30.3...v0.32.0) --- updated-dependencies: - dependency-name: axios dependency-version: 0.32.0 dependency-type: direct:production ... * Fix axios 0.32.0 compatibility with axios-mock-adapter and test assertions - postInstall.js: patch axios-mock-adapter handle_request.js to use optional chaining on config.headers.constructor, which is null-prototype in axios 0.32.0 (fixes TypeError crash in 373 tests) - RuleService tests: spread config.params before toEqual comparison to convert null-prototype object to plain object (fixes 7 test failures) - RuleService tests: add .catch(e => done(e)) to tests missing it to surface failures as errors instead of silent timeouts * Fix axios 0.32.0 null-prototype params in GeoNode, GeoStore, ResourcesCatalog tests Spread config.params/{data.params} before toEqual to convert null-prototype objects (introduced by axios 0.32.0) to plain objects for expect@1.20.1 compatibility. * Apply suggestion from @dsuren1 --------- (cherry picked from commit 672b54a50) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Tobia Di Pisa <tobia.dipisa@geosolutionsgroup.com> Co-authored-by: Suren <dsuren1@gmail.com>