Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Update asar to the latest version 🚀 #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Nov 2, 2017

Version 0.14.0 of asar was just published.

Dependency asar
Current Version 0.13.1
Type dependency

The version 0.14.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of asar.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 9 commits.

  • b8b9039 0.14.0
  • 96bd213 Merge pull request #118 from arantes555/master
  • c298a22 Merge pull request #130 from flexiondotorg/patch-1
  • 8538d4e Fix appveyor
  • 11622c4 Add snapcraft.yaml
  • 3597337 repairing travis
  • f340e3a adding .idea to .npmignore
  • b15207a should be able to uncache asars
  • 6d1f0f5 Compatibility with running inside electron

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 🌴

@coveralls
Copy link

coveralls commented Nov 2, 2017

Coverage Status

Coverage remained the same at 96.694% when pulling dd3988a on greenkeeper/asar-0.14.0 into 230e9a2 on master.

greenkeeper bot added a commit that referenced this pull request Jan 31, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 31, 2018

Version 0.14.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • c0e81d2 0.14.1
  • dc92963 Merge pull request #140 from RyverApp/topic-unpack-stack-fix
  • eb781b7 fix lint errors.
  • 1ea58cc fix call stack size exceeded issue when using unpack.
  • c1da512 Merge pull request #134 from malept/update-changelog
  • 9ae7a0d Merge pull request #135 from malept/test-lts-node-versions
  • fe6d6f1 Test all Node LTS versions on Travis & AppVeyor
  • 6342da1 Update CHANGELOG with 0.13.1 and 0.14.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 12, 2018

Version 0.14.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • e270a99 v0.14.2
  • 5b1b555 Merge pull request #142 from BobBuehler/patch-1
  • b9fbf3f writeFileListToStream callback fix

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 7, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 7, 2018

Version 0.14.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 1, 2018

  • The dependency asar was updated from 0.13.1 to 0.14.4.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 27c71d3 0.14.4
  • edc1ca4 Merge pull request #154 from akinoniku/bugfix/createPackageFromFiles
  • 5f6a762 bug fixed and unit test passed
  • db030d2 make createPackageFromFiles works without providing any options or metadata
  • 0476040 Add is-pack option to list sub command (#145)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 2, 2018

  • The dependency asar was updated from 0.13.1 to 0.14.5.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • b32cb84 0.14.5
  • f9e04b9 remove the path join that should not be there
  • b98d88a Merge pull request #157 from malept/test-node-10
  • 6d21de9 Test against supported LTS Node versions

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 11, 2018

  • The dependency asar was updated from 0.13.1 to 0.14.6.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 19, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 19, 2019

  • The dependency asar was updated from 0.13.1 to 1.0.0.

Update to this version instead 🚀

Commits

The new version differs by 18 commits.

  • 2ec15c1 Merge pull request #165 from electron/cut-snapshot
  • f567bcf chore: upgrade mocha to ^6.0.0
  • 217c5c8 chore: upgrade electron to 4.0.5
  • ceebeff feat: convert the public API to Promises
  • f490a8b chore: convert Filesystem.insertFile to Promises
  • 4e7b54d chore: rename/refactor isUnpackDir -> isUnpackedDir
  • 54d0754 chore: better variable name
  • c8e70f5 chore: convert to use tmp-promise
  • d091430 chore: use Promise.all when crawling filesystem
  • 1fbf562 chore: promisify glob usage
  • f44fe4b chore: promisify tests
  • 4a7df72 fix: typo in API docs
  • ad89e46 chore: upgrade Electron dev-dependency to a recent version
  • dd32750 chore: stick with Node 6 for now
  • 6058a1c fix: Fix standard issues and deprecations

There are 18 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 27, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 27, 2019

  • The dependency asar was updated from 0.13.1 to 2.0.0.

Update to this version instead 🚀

Release Notes for v2.0.0

2.0.0 (2019-04-27)

BREAKING CHANGES

Other Changes

  • drop support for versions of Node which are EOL'd as of 2019-04-30.

  • chore: upgrade mocha to fix some devDeps issues with npm audit

  • chore: upgrade commander and electron deps

  • chore: upgrade electron-mocha, which requires Node >= 8

  • docs: update code examples for Node 8

  • refactor: replace pify with util.promisify

  • refactor: use async/await everywhere

  • chore: remove Node 6 from the Node versions tested in CI

  • refactor: use async readFile method

  • refactor: simplify pattern construction

  • docs: reformat createPackageFromFiles doc comment

  • refactor: DRY up determineFileType

  • chore: remove mz devDependency

Commits

The new version differs by 9 commits.

  • 8a03eae feat: drop support for Node < 8 (#170)
  • 22756a7 chore: use the correct version of the CFA module (#174)
  • be6f4eb build: move macos tests to circleci (#173)
  • f6ba2ec chore: only use Travis CI for macOS testing (#172)
  • d758495 chore: fix 'typo' in module name
  • 0ae98ce chore: add CFA support (#171)
  • b4c18ae Merge pull request #169 from karissa/patch-1
  • 251a3cc Update README for public API move to promises.
  • 955c1f2 Update CHANGELOG between 0.14.0 and 1.0.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 29, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 29, 2019

  • The dependency asar was updated from 0.13.1 to 2.0.1.

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 13, 2019

  • The dependency asar was updated from 0.13.1 to 2.0.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 13, 2019
greenkeeper bot added a commit that referenced this pull request Feb 19, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 19, 2020

  • The dependency asar was updated from 0.13.1 to 2.1.0.

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 10, 2020

  • The dependency asar was updated from 0.13.1 to 3.0.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 10, 2020
greenkeeper bot added a commit that referenced this pull request Mar 12, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 12, 2020

  • The dependency asar was updated from 0.13.1 to 3.0.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 23, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 23, 2020

  • The dependency asar was updated from 0.13.1 to 3.0.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 31, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 31, 2020

  • The dependency asar was updated from 0.13.1 to 3.0.3.

Update to this version instead 🚀

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

Successfully merging this pull request may close these issues.

1 participant