René's URL Explorer Experiment


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

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

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

Description: Bumps @babel/plugin-proposal-object-rest-spread from 7.8.0 to 7.12.1. Release notes Sourced from @babel/plugin-proposal-object-rest-spread's releases. v7.12.1 (2020-10-16) 🐛 Bug Fix babel-cli #12182 Don't force chokidar@2 to be downloaded from registry.npmjs.org (@nicolo-ribaudo) babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #12184 Allow importing @babel/runtime/package (@nicolo-ribaudo) babel-parser #12183 Reland "Fix: check if param is assignable when parsing arrow return type annotation" (@nicolo-ribaudo) 🏠 Internal Other #12188 Guard against yarn-issue-1882 (@JLHwung) Every package #12186 chore: use workspace:* for dev deps (@JLHwung) babel-compat-data, babel-helper-compilation-targets, babel-helper-create-class-features-plugin, babel-helper-remap-async-to-generator, babel-helper-simple-access, babel-helper-transform-fixture-test-runner, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-object-assign, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx-self, babel-plugin-transform-react-jsx-source, babel-plugin-transform-template-literals, babel-preset-env, babel-preset-react, babel-runtime-corejs2, babel-runtime, babel-standalone #12175 Remove unused dependencies and devDependencies (@nicolo-ribaudo) Committers: 2 Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) v7.12.0 (2020-10-14) Thanks @akphi, @Amareis, @barronwei, @iamfotx, @mischnic, @overlookmotel, @ryanrhee, @snitin315, @sosukesuzuki, @timgates42, @zweimach for their first PRs. 👓 Spec Compliance babel-core, babel-helper-module-transforms, babel-parser, babel-plugin-proposal-export-namespace-from, babel-plugin-syntax-module-string-names, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-types #12091 String import/export specifier (@JLHwung) babel-parser #12111 [ts] Throw a syntax error for index signature with declare (@sosukesuzuki) 🚀 New Feature babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-module-attributes, babel-standalone, babel-types #12139 Parse import-assertions (@xtuc) babel-core, babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-replace-supers, babel-plugin-proposal-class-static-block, babel-plugin-transform-modules-commonjs, babel-standalone, babel-traverse, babel-types #12143 Transform class static block (@JLHwung) babel-generator, babel-parser, babel-plugin-syntax-class-static-block, babel-types #12079 Parse class static block (@JLHwung) babel-generator, babel-parser, babel-types #12129 Support TypeScript mapped type 'as' clauses (@existentialism) #12147 [ts] Add support for the "intrinsic" keyword (@nicolo-ribaudo) babel-parser, babel-types #12131 [ts] Add support for template interpolations in types (@nicolo-ribaudo) babel-plugin-transform-modules-systemjs #12163 SystemJS top-level await support (@guybedford) babel-plugin-transform-typescript, babel-preset-typescript #11950 Add jsxPragmaFrag support to typescript transform (@JLHwung) babel-core, babel-helper-module-transforms, babel-parser, babel-plugin-proposal-export-namespace-from, babel-plugin-syntax-module-string-names, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-types #12091 String import/export specifier (@JLHwung) ... (truncated) Changelog Sourced from @babel/plugin-proposal-object-rest-spread's changelog. v7.12.12 (2020-12-23) 🐛 Bug Fix babel-plugin-transform-block-scoping, babel-traverse #12530 skip discriminant when renamer starts from SwitchStatement. Closes #12148 (@Zzzen) babel-types #12521 Restore @babel/types support for old TS versions (@nicolo-ribaudo) babel-plugin-transform-block-scoping #12512 Fix annex B block function hoisting semantics (@nicolo-ribaudo) 🏠 Internal babel-polyfill #12541 Archive @babel/polyfill (@nicolo-ribaudo) babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx #12524 refactor: Move react-jsx-development implementation into react-jsx (@nicolo-ribaudo) babel-helper-fixtures, babel-helper-transform-fixture-test-runner, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-decorators #12130 Remove babel polyfill from fixture test runner (@JLHwung) Other #12527 Update release-tool and define implicit deps for @babel/runtime (@nicolo-ribaudo) #12011 Enable PnP linker on CI build job (@JLHwung) v7.12.11 (2020-12-16) 👓 Spec Compliance babel-parser #12366 Disallow non octal decimal escape before use strict (@JLHwung) 🐛 Bug Fix babel-plugin-transform-block-scoping #11801 fix: handle block-level function declaration (#10046) (@vitorveiga) babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx #12493 Lazily inject imports to the JSX runtime (@nicolo-ribaudo) babel-helper-builder-react-jsx-experimental, babel-preset-react #12495 Fixed issue with skipping over self & source generated by another instance (@Andarist) babel-preset-env #10862 Add js extension to preset-env generated polyfill imports (@JLHwung) babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx #12479 Setup JSX runtime even if the file doesn't contain JSX (@nicolo-ribaudo) babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx-development, babel-preset-react #12475 Fixed a regression for multiple __self & __source props with classic runtime (@Andarist) 🏠 Internal babel-types #12510 Improve AST node definitions in @babel/types (@zxbodya) Other #12508 chore: always check yarn lock and dedupe during update (@JLHwung) #12480 Avoid force trailing comma on test files (@JLHwung) #12462 Run e2e tests also with BABEL_8_BREAKING (@nicolo-ribaudo) babel-plugin-transform-react-display-name, babel-plugin-transform-react-jsx #12502 Reorganize some JSX-related tests (@Andarist) babel-standalone, babel-types ... (truncated) Commits 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) 7fd40d8 v7.10.4 2787ee2 v7.10.3 4108524 Update prettier to v2 (#11579) 88f57a7 v7.10.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. Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking Bump now in your Dependabot dashboard. 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.1. Release notes Sourced from @babel/plugin-proposal-object-rest-spread's releases. v7.12.1 (2020-10-16) 🐛 Bug Fix babel-cl...

