René's URL Explorer Experiment


Title: Bump semver, gulp and gulp-imagemin by dependabot[bot] · Pull Request #11 · feelingstack/feelingstack.github.io · GitHub

Open Graph Title: Bump semver, gulp and gulp-imagemin by dependabot[bot] · Pull Request #11 · feelingstack/feelingstack.github.io

X Title: Bump semver, gulp and gulp-imagemin by dependabot[bot] · Pull Request #11 · feelingstack/feelingstack.github.io

Description: Bumps semver to 5.7.2 and updates ancestor dependencies semver, gulp and gulp-imagemin. These dependencies need to be updated together. Updates semver from 5.7.0 to 5.7.2 Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's changelog. 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) 5.7 Add minVersion method 5.6 Move boolean loose param to an options object, with backwards-compatibility protection. Add ability to opt out of special prerelease version handling with the includePrerelease option flag. 5.5 Add version coercion capabilities 5.4 Add intersection checking 5.3 Add minSatisfying method 5.2 Add prerelease(v) that returns prerelease components 5.1 Add Backus-Naur for ranges Remove excessively cute inspection methods 5.0 Remove AMD/Browserified build artifacts Fix ltr and gtr when using the * range Fix for range * with a prerelease identifier Commits f8cc313 chore: release 5.7.2 2f8fd41 fix: better handling of whitespace (#585) deb5ad5 chore: @​npmcli/template-oss@​4.16.0 c83c18c 5.7.1 956e228 Correct typo in README See full diff in compare view Maintainer changes This version was pushed to npm by lukekarrys, a new releaser for semver 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 Updates gulp-imagemin from 3.4.0 to 8.0.0 Release notes Sourced from gulp-imagemin's releases. v8.0.0 Require Node.js 12.20 1b4baf6 This package is now pure ESM. Please read this. The bundled plugins are now named exports instead of being attached to the default export. sindresorhus/gulp-imagemin@v7.1.0...v8.0.0 v7.1.0 Update imagemin-gifsicle optional dependency 67cceb3 sindresorhus/gulp-imagemin@v7.0.0...v7.1.0 v7.0.0 Breaking Require Node.js 10 aacca91 Replace jpegtran with mozjpeg in the default plugins (#336) 279a91b sindresorhus/gulp-imagemin@v6.2.0...v7.0.0 v6.2.0 Add silent option (#331) 0460c78 sindresorhus/gulp-imagemin@v6.1.1...v6.2.0 v6.1.1 Make Gulp an optional peer dependency 165bf8b sindresorhus/gulp-imagemin@v6.1.0...v6.1.1 v6.1.0 Update dependencies 92e224a sindresorhus/gulp-imagemin@v6.0.0...v6.1.0 v6.0.0 Breaking: Require Node.js 8 6e091ed sindresorhus/gulp-imagemin@v5.0.3...v6.0.0 v5.0.0 Breaking: Require Gulp 4 sindresorhus/gulp-imagemin@a576ff2 Require Node.js 6 sindresorhus/gulp-imagemin@b57f1d6 Other: Update dependencies sindresorhus/gulp-imagemin@b57f1d6 Commits 2f7ecc9 8.0.0 1b4baf6 Require Node.js 12.20 and move to ESM ed39463 Move to GitHub Actions (#351) 8b40da0 Update readme lossless note (#346) 1cbb7c5 7.1.0 67cceb3 Update imagemin-gifsicle optional dependency 97432ea 7.0.0 aacca91 Require Node.js 10 279a91b Replace jpegtran with mozjpeg (#336) f4a2255 6.2.0 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 show ignore conditions will show all of the ignore conditions of the specified dependency @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) You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps semver to 5.7.2 and updates ancestor dependencies semver, gulp and gulp-imagemin. These dependencies need to be updated together. Updates semver from 5.7.0 to 5.7.2 Release notes Sourced fro...

X Description: Bumps semver to 5.7.2 and updates ancestor dependencies semver, gulp and gulp-imagemin. These dependencies need to be updated together. Updates semver from 5.7.0 to 5.7.2 Release notes Sourced fro...

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

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:556ac055-eb64-aeb3-3b0a-0f6e81693d88
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idE770:1DD8A4:17D6E:1E968:6973F295
html-safe-nonce5a9457393ea09cb8a630d6bb4942364175d91bcf66ac70bddf4d4b880443051d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNzcwOjFERDhBNDoxN0Q2RToxRTk2ODo2OTczRjI5NSIsInZpc2l0b3JfaWQiOiI4ODAyMDA3MjA5ODY2NjU2MjEiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacebddaeba47bbcd780dde1dd9cd8022b00e93dc3fda6bb4a782c8590f5e78fb77
hovercard-subject-tagpull_request:1518377906
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/feelingstack/feelingstack.github.io/pull/11/checks
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 semver to 5.7.2 and updates ancestor dependencies semver, gulp and gulp-imagemin. These dependencies need to be updated together. Updates semver from 5.7.0 to 5.7.2 Release notes Sourced fro...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None99794f659b61e238a7ec37595eeb36b54a0ba1f2ae246f51ccb8ac5e4f08812e
turbo-cache-controlno-preview
go-importgithub.com/feelingstack/feelingstack.github.io git https://github.com/feelingstack/feelingstack.github.io.git
octolytics-dimension-user_id19234002
octolytics-dimension-user_loginfeelingstack
octolytics-dimension-repository_id219646613
octolytics-dimension-repository_nwofeelingstack/feelingstack.github.io
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id219646613
octolytics-dimension-repository_network_root_nwofeelingstack/feelingstack.github.io
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release8b15a65f03216f079a4ae509ff400d3e2ce03b58
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/11/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeelingstack%2Ffeelingstack.github.io%2Fpull%2F11%2Fchecks
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%2Ffeelingstack%2Ffeelingstack.github.io%2Fpull%2F11%2Fchecks
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%2Fchecks&source=header-repo&source_repo=feelingstack%2Ffeelingstack.github.io
Reloadhttps://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/11/checks
Reloadhttps://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/11/checks
Reloadhttps://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/11/checks
feelingstack https://patch-diff.githubusercontent.com/feelingstack
feelingstack.github.iohttps://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Ffeelingstack%2Ffeelingstack.github.io
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2Ffeelingstack%2Ffeelingstack.github.io
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2Ffeelingstack%2Ffeelingstack.github.io
Code https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io
Issues 0 https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/issues
Pull requests 12 https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pulls
Actions https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/actions
Projects 0 https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/projects
Security 0 https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/security
Insights https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pulse
Code https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io
Issues https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/issues
Pull requests https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pulls
Actions https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/actions
Projects https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/projects
Security https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/security
Insights https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Ffeelingstack%2Ffeelingstack.github.io%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=%2Ffeelingstack%2Ffeelingstack.github.io%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/tree/master
dependabot/npm_and_yarn/semver-and-gulp-and-gulp-imagemin-5.7.2https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/tree/dependabot/npm_and_yarn/semver-and-gulp-and-gulp-imagemin-5.7.2
Conversation 0 https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/11
Commits 1 https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/11/commits
Checks 0 https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/11/checks
Files changed https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/11/files
Please reload this pagehttps://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/11/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/11/checks
Bump semver, gulp and gulp-imagemin https://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/11/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/feelingstack/feelingstack.github.io/pull/11/checks
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.