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 js-dev-dependencies group across 1 directory with 26 updates #347

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

Bumps the js-dev-dependencies group with 22 updates in the / directory:

Package From To
@typescript-eslint/eslint-plugin 6.10.0 7.12.0
@typescript-eslint/parser 6.10.0 7.12.0
chai 4.3.7 5.1.1
css-loader 6.8.1 7.1.2
electron 27.0.0 30.1.0
electron-builder 24.6.4 24.13.3
electron-mocha 12.1.0 12.3.0
eslint-plugin-tsdoc 0.2.17 0.3.0
execa 8.0.1 9.2.0
html-loader 4.2.0 5.0.0
html-webpack-plugin 5.5.1 5.6.0
nodemon 3.0.1 3.1.3
nyc 15.1.0 17.0.0
postcss-loader 7.3.3 8.1.1
sass 1.69.0 1.77.4
sass-loader 13.3.2 14.2.1
sinon 17.0.1 18.0.0
style-loader 3.3.2 4.0.0
webpack 5.89.0 5.91.0
webpack-dev-server 4.15.1 5.0.4
yauzl 2.10.0 3.1.3
zx 7.2.1 8.1.2

Updates @typescript-eslint/eslint-plugin from 6.10.0 to 7.12.0

Release notes

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

v7.12.0

7.12.0 (2024-06-03)

