Skip to content

fix(deps): update all non-major dependencies#93

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#93
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commercetools/product-json-to-csv (source) 2.2.5 -> 2.4.4 age adoption passing confidence
bluebird 2.9.33 -> 2.11.0 age adoption passing confidence
csv (source) 0.3.x -> 0.4.x age adoption passing confidence
grunt-coffeelint 0.0.8 -> 0.0.16 age adoption passing confidence
grunt-contrib-clean 0.5.0 -> 0.7.0 age adoption passing confidence
grunt-shell 0.6.4 -> 0.7.0 age adoption passing confidence
npm-force-resolutions 0.0.3 -> 0.0.10 age adoption passing confidence
tmp 0.0.33 -> 0.2.1 age adoption passing confidence
underscore (source) 1.8.3 -> 1.12.0 age adoption passing confidence
xml2js 0.4.2 -> 0.4.23 age adoption passing confidence
xmlbuilder 2.2.1 -> 2.6.5 age adoption passing confidence

Release Notes

commercetools/nodejs

v2.4.4

Compare Source

v2.4.3

Compare Source

v2.4.2

Compare Source

v2.4.1

Compare Source

v2.4.0

Compare Source

v2.3.2

Compare Source

v2.3.1

Compare Source

v2.3.0

Compare Source

v2.2.6

Compare Source

petkaantonov/bluebird

v2.11.0

Compare Source

Features:

  • Add Promise.version
  • Add Promise.getNewLibraryCopy

v2.10.2

Compare Source

Features:

  • .timeout() now takes a custom error object as second argument

v2.10.1

Compare Source

v2.10.0

Compare Source

