hyper/package.json

165 lines
6.5 KiB
JSON
Raw Normal View History

2016-06-30 22:01:04 -08:00
{
2025-08-30 21:52:25 -08:00
"name": "hyper-root",
"version": "4.0.0-q-canary.8",
"repository": "quine-global/hyper",
"engines": {
"node": "20.11.0"
},
2016-10-17 00:29:12 -08:00
"scripts": {
"start": "echo 'please run `yarn run dev` in one tab and then `yarn run app` in another one'",
2021-02-24 11:25:06 -09:00
"app": "cross-env ELECTRONMON_LOGLEVEL=error electronmon target",
"dev": "concurrently -n \"Webpack,TypeScript\" -c \"cyan.bold,blue.bold\" \"webpack -w\" \"tsc --build -v --pretty --watch --preserveWatchOutput\" -k",
2024-08-24 16:41:58 -08:00
"ts": "tsc --build -v --pretty --preserveWatchOutput",
"build": "cross-env NODE_ENV=production webpack && tsc -b -v && cross-env BABEL_ENV=production babel target/renderer/bundle.js --out-file target/renderer/bundle.js --no-comments --minified",
"lint": "eslint . --fix --ext .js,.jsx,.ts,.tsx,.json",
"test": "yarn run lint && yarn run test:unit",
2025-05-09 13:38:35 -08:00
"test:unit": "cross-env DEBUG=ava:watcher ava",
"test:unit:watch": "yarn run test:unit -- --watch",
2025-05-09 13:38:35 -08:00
"test:e2e": "cross-env DEBUG=ava:watcher ava --config ava-e2e.config.js",
2025-04-26 23:03:42 -08:00
"postinstall": "yarn run v8-snapshot && webpack --config-name hyper-app && yarn run install-app-deps-with-retry && yarn run rebuild-node-pty && cpy --cwd=target node_modules \"../../app/\" && husky && yarn run generate-schema",
"install-app-deps-with-retry": "electron-builder install-app-deps || electron-builder install-app-deps || electron-builder install-app-deps",
2021-03-22 00:32:12 -08:00
"rebuild-node-pty": "electron-rebuild -f -o node-pty -m target",
2025-04-26 23:03:42 -08:00
"dist": "yarn run build && yarn run electron-builder-with-retry",
"electron-builder-with-retry": "electron-builder -p never || electron-builder -p never || electron-builder -p never",
2024-08-24 16:41:58 -08:00
"clean": "node ./bin/rimraf-standalone.js node_modules && node ./bin/rimraf-standalone.js ./app/node_modules && node ./bin/rimraf-standalone.js ./app/renderer && node ./bin/rimraf-standalone.js ./target && node ./bin/rimraf-standalone.js ./dist",
2022-04-14 08:50:54 -08:00
"v8-snapshot": "cross-env npm_config_arch=x64 yarn run v8-snapshot:arch && cross-env npm_config_arch=arm64 yarn run v8-snapshot:arch",
2022-11-16 04:48:20 -09:00
"v8-snapshot:arch": "yarn run mk-snapshot && yarn run cp-snapshot",
2022-04-14 08:50:54 -08:00
"mk-snapshot": "cross-env ELECTRON_CUSTOM_VERSION=$npm_package_devDependencies_electron node node_modules/electron-mksnapshot/download-mksnapshot.js && node bin/mk-snapshot.js",
2022-11-16 04:48:20 -09:00
"cp-snapshot": "node bin/cp-snapshot.js",
"generate-schema": "typescript-json-schema ./typings/config.d.ts rawConfig -o ./app/config/schema.json --required",
"uuaw": "uuaw"
2016-06-30 22:01:04 -08:00
},
2016-10-17 00:29:12 -08:00
"license": "MIT",
"author": {
2018-01-17 06:58:49 -09:00
"name": "ZEIT, Inc.",
2016-10-17 00:29:12 -08:00
"email": "team@zeit.co"
},
"dependencies": {
chore(deps-dev): bump the minorandpatch group across 1 directory with 22 updates Bumps the minorandpatch group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@electron/remote](https://github.com/electron/remote) | `2.1.2` | `2.1.3` | | [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.6.2` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.2` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.6` | `5.1.7` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.28.3` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.28.4` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.27.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.27.1` | | [@types/args](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/args) | `5.0.3` | `5.0.4` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.16` | `4.17.20` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.2.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.0.13` | `26.0.20` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.0` | `2.21.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.5.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.2.2` | `8.5.0` | | [playwright](https://github.com/microsoft/playwright) | `1.49.0` | `1.55.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` | | [terser](https://github.com/terser/terser) | `5.36.0` | `5.44.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.3` | | [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.102.0` | Updates `@electron/remote` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/electron/remote/releases) - [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json) - [Commits](https://github.com/electron/remote/compare/v2.1.2...v2.1.3) Updates `chalk` from 5.3.0 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.6.2) Updates `semver` from 7.6.3 to 7.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.3...v7.7.2) Updates `styled-jsx` from 5.1.6 to 5.1.7 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.6...v5.1.7) Updates `@babel/cli` from 7.25.9 to 7.28.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.3/packages/babel-cli) Updates `@babel/core` from 7.26.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core) Updates `@babel/preset-react` from 7.25.9 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.26.0 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) Updates `@types/args` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/args) Updates `@types/lodash` from 4.17.16 to 4.17.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `concurrently` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.2.1) Updates `electron-builder` from 26.0.13 to 26.0.20 - [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/v26.0.20/packages/electron-builder) Updates `eslint-plugin-import` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0) Updates `eslint-plugin-jsonc` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.20.0...v2.21.0) Updates `eslint-plugin-prettier` from 5.2.6 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.5.4) Updates `eslint-plugin-react` from 7.37.2 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.5) Updates `node-addon-api` from 8.2.2 to 8.5.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.5.0) Updates `playwright` from 1.49.0 to 1.55.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.55.1) Updates `prettier` from 3.3.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.6.2) Updates `terser` from 5.36.0 to 5.44.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.44.0) Updates `typescript` from 5.7.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.9.3) Updates `webpack` from 5.96.1 to 5.102.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.96.1...v5.102.0) --- updated-dependencies: - dependency-name: "@electron/remote" dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: semver dependency-version: 7.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: styled-jsx dependency-version: 5.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/args" dependency-version: 5.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-version: 4.17.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: concurrently dependency-version: 9.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: electron-builder dependency-version: 26.0.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-version: 8.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-version: 5.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-version: 5.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 03:54:10 -08:00
"@electron/remote": "2.1.3",
2022-12-30 23:17:19 -09:00
"@react-icons/all-files": "4.1.0",
"@redux-devtools/extension": "^3.3.0",
2025-05-09 13:38:35 -08:00
"@xterm/addon-canvas": "0.7.0",
"@xterm/addon-fit": "0.10.0",
"@xterm/addon-image": "0.8.0",
"@xterm/addon-ligatures": "0.9.0",
"@xterm/addon-search": "0.15.0",
"@xterm/addon-unicode11": "0.8.0",
"@xterm/addon-web-links": "0.11.0",
"@xterm/addon-webgl": "0.18.0",
"@xterm/xterm": "5.5.0",
"args": "5.0.3",
2025-05-09 14:03:08 -08:00
"ava": "https://github.com/quine-global/ava#38aebe3badef8d54f68e8315e9849cfa83d531fe",
chore(deps-dev): bump the minorandpatch group across 1 directory with 22 updates Bumps the minorandpatch group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@electron/remote](https://github.com/electron/remote) | `2.1.2` | `2.1.3` | | [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.6.2` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.2` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.6` | `5.1.7` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.28.3` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.28.4` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.27.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.27.1` | | [@types/args](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/args) | `5.0.3` | `5.0.4` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.16` | `4.17.20` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.2.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.0.13` | `26.0.20` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.0` | `2.21.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.5.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.2.2` | `8.5.0` | | [playwright](https://github.com/microsoft/playwright) | `1.49.0` | `1.55.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` | | [terser](https://github.com/terser/terser) | `5.36.0` | `5.44.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.3` | | [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.102.0` | Updates `@electron/remote` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/electron/remote/releases) - [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json) - [Commits](https://github.com/electron/remote/compare/v2.1.2...v2.1.3) Updates `chalk` from 5.3.0 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.6.2) Updates `semver` from 7.6.3 to 7.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.3...v7.7.2) Updates `styled-jsx` from 5.1.6 to 5.1.7 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.6...v5.1.7) Updates `@babel/cli` from 7.25.9 to 7.28.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.3/packages/babel-cli) Updates `@babel/core` from 7.26.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core) Updates `@babel/preset-react` from 7.25.9 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.26.0 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) Updates `@types/args` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/args) Updates `@types/lodash` from 4.17.16 to 4.17.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `concurrently` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.2.1) Updates `electron-builder` from 26.0.13 to 26.0.20 - [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/v26.0.20/packages/electron-builder) Updates `eslint-plugin-import` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0) Updates `eslint-plugin-jsonc` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.20.0...v2.21.0) Updates `eslint-plugin-prettier` from 5.2.6 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.5.4) Updates `eslint-plugin-react` from 7.37.2 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.5) Updates `node-addon-api` from 8.2.2 to 8.5.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.5.0) Updates `playwright` from 1.49.0 to 1.55.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.55.1) Updates `prettier` from 3.3.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.6.2) Updates `terser` from 5.36.0 to 5.44.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.44.0) Updates `typescript` from 5.7.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.9.3) Updates `webpack` from 5.96.1 to 5.102.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.96.1...v5.102.0) --- updated-dependencies: - dependency-name: "@electron/remote" dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: semver dependency-version: 7.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: styled-jsx dependency-version: 5.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/args" dependency-version: 5.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-version: 4.17.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: concurrently dependency-version: 9.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: electron-builder dependency-version: 26.0.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-version: 8.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-version: 5.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-version: 5.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 03:54:10 -08:00
"chalk": "5.6.2",
chore(deps-dev): bump the minorandpatch group with 28 updates Bumps the minorandpatch group with 28 updates: | Package | From | To | | --- | --- | --- | | [clsx](https://github.com/lukeed/clsx) | `2.1.0` | `2.1.1` | | [css-loader](https://github.com/webpack-contrib/css-loader) | `7.1.1` | `7.1.2` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.79` | `18.3.4` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.25` | `18.3.0` | | [react-use](https://github.com/streamich/react-use) | `17.5.0` | `17.5.1` | | [semver](https://github.com/npm/node-semver) | `7.6.0` | `7.6.3` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.2` | `5.1.6` | | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | `0.63.0` | `0.65.1` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.24.1` | `7.24.8` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.4` | `7.25.2` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.1` | `7.24.7` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.1` | `7.24.7` | | [@types/async-retry](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async-retry) | `1.4.3` | `1.4.8` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.0` | `4.17.7` | | [ava](https://github.com/avajs/ava) | `6.1.2` | `6.1.3` | | [electronmon](https://github.com/catdad/electronmon) | `2.0.2` | `2.0.3` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.15.1` | `2.16.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.1` | `7.35.0` | | [husky](https://github.com/typicode/husky) | `9.0.11` | `9.1.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.0.0` | `8.1.0` | | [playwright](https://github.com/microsoft/playwright) | `1.43.1` | `1.46.1` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.3` | | [terser](https://github.com/terser/terser) | `5.30.3` | `5.31.6` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.4` | | [webpack](https://github.com/webpack/webpack) | `5.91.0` | `5.94.0` | Updates `clsx` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/lukeed/clsx/releases) - [Commits](https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1) Updates `css-loader` from 7.1.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](https://github.com/webpack-contrib/css-loader/compare/v7.1.1...v7.1.2) Updates `react` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react) Updates `@types/react` from 18.2.79 to 18.3.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `react-dom` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom) Updates `@types/react-dom` from 18.2.25 to 18.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `react-use` from 17.5.0 to 17.5.1 - [Release notes](https://github.com/streamich/react-use/releases) - [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md) - [Commits](https://github.com/streamich/react-use/compare/v17.5.0...v17.5.1) Updates `semver` from 7.6.0 to 7.6.3 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.0...v7.6.3) Updates `styled-jsx` from 5.1.2 to 5.1.6 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.2...v5.1.6) Updates `typescript-json-schema` from 0.63.0 to 0.65.1 - [Commits](https://github.com/YousefED/typescript-json-schema/compare/v0.63.0...v0.65.1) Updates `@babel/cli` from 7.24.1 to 7.24.8 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-cli) Updates `@babel/core` from 7.24.4 to 7.25.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core) Updates `@babel/preset-react` from 7.24.1 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.24.1 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-preset-typescript) Updates `@types/async-retry` from 1.4.3 to 1.4.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async-retry) Updates `@types/lodash` from 4.17.0 to 4.17.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `@types/react` from 18.2.79 to 18.3.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.2.25 to 18.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `ava` from 6.1.2 to 6.1.3 - [Release notes](https://github.com/avajs/ava/releases) - [Commits](https://github.com/avajs/ava/compare/v6.1.2...v6.1.3) Updates `electronmon` from 2.0.2 to 2.0.3 - [Release notes](https://github.com/catdad/electronmon/releases) - [Commits](https://github.com/catdad/electronmon/compare/2.0.2...2.0.3) Updates `eslint-plugin-jsonc` from 2.15.1 to 2.16.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.15.1...v2.16.0) Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.3...v5.2.1) Updates `eslint-plugin-react` from 7.34.1 to 7.35.0 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.35.0) Updates `husky` from 9.0.11 to 9.1.5 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.5) Updates `node-addon-api` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.0.0...node-addon-api-v8.1.0) Updates `playwright` from 1.43.1 to 1.46.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.43.1...v1.46.1) Updates `prettier` from 3.2.5 to 3.3.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.2.5...3.3.3) Updates `terser` from 5.30.3 to 5.31.6 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) Updates `typescript` from 5.4.5 to 5.5.4 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.4) Updates `webpack` from 5.91.0 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.91.0...v5.94.0) --- updated-dependencies: - dependency-name: clsx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: css-loader dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: react-use dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: styled-jsx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: typescript-json-schema dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/async-retry" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: ava dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: electronmon dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: node-addon-api dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-24 12:19:12 -08:00
"clsx": "2.1.1",
"color": "4.2.3",
"columnify": "1.6.0",
chore(deps-dev): bump the minorandpatch group with 28 updates Bumps the minorandpatch group with 28 updates: | Package | From | To | | --- | --- | --- | | [clsx](https://github.com/lukeed/clsx) | `2.1.0` | `2.1.1` | | [css-loader](https://github.com/webpack-contrib/css-loader) | `7.1.1` | `7.1.2` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.79` | `18.3.4` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.25` | `18.3.0` | | [react-use](https://github.com/streamich/react-use) | `17.5.0` | `17.5.1` | | [semver](https://github.com/npm/node-semver) | `7.6.0` | `7.6.3` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.2` | `5.1.6` | | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | `0.63.0` | `0.65.1` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.24.1` | `7.24.8` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.4` | `7.25.2` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.1` | `7.24.7` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.1` | `7.24.7` | | [@types/async-retry](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async-retry) | `1.4.3` | `1.4.8` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.0` | `4.17.7` | | [ava](https://github.com/avajs/ava) | `6.1.2` | `6.1.3` | | [electronmon](https://github.com/catdad/electronmon) | `2.0.2` | `2.0.3` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.15.1` | `2.16.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.1` | `7.35.0` | | [husky](https://github.com/typicode/husky) | `9.0.11` | `9.1.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.0.0` | `8.1.0` | | [playwright](https://github.com/microsoft/playwright) | `1.43.1` | `1.46.1` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.3` | | [terser](https://github.com/terser/terser) | `5.30.3` | `5.31.6` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.4` | | [webpack](https://github.com/webpack/webpack) | `5.91.0` | `5.94.0` | Updates `clsx` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/lukeed/clsx/releases) - [Commits](https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1) Updates `css-loader` from 7.1.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](https://github.com/webpack-contrib/css-loader/compare/v7.1.1...v7.1.2) Updates `react` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react) Updates `@types/react` from 18.2.79 to 18.3.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `react-dom` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom) Updates `@types/react-dom` from 18.2.25 to 18.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `react-use` from 17.5.0 to 17.5.1 - [Release notes](https://github.com/streamich/react-use/releases) - [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md) - [Commits](https://github.com/streamich/react-use/compare/v17.5.0...v17.5.1) Updates `semver` from 7.6.0 to 7.6.3 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.0...v7.6.3) Updates `styled-jsx` from 5.1.2 to 5.1.6 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.2...v5.1.6) Updates `typescript-json-schema` from 0.63.0 to 0.65.1 - [Commits](https://github.com/YousefED/typescript-json-schema/compare/v0.63.0...v0.65.1) Updates `@babel/cli` from 7.24.1 to 7.24.8 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-cli) Updates `@babel/core` from 7.24.4 to 7.25.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core) Updates `@babel/preset-react` from 7.24.1 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.24.1 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-preset-typescript) Updates `@types/async-retry` from 1.4.3 to 1.4.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async-retry) Updates `@types/lodash` from 4.17.0 to 4.17.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `@types/react` from 18.2.79 to 18.3.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.2.25 to 18.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `ava` from 6.1.2 to 6.1.3 - [Release notes](https://github.com/avajs/ava/releases) - [Commits](https://github.com/avajs/ava/compare/v6.1.2...v6.1.3) Updates `electronmon` from 2.0.2 to 2.0.3 - [Release notes](https://github.com/catdad/electronmon/releases) - [Commits](https://github.com/catdad/electronmon/compare/2.0.2...2.0.3) Updates `eslint-plugin-jsonc` from 2.15.1 to 2.16.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.15.1...v2.16.0) Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.3...v5.2.1) Updates `eslint-plugin-react` from 7.34.1 to 7.35.0 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.35.0) Updates `husky` from 9.0.11 to 9.1.5 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.5) Updates `node-addon-api` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.0.0...node-addon-api-v8.1.0) Updates `playwright` from 1.43.1 to 1.46.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.43.1...v1.46.1) Updates `prettier` from 3.2.5 to 3.3.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.2.5...3.3.3) Updates `terser` from 5.30.3 to 5.31.6 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) Updates `typescript` from 5.4.5 to 5.5.4 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.4) Updates `webpack` from 5.91.0 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.91.0...v5.94.0) --- updated-dependencies: - dependency-name: clsx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: css-loader dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: react-use dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: styled-jsx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: typescript-json-schema dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/async-retry" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: ava dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: electronmon dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: node-addon-api dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-24 12:19:12 -08:00
"css-loader": "7.1.2",
2025-05-09 13:38:35 -08:00
"electron-rebuild": "^3.2.9",
"got": "12.4.1",
"json-loader": "0.5.7",
2023-07-23 09:05:14 -08:00
"lodash": "4.17.21",
"mousetrap": "chabou/mousetrap#useCapture",
"ms": "2.1.3",
"open": "8.4.2",
chore(deps-dev): bump the minorandpatch group with 30 updates (#83) Bumps the minorandpatch group with 30 updates: | Package | From | To | | --- | --- | --- | | [ora](https://github.com/sindresorhus/ora) | `8.1.0` | `8.1.1` | | [@xterm/xterm](https://github.com/xtermjs/xterm.js) | `5.4.0` | `5.5.0` | | [@xterm/addon-canvas](https://github.com/xtermjs/xterm.js) | `0.6.0` | `0.7.0` | | [@xterm/addon-fit](https://github.com/xtermjs/xterm.js) | `0.9.0` | `0.10.0` | | [@xterm/addon-image](https://github.com/xtermjs/xterm.js) | `0.7.0` | `0.8.0` | | [@xterm/addon-ligatures](https://github.com/xtermjs/xterm.js) | `0.8.0` | `0.9.0` | | [@xterm/addon-search](https://github.com/xtermjs/xterm.js) | `0.14.0` | `0.15.0` | | [@xterm/addon-unicode11](https://github.com/xtermjs/xterm.js) | `0.7.0` | `0.8.0` | | [@xterm/addon-web-links](https://github.com/xtermjs/xterm.js) | `0.10.0` | `0.11.0` | | [@xterm/addon-webgl](https://github.com/xtermjs/xterm.js) | `0.17.0` | `0.18.0` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.24.8` | `7.25.9` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.25.2` | `7.26.0` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.7` | `7.25.9` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.7` | `7.26.0` | | [@electron/rebuild](https://github.com/electron/rebuild) | `3.6.0` | `3.7.1` | | [@types/async-retry](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async-retry) | `1.4.8` | `1.4.9` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.7` | `4.17.13` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.2` | `22.9.3` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.4` | `18.3.12` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `18.3.1` | | [babel-loader](https://github.com/babel/babel-loader) | `9.1.3` | `9.2.1` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.31.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.16.0` | `2.18.2` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.0` | `7.37.2` | | [husky](https://github.com/typicode/husky) | `9.1.5` | `9.1.7` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.1.0` | `8.2.2` | | [playwright](https://github.com/microsoft/playwright) | `1.46.1` | `1.49.0` | | [terser](https://github.com/terser/terser) | `5.31.6` | `5.36.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.7.2` | | [webpack](https://github.com/webpack/webpack) | `5.94.0` | `5.96.1` | Updates `ora` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](https://github.com/sindresorhus/ora/compare/v8.1.0...v8.1.1) Updates `@xterm/xterm` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/5.4.0...5.5.0) Updates `@xterm/addon-canvas` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.6...0.7) Updates `@xterm/addon-fit` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.9...0.10) Updates `@xterm/addon-image` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.7...0.8) Updates `@xterm/addon-ligatures` from 0.8.0 to 0.9.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.8...0.9) Updates `@xterm/addon-search` from 0.14.0 to 0.15.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.14...0.15) Updates `@xterm/addon-unicode11` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.7...0.8) Updates `@xterm/addon-web-links` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.10...0.11) Updates `@xterm/addon-webgl` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.17...0.18) Updates `@babel/cli` from 7.24.8 to 7.25.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-cli) Updates `@babel/core` from 7.25.2 to 7.26.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-core) Updates `@babel/preset-react` from 7.24.7 to 7.25.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.24.7 to 7.26.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-preset-typescript) Updates `@electron/rebuild` from 3.6.0 to 3.7.1 - [Release notes](https://github.com/electron/rebuild/releases) - [Changelog](https://github.com/electron/rebuild/blob/main/.releaserc.json) - [Commits](https://github.com/electron/rebuild/compare/v3.6.0...v3.7.1) Updates `@types/async-retry` from 1.4.8 to 1.4.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async-retry) Updates `@types/lodash` from 4.17.7 to 4.17.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `@types/node` from 22.9.2 to 22.9.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 18.3.4 to 18.3.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.3.0 to 18.3.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `babel-loader` from 9.1.3 to 9.2.1 - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v9.1.3...v9.2.1) Updates `eslint-plugin-import` from 2.29.1 to 2.31.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.31.0) Updates `eslint-plugin-jsonc` from 2.16.0 to 2.18.2 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.16.0...v2.18.2) Updates `eslint-plugin-react` from 7.35.0 to 7.37.2 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.0...v7.37.2) Updates `husky` from 9.1.5 to 9.1.7 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.5...v9.1.7) Updates `node-addon-api` from 8.1.0 to 8.2.2 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/node-addon-api-v8.1.0...v8.2.2) Updates `playwright` from 1.46.1 to 1.49.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.46.1...v1.49.0) Updates `terser` from 5.31.6 to 5.36.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.31.6...v5.36.0) Updates `typescript` from 5.5.4 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.7.2) Updates `webpack` from 5.94.0 to 5.96.1 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.94.0...v5.96.1) --- updated-dependencies: - dependency-name: ora dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@xterm/xterm" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-canvas" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-fit" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-image" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-ligatures" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-search" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-unicode11" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-web-links" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-webgl" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@electron/rebuild" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/async-retry" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-23 01:36:41 -09:00
"ora": "8.1.1",
2016-10-17 00:29:12 -08:00
"php-escape-shell": "1.0.0",
chore(deps-dev): bump the minorandpatch group with 28 updates Bumps the minorandpatch group with 28 updates: | Package | From | To | | --- | --- | --- | | [clsx](https://github.com/lukeed/clsx) | `2.1.0` | `2.1.1` | | [css-loader](https://github.com/webpack-contrib/css-loader) | `7.1.1` | `7.1.2` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.79` | `18.3.4` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.25` | `18.3.0` | | [react-use](https://github.com/streamich/react-use) | `17.5.0` | `17.5.1` | | [semver](https://github.com/npm/node-semver) | `7.6.0` | `7.6.3` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.2` | `5.1.6` | | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | `0.63.0` | `0.65.1` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.24.1` | `7.24.8` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.4` | `7.25.2` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.1` | `7.24.7` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.1` | `7.24.7` | | [@types/async-retry](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async-retry) | `1.4.3` | `1.4.8` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.0` | `4.17.7` | | [ava](https://github.com/avajs/ava) | `6.1.2` | `6.1.3` | | [electronmon](https://github.com/catdad/electronmon) | `2.0.2` | `2.0.3` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.15.1` | `2.16.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.1` | `7.35.0` | | [husky](https://github.com/typicode/husky) | `9.0.11` | `9.1.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.0.0` | `8.1.0` | | [playwright](https://github.com/microsoft/playwright) | `1.43.1` | `1.46.1` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.3` | | [terser](https://github.com/terser/terser) | `5.30.3` | `5.31.6` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.4` | | [webpack](https://github.com/webpack/webpack) | `5.91.0` | `5.94.0` | Updates `clsx` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/lukeed/clsx/releases) - [Commits](https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1) Updates `css-loader` from 7.1.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](https://github.com/webpack-contrib/css-loader/compare/v7.1.1...v7.1.2) Updates `react` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react) Updates `@types/react` from 18.2.79 to 18.3.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `react-dom` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom) Updates `@types/react-dom` from 18.2.25 to 18.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `react-use` from 17.5.0 to 17.5.1 - [Release notes](https://github.com/streamich/react-use/releases) - [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md) - [Commits](https://github.com/streamich/react-use/compare/v17.5.0...v17.5.1) Updates `semver` from 7.6.0 to 7.6.3 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.0...v7.6.3) Updates `styled-jsx` from 5.1.2 to 5.1.6 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.2...v5.1.6) Updates `typescript-json-schema` from 0.63.0 to 0.65.1 - [Commits](https://github.com/YousefED/typescript-json-schema/compare/v0.63.0...v0.65.1) Updates `@babel/cli` from 7.24.1 to 7.24.8 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-cli) Updates `@babel/core` from 7.24.4 to 7.25.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core) Updates `@babel/preset-react` from 7.24.1 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.24.1 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-preset-typescript) Updates `@types/async-retry` from 1.4.3 to 1.4.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async-retry) Updates `@types/lodash` from 4.17.0 to 4.17.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `@types/react` from 18.2.79 to 18.3.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.2.25 to 18.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `ava` from 6.1.2 to 6.1.3 - [Release notes](https://github.com/avajs/ava/releases) - [Commits](https://github.com/avajs/ava/compare/v6.1.2...v6.1.3) Updates `electronmon` from 2.0.2 to 2.0.3 - [Release notes](https://github.com/catdad/electronmon/releases) - [Commits](https://github.com/catdad/electronmon/compare/2.0.2...2.0.3) Updates `eslint-plugin-jsonc` from 2.15.1 to 2.16.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.15.1...v2.16.0) Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.3...v5.2.1) Updates `eslint-plugin-react` from 7.34.1 to 7.35.0 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.35.0) Updates `husky` from 9.0.11 to 9.1.5 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.5) Updates `node-addon-api` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.0.0...node-addon-api-v8.1.0) Updates `playwright` from 1.43.1 to 1.46.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.43.1...v1.46.1) Updates `prettier` from 3.2.5 to 3.3.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.2.5...3.3.3) Updates `terser` from 5.30.3 to 5.31.6 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) Updates `typescript` from 5.4.5 to 5.5.4 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.4) Updates `webpack` from 5.91.0 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.91.0...v5.94.0) --- updated-dependencies: - dependency-name: clsx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: css-loader dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: react-use dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: styled-jsx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: typescript-json-schema dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/async-retry" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: ava dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: electronmon dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: node-addon-api dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-24 12:19:12 -08:00
"react": "18.3.1",
"react-dom": "18.3.1",
"react-redux": "8.1.3",
chore(deps-dev): bump the minorandpatch group with 28 updates Bumps the minorandpatch group with 28 updates: | Package | From | To | | --- | --- | --- | | [clsx](https://github.com/lukeed/clsx) | `2.1.0` | `2.1.1` | | [css-loader](https://github.com/webpack-contrib/css-loader) | `7.1.1` | `7.1.2` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.79` | `18.3.4` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.25` | `18.3.0` | | [react-use](https://github.com/streamich/react-use) | `17.5.0` | `17.5.1` | | [semver](https://github.com/npm/node-semver) | `7.6.0` | `7.6.3` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.2` | `5.1.6` | | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | `0.63.0` | `0.65.1` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.24.1` | `7.24.8` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.4` | `7.25.2` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.1` | `7.24.7` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.1` | `7.24.7` | | [@types/async-retry](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async-retry) | `1.4.3` | `1.4.8` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.0` | `4.17.7` | | [ava](https://github.com/avajs/ava) | `6.1.2` | `6.1.3` | | [electronmon](https://github.com/catdad/electronmon) | `2.0.2` | `2.0.3` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.15.1` | `2.16.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.1` | `7.35.0` | | [husky](https://github.com/typicode/husky) | `9.0.11` | `9.1.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.0.0` | `8.1.0` | | [playwright](https://github.com/microsoft/playwright) | `1.43.1` | `1.46.1` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.3` | | [terser](https://github.com/terser/terser) | `5.30.3` | `5.31.6` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.4` | | [webpack](https://github.com/webpack/webpack) | `5.91.0` | `5.94.0` | Updates `clsx` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/lukeed/clsx/releases) - [Commits](https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1) Updates `css-loader` from 7.1.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](https://github.com/webpack-contrib/css-loader/compare/v7.1.1...v7.1.2) Updates `react` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react) Updates `@types/react` from 18.2.79 to 18.3.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `react-dom` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom) Updates `@types/react-dom` from 18.2.25 to 18.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `react-use` from 17.5.0 to 17.5.1 - [Release notes](https://github.com/streamich/react-use/releases) - [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md) - [Commits](https://github.com/streamich/react-use/compare/v17.5.0...v17.5.1) Updates `semver` from 7.6.0 to 7.6.3 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.0...v7.6.3) Updates `styled-jsx` from 5.1.2 to 5.1.6 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.2...v5.1.6) Updates `typescript-json-schema` from 0.63.0 to 0.65.1 - [Commits](https://github.com/YousefED/typescript-json-schema/compare/v0.63.0...v0.65.1) Updates `@babel/cli` from 7.24.1 to 7.24.8 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-cli) Updates `@babel/core` from 7.24.4 to 7.25.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core) Updates `@babel/preset-react` from 7.24.1 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.24.1 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-preset-typescript) Updates `@types/async-retry` from 1.4.3 to 1.4.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async-retry) Updates `@types/lodash` from 4.17.0 to 4.17.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `@types/react` from 18.2.79 to 18.3.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.2.25 to 18.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `ava` from 6.1.2 to 6.1.3 - [Release notes](https://github.com/avajs/ava/releases) - [Commits](https://github.com/avajs/ava/compare/v6.1.2...v6.1.3) Updates `electronmon` from 2.0.2 to 2.0.3 - [Release notes](https://github.com/catdad/electronmon/releases) - [Commits](https://github.com/catdad/electronmon/compare/2.0.2...2.0.3) Updates `eslint-plugin-jsonc` from 2.15.1 to 2.16.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.15.1...v2.16.0) Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.3...v5.2.1) Updates `eslint-plugin-react` from 7.34.1 to 7.35.0 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.35.0) Updates `husky` from 9.0.11 to 9.1.5 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.5) Updates `node-addon-api` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.0.0...node-addon-api-v8.1.0) Updates `playwright` from 1.43.1 to 1.46.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.43.1...v1.46.1) Updates `prettier` from 3.2.5 to 3.3.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.2.5...3.3.3) Updates `terser` from 5.30.3 to 5.31.6 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) Updates `typescript` from 5.4.5 to 5.5.4 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.4) Updates `webpack` from 5.91.0 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.91.0...v5.94.0) --- updated-dependencies: - dependency-name: clsx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: css-loader dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: react-use dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: styled-jsx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: typescript-json-schema dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/async-retry" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: ava dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: electronmon dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: node-addon-api dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-24 12:19:12 -08:00
"react-use": "^17.5.1",
"redux": "4.2.1",
"redux-thunk": "2.4.2",
2022-11-22 21:29:07 -09:00
"registry-url": "^6.0.1",
"reselect": "4.1.8",
Update Electron to v6 (#3785) * 3.0.0 * 3.0.2 * Save * Save * Upgrade yarn lock packages * update node-gyp and node-pty * update travis and appveyor to node 12 * appveyor is outdated as always * update travis to xenial * update node-pty@0.9.0-beta26 * update yarn.lock * update electron to 6.0.8 * move node-pty to the correct package.json * Fix linting failure * Update yarn lockfile to try to fix appveyor build * Remove unnecessary changes from package.json * Try to fix appveyor by using a newer image * Fix linting after my last change * update electron to 6.0.9 * install windows-build-tools on appveyor * fix syntax * switch back to 2017 image * remove old resolutions field * revert accidental version change * update electron to 6.0.11 and electron-rebuild to 1.8.6 * downgrade yarn to 1.18 until this issue is resolved https://github.com/yarnpkg/yarn/issues/7584 * update node-gyp to 6.0.0 and generate a fresh yarn lockfile * update react and a few other dependencies * fix lint * this should actually be electron-builder, I think! * update a few dependencies * change to electron-store electron-config was renamed to electron-store a while ago * update xterm to v4.1.0 and ora to 4.0.2 * move pify to app/package.json * TODO: Revert maybe. Throw a fit on every change to maybe fix the resizing issues * a * fix react ref problem * fix split view focus problem * remove the unnecessary fit * remove the init col and row * fix the problem that cannot show about hyper * update electron to 6.0.12 * fix lint * add more todos for componentWillReceiveProps deprecation * update babel and plugins Co-authored-by: Juan Campa <juancampa@gmail.com> Co-authored-by: Benjamin Staneck <staneck@gmail.com> Co-authored-by: ivan <ivanwonder@outlook.com>
2019-10-10 11:20:26 -08:00
"seamless-immutable": "7.1.4",
chore(deps-dev): bump the minorandpatch group across 1 directory with 22 updates Bumps the minorandpatch group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@electron/remote](https://github.com/electron/remote) | `2.1.2` | `2.1.3` | | [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.6.2` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.2` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.6` | `5.1.7` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.28.3` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.28.4` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.27.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.27.1` | | [@types/args](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/args) | `5.0.3` | `5.0.4` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.16` | `4.17.20` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.2.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.0.13` | `26.0.20` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.0` | `2.21.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.5.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.2.2` | `8.5.0` | | [playwright](https://github.com/microsoft/playwright) | `1.49.0` | `1.55.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` | | [terser](https://github.com/terser/terser) | `5.36.0` | `5.44.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.3` | | [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.102.0` | Updates `@electron/remote` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/electron/remote/releases) - [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json) - [Commits](https://github.com/electron/remote/compare/v2.1.2...v2.1.3) Updates `chalk` from 5.3.0 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.6.2) Updates `semver` from 7.6.3 to 7.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.3...v7.7.2) Updates `styled-jsx` from 5.1.6 to 5.1.7 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.6...v5.1.7) Updates `@babel/cli` from 7.25.9 to 7.28.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.3/packages/babel-cli) Updates `@babel/core` from 7.26.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core) Updates `@babel/preset-react` from 7.25.9 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.26.0 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) Updates `@types/args` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/args) Updates `@types/lodash` from 4.17.16 to 4.17.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `concurrently` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.2.1) Updates `electron-builder` from 26.0.13 to 26.0.20 - [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/v26.0.20/packages/electron-builder) Updates `eslint-plugin-import` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0) Updates `eslint-plugin-jsonc` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.20.0...v2.21.0) Updates `eslint-plugin-prettier` from 5.2.6 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.5.4) Updates `eslint-plugin-react` from 7.37.2 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.5) Updates `node-addon-api` from 8.2.2 to 8.5.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.5.0) Updates `playwright` from 1.49.0 to 1.55.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.55.1) Updates `prettier` from 3.3.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.6.2) Updates `terser` from 5.36.0 to 5.44.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.44.0) Updates `typescript` from 5.7.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.9.3) Updates `webpack` from 5.96.1 to 5.102.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.96.1...v5.102.0) --- updated-dependencies: - dependency-name: "@electron/remote" dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: semver dependency-version: 7.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: styled-jsx dependency-version: 5.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/args" dependency-version: 5.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-version: 4.17.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: concurrently dependency-version: 9.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: electron-builder dependency-version: 26.0.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-version: 8.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-version: 5.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-version: 5.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 03:54:10 -08:00
"semver": "7.7.2",
"shebang-loader": "0.0.1",
chore(deps-dev): bump the minorandpatch group across 1 directory with 22 updates Bumps the minorandpatch group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@electron/remote](https://github.com/electron/remote) | `2.1.2` | `2.1.3` | | [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.6.2` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.2` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.6` | `5.1.7` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.28.3` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.28.4` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.27.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.27.1` | | [@types/args](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/args) | `5.0.3` | `5.0.4` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.16` | `4.17.20` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.2.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.0.13` | `26.0.20` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.0` | `2.21.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.5.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.2.2` | `8.5.0` | | [playwright](https://github.com/microsoft/playwright) | `1.49.0` | `1.55.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` | | [terser](https://github.com/terser/terser) | `5.36.0` | `5.44.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.3` | | [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.102.0` | Updates `@electron/remote` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/electron/remote/releases) - [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json) - [Commits](https://github.com/electron/remote/compare/v2.1.2...v2.1.3) Updates `chalk` from 5.3.0 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.6.2) Updates `semver` from 7.6.3 to 7.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.3...v7.7.2) Updates `styled-jsx` from 5.1.6 to 5.1.7 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.6...v5.1.7) Updates `@babel/cli` from 7.25.9 to 7.28.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.3/packages/babel-cli) Updates `@babel/core` from 7.26.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core) Updates `@babel/preset-react` from 7.25.9 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.26.0 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) Updates `@types/args` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/args) Updates `@types/lodash` from 4.17.16 to 4.17.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `concurrently` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.2.1) Updates `electron-builder` from 26.0.13 to 26.0.20 - [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/v26.0.20/packages/electron-builder) Updates `eslint-plugin-import` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0) Updates `eslint-plugin-jsonc` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.20.0...v2.21.0) Updates `eslint-plugin-prettier` from 5.2.6 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.5.4) Updates `eslint-plugin-react` from 7.37.2 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.5) Updates `node-addon-api` from 8.2.2 to 8.5.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.5.0) Updates `playwright` from 1.49.0 to 1.55.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.55.1) Updates `prettier` from 3.3.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.6.2) Updates `terser` from 5.36.0 to 5.44.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.44.0) Updates `typescript` from 5.7.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.9.3) Updates `webpack` from 5.96.1 to 5.102.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.96.1...v5.102.0) --- updated-dependencies: - dependency-name: "@electron/remote" dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: semver dependency-version: 7.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: styled-jsx dependency-version: 5.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/args" dependency-version: 5.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-version: 4.17.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: concurrently dependency-version: 9.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: electron-builder dependency-version: 26.0.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-version: 8.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-version: 5.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-version: 5.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 03:54:10 -08:00
"styled-jsx": "5.1.7",
Update Electron to v6 (#3785) * 3.0.0 * 3.0.2 * Save * Save * Upgrade yarn lock packages * update node-gyp and node-pty * update travis and appveyor to node 12 * appveyor is outdated as always * update travis to xenial * update node-pty@0.9.0-beta26 * update yarn.lock * update electron to 6.0.8 * move node-pty to the correct package.json * Fix linting failure * Update yarn lockfile to try to fix appveyor build * Remove unnecessary changes from package.json * Try to fix appveyor by using a newer image * Fix linting after my last change * update electron to 6.0.9 * install windows-build-tools on appveyor * fix syntax * switch back to 2017 image * remove old resolutions field * revert accidental version change * update electron to 6.0.11 and electron-rebuild to 1.8.6 * downgrade yarn to 1.18 until this issue is resolved https://github.com/yarnpkg/yarn/issues/7584 * update node-gyp to 6.0.0 and generate a fresh yarn lockfile * update react and a few other dependencies * fix lint * this should actually be electron-builder, I think! * update a few dependencies * change to electron-store electron-config was renamed to electron-store a while ago * update xterm to v4.1.0 and ora to 4.0.2 * move pify to app/package.json * TODO: Revert maybe. Throw a fit on every change to maybe fix the resizing issues * a * fix react ref problem * fix split view focus problem * remove the unnecessary fit * remove the init col and row * fix the problem that cannot show about hyper * update electron to 6.0.12 * fix lint * add more todos for componentWillReceiveProps deprecation * update babel and plugins Co-authored-by: Juan Campa <juancampa@gmail.com> Co-authored-by: Benjamin Staneck <staneck@gmail.com> Co-authored-by: ivan <ivanwonder@outlook.com>
2019-10-10 11:20:26 -08:00
"stylis": "3.5.4",
"typescript-json-schema": "0.65.1",
"use-device-pixel-ratio": "^1.1.2",
"uuid": "10.0.0",
2025-05-09 13:38:35 -08:00
"webpack-cli": "5.1.4"
2016-10-17 00:29:12 -08:00
},
"devDependencies": {
"@ava/babel": "2.0.0",
2024-08-25 09:44:10 -08:00
"@ava/typescript": "^4.1.0",
chore(deps-dev): bump the minorandpatch group across 1 directory with 22 updates Bumps the minorandpatch group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@electron/remote](https://github.com/electron/remote) | `2.1.2` | `2.1.3` | | [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.6.2` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.2` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.6` | `5.1.7` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.28.3` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.28.4` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.27.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.27.1` | | [@types/args](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/args) | `5.0.3` | `5.0.4` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.16` | `4.17.20` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.2.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.0.13` | `26.0.20` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.0` | `2.21.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.5.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.2.2` | `8.5.0` | | [playwright](https://github.com/microsoft/playwright) | `1.49.0` | `1.55.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` | | [terser](https://github.com/terser/terser) | `5.36.0` | `5.44.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.3` | | [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.102.0` | Updates `@electron/remote` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/electron/remote/releases) - [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json) - [Commits](https://github.com/electron/remote/compare/v2.1.2...v2.1.3) Updates `chalk` from 5.3.0 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.6.2) Updates `semver` from 7.6.3 to 7.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.3...v7.7.2) Updates `styled-jsx` from 5.1.6 to 5.1.7 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.6...v5.1.7) Updates `@babel/cli` from 7.25.9 to 7.28.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.3/packages/babel-cli) Updates `@babel/core` from 7.26.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core) Updates `@babel/preset-react` from 7.25.9 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.26.0 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) Updates `@types/args` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/args) Updates `@types/lodash` from 4.17.16 to 4.17.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `concurrently` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.2.1) Updates `electron-builder` from 26.0.13 to 26.0.20 - [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/v26.0.20/packages/electron-builder) Updates `eslint-plugin-import` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0) Updates `eslint-plugin-jsonc` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.20.0...v2.21.0) Updates `eslint-plugin-prettier` from 5.2.6 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.5.4) Updates `eslint-plugin-react` from 7.37.2 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.5) Updates `node-addon-api` from 8.2.2 to 8.5.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.5.0) Updates `playwright` from 1.49.0 to 1.55.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.55.1) Updates `prettier` from 3.3.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.6.2) Updates `terser` from 5.36.0 to 5.44.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.44.0) Updates `typescript` from 5.7.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.9.3) Updates `webpack` from 5.96.1 to 5.102.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.96.1...v5.102.0) --- updated-dependencies: - dependency-name: "@electron/remote" dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: semver dependency-version: 7.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: styled-jsx dependency-version: 5.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/args" dependency-version: 5.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-version: 4.17.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: concurrently dependency-version: 9.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: electron-builder dependency-version: 26.0.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-version: 8.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-version: 5.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-version: 5.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 03:54:10 -08:00
"@babel/cli": "7.28.3",
"@babel/core": "7.28.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
chore(deps-dev): bump the minorandpatch group across 1 directory with 22 updates Bumps the minorandpatch group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@electron/remote](https://github.com/electron/remote) | `2.1.2` | `2.1.3` | | [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.6.2` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.2` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.6` | `5.1.7` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.28.3` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.28.4` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.27.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.27.1` | | [@types/args](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/args) | `5.0.3` | `5.0.4` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.16` | `4.17.20` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.2.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.0.13` | `26.0.20` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.0` | `2.21.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.5.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.2.2` | `8.5.0` | | [playwright](https://github.com/microsoft/playwright) | `1.49.0` | `1.55.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` | | [terser](https://github.com/terser/terser) | `5.36.0` | `5.44.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.3` | | [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.102.0` | Updates `@electron/remote` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/electron/remote/releases) - [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json) - [Commits](https://github.com/electron/remote/compare/v2.1.2...v2.1.3) Updates `chalk` from 5.3.0 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.6.2) Updates `semver` from 7.6.3 to 7.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.3...v7.7.2) Updates `styled-jsx` from 5.1.6 to 5.1.7 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.6...v5.1.7) Updates `@babel/cli` from 7.25.9 to 7.28.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.3/packages/babel-cli) Updates `@babel/core` from 7.26.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core) Updates `@babel/preset-react` from 7.25.9 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.26.0 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) Updates `@types/args` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/args) Updates `@types/lodash` from 4.17.16 to 4.17.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `concurrently` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.2.1) Updates `electron-builder` from 26.0.13 to 26.0.20 - [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/v26.0.20/packages/electron-builder) Updates `eslint-plugin-import` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0) Updates `eslint-plugin-jsonc` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.20.0...v2.21.0) Updates `eslint-plugin-prettier` from 5.2.6 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.5.4) Updates `eslint-plugin-react` from 7.37.2 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.5) Updates `node-addon-api` from 8.2.2 to 8.5.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.5.0) Updates `playwright` from 1.49.0 to 1.55.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.55.1) Updates `prettier` from 3.3.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.6.2) Updates `terser` from 5.36.0 to 5.44.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.44.0) Updates `typescript` from 5.7.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.9.3) Updates `webpack` from 5.96.1 to 5.102.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.96.1...v5.102.0) --- updated-dependencies: - dependency-name: "@electron/remote" dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: semver dependency-version: 7.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: styled-jsx dependency-version: 5.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/args" dependency-version: 5.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-version: 4.17.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: concurrently dependency-version: 9.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: electron-builder dependency-version: 26.0.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-version: 8.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-version: 5.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-version: 5.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 03:54:10 -08:00
"@babel/preset-react": "7.27.1",
"@babel/preset-typescript": "7.27.1",
chore(deps-dev): bump the minorandpatch group with 30 updates (#83) Bumps the minorandpatch group with 30 updates: | Package | From | To | | --- | --- | --- | | [ora](https://github.com/sindresorhus/ora) | `8.1.0` | `8.1.1` | | [@xterm/xterm](https://github.com/xtermjs/xterm.js) | `5.4.0` | `5.5.0` | | [@xterm/addon-canvas](https://github.com/xtermjs/xterm.js) | `0.6.0` | `0.7.0` | | [@xterm/addon-fit](https://github.com/xtermjs/xterm.js) | `0.9.0` | `0.10.0` | | [@xterm/addon-image](https://github.com/xtermjs/xterm.js) | `0.7.0` | `0.8.0` | | [@xterm/addon-ligatures](https://github.com/xtermjs/xterm.js) | `0.8.0` | `0.9.0` | | [@xterm/addon-search](https://github.com/xtermjs/xterm.js) | `0.14.0` | `0.15.0` | | [@xterm/addon-unicode11](https://github.com/xtermjs/xterm.js) | `0.7.0` | `0.8.0` | | [@xterm/addon-web-links](https://github.com/xtermjs/xterm.js) | `0.10.0` | `0.11.0` | | [@xterm/addon-webgl](https://github.com/xtermjs/xterm.js) | `0.17.0` | `0.18.0` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.24.8` | `7.25.9` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.25.2` | `7.26.0` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.7` | `7.25.9` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.7` | `7.26.0` | | [@electron/rebuild](https://github.com/electron/rebuild) | `3.6.0` | `3.7.1` | | [@types/async-retry](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async-retry) | `1.4.8` | `1.4.9` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.7` | `4.17.13` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.2` | `22.9.3` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.4` | `18.3.12` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `18.3.1` | | [babel-loader](https://github.com/babel/babel-loader) | `9.1.3` | `9.2.1` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.31.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.16.0` | `2.18.2` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.0` | `7.37.2` | | [husky](https://github.com/typicode/husky) | `9.1.5` | `9.1.7` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.1.0` | `8.2.2` | | [playwright](https://github.com/microsoft/playwright) | `1.46.1` | `1.49.0` | | [terser](https://github.com/terser/terser) | `5.31.6` | `5.36.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.7.2` | | [webpack](https://github.com/webpack/webpack) | `5.94.0` | `5.96.1` | Updates `ora` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](https://github.com/sindresorhus/ora/compare/v8.1.0...v8.1.1) Updates `@xterm/xterm` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/5.4.0...5.5.0) Updates `@xterm/addon-canvas` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.6...0.7) Updates `@xterm/addon-fit` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.9...0.10) Updates `@xterm/addon-image` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.7...0.8) Updates `@xterm/addon-ligatures` from 0.8.0 to 0.9.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.8...0.9) Updates `@xterm/addon-search` from 0.14.0 to 0.15.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.14...0.15) Updates `@xterm/addon-unicode11` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.7...0.8) Updates `@xterm/addon-web-links` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.10...0.11) Updates `@xterm/addon-webgl` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.17...0.18) Updates `@babel/cli` from 7.24.8 to 7.25.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-cli) Updates `@babel/core` from 7.25.2 to 7.26.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-core) Updates `@babel/preset-react` from 7.24.7 to 7.25.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.24.7 to 7.26.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-preset-typescript) Updates `@electron/rebuild` from 3.6.0 to 3.7.1 - [Release notes](https://github.com/electron/rebuild/releases) - [Changelog](https://github.com/electron/rebuild/blob/main/.releaserc.json) - [Commits](https://github.com/electron/rebuild/compare/v3.6.0...v3.7.1) Updates `@types/async-retry` from 1.4.8 to 1.4.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async-retry) Updates `@types/lodash` from 4.17.7 to 4.17.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `@types/node` from 22.9.2 to 22.9.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 18.3.4 to 18.3.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.3.0 to 18.3.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `babel-loader` from 9.1.3 to 9.2.1 - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v9.1.3...v9.2.1) Updates `eslint-plugin-import` from 2.29.1 to 2.31.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.31.0) Updates `eslint-plugin-jsonc` from 2.16.0 to 2.18.2 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.16.0...v2.18.2) Updates `eslint-plugin-react` from 7.35.0 to 7.37.2 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.0...v7.37.2) Updates `husky` from 9.1.5 to 9.1.7 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.5...v9.1.7) Updates `node-addon-api` from 8.1.0 to 8.2.2 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/node-addon-api-v8.1.0...v8.2.2) Updates `playwright` from 1.46.1 to 1.49.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.46.1...v1.49.0) Updates `terser` from 5.31.6 to 5.36.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.31.6...v5.36.0) Updates `typescript` from 5.5.4 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.7.2) Updates `webpack` from 5.94.0 to 5.96.1 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.94.0...v5.96.1) --- updated-dependencies: - dependency-name: ora dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@xterm/xterm" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-canvas" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-fit" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-image" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-ligatures" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-search" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-unicode11" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-web-links" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-webgl" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@electron/rebuild" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/async-retry" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-23 01:36:41 -09:00
"@electron/rebuild": "^3.7.1",
chore(deps-dev): bump the minorandpatch group across 1 directory with 22 updates Bumps the minorandpatch group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@electron/remote](https://github.com/electron/remote) | `2.1.2` | `2.1.3` | | [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.6.2` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.2` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.6` | `5.1.7` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.28.3` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.28.4` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.27.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.27.1` | | [@types/args](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/args) | `5.0.3` | `5.0.4` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.16` | `4.17.20` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.2.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.0.13` | `26.0.20` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.0` | `2.21.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.5.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.2.2` | `8.5.0` | | [playwright](https://github.com/microsoft/playwright) | `1.49.0` | `1.55.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` | | [terser](https://github.com/terser/terser) | `5.36.0` | `5.44.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.3` | | [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.102.0` | Updates `@electron/remote` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/electron/remote/releases) - [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json) - [Commits](https://github.com/electron/remote/compare/v2.1.2...v2.1.3) Updates `chalk` from 5.3.0 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.6.2) Updates `semver` from 7.6.3 to 7.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.3...v7.7.2) Updates `styled-jsx` from 5.1.6 to 5.1.7 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.6...v5.1.7) Updates `@babel/cli` from 7.25.9 to 7.28.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.3/packages/babel-cli) Updates `@babel/core` from 7.26.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core) Updates `@babel/preset-react` from 7.25.9 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.26.0 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) Updates `@types/args` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/args) Updates `@types/lodash` from 4.17.16 to 4.17.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `concurrently` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.2.1) Updates `electron-builder` from 26.0.13 to 26.0.20 - [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/v26.0.20/packages/electron-builder) Updates `eslint-plugin-import` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0) Updates `eslint-plugin-jsonc` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.20.0...v2.21.0) Updates `eslint-plugin-prettier` from 5.2.6 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.5.4) Updates `eslint-plugin-react` from 7.37.2 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.5) Updates `node-addon-api` from 8.2.2 to 8.5.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.5.0) Updates `playwright` from 1.49.0 to 1.55.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.55.1) Updates `prettier` from 3.3.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.6.2) Updates `terser` from 5.36.0 to 5.44.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.44.0) Updates `typescript` from 5.7.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.9.3) Updates `webpack` from 5.96.1 to 5.102.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.96.1...v5.102.0) --- updated-dependencies: - dependency-name: "@electron/remote" dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: semver dependency-version: 7.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: styled-jsx dependency-version: 5.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/args" dependency-version: 5.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-version: 4.17.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: concurrently dependency-version: 9.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: electron-builder dependency-version: 26.0.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-version: 8.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-version: 5.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-version: 5.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 03:54:10 -08:00
"@types/args": "5.0.4",
chore(deps-dev): bump the minorandpatch group with 30 updates (#83) Bumps the minorandpatch group with 30 updates: | Package | From | To | | --- | --- | --- | | [ora](https://github.com/sindresorhus/ora) | `8.1.0` | `8.1.1` | | [@xterm/xterm](https://github.com/xtermjs/xterm.js) | `5.4.0` | `5.5.0` | | [@xterm/addon-canvas](https://github.com/xtermjs/xterm.js) | `0.6.0` | `0.7.0` | | [@xterm/addon-fit](https://github.com/xtermjs/xterm.js) | `0.9.0` | `0.10.0` | | [@xterm/addon-image](https://github.com/xtermjs/xterm.js) | `0.7.0` | `0.8.0` | | [@xterm/addon-ligatures](https://github.com/xtermjs/xterm.js) | `0.8.0` | `0.9.0` | | [@xterm/addon-search](https://github.com/xtermjs/xterm.js) | `0.14.0` | `0.15.0` | | [@xterm/addon-unicode11](https://github.com/xtermjs/xterm.js) | `0.7.0` | `0.8.0` | | [@xterm/addon-web-links](https://github.com/xtermjs/xterm.js) | `0.10.0` | `0.11.0` | | [@xterm/addon-webgl](https://github.com/xtermjs/xterm.js) | `0.17.0` | `0.18.0` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.24.8` | `7.25.9` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.25.2` | `7.26.0` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.7` | `7.25.9` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.7` | `7.26.0` | | [@electron/rebuild](https://github.com/electron/rebuild) | `3.6.0` | `3.7.1` | | [@types/async-retry](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async-retry) | `1.4.8` | `1.4.9` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.7` | `4.17.13` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.2` | `22.9.3` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.4` | `18.3.12` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `18.3.1` | | [babel-loader](https://github.com/babel/babel-loader) | `9.1.3` | `9.2.1` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.31.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.16.0` | `2.18.2` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.0` | `7.37.2` | | [husky](https://github.com/typicode/husky) | `9.1.5` | `9.1.7` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.1.0` | `8.2.2` | | [playwright](https://github.com/microsoft/playwright) | `1.46.1` | `1.49.0` | | [terser](https://github.com/terser/terser) | `5.31.6` | `5.36.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.7.2` | | [webpack](https://github.com/webpack/webpack) | `5.94.0` | `5.96.1` | Updates `ora` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](https://github.com/sindresorhus/ora/compare/v8.1.0...v8.1.1) Updates `@xterm/xterm` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/5.4.0...5.5.0) Updates `@xterm/addon-canvas` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.6...0.7) Updates `@xterm/addon-fit` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.9...0.10) Updates `@xterm/addon-image` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.7...0.8) Updates `@xterm/addon-ligatures` from 0.8.0 to 0.9.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.8...0.9) Updates `@xterm/addon-search` from 0.14.0 to 0.15.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.14...0.15) Updates `@xterm/addon-unicode11` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.7...0.8) Updates `@xterm/addon-web-links` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.10...0.11) Updates `@xterm/addon-webgl` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.17...0.18) Updates `@babel/cli` from 7.24.8 to 7.25.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-cli) Updates `@babel/core` from 7.25.2 to 7.26.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-core) Updates `@babel/preset-react` from 7.24.7 to 7.25.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.24.7 to 7.26.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-preset-typescript) Updates `@electron/rebuild` from 3.6.0 to 3.7.1 - [Release notes](https://github.com/electron/rebuild/releases) - [Changelog](https://github.com/electron/rebuild/blob/main/.releaserc.json) - [Commits](https://github.com/electron/rebuild/compare/v3.6.0...v3.7.1) Updates `@types/async-retry` from 1.4.8 to 1.4.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async-retry) Updates `@types/lodash` from 4.17.7 to 4.17.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `@types/node` from 22.9.2 to 22.9.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 18.3.4 to 18.3.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.3.0 to 18.3.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `babel-loader` from 9.1.3 to 9.2.1 - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v9.1.3...v9.2.1) Updates `eslint-plugin-import` from 2.29.1 to 2.31.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.31.0) Updates `eslint-plugin-jsonc` from 2.16.0 to 2.18.2 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.16.0...v2.18.2) Updates `eslint-plugin-react` from 7.35.0 to 7.37.2 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.0...v7.37.2) Updates `husky` from 9.1.5 to 9.1.7 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.5...v9.1.7) Updates `node-addon-api` from 8.1.0 to 8.2.2 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/node-addon-api-v8.1.0...v8.2.2) Updates `playwright` from 1.46.1 to 1.49.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.46.1...v1.49.0) Updates `terser` from 5.31.6 to 5.36.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.31.6...v5.36.0) Updates `typescript` from 5.5.4 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.7.2) Updates `webpack` from 5.94.0 to 5.96.1 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.94.0...v5.96.1) --- updated-dependencies: - dependency-name: ora dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@xterm/xterm" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-canvas" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-fit" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-image" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-ligatures" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-search" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-unicode11" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-web-links" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-webgl" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@electron/rebuild" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/async-retry" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-23 01:36:41 -09:00
"@types/async-retry": "1.4.9",
"@types/color": "3.0.6",
"@types/columnify": "^1.5.4",
"@types/fs-extra": "11.0.4",
chore(deps-dev): bump the minorandpatch group across 1 directory with 22 updates Bumps the minorandpatch group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@electron/remote](https://github.com/electron/remote) | `2.1.2` | `2.1.3` | | [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.6.2` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.2` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.6` | `5.1.7` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.28.3` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.28.4` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.27.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.27.1` | | [@types/args](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/args) | `5.0.3` | `5.0.4` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.16` | `4.17.20` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.2.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.0.13` | `26.0.20` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.0` | `2.21.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.5.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.2.2` | `8.5.0` | | [playwright](https://github.com/microsoft/playwright) | `1.49.0` | `1.55.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` | | [terser](https://github.com/terser/terser) | `5.36.0` | `5.44.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.3` | | [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.102.0` | Updates `@electron/remote` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/electron/remote/releases) - [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json) - [Commits](https://github.com/electron/remote/compare/v2.1.2...v2.1.3) Updates `chalk` from 5.3.0 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.6.2) Updates `semver` from 7.6.3 to 7.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.3...v7.7.2) Updates `styled-jsx` from 5.1.6 to 5.1.7 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.6...v5.1.7) Updates `@babel/cli` from 7.25.9 to 7.28.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.3/packages/babel-cli) Updates `@babel/core` from 7.26.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core) Updates `@babel/preset-react` from 7.25.9 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.26.0 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) Updates `@types/args` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/args) Updates `@types/lodash` from 4.17.16 to 4.17.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `concurrently` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.2.1) Updates `electron-builder` from 26.0.13 to 26.0.20 - [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/v26.0.20/packages/electron-builder) Updates `eslint-plugin-import` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0) Updates `eslint-plugin-jsonc` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.20.0...v2.21.0) Updates `eslint-plugin-prettier` from 5.2.6 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.5.4) Updates `eslint-plugin-react` from 7.37.2 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.5) Updates `node-addon-api` from 8.2.2 to 8.5.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.5.0) Updates `playwright` from 1.49.0 to 1.55.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.55.1) Updates `prettier` from 3.3.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.6.2) Updates `terser` from 5.36.0 to 5.44.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.44.0) Updates `typescript` from 5.7.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.9.3) Updates `webpack` from 5.96.1 to 5.102.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.96.1...v5.102.0) --- updated-dependencies: - dependency-name: "@electron/remote" dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: semver dependency-version: 7.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: styled-jsx dependency-version: 5.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/args" dependency-version: 5.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-version: 4.17.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: concurrently dependency-version: 9.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: electron-builder dependency-version: 26.0.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-version: 8.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-version: 5.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-version: 5.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 03:54:10 -08:00
"@types/lodash": "^4.17.20",
"@types/mousetrap": "1.6.15",
"@types/ms": "0.7.34",
chore(deps-dev): bump the minorandpatch group with 30 updates (#83) Bumps the minorandpatch group with 30 updates: | Package | From | To | | --- | --- | --- | | [ora](https://github.com/sindresorhus/ora) | `8.1.0` | `8.1.1` | | [@xterm/xterm](https://github.com/xtermjs/xterm.js) | `5.4.0` | `5.5.0` | | [@xterm/addon-canvas](https://github.com/xtermjs/xterm.js) | `0.6.0` | `0.7.0` | | [@xterm/addon-fit](https://github.com/xtermjs/xterm.js) | `0.9.0` | `0.10.0` | | [@xterm/addon-image](https://github.com/xtermjs/xterm.js) | `0.7.0` | `0.8.0` | | [@xterm/addon-ligatures](https://github.com/xtermjs/xterm.js) | `0.8.0` | `0.9.0` | | [@xterm/addon-search](https://github.com/xtermjs/xterm.js) | `0.14.0` | `0.15.0` | | [@xterm/addon-unicode11](https://github.com/xtermjs/xterm.js) | `0.7.0` | `0.8.0` | | [@xterm/addon-web-links](https://github.com/xtermjs/xterm.js) | `0.10.0` | `0.11.0` | | [@xterm/addon-webgl](https://github.com/xtermjs/xterm.js) | `0.17.0` | `0.18.0` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.24.8` | `7.25.9` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.25.2` | `7.26.0` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.7` | `7.25.9` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.7` | `7.26.0` | | [@electron/rebuild](https://github.com/electron/rebuild) | `3.6.0` | `3.7.1` | | [@types/async-retry](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async-retry) | `1.4.8` | `1.4.9` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.7` | `4.17.13` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.2` | `22.9.3` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.4` | `18.3.12` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `18.3.1` | | [babel-loader](https://github.com/babel/babel-loader) | `9.1.3` | `9.2.1` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.31.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.16.0` | `2.18.2` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.0` | `7.37.2` | | [husky](https://github.com/typicode/husky) | `9.1.5` | `9.1.7` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.1.0` | `8.2.2` | | [playwright](https://github.com/microsoft/playwright) | `1.46.1` | `1.49.0` | | [terser](https://github.com/terser/terser) | `5.31.6` | `5.36.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.7.2` | | [webpack](https://github.com/webpack/webpack) | `5.94.0` | `5.96.1` | Updates `ora` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](https://github.com/sindresorhus/ora/compare/v8.1.0...v8.1.1) Updates `@xterm/xterm` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/5.4.0...5.5.0) Updates `@xterm/addon-canvas` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.6...0.7) Updates `@xterm/addon-fit` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.9...0.10) Updates `@xterm/addon-image` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.7...0.8) Updates `@xterm/addon-ligatures` from 0.8.0 to 0.9.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.8...0.9) Updates `@xterm/addon-search` from 0.14.0 to 0.15.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.14...0.15) Updates `@xterm/addon-unicode11` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.7...0.8) Updates `@xterm/addon-web-links` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.10...0.11) Updates `@xterm/addon-webgl` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.17...0.18) Updates `@babel/cli` from 7.24.8 to 7.25.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-cli) Updates `@babel/core` from 7.25.2 to 7.26.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-core) Updates `@babel/preset-react` from 7.24.7 to 7.25.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.24.7 to 7.26.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-preset-typescript) Updates `@electron/rebuild` from 3.6.0 to 3.7.1 - [Release notes](https://github.com/electron/rebuild/releases) - [Changelog](https://github.com/electron/rebuild/blob/main/.releaserc.json) - [Commits](https://github.com/electron/rebuild/compare/v3.6.0...v3.7.1) Updates `@types/async-retry` from 1.4.8 to 1.4.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async-retry) Updates `@types/lodash` from 4.17.7 to 4.17.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `@types/node` from 22.9.2 to 22.9.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 18.3.4 to 18.3.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.3.0 to 18.3.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `babel-loader` from 9.1.3 to 9.2.1 - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v9.1.3...v9.2.1) Updates `eslint-plugin-import` from 2.29.1 to 2.31.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.31.0) Updates `eslint-plugin-jsonc` from 2.16.0 to 2.18.2 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.16.0...v2.18.2) Updates `eslint-plugin-react` from 7.35.0 to 7.37.2 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.0...v7.37.2) Updates `husky` from 9.1.5 to 9.1.7 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.5...v9.1.7) Updates `node-addon-api` from 8.1.0 to 8.2.2 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/node-addon-api-v8.1.0...v8.2.2) Updates `playwright` from 1.46.1 to 1.49.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.46.1...v1.49.0) Updates `terser` from 5.31.6 to 5.36.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.31.6...v5.36.0) Updates `typescript` from 5.5.4 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.7.2) Updates `webpack` from 5.94.0 to 5.96.1 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.94.0...v5.96.1) --- updated-dependencies: - dependency-name: ora dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@xterm/xterm" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-canvas" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-fit" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-image" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-ligatures" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-search" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-unicode11" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-web-links" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-webgl" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@electron/rebuild" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/async-retry" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-23 01:36:41 -09:00
"@types/node": "22.9.3",
"@types/plist": "3.0.5",
chore(deps-dev): bump the minorandpatch group with 30 updates (#83) Bumps the minorandpatch group with 30 updates: | Package | From | To | | --- | --- | --- | | [ora](https://github.com/sindresorhus/ora) | `8.1.0` | `8.1.1` | | [@xterm/xterm](https://github.com/xtermjs/xterm.js) | `5.4.0` | `5.5.0` | | [@xterm/addon-canvas](https://github.com/xtermjs/xterm.js) | `0.6.0` | `0.7.0` | | [@xterm/addon-fit](https://github.com/xtermjs/xterm.js) | `0.9.0` | `0.10.0` | | [@xterm/addon-image](https://github.com/xtermjs/xterm.js) | `0.7.0` | `0.8.0` | | [@xterm/addon-ligatures](https://github.com/xtermjs/xterm.js) | `0.8.0` | `0.9.0` | | [@xterm/addon-search](https://github.com/xtermjs/xterm.js) | `0.14.0` | `0.15.0` | | [@xterm/addon-unicode11](https://github.com/xtermjs/xterm.js) | `0.7.0` | `0.8.0` | | [@xterm/addon-web-links](https://github.com/xtermjs/xterm.js) | `0.10.0` | `0.11.0` | | [@xterm/addon-webgl](https://github.com/xtermjs/xterm.js) | `0.17.0` | `0.18.0` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.24.8` | `7.25.9` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.25.2` | `7.26.0` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.7` | `7.25.9` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.7` | `7.26.0` | | [@electron/rebuild](https://github.com/electron/rebuild) | `3.6.0` | `3.7.1` | | [@types/async-retry](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async-retry) | `1.4.8` | `1.4.9` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.7` | `4.17.13` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.2` | `22.9.3` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.4` | `18.3.12` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `18.3.1` | | [babel-loader](https://github.com/babel/babel-loader) | `9.1.3` | `9.2.1` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.31.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.16.0` | `2.18.2` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.0` | `7.37.2` | | [husky](https://github.com/typicode/husky) | `9.1.5` | `9.1.7` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.1.0` | `8.2.2` | | [playwright](https://github.com/microsoft/playwright) | `1.46.1` | `1.49.0` | | [terser](https://github.com/terser/terser) | `5.31.6` | `5.36.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.7.2` | | [webpack](https://github.com/webpack/webpack) | `5.94.0` | `5.96.1` | Updates `ora` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](https://github.com/sindresorhus/ora/compare/v8.1.0...v8.1.1) Updates `@xterm/xterm` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/5.4.0...5.5.0) Updates `@xterm/addon-canvas` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.6...0.7) Updates `@xterm/addon-fit` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.9...0.10) Updates `@xterm/addon-image` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.7...0.8) Updates `@xterm/addon-ligatures` from 0.8.0 to 0.9.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.8...0.9) Updates `@xterm/addon-search` from 0.14.0 to 0.15.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.14...0.15) Updates `@xterm/addon-unicode11` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.7...0.8) Updates `@xterm/addon-web-links` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.10...0.11) Updates `@xterm/addon-webgl` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.17...0.18) Updates `@babel/cli` from 7.24.8 to 7.25.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-cli) Updates `@babel/core` from 7.25.2 to 7.26.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-core) Updates `@babel/preset-react` from 7.24.7 to 7.25.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.24.7 to 7.26.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-preset-typescript) Updates `@electron/rebuild` from 3.6.0 to 3.7.1 - [Release notes](https://github.com/electron/rebuild/releases) - [Changelog](https://github.com/electron/rebuild/blob/main/.releaserc.json) - [Commits](https://github.com/electron/rebuild/compare/v3.6.0...v3.7.1) Updates `@types/async-retry` from 1.4.8 to 1.4.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async-retry) Updates `@types/lodash` from 4.17.7 to 4.17.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `@types/node` from 22.9.2 to 22.9.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 18.3.4 to 18.3.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.3.0 to 18.3.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `babel-loader` from 9.1.3 to 9.2.1 - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v9.1.3...v9.2.1) Updates `eslint-plugin-import` from 2.29.1 to 2.31.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.31.0) Updates `eslint-plugin-jsonc` from 2.16.0 to 2.18.2 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.16.0...v2.18.2) Updates `eslint-plugin-react` from 7.35.0 to 7.37.2 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.0...v7.37.2) Updates `husky` from 9.1.5 to 9.1.7 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.5...v9.1.7) Updates `node-addon-api` from 8.1.0 to 8.2.2 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/node-addon-api-v8.1.0...v8.2.2) Updates `playwright` from 1.46.1 to 1.49.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.46.1...v1.49.0) Updates `terser` from 5.31.6 to 5.36.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.31.6...v5.36.0) Updates `typescript` from 5.5.4 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.7.2) Updates `webpack` from 5.94.0 to 5.96.1 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.94.0...v5.96.1) --- updated-dependencies: - dependency-name: ora dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@xterm/xterm" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-canvas" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-fit" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-image" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-ligatures" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-search" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-unicode11" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-web-links" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-webgl" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@electron/rebuild" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/async-retry" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-23 01:36:41 -09:00
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/seamless-immutable": "7.1.19",
"@types/styled-jsx": "2.2.9",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "7.0.0",
"@typescript-eslint/parser": "6.21.0",
chore(deps-dev): bump the minorandpatch group with 30 updates (#83) Bumps the minorandpatch group with 30 updates: | Package | From | To | | --- | --- | --- | | [ora](https://github.com/sindresorhus/ora) | `8.1.0` | `8.1.1` | | [@xterm/xterm](https://github.com/xtermjs/xterm.js) | `5.4.0` | `5.5.0` | | [@xterm/addon-canvas](https://github.com/xtermjs/xterm.js) | `0.6.0` | `0.7.0` | | [@xterm/addon-fit](https://github.com/xtermjs/xterm.js) | `0.9.0` | `0.10.0` | | [@xterm/addon-image](https://github.com/xtermjs/xterm.js) | `0.7.0` | `0.8.0` | | [@xterm/addon-ligatures](https://github.com/xtermjs/xterm.js) | `0.8.0` | `0.9.0` | | [@xterm/addon-search](https://github.com/xtermjs/xterm.js) | `0.14.0` | `0.15.0` | | [@xterm/addon-unicode11](https://github.com/xtermjs/xterm.js) | `0.7.0` | `0.8.0` | | [@xterm/addon-web-links](https://github.com/xtermjs/xterm.js) | `0.10.0` | `0.11.0` | | [@xterm/addon-webgl](https://github.com/xtermjs/xterm.js) | `0.17.0` | `0.18.0` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.24.8` | `7.25.9` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.25.2` | `7.26.0` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.7` | `7.25.9` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.7` | `7.26.0` | | [@electron/rebuild](https://github.com/electron/rebuild) | `3.6.0` | `3.7.1` | | [@types/async-retry](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async-retry) | `1.4.8` | `1.4.9` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.7` | `4.17.13` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.2` | `22.9.3` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.4` | `18.3.12` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `18.3.1` | | [babel-loader](https://github.com/babel/babel-loader) | `9.1.3` | `9.2.1` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.31.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.16.0` | `2.18.2` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.0` | `7.37.2` | | [husky](https://github.com/typicode/husky) | `9.1.5` | `9.1.7` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.1.0` | `8.2.2` | | [playwright](https://github.com/microsoft/playwright) | `1.46.1` | `1.49.0` | | [terser](https://github.com/terser/terser) | `5.31.6` | `5.36.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.7.2` | | [webpack](https://github.com/webpack/webpack) | `5.94.0` | `5.96.1` | Updates `ora` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](https://github.com/sindresorhus/ora/compare/v8.1.0...v8.1.1) Updates `@xterm/xterm` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/5.4.0...5.5.0) Updates `@xterm/addon-canvas` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.6...0.7) Updates `@xterm/addon-fit` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.9...0.10) Updates `@xterm/addon-image` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.7...0.8) Updates `@xterm/addon-ligatures` from 0.8.0 to 0.9.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.8...0.9) Updates `@xterm/addon-search` from 0.14.0 to 0.15.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.14...0.15) Updates `@xterm/addon-unicode11` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.7...0.8) Updates `@xterm/addon-web-links` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.10...0.11) Updates `@xterm/addon-webgl` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.17...0.18) Updates `@babel/cli` from 7.24.8 to 7.25.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-cli) Updates `@babel/core` from 7.25.2 to 7.26.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-core) Updates `@babel/preset-react` from 7.24.7 to 7.25.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.24.7 to 7.26.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-preset-typescript) Updates `@electron/rebuild` from 3.6.0 to 3.7.1 - [Release notes](https://github.com/electron/rebuild/releases) - [Changelog](https://github.com/electron/rebuild/blob/main/.releaserc.json) - [Commits](https://github.com/electron/rebuild/compare/v3.6.0...v3.7.1) Updates `@types/async-retry` from 1.4.8 to 1.4.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async-retry) Updates `@types/lodash` from 4.17.7 to 4.17.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `@types/node` from 22.9.2 to 22.9.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 18.3.4 to 18.3.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.3.0 to 18.3.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `babel-loader` from 9.1.3 to 9.2.1 - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v9.1.3...v9.2.1) Updates `eslint-plugin-import` from 2.29.1 to 2.31.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.31.0) Updates `eslint-plugin-jsonc` from 2.16.0 to 2.18.2 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.16.0...v2.18.2) Updates `eslint-plugin-react` from 7.35.0 to 7.37.2 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.0...v7.37.2) Updates `husky` from 9.1.5 to 9.1.7 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.5...v9.1.7) Updates `node-addon-api` from 8.1.0 to 8.2.2 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/node-addon-api-v8.1.0...v8.2.2) Updates `playwright` from 1.46.1 to 1.49.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.46.1...v1.49.0) Updates `terser` from 5.31.6 to 5.36.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.31.6...v5.36.0) Updates `typescript` from 5.5.4 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.7.2) Updates `webpack` from 5.94.0 to 5.96.1 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.94.0...v5.96.1) --- updated-dependencies: - dependency-name: ora dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@xterm/xterm" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-canvas" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-fit" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-image" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-ligatures" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-search" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-unicode11" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-web-links" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-webgl" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@electron/rebuild" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/async-retry" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-23 01:36:41 -09:00
"babel-loader": "9.2.1",
chore(deps-dev): bump the minorandpatch group across 1 directory with 22 updates Bumps the minorandpatch group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@electron/remote](https://github.com/electron/remote) | `2.1.2` | `2.1.3` | | [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.6.2` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.2` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.6` | `5.1.7` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.28.3` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.28.4` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.27.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.27.1` | | [@types/args](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/args) | `5.0.3` | `5.0.4` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.16` | `4.17.20` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.2.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.0.13` | `26.0.20` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.0` | `2.21.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.5.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.2.2` | `8.5.0` | | [playwright](https://github.com/microsoft/playwright) | `1.49.0` | `1.55.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` | | [terser](https://github.com/terser/terser) | `5.36.0` | `5.44.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.3` | | [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.102.0` | Updates `@electron/remote` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/electron/remote/releases) - [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json) - [Commits](https://github.com/electron/remote/compare/v2.1.2...v2.1.3) Updates `chalk` from 5.3.0 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.6.2) Updates `semver` from 7.6.3 to 7.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.3...v7.7.2) Updates `styled-jsx` from 5.1.6 to 5.1.7 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.6...v5.1.7) Updates `@babel/cli` from 7.25.9 to 7.28.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.3/packages/babel-cli) Updates `@babel/core` from 7.26.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core) Updates `@babel/preset-react` from 7.25.9 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.26.0 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) Updates `@types/args` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/args) Updates `@types/lodash` from 4.17.16 to 4.17.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `concurrently` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.2.1) Updates `electron-builder` from 26.0.13 to 26.0.20 - [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/v26.0.20/packages/electron-builder) Updates `eslint-plugin-import` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0) Updates `eslint-plugin-jsonc` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.20.0...v2.21.0) Updates `eslint-plugin-prettier` from 5.2.6 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.5.4) Updates `eslint-plugin-react` from 7.37.2 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.5) Updates `node-addon-api` from 8.2.2 to 8.5.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.5.0) Updates `playwright` from 1.49.0 to 1.55.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.55.1) Updates `prettier` from 3.3.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.6.2) Updates `terser` from 5.36.0 to 5.44.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.44.0) Updates `typescript` from 5.7.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.9.3) Updates `webpack` from 5.96.1 to 5.102.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.96.1...v5.102.0) --- updated-dependencies: - dependency-name: "@electron/remote" dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: semver dependency-version: 7.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: styled-jsx dependency-version: 5.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/args" dependency-version: 5.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-version: 4.17.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: concurrently dependency-version: 9.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: electron-builder dependency-version: 26.0.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-version: 8.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-version: 5.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-version: 5.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 03:54:10 -08:00
"concurrently": "9.2.1",
"copy-webpack-plugin": "12.0.2",
"cpy-cli": "^5.0.0",
"cross-env": "7.0.3",
"electron": "34.5.1",
chore(deps-dev): bump the minorandpatch group across 1 directory with 22 updates Bumps the minorandpatch group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@electron/remote](https://github.com/electron/remote) | `2.1.2` | `2.1.3` | | [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.6.2` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.2` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.6` | `5.1.7` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.28.3` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.28.4` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.27.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.27.1` | | [@types/args](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/args) | `5.0.3` | `5.0.4` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.16` | `4.17.20` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.2.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.0.13` | `26.0.20` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.0` | `2.21.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.5.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.2.2` | `8.5.0` | | [playwright](https://github.com/microsoft/playwright) | `1.49.0` | `1.55.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` | | [terser](https://github.com/terser/terser) | `5.36.0` | `5.44.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.3` | | [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.102.0` | Updates `@electron/remote` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/electron/remote/releases) - [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json) - [Commits](https://github.com/electron/remote/compare/v2.1.2...v2.1.3) Updates `chalk` from 5.3.0 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.6.2) Updates `semver` from 7.6.3 to 7.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.3...v7.7.2) Updates `styled-jsx` from 5.1.6 to 5.1.7 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.6...v5.1.7) Updates `@babel/cli` from 7.25.9 to 7.28.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.3/packages/babel-cli) Updates `@babel/core` from 7.26.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core) Updates `@babel/preset-react` from 7.25.9 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.26.0 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) Updates `@types/args` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/args) Updates `@types/lodash` from 4.17.16 to 4.17.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `concurrently` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.2.1) Updates `electron-builder` from 26.0.13 to 26.0.20 - [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/v26.0.20/packages/electron-builder) Updates `eslint-plugin-import` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0) Updates `eslint-plugin-jsonc` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.20.0...v2.21.0) Updates `eslint-plugin-prettier` from 5.2.6 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.5.4) Updates `eslint-plugin-react` from 7.37.2 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.5) Updates `node-addon-api` from 8.2.2 to 8.5.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.5.0) Updates `playwright` from 1.49.0 to 1.55.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.55.1) Updates `prettier` from 3.3.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.6.2) Updates `terser` from 5.36.0 to 5.44.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.44.0) Updates `typescript` from 5.7.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.9.3) Updates `webpack` from 5.96.1 to 5.102.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.96.1...v5.102.0) --- updated-dependencies: - dependency-name: "@electron/remote" dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: semver dependency-version: 7.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: styled-jsx dependency-version: 5.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/args" dependency-version: 5.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-version: 4.17.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: concurrently dependency-version: 9.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: electron-builder dependency-version: 26.0.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-version: 8.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-version: 5.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-version: 5.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 03:54:10 -08:00
"electron-builder": "26.0.20",
2022-04-14 08:50:54 -08:00
"electron-link": "^0.6.0",
2025-05-09 13:38:35 -08:00
"electron-mksnapshot": "34.5.1",
chore(deps-dev): bump the minorandpatch group with 28 updates Bumps the minorandpatch group with 28 updates: | Package | From | To | | --- | --- | --- | | [clsx](https://github.com/lukeed/clsx) | `2.1.0` | `2.1.1` | | [css-loader](https://github.com/webpack-contrib/css-loader) | `7.1.1` | `7.1.2` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.79` | `18.3.4` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.25` | `18.3.0` | | [react-use](https://github.com/streamich/react-use) | `17.5.0` | `17.5.1` | | [semver](https://github.com/npm/node-semver) | `7.6.0` | `7.6.3` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.2` | `5.1.6` | | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | `0.63.0` | `0.65.1` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.24.1` | `7.24.8` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.4` | `7.25.2` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.1` | `7.24.7` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.1` | `7.24.7` | | [@types/async-retry](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async-retry) | `1.4.3` | `1.4.8` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.0` | `4.17.7` | | [ava](https://github.com/avajs/ava) | `6.1.2` | `6.1.3` | | [electronmon](https://github.com/catdad/electronmon) | `2.0.2` | `2.0.3` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.15.1` | `2.16.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.1` | `7.35.0` | | [husky](https://github.com/typicode/husky) | `9.0.11` | `9.1.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.0.0` | `8.1.0` | | [playwright](https://github.com/microsoft/playwright) | `1.43.1` | `1.46.1` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.3` | | [terser](https://github.com/terser/terser) | `5.30.3` | `5.31.6` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.4` | | [webpack](https://github.com/webpack/webpack) | `5.91.0` | `5.94.0` | Updates `clsx` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/lukeed/clsx/releases) - [Commits](https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1) Updates `css-loader` from 7.1.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](https://github.com/webpack-contrib/css-loader/compare/v7.1.1...v7.1.2) Updates `react` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react) Updates `@types/react` from 18.2.79 to 18.3.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `react-dom` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom) Updates `@types/react-dom` from 18.2.25 to 18.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `react-use` from 17.5.0 to 17.5.1 - [Release notes](https://github.com/streamich/react-use/releases) - [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md) - [Commits](https://github.com/streamich/react-use/compare/v17.5.0...v17.5.1) Updates `semver` from 7.6.0 to 7.6.3 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.0...v7.6.3) Updates `styled-jsx` from 5.1.2 to 5.1.6 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.2...v5.1.6) Updates `typescript-json-schema` from 0.63.0 to 0.65.1 - [Commits](https://github.com/YousefED/typescript-json-schema/compare/v0.63.0...v0.65.1) Updates `@babel/cli` from 7.24.1 to 7.24.8 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-cli) Updates `@babel/core` from 7.24.4 to 7.25.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core) Updates `@babel/preset-react` from 7.24.1 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.24.1 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-preset-typescript) Updates `@types/async-retry` from 1.4.3 to 1.4.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async-retry) Updates `@types/lodash` from 4.17.0 to 4.17.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `@types/react` from 18.2.79 to 18.3.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.2.25 to 18.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `ava` from 6.1.2 to 6.1.3 - [Release notes](https://github.com/avajs/ava/releases) - [Commits](https://github.com/avajs/ava/compare/v6.1.2...v6.1.3) Updates `electronmon` from 2.0.2 to 2.0.3 - [Release notes](https://github.com/catdad/electronmon/releases) - [Commits](https://github.com/catdad/electronmon/compare/2.0.2...2.0.3) Updates `eslint-plugin-jsonc` from 2.15.1 to 2.16.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.15.1...v2.16.0) Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.3...v5.2.1) Updates `eslint-plugin-react` from 7.34.1 to 7.35.0 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.35.0) Updates `husky` from 9.0.11 to 9.1.5 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.5) Updates `node-addon-api` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.0.0...node-addon-api-v8.1.0) Updates `playwright` from 1.43.1 to 1.46.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.43.1...v1.46.1) Updates `prettier` from 3.2.5 to 3.3.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.2.5...3.3.3) Updates `terser` from 5.30.3 to 5.31.6 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) Updates `typescript` from 5.4.5 to 5.5.4 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.4) Updates `webpack` from 5.91.0 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.91.0...v5.94.0) --- updated-dependencies: - dependency-name: clsx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: css-loader dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: react-use dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: styled-jsx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: typescript-json-schema dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/async-retry" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: ava dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: electronmon dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: node-addon-api dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-24 12:19:12 -08:00
"electronmon": "^2.0.3",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-eslint-comments": "^3.2.0",
chore(deps-dev): bump the minorandpatch group across 1 directory with 22 updates Bumps the minorandpatch group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@electron/remote](https://github.com/electron/remote) | `2.1.2` | `2.1.3` | | [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.6.2` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.2` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.6` | `5.1.7` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.28.3` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.28.4` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.27.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.27.1` | | [@types/args](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/args) | `5.0.3` | `5.0.4` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.16` | `4.17.20` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.2.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.0.13` | `26.0.20` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.0` | `2.21.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.5.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.2.2` | `8.5.0` | | [playwright](https://github.com/microsoft/playwright) | `1.49.0` | `1.55.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` | | [terser](https://github.com/terser/terser) | `5.36.0` | `5.44.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.3` | | [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.102.0` | Updates `@electron/remote` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/electron/remote/releases) - [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json) - [Commits](https://github.com/electron/remote/compare/v2.1.2...v2.1.3) Updates `chalk` from 5.3.0 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.6.2) Updates `semver` from 7.6.3 to 7.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.3...v7.7.2) Updates `styled-jsx` from 5.1.6 to 5.1.7 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.6...v5.1.7) Updates `@babel/cli` from 7.25.9 to 7.28.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.3/packages/babel-cli) Updates `@babel/core` from 7.26.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core) Updates `@babel/preset-react` from 7.25.9 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.26.0 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) Updates `@types/args` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/args) Updates `@types/lodash` from 4.17.16 to 4.17.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `concurrently` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.2.1) Updates `electron-builder` from 26.0.13 to 26.0.20 - [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/v26.0.20/packages/electron-builder) Updates `eslint-plugin-import` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0) Updates `eslint-plugin-jsonc` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.20.0...v2.21.0) Updates `eslint-plugin-prettier` from 5.2.6 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.5.4) Updates `eslint-plugin-react` from 7.37.2 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.5) Updates `node-addon-api` from 8.2.2 to 8.5.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.5.0) Updates `playwright` from 1.49.0 to 1.55.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.55.1) Updates `prettier` from 3.3.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.6.2) Updates `terser` from 5.36.0 to 5.44.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.44.0) Updates `typescript` from 5.7.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.9.3) Updates `webpack` from 5.96.1 to 5.102.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.96.1...v5.102.0) --- updated-dependencies: - dependency-name: "@electron/remote" dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: semver dependency-version: 7.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: styled-jsx dependency-version: 5.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/args" dependency-version: 5.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-version: 4.17.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: concurrently dependency-version: 9.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: electron-builder dependency-version: 26.0.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-version: 8.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-version: 5.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-version: 5.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 03:54:10 -08:00
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-json-schema-validator": "^4.8.3",
chore(deps-dev): bump the minorandpatch group across 1 directory with 22 updates Bumps the minorandpatch group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@electron/remote](https://github.com/electron/remote) | `2.1.2` | `2.1.3` | | [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.6.2` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.2` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.6` | `5.1.7` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.28.3` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.28.4` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.27.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.27.1` | | [@types/args](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/args) | `5.0.3` | `5.0.4` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.16` | `4.17.20` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.2.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.0.13` | `26.0.20` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.0` | `2.21.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.5.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.2.2` | `8.5.0` | | [playwright](https://github.com/microsoft/playwright) | `1.49.0` | `1.55.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` | | [terser](https://github.com/terser/terser) | `5.36.0` | `5.44.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.3` | | [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.102.0` | Updates `@electron/remote` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/electron/remote/releases) - [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json) - [Commits](https://github.com/electron/remote/compare/v2.1.2...v2.1.3) Updates `chalk` from 5.3.0 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.6.2) Updates `semver` from 7.6.3 to 7.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.3...v7.7.2) Updates `styled-jsx` from 5.1.6 to 5.1.7 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.6...v5.1.7) Updates `@babel/cli` from 7.25.9 to 7.28.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.3/packages/babel-cli) Updates `@babel/core` from 7.26.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core) Updates `@babel/preset-react` from 7.25.9 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.26.0 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) Updates `@types/args` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/args) Updates `@types/lodash` from 4.17.16 to 4.17.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `concurrently` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.2.1) Updates `electron-builder` from 26.0.13 to 26.0.20 - [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/v26.0.20/packages/electron-builder) Updates `eslint-plugin-import` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0) Updates `eslint-plugin-jsonc` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.20.0...v2.21.0) Updates `eslint-plugin-prettier` from 5.2.6 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.5.4) Updates `eslint-plugin-react` from 7.37.2 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.5) Updates `node-addon-api` from 8.2.2 to 8.5.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.5.0) Updates `playwright` from 1.49.0 to 1.55.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.55.1) Updates `prettier` from 3.3.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.6.2) Updates `terser` from 5.36.0 to 5.44.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.44.0) Updates `typescript` from 5.7.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.9.3) Updates `webpack` from 5.96.1 to 5.102.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.96.1...v5.102.0) --- updated-dependencies: - dependency-name: "@electron/remote" dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: semver dependency-version: 7.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: styled-jsx dependency-version: 5.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/args" dependency-version: 5.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-version: 4.17.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: concurrently dependency-version: 9.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: electron-builder dependency-version: 26.0.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-version: 8.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-version: 5.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-version: 5.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 03:54:10 -08:00
"eslint-plugin-jsonc": "^2.21.0",
2023-07-23 09:05:14 -08:00
"eslint-plugin-lodash": "^7.4.0",
chore(deps-dev): bump the minorandpatch group across 1 directory with 22 updates Bumps the minorandpatch group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@electron/remote](https://github.com/electron/remote) | `2.1.2` | `2.1.3` | | [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.6.2` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.2` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.6` | `5.1.7` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.28.3` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.28.4` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.27.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.27.1` | | [@types/args](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/args) | `5.0.3` | `5.0.4` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.16` | `4.17.20` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.2.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.0.13` | `26.0.20` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.0` | `2.21.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.5.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.2.2` | `8.5.0` | | [playwright](https://github.com/microsoft/playwright) | `1.49.0` | `1.55.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` | | [terser](https://github.com/terser/terser) | `5.36.0` | `5.44.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.3` | | [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.102.0` | Updates `@electron/remote` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/electron/remote/releases) - [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json) - [Commits](https://github.com/electron/remote/compare/v2.1.2...v2.1.3) Updates `chalk` from 5.3.0 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.6.2) Updates `semver` from 7.6.3 to 7.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.3...v7.7.2) Updates `styled-jsx` from 5.1.6 to 5.1.7 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.6...v5.1.7) Updates `@babel/cli` from 7.25.9 to 7.28.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.3/packages/babel-cli) Updates `@babel/core` from 7.26.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core) Updates `@babel/preset-react` from 7.25.9 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.26.0 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) Updates `@types/args` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/args) Updates `@types/lodash` from 4.17.16 to 4.17.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `concurrently` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.2.1) Updates `electron-builder` from 26.0.13 to 26.0.20 - [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/v26.0.20/packages/electron-builder) Updates `eslint-plugin-import` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0) Updates `eslint-plugin-jsonc` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.20.0...v2.21.0) Updates `eslint-plugin-prettier` from 5.2.6 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.5.4) Updates `eslint-plugin-react` from 7.37.2 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.5) Updates `node-addon-api` from 8.2.2 to 8.5.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.5.0) Updates `playwright` from 1.49.0 to 1.55.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.55.1) Updates `prettier` from 3.3.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.6.2) Updates `terser` from 5.36.0 to 5.44.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.44.0) Updates `typescript` from 5.7.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.9.3) Updates `webpack` from 5.96.1 to 5.102.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.96.1...v5.102.0) --- updated-dependencies: - dependency-name: "@electron/remote" dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: semver dependency-version: 7.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: styled-jsx dependency-version: 5.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/args" dependency-version: 5.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-version: 4.17.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: concurrently dependency-version: 9.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: electron-builder dependency-version: 26.0.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-version: 8.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-version: 5.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-version: 5.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 03:54:10 -08:00
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "7.37.5",
chore(deps-dev): bump the minorandpatch group with 30 updates (#83) Bumps the minorandpatch group with 30 updates: | Package | From | To | | --- | --- | --- | | [ora](https://github.com/sindresorhus/ora) | `8.1.0` | `8.1.1` | | [@xterm/xterm](https://github.com/xtermjs/xterm.js) | `5.4.0` | `5.5.0` | | [@xterm/addon-canvas](https://github.com/xtermjs/xterm.js) | `0.6.0` | `0.7.0` | | [@xterm/addon-fit](https://github.com/xtermjs/xterm.js) | `0.9.0` | `0.10.0` | | [@xterm/addon-image](https://github.com/xtermjs/xterm.js) | `0.7.0` | `0.8.0` | | [@xterm/addon-ligatures](https://github.com/xtermjs/xterm.js) | `0.8.0` | `0.9.0` | | [@xterm/addon-search](https://github.com/xtermjs/xterm.js) | `0.14.0` | `0.15.0` | | [@xterm/addon-unicode11](https://github.com/xtermjs/xterm.js) | `0.7.0` | `0.8.0` | | [@xterm/addon-web-links](https://github.com/xtermjs/xterm.js) | `0.10.0` | `0.11.0` | | [@xterm/addon-webgl](https://github.com/xtermjs/xterm.js) | `0.17.0` | `0.18.0` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.24.8` | `7.25.9` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.25.2` | `7.26.0` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.7` | `7.25.9` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.7` | `7.26.0` | | [@electron/rebuild](https://github.com/electron/rebuild) | `3.6.0` | `3.7.1` | | [@types/async-retry](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async-retry) | `1.4.8` | `1.4.9` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.7` | `4.17.13` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.2` | `22.9.3` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.4` | `18.3.12` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `18.3.1` | | [babel-loader](https://github.com/babel/babel-loader) | `9.1.3` | `9.2.1` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.31.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.16.0` | `2.18.2` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.0` | `7.37.2` | | [husky](https://github.com/typicode/husky) | `9.1.5` | `9.1.7` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.1.0` | `8.2.2` | | [playwright](https://github.com/microsoft/playwright) | `1.46.1` | `1.49.0` | | [terser](https://github.com/terser/terser) | `5.31.6` | `5.36.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.7.2` | | [webpack](https://github.com/webpack/webpack) | `5.94.0` | `5.96.1` | Updates `ora` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](https://github.com/sindresorhus/ora/compare/v8.1.0...v8.1.1) Updates `@xterm/xterm` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/5.4.0...5.5.0) Updates `@xterm/addon-canvas` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.6...0.7) Updates `@xterm/addon-fit` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.9...0.10) Updates `@xterm/addon-image` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.7...0.8) Updates `@xterm/addon-ligatures` from 0.8.0 to 0.9.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.8...0.9) Updates `@xterm/addon-search` from 0.14.0 to 0.15.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.14...0.15) Updates `@xterm/addon-unicode11` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.7...0.8) Updates `@xterm/addon-web-links` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.10...0.11) Updates `@xterm/addon-webgl` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.17...0.18) Updates `@babel/cli` from 7.24.8 to 7.25.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-cli) Updates `@babel/core` from 7.25.2 to 7.26.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-core) Updates `@babel/preset-react` from 7.24.7 to 7.25.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.24.7 to 7.26.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-preset-typescript) Updates `@electron/rebuild` from 3.6.0 to 3.7.1 - [Release notes](https://github.com/electron/rebuild/releases) - [Changelog](https://github.com/electron/rebuild/blob/main/.releaserc.json) - [Commits](https://github.com/electron/rebuild/compare/v3.6.0...v3.7.1) Updates `@types/async-retry` from 1.4.8 to 1.4.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async-retry) Updates `@types/lodash` from 4.17.7 to 4.17.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `@types/node` from 22.9.2 to 22.9.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 18.3.4 to 18.3.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.3.0 to 18.3.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `babel-loader` from 9.1.3 to 9.2.1 - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v9.1.3...v9.2.1) Updates `eslint-plugin-import` from 2.29.1 to 2.31.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.31.0) Updates `eslint-plugin-jsonc` from 2.16.0 to 2.18.2 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.16.0...v2.18.2) Updates `eslint-plugin-react` from 7.35.0 to 7.37.2 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.0...v7.37.2) Updates `husky` from 9.1.5 to 9.1.7 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.5...v9.1.7) Updates `node-addon-api` from 8.1.0 to 8.2.2 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/node-addon-api-v8.1.0...v8.2.2) Updates `playwright` from 1.46.1 to 1.49.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.46.1...v1.49.0) Updates `terser` from 5.31.6 to 5.36.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.31.6...v5.36.0) Updates `typescript` from 5.5.4 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.7.2) Updates `webpack` from 5.94.0 to 5.96.1 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.94.0...v5.96.1) --- updated-dependencies: - dependency-name: ora dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@xterm/xterm" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-canvas" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-fit" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-image" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-ligatures" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-search" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-unicode11" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-web-links" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@xterm/addon-webgl" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@electron/rebuild" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/async-retry" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-23 01:36:41 -09:00
"husky": "^9.1.7",
"husky-init": "^8.0.0",
"inquirer": "10.1.8",
chore(deps-dev): bump the minorandpatch group across 1 directory with 22 updates Bumps the minorandpatch group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@electron/remote](https://github.com/electron/remote) | `2.1.2` | `2.1.3` | | [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.6.2` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.2` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.6` | `5.1.7` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.28.3` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.28.4` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.27.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.27.1` | | [@types/args](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/args) | `5.0.3` | `5.0.4` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.16` | `4.17.20` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.2.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.0.13` | `26.0.20` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.0` | `2.21.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.5.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.2.2` | `8.5.0` | | [playwright](https://github.com/microsoft/playwright) | `1.49.0` | `1.55.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` | | [terser](https://github.com/terser/terser) | `5.36.0` | `5.44.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.3` | | [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.102.0` | Updates `@electron/remote` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/electron/remote/releases) - [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json) - [Commits](https://github.com/electron/remote/compare/v2.1.2...v2.1.3) Updates `chalk` from 5.3.0 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.6.2) Updates `semver` from 7.6.3 to 7.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.3...v7.7.2) Updates `styled-jsx` from 5.1.6 to 5.1.7 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.6...v5.1.7) Updates `@babel/cli` from 7.25.9 to 7.28.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.3/packages/babel-cli) Updates `@babel/core` from 7.26.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core) Updates `@babel/preset-react` from 7.25.9 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.26.0 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) Updates `@types/args` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/args) Updates `@types/lodash` from 4.17.16 to 4.17.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `concurrently` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.2.1) Updates `electron-builder` from 26.0.13 to 26.0.20 - [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/v26.0.20/packages/electron-builder) Updates `eslint-plugin-import` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0) Updates `eslint-plugin-jsonc` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.20.0...v2.21.0) Updates `eslint-plugin-prettier` from 5.2.6 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.5.4) Updates `eslint-plugin-react` from 7.37.2 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.5) Updates `node-addon-api` from 8.2.2 to 8.5.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.5.0) Updates `playwright` from 1.49.0 to 1.55.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.55.1) Updates `prettier` from 3.3.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.6.2) Updates `terser` from 5.36.0 to 5.44.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.44.0) Updates `typescript` from 5.7.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.9.3) Updates `webpack` from 5.96.1 to 5.102.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.96.1...v5.102.0) --- updated-dependencies: - dependency-name: "@electron/remote" dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: semver dependency-version: 7.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: styled-jsx dependency-version: 5.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/args" dependency-version: 5.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-version: 4.17.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: concurrently dependency-version: 9.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: electron-builder dependency-version: 26.0.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-version: 8.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-version: 5.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-version: 5.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 03:54:10 -08:00
"node-addon-api": "8.5.0",
2024-08-25 09:44:10 -08:00
"node-gyp": "^10.2.0",
"null-loader": "4.0.1",
"parse-url": "9.2.0",
chore(deps-dev): bump the minorandpatch group across 1 directory with 22 updates Bumps the minorandpatch group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@electron/remote](https://github.com/electron/remote) | `2.1.2` | `2.1.3` | | [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.6.2` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.2` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.6` | `5.1.7` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.28.3` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.28.4` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.27.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.27.1` | | [@types/args](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/args) | `5.0.3` | `5.0.4` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.16` | `4.17.20` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.2.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.0.13` | `26.0.20` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.0` | `2.21.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.5.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.2.2` | `8.5.0` | | [playwright](https://github.com/microsoft/playwright) | `1.49.0` | `1.55.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` | | [terser](https://github.com/terser/terser) | `5.36.0` | `5.44.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.3` | | [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.102.0` | Updates `@electron/remote` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/electron/remote/releases) - [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json) - [Commits](https://github.com/electron/remote/compare/v2.1.2...v2.1.3) Updates `chalk` from 5.3.0 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.6.2) Updates `semver` from 7.6.3 to 7.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.3...v7.7.2) Updates `styled-jsx` from 5.1.6 to 5.1.7 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.6...v5.1.7) Updates `@babel/cli` from 7.25.9 to 7.28.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.3/packages/babel-cli) Updates `@babel/core` from 7.26.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core) Updates `@babel/preset-react` from 7.25.9 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.26.0 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) Updates `@types/args` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/args) Updates `@types/lodash` from 4.17.16 to 4.17.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `concurrently` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.2.1) Updates `electron-builder` from 26.0.13 to 26.0.20 - [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/v26.0.20/packages/electron-builder) Updates `eslint-plugin-import` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0) Updates `eslint-plugin-jsonc` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.20.0...v2.21.0) Updates `eslint-plugin-prettier` from 5.2.6 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.5.4) Updates `eslint-plugin-react` from 7.37.2 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.5) Updates `node-addon-api` from 8.2.2 to 8.5.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.5.0) Updates `playwright` from 1.49.0 to 1.55.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.55.1) Updates `prettier` from 3.3.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.6.2) Updates `terser` from 5.36.0 to 5.44.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.44.0) Updates `typescript` from 5.7.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.9.3) Updates `webpack` from 5.96.1 to 5.102.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.96.1...v5.102.0) --- updated-dependencies: - dependency-name: "@electron/remote" dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: semver dependency-version: 7.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: styled-jsx dependency-version: 5.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/args" dependency-version: 5.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-version: 4.17.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: concurrently dependency-version: 9.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: electron-builder dependency-version: 26.0.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-version: 8.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-version: 5.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-version: 5.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 03:54:10 -08:00
"playwright": "1.55.1",
"plist": "3.1.0",
chore(deps-dev): bump the minorandpatch group across 1 directory with 22 updates Bumps the minorandpatch group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@electron/remote](https://github.com/electron/remote) | `2.1.2` | `2.1.3` | | [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.6.2` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.2` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.6` | `5.1.7` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.28.3` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.28.4` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.27.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.27.1` | | [@types/args](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/args) | `5.0.3` | `5.0.4` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.16` | `4.17.20` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.2.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.0.13` | `26.0.20` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.0` | `2.21.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.5.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.2.2` | `8.5.0` | | [playwright](https://github.com/microsoft/playwright) | `1.49.0` | `1.55.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` | | [terser](https://github.com/terser/terser) | `5.36.0` | `5.44.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.3` | | [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.102.0` | Updates `@electron/remote` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/electron/remote/releases) - [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json) - [Commits](https://github.com/electron/remote/compare/v2.1.2...v2.1.3) Updates `chalk` from 5.3.0 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.6.2) Updates `semver` from 7.6.3 to 7.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.3...v7.7.2) Updates `styled-jsx` from 5.1.6 to 5.1.7 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.6...v5.1.7) Updates `@babel/cli` from 7.25.9 to 7.28.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.3/packages/babel-cli) Updates `@babel/core` from 7.26.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core) Updates `@babel/preset-react` from 7.25.9 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.26.0 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) Updates `@types/args` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/args) Updates `@types/lodash` from 4.17.16 to 4.17.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `concurrently` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.2.1) Updates `electron-builder` from 26.0.13 to 26.0.20 - [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/v26.0.20/packages/electron-builder) Updates `eslint-plugin-import` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0) Updates `eslint-plugin-jsonc` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.20.0...v2.21.0) Updates `eslint-plugin-prettier` from 5.2.6 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.5.4) Updates `eslint-plugin-react` from 7.37.2 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.5) Updates `node-addon-api` from 8.2.2 to 8.5.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.5.0) Updates `playwright` from 1.49.0 to 1.55.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.55.1) Updates `prettier` from 3.3.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.6.2) Updates `terser` from 5.36.0 to 5.44.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.44.0) Updates `typescript` from 5.7.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.9.3) Updates `webpack` from 5.96.1 to 5.102.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.96.1...v5.102.0) --- updated-dependencies: - dependency-name: "@electron/remote" dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: semver dependency-version: 7.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: styled-jsx dependency-version: 5.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/args" dependency-version: 5.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-version: 4.17.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: concurrently dependency-version: 9.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: electron-builder dependency-version: 26.0.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-version: 8.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-version: 5.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-version: 5.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 03:54:10 -08:00
"prettier": "3.6.2",
"proxyquire": "2.1.3",
"style-loader": "4.0.0",
chore(deps-dev): bump the minorandpatch group across 1 directory with 22 updates Bumps the minorandpatch group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@electron/remote](https://github.com/electron/remote) | `2.1.2` | `2.1.3` | | [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.6.2` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.2` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.6` | `5.1.7` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.28.3` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.28.4` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.27.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.27.1` | | [@types/args](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/args) | `5.0.3` | `5.0.4` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.16` | `4.17.20` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.2.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.0.13` | `26.0.20` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.0` | `2.21.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.5.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.2.2` | `8.5.0` | | [playwright](https://github.com/microsoft/playwright) | `1.49.0` | `1.55.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` | | [terser](https://github.com/terser/terser) | `5.36.0` | `5.44.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.3` | | [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.102.0` | Updates `@electron/remote` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/electron/remote/releases) - [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json) - [Commits](https://github.com/electron/remote/compare/v2.1.2...v2.1.3) Updates `chalk` from 5.3.0 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.6.2) Updates `semver` from 7.6.3 to 7.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.3...v7.7.2) Updates `styled-jsx` from 5.1.6 to 5.1.7 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.6...v5.1.7) Updates `@babel/cli` from 7.25.9 to 7.28.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.3/packages/babel-cli) Updates `@babel/core` from 7.26.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core) Updates `@babel/preset-react` from 7.25.9 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.26.0 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) Updates `@types/args` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/args) Updates `@types/lodash` from 4.17.16 to 4.17.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `concurrently` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.2.1) Updates `electron-builder` from 26.0.13 to 26.0.20 - [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/v26.0.20/packages/electron-builder) Updates `eslint-plugin-import` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0) Updates `eslint-plugin-jsonc` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.20.0...v2.21.0) Updates `eslint-plugin-prettier` from 5.2.6 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.5.4) Updates `eslint-plugin-react` from 7.37.2 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.5) Updates `node-addon-api` from 8.2.2 to 8.5.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.5.0) Updates `playwright` from 1.49.0 to 1.55.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.55.1) Updates `prettier` from 3.3.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.6.2) Updates `terser` from 5.36.0 to 5.44.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.44.0) Updates `typescript` from 5.7.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.9.3) Updates `webpack` from 5.96.1 to 5.102.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.96.1...v5.102.0) --- updated-dependencies: - dependency-name: "@electron/remote" dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: semver dependency-version: 7.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: styled-jsx dependency-version: 5.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/args" dependency-version: 5.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-version: 4.17.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: concurrently dependency-version: 9.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: electron-builder dependency-version: 26.0.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-version: 8.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-version: 5.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-version: 5.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 03:54:10 -08:00
"terser": "5.44.0",
"terser-webpack-plugin": "^5.3.10",
"ts-node": "10.9.2",
chore(deps-dev): bump the minorandpatch group across 1 directory with 22 updates Bumps the minorandpatch group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@electron/remote](https://github.com/electron/remote) | `2.1.2` | `2.1.3` | | [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.6.2` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.2` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.6` | `5.1.7` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.28.3` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.28.4` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.27.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.27.1` | | [@types/args](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/args) | `5.0.3` | `5.0.4` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.16` | `4.17.20` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.2.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.0.13` | `26.0.20` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.0` | `2.21.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.5.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.2.2` | `8.5.0` | | [playwright](https://github.com/microsoft/playwright) | `1.49.0` | `1.55.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` | | [terser](https://github.com/terser/terser) | `5.36.0` | `5.44.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.3` | | [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.102.0` | Updates `@electron/remote` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/electron/remote/releases) - [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json) - [Commits](https://github.com/electron/remote/compare/v2.1.2...v2.1.3) Updates `chalk` from 5.3.0 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.6.2) Updates `semver` from 7.6.3 to 7.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.3...v7.7.2) Updates `styled-jsx` from 5.1.6 to 5.1.7 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.6...v5.1.7) Updates `@babel/cli` from 7.25.9 to 7.28.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.3/packages/babel-cli) Updates `@babel/core` from 7.26.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core) Updates `@babel/preset-react` from 7.25.9 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.26.0 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) Updates `@types/args` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/args) Updates `@types/lodash` from 4.17.16 to 4.17.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `concurrently` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.2.1) Updates `electron-builder` from 26.0.13 to 26.0.20 - [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/v26.0.20/packages/electron-builder) Updates `eslint-plugin-import` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0) Updates `eslint-plugin-jsonc` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.20.0...v2.21.0) Updates `eslint-plugin-prettier` from 5.2.6 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.5.4) Updates `eslint-plugin-react` from 7.37.2 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.5) Updates `node-addon-api` from 8.2.2 to 8.5.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.5.0) Updates `playwright` from 1.49.0 to 1.55.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.55.1) Updates `prettier` from 3.3.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.6.2) Updates `terser` from 5.36.0 to 5.44.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.44.0) Updates `typescript` from 5.7.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.9.3) Updates `webpack` from 5.96.1 to 5.102.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.96.1...v5.102.0) --- updated-dependencies: - dependency-name: "@electron/remote" dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: semver dependency-version: 7.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: styled-jsx dependency-version: 5.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/args" dependency-version: 5.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-version: 4.17.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: concurrently dependency-version: 9.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: electron-builder dependency-version: 26.0.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-version: 8.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-version: 5.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-version: 5.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 03:54:10 -08:00
"typescript": "5.9.3",
"uuaw": "^1.2.2",
chore(deps-dev): bump the minorandpatch group across 1 directory with 22 updates Bumps the minorandpatch group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@electron/remote](https://github.com/electron/remote) | `2.1.2` | `2.1.3` | | [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.6.2` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.2` | | [styled-jsx](https://github.com/vercel/styled-jsx) | `5.1.6` | `5.1.7` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.28.3` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.28.4` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.27.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.27.1` | | [@types/args](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/args) | `5.0.3` | `5.0.4` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.16` | `4.17.20` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.2.1` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.0.13` | `26.0.20` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.0` | `2.21.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.5.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.5` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.2.2` | `8.5.0` | | [playwright](https://github.com/microsoft/playwright) | `1.49.0` | `1.55.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` | | [terser](https://github.com/terser/terser) | `5.36.0` | `5.44.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.3` | | [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.102.0` | Updates `@electron/remote` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/electron/remote/releases) - [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json) - [Commits](https://github.com/electron/remote/compare/v2.1.2...v2.1.3) Updates `chalk` from 5.3.0 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.6.2) Updates `semver` from 7.6.3 to 7.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.3...v7.7.2) Updates `styled-jsx` from 5.1.6 to 5.1.7 - [Release notes](https://github.com/vercel/styled-jsx/releases) - [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md) - [Commits](https://github.com/vercel/styled-jsx/compare/v5.1.6...v5.1.7) Updates `@babel/cli` from 7.25.9 to 7.28.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.3/packages/babel-cli) Updates `@babel/core` from 7.26.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core) Updates `@babel/preset-react` from 7.25.9 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.26.0 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) Updates `@types/args` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/args) Updates `@types/lodash` from 4.17.16 to 4.17.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `concurrently` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.2.1) Updates `electron-builder` from 26.0.13 to 26.0.20 - [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/v26.0.20/packages/electron-builder) Updates `eslint-plugin-import` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0) Updates `eslint-plugin-jsonc` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.20.0...v2.21.0) Updates `eslint-plugin-prettier` from 5.2.6 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.5.4) Updates `eslint-plugin-react` from 7.37.2 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.5) Updates `node-addon-api` from 8.2.2 to 8.5.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.5.0) Updates `playwright` from 1.49.0 to 1.55.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.55.1) Updates `prettier` from 3.3.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.6.2) Updates `terser` from 5.36.0 to 5.44.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.44.0) Updates `typescript` from 5.7.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.9.3) Updates `webpack` from 5.96.1 to 5.102.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.96.1...v5.102.0) --- updated-dependencies: - dependency-name: "@electron/remote" dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: semver dependency-version: 7.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: styled-jsx dependency-version: 5.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@babel/cli" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-react" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@types/args" dependency-version: 5.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: "@types/lodash" dependency-version: 4.17.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: concurrently dependency-version: 9.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: electron-builder dependency-version: 26.0.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-jsonc dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: node-addon-api dependency-version: 8.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: terser dependency-version: 5.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: webpack dependency-version: 5.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 03:54:10 -08:00
"webpack": "5.102.0"
2021-02-24 11:25:06 -09:00
},
"electronmon": {
"patterns": [
"!app/**",
"!lib/**",
"!dist/**"
]
},
"resolutions": {
"@types/retry": "0.12.5",
"node-abi": "^3.67.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
2016-06-30 22:01:04 -08:00
}