🚀 Features

  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals) (#8821)
  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises' (#9186)
  • rule-tester: check for parsing errors in suggestion fixes (#9052)
  • rule-tester: port checkDuplicateTestCases from ESLint (#9026)

🩹 Fixes

  • no-useless-template-expression -> no-unnecessary-template-expression (#9174)
  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check (#8820)
  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining (#8851)
  • eslint-plugin: [explicit-member-accessibility] refine report locations (#8869)
  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares (#8901)
  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (#9114)
  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe (#9031)
  • eslint-plugin: [member-ordering] also TSMethodSignature can be get/set (#9193)
  • types: correct typing ParserOptions (#9202)

❤️ Thank You

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

v7.11.0

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment (#9081)

🩹 Fixes

  • ast-spec: add EmptyStatement to Statement (#8892)
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions (#8826)
  • typescript-estree: truncate number of files printed by the maximum file error (#9127)

❤️ Thank You

... (truncated)

Changelog

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

7.12.0 (2024-06-03)

🚀 Features

  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)

  • rule-tester: check for parsing errors in suggestion fixes

  • rule-tester: port checkDuplicateTestCases from ESLint

  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'

🩹 Fixes

  • no-useless-template-expression -> no-unnecessary-template-expression

  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check

  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining

  • eslint-plugin: [explicit-member-accessibility] refine report locations

  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares

  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions

  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe

  • eslint-plugin: [member-ordering] also TSMethodSignature can be get/set

❤️ Thank You

  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment

... (truncated)

Commits
  • 7e93b28 chore(release): publish 7.12.0
  • d0adcf1 docs: clarify what require-await does (#9200)
  • 04990d5 feat(eslint-plugin): [no-floating-promises] add option 'allowForKnownSafeProm...
  • ad85249 docs: mention related ESLint rules in no-unused-vars page (#9198)
  • e80a8d6 docs: improve description for no-dynamic-delete (#9195)
  • 9f92b30 docs: explicitly mention unbound-method limitation with thisArg (#9197)
  • 08a9448 docs: add example with PascalCase function components (#9196)
  • 5ca7f6e feat(rule-tester): port checkDuplicateTestCases from ESLint (#9026)
  • a9dd526 fix(eslint-plugin): [member-ordering] also TSMethodSignature can be get/set (...
  • 2619c3b fix(eslint-plugin): [return-await] clean up in-try-catch detection and make a...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.10.0 to 7.12.0

Release notes

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

v7.12.0

7.12.0 (2024-06-03)

🚀 Features

  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals) (#8821)
  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises' (#9186)
  • rule-tester: check for parsing errors in suggestion fixes (#9052)
  • rule-tester: port checkDuplicateTestCases from ESLint (#9026)

🩹 Fixes

  • no-useless-template-expression -> no-unnecessary-template-expression (#9174)
  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check (#8820)
  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining (#8851)
  • eslint-plugin: [explicit-member-accessibility] refine report locations (#8869)
  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares (#8901)
  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (#9114)
  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe (#9031)
  • eslint-plugin: [member-ordering] also TSMethodSignature can be get/set (#9193)
  • types: correct typing ParserOptions (#9202)

❤️ Thank You

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

v7.11.0

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment (#9081)

🩹 Fixes

  • ast-spec: add EmptyStatement to Statement (#8892)
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions (#8826)
  • typescript-estree: truncate number of files printed by the maximum file error (#9127)

❤️ Thank You

... (truncated)

Changelog

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

7.12.0 (2024-06-03)

🩹 Fixes

  • types: correct typing ParserOptions

❤️ Thank You

  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

7.11.0 (2024-05-27)

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

7.8.0 (2024-04-29)

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.7.1 (2024-04-22)

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.7.0 (2024-04-15)

... (truncated)

Commits

Updates chai from 4.3.7 to 5.1.1

Release notes

Sourced from chai's releases.

v5.1.1

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.1.0...v5.1.1

v5.1.0

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.0.3...v5.1.0

v5.0.3

Fix bad v5.0.2 publish.

Full Changelog: chaijs/chai@v5.0.2...v5.0.3

v5.0.2

What's Changed

Full Changelog: chaijs/chai@v5.0.1...v5.0.2

v5.0.0

BREAKING CHANGES

  • Chai now only supports EcmaScript Modules (ESM). This means your tests will need to either have import {...} from 'chai' or import('chai'). require('chai') will cause failures in nodejs. If you're using ESM and seeing failures, it may be due to a bundler or transpiler which is incorrectly converting import statements into require calls.

... (truncated)

Commits

Updates css-loader from 6.8.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)

v7.1.1

7.1.1 (2024-04-10)

Bug Fixes

  • automatically rename class default to _default when named export is enabled (#1590) (d6c31a1)

v7.1.0

7.1.0 (2024-04-08)

Features

  • added the getJSON option to output CSS modules mapping (#1577) (af834b4)

v7.0.0

7.0.0 (2024-04-04)

⚠ BREAKING CHANGES

  • The modules.namedExport option is true by default if you enable the esModule option

Migration guide:

Before:

import style from "./style.css";
console.log(style.myClass);

After:

import * as style from "./style.css";
console.log(style.myClass);

... (truncated)

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)

7.1.1 (2024-04-10)

Bug Fixes

  • automatically rename class default to _default when named export is enabled (#1590) (d6c31a1)

7.1.0 (2024-04-08)

Features

  • added the getJSON option to output CSS modules mapping (#1577) (af834b4)

7.0.0 (2024-04-04)

⚠ BREAKING CHANGES

  • The modules.namedExport option is true by default if you enable the esModule option

Migration guide:

Before:

import style from "./style.css";
console.log(style.myClass);

After:

import * as style from "./style.css";
console.log(style.myClass);

To restore 6.x behavior, please use:

module.exports = {
</tr></table> 

... (truncated)

Commits

Updates electron from 27.0.0 to 30.1.0

Release notes

Sourced from electron's releases.

electron v30.1.0

Release Notes for v30.1.0

Fixes

  • BrowserWindow.show() now correctly restores focus to inactive apps on macOS. #42306 (Also in 31)
  • Fixed BrowserWindow vibrancy on macOS. #42263
  • Fixed an issue where BrowserView webContents were getting destroyed even when preventDefault was being set on the owning BrowserWindow's close event. #42371
  • Fixed an issue where dialogs did not work if they were parented to a BaseWindow and not a BrowserWindow. #42327 (Also in 31)
  • Fixed an issue where some calls to WebUSB methods could crash. #42364 (Also in 29, 31)

Other Changes

  • Updated Chromium to 124.0.6367.243. #42328
  • Updated Node.js to v20.14.0. #42294

electron v30.0.9

Release Notes for v30.0.9

Fixes

  • Fixed the type of WebviewTag.webpreferences back to string. #42280 (Also in 31)

Other Changes

  • Updated Chromium to 124.0.6367.233. #42269

electron v30.0.8

Release Notes for v30.0.8

Other Changes

  • Backported fix for 341663589. #42255
  • Updated Chromium to 124.0.6367.230. #42246

electron v30.0.7

Release Notes for v30.0.7

Fixes

  • Fixed an issue where non-English IME users would see app hangs on a second monitor. #42249
  • Fixed an issue where the window could be incorrectly centered in some circumstances when calling BrowserWindow.center(). #42196 (Also in 31)

Other Changes

  • Updated Chromium to 124.0.6367.221. #42208

electron v30.0.6

Release Notes for v30.0.6

Fixes

  • Fixed a potential issue with Linux layout invalidation. #42189

... (truncated)

Commits
  • 4c96ced fix: WebUSB should not crash when using in-memory partitions (#42364)
  • e645ea8 fix: vibrant view is inserted into Views API hierarchy (#42263)
  • 484cf26 fix: don't destroy BrowserView webContents when owning BrowserWindow hasn't b...
  • fb6b8e9 chore: bump chromium to 124.0.6367.243 (30-x-y) (#42328)
  • 3be3381 chore: bump node to v20.14.0 (30-x-y) (#42294)
  • 5523d91 fix: dialogs should work with BaseWindows internally (#42327)
  • 6cb747e fix: restore original BrowserWindow.show() behavior (#42306)
  • ebe3d4a build: update typescript-definitions to 8.15.6 (#42286)
  • 27cdf17 docs: ensure all links are on a single line (#42299)
  • b228923 fix: calculate a hash for the Tag property of ToastNotification. (#42274)
  • Additional commits viewable in compare view

Updates electron-builder from 24.6.4 to 24.13.3

Release notes

Sourced from electron-builder's releases.

v24.13.3

What's Changed

New Contributors

Full Changelog: electron-userland/electron-builder@v24.13.2...v24.13.3

v24.13.2

What's Changed

Full Changelog: electron-userland/electron-builder@v24.13.1...v24.13.2

v24.13.1

What's Changed

Full Changelog: electron-userland/electron-builder@v24.13.0...v24.13.1

v24.13.0

What's Changed

... (truncated)

Changelog

Sourced from electron-builder's changelog.

24.13.3

Patch Changes

24.13.2

Patch Changes

24.13.1

Patch Changes

  • Updated dependencies [6a4f605f, ccbb80de]:
    • app-builder-lib@24.13.1
    • builder-util@24.13.1
    • builder-util-runtime@9.2.4
    • dmg-builder@24.13.1

24.13.0

Patch Changes

24.12.0

Minor Changes

Patch Changes

24.11.0

Patch Changes

... (truncated)

Commits

Updates electron-mocha from 12.1.0 to 12.3.0

Changelog

Sourced from electron-mocha's changelog.

12.3.0 / 2024-04-08

  • Added --show-window option for renderer tests
  • Update which and mocha dependencies
  • Support Electron 29

12.2.0 / 2023-12-11

  • Support Electron 28
Commits

Updates eslint from 8.53.0 to 8.57.0

Release notes

Sourced from eslint's releases.

v8.57.0

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#18056) (Milos Djermanovic)

Documentation

  • 84922d0 docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)
  • 5b8c363 docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)
  • 77dbfd9 docs: show NEXT in version selectors (#18052) (Milos Djermanovic)

Chores

  • 1813aec cho...

    Description has been truncated

Bumps the js-dev-dependencies group with 22 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.10.0` | `7.12.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.10.0` | `7.12.0` |
| [chai](https://github.com/chaijs/chai) | `4.3.7` | `5.1.1` |
| [css-loader](https://github.com/webpack-contrib/css-loader) | `6.8.1` | `7.1.2` |
| [electron](https://github.com/electron/electron) | `27.0.0` | `30.1.0` |
| [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `24.6.4` | `24.13.3` |
| [electron-mocha](https://github.com/jprichardson/electron-mocha) | `12.1.0` | `12.3.0` |
| [eslint-plugin-tsdoc](https://github.com/microsoft/tsdoc/tree/HEAD/eslint-plugin) | `0.2.17` | `0.3.0` |
| [execa](https://github.com/sindresorhus/execa) | `8.0.1` | `9.2.0` |
| [html-loader](https://github.com/webpack-contrib/html-loader) | `4.2.0` | `5.0.0` |
| [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) | `5.5.1` | `5.6.0` |
| [nodemon](https://github.com/remy/nodemon) | `3.0.1` | `3.1.3` |
| [nyc](https://github.com/istanbuljs/nyc) | `15.1.0` | `17.0.0` |
| [postcss-loader](https://github.com/webpack-contrib/postcss-loader) | `7.3.3` | `8.1.1` |
| [sass](https://github.com/sass/dart-sass) | `1.69.0` | `1.77.4` |
| [sass-loader](https://github.com/webpack-contrib/sass-loader) | `13.3.2` | `14.2.1` |
| [sinon](https://github.com/sinonjs/sinon) | `17.0.1` | `18.0.0` |
| [style-loader](https://github.com/webpack-contrib/style-loader) | `3.3.2` | `4.0.0` |
| [webpack](https://github.com/webpack/webpack) | `5.89.0` | `5.91.0` |
| [webpack-dev-server](https://github.com/webpack/webpack-dev-server) | `4.15.1` | `5.0.4` |
| [yauzl](https://github.com/thejoshwolfe/yauzl) | `2.10.0` | `3.1.3` |
| [zx](https://github.com/google/zx) | `7.2.1` | `8.1.2` |



Updates `@typescript-eslint/eslint-plugin` from 6.10.0 to 7.12.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.12.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.10.0 to 7.12.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.12.0/packages/parser)

Updates `chai` from 4.3.7 to 5.1.1
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v4.3.7...v5.1.1)

Updates `css-loader` from 6.8.1 to 7.1.2
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v6.8.1...v7.1.2)

Updates `electron` from 27.0.0 to 30.1.0
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v27.0.0...v30.1.0)

Updates `electron-builder` from 24.6.4 to 24.13.3
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/v24.13.3/packages/electron-builder)

Updates `electron-mocha` from 12.1.0 to 12.3.0
- [Changelog](https://github.com/jprichardson/electron-mocha/blob/master/CHANGELOG.md)
- [Commits](jprichardson/electron-mocha@v12.1.0...v12.3.0)

Updates `eslint` from 8.53.0 to 8.57.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.53.0...v8.57.0)

Updates `eslint-plugin-tsdoc` from 0.2.17 to 0.3.0
- [Changelog](https://github.com/microsoft/tsdoc/blob/main/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/microsoft/tsdoc/commits/eslint-plugin-tsdoc_v0.3.0/eslint-plugin)

Updates `execa` from 8.0.1 to 9.2.0
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](sindresorhus/execa@v8.0.1...v9.2.0)

Updates `html-loader` from 4.2.0 to 5.0.0
- [Release notes](https://github.com/webpack-contrib/html-loader/releases)
- [Changelog](https://github.com/webpack-contrib/html-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/html-loader@v4.2.0...v5.0.0)

Updates `html-webpack-plugin` from 5.5.1 to 5.6.0
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](jantimon/html-webpack-plugin@v5.5.1...v5.6.0)

Updates `mocha` from 10.2.0 to 10.4.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.2.0...v10.4.0)

Updates `nodemon` from 3.0.1 to 3.1.3
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v3.0.1...v3.1.3)

Updates `nyc` from 15.1.0 to 17.0.0
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md)
- [Commits](istanbuljs/nyc@v15.1.0...nyc-v17.0.0)

Updates `postcss-loader` from 7.3.3 to 8.1.1
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/postcss-loader@v7.3.3...v8.1.1)

Updates `sass` from 1.69.0 to 1.77.4
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.69.0...1.77.4)

Updates `sass-loader` from 13.3.2 to 14.2.1
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v13.3.2...v14.2.1)

Updates `semver` from 7.5.4 to 7.6.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.5.4...v7.6.2)

Updates `sinon` from 17.0.1 to 18.0.0
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v17.0.1...v18.0.0)

Updates `style-loader` from 3.3.2 to 4.0.0
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/style-loader@v3.3.2...v4.0.0)

Updates `typescript` from 5.2.2 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.2.2...v5.4.5)

Updates `webpack` from 5.89.0 to 5.91.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.89.0...v5.91.0)

Updates `webpack-dev-server` from 4.15.1 to 5.0.4
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v4.15.1...v5.0.4)

Updates `yauzl` from 2.10.0 to 3.1.3
- [Commits](thejoshwolfe/yauzl@2.10.0...3.1.3)

Updates `zx` from 7.2.1 to 8.1.2
- [Release notes](https://github.com/google/zx/releases)
- [Commits](google/zx@7.2.1...8.1.2)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-dev-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-dev-dependencies
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-dev-dependencies
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-dev-dependencies
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-dev-dependencies
- dependency-name: electron-builder
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dev-dependencies
- dependency-name: electron-mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dev-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dev-dependencies
- dependency-name: eslint-plugin-tsdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dev-dependencies
- dependency-name: execa
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-dev-dependencies
- dependency-name: html-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-dev-dependencies
- dependency-name: html-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dev-dependencies
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dev-dependencies
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dev-dependencies
- dependency-name: nyc
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-dev-dependencies
- dependency-name: postcss-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-dev-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dev-dependencies
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-dev-dependencies
- dependency-name: semver
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dev-dependencies
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-dev-dependencies
- dependency-name: style-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-dev-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dev-dependencies
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dev-dependencies
- dependency-name: webpack-dev-server
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-dev-dependencies
- dependency-name: yauzl
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-dev-dependencies
- dependency-name: zx
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 17, 2024

Superseded by #352.

@dependabot dependabot bot closed this Jun 17, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/js-dev-dependencies-6820102e16 branch June 17, 2024 07:40
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants