sirix-web-frontend
sirix-web-frontend copied to clipboard
Bump axios-debug-log from 0.6.2 to 0.7.0
Bumps axios-debug-log from 0.6.2 to 0.7.0.
Release notes
Sourced from axios-debug-log's releases.
v0.7.0
- Drop supports of
- node < 8 (boron)
- axios < 0.17.0
- Fix incorrect URL logging with
config.baseURL, do not just log theconfig.url
- Manually build and cache final URL in request interceptor
- Use cached final URL in response interceptor
- Drop esModule dependency in TypeScript typing, users are able choose either
import config, { addLogger } from 'axios-debug-log'with--esModuleInteropimport config = require('axios-debug-log'); const { addLogger } = config;without--esModuleInterop
Commits
34d1dfc0.7.024938afOnly pack useful filesb8f54dcRemove babel esModule familyf9eaffctypo: should logging -> should log2e61b3cCI: display axios version before test3119febCI: test Erbium299c0bcDrop axios@<0.17.0 support0431eb8Fix incorrect baseURL logging7d29d83chore(package): update sinon to version 9.0.076ce5d1Split coverage scripts- 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@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)