Compare commits

...

8 commits

Author SHA1 Message Date
3f7c8f2942
Merge pull request #161 from CompeyDev/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.22.0
Bump @typescript-eslint/eslint-plugin from 4.33.0 to 8.22.0
2025-01-30 16:55:14 +05:30
1d754c612e
Merge pull request #162 from CompeyDev/dependabot/npm_and_yarn/electron-34.0.2
Bump electron from 34.0.0 to 34.0.2
2025-01-30 16:54:52 +05:30
dependabot[bot]
d21d250061
Bump @typescript-eslint/eslint-plugin from 4.33.0 to 8.22.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.33.0 to 8.22.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.22.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-30 11:24:45 +00:00
dependabot[bot]
16f432e0ad
Bump electron from 34.0.0 to 34.0.2
Bumps [electron](https://github.com/electron/electron) from 34.0.0 to 34.0.2.
- [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/v34.0.0...v34.0.2)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-30 11:24:31 +00:00
e4f3a26f95
Merge pull request #159 from CompeyDev/dependabot/npm_and_yarn/eslint-9.19.0
Bump eslint from 7.32.0 to 9.19.0
2025-01-30 16:53:22 +05:30
dependabot[bot]
0026839749
Bump eslint from 7.32.0 to 9.19.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 9.19.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.32.0...v9.19.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-30 11:22:48 +00:00
0678a5c450
Merge pull request #158 from CompeyDev/dependabot/npm_and_yarn/typescript-eslint/parser-8.22.0
Bump @typescript-eslint/parser from 4.33.0 to 8.22.0
2025-01-30 16:51:37 +05:30
dependabot[bot]
823491a3b2
Bump @typescript-eslint/parser from 4.33.0 to 8.22.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.33.0 to 8.22.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.22.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-28 13:15:25 +00:00
2 changed files with 1474 additions and 1142 deletions

2608
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -20,10 +20,10 @@
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"electron": "^34.0.0",
"eslint": "^7.32.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"electron": "^34.0.2",
"eslint": "^9.19.0",
"typescript": "^5.7.3"
},
"dependencies": {}