Title: Bump minimatch and gulp by dependabot[bot] · Pull Request #2 · feelingstack/feelingstack.github.io · GitHub
Open Graph Title: Bump minimatch and gulp by dependabot[bot] · Pull Request #2 · feelingstack/feelingstack.github.io
X Title: Bump minimatch and gulp by dependabot[bot] · Pull Request #2 · feelingstack/feelingstack.github.io
Description: Bumps minimatch to 3.0.4 and updates ancestor dependency gulp. These dependencies need to be updated together. Updates minimatch from 0.2.14 to 3.0.4 Commits e46989a v3.0.4 ddfacbd update brace-expansion 55ed736 update package scripts and deps eed8949 v3.0.3 ecabc57 Do not throw on unfinished !( extglob patterns 81edb7c v3.0.2 6944abf Handle extremely long and terrible patterns more gracefully 8ac560e v3.0.1 4f3a8bc update tap 9cf2d88 Remove mentions of cache from readme 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.0.4 and updates ancestor dependency gulp. These dependencies need to be updated together. Updates minimatch from 0.2.14 to 3.0.4 Commits e46989a v3.0.4 ddfacbd update brace-e...
X Description: Bumps minimatch to 3.0.4 and updates ancestor dependency gulp. These dependencies need to be updated together. Updates minimatch from 0.2.14 to 3.0.4 Commits e46989a v3.0.4 ddfacbd update brace-e...
Opengraph URL: https://github.com/feelingstack/feelingstack.github.io/pull/2
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:ba5b08cf-61fc-60fb-081b-7b78db42235b |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | BC88:1B8E26:1615796:1C8C09D:69744667 |
| html-safe-nonce | fc8683c441035e6c34761b9f9b3a556c25463f4b45cd36520aa37e9a13224c8c |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCQzg4OjFCOEUyNjoxNjE1Nzk2OjFDOEMwOUQ6Njk3NDQ2NjciLCJ2aXNpdG9yX2lkIjoiNTExMzEyMjM3ODI2Mjc5MTc4MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 59d8b314c9825dc4b1312e25f7fe5c24c8a81dc9529889bf688bca2352726f1f |
| hovercard-subject-tag | pull_request:1111907134 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/feelingstack/feelingstack.github.io/pull/2/checks |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps minimatch to 3.0.4 and updates ancestor dependency gulp. These dependencies need to be updated together. Updates minimatch from 0.2.14 to 3.0.4 Commits e46989a v3.0.4 ddfacbd update brace-e... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | e0b95d743b7672c9ac0e1032d5f117950182dc164a83434a7db86510e8f0b37c |
| turbo-cache-control | no-preview |
| go-import | github.com/feelingstack/feelingstack.github.io git https://github.com/feelingstack/feelingstack.github.io.git |
| octolytics-dimension-user_id | 19234002 |
| octolytics-dimension-user_login | feelingstack |
| octolytics-dimension-repository_id | 219646613 |
| octolytics-dimension-repository_nwo | feelingstack/feelingstack.github.io |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 219646613 |
| octolytics-dimension-repository_network_root_nwo | feelingstack/feelingstack.github.io |
| turbo-body-classes | logged-out env-production page-responsive full-width full-width-p-0 |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 56fe7e2e8de6e57740bca50402351ea656f7a4bf |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width