Compare commits

...

7 commits

Author SHA1 Message Date
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
5 changed files with 830 additions and 827 deletions

View file

@ -1,24 +1,24 @@
name: update-flake-lock name: "Flake.lock: update Nix dependencies"
on: on:
workflow_dispatch: workflow_dispatch: # allows manual triggering
schedule: schedule:
- cron: "0 0 * * 0" - cron: "0 0 * * 0" # runs weekly on Sunday at 00:00
jobs: jobs:
lockfile: nix-flake-update:
runs-on: ubuntu-latest
permissions: permissions:
contents: write
id-token: write id-token: write
contents: read issues: write
pull-requests: write
runs-on: ubuntu-latest
steps: steps:
- name: Checkout - uses: actions/checkout@v4
uses: actions/checkout@v4 - uses: DeterminateSystems/determinate-nix-action@v3
- name: Install Determinate Nix - uses: DeterminateSystems/update-flake-lock@main
uses: DeterminateSystems/determinate-nix-action@v3
- name: Enable FlakeHub Cache
uses: DeterminateSystems/flakehub-cache-action@main
- name: Update flake.lock
uses: ./.
with: 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

927
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": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1746663147, "lastModified": 1750134718,
"narHash": "sha256-Ua0drDHawlzNqJnclTJGf87dBmaO/tn7iZ+TCkTRpRc=", "narHash": "sha256-v263g4GbxXv87hMXMCpjkIxd/viIF7p3JpJrwgKdNiI=",
"rev": "dda3dcd3fe03e991015e9a74b22d35950f264a54", "rev": "9e83b64f727c88a7711a2c463a7b16eedb69a84c",
"revCount": 796699, "revCount": 816272,
"type": "tarball", "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.816272%2Brev-9e83b64f727c88a7711a2c463a7b16eedb69a84c/01977fb5-daf4-741f-bbb9-d7589f1b897f/source.tar.gz"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",

View file

@ -38,10 +38,10 @@
"eslint-import-resolver-typescript": "^3.10.1", "eslint-import-resolver-typescript": "^3.10.1",
"eslint-plugin-github": "^4.10.2", "eslint-plugin-github": "^4.10.2",
"eslint-plugin-import": "^2.31.0", "eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.4.1", "eslint-plugin-prettier": "^5.5.0",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"tsup": "^8.5.0", "tsup": "^8.5.0",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"vitest": "^3.2.0" "vitest": "^3.2.4"
} }
} }

686
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff