Compare commits

..

No commits in common. "main" and "v25" have entirely different histories.
main ... v25

6 changed files with 1341 additions and 1504 deletions

View file

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

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: "Flake.lock: update Nix dependencies"
name: update-flake-lock
on:
workflow_dispatch: # allows manual triggering
@ -19,19 +19,17 @@ on:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
jobs:
nix-flake-update:
permissions:
contents: write
id-token: write
issues: write
pull-requests: write
lockfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/determinate-nix-action@v3
- uses: DeterminateSystems/update-flake-lock@main
- 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
with:
pr-title: "Update Nix flake inputs" # Title of PR to be created
pr-title: "Update flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
dependencies
automated

1497
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": 1750365781,
"narHash": "sha256-XE/lFNhz5lsriMm/yjXkvSZz5DfvKJLUjsS6pP8EC50=",
"rev": "08f22084e6085d19bcfb4be30d1ca76ecb96fe54",
"revCount": 818804,
"lastModified": 1746663147,
"narHash": "sha256-Ua0drDHawlzNqJnclTJGf87dBmaO/tn7iZ+TCkTRpRc=",
"rev": "dda3dcd3fe03e991015e9a74b22d35950f264a54",
"revCount": 796699,
"type": "tarball",
"url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.818804%2Brev-08f22084e6085d19bcfb4be30d1ca76ecb96fe54/01978cc3-592f-7488-b61e-844ab20aa68b/source.tar.gz"
"url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.796699%2Brev-dda3dcd3fe03e991015e9a74b22d35950f264a54/0196b263-02b0-7dec-8aca-c2506ed2485f/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.32.0",
"eslint-plugin-prettier": "^5.5.1",
"prettier": "^3.6.2",
"tsup": "^8.5.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.4.0",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
"vitest": "^3.1.3"
}
}

1278
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff