version-check icon indicating copy to clipboard operation
version-check copied to clipboard

:octocat: An action that allows you to check whether your npm package version has been updated

Results 14 version-check issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Using the `diff-search: true` option, pre-release changes are not properly detected. **To Reproduce** Moving from `"version": "2.5.0-beta.0"` to `"version": "2.5.0-beta.1"` in the `package.json` file results in the...

type: bug
status: pinned

**Is your feature request related to a problem? Please describe.** I need to be able to ensure PRs for my project have bumped the project package.json version when they commit...

type: feature
good first issue
status: pinned

**Describe the bug** Using `EndBug/version-check@v2` throws a 404 when the repo is private **To Reproduce** Using this workflow: ```yml name: release on: push: branches: [master] jobs: release: runs-on: ${{ matrix.os...

type: bug
good first issue
status: pinned

**Describe the bug** `version-check` doesn't seem to work properly. I'm using the remote check method to compare with the local check method. It has been working normally before. But today,...

type: bug
status: pinned

It's failed when I first use this `version-check` action. ![image](https://user-images.githubusercontent.com/28853200/115948789-d0691f80-a502-11eb-8657-73912df6cd40.png) It looks like the problem is happening here https://github.com/EndBug/version-check/blob/ce272c919cbf2d794dfcb90225dbb1be3798d228/src/main.ts#L124 Here is my Github action config file: ```yml name: Auto-publish on:...

type: bug
status: pinned

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.20.0 to 7.4.0. Release notes Sourced from @​typescript-eslint/parser's releases. v7.4.0 7.4.0 (2024-03-25) 🚀 Features eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata (#8335) Check out our...

type: chore

Hello, I used version_check in my GitHub action workflow, and encountered the problem below. Does anyone face the same problem ? I found the source code `_links` here https://github.com/EndBug/version-check/blob/main/src/main.ts#L124

type: question
status: pinned

Hello, I'm trying to use the action but it throws the error even though i'm providing the path to the file (file url and file name as well). My "package,json"...

type: bug
status: pinned

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.3. Release notes Sourced from typescript's releases. TypeScript 5.5.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...

type: chore

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.20.0 to 7.14.1. Release notes Sourced from @​typescript-eslint/parser's releases. v7.14.1 7.14.1 (2024-06-24) 🚀 Features support TypeScript 5.5 (#9397) ast-spec: tighter types and documentation for declaration/* (#9211) 🩹...

type: chore