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

Bump the dependencies group with 10 updates #110

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps the dependencies group with 10 updates:

Package From To
@codemirror/lang-html 6.4.6 6.4.9
@codemirror/lang-javascript 6.2.1 6.2.2
@resvg/resvg-js 2.4.1 2.6.2
@sapphire/snowflake 3.5.1 3.5.3
@tanem/svg-injector 10.1.65 10.1.68
ejs 3.1.9 3.1.10
electron-store 8.1.0 8.2.0
focus-trap 7.5.3 7.5.4
fs-extra 11.1.1 11.2.0
electron 26.2.4 29.3.0

Updates @codemirror/lang-html from 6.4.6 to 6.4.9

Changelog

Sourced from @​codemirror/lang-html's changelog.

6.4.9 (2024-04-12)

Bug fixes

Fix a bug in autoCloseTags that made tags not close when typing > after an attribute.

6.4.8 (2024-01-23)

Bug fixes

Complete attribute names after whitespace in a tag even when completion isn't explicitly triggered.

6.4.7 (2023-11-27)

Bug fixes

Parse script tags with application/json type as JSON syntax.

Commits

Updates @codemirror/lang-javascript from 6.2.1 to 6.2.2

Changelog

Sourced from @​codemirror/lang-javascript's changelog.

6.2.2 (2024-02-20)

Bug fixes

Fix a bug that would cause self-closing JSX tags to have another closing tag inserted when typing the final '>'.

Commits

Updates @resvg/resvg-js from 2.4.1 to 2.6.2

Release notes

Sourced from @​resvg/resvg-js's releases.

v2.6.2

No release notes provided.

v2.6.1

What's Changed

This version solves the problem of missing DLLs caused by not installing Visual C++ Redistributable on Windows.

Added

  • chore(deps): update yarn to v3.8.1
  • chore(deps): update actions/cache action to v4
  • chore(deps): upgrade dependencies such as napi-rs #311
  • chore(ci): adding Node.js v20 to the CI
  • chore(ci): use macOS M1 machines
  • doc: clarify that the default value of the defaultFontFamily is empty
  • doc: improved change log documentation for M/L/C error
  • test: add a bbox test with stroke
  • fix(deps): update rust crate svgtypes to 0.14.0

Fixed

New Contributors

Full Changelog: yisibl/resvg-js@v2.6.0...v2.6.1

v2.6.1-beta.0

What's Changed

This version solves the problem of missing DLLs caused by not installing Visual C++ Redistributable on Windows.

Added

  • chore(deps): upgrade dependencies such as napi-rs #311
  • chore(ci): adding Node.js v20 to the CI
  • chore(ci): use macOS M1 machines
  • doc: clarify that the default value of the defaultFontFamily is empty
  • doc: improved change log documentation for M/L/C error
  • test: add a bbox test with stroke
  • fix(deps): update rust crate svgtypes to 0.14.0

Fixed

... (truncated)

Changelog

Sourced from @​resvg/resvg-js's changelog.

[2.6.2] - 2024-03-26

Fixed

  • fix: Uncaught LinkError WebAssembly.instantiate() #322

[2.6.1] - 2024-03-25

Added

  • chore(deps): update yarn to v3.8.1
  • chore(deps): update actions/cache action to v4

[2.6.1-beta.0] - 2024-03-11

This version solves the problem of missing DLLs caused by not installing Visual C++ Redistributable on Windows.

Added

  • chore(deps): upgrade dependencies such as napi-rs #311
  • chore(ci): adding Node.js v20 to the CI
  • chore(ci): use macOS M1 machines
  • doc: clarify that the default value of the defaultFontFamily is empty
  • doc: improved change log documentation for M/L/C error
  • test: add a bbox test with stroke
  • fix(deps): update rust crate svgtypes to 0.14.0

Fixed

[2.6.0] - 2023-10-20

🚀 Up to 115x faster for very large SVG files

