René's URL Explorer Experiment


Title: Bump minimatch and gulp by dependabot[bot] · Pull Request #11 · smilegithub01/smilegithub01.github.io · GitHub

Open Graph Title: Bump minimatch and gulp by dependabot[bot] · Pull Request #11 · smilegithub01/smilegithub01.github.io

X Title: Bump minimatch and gulp by dependabot[bot] · Pull Request #11 · smilegithub01/smilegithub01.github.io

Description: Bumps minimatch to 3.1.2 and updates ancestor dependency gulp. These dependencies need to be updated together. Updates minimatch from 0.2.14 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1 add publishConfig for v3 publishes 5b7cd33 3.0.6 20b4b56 [fix] revert all breaking syntax changes 2ff0388 document, expose, and test 'partial:true' option Additional commits viewable in compare view Maintainer changes This version was pushed to npm by isaacs, a new releaser for minimatch since your current version. Updates gulp from 3.9.1 to 4.0.2 Release notes Sourced from gulp's releases. v4.0.2 Fix Bind src/dest/symlink to the gulp instance to support esm exports (5667666) - Ref standard-things/esm#797 Docs Add notes about esm support (4091bd3) - Closes #2278 Fix the Negative Globs section & examples (3c66d95) - Closes #2297 Remove next tag from recipes (1693a11) - Closes #2277 Add default task wrappers to Watching Files examples to make runnable (d916276) - Closes #2322 Fix syntax error in lastRun API docs (ea52a92) - Closes #2315 Fix typo in Explaining Globs (5d81f42) - Closes #2326 Build Add node 12 to Travis & Azure (b4b5a68) v4.0.1 Fix Temporary workaround for facebook/Docusaurus#257 (9f4a2e9) - Closes facebook/Docusaurus#257 Docs Fix error in ES2015 usage example (a4e8d48) - Closes #2099 #2100 Add temporary notice for 4.0.0 vs 3.9.1 documentation (126423a) - Closes #2121 Improve recipe for empty glob array (45830cf) - Closes #2122 Reword standard to default (b065a13) Fix recipe typo (86acdea) - Closes #2156 Add front-matter to each file (d693e49) - Closes #2109 Rename "Getting Started" to "Quick Start" & update it (6a0fa00) Add "Creating Tasks" documentation (21b6962) Add "JavaScript and Gulpfiles" documentation (31adf07) Add "Working with Files" documentation (50fafc6) Add "Async Completion" documentation (ad8b568) Add "Explaining Globs" documentation (f8cafa0) Add "Using Plugins" documentation (233c3f9) Add "Watching Files" documentation (f3f2d9f) Add Table of Contents to "Getting Started" directory (a43caf2) Improve & fix parts of Getting Started (84b0234) Create and link-to a "docs missing" page for LINK_NEEDED references (2bd75d0) Redirect users to new Getting Started guides (53e9727) Temporarily reference gulp@next in Quick Start (2cecf1e) Fixed a capitalization typo in a heading (3d051d8) - Closes #2242 Use h2 headers within Quick Start documentation (921312c) - Closes #2241 Fix for nested directories references (4c2b9a7) Add some more cleanup for Docusaurus (6a8fd8f) Temporarily point LINK_NEEDED references to documentation-missing.md (df7cdcb) API documentation improvements based on feedback (0a68710) ... (truncated) Changelog Sourced from gulp's changelog. gulp changelog 4.0.0 Task system changes replaced 3.x task system (orchestrator) with new task system (bach) removed gulp.reset removed 3 argument syntax for gulp.task gulp.task should only be used when you will call the task with the CLI added gulp.series and gulp.parallel methods for composing tasks. Everything must use these now. added single argument syntax for gulp.task which allows a named function to be used as the name of the task and task function. added gulp.tree method for retrieving the task tree. Pass { deep: true } for an archy compatible node list. added gulp.registry for setting custom registries. CLI changes split CLI out into a module if you want to save bandwidth/disk space. you can install the gulp CLI using either npm install gulp -g or npm install gulp-cli -g, where gulp-cli is the smaller one (no module code included) add --tasks-json flag to CLI to dump the whole tree out for other tools to consume added --verify flag to check the dependencies in package.json against the plugin blacklist. vinyl/vinyl-fs changes added gulp.symlink which functions exactly like gulp.dest, but symlinks instead. added dirMode param to gulp.dest and gulp.symlink which allows better control over the mode of the destination folder that is created. globs passed to gulp.src will be evaluated in order, which means this is possible gulp.src(['*.js', '!b*.js', 'bad.js']) (exclude every JS file that starts with a b except bad.js) performance for gulp.src has improved massively gulp.src(['**/*', '!b.js']) will no longer eat CPU since negations happen during walking now added since option to gulp.src which lets you only match files that have been modified since a certain date (for incremental builds) fixed gulp.src not following symlinks added overwrite option to gulp.dest which allows you to enable or disable overwriting of existing files Commits 069350a Release: 4.0.2 b4b5a68 Build: Add node 12 to Travis & Azure 5667666 Fix: Bind src/dest/symlink to the gulp instance to support esm exports (ref s... 4091bd3 Docs: Add notes about esm support (closes #2278) 3c66d95 Docs: Fix the Negative Globs section & examples (closes #2297) 1693a11 Docs: Remove next tag from recipes (closes #2277) d916276 Docs: Add default task wrappers to Watching Files examples to make runnable (... ea52a92 Docs: Fix syntax error in lastRun API docs (closes #2315) 5d81f42 Docs: Fix typo in Explaining Globs (#2326) ea3bba4 Release: 4.0.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) @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 You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps minimatch to 3.1.2 and updates ancestor dependency gulp. These dependencies need to be updated together. Updates minimatch from 0.2.14 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim patte...

X Description: Bumps minimatch to 3.1.2 and updates ancestor dependency gulp. These dependencies need to be updated together. Updates minimatch from 0.2.14 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim patte...

Opengraph URL: https://github.com/smilegithub01/smilegithub01.github.io/pull/11

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:a7f4da9b-3adc-3007-f5df-a4c9fcde54d8
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idB6F4:3D183C:13933D:1A5475:6A554983
html-safe-nonced994d874d3dbba9176a3aa3d607598047e0a7b9442711d67d52b57b4e1215097
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNkY0OjNEMTgzQzoxMzkzM0Q6MUE1NDc1OjZBNTU0OTgzIiwidmlzaXRvcl9pZCI6IjE3ODUxMTYwOTA3ODkzNDk3NjMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac7b65b5aaaaf58d1784ca02ec03823545de73f2f0f8be40d591777ff8ea16c1bf
hovercard-subject-tagpull_request:1111076776
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/smilegithub01/smilegithub01.github.io/pull/11/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 minimatch to 3.1.2 and updates ancestor dependency gulp. These dependencies need to be updated together. Updates minimatch from 0.2.14 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim patte...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonecd9eea424140838b22e9eabd53d92b5702617ddd6d76efcd3a37f08d44309ca5
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/smilegithub01/smilegithub01.github.io git https://github.com/smilegithub01/smilegithub01.github.io.git
octolytics-dimension-user_id12512626
octolytics-dimension-user_loginsmilegithub01
octolytics-dimension-repository_id191160730
octolytics-dimension-repository_nwosmilegithub01/smilegithub01.github.io
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id191160730
octolytics-dimension-repository_network_root_nwosmilegithub01/smilegithub01.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
release3084b9f587e8f1e19803bbe0c77ac77ce3c99c5c
ui-targetcanary-1
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/smilegithub01/smilegithub01.github.io/pull/11/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fsmilegithub01%2Fsmilegithub01.github.io%2Fpull%2F11%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
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%2Fsmilegithub01%2Fsmilegithub01.github.io%2Fpull%2F11%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=smilegithub01%2Fsmilegithub01.github.io
Reloadhttps://github.com/smilegithub01/smilegithub01.github.io/pull/11/files
Reloadhttps://github.com/smilegithub01/smilegithub01.github.io/pull/11/files
Reloadhttps://github.com/smilegithub01/smilegithub01.github.io/pull/11/files
smilegithub01 https://github.com/smilegithub01
smilegithub01.github.iohttps://github.com/smilegithub01/smilegithub01.github.io
Notifications https://github.com/login?return_to=%2Fsmilegithub01%2Fsmilegithub01.github.io
Fork 0 https://github.com/login?return_to=%2Fsmilegithub01%2Fsmilegithub01.github.io
Star 1 https://github.com/login?return_to=%2Fsmilegithub01%2Fsmilegithub01.github.io
Code https://github.com/smilegithub01/smilegithub01.github.io
Issues 0 https://github.com/smilegithub01/smilegithub01.github.io/issues
Pull requests 10 https://github.com/smilegithub01/smilegithub01.github.io/pulls
Actions https://github.com/smilegithub01/smilegithub01.github.io/actions
Projects https://github.com/smilegithub01/smilegithub01.github.io/projects
Security and quality 0 https://github.com/smilegithub01/smilegithub01.github.io/security
Insights https://github.com/smilegithub01/smilegithub01.github.io/pulse
Code https://github.com/smilegithub01/smilegithub01.github.io
Issues https://github.com/smilegithub01/smilegithub01.github.io/issues
Pull requests https://github.com/smilegithub01/smilegithub01.github.io/pulls
Actions https://github.com/smilegithub01/smilegithub01.github.io/actions
Projects https://github.com/smilegithub01/smilegithub01.github.io/projects
Security and quality https://github.com/smilegithub01/smilegithub01.github.io/security
Insights https://github.com/smilegithub01/smilegithub01.github.io/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fsmilegithub01%2Fsmilegithub01.github.io%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fsmilegithub01%2Fsmilegithub01.github.io%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
masterhttps://github.com/smilegithub01/smilegithub01.github.io/tree/master
dependabot/npm_and_yarn/minimatch-and-gulp-3.1.2https://github.com/smilegithub01/smilegithub01.github.io/tree/dependabot/npm_and_yarn/minimatch-and-gulp-3.1.2
Conversation 0 https://github.com/smilegithub01/smilegithub01.github.io/pull/11
Commits 1 https://github.com/smilegithub01/smilegithub01.github.io/pull/11/commits
Checks 0 https://github.com/smilegithub01/smilegithub01.github.io/pull/11/checks
Files changed https://github.com/smilegithub01/smilegithub01.github.io/pull/11/files
Please reload this pagehttps://github.com/smilegithub01/smilegithub01.github.io/pull/11/files
Bump minimatch and gulp https://github.com/smilegithub01/smilegithub01.github.io/pull/11/files#top
Show all changes 1 commit https://github.com/smilegithub01/smilegithub01.github.io/pull/11/files
9aafb43 Bump minimatch and gulp dependabot[bot] Nov 4, 2022 https://github.com/smilegithub01/smilegithub01.github.io/pull/11/commits/9aafb4328f3e7334d996fd29a9b0e915481852b2
Clear filters https://github.com/smilegithub01/smilegithub01.github.io/pull/11/files
Please reload this pagehttps://github.com/smilegithub01/smilegithub01.github.io/pull/11/files
Please reload this pagehttps://github.com/smilegithub01/smilegithub01.github.io/pull/11/files
package-lock.json https://github.com/smilegithub01/smilegithub01.github.io/pull/11/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
package.json https://github.com/smilegithub01/smilegithub01.github.io/pull/11/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
Please reload this pagehttps://github.com/smilegithub01/smilegithub01.github.io/pull/11/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.