Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Bump asar from 0.14.3 to 2.0.1 in /electron #26

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

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented May 1, 2019

Bumps asar from 0.14.3 to 2.0.1.

Release notes

Sourced from asar's releases.

v2.0.1

2.0.1 (2019-04-29)

Bug Fixes

  • don't monkeypatch fs with promisified versions (#176) (319dd81)

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

1.0.0

Added

  • Promise-based async API

Changed

  • This module requires Node 6 or later.

Removed

  • V8 snapshot support, which was undocumented and used an unmaintained dependency, which itself had a dependency with a security vulnerability
  • callback-style async API - if you still need to use this style of API, please check out the nodeify module.
... (truncated)
Changelog

Sourced from asar's changelog.

Changes By Version

1.0.0 - 2019-02-19

Added

  • Promise-based async API (#165)

Changed

  • This module requires Node 6 or later (#165)

Removed

  • V8 snapshot support, which was undocumented and used an unmaintained dependency, which itself had a dependency with a security vulnerability (#165)
  • callback-style async API - if you still need to use this style of API, please check out the nodeify module (#165)

0.14.6 - 2018-12-10

Fixed

  • Normalize file paths in asar.createPackageFromFiles (#159)

0.14.5 - 2018-10-01

Fixed

  • Regression from #154

0.14.4 - 2018-09-30

Added

  • --is-pack CLI option / isPack option to asar.listPackage (#145)

Fixed

  • Allow asar.createPackageFromFiles to not pass metadata or options (#154)
Commits
  • 319dd81 fix: don't monkeypatch fs with promisified versions (#176)
  • 82d78f3 chore: have semantic-release update the CHANGELOG file (#175)
  • 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.
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by electron-cfa, a new releaser for asar since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 1, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/electron/asar-2.0.1 branch from b09a5ee to df9cceb Compare June 18, 2019 08:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants