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

An in-range update of keytar is breaking the build 🚨 #71

Open
greenkeeper bot opened this issue Oct 3, 2018 · 16 comments
Open

An in-range update of keytar is breaking the build 🚨 #71

greenkeeper bot opened this issue Oct 3, 2018 · 16 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Oct 3, 2018

The dependency keytar was updated from 4.2.1 to 4.3.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

keytar is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v4.3.0
  • Node 10 and Electron 3.0 support thanks to @shiftkey!
Commits

The new version differs by 24 commits.

  • 581c974 4.3.0
  • dcb7416 Merge pull request #126 from atom/add-newer-nodes-for-prebuild
  • 86731a9 upgrade prebuild to latest version
  • f460390 add specific node-abi dependency so we can prebuild against Electron 3
  • abab53b add newer node tags to prebuild scripts
  • e48b67d Merge pull request #119 from atom/bump-to-use-node-10
  • da73b19 use Node 10 on CI for testing and packaging
  • f2d481f Merge pull request #118 from atom/audit-cleanup
  • ea93b40 automated npm audit fix
  • fa18efc Merge pull request #117 from atom/bump-prebuild-again
  • c5927ae some more lockfile updates
  • 84455a0 new prebuild, new life
  • 4447c1a Merge pull request #115 from atom/upgrade-dependencies
  • f35f1cb upgrade prebuild-install to latest version
  • d31e3ff migrate away from deprecated mocha flag

There are 24 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 3, 2018

After pinning to 4.2.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 30, 2019

  • The dependency keytar was updated from 4.3.0 to 4.3.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 12 commits.

  • c938d5a 4.3.1
  • a5c7fe4 Merge pull request #152 from nornagon/node-12
  • 8841615 fix: Handle => Local for node 12 support
  • 5a5854b Update README.md
  • 6672ed4 Merge pull request #150 from atom/docs-tidy-up
  • 338d1e1 reorder this bit to emphasize findCredentials
  • 6cb9ad5 drop mention of account
  • c10e150 Merge pull request #145 from atom/testing-for-electron-4
  • 3f6dd78 upgrade node-abi to support newer versions of Node and Electron
  • 4e08707 prebuild with Electron v4
  • 2ccebc0 Merge pull request #136 from atom/address-cryptiles-vulnerability
  • 0c18375 update node-gyp to address upstream CVE

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 31, 2019

  • The dependency keytar was updated from 4.3.1 to 4.3.2.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 22c0b7b 4.3.2
  • 3dd3e05 Merge pull request #154 from atom/workaround-preinstall-issue
  • 27f6b87 switch to custom prebuild-install package which has an explicit electron v4 check

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 5, 2019

  • The dependency keytar was updated from 4.3.2 to 4.3.3.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits ahead by 7, behind by 1.

  • 2879244 4.3.3
  • 5840824 Merge pull request #157 from atom/upgrade-node-abi
  • 717ee74 Merge pull request #156 from atom/refine-workaround-for-electron
  • 997e606 drop Electron 4.0.0 as prebuild target
  • 0c07e9a add support for prebuilding with Electron 4.0.4
  • cf43ade bump to latest version of node-abi
  • 1c789ae upgrade to newer version of prebuild-install

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 6, 2019

  • The dependency keytar was updated from 4.3.3 to 4.4.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 13 commits.

  • 965127b 4.4.0
  • a750893 Merge pull request #161 from atom/shiftkey-patch-1
  • 2bcaa07 after publish ensure latest changes (and tags) are pushed
  • 22301ce Merge pull request #146 from atom/upgrade-nan-usage
  • fb2b465 switch over to nan-specific string abstraction that bypasses v8 versioning woes
  • 274ae3c address deprecated Call function
  • 008f5c2 upgrade to latest nan
  • 7e4f8b8 Merge pull request #159 from atom/upgrade-chai
  • a230c7c Merge pull request #160 from atom/upgrade-prebuild
  • 2546de6 bump prebuild to latest version
  • dbe0f25 bump chai to latest version
  • 14ec3b9 Merge pull request #158 from atom/shiftkey-patch-1
  • 45a0b19 updated README to drop warning about ABI issue

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 21, 2019

  • The dependency keytar was updated from 4.4.0 to 4.4.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 99d3058 4.4.1
  • 593862a Merge pull request #163 from atom/switch-back-to-vanilla-prebuild-install
  • 41db016 switch back to plain prebuild-install which has our workaround for Electron 4
  • 5368ac2 Merge pull request #162 from atom/add-node-11-target
  • a7b97ef add Node 11 x64 target to prebuild step

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 24, 2019

  • The dependency keytar was updated from 4.4.1 to 4.4.2.

