René's URL Explorer Experiment


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

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:dc9933ec-a53f-4f6e-4657-785990e47913
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8978:18A62A:3E33A8C:511F30C:6974CF91
html-safe-nonce2c076ce98cba65a9689ccd1cfec960a1526fb39fabf7eb62907a8fd29e5929cd
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4OTc4OjE4QTYyQTozRTMzQThDOjUxMUYzMEM6Njk3NENGOTEiLCJ2aXNpdG9yX2lkIjoiMTMzMTg1NTI2NDE3NjE5NzUyMSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac71e589b6a71f771c59701fcbc1d028cb9b3fdfc884233ca756f7c0dc710b7f79
hovercard-subject-tagpull_request:1340991460
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/feelingstack/feelingstack.github.io/pull/7/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps 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_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/feelingstack/feelingstack.github.io git https://github.com/feelingstack/feelingstack.github.io.git
octolytics-dimension-user_id19234002
octolytics-dimension-user_loginfeelingstack
octolytics-dimension-repository_id219646613
octolytics-dimension-repository_nwofeelingstack/feelingstack.github.io
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id219646613
octolytics-dimension-repository_network_root_nwofeelingstack/feelingstack.github.io
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release488b30e96dfd057fbbe44c6665ccbc030b729dde
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/7/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeelingstack%2Ffeelingstack.github.io%2Fpull%2F7%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeelingstack%2Ffeelingstack.github.io%2Fpull%2F7%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=feelingstack%2Ffeelingstack.github.io
Reloadhttps://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/7/files
Reloadhttps://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/7/files
Reloadhttps://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/7/files
feelingstack https://patch-diff.githubusercontent.com/feelingstack
feelingstack.github.iohttps://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Ffeelingstack%2Ffeelingstack.github.io
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2Ffeelingstack%2Ffeelingstack.github.io
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2Ffeelingstack%2Ffeelingstack.github.io
Code https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io
Issues 0 https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/issues
Pull requests 12 https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pulls
Actions https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/actions
Projects 0 https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/projects
Security 0 https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/security
Insights https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pulse
Code https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io
Issues https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/issues
Pull requests https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pulls
Actions https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/actions
Projects https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/projects
Security https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/security
Insights https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Ffeelingstack%2Ffeelingstack.github.io%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Ffeelingstack%2Ffeelingstack.github.io%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/tree/master
dependabot/npm_and_yarn/axios-and-browser-sync-0.21.4https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/tree/dependabot/npm_and_yarn/axios-and-browser-sync-0.21.4
Conversation 0 https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/7
Commits 1 https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/7/commits
Checks 0 https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/7/checks
Files changed https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/7/files
Please reload this pagehttps://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/7/files
Bump axios and browser-sync https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/7/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/7/files
91e22df Bump axios and browser-sync dependabot[bot] May 7, 2023 https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/7/commits/91e22dfeebfac0d6906b28172f28ea3a6dfe8eb5
Clear filters https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/7/files
Please reload this pagehttps://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/7/files
Please reload this pagehttps://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/7/files
package-lock.json https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/7/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
package.json https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/7/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
Please reload this pagehttps://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/7/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.