-
-
Notifications
You must be signed in to change notification settings - Fork 3
Clipboard blocked prevention, small fixes, Update CI, Update Deps, expired keys handling #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Knight1
wants to merge
46
commits into
MrMarble:main
Choose a base branch
from
Knight1:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 31 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
9dc75de
Update github actions
Knight1 3c83cf7
Add dependabot
Knight1 d1bb9c8
fix readme ASF Format
Knight1 c54d310
build(deps): bump actions/setup-node from 4 to 6
dependabot[bot] 851f647
build(deps-dev): bump @rollup/plugin-replace from 6.0.2 to 6.0.3
dependabot[bot] 910135f
build(deps-dev): bump @rollup/plugin-babel from 6.0.4 to 6.1.0
dependabot[bot] 9cb3c41
build(deps-dev): bump prettier from 3.5.3 to 3.8.1
dependabot[bot] 74328a5
build(deps-dev): bump rollup-plugin-userscript from 0.3.7 to 1.1.0
dependabot[bot] 1c21fbd
Merge pull request #1 from Knight1/dependabot/github_actions/actions/…
Knight1 f957485
Merge pull request #3 from Knight1/dependabot/npm_and_yarn/rollup/plu…
Knight1 299f1e6
Merge pull request #4 from Knight1/dependabot/npm_and_yarn/rollup/plu…
Knight1 91a54ef
Merge pull request #5 from Knight1/dependabot/npm_and_yarn/prettier-3…
Knight1 4ec2482
fix corrupted lock file
Knight1 d541247
build(deps-dev): bump @eslint/js from 9.26.0 to 9.39.2
dependabot[bot] a9027dc
Merge pull request #9 from Knight1/dependabot/npm_and_yarn/eslint/js-…
Knight1 e78898c
Merge pull request #6 from Knight1/dependabot/npm_and_yarn/rollup-plu…
Knight1 c04f735
restrict permissions on lint.yaml
Knight1 a55e24b
Update Node
Knight1 a4af94a
use ubuntu-slim for the linter
Knight1 e200efc
fix lockfile again
Knight1 8ffb4f1
pnpm update --latest
Knight1 7d5e61a
Add v0.4.1
Knight1 e10fd66
Add Build instructions
Knight1 27c6e73
Update node version on linter
Knight1 ece4f76
Ditch vulnerable conventional-changelog and use changelogen with less…
Knight1 d8d9b8f
pnpm version will print the version instead of using the scripts
Knight1 5ab6711
Code now tracks permanent errors on keys *(expired for now), shows cl…
Knight1 7ffdab5
if the key_type is gog_keyless or epic_keyless it will for now just c…
Knight1 531d4b3
do not export keysless keys into csv. It will contain just contain [o…
Knight1 d661819
Add csv Escapes since game names can include "," which breaks the csv…
Knight1 411c44d
Add CHANGELOG
Knight1 9a7e71f
just use current LTS in linter
Knight1 ea71d5c
Update src/components/Actions.tsx
Knight1 cd8f449
Merge branch 'main' of https://github.com/Knight1/hb-key-exporter
Knight1 363a3ed
Merge branch 'main' into main
Knight1 f57c375
use implicit return
Knight1 d732a66
build(deps-dev): bump @eslint/js from 9.39.2 to 9.39.3
dependabot[bot] 9f25005
build(deps-dev): bump typescript-eslint from 8.54.0 to 8.56.1
dependabot[bot] ba9d5f3
build(deps-dev): bump rollup from 4.57.1 to 4.59.0
dependabot[bot] ded9429
Merge pull request #12 from Knight1/dependabot/npm_and_yarn/eslint/js…
Knight1 edf88ae
Merge pull request #13 from Knight1/dependabot/npm_and_yarn/typescrip…
Knight1 db736ef
Merge pull request #14 from Knight1/dependabot/npm_and_yarn/rollup-4.…
Knight1 9f90385
build(deps-dev): bump @rollup/plugin-babel from 6.1.0 to 7.0.0
dependabot[bot] 8b6d696
build(deps-dev): bump lint-staged from 16.2.7 to 16.3.2
dependabot[bot] 8b2498c
Merge pull request #15 from Knight1/dependabot/npm_and_yarn/rollup/pl…
Knight1 63a73a6
Merge pull request #16 from Knight1/dependabot/npm_and_yarn/lint-stag…
Knight1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| version: 2 | ||
| updates: | ||
| - package-ecosystem: "npm" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" | ||
| - package-ecosystem: "github-actions" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,23 +6,25 @@ on: | |
| pull_request: | ||
| branches: ['main'] | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| jobs: | ||
| build: | ||
| runs-on: ubuntu-latest | ||
| runs-on: ubuntu-slim | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This uses a container instead of a full vm. I think for linting this is just fine. |
||
|
|
||
| strategy: | ||
| matrix: | ||
| node-version: [20.x] | ||
| # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ | ||
| node-version: [20.x, 22.x, 24.x, 25.x] | ||
Knight1 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: actions/checkout@v6 | ||
| - name: Install pnpm | ||
| uses: pnpm/action-setup@v4 | ||
| with: | ||
| version: 10 | ||
| - name: Use Node.js ${{ matrix.node-version }} | ||
| uses: actions/setup-node@v4 | ||
| uses: actions/setup-node@v6 | ||
| with: | ||
| node-version: ${{ matrix.node-version }} | ||
| cache: 'pnpm' | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird, I have dependabot enabled in the settings it shouldn't need the config file, but let's keep it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without the dependabot.yml it does nothing.