Compare commits

...

20 commits
v25 ... main

Author SHA1 Message Date
Luc Perkins
3ce5967e9d
Merge pull request #195 from detsys-pr-bot/detsys-ts-update-5084fa8e3263a0bed2383f46e407e6c2936e8289
Some checks failed
CI / typescript-action (push) Has been cancelled
CI / validate (push) Has been cancelled
Update `detsys-ts`: Remove FHC action since it's composite (#103)
2025-06-24 12:57:21 -07:00
Luc Perkins
509c5b641b
Merge pull request #193 from DeterminateSystems/update_flake_lock_action
Some checks are pending
CI / typescript-action (push) Waiting to run
CI / validate (push) Waiting to run
Update Nix flake inputs
2025-06-23 15:31:24 -07:00
Luc Perkins
5a1baf2676
Merge branch 'main' into update_flake_lock_action 2025-06-23 15:30:00 -07:00
grahamc
adae970ac9 Update detsys-ts for: Remove FHC action since it's composite (#103) (5084fa8e3263a0bed2383f46e407e6c2936e8289) 2025-06-23 19:56:42 +00:00
Graham Christensen
aaa6c5f16e
Merge pull request #194 from detsys-pr-bot/detsys-ts-update-e252a66f00e041869f7e402e579141f7b8ab1edf
Some checks are pending
CI / typescript-action (push) Waiting to run
CI / validate (push) Waiting to run
Update `detsys-ts`: Merge pull request #101 from DeterminateSystems/gustavderdrache/write-correlation
2025-06-23 11:35:16 -07:00
gustavderdrache
9e234f294f Update detsys-ts for: Merge pull request #101 from DeterminateSystems/gustavderdrache/write-correlation (e252a66f00e041869f7e402e579141f7b8ab1edf) 2025-06-23 18:31:52 +00:00
github-actions[bot]
ae93f377bd flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    '01977fb5-daf4-741f-bbb9-d7589f1b897f/source.tar.gz?narHash=sha256-v263g4GbxXv87hMXMCpjkIxd/viIF7p3JpJrwgKdNiI%3D' (2025-06-17)
  → '01978cc3-592f-7488-b61e-844ab20aa68b/source.tar.gz?narHash=sha256-XE/lFNhz5lsriMm/yjXkvSZz5DfvKJLUjsS6pP8EC50%3D' (2025-06-19)
2025-06-22 00:01:54 +00:00
Graham Christensen
203bba74fe
Merge pull request #190 from DeterminateSystems/push-qplnztlqooll
Some checks failed
CI / validate (push) Has been cancelled
CI / typescript-action (push) Has been cancelled
Update deps for brace-expansion vuln
2025-06-18 08:40:19 -07:00
Graham Christensen
7254b1b06e Update deps for brace-expansion vuln 2025-06-18 08:38:41 -07:00
Graham Christensen
c2408e5496
Merge pull request #191 from DeterminateSystems/grahamc-patch-1
Update update-flake-lock
2025-06-18 08:38:26 -07:00
Graham Christensen
e619add55e ...prettier... 2025-06-18 11:36:58 -04:00
Graham Christensen
ab1354a8e5
Merge pull request #192 from DeterminateSystems/update_flake_lock_action
Update Nix flake inputs
2025-06-18 08:33:05 -07:00
github-actions[bot]
2770056b7a flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    '0196b263-02b0-7dec-8aca-c2506ed2485f/source.tar.gz?narHash=sha256-Ua0drDHawlzNqJnclTJGf87dBmaO/tn7iZ%2BTCkTRpRc%3D' (2025-05-08)
  → '01977fb5-daf4-741f-bbb9-d7589f1b897f/source.tar.gz?narHash=sha256-v263g4GbxXv87hMXMCpjkIxd/viIF7p3JpJrwgKdNiI%3D' (2025-06-17)
2025-06-18 15:31:13 +00:00
Graham Christensen
aa3e38eebd
Update update-flake-lock 2025-06-18 11:29:07 -04:00
Luc Perkins
10cfb1c664
Merge pull request #188 from detsys-pr-bot/detsys-ts-update-4bf247b1cb6b057abe94721ea1bfa131618e2b7f
Some checks failed
CI / typescript-action (push) Has been cancelled
CI / validate (push) Has been cancelled
Update `detsys-ts`: Merge pull request #97 from DeterminateSystems/dependabot/npm_and_yarn/npm-deps-a9a1a26a5c
2025-06-02 11:55:17 -07:00
lucperkins
a1bf79f72f Update detsys-ts for: Merge pull request #97 from DeterminateSystems/dependabot/npm_and_yarn/npm-deps-a9a1a26a5c (4bf247b1cb6b057abe94721ea1bfa131618e2b7f) 2025-06-02 18:51:34 +00:00
Graham Christensen
c115b81c59
Merge pull request #187 from DeterminateSystems/grahamc-patch-1
Some checks failed
CI / typescript-action (push) Has been cancelled
CI / validate (push) Has been cancelled
Fixup workflow name
2025-05-28 11:01:29 -04:00
Graham Christensen
2ca76c3436
Fixup workflow name 2025-05-28 10:52:49 -04:00
Graham Christensen
a3640124cb
Merge pull request #186 from DeterminateSystems/push-yonuoxmrqwmz
Update the readme to account for minimum mandatory permissions
2025-05-28 10:10:46 -04:00
Graham Christensen
5681a56ca1 Update the readme to account for minimum mandatory permissions 2025-05-28 09:52:01 -04:00
6 changed files with 1407 additions and 1251 deletions

View file

@ -1,24 +1,24 @@
name: update-flake-lock
name: "Flake.lock: update Nix dependencies"
on:
workflow_dispatch:
workflow_dispatch: # allows manual triggering
schedule:
- cron: "0 0 * * 0"
- cron: "0 0 * * 0" # runs weekly on Sunday at 00:00
jobs:
lockfile:
runs-on: ubuntu-latest
nix-flake-update:
permissions:
contents: write
id-token: write
contents: read
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Determinate Nix
uses: DeterminateSystems/determinate-nix-action@v3
- name: Enable FlakeHub Cache
uses: DeterminateSystems/flakehub-cache-action@main
- name: Update flake.lock
uses: ./.
- uses: actions/checkout@v4
- uses: DeterminateSystems/determinate-nix-action@v3
- uses: DeterminateSystems/update-flake-lock@main
with:
_internal-strict-mode: true
pr-title: "Update Nix flake inputs" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
dependencies
automated

View file

@ -11,7 +11,7 @@ This is a GitHub Action that updates the [`flake.lock`][lockfile] file for your
Here's an example GitHub Action workflow using this Action:
```yaml
name: update-flake-lock
name: "Flake.lock: update Nix dependencies"
on:
workflow_dispatch: # allows manual triggering
@ -19,17 +19,19 @@ on:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
jobs:
lockfile:
nix-flake-update:
permissions:
contents: write
id-token: write
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Determinate Nix
uses: DeterminateSystems/determinate-nix-action@v3
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
- uses: actions/checkout@v4
- uses: DeterminateSystems/determinate-nix-action@v3
- uses: DeterminateSystems/update-flake-lock@main
with:
pr-title: "Update flake.lock" # Title of PR to be created
pr-title: "Update Nix flake inputs" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
dependencies
automated

1376
dist/index.js vendored

File diff suppressed because one or more lines are too long

10
flake.lock generated
View file

@ -2,12 +2,12 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1746663147,
"narHash": "sha256-Ua0drDHawlzNqJnclTJGf87dBmaO/tn7iZ+TCkTRpRc=",
"rev": "dda3dcd3fe03e991015e9a74b22d35950f264a54",
"revCount": 796699,
"lastModified": 1750365781,
"narHash": "sha256-XE/lFNhz5lsriMm/yjXkvSZz5DfvKJLUjsS6pP8EC50=",
"rev": "08f22084e6085d19bcfb4be30d1ca76ecb96fe54",
"revCount": 818804,
"type": "tarball",
"url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.796699%2Brev-dda3dcd3fe03e991015e9a74b22d35950f264a54/0196b263-02b0-7dec-8aca-c2506ed2485f/source.tar.gz"
"url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.818804%2Brev-08f22084e6085d19bcfb4be30d1ca76ecb96fe54/01978cc3-592f-7488-b61e-844ab20aa68b/source.tar.gz"
},
"original": {
"type": "tarball",

View file

@ -37,11 +37,11 @@
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.10.1",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.4.0",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.0",
"prettier": "^3.6.0",
"tsup": "^8.5.0",
"typescript": "^5.8.3",
"vitest": "^3.1.3"
"vitest": "^3.2.4"
}
}

1196
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff