Skip to content

Commit

Permalink
update axios to latest version (#770)
Browse files Browse the repository at this point in the history
* update axios to latest version

* add changeset

* bump version and update changelog

* revert build changes
  • Loading branch information
mtuchi authored Oct 9, 2024
1 parent bb5c155 commit 866ed91
Show file tree
Hide file tree
Showing 16 changed files with 115 additions and 78 deletions.
6 changes: 6 additions & 0 deletions packages/dhis2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/language-dhis2

## 5.0.3

### Patch Changes

- 3fd13c2: Update axios to 1.7.7

## 5.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/dhis2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-dhis2",
"version": "5.0.2",
"version": "5.0.3",
"description": "DHIS2 Language Pack for OpenFn",
"homepage": "https://docs.openfn.org",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
],
"dependencies": {
"@openfn/language-common": "workspace:*",
"axios": "^0.24.0",
"axios": "^1.7.7",
"lodash": "^4.17.21",
"qs": "^6.11.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/godata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/language-godata

## 3.5.3

### Patch Changes

- 3fd13c2: Update axios to 1.7.7

## 3.5.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/godata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-godata",
"version": "3.5.2",
"version": "3.5.3",
"description": "An OpenFn adaptor for use with the WHO's GoData API",
"main": "dist/index.cjs",
"scripts": {
Expand All @@ -21,7 +21,7 @@
],
"dependencies": {
"@openfn/language-common": "^2.0.1",
"axios": "^0.21.2"
"axios": "^1.7.7"
},
"devDependencies": {
"@openfn/simple-ast": "0.4.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/mailchimp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/language-mailchimp

## 1.0.5

### Patch Changes

- 3fd13c2: Update axios to 1.7.7

## 1.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mailchimp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-mailchimp",
"version": "1.0.4",
"version": "1.0.5",
"description": "An OpenFn adaptor for use with Mailchimp",
"main": "dist/index.cjs",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@openfn/language-common": "workspace:*",
"axios": "^0.21.2",
"axios": "^1.7.7",
"md5": "^2.3.0",
"undici": "^5.28.4"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/openfn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/language-openfn

## 2.0.3

### Patch Changes

- 3fd13c2: Update axios to 1.7.7

## 2.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/openfn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-openfn",
"version": "2.0.2",
"version": "2.0.3",
"description": "An (experimental) adaptor for accessing the OpenFn web API",
"homepage": "https://docs.openfn.org",
"repository": {
Expand All @@ -26,7 +26,7 @@
],
"dependencies": {
"@openfn/language-common": "workspace:*",
"axios": "^0.21.1"
"axios": "^1.7.7"
},
"devDependencies": {
"@openfn/simple-ast": "^0.4.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/progres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/language-progres

## 1.4.5

### Patch Changes

- 3fd13c2: Update axios to 1.7.7

## 1.4.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/progres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-progres",
"version": "1.4.4",
"version": "1.4.5",
"description": "An OpenFn adaptor to work with UNHCR's ProGres case management system",
"homepage": "https://docs.openfn.org",
"repository": {
Expand All @@ -26,7 +26,7 @@
],
"dependencies": {
"@openfn/language-common": "1.15.1",
"axios": "^0.21.2"
"axios": "^1.7.7"
},
"devDependencies": {
"@openfn/simple-ast": "0.4.1",
Expand Down
1 change: 0 additions & 1 deletion packages/progres/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ describe('post', () => {
body: { a: 1 },
})
)(state).then(state => {
console.log(state);
let status = state.data.status;
let responseBody = state.data.data;
// Check that the post made it's way to the request as a string.
Expand Down
6 changes: 6 additions & 0 deletions packages/rapidpro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/language-rapidpro

## 1.1.4

### Patch Changes

- 3fd13c2: Update axios to 1.7.7

## 1.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rapidpro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-rapidpro",
"version": "1.1.3",
"version": "1.1.4",
"description": "A RapidPro adaptor for OpenFn",
"main": "dist/index.cjs",
"scripts": {
Expand All @@ -21,7 +21,7 @@
],
"dependencies": {
"@openfn/language-common": "1.15.1",
"axios": "^0.21.2"
"axios": "^1.7.7"
},
"devDependencies": {
"@openfn/simple-ast": "^0.3.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/salesforce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/language-salesforce

## 4.8.5

### Patch Changes

- 3fd13c2: Update axios to 1.7.7

## 4.8.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/salesforce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-salesforce",
"version": "4.8.4",
"version": "4.8.5",
"description": "Salesforce Language Pack for OpenFn",
"homepage": "https://docs.openfn.org",
"exports": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@openfn/language-common": "1.15.1",
"any-ascii": "^0.3.2",
"axios": "^0.21.4",
"axios": "^1.7.7",
"jsforce": "^1.11.1",
"lodash": "^4.17.21"
},
Expand Down
Loading

0 comments on commit 866ed91

Please sign in to comment.