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 50.0.0 #48

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2022

Bumps nativefier from 8.0.7 to 50.0.0.

Release notes

Sourced from nativefier's releases.

Nativefier v50.0.0

[BREAKING] Block some external URLs from opening outside of Nativefier (fix #1459) This is a security fix, all users are encouraged to upgrade.

This will, for security, block loading 2 kinds of external (out of Nativefier) URLs: One: using dubious URL schemes, two: including nasty characters. Blocking URLs will be accompanied by a window explaining what's going on, and linking to a discussion thread where you can report false positives. Hopefully not BREAKING much (the behavior should now be aligned with what browsers do), but web weirdness happens. Shout and we'll tweak.

Also,

Nativefier v49.0.1

  • Bump default Electron to 19.0.14 (from .10), with security fixes. Changelogs: .11, .12, .13, .14.
  • macOS: Move handling of "Universal" apps to electron-packager instead of our own thing (PR #1443 @​TheCleric)
  • Upgrade cli+app dependencies

Nativefier v49.0.0

[BREAKING] 49.0.0 doesn't have more breaking changes than 48.0.0, but I'm releasing a new major release anyway to signal one particularly noteworthy breaking change in Electron 19 that I failed to pass along to you in 48.0.0: The ia32 arch (a.k.a. i386 or x86/32bit) is no longer supported.

People still running Nativefier apps on old ia32 machines, feel free to keep using Nativefier <= 48.0.0, passing a flag --electron-version 18.x.y, but be aware you're on your own, with no new Electron security patches! Starting with 49.0.0, it's no longer possible to build ia32 apps. Please don't report issues about it, the deprecation is an upstream Electron/Chromium decision, and there's nothing we will do about it. Thx @​TheCleric for the catch.

Also,

Nativefier v48.0.0

[BREAKING] Bump default Electron to 19.0.9 (from 18.3.5), with Chrome 102

... (truncated)

Changelog

Sourced from nativefier's changelog.

50.0.0 / 2022-09-17

[BREAKING] Add validation to opening external URLs in desktop handler (fix #1459) This will, for security, refuse loading of certain external of two kinds. One: using dubious URL schemes, two: including nasty characters. Blocking URLs will be accompanied by a window explaining what's going on, and linking to a discussion thread where you can report false positives. Hopefully not BREAKING much (the behavior should now be aligned with what browsers do), but web weirdness happens. Shout and we'll tweak.

Also,

49.0.1 / 2022-08-28

49.0.0 / 2022-07-30

[BREAKING] 49.0.0 doesn't have more breaking changes than 48.0.0, but I'm releasing a new major release anyway to signal one particularly noteworthy breaking change in Electron 19 that I failed to pass along to you in 48.0.0: The ia32 arch (a.k.a. i386 or x86/32bit) is no longer supported.

People still running Nativefier apps on old ia32 machines, feel free to keep passing a flag --electron-version 18.x.y while it works. Note however that we won't be testing it, and future Nativefier versions may depend on upcoming Electron APIs that will crash your electron18-app-packaged-by-future-Nativefier. The deprecation is an upstream Electron decision, and there's nothing we will do about it. Thx @​TheCleric for the catch.

Also,

  • macOS: Fix "main window cannot be activated" (fix #1415, PR #1417)
  • Bump default Electron from 19.0.9 to 19.0.10

... (truncated)

Commits
  • b310315 Update changelog for v50.0.0
  • cc957e7 Bump default Electron to 19.0.17 (from .14), with security fixes
  • 93205ac relock app
  • f53827a relock cli
  • 840fe4a Add validation to opening URLs in external desktop handler (fix #1459)
  • eecc33c Fix double-navigation to pages
  • be2180b Update changelog for v49.0.1
  • 5f1e2cb Revert node types to 12.x, from 14.x accidentally set which is wrong since we...
  • 1933f22 Bump default Electron to 19.0.14 (from .10)
  • f337401 relock app
  • 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)

Bumps [nativefier](https://github.com/nativefier/nativefier) from 8.0.7 to 50.0.0.
- [Release notes](https://github.com/nativefier/nativefier/releases)
- [Changelog](https://github.com/nativefier/nativefier/blob/master/CHANGELOG.md)
- [Commits](nativefier/nativefier@v8.0.7...v50.0.0)

---
updated-dependencies:
- dependency-name: nativefier
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2022

Superseded by #50.

@dependabot dependabot bot closed this Dec 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nativefier-50.0.0 branch December 1, 2022 10:00
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