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

Update dependency readable-stream to v3 - autoclosed #16

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 1, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
readable-stream 1.1.14 -> 3.6.0 age adoption passing confidence

Release Notes

nodejs/readable-stream

v3.6.0

Compare Source

v3.5.0

Compare Source

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

  • Updated to 10.15.2 #​401
  • Support pipeline with READABLE_STREAM_DISABLE #​399

v3.1.1

Compare Source

  • Use @babel/preset-env esclusively #​395

v3.1.0

Compare Source

  • Updated to Node 10.14.2, updated to babel 7 #​393
  • Ignore airtap and travis config from the bundle #​388
  • Number.isInteger in IE11 #​389 #​390

v3.0.6

Compare Source

  • Fixed regexp for Number.isNaN() in IE 11 #​369

v3.0.5

Compare Source

  • Emit no experimental warning in browsers #​367

v3.0.4

Compare Source

v3.0.3

Compare Source

  • Update to Node 10.10.0 #​363
  • Added Node >= 6 to package.json #​362

v3.0.2

Compare Source

  • Import Node 10.9.0, redo the fix for util.inspect.custom #​357

v3.0.1

Compare Source

v3.0.0

Compare Source

Pull from Node v10

Fixes #​283
Fixes #​284
Fixes #​212
Fixes #​297
Fixes #​346
Fixes #​339
Fixed #​335

v2.3.7

Compare Source

  • do not mutate core-util-is module #​423

v2.3.6

Compare Source

  • Bumped string_decoder to 1.1.1 #​330
  • Updated to Node 8.11.1 #​332
  • Don't add forEach replacement where it's not needed #​331

v2.3.5

Compare Source

v2.3.4

Compare Source

  • Update from Node 8.9.4 #​320
  • Fix for node master/node 10 and CITGM

v2.3.3

Compare Source

v2.3.2

Compare Source

v2.3.1

Compare Source

v2.3.0

Compare Source

Now featuring final and destroy, if you want more information checkout this blog post, if you want to see a trippy picture of my cat, just keep reading.

dd

v2.2.11

Compare Source

v2.2.10

Compare Source

v2.2.9

Compare Source

v2.2.8

Compare Source

  • pull v7.8.0, make citgm pass with READABLE_STREAM=disable #​276

v2.2.7

Compare Source

v2.2.6

Compare Source

v2.2.5

Compare Source

  • Removed duplicate WriteReq #​263

v2.2.4

Compare Source

v2.2.3

Compare Source

your welcome

v2.2.2

Compare Source

fix a bug where in gulp tasks for some reason Symbol.hasInstance exists but Function.prototype[Symbol.hasInstance] is not a function

v2.2.1

Compare Source

remove bundled dependencies, apparently they break stuff yarnpkg/yarn#​1774

v2.2.0

Compare Source

  • built based on node 7.1.0
  • bundles the dependencies that users are not likely to have to install for other reasons (buffer-shims, core-util-is, isarray, process-nextick-args, and util-deprecate)
  • no longer includes the documentation as the links were broken anyway but does include a link to the docs for the built version

v2.1.5

Compare Source

v2.1.4

Compare Source

fix the .npmignore to include the coverage stuff, also fixes how saucelabs works

v2.1.3

Compare Source

this builds based on node 6.1.0, and adds some new shims for various things

v2.1.2

Compare Source

fix for v2.1.1 which forgot to remove the browserify section of the package.json after the dependencies were removed, unclear how this passed our tests which use browserify. ht @​ahutchings

v2.1.1

Compare Source

It turns out there was a way to do the environmental variable from v2.1.0 without including 2 megs of browserify transforms, ht @​sindresorhus

v2.1.0

Compare Source

running in node with the environmental variable READABLE_STRAM set to 'disable' will cause this module to simply return the platform streams. The goal of this is to allow us to test changes to node streams and see if they will break modules using readable-stream. Transforms have been added so that in browserify (where the streams module is build on readable-streams) this change will be removed and not bloat the build.

v2.0.6

Compare Source

User facing change are

  • nodejs/node#​4354 which is a perf improvement when sending a lot of small chunks
  • #​188 which fixes sync writes causing a stack overflow in node 0.10 (with zero overhead for non node 0.10)

Behind the scenes we are now using babel to deal with the es6 features such as let, const, and arrow functions so those should be a lot cleaner now

v2.0.5

Compare Source

v2.0.4

Compare Source

v2.0.3

Compare Source

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Jul 1, 2020

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: CopyThisStuff/yarn.lock
warning Lockfile has incorrect entry for "[email protected]". Ignoring it.
warning Lockfile has incorrect entry for "fast-deep-equal@^1.0.0". Ignoring it.
warning Lockfile has incorrect entry for "json-schema-traverse@^0.3.0". Ignoring it.
error An unexpected error occurred: "Can't answer a question unless a user TTY".

@renovate renovate bot changed the title Update dependency readable-stream to v3 Update dependency readable-stream to v3 - autoclosed Jun 18, 2022
@renovate renovate bot closed this Jun 18, 2022
@renovate renovate bot deleted the renovate/readable-stream-3.x branch June 18, 2022 17:48
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.

1 participant