aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
3 daysBump the nodejs-dependencies group with 3 updatesdependabot[bot]3-152/+152
Bumps the nodejs-dependencies group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@typescript-eslint/eslint-plugin` from 8.5.0 to 8.6.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.6.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.5.0 to 8.6.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.6.0/packages/parser) Updates `@types/node` from 22.5.4 to 22.5.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
7 daysBump the nodejs-dependencies group with 3 updatesdependabot[bot]4-41/+41
Bumps the nodejs-dependencies group with 3 updates: [turbo](https://github.com/vercel/turborepo), [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo) and [tsx](https://github.com/privatenumber/tsx). Updates `turbo` from 2.1.1 to 2.1.2 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/release.md) - [Commits](https://github.com/vercel/turborepo/compare/v2.1.1...v2.1.2) Updates `eslint-config-turbo` from 2.1.1 to 2.1.2 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/release.md) - [Commits](https://github.com/vercel/turborepo/commits/v2.1.2/packages/eslint-config-turbo) Updates `tsx` from 4.19.0 to 4.19.1 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.19.0...v4.19.1) --- updated-dependencies: - dependency-name: turbo dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies - dependency-name: eslint-config-turbo dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
10 daysBump the nodejs-dependencies group with 3 updatesdependabot[bot]4-2998/+2485
Bumps the nodejs-dependencies group with 3 updates: [typescript](https://github.com/microsoft/TypeScript), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `typescript` from 5.5.4 to 5.6.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2) Updates `@typescript-eslint/eslint-plugin` from 8.4.0 to 8.5.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.5.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.4.0 to 8.5.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.5.0/packages/parser) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
10 daysActually test the node libraryMatt Strapp2-2/+4
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
10 daysrust: Add repository to tomlMatt Strapp1-0/+1
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
10 daysAdd arm64 to DockerMatt Strapp1-0/+1
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
10 daysSimplify Dockerfile and BuildMatt Strapp2-12/+9
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
2024-09-05Change a SHOULD to a MUSTMatt Strapp1-1/+1
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
2024-09-05Add dependabot for everything so farMatt Strapp2-0/+79
Is it needed? No. But having it is nice. Signed-off-by: Matt Strapp <matt@mattstrapp.net>
2024-09-05Bump node depsMatt Strapp4-4203/+3287
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
2024-09-05Bump peter-evans/create-pull-request in the github-actions groupdependabot[bot]1-1/+1
Bumps the github-actions group with 1 update: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `peter-evans/create-pull-request` from 6 to 7 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19Bump oxsecurity/megalinter from 7 to 8 in the github-actions groupdependabot[bot]1-1/+1
Bumps the github-actions group with 1 update: [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter). Updates `oxsecurity/megalinter` from 7 to 8 - [Release notes](https://github.com/oxsecurity/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxsecurity/megalinter/compare/v7...v8) --- updated-dependencies: - dependency-name: oxsecurity/megalinter dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-11Bump stefanzweifel/git-auto-commit-action in the github-actions groupdependabot[bot]1-1/+1
Bumps the github-actions group with 1 update: [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action). Updates `stefanzweifel/git-auto-commit-action` from 4 to 5 - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4...v5) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-09Badges!Matt Strapp3-0/+5
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
2024-08-09This dockerfile exits immediately it does not need a healthcheckMatt Strapp1-0/+1
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
2024-08-09Add more files to C CIMatt Strapp1-0/+10
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
2024-08-09attempt to fix node CIMatt Strapp2-6/+7
Signed-off-by: Matt Strapp <matt@mattstrapp.net>