Philip Peterson
1d2feae11c
Fix ARM build ( #230 )
CodeQL / Analyze (push) Has been cancelled
2026-01-04 09:23:11 -05:00
Quine Global
098176dafb
Upgrade electron-drag-click
CodeQL / Analyze (push) Waiting to run
2026-01-04 03:57:54 -05:00
Max Horvath
6331c14df9
Fix macOS 26 GPU performance issue by upgrading to Electron 38 ( #222 )
...
* Fix macOS 26 GPU performance issue by upgrading to Electron 38
Upgrades Electron from 34.5.1 to 38.6.0 to resolve excessive WindowServer
GPU usage on macOS 26 (Sequoia). This issue was caused by Electron's
override of the private _cornerMask API, which forced the compositor to
treat window masks as dynamic rather than static, resulting in persistent
high GPU load.
Changes:
- Upgrade electron: 34.5.1 → 38.6.0
- Upgrade electron-mksnapshot: 34.5.1 → 38.6.0
- Upgrade @electron/rebuild: ^3.7.1 → ^3.7.2
- Upgrade node-abi: ^3.67.0 → ^3.81.0 (required for Electron 38 support)
The fix was introduced in Electron 36.9.2, 37.6.0, 38.2.0, and all later
versions. We're upgrading to 38.6.0 as it's the latest stable version
compatible with Node 20.11.0.
Fixes : electron/electron#48376
* Use optional chaining
Signed-off-by: Philip Peterson <1326208+philip-peterson@users.noreply.github.com>
---------
Signed-off-by: Philip Peterson <1326208+philip-peterson@users.noreply.github.com>
Co-authored-by: Philip Peterson <1326208+philip-peterson@users.noreply.github.com>
2026-01-04 08:43:36 +00:00
Philip Peterson
3c4b7f30f4
Bump version to 4.0.0-q-canary.8 ( #185 )
...
CodeQL / Analyze (push) Has been cancelled
Co-authored-by: Philip Peterson <philip-peterson@users.noreply.github.com>
2025-08-31 01:00:06 -07:00
Philip Peterson
a495a38db3
Windows compatibility fixes ( #183 )
2025-08-30 23:07:24 -07:00
dependabot[bot]
f432f61964
chore(deps): bump the minorandpatch group across 1 directory with 4 updates ( #122 )
CodeQL / Analyze (push) Waiting to run
2025-04-27 19:42:31 +00:00
Philip Peterson
601c7aa250
[tweak] use quine global branding
2025-04-27 01:04:55 -07:00
Philip Peterson
6340e0001c
Re-enable Windows ( #129 )
CodeQL / Analyze (push) Waiting to run
2025-04-24 21:37:56 -07:00
Philip Peterson
ee9ebb0c12
fix: window not showing up in release ( #128 )
...
CodeQL / Analyze (push) Has been cancelled
* Try fix cross compilation
* 1.0.6d
* Remove externals, show window
2025-04-22 19:30:27 -07:00
Philip Peterson
8c9af4af0d
Fix drag issue ( #125 )
...
* Use electron-drag-click
* Use quine fork of electron-drag-click for version compat
* Update nvmrc
2025-04-21 22:43:54 -07:00
Philip Peterson
119112633e
Upgrade electron and node-pty ( #126 )
...
* bump electron
* Lock yarn
* try to resolve differences
* Lock node version
* Resolve conflict
* Fix typescript errors
* More ts fixes
* Fix lint issues
2025-04-21 21:45:07 -07:00
Philip Peterson
fc922204df
Update version format ( #89 )
2024-11-29 01:27:42 -09:00
Philip Peterson
57c5008237
More replace zeit/vercel with quine ( #88 )
...
* More replace vercel with quine
* More updates
2024-11-29 00:57:50 -09:00
Philip Peterson
721414a21c
Bump version to 4.0.0q-canary.6, switch URL to point to quine fork ( #87 )
...
* Bump version to 4.0.0q-canary.6
* Update url
2024-11-29 00:12:10 -09:00
Cornelius Roemer
a5ca12169d
Update Electron to 28
...
Need to add node-gyp as devDep due to weird node 18.18 bug, see e.g. https://github.com/pulsar-edit/ppm/pull/101
2024-11-23 00:47:04 -09:00
dependabot[bot]
f63284a71e
Bump uuid from 9.0.1 to 10.0.0 in /app ( #8 )
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 9.0.1 to 10.0.0.
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0 )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-23 00:45:46 -09:00
Cornelius Roemer
9d856f6b88
Update to electron 26, work around typescript overload issue
2024-11-23 00:45:46 -09:00
dependabot[bot]
0bd517904b
Bump the npm_and_yarn group across 2 directories with 4 updates ( #56 )
...
* Bump the npm_and_yarn group across 2 directories with 4 updates
Bumps the npm_and_yarn group with 4 updates in the / directory: [electron](https://github.com/electron/electron ), [braces](https://github.com/micromatch/braces ), [ejs](https://github.com/mde/ejs ) and [micromatch](https://github.com/micromatch/micromatch ).
Bumps the npm_and_yarn group with 1 update in the /app directory: [braces](https://github.com/micromatch/braces ).
Updates `electron` from 23.3.9 to 24.8.5
- [Release notes](https://github.com/electron/electron/releases )
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md )
- [Commits](https://github.com/electron/electron/compare/v23.3.9...v24.8.5 )
Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
Updates `ejs` from 3.1.9 to 3.1.10
- [Release notes](https://github.com/mde/ejs/releases )
- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10 )
Updates `micromatch` from 4.0.4 to 4.0.8
- [Release notes](https://github.com/micromatch/micromatch/releases )
- [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md )
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.4...4.0.8 )
Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: electron
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: braces
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: ejs
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: micromatch
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: braces
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix husky
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cornelius Roemer <cornelius.roemer@gmail.com>
2024-11-23 00:45:44 -09:00
Cornelius Roemer
933a04511d
Update tsconfig to work correctly
2024-11-23 00:44:22 -09:00
dependabot[bot]
a28925c4bd
Bump parse-url from 8.1.0 to 9.2.0 in /app ( #9 )
...
Bumps [parse-url](https://github.com/IonicaBizau/parse-url ) from 8.1.0 to 9.2.0.
- [Release notes](https://github.com/IonicaBizau/parse-url/releases )
- [Commits](https://github.com/IonicaBizau/parse-url/compare/8.1.0...9.2.0 )
---
updated-dependencies:
- dependency-name: parse-url
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-23 00:44:22 -09:00
dependabot[bot]
7b799deb1a
chore(deps): bump the minorandpatch group in /app with 5 updates
...
Bumps the minorandpatch group in /app with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser ) | `7.24.4` | `7.25.4` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react ) | `18.2.0` | `18.3.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom ) | `18.2.0` | `18.3.1` |
| [recast](https://github.com/benjamn/recast ) | `0.23.6` | `0.23.9` |
| [semver](https://github.com/npm/node-semver ) | `7.6.0` | `7.6.3` |
Updates `@babel/parser` from 7.24.4 to 7.25.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.25.4/packages/babel-parser )
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 `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 `recast` from 0.23.6 to 0.23.9
- [Release notes](https://github.com/benjamn/recast/releases )
- [Commits](https://github.com/benjamn/recast/compare/v0.23.6...v0.23.9 )
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 )
---
updated-dependencies:
- dependency-name: "@babel/parser"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minorandpatch
- dependency-name: react
dependency-type: direct:production
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: recast
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
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-23 00:41:19 -09:00
dependabot[bot]
5b379c8d01
Bump recast from 0.23.4 to 0.23.6 in /app
...
Bumps [recast](https://github.com/benjamn/recast ) from 0.23.4 to 0.23.6.
- [Release notes](https://github.com/benjamn/recast/releases )
- [Commits](https://github.com/benjamn/recast/compare/v0.23.4...v0.23.6 )
---
updated-dependencies:
- dependency-name: recast
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 16:54:37 +05:30
dependabot[bot]
955b2b8bdc
Bump @babel/parser from 7.23.9 to 7.24.4 in /app
...
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser ) from 7.23.9 to 7.24.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.24.4/packages/babel-parser )
---
updated-dependencies:
- dependency-name: "@babel/parser"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 16:49:44 +05:30
dependabot[bot]
3b910c7853
Bump electron-store from 8.1.0 to 8.2.0 in /app
...
Bumps [electron-store](https://github.com/sindresorhus/electron-store ) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/sindresorhus/electron-store/releases )
- [Commits](https://github.com/sindresorhus/electron-store/compare/v8.1.0...v8.2.0 )
---
updated-dependencies:
- dependency-name: electron-store
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 16:37:28 +05:30
dependabot[bot]
2893e9688d
Bump semver from 7.5.4 to 7.6.0 in /app
...
Bumps [semver](https://github.com/npm/node-semver ) from 7.5.4 to 7.6.0.
- [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.5.4...v7.6.0 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-13 16:15:19 +05:30
dependabot[bot]
55597ba4d2
Bump chokidar from 3.5.3 to 3.6.0 in /app
...
Bumps [chokidar](https://github.com/paulmillr/chokidar ) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/paulmillr/chokidar/releases )
- [Commits](https://github.com/paulmillr/chokidar/compare/3.5.3...3.6.0 )
---
updated-dependencies:
- dependency-name: chokidar
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-13 16:14:18 +05:30
dependabot[bot]
987400c42f
Bump @electron/remote from 2.1.1 to 2.1.2 in /app
...
Bumps [@electron/remote](https://github.com/electron/remote ) from 2.1.1 to 2.1.2.
- [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.1...v2.1.2 )
---
updated-dependencies:
- dependency-name: "@electron/remote"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-06 13:44:35 +05:30
dependabot[bot]
57967881f9
Bump @babel/parser from 7.23.6 to 7.23.9 in /app
...
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser ) from 7.23.6 to 7.23.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.23.9/packages/babel-parser )
---
updated-dependencies:
- dependency-name: "@babel/parser"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-30 20:08:18 +05:30
Labhansh Agrawal
776360bdcd
fix lint errors
2023-12-20 13:20:15 +05:30
dependabot[bot]
80aa74ee5d
Bump @electron/remote from 2.1.0 to 2.1.1 in /app
...
Bumps [@electron/remote](https://github.com/electron/remote ) from 2.1.0 to 2.1.1.
- [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.0...v2.1.1 )
---
updated-dependencies:
- dependency-name: "@electron/remote"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 10:35:36 +05:30
dependabot[bot]
04e3a5e0e3
Bump @babel/parser from 7.23.5 to 7.23.6 in /app
...
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser ) from 7.23.5 to 7.23.6.
- [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.23.6/packages/babel-parser )
---
updated-dependencies:
- dependency-name: "@babel/parser"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 23:41:05 +05:30
dependabot[bot]
b2ffe0760c
Bump fs-extra from 11.1.1 to 11.2.0 in /app
...
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra ) from 11.1.1 to 11.2.0.
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.1.1...11.2.0 )
---
updated-dependencies:
- dependency-name: fs-extra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-06 14:45:09 +05:30
dependabot[bot]
f6cb70ab49
Bump @babel/parser from 7.23.4 to 7.23.5 in /app
...
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser ) from 7.23.4 to 7.23.5.
- [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.23.5/packages/babel-parser )
---
updated-dependencies:
- dependency-name: "@babel/parser"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-06 14:43:35 +05:30
dependabot[bot]
c16b2e80b8
Bump @babel/parser from 7.23.3 to 7.23.4 in /app
...
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser ) from 7.23.3 to 7.23.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.23.4/packages/babel-parser )
---
updated-dependencies:
- dependency-name: "@babel/parser"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-30 13:05:30 +05:30
Labhansh Agrawal
947bf34650
fix lint errors
2023-11-15 11:51:22 +05:30
dependabot[bot]
e608587e7e
Bump @electron/remote from 2.0.12 to 2.1.0 in /app
...
Bumps [@electron/remote](https://github.com/electron/remote ) from 2.0.12 to 2.1.0.
- [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.0.12...v2.1.0 )
---
updated-dependencies:
- dependency-name: "@electron/remote"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-15 11:36:23 +05:30
dependabot[bot]
1b3d9b6c95
Bump @babel/parser from 7.23.0 to 7.23.3 in /app
...
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser ) from 7.23.0 to 7.23.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.23.3/packages/babel-parser )
---
updated-dependencies:
- dependency-name: "@babel/parser"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 11:54:01 +05:30
dependabot[bot]
5f2bcc3e8f
Bump @electron/remote from 2.0.11 to 2.0.12 in /app
...
Bumps [@electron/remote](https://github.com/electron/remote ) from 2.0.11 to 2.0.12.
- [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.0.11...v2.0.12 )
---
updated-dependencies:
- dependency-name: "@electron/remote"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 18:23:48 +05:30
dependabot[bot]
4042c6c633
Bump @babel/parser from 7.22.16 to 7.23.0 in /app
...
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser ) from 7.22.16 to 7.23.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.23.0/packages/babel-parser )
---
updated-dependencies:
- dependency-name: "@babel/parser"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-26 13:26:26 +05:30
dependabot[bot]
3dbd1c0cb0
Bump uuid from 9.0.0 to 9.0.1 in /app
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 9.0.0 to 9.0.1.
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v9.0.0...v9.0.1 )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-19 16:29:27 +05:30
dependabot[bot]
93997f9a0c
Bump @babel/parser from 7.22.14 to 7.22.16 in /app
...
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser ) from 7.22.14 to 7.22.16.
- [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.22.16/packages/babel-parser )
---
updated-dependencies:
- dependency-name: "@babel/parser"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-15 12:25:10 +05:30
dependabot[bot]
87b1b66293
Bump @electron/remote from 2.0.10 to 2.0.11 in /app
...
Bumps [@electron/remote](https://github.com/electron/remote ) from 2.0.10 to 2.0.11.
- [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.0.10...v2.0.11 )
---
updated-dependencies:
- dependency-name: "@electron/remote"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 21:08:25 +05:30
dependabot[bot]
d00feba3b1
Bump @babel/parser from 7.22.11 to 7.22.14 in /app
...
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser ) from 7.22.11 to 7.22.14.
- [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.22.14/packages/babel-parser )
---
updated-dependencies:
- dependency-name: "@babel/parser"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 21:04:44 +05:30
dependabot[bot]
ce8b8caaea
Bump @babel/parser from 7.22.10 to 7.22.11 in /app
...
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser ) from 7.22.10 to 7.22.11.
- [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.22.11/packages/babel-parser )
---
updated-dependencies:
- dependency-name: "@babel/parser"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-29 11:51:43 +05:30
dependabot[bot]
61981baa00
Bump @babel/parser from 7.22.7 to 7.22.10 in /app
...
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser ) from 7.22.7 to 7.22.10.
- [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.22.10/packages/babel-parser )
---
updated-dependencies:
- dependency-name: "@babel/parser"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-15 19:10:43 +05:30
dependabot[bot]
4e1da18491
Bump recast from 0.23.3 to 0.23.4 in /app
...
Bumps [recast](https://github.com/benjamn/recast ) from 0.23.3 to 0.23.4.
- [Release notes](https://github.com/benjamn/recast/releases )
- [Commits](https://github.com/benjamn/recast/compare/v0.23.3...v0.23.4 )
---
updated-dependencies:
- dependency-name: recast
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-15 19:10:30 +05:30
Labhansh Agrawal
c307880cd1
wait if no more shell fallback available
2023-07-26 13:13:39 +05:30
Labhansh Agrawal
d661c4d18c
add fallback shell configs
2023-07-26 12:19:16 +05:30
Labhansh Agrawal
36ff6e9b95
sort imports
2023-07-26 00:16:14 +05:30
Labhansh Agrawal
692f94a87a
fix anonymous default exports
2023-07-26 00:16:14 +05:30