René's URL Explorer Experiment


Title: Bump @babel/plugin-proposal-object-rest-spread from 7.8.0 to 7.12.13 by dependabot-preview[bot] · Pull Request #19 · ConnectionMaster/github · GitHub

Open Graph Title: Bump @babel/plugin-proposal-object-rest-spread from 7.8.0 to 7.12.13 by dependabot-preview[bot] · Pull Request #19 · ConnectionMaster/github

X Title: Bump @babel/plugin-proposal-object-rest-spread from 7.8.0 to 7.12.13 by dependabot-preview[bot] · Pull Request #19 · ConnectionMaster/github

Description: Bumps @babel/plugin-proposal-object-rest-spread from 7.8.0 to 7.12.13. Release notes Sourced from @babel/plugin-proposal-object-rest-spread's releases. v7.12.13 (2021-02-03) Thanks @bradzacher, @bz2, @ChALkeR, @FauxFaux, @fedeci, @karansapolia, @panzarino, @shrinktofit, and @Zalathar for your first PRs! 👓 Spec Compliance babel-parser #12661 spec: disable await binding identifier within static block (@JLHwung) babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-private-methods, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #12689 fix: throw error when accessing private method without a getter (@fedeci) babel-plugin-transform-computed-properties, babel-plugin-transform-shorthand-properties #12664 fix: correctly transform __proto__ properties (@ExE-Boss) 🐛 Bug Fix babel-plugin-proposal-class-properties, babel-traverse #12729 Fix class fields when super() is in a default param (@nicolo-ribaudo) babel-plugin-proposal-class-properties, babel-plugin-transform-classes #12723 Define class elements in the correct order (@nicolo-ribaudo) babel-parser, babel-template #12725 Permit %%placeholder%% in left-hand-side of a let declaration (@Zalathar) babel-core, babel-helper-transform-fixture-test-runner, babel-register #12728 Don't use require() in ESM files (@nicolo-ribaudo) babel-parser #12686 (ts) Raise syntax error for an abstract method in non-abstract class (@sosukesuzuki) #12684 fix(parser): throw error with wrong typescript 'export declare' (@fedeci) #12520 Raise recoverable error for await expressions in sync functions (@sosukesuzuki) #12678 fix: start TypePredicate node after returnToken (@JLHwung) #12599 @babel/preset-typescript: fix tsx assigment issue (@Zzzen) #12562 [ts]Add optional property to OptionalCallExpression node that has type arguments (@sosukesuzuki) babel-helpers, babel-plugin-transform-classes #12693 Avoid hitting __proto__ in _inheritsLoose (@ChALkeR) babel-generator #12653 fix: avoid line breaks between class members head and key (@JLHwung) babel-register #12665 fix: babel-register transform internal dependencies (@overlookmotel) babel-node #12638 fix: place _babel-node after process.execArgv (@JLHwung) babel-types #12602 fix: cloneNode(deep, withoutLoc) handles absent comments (@FauxFaux) #12575 Use isIdentifierChar instead of regex for toIdentifier (@mischnic) babel-plugin-transform-modules-systemjs #12612 [systemjs] Fix: export star alongside with named export (@shrinktofit) babel-plugin-transform-for-of #12611 Transform labeled for-of inside braceless if statement (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-transform-classes #12544 Correctly access shadowed class binding in super.* (@Zzzen) babel-helper-module-imports, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx #12546 Load jsx-runtime after existing imports (@nicolo-ribaudo) 💅 Polish babel-helper-transform-fixture-test-runner, babel-parser, babel-preset-env ... (truncated) Changelog Sourced from @babel/plugin-proposal-object-rest-spread's changelog. v7.12.13 (2021-02-03) 👓 Spec Compliance babel-parser #12661 spec: disable await binding identifier within static block (@JLHwung) babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-private-methods, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #12689 fix: throw error when accessing private method without a getter (@fedeci) babel-plugin-transform-computed-properties, babel-plugin-transform-shorthand-properties #12664 fix: correctly transform __proto__ properties (@ExE-Boss) 🐛 Bug Fix babel-plugin-proposal-class-properties, babel-traverse #12729 Fix class fields when super() is in a default param (@nicolo-ribaudo) babel-plugin-proposal-class-properties, babel-plugin-transform-classes #12723 Define class elements in the correct order (@nicolo-ribaudo) babel-parser, babel-template #12725 Permit %%placeholder%% in left-hand-side of a let declaration (@Zalathar) babel-core, babel-helper-transform-fixture-test-runner, babel-register #12728 Don't use require() in ESM files (@nicolo-ribaudo) babel-parser #12686 (ts) Raise syntax error for an abstract method in non-abstract class (@sosukesuzuki) #12684 fix(parser): throw error with wrong typescript 'export declare' (@fedeci) #12520 Raise recoverable error for await expressions in sync functions (@sosukesuzuki) #12678 fix: start TypePredicate node after returnToken (@JLHwung) #12599 @babel/preset-typescript: fix tsx assigment issue (@Zzzen) #12562 [ts]Add optional property to OptionalCallExpression node that has type arguments (@sosukesuzuki) babel-helpers, babel-plugin-transform-classes #12693 Avoid hitting proto in _inheritsLoose (@ChALkeR) babel-generator #12653 fix: avoid line breaks between class members head and key (@JLHwung) babel-register #12665 fix: babel-register transform internal dependencies (@overlookmotel) babel-node #12638 fix: place _babel-node after process.execArgv (@JLHwung) babel-types #12602 fix: cloneNode(deep, withoutLoc) handles absent comments (@FauxFaux) #12575 Use isIdentifierChar instead of regex for toIdentifier (@mischnic) babel-plugin-transform-modules-systemjs #12612 [systemjs] Fix: export star alongside with named export (@shrinktofit) babel-plugin-transform-for-of #12611 Transform labeled for-of inside braceless if statement (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-transform-classes #12544 Correctly access shadowed class binding in super.* (@Zzzen) babel-helper-module-imports, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx #12546 Load jsx-runtime after existing imports (@nicolo-ribaudo) 💅 Polish babel-helper-transform-fixture-test-runner, babel-parser, babel-preset-env #12716 refactor: raise AwaitNotInAsyncContext when an AwaitExpression will be parsed (@JLHwung) babel-cli, babel-core, babel-parser ... (truncated) Commits d291edb v7.12.13 e8b0852 docs: add package-specific documentation links (#12531) b649f8d Fix packages documentation README links. (#12289) ed498a7 Use workspace:* for devDependencies (again) (#12217) 7f4b838 v7.12.1 eec01fe chore: use workspace:* for dev deps (#12186) 3fad7ea Use Yarn 2 (#11962) a5bc486 Isolated exec tests (#11531) 45fdb87 v7.11.0 8f191ea chore: fix typo in codebase (#11846) 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) @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 the .dependabot/config.yml file in this repo: Update frequency Automerge options (never/patch/minor, and dev/runtime dependencies) Out-of-range updates (receive only lockfile updates, if desired) Security updates (receive only security updates, if desired)

Open Graph Description: Bumps @babel/plugin-proposal-object-rest-spread from 7.8.0 to 7.12.13. Release notes Sourced from @babel/plugin-proposal-object-rest-spread's releases. v7.12.13 (2021-02-03) Thanks @bradzache...

X Description: Bumps @babel/plugin-proposal-object-rest-spread from 7.8.0 to 7.12.13. Release notes Sourced from @babel/plugin-proposal-object-rest-spread's releases. v7.12.13 (2021-02-03) Thanks @bradz...

Opengraph URL: https://github.com/ConnectionMaster/github/pull/19

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:80efee84-9a52-3120-d418-a19a71a712d0
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idDC4C:32F1AA:3115F0:3F3562:697E1EE7
html-safe-nonce7f6606336fc9ce781a99a55235d98cf70015fa19f2fdb7e99a942a003f66623d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQzRDOjMyRjFBQTozMTE1RjA6M0YzNTYyOjY5N0UxRUU3IiwidmlzaXRvcl9pZCI6IjY2NTI0NzY3MzIwMzQ5MTYwNzEiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac2fb7a4619b352c8be946a01916a03369da424cd45fc88a5421a3e2bc269117e4
hovercard-subject-tagpull_request:566669764
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/ConnectionMaster/github/pull/19/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 @babel/plugin-proposal-object-rest-spread from 7.8.0 to 7.12.13. Release notes Sourced from @babel/plugin-proposal-object-rest-spread's releases. v7.12.13 (2021-02-03) Thanks @bradzache...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/ConnectionMaster/github git https://github.com/ConnectionMaster/github.git
octolytics-dimension-user_id49809193
octolytics-dimension-user_loginConnectionMaster
octolytics-dimension-repository_id330062486
octolytics-dimension-repository_nwoConnectionMaster/github
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id46155786
octolytics-dimension-repository_parent_nwoatom/github
octolytics-dimension-repository_network_root_id46155786
octolytics-dimension-repository_network_root_nwoatom/github
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
release7c85641c598ad130c74f7bcc27f58575cac69551
ui-targetcanary-1
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/changes#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FConnectionMaster%2Fgithub%2Fpull%2F19%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%2FConnectionMaster%2Fgithub%2Fpull%2F19%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=ConnectionMaster%2Fgithub
Reloadhttps://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/changes
Reloadhttps://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/changes
Reloadhttps://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/changes
ConnectionMaster https://patch-diff.githubusercontent.com/ConnectionMaster
githubhttps://patch-diff.githubusercontent.com/ConnectionMaster/github
atom/githubhttps://patch-diff.githubusercontent.com/atom/github
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FConnectionMaster%2Fgithub
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2FConnectionMaster%2Fgithub
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2FConnectionMaster%2Fgithub
Code https://patch-diff.githubusercontent.com/ConnectionMaster/github
Pull requests 33 https://patch-diff.githubusercontent.com/ConnectionMaster/github/pulls
Actions https://patch-diff.githubusercontent.com/ConnectionMaster/github/actions
Projects 0 https://patch-diff.githubusercontent.com/ConnectionMaster/github/projects
Security 0 https://patch-diff.githubusercontent.com/ConnectionMaster/github/security
Insights https://patch-diff.githubusercontent.com/ConnectionMaster/github/pulse
Code https://patch-diff.githubusercontent.com/ConnectionMaster/github
Pull requests https://patch-diff.githubusercontent.com/ConnectionMaster/github/pulls
Actions https://patch-diff.githubusercontent.com/ConnectionMaster/github/actions
Projects https://patch-diff.githubusercontent.com/ConnectionMaster/github/projects
Security https://patch-diff.githubusercontent.com/ConnectionMaster/github/security
Insights https://patch-diff.githubusercontent.com/ConnectionMaster/github/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FConnectionMaster%2Fgithub%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=%2FConnectionMaster%2Fgithub%2Fissues%2Fnew%2Fchoose
dependabot-previewhttps://patch-diff.githubusercontent.com/apps/dependabot-preview
masterhttps://patch-diff.githubusercontent.com/ConnectionMaster/github/tree/master
dependabot/npm_and_yarn/babel/plugin-proposal-object-rest-spread-7.12.13https://patch-diff.githubusercontent.com/ConnectionMaster/github/tree/dependabot/npm_and_yarn/babel/plugin-proposal-object-rest-spread-7.12.13
Conversation 1 https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19
Commits 1 https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/commits
Checks 0 https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/checks
Files changed https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/files
Please reload this pagehttps://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/changes
Bump @babel/plugin-proposal-object-rest-spread from 7.8.0 to 7.12.13 https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/changes#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/files
f75dd8f Bump @babel/plugin-proposal-object-rest-spread from 7.8.0 to 7.12.13 dependabot-preview[bot] Feb 3, 2021 https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/commits/f75dd8f72eefabd5134f5ed5804536c6927828d4
Clear filters https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/files
Please reload this pagehttps://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/changes
Please reload this pagehttps://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/changes
package-lock.json https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/changes#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
package.json https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/changes#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
package-lock.jsonhttps://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/changes#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
View file https://patch-diff.githubusercontent.com/ConnectionMaster/github/blob/f75dd8f72eefabd5134f5ed5804536c6927828d4/package-lock.json
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/changes
package.jsonhttps://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/changes#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://patch-diff.githubusercontent.com/ConnectionMaster/github/blob/f75dd8f72eefabd5134f5ed5804536c6927828d4/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/changes#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/19/changes#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.