Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Commit 704db78

Browse files
authored
Merge pull request #269 from data-provider/release
Axios 5.0.2
2 parents 820ecc2 + 11a675b commit 704db78

File tree

16 files changed

+1615
-1179
lines changed

16 files changed

+1615
-1179
lines changed

.github/workflows/affected-projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
main-branch-name: ${{github.event.pull_request.base.ref}}
1616
- name: Install pnpm
17-
uses: pnpm/action-setup@v2.2.1
17+
uses: pnpm/action-setup@v2.2.2
1818
with:
1919
version: "6.x"
2020
- name: Use Node.js

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
main-branch-name: ${{github.event.pull_request.base.ref}}
2222
- name: Install pnpm
23-
uses: pnpm/action-setup@v2.2.1
23+
uses: pnpm/action-setup@v2.2.2
2424
with:
2525
version: "6.x"
2626
- name: Use Node.js
@@ -63,7 +63,7 @@ jobs:
6363
- name: Checkout
6464
uses: actions/checkout@v3
6565
- name: Install pnpm
66-
uses: pnpm/action-setup@v2.2.1
66+
uses: pnpm/action-setup@v2.2.2
6767
with:
6868
version: "6.x"
6969
- name: Use Node.js
@@ -109,7 +109,7 @@ jobs:
109109
path: "workspace.json"
110110
prop_path: "projects.${{matrix.projectName}}"
111111
- name: Install pnpm
112-
uses: pnpm/action-setup@v2.2.1
112+
uses: pnpm/action-setup@v2.2.2
113113
with:
114114
version: "6.x"
115115
- name: Use Node.js
@@ -148,7 +148,7 @@ jobs:
148148
run: pnpm run project:coverage:to-workspace -- --project ${{ matrix.projectName }}
149149
- name: Upload coverage to Codecov
150150
if: steps.check-coverage.outputs.files_exists == 'true'
151-
uses: codecov/codecov-action@v2
151+
uses: codecov/codecov-action@v3
152152
with:
153153
directory: ./${{steps.get-project-path.outputs.prop}}/coverage
154154
fail_ci_if_error: false
@@ -214,7 +214,7 @@ jobs:
214214
- name: Checkout
215215
uses: actions/checkout@v3
216216
- name: Install pnpm
217-
uses: pnpm/action-setup@v2.2.1
217+
uses: pnpm/action-setup@v2.2.2
218218
with:
219219
version: "6.x"
220220
- name: Use Node.js

.github/workflows/check-affected.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
main-branch-name: ${{github.event.pull_request.base.ref}}
1818
- name: Install pnpm
19-
uses: pnpm/action-setup@v2.2.1
19+
uses: pnpm/action-setup@v2.2.2
2020
with:
2121
version: "6.x"
2222
- name: Use Node.js

.github/workflows/publish-to-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v3
1010
- name: Install pnpm
11-
uses: pnpm/action-setup@v2.2.1
11+
uses: pnpm/action-setup@v2.2.2
1212
with:
1313
version: "6.x"
1414
- uses: actions/setup-node@v3