Now resvg has been upgraded from v0.29.0 to v0.34.0, bringing with it a host of new SVG features and performance improvements.

  • Support SVG2 mask-type property.

  • Allows quadratic Bézier curves: text might render slightly differently (better?). This is because TrueType fonts contain only quadratic curves and we were converting them to cubic before.

  • Clipping and masking is up to 20% faster.

  • Reduces the peak memory usages for SVGs with large paths (in terms of the number of segments).

  • A new rendering algorithm. When rendering isolated groups, aka layers, we have to know the layer bounding box beforehand, which is ridiculously hard in SVG. Previously, resvg would simply use the canvas size for all the layers. Meaning that to render a 10x10px layer on a 1000x1000px canvas, we would have to allocate and then blend a 1000x1000px layer, which is just a waste of CPU cycles. The new rendering algorithm is able to calculate layer bounding boxes, which dramatically improves

... (truncated)

Commits
  • 9ca0584 2.6.2
  • 11ea519 fix: Uncaught LinkError WebAssembly.instantiate()
  • 60942db fix(ci): missing .node file for x86_64-apple-darwin
  • 3b9733f 2.6.1
  • f664edf chore(deps): update yarn to v3.8.1
  • 761fd8e chore(deps): update actions/cache action to v4
  • f8087c4 2.6.1-beta.0
  • b05682b chore(deps): upgrade dependencies such as napi-rs
  • caf40aa fix(deps): update rust crate svgtypes to 0.14.0
  • d1ef7c8 chore(deps): update dependency @​swc-node/register to v1.9.0
  • Additional commits viewable in compare view

Updates @sapphire/snowflake from 3.5.1 to 3.5.3

Changelog

Sourced from @​sapphire/snowflake's changelog.

Changelog

All notable changes to this project will be documented in this file.

@​sapphire/snowflake@​3.5.3 - (2024-01-19)

