pgadmin4
pgadmin4 copied to clipboard
Javascript dependency: Bump nw from 0.77.0 to 0.87.0 in /runtime
Bumps nw from 0.77.0 to 0.87.0.
Changelog
Sourced from nw's changelog.
[0.87.0]
Changed
- Allow passing unknown options to
nwviacommanderacting as parser.[0.86.0-3]
Changed
findpathlooks for actual path and not symlink. On Windows, if user does not have Administrator privileges, symlink is not created, thenfindpathfails to find the file path.findpathis async with return typePromise<string>and has a secondary options argument. This is useful when you have multiple binaries. Here's an example of how to get the file path to ChromeDriver. 75a9fc0const nwPath = await findpath('chromedriver', { flavor: 'sdk' });[0.86.0-2]
Changed
- Correct default path to NW.js binary
[0.86.0-1]
Changed
- Fix module import.
[0.86.0]
Changed
- Fix undefined
versionin parsing logic.[0.85.0-4]
Added
- Allow user to run specific binaries by specifing version, flavor, platform, arch and cacheDir options via CLI.
Changed
- Fix run mode and remove workaround for disappearing Node manifest.
Removed
- mac_plist and mac_icon CLI options.
[0.85.0-3]
... (truncated)
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by ayushmxn, a new releaser for nw since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)