.github/workflows/publish-to-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v3
1010
- name: Install pnpm
11-
uses: pnpm/action-setup@v2.2.1
11+
uses: pnpm/action-setup@v2.2.2
1212
with:
1313
version: "6.x"
1414
- uses: actions/setup-node@v3

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"graph": "nx graph"
2525
},
2626
"devDependencies": {
27-
"@babel/core": "7.18.13",
28-
"@babel/eslint-parser": "7.18.9",
27+
"@babel/core": "7.20.5",
28+
"@babel/eslint-parser": "7.19.1",
2929
"@babel/plugin-syntax-flow": "7.18.6",
30-
"@babel/plugin-transform-react-jsx": "7.18.10",
31-
"@babel/preset-env": "7.18.10",
30+
"@babel/plugin-transform-react-jsx": "7.19.0",
31+
"@babel/preset-env": "7.20.2",
3232
"@babel/preset-react": "7.18.6",
3333
"@babel/preset-typescript": "7.18.6",
34-
"@cypress/webpack-preprocessor": "5.12.2",
35-
"@mocks-server/admin-api-paths": "3.0.0",
34+
"@cypress/webpack-preprocessor": "5.15.6",
35+
"@mocks-server/admin-api-paths": "3.0.1",
3636
"@mocks-server/main": "3.11.0",
3737
"@nrwl/cli": "13.8.3",
3838
"@nrwl/eslint-plugin-nx": "13.8.3",
@@ -42,57 +42,57 @@
4242
"@rollup/plugin-commonjs": "22.0.2",
4343
"@rollup/plugin-json": "4.1.0",
4444
"@rollup/plugin-node-resolve": "13.3.0",
45-
"@stryker-mutator/core": "6.1.2",
46-
"@stryker-mutator/jest-runner": "6.1.2",
47-
"@testing-library/cypress": "8.0.3",
45+
"@stryker-mutator/core": "6.3.0",
46+
"@stryker-mutator/jest-runner": "6.3.0",
47+
"@testing-library/cypress": "8.0.7",
4848
"@testing-library/jest-dom": "5.16.5",
49-
"@testing-library/react": "12.1.2",
49+
"@testing-library/react": "12.1.5",
5050
"@typescript-eslint/parser": "5.36.0",
5151
"babel-jest": "27.5.1",
5252
"babel-loader": "8.2.5",
5353
"babel-plugin-module-resolver": "4.1.0",
5454
"babel-polyfill": "6.26.0",
55-
"commander": "9.4.0",
55+
"commander": "9.4.1",
5656
"cross-env": "7.0.3",
5757
"cross-fetch": "3.1.5",
5858
"cross-spawn": "7.0.3",
5959
"cypress": "9.7.0",
60-
"cypress-fail-fast": "3.4.1",
60+
"cypress-fail-fast": "6.0.0",
6161
"deepmerge": "4.2.2",
62-
"eslint": "8.23.0",
62+
"eslint": "8.29.0",
6363
"eslint-config-prettier": "8.5.0",
6464
"eslint-plugin-prettier": "4.2.1",
65-
"fs-extra": "10.1.0",
65+
"fs-extra": "11.1.0",
6666
"handlebars": "4.7.7",
67-
"husky": "8.0.1",
67+
"husky": "8.0.2",
6868
"is-ci": "3.0.1",
6969
"is-promise": "4.0.0",
7070
"jest": "27.5.1",
7171
"json-server": "0.17.0",
7272
"lint-staged": "13.0.3",
7373
"lodash": "4.17.21",
74-
"prettier": "2.7.1",
74+
"prettier": "2.8.1",
7575
"prop-types": "15.8.1",
7676
"react": "18.2.0",
7777
"react-app-rewired": "2.2.1",
7878
"react-dom": "18.2.0",
79-
"react-redux": "8.0.2",
79+
"react-redux": "8.0.5",
8080
"react-scripts": "5.0.1",
8181
"react-test-renderer": "18.2.0",
8282
"redux": "4.2.0",
83-
"regenerator-runtime": "0.13.9",
83+
"regenerator-runtime": "0.13.11",
8484
"request": "2.88.2",
8585
"request-promise": "4.2.6",
8686
"rollup": "2.78.1",
8787
"rollup-plugin-terser": "7.0.2",
88-
"serve": "14.0.1",
89-
"sinon": "14.0.0",
90-
"start-server-and-test": "1.14.0",
88+
"serve": "14.1.2",
89+
"sinon": "15.0.0",
90+
"start-server-and-test": "1.15.1",
9191
"strip-ansi": "6.0.0",
9292
"tree-kill": "1.2.2",
93-
"typescript": "4.8.2",
93+
"typescript": "4.9.4",
9494
"wait-on": "6.0.1",
95-
"webpack": "5.74.0"
95+
"webpack": "5.75.0"
9696
},
9797
"lint-staged": {
9898
"packages/**/*.js": "eslint",

packages/axios/.babelrc

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/axios/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
### Removed
1212
### BREAKING CHANGES
1313

14+
## [5.0.2] - 2022-12-08
15+
16+
### Changed
17+
- chore(deps): Update axios-retry to 1.2.1
18+
- chore(deps): Update query-string to 7.1.3
19+
1420
## [5.0.1] - 2022-08-30
1521

1622
### Changed

packages/axios/babel.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
presets: [["@babel/preset-env"]],
3+
};

packages/axios/jest.config.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,8 @@ module.exports = {
2929

3030
// The glob patterns Jest uses to detect test files
3131
testMatch: ["<rootDir>/test/**/?(*.)+(spec|test).js?(x)"],
32-
// testMatch: ["<rootDir>/test/methods.spec.js"],
33-
34-
transform: {
35-
".js$": "babel-jest",
36-
},
37-
38-
setupFiles: ["<rootDir>/jest.init.js"],
32+
// testMatch: ["<rootDir>/test/selectors.spec.js"],
33+
transformIgnorePatterns: ["<rootDir>/node_modules/.pnpm/(?!(axios)@)", "\\.pnp\\.[^\\/]+$"],
3934

4035
testSequencer: "<rootDir>/jest.testSequencer.js",
4136
};

0 commit comments

Comments
 (0)