🐛 Bug Fixes

  • Fixed commonjs typings export mapping (#707) (216ff02)

@​sapphire/snowflake@​3.5.2 - (2023-12-04)

🐛 Bug Fixes

  • snowflake: Properly split CJS, ESM and IIFE (2a1fdde)
  • Update export mapping for proper ESM/CJS split (dd0cff8)
  • deps: Update all non-major dependencies (#607) (9cc8bd0)

🧪 Testing

  • Update vitest to coverage v8 (a4bc6e4)
Commits
  • bff7357 chore(snowflake): release @​sapphire/snowflake@​3.5.3
  • 216ff02 fix: fixed commonjs typings export mapping (#707)
  • 4c5325d chore: update dev deps
  • 86e2793 chore(deps): update all non-major dependencies
  • c138495 chore(deps): update all non-major dependencies
  • 0aa00fb chore(deps): update all non-major dependencies
  • 498b488 chore: update dev deps
  • fe2c4d2 chore(deps): update all non-major dependencies
  • 23410cc chore(snowflake): release @​sapphire/snowflake@​3.5.2
  • 716b60c build: set proper files array
  • Additional commits viewable in compare view

Updates @tanem/svg-injector from 10.1.65 to 10.1.68

Changelog

Sourced from @​tanem/svg-injector's changelog.

v10.1.68 (2023-11-12)

Full Changelog

🏠 Internal

v10.1.67 (2023-10-13)

Full Changelog

🏠 Internal

v10.1.66 (2023-10-07)

Full Changelog

🏠 Internal

Commits
  • bbcbbd5 Release v10.1.68
  • 4338899 Update dependency @​types/chai to v4.3.8
  • 8ed414d Update babel monorepo to v7.23.2
  • 95c6a36 Update dependency parcel to v2.10.0
  • 333da6c Update dependency @​types/chai to v4.3.7
  • 0b4e0e1 Update typescript-eslint monorepo to v6.7.5
  • 201ff8a Release v10.1.67
  • 4d62249 Update dependency @​rollup/plugin-node-resolve to v15.2.3
  • b77c1cb Update dependency tanem-scripts to v7.0.21
  • b7bf937 Update dependency eslint to v8.51.0
  • Additional commits viewable in compare view

Updates ejs from 3.1.9 to 3.1.10

Release notes

Sourced from ejs's releases.

v3.1.10

Version 3.1.10

Commits

Updates electron-store from 8.1.0 to 8.2.0

Release notes

Sourced from electron-store's releases.

v8.2.0

  • Allow awaiting .openInEditor() (#272) c0bcdb7

sindresorhus/electron-store@v8.1.0...v8.2.0

Commits

Updates focus-trap from 7.5.3 to 7.5.4

Release notes

Sourced from focus-trap's releases.

v7.5.4

Patch Changes

Changelog

Sourced from focus-trap's changelog.

7.5.4

Patch Changes

Commits
  • df98606 Version Packages (#1079)
  • 680f6e8 fix focusable custom-element tabbing issue (#1072)
  • 891019d [DEPENDABOT]: Bump @​rollup/plugin-node-resolve from 15.2.1 to 15.2.3 (#1073)
  • 0f8ede0 [DEPENDABOT]: Bump @​rollup/plugin-commonjs from 25.0.4 to 25.0.5 (#1075)
  • 4efba41 [DEPENDABOT]: Bump @​types/jquery from 3.5.20 to 3.5.22 (#1074)
  • 000e56f [DEPENDABOT]: Bump @​rollup/plugin-terser from 0.4.3 to 0.4.4 (#1076)
  • 4102828 [DEPENDABOT]: Bump eslint from 8.50.0 to 8.51.0 (#1077)
  • b6bf955 [DEPENDABOT]: Bump @​rollup/plugin-babel from 6.0.3 to 6.0.4 (#1078)
  • 79037b7 [DEPENDABOT]: Bump @​types/jquery from 3.5.19 to 3.5.20 (#1069)
  • 03cac86 [DEPENDABOT]: Bump cypress from 13.2.0 to 13.3.0 (#1070)
  • Additional commits viewable in compare view

Updates fs-extra from 11.1.1 to 11.2.0

Changelog

Sourced from fs-extra's changelog.

11.2.0 / 2023-11-27

  • Copy directory contents in parallel for better performance (#1026)
  • Refactor internal code to use async/await (#1020)
Commits

Updates electron from 26.2.4 to 29.3.0

Release notes

Sourced from electron's releases.

electron v29.3.0

Release Notes for v29.3.0

Fixes

  • Fixed a bug where a window with maximization disabled and WCO enabled would still show its maximization button. #41807

Other Changes

electron v29.2.0

Release Notes for v29.2.0

Features

  • Added a new instance property navigationHistory on webContents API with navigationHistory.getEntryAtIndex method, enabling applications to retrieve the URL and title of any navigation entry within the browsing history. #41661 (Also in 30)

Fixes

  • Fixed crash in Notification::Close() under libnotify 0.8.x with portal environment. #41707 (Also in 28, 30)
  • Fixed usage of Storage.{get|set|clear}Cookies via the Chrome DevTools Protocol. #41739 (Also in 28, 30)

Other Changes

  • Security: backported fix for CVE-2024-2885.
    • Security: backported fix for CVE-2024-2883.
    • Security: backported fix for CVE-2024-2887.
    • Security: backported fix for CVE-2024-2886.
    • Security: backported fix for 329674887.
    • Security: backported fix for 327183408.
    • Security: backported fix for 326349405. #41746
  • Updated Chromium to 122.0.6261.156. #41765

Documentation

  • Documentation changes: #41730

Unknown

  • Added support for Bluetooth ports being requested by service class ID in navigator.serial. #41735 (Also in 30)

electron v29.1.6

Release Notes for v29.1.6

Fixes

  • Fixed shell.showItemInFolder not opening Windows Explorer if the passed path contains forward slashes. #41672 (Also in 28, 30)
  • Fixed a potential crash in chrome.scripting on extension unload. #41701 (Also in 30)
  • Fixed an issue where emojis weren't properly handled on Windows. #41680 (Also in 30)
  • Fixed an issue where the serial-port-added event improperly respected filters set by serial.requestPort(). #41636 (Also in 28, 30)

Other Changes

... (truncated)

Commits
  • 1cd7a71 fix: WCO maximize button visibility when non-maximizable (#41807)
  • feb81b6 build: add Markdown lint check for unescaped angle brackets (#41800)
  • a3d9e4b build: add missing header for content::SyntheticGestureTarget (#41798)
  • ec4683c chore: cherry-pick 1 change from Release-2-M123 (#41775)
  • a02e0f0 docs: update node.js version for Electron 29 (#41774)
  • 97eee46 feat: add navigationHistory.getEntryAtIndex(int index) method (#41661)
  • ed9a12c chore: bump chromium to 122.0.6261.156 (29-x-y) (#41765)
  • fe4d3a2 docs: add missing headers option to ClientRequest options (#41730)
  • ad9a90e chore: cherry-pick 8 changes from Release-1-M123 (#41746)
  • 8647232 feat(serial): allow Bluetooth ports to be requested by service class ID (#41735)
  • 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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@codemirror/lang-html](https://github.com/codemirror/lang-html) | `6.4.6` | `6.4.9` |
| [@codemirror/lang-javascript](https://github.com/codemirror/lang-javascript) | `6.2.1` | `6.2.2` |
| [@resvg/resvg-js](https://github.com/yisibl/resvg-js) | `2.4.1` | `2.6.2` |
| [@sapphire/snowflake](https://github.com/sapphiredev/utilities/tree/HEAD/packages/snowflake) | `3.5.1` | `3.5.3` |
| [@tanem/svg-injector](https://github.com/tanem/svg-injector) | `10.1.65` | `10.1.68` |
| [ejs](https://github.com/mde/ejs) | `3.1.9` | `3.1.10` |
| [electron-store](https://github.com/sindresorhus/electron-store) | `8.1.0` | `8.2.0` |
| [focus-trap](https://github.com/focus-trap/focus-trap) | `7.5.3` | `7.5.4` |
| [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.1.1` | `11.2.0` |
| [electron](https://github.com/electron/electron) | `26.2.4` | `29.3.0` |


Updates `@codemirror/lang-html` from 6.4.6 to 6.4.9
- [Changelog](https://github.com/codemirror/lang-html/blob/main/CHANGELOG.md)
- [Commits](codemirror/lang-html@6.4.6...6.4.9)

Updates `@codemirror/lang-javascript` from 6.2.1 to 6.2.2
- [Changelog](https://github.com/codemirror/lang-javascript/blob/main/CHANGELOG.md)
- [Commits](codemirror/lang-javascript@6.2.1...6.2.2)

Updates `@resvg/resvg-js` from 2.4.1 to 2.6.2
- [Release notes](https://github.com/yisibl/resvg-js/releases)
- [Changelog](https://github.com/yisibl/resvg-js/blob/main/CHANGELOG.md)
- [Commits](yisibl/resvg-js@v2.4.1...v2.6.2)

Updates `@sapphire/snowflake` from 3.5.1 to 3.5.3
- [Changelog](https://github.com/sapphiredev/utilities/blob/main/packages/snowflake/CHANGELOG.md)
- [Commits](https://github.com/sapphiredev/utilities/commits/@sapphire/snowflake@3.5.3/packages/snowflake)

Updates `@tanem/svg-injector` from 10.1.65 to 10.1.68
- [Changelog](https://github.com/tanem/svg-injector/blob/master/CHANGELOG.md)
- [Commits](tanem/svg-injector@v10.1.65...v10.1.68)

Updates `ejs` from 3.1.9 to 3.1.10
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](mde/ejs@v3.1.9...v3.1.10)

Updates `electron-store` from 8.1.0 to 8.2.0
- [Release notes](https://github.com/sindresorhus/electron-store/releases)
- [Commits](sindresorhus/electron-store@v8.1.0...v8.2.0)

Updates `focus-trap` from 7.5.3 to 7.5.4
- [Release notes](https://github.com/focus-trap/focus-trap/releases)
- [Changelog](https://github.com/focus-trap/focus-trap/blob/master/CHANGELOG.md)
- [Commits](focus-trap/focus-trap@v7.5.3...v7.5.4)

Updates `fs-extra` from 11.1.1 to 11.2.0
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@11.1.1...11.2.0)

Updates `electron` from 26.2.4 to 29.3.0
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v26.2.4...v29.3.0)

---
updated-dependencies:
- dependency-name: "@codemirror/lang-html"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@codemirror/lang-javascript"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@resvg/resvg-js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@sapphire/snowflake"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanem/svg-injector"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ejs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: electron-store
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: focus-trap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: fs-extra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 22, 2024

Superseded by #111.

@dependabot dependabot bot closed this Apr 22, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-faecdb4ebc branch April 22, 2024 13:24
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.

None yet

0 participants