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 9 updates #106

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 9 updates:

Package From To
@codemirror/lang-html 6.4.6 6.4.8
@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
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.1.6

Updates @codemirror/lang-html from 6.4.6 to 6.4.8

Changelog

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

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 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.1.6

Release notes

Sourced from electron's releases.

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

electron v29.1.5

Release Notes for v29.1.5

Fixes

  • Fixed an issue where badge text set using the Badging API no longer appeared correctly on Windows. #41628 (Also in 30)

Other Changes

  • Updated Chromium to 122.0.6261.130. #41598

electron v29.1.4

Release Notes for v29.1.4

Other Changes

  • Updated Chromium to 122.0.6261.129. #41583

electron v29.1.3

Release Notes for v29.1.3

Fixes

  • Fixed chrome://process-internals failing to load. #41542 (Also in 28, 30)
  • Fixed a memory corruption crash on Windows by removing DXDiag telemetry code. #41574

Other Changes

  • Backported fix for 40265302. #41573
  • Updated Chromium to 122.0.6261.112. #41552

electron v29.1.2

Release Notes for v29.1.2

Fixes

  • Fixed chrome://process-internals failing to load. #41542 (Also in 28, 30)
  • Fixed a memory corruption crash on Windows by removing DXDiag telemetry code. #41574

... (truncated)

Commits
  • 3b025ec test: add test and api_feature definition for `chrome.scripting.globalParam...
  • d2c14f1 fix: crash on extension unload when script validation finishes (#41701)
  • 0d3f50f docs: backslash escape parametrized TypeScript types (#41692)
  • d3da708 fix: WTF-8 decoding issue in node:fs (#41680)
  • e64c123 fix: normalize path before calling showItemInFolder and openPath (#41672)
  • 9ce58dd ci: use CircleCI hosted macOS arm64 runners for testing (#41655)
  • 4da7bff docs: nodejs trademark policy link broken (#41653)
  • 53a7faa chore: bump chromium to 122.0.6261.139 (29-x-y) (#41634)
  • d2177e4 chore: cherry-pick 1 change from Release-0-M123 (#41631)
  • 07f5075 fix: serial-port-added should respect filters (#41636)
  • 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 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@codemirror/lang-html](https://github.com/codemirror/lang-html) | `6.4.6` | `6.4.8` |
| [@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` |
| [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.1.6` |


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

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 `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.1.6
- [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.1.6)

---
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: 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 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 8, 2024

Superseded by #108.

@dependabot dependabot bot closed this Apr 8, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-a197580187 branch April 8, 2024 13:11
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