Compare commits

...

12 commits

Author SHA1 Message Date
dependabot[bot]
9752f9ede6
Merge 7f5cd168b9 into 1a5f8176b6 2025-04-13 22:11:54 +02:00
Luc Perkins
1a5f8176b6
Merge pull request #169 from detsys-pr-bot/detsys-ts-update-b74bedb84e9116fefbbfd723260f374080249d48
Some checks failed
CI / typescript-action (push) Has been cancelled
CI / validate (push) Has been cancelled
Update `detsys-ts`: Merge pull request #88 from DeterminateSystems/dependabot/npm_and_yarn/npm_and_yarn-b7c6efa8f1
2025-04-11 13:10:07 -03:00
lucperkins
43e7b633e9 Update detsys-ts for: Merge pull request #88 from DeterminateSystems/dependabot/npm_and_yarn/npm_and_yarn-b7c6efa8f1 (b74bedb84e9116fefbbfd723260f374080249d48) 2025-04-11 16:08:49 +00:00
Luc Perkins
7689af81f5
Merge pull request #168 from detsys-pr-bot/detsys-ts-update-e31aa55518cae49b58723c152c6d0e46ee223ec1
Some checks failed
CI / typescript-action (push) Has been cancelled
CI / validate (push) Has been cancelled
Update `detsys-ts`: Merge pull request #87 from DeterminateSystems/dependabot/npm_and_yarn/npm-deps-2f3c1638ee
2025-04-06 22:27:06 -03:00
lucperkins
b81e46d8dd Update detsys-ts for: Merge pull request #87 from DeterminateSystems/dependabot/npm_and_yarn/npm-deps-2f3c1638ee (e31aa55518cae49b58723c152c6d0e46ee223ec1) 2025-04-07 01:17:09 +00:00
Graham Christensen
edf12a038d
Merge pull request #167 from detsys-pr-bot/detsys-ts-update-dc7c6d9c7a5d2db79ddc6eccf57d5fc09a391347
Some checks failed
CI / typescript-action (push) Has been cancelled
CI / validate (push) Has been cancelled
Update `detsys-ts`: Merge pull request #86 from DeterminateSystems/dependabot/npm_and_yarn/npm_and_yarn-2bd33993d4
2025-04-04 12:20:55 -04:00
lucperkins
97278a027b Update detsys-ts for: Merge pull request #86 from DeterminateSystems/dependabot/npm_and_yarn/npm_and_yarn-2bd33993d4 (dc7c6d9c7a5d2db79ddc6eccf57d5fc09a391347) 2025-04-04 16:19:32 +00:00
Graham Christensen
062b9f53fa
Merge pull request #166 from detsys-pr-bot/detsys-ts-update-79634332de50a2cde17cf8d6fe41258af3d4bedf
Some checks failed
CI / validate (push) Has been cancelled
CI / typescript-action (push) Has been cancelled
Update `detsys-ts`: Bump vite from 6.2.3 to 6.2.4 in the npm_and_yarn group (#85)
2025-03-31 16:30:23 -04:00
grahamc
84d025eee7 Update detsys-ts for: Bump vite from 6.2.3 to 6.2.4 in the npm_and_yarn group (#85) (79634332de50a2cde17cf8d6fe41258af3d4bedf) 2025-03-31 19:40:03 +00:00
Graham Christensen
2eaf7beabb
Merge pull request #165 from detsys-pr-bot/detsys-ts-update-3ef4baee587df9fe98f70036386e361fa0d6dc7e
Some checks are pending
CI / typescript-action (push) Waiting to run
CI / validate (push) Waiting to run
Update `detsys-ts`: Merge pull request #84 from DeterminateSystems/dependabot/npm_and_yarn/npm-deps-73588cc3c5
2025-03-31 08:52:32 -04:00
lucperkins
2a1e64c750 Update detsys-ts for: Merge pull request #84 from DeterminateSystems/dependabot/npm_and_yarn/npm-deps-73588cc3c5 (3ef4baee587df9fe98f70036386e361fa0d6dc7e) 2025-03-31 02:51:54 +00:00
dependabot[bot]
7f5cd168b9
build(deps): bump peter-evans/create-pull-request from 6.0.5 to 7.0.8
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.5 to 7.0.8.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](6d6857d369...271a8d0340)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-20 01:11:41 +00:00
4 changed files with 447 additions and 649 deletions

View file

@ -202,7 +202,7 @@ runs:
run: rm -f pr_body.txt pr_body.template
- name: Create PR
id: create-pr
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
with:
base: ${{ inputs.base }}
branch: ${{ inputs.branch }}

260
dist/index.js vendored

File diff suppressed because one or more lines are too long

View file

@ -38,10 +38,10 @@
"eslint-import-resolver-typescript": "^3.10.0",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.5",
"eslint-plugin-prettier": "^5.2.6",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
"typescript": "^5.8.2",
"vitest": "^3.0.9"
"typescript": "^5.8.3",
"vitest": "^3.1.1"
}
}

File diff suppressed because it is too large Load diff