Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .github/workflows/dependabot.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,3 @@ jobs:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
feat
chore
docs
build
content
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,7 @@ jobs:
mise run integrationtest

- if: ${{ needs.Process.outputs.releases_created == 'true' }}
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: mise run publish TAG=latest

- if: ${{ needs.Process.outputs.prs_created == 'true' }}
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: mise run publish TAG=next
5 changes: 3 additions & 2 deletions .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ mise.path = "./node_modules/.bin" # add a directory to PATH

[tools]
just="1.25.2"
nodejs="20.12.1"
yarn="1.22.19"
yarn= "4.9.4"
shellcheck="0.9.0"
jq="1.7.1"
usage = "latest"
npm = "11.6.3"
node = "22.16.0"
7 changes: 0 additions & 7 deletions .plugin-versions

This file was deleted.

4 changes: 0 additions & 4 deletions .tool-versions

This file was deleted.

Binary file modified .yarn/install-state.gz
Binary file not shown.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.2.cjs

This file was deleted.

942 changes: 942 additions & 0 deletions .yarn/releases/yarn-4.11.0.cjs

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.0.2.cjs

npmAlwaysAuth: true

npmAuthToken: "${NPM_AUTH_TOKEN:-''}"
npmRegistryServer: 'https://registry.npmjs.org'

npmRegistryServer: "https://registry.npmjs.org"

yarnPath: .yarn/releases/yarn-4.11.0.cjs
16 changes: 0 additions & 16 deletions asdf-plugin-manager.patch

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@
"repository": {
"type": "github",
"url": "https://github.com/zenobi-us/ink-mouse"
}
},
"packageManager": "yarn@4.11.0"
}
Loading
Loading