René's URL Explorer Experiment


Title: Bump react-dom from 16.14.0 to 17.0.1 by dependabot-preview[bot] · Pull Request #141 · 10secondsofcode/10secondsofcode · GitHub

Open Graph Title: Bump react-dom from 16.14.0 to 17.0.1 by dependabot-preview[bot] · Pull Request #141 · 10secondsofcode/10secondsofcode

X Title: Bump react-dom from 16.14.0 to 17.0.1 by dependabot-preview[bot] · Pull Request #141 · 10secondsofcode/10secondsofcode

Description: Bumps react-dom from 16.14.0 to 17.0.1. Release notes Sourced from react-dom's releases. 17.0.0 (October 20, 2020) Today, we are releasing React 17! Learn more about React 17 and how to update to it on the official React blog. React Add react/jsx-runtime and react/jsx-dev-runtime for the new JSX transform. (@lunaruan in #18299) Build component stacks from native error frames. (@sebmarkbage in #18561) Allow to specify displayName on context for improved stacks. (@eps1lon in #18224) Prevent 'use strict' from leaking in the UMD bundles. (@koba04 in #19614) Stop using fb.me for redirects. (@cylim in #19598) React DOM Delegate events to roots instead of document. (@trueadm in #18195 and others) Clean up all effects before running any next effects. (@bvaughn in #17947) Run useEffect cleanup functions asynchronously. (@bvaughn in #17925) Use browser focusin and focusout for onFocus and onBlur. (@trueadm in #19186) Make all Capture events use the browser capture phase. (@trueadm in #19221) Don't emulate bubbling of the onScroll event. (@gaearon in #19464) Throw if forwardRef or memo component returns undefined. (@gaearon in #19550) Remove event pooling. (@trueadm in #18969) Stop exposing internals that won’t be needed by React Native Web. (@necolas in #18483) Attach all known event listeners when the root mounts. (@gaearon in #19659) Disable console in the second render pass of DEV mode double render. (@sebmarkbage in #18547) Deprecate the undocumented and misleading ReactTestUtils.SimulateNative API. (@gaearon in #13407) Rename private field names used in the internals. (@gaearon in #18377) Don't call User Timing API in development. (@gaearon in #18417) Disable console during the repeated render in Strict Mode. (@sebmarkbage in #18547) In Strict Mode, double-render components without Hooks too. (@eps1lon in #18430) Allow calling ReactDOM.flushSync during lifecycle methods (but warn). (@sebmarkbage in #18759) Add the code property to the keyboard event objects. (@bl00mber in #18287) Add the disableRemotePlayback property for video elements. (@tombrowndev in #18619) Add the enterKeyHint property for input elements. (@eps1lon in #18634) Warn when no value is provided to . (@charlie1404 in #19054) Warn when memo or forwardRef components return undefined. (@bvaughn in #19550) Improve the error message for invalid updates. (@JoviDeCroock in #18316) Exclude forwardRef and memo from stack frames. (@sebmarkbage in #18559) Improve the error message when switching between controlled and uncontrolled inputs. (@vcarl in #17070) Keep onTouchStart, onTouchMove, and onWheel passive. (@gaearon in #19654) Fix setState hanging in development inside a closed iframe. (@gaearon in #19220) Fix rendering bailout for lazy components with defaultProps. (@jddxf in #18539) Fix a false positive warning when dangerouslySetInnerHTML is undefined. (@eps1lon in #18676) Fix Test Utils with non-standard require implementation. (@just-boris in #18632) Fix onBeforeInput reporting an incorrect event.type. (@eps1lon in #19561) Fix event.relatedTarget reported as undefined in Firefox. (@claytercek in #19607) Fix "unspecified error" in IE11. (@hemakshis in #19664) Fix rendering into a shadow root. (@Jack-Works in #15894) Fix movementX/Y polyfill with capture events. (@gaearon in #19672) ... (truncated) Changelog Sourced from react-dom's changelog. 17.0.1 (October 22, 2020) React DOM Fix a crash in IE11. (@gaearon in #20071) 17.0.0 (October 20, 2020) Today, we are releasing React 17! Learn more about React 17 and how to update to it on the official React blog. React Add react/jsx-runtime and react/jsx-dev-runtime for the new JSX transform. (@lunaruan in #18299) Build component stacks from native error frames. (@sebmarkbage in #18561) Allow to specify displayName on context for improved stacks. (@eps1lon in #18224) Prevent 'use strict' from leaking in the UMD bundles. (@koba04 in #19614) Stop using fb.me for redirects. (@cylim in #19598) React DOM Delegate events to roots instead of document. (@trueadm in #18195 and others) Clean up all effects before running any next effects. (@bvaughn in #17947) Run useEffect cleanup functions asynchronously. (@bvaughn in #17925) Use browser focusin and focusout for onFocus and onBlur. (@trueadm in #19186) Make all Capture events use the browser capture phase. (@trueadm in #19221) Don't emulate bubbling of the onScroll event. (@gaearon in #19464) Throw if forwardRef or memo component returns undefined. (@gaearon in #19550) Remove event pooling. (@trueadm in #18969) Stop exposing internals that won’t be needed by React Native Web. (@necolas in #18483) Attach all known event listeners when the root mounts. (@gaearon in #19659) Disable console in the second render pass of DEV mode double render. (@sebmarkbage in #18547) Deprecate the undocumented and misleading ReactTestUtils.SimulateNative API. (@gaearon in #13407) Rename private field names used in the internals. (@gaearon in #18377) Don't call User Timing API in development. (@gaearon in #18417) Disable console during the repeated render in Strict Mode. (@sebmarkbage in #18547) In Strict Mode, double-render components without Hooks too. (@eps1lon in #18430) Allow calling ReactDOM.flushSync during lifecycle methods (but warn). (@sebmarkbage in #18759) Add the code property to the keyboard event objects. (@bl00mber in #18287) Add the disableRemotePlayback property for video elements. (@tombrowndev in #18619) Add the enterKeyHint property for input elements. (@eps1lon in #18634) Warn when no value is provided to . (@charlie1404 in #19054) Warn when memo or forwardRef components return undefined. (@bvaughn in #19550) Improve the error message for invalid updates. (@JoviDeCroock in #18316) Exclude forwardRef and memo from stack frames. (@sebmarkbage in #18559) Improve the error message when switching between controlled and uncontrolled inputs. (@vcarl in #17070) Keep onTouchStart, onTouchMove, and onWheel passive. (@gaearon in #19654) Fix setState hanging in development inside a closed iframe. (@gaearon in #19220) Fix rendering bailout for lazy components with defaultProps. (@jddxf in #18539) ... (truncated) Commits 89b6109 Bump versions for 17 See full diff 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) @dependabot use these labels will set the current labels as the default for future PRs for this repo and language @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language @dependabot badge me will 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)

Open Graph Description: Bumps react-dom from 16.14.0 to 17.0.1. Release notes Sourced from react-dom's releases. 17.0.0 (October 20, 2020) Today, we are releasing React 17! Learn more about React 17 and how to updat...

X Description: Bumps react-dom from 16.14.0 to 17.0.1. Release notes Sourced from react-dom's releases. 17.0.0 (October 20, 2020) Today, we are releasing React 17! Learn more about React 17 and how to u...

Opengraph URL: https://github.com/10secondsofcode/10secondsofcode/pull/141

X: @github

direct link

Domain: Github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:90420064-3371-c66a-f6d4-f00a5894120f
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id908A:37DB8D:334397:485BB0:6A637905
html-safe-nonce627bba7a280036e2db8bdc5e3d0d9c31a71939760a4110cb239f6c6a5f5ea926
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MDhBOjM3REI4RDozMzQzOTc6NDg1QkIwOjZBNjM3OTA1IiwidmlzaXRvcl9pZCI6IjQ4MTQwMTU2Mjg4MDk4Mjg2MTMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac14dcd9ec8835d13e295460ca7fdb27a3ee1d658a1d16fec3598101d9c5ae288e
hovercard-subject-tagpull_request:575810049
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/10secondsofcode/10secondsofcode/pull/141/files
twitter:imagehttps://avatars.githubusercontent.com/in/2141?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/2141?s=400&v=4
og:image:altBumps react-dom from 16.14.0 to 17.0.1. Release notes Sourced from react-dom's releases. 17.0.0 (October 20, 2020) Today, we are releasing React 17! Learn more about React 17 and how to updat...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4c1de337de00c7969335f8866af41463301071379a3a15fba12e9b85aa6378d6
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/10secondsofcode/10secondsofcode git https://github.com/10secondsofcode/10secondsofcode.git
octolytics-dimension-user_id46049398
octolytics-dimension-user_login10secondsofcode
octolytics-dimension-repository_id151557024
octolytics-dimension-repository_nwo10secondsofcode/10secondsofcode
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id151557024
octolytics-dimension-repository_network_root_nwo10secondsofcode/10secondsofcode
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasea4df32552e4c631011bdcd4c81cc3d7408664a8b
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://Github.com/10secondsofcode/10secondsofcode/pull/141/files#start-of-content
https://Github.com/
Sign in https://Github.com/login?return_to=https%3A%2F%2Fgithub.com%2F10secondsofcode%2F10secondsofcode%2Fpull%2F141%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
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/enterprise/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://Github.com/login?return_to=https%3A%2F%2Fgithub.com%2F10secondsofcode%2F10secondsofcode%2Fpull%2F141%2Ffiles
Sign up https://Github.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=10secondsofcode%2F10secondsofcode
Reloadhttps://Github.com/10secondsofcode/10secondsofcode/pull/141/files
Reloadhttps://Github.com/10secondsofcode/10secondsofcode/pull/141/files
Reloadhttps://Github.com/10secondsofcode/10secondsofcode/pull/141/files
Please reload this pagehttps://Github.com/10secondsofcode/10secondsofcode/pull/141/files
10secondsofcode https://Github.com/10secondsofcode
10secondsofcodehttps://Github.com/10secondsofcode/10secondsofcode
Please reload this pagehttps://Github.com/10secondsofcode/10secondsofcode/pull/141/files
Notifications https://Github.com/login?return_to=%2F10secondsofcode%2F10secondsofcode
Fork 27 https://Github.com/login?return_to=%2F10secondsofcode%2F10secondsofcode
Star 40 https://Github.com/login?return_to=%2F10secondsofcode%2F10secondsofcode
Code https://Github.com/10secondsofcode/10secondsofcode
Issues 5 https://Github.com/10secondsofcode/10secondsofcode/issues
Pull requests 6 https://Github.com/10secondsofcode/10secondsofcode/pulls
Actions https://Github.com/10secondsofcode/10secondsofcode/actions
Projects https://Github.com/10secondsofcode/10secondsofcode/projects
Security and quality 0 https://Github.com/10secondsofcode/10secondsofcode/security
Insights https://Github.com/10secondsofcode/10secondsofcode/pulse
Code https://Github.com/10secondsofcode/10secondsofcode
Issues https://Github.com/10secondsofcode/10secondsofcode/issues
Pull requests https://Github.com/10secondsofcode/10secondsofcode/pulls
Actions https://Github.com/10secondsofcode/10secondsofcode/actions
Projects https://Github.com/10secondsofcode/10secondsofcode/projects
Security and quality https://Github.com/10secondsofcode/10secondsofcode/security
Insights https://Github.com/10secondsofcode/10secondsofcode/pulse
Sign up for GitHub https://Github.com/signup?return_to=%2F10secondsofcode%2F10secondsofcode%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://Github.com/login?return_to=%2F10secondsofcode%2F10secondsofcode%2Fissues%2Fnew%2Fchoose
dependabot-previewhttps://Github.com/apps/dependabot-preview
masterhttps://Github.com/10secondsofcode/10secondsofcode/tree/master
dependabot/npm_and_yarn/react-dom-17.0.1https://Github.com/10secondsofcode/10secondsofcode/tree/dependabot/npm_and_yarn/react-dom-17.0.1
Conversation 0 https://Github.com/10secondsofcode/10secondsofcode/pull/141
Commits 1 https://Github.com/10secondsofcode/10secondsofcode/pull/141/commits
Checks 0 https://Github.com/10secondsofcode/10secondsofcode/pull/141/checks
Files changed https://Github.com/10secondsofcode/10secondsofcode/pull/141/files
Please reload this pagehttps://Github.com/10secondsofcode/10secondsofcode/pull/141/files
Bump react-dom from 16.14.0 to 17.0.1 https://Github.com/10secondsofcode/10secondsofcode/pull/141/files#top
Show all changes 1 commit https://Github.com/10secondsofcode/10secondsofcode/pull/141/files
ee7b84e Bump react-dom from 16.14.0 to 17.0.1 dependabot-preview[bot] Feb 18, 2021 https://Github.com/10secondsofcode/10secondsofcode/pull/141/commits/ee7b84e9bd9ed5b5e99b06ce3f36b802bfe65034
Clear filters https://Github.com/10secondsofcode/10secondsofcode/pull/141/files
Please reload this pagehttps://Github.com/10secondsofcode/10secondsofcode/pull/141/files
Please reload this pagehttps://Github.com/10secondsofcode/10secondsofcode/pull/141/files
package.jsonhttps://Github.com/10secondsofcode/10secondsofcode/pull/141/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://Github.com/10secondsofcode/10secondsofcode/blob/ee7b84e9bd9ed5b5e99b06ce3f36b802bfe65034/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://Github.com/10secondsofcode/10secondsofcode/pull/141/{{ revealButtonHref }}
https://Github.com/10secondsofcode/10secondsofcode/pull/141/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://Github.com/10secondsofcode/10secondsofcode/pull/141/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
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.