Your tests are still failing with this version. Compare changes

Release Notes for v4.4.2
  • Update nan to v2.13.2 - #179
  • Update prebuild to v8.2.1 and prebuild-install to v5.3.0 - #176
Commits

The new version differs by 6 commits.

  • bcbf752 4.4.2
  • 6c1624f Bump node-gyp from 3.8.0 to 4.0.0 (#177)
  • 05af860 Bump nan from 2.12.1 to 2.13.2 (#179)
  • 92b123a Bump node-abi from 2.7.0 to 2.7.1 (#178)
  • 143afd9 Bump mocha from 5.2.0 to 6.1.4 (#180)
  • 7dc1687 bump prebuild and prebuild-install to latest versions (#176)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 24, 2019

  • The dependency keytar was updated from 4.4.2 to 4.5.0.

Your tests are still failing with this version. Compare changes

Release Notes for v4.5.0
  • add prebuild target for Node 12 - #175
Commits

The new version differs by 4 commits.

  • f282c01 4.5.0
  • 9b29fe8 Merge pull request #175 from atom/test-on-node-12
  • 9125bee enable prebuild for Node 12
  • af6ed6e bump CI providers to Node 12

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 25, 2019

  • The dependency keytar was updated from 4.5.0 to 4.6.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 16, 2019

  • The dependency keytar was updated from 4.6.0 to 4.7.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 24, 2019

  • The dependency keytar was updated from 4.7.0 to 4.8.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 1557463 4.8.0
  • d022828 [Security] Bump tar from 2.2.1 to 2.2.2 (#185)
  • e6a045b Bump nan from 2.13.2 to 2.14.0 (#183)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 24, 2019

  • The dependency keytar was updated from 4.8.0 to 4.9.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

  • eeebc67 4.9.0
  • 135573d Remove static_library for arm architectures to build keytar.node also on raspberry pi (#92)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 19, 2019

  • The dependency keytar was updated from 4.9.0 to 4.10.0.

Your tests are still failing with this version. Compare changes

Release Notes for v4.10.0
  • Improved handling of malformed inputs - #71, thanks @anglinb!
  • Cleanup use of obsolete V8 APIs in Node 12 - #186
  • Update prebuild to v9.0.0 - #187
  • Update node-gyp to v5.0.0 - #189
Commits

The new version differs by 6 commits.

  • 05b9e96 version bump
  • 77bd208 Bump node-gyp from 4.0.0 to 5.0.0 (#189)
  • 7d5c646 restore appveyor config to use Node 12 (#190)
  • e438246 Bump prebuild from 8.2.1 to 9.0.0 (#187)
  • 35b90d1 use v8 APIs which accept a context parameter (#186)
  • aa5b403 Malformed password argument leads to null pointer deference & segmentation fault (#71)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 27, 2019

  • The dependency keytar was updated from 4.10.0 to 4.11.0.

Your tests are still failing with this version. Compare changes

Release Notes for v4.11.0
  • restore Windows x64 prebuilds generated for release - #197
Commits

The new version differs by 6 commits.

  • 8467f74 4.11.0
  • 5e51391 ensure Appveyor installs the x64 version of Node so it can prebuild for that version too (#197)
  • 50d10e4 Bump node-gyp from 5.0.0 to 5.0.1 (#194)
  • c6ed9dc Bump node-abi from 2.8.0 to 2.9.0 (#193)
  • 64d5d68 [Security] Bump lodash from 4.17.10 to 4.17.11 (#192)
  • 4a021a9 update lockfile

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 22, 2019

  • The dependency keytar was updated from 4.11.0 to 4.12.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • b02a88f 4.12.0
  • 3bbc6ff Bump node-gyp from 5.0.1 to 5.0.3 (#207)
  • efa57a6 Bump mocha from 6.1.4 to 6.2.0 (#208)
  • a1a3e0e [Security] Bump lodash from 4.17.11 to 4.17.15 (#206)
  • 7f045ff Bump prebuild from 9.0.0 to 9.0.1 (#205)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 30, 2019

  • The dependency keytar was updated from 4.12.0 to 4.13.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants