kando-menu / kando

🥧 The Cross-Platform Pie Menu.
https://ko-fi.com/post/Kando-1-0-0-released-G2G5Z1DOS
Other
1.18k stars 25 forks source link

⬆️ Bump the minor-updates group across 1 directory with 9 updates #429

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the minor-updates group with 9 updates in the / directory:

Package From To
commander 12.0.0 12.1.0
electron-squirrel-startup 1.0.0 1.0.1
material-symbols 0.17.4 0.18.0
@typescript-eslint/eslint-plugin 7.8.0 7.10.0
@typescript-eslint/parser 7.8.0 7.10.0
@vercel/webpack-asset-relocator-loader 1.7.3 1.7.4
css-loader 7.1.1 7.1.2
electron 28.3.1 28.3.3
sass 1.77.1 1.77.2

Updates commander from 12.0.0 to 12.1.0

Release notes

Sourced from commander's releases.

v12.1.0

Added

  • auto-detect special node flags node --eval and node --print when call .parse() with no arguments (#2164)

Changed

  • prefix require of Node.js core modules with node: (#2170)
  • format source files with Prettier (#2180)
  • switch from StandardJS to directly calling ESLint for linting (#2153)
  • extend security support for previous major version of Commander (#2150)

Removed

  • removed unimplemented Option.fullDescription from TypeScript definition (#2191)
Changelog

Sourced from commander's changelog.

[12.1.0] (2024-05-18)

Added

  • auto-detect special node flags node --eval and node --print when call .parse() with no arguments (#2164)

Changed

  • prefix require of Node.js core modules with node: (#2170)
  • format source files with Prettier (#2180)
  • switch from StandardJS to directly calling ESLint for linting (#2153)
  • extend security support for previous major version of Commander (#2150)

Removed

  • removed unimplemented Option.fullDescription from TypeScript definition (#2191)
Commits


Updates electron-squirrel-startup from 1.0.0 to 1.0.1

Commits
  • fcb9674 1.0.1
  • 77deae6 Add CodeQL workflow (#44)
  • 29221a0 Updated the README to include Babel/ES6 usage (#18)
  • cfd9594 :lipstick: Add badges
  • 7c7bc3b :checkered_flag: Update appveyor node version (#13)
  • 9089db2 :green_heart: Setup tests for travis (#11)
  • 2b2f0a3 :arrow_up: mongodb-js-precommit@0.2.9 eslint-config-mongodb-js@2.2.0
  • cb07396 INT-1510: Add electron to dependency check ignore. (#8)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by addaleax, a new releaser for electron-squirrel-startup since your current version.


Updates material-symbols from 0.17.4 to 0.18.0

Commits


Updates @typescript-eslint/eslint-plugin from 7.8.0 to 7.10.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.10.0

7.10.0 (2024-05-20)

🚀 Features

  • eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760)

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag (#8764)
  • typescript-estree: don't add in-project files to defaultProjectMatchedFiles (#9097)
  • utils: remove function form type from flat config files and ignores (#9111)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.9.0

7.9.0 (2024-05-13)

🚀 Features

  • rule-tester: check for missing placeholder data in the message (#9039)

🩹 Fixes

  • do not pass tsconfig canonical file name to typescript API to get program details for config file (#9042)
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters (#9045)

❤️ Thank You

  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.10.0 (2024-05-20)

🚀 Features

  • eslint-plugin: [sort-type-constituents] support case sensitive sorting

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag

❤️ Thank You

  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

7.9.0 (2024-05-13)

🩹 Fixes

  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters

❤️ Thank You

  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

You can read about our versioning strategy and releases on our website.

Commits
  • c18226e chore(release): publish 7.10.0
  • 8d92ba8 docs: [no-floating-promises] fix capitalization typo (#9118)
  • d951d83 fix(eslint-plugin): [prefer-regexp-exec] fix heuristic to check whether regex...
  • 987a96e feat(eslint-plugin): [sort-type-constituents] support case sensitive sorting ...
  • 77fc366 chore(release): publish 7.9.0
  • f53fece chore: add knip (#8192)
  • 8acb8d4 fix(eslint-plugin): [explicit-function-return-types] fix false positive on de...
  • d696ea2 docs(eslint-plugin): fix several 404 URLs (#9064)
  • 37a41d9 docs: fix broken link to import/no-duplicates on no-duplicate-imports pag...
  • ab92621 docs: correct its/it's spelling (#9048)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.8.0 to 7.10.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.10.0

7.10.0 (2024-05-20)

🚀 Features

  • eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760)

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag (#8764)
  • typescript-estree: don't add in-project files to defaultProjectMatchedFiles (#9097)
  • utils: remove function form type from flat config files and ignores (#9111)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.9.0

7.9.0 (2024-05-13)

🚀 Features

  • rule-tester: check for missing placeholder data in the message (#9039)

🩹 Fixes

  • do not pass tsconfig canonical file name to typescript API to get program details for config file (#9042)
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters (#9045)

❤️ Thank You

  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.10.0 (2024-05-20)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.9.0 (2024-05-13)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits


Updates @vercel/webpack-asset-relocator-loader from 1.7.3 to 1.7.4

Release notes

Sourced from @​vercel/webpack-asset-relocator-loader's releases.

v1.7.4

1.7.4 (2024-05-16)

Bug Fixes

Commits


Updates css-loader from 7.1.1 to 7.1.2

Release notes

Sourced from css-loader's releases.

v7.1.2

7.1.2 (2024-05-22)

Bug Fixes

  • keep order of @imports with the webpackIgnore comment (#1600) (76757ef)
Changelog

Sourced from css-loader's changelog.

7.1.2 (2024-05-22)

Bug Fixes

  • keep order of @imports with the webpackIgnore comment (#1600) (76757ef)
Commits


Updates electron from 28.3.1 to 28.3.3

Release notes

Sourced from electron's releases.

electron v28.3.3

Release Notes for v28.3.3

Other Changes

  • Backported fix for 341663589. #42257

electron v28.3.2

Release Notes for v28.3.2

Fixes

  • Fixed an issue where console.log() in AudioWorkletGlobalScope produced incorrect output. #41895
  • Rename patches/devtools_frontend to patches/devtools-frontend. #42212

Other Changes

  • Backported fix for 1517088. #42093
  • Backported fix for 327027138. #42103
  • Backported fix for 330756841. #42092
  • Backported fix for 339266700. #42098
  • Backported fix for 339458194. #42124
  • Backported fix for 340221135. #42176
  • Security: backported fix for 329699609.
    • Security: backported fix for CVE-2024-4948.
    • Security: backported fix for 338574384. #42221
  • Security: backported fix for 335003891.
    • Security: backported fix for 333508731. #42008
  • Security: backported fix for CVE-2024-3914. #41985
  • Security: backported fix for CVE-2024-4060.
    • Security: backported fix for CVE-2024-4058. #41983
  • Security: backported fix for CVE-2024-4558. #42091
  • [a11y] avoid clearing/resetting focus on an already focused element. #42071
Commits


Updates sass from 1.77.1 to 1.77.2

Release notes

Sourced from sass's releases.

Dart Sass 1.77.2

To install Sass 1.77.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Don't emit deprecation warnings for functions and mixins beginning with __.

  • Allow user-defined functions whose names begin with _ and otherwise look like vendor-prefixed functions with special CSS syntax.

Command-Line Interface

  • Properly handle the --silence-deprecation flag.

  • Handle the --fatal-deprecation and --future-deprecation flags for --interactive mode.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.77.2

  • Don't emit deprecation warnings for functions and mixins beginning with __.

  • Allow user-defined functions whose names begin with _ and otherwise look like vendor-prefixed functions with special CSS syntax.

Command-Line Interface

  • Properly handle the --silence-deprecation flag.

  • Handle the --fatal-deprecation and --future-deprecation flags for --interactive mode.

Commits
  • 5121eb1 Don't treat underscores as hyphens for the purpose of error checking (#2247)
  • bdc08fd Merge pull request #2246 from sass/deprecation-cli
  • 9a9e483 Add a test to ensure the sass_api dartdoc version matches sass
  • 8c48a01 Expand dartdoc range for sass_api to match sass
  • c9f0d3f Fix deprecation flags in the CLI and add tests
  • 54a6dec Bump lints from 3.0.0 to 4.0.0 (#2242)
  • See full diff in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | electron | [>= 29.a, < 30] | | electron | [>= 30.a, < 31] |

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.