data-curator
data-curator copied to clipboard
Bump electron-debug from 1.5.0 to 3.1.0
Bumps electron-debug from 1.5.0 to 3.1.0.
Release notes
Sourced from electron-debug's releases.
v3.1.0
- Add support for new session extension handling in Electron 9 (#80) 212552f
https://github.com/sindresorhus/electron-debug/compare/v3.0.1...v3.1.0
v3.0.1
- Correctly remember the last DevTools docking position (#75) ee309ad
https://github.com/sindresorhus/electron-debug/compare/v3.0.0...v3.0.1
v3.0.0
Breaking:
- Require Electron 5 or later fd5ab10
- Rename
enabledoption toisEnabled(#69) 658da96Breaking for TypeScript-users:
- Only use a CommonJS export for the TypeScript definition 975b51f
- You need to change
import debug from 'electron-debug';toimport debug = require('electron-debug');https://github.com/sindresorhus/electron-debug/compare/v2.2.0...v3.0.0
v2.2.0
- Refactor TypeScript definition to CommonJS compatible export (#72) 3c66c18
https://github.com/sindresorhus/electron-debug/compare/v2.1.0...v2.2.0
v2.1.0
- Add TypeScript definition (#68) a1ac261
https://github.com/sindresorhus/electron-debug/compare/v2.0.0...v2.1.0
Commits
3f92ef43.1.0bbce608Meta tweaks212552fAdd support for new session extension handling in Electron 9 (#80)29b58de3.0.1ee309adCorrectly remember the last docking position (#75)d25c72aEnable the repo sponsor button95a34873.0.0fd5ab10Require Electron 5 or later28e34f2Meta tweaks658da96Require Electron 4 and renameenabledoption toisEnabled(#69)- Additional commits viewable in compare view
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 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill 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)
- Pull request limits (per update run and/or open at any time)
- 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)