Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 23, 2021

Bumps electron from 13.1.6 to 13.2.1.

Release notes

Sourced from electron's releases.

electron v13.2.1

Release Notes for v13.2.1

Fixes

  • Fixed potential crash when programmatically closing a draggable frameless child window. #30572

electron v13.2.0

Release Notes for v13.2.0

Features

  • Added support for the des-ede3 cipher in node crypto. #30453 (Also in 11, 12)

Fixes

  • Fixed an issue on Mac where an application could not capture its own window using the desktop capture or getMediaSourceId APIs. #30523 (Also in 14, 15)
  • Fixed rare crash in UpdateDraggableRegions. #30557

Other Changes

  • Security: Backported fix for 1196853. #30449

electron v13.1.9

Release Notes for v13.1.9

Fixes

  • Fixed documentEdited status not updating close button for frameless window on macOS. #30393 (Also in 14, 15)

Other Changes

  • Security: backported fix for 1229298. #30452

electron v13.1.8

Release Notes for v13.1.8

Fixes

  • Fixed a potential crash that would occur with draggable regions on Windows. #30326 (Also in 14, 15)
  • Fixed an issue where a specified aspect ratio could become incorrect when maximizing a window on macOS. #30330 (Also in 12, 14, 15)
  • Fixed frameless window having wrong traffic lights position on macOS 11. #30319 (Also in 14, 15)
  • Fixed pressing ESC not exiting fullscreen from webview. #30128 (Also in 12, 14)
  • Fixed stack overflow crash in v8 on windows 32-bit builds. #30241 (Also in 12, 14, 15)
  • Fixed tray.setTitle not respecting ANSI colors if a font type was specified. #30163 (Also in 14)

Other Changes

... (truncated)

Commits

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 dependabot bot added the dependencies Pull requests that update a dependency file label Aug 23, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/app/electron-13.2.1 branch from 0addd33 to c22bb19 Compare August 30, 2021 08:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/app/electron-13.2.1 branch from c22bb19 to 703fda2 Compare October 6, 2021 20:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/app/electron-13.2.1 branch from 703fda2 to acfb7eb Compare December 2, 2021 23:25
Bumps [electron](https://github.com/electron/electron) from 13.1.6 to 13.2.1.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v13.1.6...v13.2.1)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/app/electron-13.2.1 branch from acfb7eb to 573fa2c Compare December 24, 2021 00:53
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 24, 2022

Looks like electron is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 24, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/app/electron-13.2.1 branch January 24, 2022 10:41
tschmidtb51 pushed a commit that referenced this pull request Oct 24, 2022
7405d411 feat: remove strict option temporarily
a3466e94 Merge pull request secvisogram#69 from secvisogram/update-deps
6df13f01 chore: update dependencies
348912d5 Merge pull request secvisogram#68 from secvisogram/fix-mandatory-test-6-1-16
20065219 fix: correct version checking
4a59f463 Merge pull request #60 from secvisogram/docs/hunspell
6bc47d7a Merge pull request secvisogram#62 from secvisogram/39-expose-group-of-tests
d5567cf4 Merge pull request secvisogram#64 from secvisogram/26-abstract-cvss-mapping-in-single-module
5f62a16e Merge pull request secvisogram#63 from secvisogram/25-use-embedded-cvss-20-library-in-mandatory-test-619
5d23103a Merge pull request secvisogram#66 from secvisogram/45-interface-anpassen
b989ba6f Merge pull request secvisogram#65 from secvisogram/56-test-639
b24b3bd4 refactor: remove unused field
38f934f5 Merge pull request #61 from secvisogram/fix/allow_empty_revision_history
a0030f00 style(mandatoryTest_6_1_24): reformat with prettier
da6ec702 refactor(mandatoryTest_6_1_24): correct test name in description
e4999f09 test(mandatoryTest_6_1_30): add unit test with valid and invalid examples
1b209467 feat: handle ajv errors without message
d7d0b62f fix: fix recursion in informative test 6.3.9
c2ff02b8 refactor: use central cvss v3 mapping
b11c34ed refactor: use central cvss v2 mapping
d8ef58b7 refactor: use embedded cvss2 library
77810740 docs: document basic, extended and full presets
d764e7e7 fix(mandatoryTest_6_1_30): allow empty revision history
840b5d74 docs: document hunspell requirement
575610d2 Merge pull request #51 from secvisogram/48-add-strict-option
e1fe09a3 Apply suggestions from code review
1351365f Merge pull request #59 from secvisogram/chore/57-improve-error-message
c38e01f8 chore: improve error message in 6.3.3
3801ce24 Update README.md
b1a91084 Update README.md
ecb02f33 0.1.0
96aa2bf2 docs: add paragraph about strict mode
bc3da447 Update tests/validate.js
74ad2437 Update lib/validate.js
510d70e7 Merge pull request #54 from secvisogram/47-undici-aktualisieren
dbe1ed24 Merge pull request #52 from secvisogram/28-add-license-file
70708701 Merge pull request #53 from secvisogram/19-indicate-node-version
9f92d864 chore: add license file
1769c1ce chore: update undici dependency
8b0316bb chore: update json-pointer dependency
bcfae615 chore: document node.js version
95e41c07 feat: add strict mode option
4d897a04 Merge pull request #42 from secvisogram/40-example-doesnt-work
53364a2f Merge pull request #43 from secvisogram/41-test-618-missing-in-readme
4b44a795 Merge pull request #44 from secvisogram/39-expose-group-of-tests
1c94a73f docs: update example
485c7e81 feat: expose basic, extended and full presets
b845135a docs: add missing tests in readme

git-subtree-dir: csaf-validator-lib
git-subtree-split: 7405d411bd34e4530d2fd5caeac13dbda5627a4f
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.

1 participant