Skip to content

Commit 6fbad05

Browse files
razor-xcodethewebseambot
authored
Update dev dependencies (#111)
* Create new repo as private rather than internal (#10) * 1.4.4 * ci: Generate code * Update landlubber to v2 * 1.4.5 * Fix repo create * Update LICENSE year * 1.4.6 * Run npm update * Update to c8 v10 * Update workflow action versions * 1.5.0 * Run npm update * Update execa to v9 * Revert "Update execa to v9" This reverts commit 895e6b8. * Revert lockfile updates * Update to execa v9 * Pin tsx version * Unpin tsx --------- Co-authored-by: Max Isom <[email protected]> Co-authored-by: Seam Bot <[email protected]>
1 parent 7b8931a commit 6fbad05

File tree

5 files changed

+989
-452
lines changed

5 files changed

+989
-452
lines changed

.github/workflows/check.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,19 @@ jobs:
8383
name: ${{ needs.build.outputs.artifact_name }}
8484
path: .
8585
- name: Find packages
86-
uses: tj-actions/glob@v17
86+
uses: tj-actions/glob@v21
8787
id: packages
8888
with:
8989
files: '*.tgz'
9090
- name: Create package.json
91-
uses: DamianReeves/write-file-action@v1.2
91+
uses: DamianReeves/write-file-action@v1.3
9292
with:
9393
write-mode: overwrite
9494
path: package.json
9595
contents: |
9696
{"type":"module"}
9797
- name: Create index.js
98-
uses: DamianReeves/write-file-action@v1.2
98+
uses: DamianReeves/write-file-action@v1.3
9999
with:
100100
write-mode: overwrite
101101
path: index.js

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
mkdir tmp
3434
outfile=tmp/changelog.txt
3535
echo "outfile=${outfile}" >> $GITHUB_OUTPUT
36-
npx standard-changelog@^2.0.0 --release-count 2 --infile $outfile.tmp --outfile $outfile.tmp
36+
npx standard-changelog@^5.0.0 --release-count 2 --infile $outfile.tmp --outfile $outfile.tmp
3737
sed '1,3d' $outfile.tmp > $outfile
3838
- name: Create GitHub release
39-
uses: softprops/action-gh-release@v1
39+
uses: softprops/action-gh-release@v2
4040
with:
4141
token: ${{ secrets.GH_TOKEN }}
4242
fail_on_unmatched_files: true

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021-2023 Seam Labs, Inc.
3+
Copyright (c) 2021-2024 Seam Labs, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

0 commit comments

Comments
 (0)