electron-learn
electron-learn copied to clipboard
Bump axios and wait-on
Bumps axios to 1.1.3 and updates ancestor dependency wait-on. These dependencies need to be updated together.
Updates axios from 0.21.1 to 1.1.3
Release notes
Sourced from axios's releases.
v1.1.3
Added
Added custom params serializer support #5113
Fixed
Fixed top-level export to keep them in-line with static properties #5109 Stopped including null values to query string. #5108 Restored proxy config backwards compatibility with 0.x #5097 Added back AxiosHeaders in AxiosHeaderValue #5103 Pin CDN install instructions to a specific version #5060 Handling of array values fixed for AxiosHeaders #5085
Chores
docs: match badge style, add link to them #5046 chore: fixing comments typo #5054 chore: update issue template #5061 chore: added progress capturing section to the docs; #5084
Contributors to this release
- Jason Saayman
- scarf
- Lenz Weber-Tronic
- Arvindh
- Félix Legrelle
- Patrick Petrovic
- Dmitriy Mozgovoy
- littledian
- ChronosMasterOfAllTime
- Salman Shaikh
v1.1.2
Fixed
- Fixed broken exports for UMD builds.
Contributors to this release
v1.1.1
Fixed
- Fixed broken exports for common js. This fix breaks a prior fix, I will fix both issues ASAP but the commonJS use is more impactful.
Contributors to this release
... (truncated)
Changelog
Sourced from axios's changelog.
[1.1.3] - 2022-10-15
Added
- Added custom params serializer support #5113
Fixed
- Fixed top-level export to keep them in-line with static properties #5109
- Stopped including null values to query string. #5108
- Restored proxy config backwards compatibility with 0.x #5097
- Added back AxiosHeaders in AxiosHeaderValue #5103
- Pin CDN install instructions to a specific version #5060
- Handling of array values fixed for AxiosHeaders #5085
Chores
- docs: match badge style, add link to them #5046
- chore: fixing comments typo #5054
- chore: update issue template #5061
- chore: added progress capturing section to the docs; #5084
Contributors to this release
Commits
9bd5321chore: release 1.1.3b0ebf9fFix: Don't add null values to query string. (#5108)ef1c48afix: eep top-level export same with static properties (#5109)9d4b016feat: added custom params serializer support; (#5113)ed19414fix: addedAxiosHeadersinAxiosHeaderValue(#5103)717f476fix: restore proxy config backwards compatibility with 0.x (#5097)83454a5chore: added progress capturing section to the docs; (#5084)e7b3f55chore: update issue template (#5061)eedd9aachore: fixing comments typo (#5054)110ae9afix: handling of array values for AxiosHeaders (#5085)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jasonsaayman, a new releaser for axios since your current version.
Updates wait-on from 5.0.1 to 5.3.0
Release notes
Sourced from wait-on's releases.
v5.3.0
Allow resources to be passed in via config file. Thanks
@michaelmerrillfor the PR.Example config.js file with resources
module.exports = { resources: ['http://localhost:8123', 'http://localhost:8123/foo'], };v5.2.2
Updated [email protected]
Updated lodash dependency to close vulnerability
v5.2.1
Update dependencies
v5.2.0
- expose the remaining resources in the timeout error message (thanks
@jmealo)- update from the deprecated
@hapi/joitojoi(thanks@AleF83)v5.1.0
Add proxy option which can override the http(s) proxy which might be configured in environment variables.
- opts.proxy: undefined, false, or object as defined in axios. Default is undefined. If not set (undefined) axios detects proxy from env vars http_proxy and https_proxy. https://github.com/axios/axios#config-defaults
// example proxy object { host: '127.0.0.1', port: 9000, auth: { username: 'mikeymike', password: 'rapunz3l' } }v5.0.3
update to [email protected]
v5.0.2
[email protected] update which resolved some potential lodash vulnerabilities
Commits
d82e7c45.3.00465c09Merge pull request #94 from jeffbski/allow-config-resources852c7e45.2.25bb116fMerge pull request #91 from jeffbski/snyk-fix-637cc7b2e8b58ae57d802c3ddd1453de4d2e6d9indicate that resources can now be provided in config7221b39fix: package.json & package-lock.json to reduce vulnerabilities211b0aeformatting7e9618dallow resources to be specified in configdb0d080Merge branch 'patch-1' of https://github.com/michaelmerrill/wait-on into allo...546f1bf5.2.1- 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 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 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.