Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade gulp-cli from 2.0.0 to 2.3.0 #9

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

anmipa
Copy link

@anmipa anmipa commented Nov 16, 2023

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade gulp-cli from 2.0.0 to 2.3.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 5 versions ahead of your current version.
  • The recommended version was released 3 years ago, on 2020-06-04.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Prototype Pollution
SNYK-JS-COPYPROPS-1082870
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Prototype Pollution
SNYK-JS-INI-1048974
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Prototype Pollution
SNYK-JS-YARGSPARSER-560381
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: gulp-cli
  • 2.3.0 - 2020-06-04

    New

    • Support ESM w/ mjs extension where available (c9e9125) - Closes #214

    Build

    • Add node 12/14 to matrix (79356a4)
  • 2.2.1 - 2020-05-20

    Fix

    • Avoid recommending npm if yarn should be used (c1b261c) - Closes #158
    • Avoid false positive reporting of sync tasks on errors (d827191) - Closes #162 #204
    • Support Windows extended-length paths with path.join (8570b0c) - Closes #200 #201
    • Use the raw GitHub URL for old blacklist (a3d52f2)

    Scaffold

    • Update gulp website links to https (d0cf312) - Closes #198
  • 2.2.0 - 2019-04-20

    New

    Build

    • Improve tests and raise coverage (2d8a320) - Closes #190
  • 2.1.0 - 2019-03-26

    Fix

    • Log requireFail results in yellow on stdout instead of red on stderr (e9af812) - Closes #142 #151
    • Allow gulpfiles specified by .gulp.* to register a loader (be9d25a) - Closes #181
    • Suppress logging when --tasks-json, --help, --version flag is specified (a4236f2) - Closes #157 #159
    • Prioritize CLI flags over config file properties (1b80d67) - Closes #185

    New

    • Support flags.require config option (33e14d7) - Closes #108 #167 #183
    • Tailor message when local gulp is missing (c5a800c) - Closes #155
    • Support flags.nodeFlags config option (ad18c27)

    Update

    • Surface errors from modules loaded by --require flag (7d9d1a0) - Closes #176
    • Pass updated eslint rules (4ab4aed)

    Upgrade

    • Update liftoff & devDependencies (6766634)

    Build

    • Improve AppVeyor & Travis config (9a8a136)
    • Add test for v8flags (927e055)

    Scaffold

  • 2.0.1 - 2018-01-22

    Fix

    Update

    • Fix line endings of fixtures (49203c8)

    Upgrade

    • Update fancy-log, interpret, liftoff, semver-greatest-satisfied-range & devDependencies (1ba6095)

    Scaffold

    • Disable npm package-lock.json with npmrc (ad55dc2)
  • 2.0.0 - 2017-12-21

    Breaking

    • Replace chalk with ansi-colors (9df91cc) - Closes #125

    Fix

    • Avoid @ babel/register test failure (ec29169)

    New

    • Put all argv into the process title for better monitoring (2f6a1bf)
    • Support --tasks-json flag for gulp 3.x (4917d28)
    • Add flag & config option for running tasks in series (4f75f10) - Closes #93
    • Add -f alias for --gulpfile flag (a6a1e34)

    Update

    • Change source filenames to kebab-case (45bb6d0)
    • Replace wreck with built-in https (94f3041) - Closes #126
    • Replace tildify with replace-homedir (f2a9614) - Closes #124
    • Remove unnecessary utility modules (1de3603)
    • Replace lodash.* modules (dcc8490) - Closes #129
    • Remove fs-extra devDep and use rimraf instead (73f1182)

    Docs

    Upgrade

    Build

    • Improve AppVeyor & Travis config (3828d1d)
    • Enforce consistent line endings (62f0269)
from gulp-cli GitHub release notes
Commit messages
Package name: gulp-cli
  • 726c6ed Release: 2.3.0
  • 79356a4 Build: Add node 12/14 to matrix
  • c9e9125 New: Support ESM w/ mjs extension where available (#214)
  • e2d7bce Release: 2.2.1
  • c1b261c Fix: Avoid recommending npm if yarn should be used (#158)
  • d827191 Fix: Avoid false positive reporting of sync tasks on errors (fixes #162) (#204)
  • 8570b0c Fix: Support Windows extended-length paths with path.join (fixes #200) (#201)
  • a3d52f2 Fix: Use the raw GitHub URL for old blacklist
  • d0cf312 Scaffold: Update gulp website links to https (#198)
  • ef58c59 Release: 2.2.0
  • 190aaeb New: Honor displayName in ESM exports (closes Decamelize tasks created by ES module exports gulpjs/gulp#2270) (#189)
  • 2d8a320 Build: Improve tests and raise coverage (#190)
  • 12a022a Release: 2.1.0
  • c5a800c New: Tailor message when local gulp is missing (#155)
  • 927e055 Build: Add test for v8flags
  • ad18c27 New: Support `flags.nodeFlags` config option
  • 1b80d67 Fix: Prioritize CLI flags over config file properties (fixes #185)
  • 33e14d7 New: Support `flags.require` config option (closes #108, closes #167) (#183)
  • a4236f2 Fix: Suppress logging when `--tasks-json`, `--help`, `--version` flag is specified (closes #157) (#159)
  • be9d25a Fix: Allow gulpfiles specified by .gulp.* to register a loader (fixes #181)
  • 9a8a136 Build: Improve AppVeyor & Travis config
  • 4ab4aed Update: Pass updated eslint rules
  • ef7def3 Scaffold: Remove jscs
  • 6766634 Upgrade: Update liftoff & devDependencies

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@kimmothai-hiq kimmothai-hiq merged commit b27ab6f into main Oct 31, 2024
@kimmothai-hiq kimmothai-hiq deleted the snyk-upgrade-d4325759a6df148a2ee5d8a0a130c0fc branch October 31, 2024 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decamelize tasks created by ES module exports
3 participants