Features:

  • Promise.using can now take the promises-for-resources as an array (#​733).
  • Browser builds for minimal core are now hosted on CDN (#​724).

Bugfixes:

  • Disabling debug mode with BLUEBIRD_DEBUG=0 environment variable now works (#​719).
  • Fix unhandled rejection reporting when passing rejected promise to .return() (#​721).
  • Fix unbound promise's then handlers being called with wrong this value (#​738).

v2.9.34

Compare Source

Bugfixes:

  • Correct domain for .map, .each, .filter, .reduce callbacks (#​701).
  • Preserve bound-with-promise promises across the entire chain (#​702).
adaltas/node-csv

v0.4.6

Compare Source

v0.4.5

Compare Source

v0.4.4

Compare Source

v0.4.2

Compare Source

v0.4.1

Compare Source

vojtajina/grunt-coffeelint

v0.0.16

Compare Source

v0.0.15

Compare Source

v0.0.13

Compare Source

v0.0.10

Compare Source

gruntjs/grunt-contrib-clean

v0.7.0

Compare Source

v0.6.0

Compare Source

sindresorhus/grunt-shell

v0.7.0

Compare Source

The options stdout, stderr and failOnError defaults changed from false to true to match user expectations.

rogeriochaves/npm-force-resolutions

v0.0.10

Compare Source

v0.0.9

Compare Source

v0.0.8

Compare Source

v0.0.7

Compare Source

v0.0.6

Compare Source

v0.0.5

Compare Source

v0.0.4

Compare Source

raszi/node-tmp

v0.2.1

Compare Source

🚀 Enhancement
🏠 Internal
Committers: 1

v0.2.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 2

v0.1.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 6
jashkenas/underscore

v1.12.0

Compare Source

v1.11.0

Compare Source

v1.10.2

Compare Source

v1.10.1

Compare Source

v1.10.0

Compare Source

v1.9.2

Compare Source

v1.9.1

Compare Source

v1.9.0

Compare Source

Leonidas-from-XIV/node-xml2js

v0.4.23

Compare Source

v0.4.22

Compare Source

v0.4.21

Compare Source

v0.4.20

Compare Source

v0.4.19

Compare Source

v0.4.18

Compare Source

v0.4.17

Compare Source

v0.4.16

Compare Source

v0.4.15

Compare Source

v0.4.13

Compare Source

v0.4.12

Compare Source

v0.4.11

Compare Source

v0.4.10

Compare Source

v0.4.9

Compare Source

v0.4.8

Compare Source

v0.4.7

Compare Source

v0.4.6

Compare Source

v0.4.5

Compare Source

v0.4.4

Compare Source

v0.4.3

Compare Source

oozcitak/xmlbuilder-js

v2.6.5

Compare Source

  • Use native isArray instead of lodash.
  • Indentation of processing instructions are set to the parent element's.

v2.6.4

Compare Source

  • Updated lodash dependency to 3.5.0.

v2.6.3

Compare Source

  • Bumped version because previous release was not published on npm.

v2.6.2

Compare Source

  • Updated lodash dependency to 3.5.0.

v2.6.1

Compare Source

  • Updated lodash dependency to 3.3.0.

v2.6.0

Compare Source

  • Fixed a bug where the XMLNode constructor overwrote the super class parent.
  • Removed document property from cloned nodes.
  • Switched to mocha.js for testing.

v2.5.2

Compare Source

  • Updated lodash dependency to 3.2.0.

v2.5.1

Compare Source

  • Updated lodash dependency to 3.1.0.
  • Support all node >= 0.8.

v2.5.0

Compare Source

  • Updated lodash dependency to 3.0.0.

v2.4.6

Compare Source

  • Show more information from attribute creation with null values.
  • Added iojs as an engine.
  • Self close elements with empty text.

v2.4.5

Compare Source

  • Fixed prepublish script to run on windows.
  • Fixed bug in XMLStringifier where an undefined value was used while reporting an invalid encoding value.
  • Moved require statements to the top of files to reduce lazy requires. See #​62.

v2.4.4

Compare Source

  • Added the offset option to toString() for use in XML fragments.

v2.4.3

Compare Source

  • Corrected license in package description.

v2.4.2

Compare Source

  • Dropped performance test and memwatch dependency.

v2.4.1

Compare Source

  • Fixed a bug where empty indent string was omitted when pretty printing. See #​59.

v2.4.0

Compare Source

  • Correct cases of pubID and sysID.
  • Use single lodash instead of separate npm modules. See #​53.
  • Escape according to Canonical XML 1.0. See #​54.

v2.3.0

Compare Source

  • Convert objects to JS primitives while sanitizing user input.
  • Object builder preserves items with null values. See #​44.
  • Use modularized lodash functions to cut down dependencies.
  • Process empty objects when converting from objects so that we don't throw on empty child objects.

Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled due to failing status checks.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

@renovate
Copy link
Contributor Author

renovate bot commented Jun 24, 2019

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1d944d7 to ecab5b0 Compare June 24, 2019 03:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ecab5b0 to 694580a Compare September 5, 2019 03:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 694580a to 6d6056a Compare December 21, 2019 22:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6d6056a to db24abb Compare January 6, 2020 16:42
@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Jan 6, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2babad2 to d539fac Compare January 7, 2020 13:36
@renovate renovate bot changed the title fix(deps): update all non-major dependencies Update all non-major dependencies Jan 7, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d539fac to 4ce610f Compare January 13, 2020 02:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4ce610f to 1ef044a Compare May 2, 2020 18:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1ef044a to 5387350 Compare June 9, 2020 16:19
@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Jun 9, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5387350 to 39ae99d Compare June 9, 2020 16:37
@renovate renovate bot changed the title fix(deps): update all non-major dependencies Update all non-major dependencies Jun 9, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 39ae99d to ee1dcfe Compare June 15, 2020 06:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ee1dcfe to ea1bb8e Compare October 19, 2020 14:26
@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Oct 19, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ea1bb8e to b6c59d1 Compare October 19, 2020 14:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b6c59d1 to 4216097 Compare November 28, 2020 08:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c1296fb to b8da63b Compare December 10, 2020 17:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f15fa18 to 1cf569c Compare February 11, 2021 17:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1cf0717 to 1981cc2 Compare February 26, 2021 13:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c0f4453 to af39445 Compare February 26, 2021 18:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from af39445 to 18c78a3 Compare February 26, 2021 23:46
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