Title: Bump axios and browser-sync by dependabot[bot] · Pull Request #7 · feelingstack/feelingstack.github.io · GitHub
Open Graph Title: Bump axios and browser-sync by dependabot[bot] · Pull Request #7 · feelingstack/feelingstack.github.io
X Title: Bump axios and browser-sync by dependabot[bot] · Pull Request #7 · feelingstack/feelingstack.github.io
Description: Bumps axios to 0.21.4 and updates ancestor dependency browser-sync. These dependencies need to be updated together. Updates axios from 0.19.0 to 0.21.4 Release notes Sourced from axios's releases. v0.21.4 Fixes and Functionality: Fixing JSON transform when data is stringified. Providing backward compatibility and complying to the JSON RFC standard (#4020) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: Guillaume Fortaine Yusuke Kawasaki Dmitriy Mozgovoy v0.21.3 Fixes and Functionality: Fixing response interceptor not being called when request interceptor is attached (#4013) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: Julian Hollmann v0.21.2 Fixes and Functionality: Updating axios requests to be delayed by pre-emptive promise creation (#2702) Adding "synchronous" and "runWhen" options to interceptors api (#2702) Updating of transformResponse (#3377) Adding ability to omit User-Agent header (#3703) Adding multiple JSON improvements (#3688, #3763) Fixing quadratic runtime and extra memory usage when setting a maxContentLength (#3738) Adding parseInt to config.timeout (#3781) Adding custom return type support to interceptor (#3783) Adding security fix for ReDoS vulnerability (#3980) Internal and Tests: Updating build dev dependancies (#3401) Fixing builds running on Travis CI (#3538) Updating follow rediect version (#3694, #3771) Updating karma sauce launcher to fix failing sauce tests (#3712, #3717) Updating content-type header for application/json to not contain charset field, according do RFC 8259 (#2154) Fixing tests by bumping karma-sauce-launcher version (#3813) Changing testing process from Travis CI to GitHub Actions (#3938) Documentation: Updating documentation around the use of AUTH_TOKEN with multiple domain endpoints (#3539) Remove duplication of item in changelog (#3523) Fixing gramatical errors (#2642) Fixing spelling error (#3567) Moving gitpod metion (#2637) Adding new axios documentation website link (#3681, #3707) Updating documentation around dispatching requests (#3772) ... (truncated) Changelog Sourced from axios's changelog. 0.21.4 (September 6, 2021) Fixes and Functionality: Fixing JSON transform when data is stringified. Providing backward compatability and complying to the JSON RFC standard (#4020) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: Jay Guillaume Fortaine Yusuke Kawasaki Dmitriy Mozgovoy 0.21.3 (September 4, 2021) Fixes and Functionality: Fixing response interceptor not being called when request interceptor is attached (#4013) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: Jay Julian Hollmann 0.21.2 (September 4, 2021) Fixes and Functionality: Updating axios requests to be delayed by pre-emptive promise creation (#2702) Adding "synchronous" and "runWhen" options to interceptors api (#2702) Updating of transformResponse (#3377) Adding ability to omit User-Agent header (#3703) Adding multiple JSON improvements (#3688, #3763) Fixing quadratic runtime and extra memory usage when setting a maxContentLength (#3738) Adding parseInt to config.timeout (#3781) Adding custom return type support to interceptor (#3783) Adding security fix for ReDoS vulnerability (#3980) Internal and Tests: Updating build dev dependancies (#3401) Fixing builds running on Travis CI (#3538) Updating follow rediect version (#3694, #3771) Updating karma sauce launcher to fix failing sauce tests (#3712, #3717) Updating content-type header for application/json to not contain charset field, according do RFC 8259 (#2154) Fixing tests by bumping karma-sauce-launcher version (#3813) Changing testing process from Travis CI to GitHub Actions (#3938) Documentation: Updating documentation around the use of AUTH_TOKEN with multiple domain endpoints (#3539) Remove duplication of item in changelog (#3523) ... (truncated) Commits 66c4602 Merge branch 'master' into release/0.21.4 fc15665 [Releasing] v0.21.4 c2714f0 [Updating] incorrect JSON syntax in README.md 0fc7248 fix json transform when data is pre-stringified (#4020) 90205f8 Change headers type to string record (#3021) 92b29d2 Make the default type of response data never (#3002) 4eeb3b1 Improved type-safety for AxiosRequestConfig (#2995) cd7ff04 Adding HTTP status code to error.toJSON (#2956) b5a1a67 Adding nodejs http.request option: insecureHTTPParser (#2930) 4f25380 Exposing the Axios constructor in index.d.ts (#2872) 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 browser-sync from 2.26.7 to 2.29.1 Release notes Sourced from browser-sync's releases. The one that restores IE11 support 💪 What's Changed fix ie11 by @shakyShane in BrowserSync/browser-sync#2024 esbuild does not support down-level transpiling as far as IE11 - so when I switched to it, it accidentally broke IE11 support 😢 This is an important issue for me - many devs that support old browsers like IE11 are doing so because their projects are used in public services, or internal applications. Not every developer out there has the luxury of supporting evergreen-only browsers. So, IE11 will work once again 🎉. Please use the issues thread to make me aware of any problem that's preventing you from using Browsersync in your day job 💪 (and be sure to thumbs-up the issues you want to see resolved) # IE11 works, again npm install browser-sync@latest Full Changelog: BrowserSync/browser-sync@v2.28.3...v2.29.0 the one that finally removes document.write What's Changed browser-sync-2017 use chalk everywhere by @shakyShane in BrowserSync/browser-sync#2018 fix: remove document.write by @shakyShane in BrowserSync/browser-sync#2019 Full Changelog: BrowserSync/browser-sync@v2.27.12...v2.28.0 2.27.9 What's Changed fix(cli): Where's the command help? fixes #1929 by @shakyShane in BrowserSync/browser-sync#1945 A bug prevented the help output from displaying - it was introduced when the CLI parser yargs was updated, and is now fixed :) Full Changelog: BrowserSync/browser-sync@v2.27.8...v2.27.9 2.27.8 This release upgrades Socket.io (client+server) to the latest versions - solving the following issues, and silencing security warning :) PR: BrowserSync/browser-sync@58ab4ab Resolved Issues: BrowserSync/browser-sync#1850 BrowserSync/browser-sync#1892 BrowserSync/browser-sync#1925 BrowserSync/browser-sync#1926 BrowserSync/browser-sync#1933 ... (truncated) Commits 6ffc212 v2.29.1 7b07798 v2.29.1-alpha.0 497f216 remove client deps bed04d4 v2.29.0 87421b5 fix: ie11 support (#2024) 59eb01a v2.28.3 3fd2720 v2.28.2 8487a85 bump logger (#2026) a841795 chalk as main dep - fixes #2021 (#2025) 9ea395f v2.28.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 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 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.
Open Graph Description: Bumps axios to 0.21.4 and updates ancestor dependency browser-sync. These dependencies need to be updated together. Updates axios from 0.19.0 to 0.21.4 Release notes Sourced from axios's relea...
X Description: Bumps axios to 0.21.4 and updates ancestor dependency browser-sync. These dependencies need to be updated together. Updates axios from 0.19.0 to 0.21.4 Release notes Sourced from axios's r...
Opengraph URL: https://github.com/feelingstack/feelingstack.github.io/pull/7
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:5c44a502-48c4-6381-f97c-18b32018f674 |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | A994:3C7808:298DADA:37939C0:69742D1C |
| html-safe-nonce | b4f8befe1e8e85c45e544e1eadb14bf2ea5a110ce8964bffa4d1ac78ef6e6451 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBOTk0OjNDNzgwODoyOThEQURBOjM3OTM5QzA6Njk3NDJEMUMiLCJ2aXNpdG9yX2lkIjoiNTc4MDQ3OTM3ODg3NzMyODY2OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 4b5f6c4dec53926dc6b53c130271f8a55e6e0e6630b10da57cef4de3e58d70f7 |
| hovercard-subject-tag | pull_request:1340991460 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/feelingstack/feelingstack.github.io/pull/7/checks |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps axios to 0.21.4 and updates ancestor dependency browser-sync. These dependencies need to be updated together. Updates axios from 0.19.0 to 0.21.4 Release notes Sourced from axios's relea... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | f0c542b740cf8c6c6deff23a0eeffd05a0e8bd35565559ca5ec1535bcbb67e5c |
| turbo-cache-control | no-preview |
| go-import | github.com/feelingstack/feelingstack.github.io git https://github.com/feelingstack/feelingstack.github.io.git |
| octolytics-dimension-user_id | 19234002 |
| octolytics-dimension-user_login | feelingstack |
| octolytics-dimension-repository_id | 219646613 |
| octolytics-dimension-repository_nwo | feelingstack/feelingstack.github.io |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 219646613 |
| octolytics-dimension-repository_network_root_nwo | feelingstack/feelingstack.github.io |
| turbo-body-classes | logged-out env-production page-responsive full-width full-width-p-0 |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 4e27a77ef0bf22cd9328967ddc1e1c3dfa6ffe51 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width