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

chore(deps): bump nativefier from 8.0.7 to 42.3.0 #23

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps nativefier from 8.0.7 to 42.3.0.

Release notes

Sourced from nativefier's releases.

Nativefier v42.3.0

  • Bump default Electron to 11.3.0 (with Chromium 87.0.4280.141). macOS-segfault-causing icon bug #1101 should remain fixed.
  • API docs: fix typo in option "-v" (PR #1114)
  • Get rid of dep shelljs and abandoned app dep wurl
  • Bump commander from 4 to 7 and eslint-config-prettier from 7 to 8

👋 And a reminder: dear users / contributors! Public service announcement!

Nativefier is maintained by YOU. It's reasonably sane to hack on nowadays, it fits the use cases needed by the original author and the current maintainer, so we are not doing any active development.

But it's alive! It at least follows Electron releases with maintenance patches, and if YOU use it and want to see juicy features & fixes, PR welcome! Help welcome in particular on our pinned issues, or any issue / feature that motivates you 🙂.

Thanks! Take care.

Nativefier v42.2.1

  • Move GitHub repository to nativefier/nativefier
  • Temporarily increase timeout for network call in test
  • Move TS @types from dependencies to devDependencies (PR #1102)

Nativefier v42.2.0

  • Revert default Electron back to 11.1.1 (Chrome 87.0.4280.88) (fix #1101) 11.2.0 was causing segfaults in macOS.

Nativefier v42.1.0

  • Bump default Electron to 11.2.0 (with Chromium 87.0.4280.141)
  • Maintenance:
    • A bit more filename & appname sanitization
    • Get rid of two direct deps: cheerio, lodash
    • Fix error surfacing in full since recent changes in page-icon
    • Publish TS types, for them to show up in npm

Nativefier v42.0.2

  • Fix arg validation regression in #1080 with --{x,y} (fix #1084)

Nativefier v42.0.1

  • Fix arg validation regression in #1080 (fix #1083)

Nativefier v42.0.0

EDIT: 42.0.0 is badly broken, please do not use this release!

This release includes several contributor patches. Thanks @sorhtyre @mattruzzi !

... (truncated)

Changelog

Sourced from nativefier's changelog.

42.3.0 / 2021-02-25

  • Bump default Electron to 11.3.0 (with Chromium 87.0.4280.141). macOS-segfault-causing icon bug #1101 should remain fixed.
  • API docs: fix typo in option "-v" (PR #1114)
  • Get rid of dep shelljs and abandoned app dep wurl
  • Bump commander from 4 to 7 and eslint-config-prettier from 7 to 8

42.2.1 / 2021-01-30

  • Move GitHub repository to nativefier/nativefier
  • Temporarily increase timeout for network call in test
  • Move TS @types from dependencies to devDependencies (PR #1102)

42.2.0 / 2021-01-18

  • Revert default Electron back to 11.1.1 (Chrome 87.0.4280.88) (fix #1101) 11.2.0 was causing segfaults in macOS.

42.1.0 / 2021-01-16

  • Bump default Electron to 11.2.0 (with Chromium 87.0.4280.141)
  • Maintenance:
    • A bit more filename & appname sanitization
    • Get rid of two direct deps: cheerio, lodash
    • Fix error surfacing in full since recent changes in page-icon
    • Publish TS types, for them to show up in npm

42.0.2 / 2020-12-07

  • Fix arg validation regression in #1080 with --{x,y} (fix #1084)

42.0.1 / 2020-12-06

  • Fix arg validation regression in #1080 (fix #1083)

42.0.0 / 2020-12-06

This release includes several contributor patches. Thanks @sorhtyre @mattruzzi !

... (truncated)

Commits
  • 0aa8276 Update changelog for v42.3.0
  • 17231d7 Bump eslint-config-prettier from ^7.2.0 to ^8.1.0
  • 1a5d79e Bump commander from ^4.1.1 to ^7.1.0
  • 6b266b7 (Attempt to) get rid of deprecated app dep wurl
  • fe79fd6 Doc extra electron update stuff
  • f4a0479 Bump default Electron to 11.3.0 with the icon fix (with Chromium 87.0.4280.141)
  • 5ea4638 Fix lint
  • 9b52f21 Get rid of dependency "shelljs"
  • 4bf0226 Deps: come back to semver ^a.b.c syntax
  • b99b2f9 Deps: bump axios from 0.x to ^0.21.1, to reassure dependabot
  • Additional commits viewable in compare view

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 1, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #25.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/nativefier-42.3.0 branch May 1, 2021 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants