Bumps axios to 1.6.2 and updates ancestor dependency jest-dev-server. These dependencies need to be updated together.
Updates axios from 0.25.0 to 1.6.2
Release notes
Sourced from axios's releases.
Release v1.6.2
Release notes:
Features
- withXSRFToken: added withXSRFToken option as a workaround to achieve the old
withCredentials behavior; (#6046) (cff9967)
PRs
- feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )
📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour.
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.
Contributors to this release
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
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
Contributors to this release
... (truncated)
Changelog
Sourced from axios's changelog.
1.6.2 (2023年11月14日)
Features
- withXSRFToken: added withXSRFToken option as a workaround to achieve the old
withCredentials behavior; (#6046) (cff9967)
PRs
- feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )
📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour.
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.
Contributors to this release
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
PRs
- feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )
📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour.
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.
1.6.0 (2023年10月26日)
Bug Fixes
... (truncated)
Commits
b3be365 chore(release): v1.6.2 (#6082)
8739acb chore(ci): removed redundant release action; (#6081)
bfa9c30 chore(docs): fix outdated grunt to npm scripts (#6073)
a2b0fb3 chore(docs): update README.md (#6048)
b12a608 chore(ci): removed paths-ignore filter; (#6080)
0c9d886 chore(ci): reworked ignoring files logic; (#6079)
30873ee chore(ci): add paths-ignore config to testing action; (#6078)
cff9967 feat(withXSRFToken): added withXSRFToken option as a workaround to achieve th...
7009715 chore(ci): fixed release notification action; (#6064)
7144f10 chore(ci): fixed release notification action; (#6063)
- Additional commits viewable in compare view
Updates jest-dev-server from 6.1.1 to 9.0.1
Release notes
Sourced from jest-dev-server's releases.
v9.0.1
Bug Fixes
v9.0.0
Bug Fixes
- expect-puppeteer: fix
addSnapshotSerializer usage (826fd31), closes #552
- jest-dev-server: no default host (c35e403)
- jest-dev-server: properly detect if port is used, using both config.port and config.host options. (351720a), closes #555
- types: fix environment global types (fb691f7)
- types: fix missing
jestPuppeteer global before setup (37e2294)
Features
BREAKING CHANGES
- drop Node.js v14 support
- jest-dev-server: default host is now
undefined instead of "localhost"
v8.0.6
Bug Fixes
v8.0.5
Bug Fixes
v8.0.4
Bug Fixes
... (truncated)
Changelog
Sourced from jest-dev-server's changelog.
9.0.1 (2023年10月01日)
Bug Fixes
9.0.0 (2023年05月24日)
Bug Fixes
- jest-dev-server: no default host (c35e403)
- jest-dev-server: properly detect if port is used, using both config.port and config.host options. (351720a), closes #555
Features
BREAKING CHANGES
- drop Node.js v14 support
- jest-dev-server: default host is now
undefined instead of "localhost"
8.0.5 (2023年03月09日)
Note: Version bump only for package jest-dev-server
8.0.3 (2023年03月07日)
Note: Version bump only for package jest-dev-server
... (truncated)
Commits
76ed6ee v9.0.1
5cfee1f fix: fix compatibility with Puppeteer v21 (#566)
e13d1dd v9.0.0
d7d9833 feat: drop Node.js v14 support
c35e403 fix(jest-dev-server): no default host
351720a fix(jest-dev-server): properly detect if port is used, using both config.port...
7becfaf chore: add ESLint plugins for Jest, TypeScript (#550)
05992b2 v8.0.5
3c388a2 chore: upgrade deps
d81bdfc docs(jest-dev-server): document default exports for global hooks
- 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 to 1.6.2 and updates ancestor dependency jest-dev-server. These dependencies need to be updated together.
Updates
axiosfrom 0.25.0 to 1.6.2Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
b3be365chore(release): v1.6.2 (#6082)8739acbchore(ci): removed redundant release action; (#6081)bfa9c30chore(docs): fix outdated grunt to npm scripts (#6073)a2b0fb3chore(docs): update README.md (#6048)b12a608chore(ci): removed paths-ignore filter; (#6080)0c9d886chore(ci): reworked ignoring files logic; (#6079)30873eechore(ci): add paths-ignore config to testing action; (#6078)cff9967feat(withXSRFToken): added withXSRFToken option as a workaround to achieve th...7009715chore(ci): fixed release notification action; (#6064)7144f10chore(ci): fixed release notification action; (#6063)Updates
jest-dev-serverfrom 6.1.1 to 9.0.1Release notes
Sourced from jest-dev-server's releases.
... (truncated)
Changelog
Sourced from jest-dev-server's changelog.
... (truncated)
Commits
76ed6eev9.0.15cfee1ffix: fix compatibility with Puppeteer v21 (#566)e13d1ddv9.0.0d7d9833feat: drop Node.js v14 supportc35e403fix(jest-dev-server): no default host351720afix(jest-dev-server): properly detect if port is used, using both config.port...7becfafchore: add ESLint plugins for Jest, TypeScript (#550)05992b2v8.0.53c388a2chore: upgrade depsd81bdfcdocs(jest-dev-server): document default exports for global hooksDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.