X Description: Bumps @babel/plugin-proposal-object-rest-spread from 7.8.0 to 7.12.1. Release notes Sourced from @babel/plugin-proposal-object-rest-spread's releases. v7.12.1 (2020-10-16) 🐛 Bug Fix babe...

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

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:998e86f8-c26f-f33c-da84-ce388e62fbd6
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idAEAA:18EDB3:5D89065:79D86C3:697E16C8
html-safe-nonce13347b5d426c6ed8bc14dfd1d04fe02be61b3086a19da81b76887b5c9b5e2c79
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBRUFBOjE4RURCMzo1RDg5MDY1Ojc5RDg2QzM6Njk3RTE2QzgiLCJ2aXNpdG9yX2lkIjoiNDUzMzc3Mzg2NjA0Mzg0MDIwMCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacb5703ba57d62f0dcdacef44b6776c612cc772576fce0adb1531a9a5fdf81d850
hovercard-subject-tagpull_request:556599482
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/11/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.1. Release notes Sourced from @babel/plugin-proposal-object-rest-spread's releases. v7.12.1 (2020-10-16) 🐛 Bug Fix babel-cl...
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-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/11/files#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%2F11%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%2F11%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/11/files
Reloadhttps://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/11/files
Reloadhttps://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/11/files
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.1https://patch-diff.githubusercontent.com/ConnectionMaster/github/tree/dependabot/npm_and_yarn/babel/plugin-proposal-object-rest-spread-7.12.1
Conversation 1 https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/11
Commits 1 https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/11/commits
Checks 0 https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/11/checks
Files changed https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/11/files
Please reload this pagehttps://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/11/files
Bump @babel/plugin-proposal-object-rest-spread from 7.8.0 to 7.12.1 https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/11/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/11/files
36d9156 Bump @babel/plugin-proposal-object-rest-spread from 7.8.0 to 7.12.1 dependabot-preview[bot] Jan 18, 2021 https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/11/commits/36d9156725cfd89281df2277089bc4f81c2f6bc4
Clear filters https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/11/files
Please reload this pagehttps://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/11/files
Please reload this pagehttps://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/11/files
package-lock.json https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/11/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
package.json https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/11/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
package-lock.jsonhttps://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/11/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
View file https://patch-diff.githubusercontent.com/ConnectionMaster/github/blob/36d9156725cfd89281df2277089bc4f81c2f6bc4/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/11/files
package.jsonhttps://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/11/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://patch-diff.githubusercontent.com/ConnectionMaster/github/blob/36d9156725cfd89281df2277089bc4f81c2f6bc4/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/11/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/11/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://patch-diff.githubusercontent.com/ConnectionMaster/github/pull/11/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.