Skip to content

Remove version field from package.json * Delete two version entries in package.json ("0.1.9-dev.0" and "0.1.9") * Leave other metadata (name, description, main, type) unchanged in package.json#9

Merged
37 commits merged intomainfrom
working
Dec 12, 2025

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Dec 12, 2025

Automated release PR.

Calen Varek and others added 30 commits November 13, 2025 00:05
- Update package.json version from 0.1.4-dev.0 to 0.1.4
Configured Dependabot for version updates.
Bumps the npm_and_yarn group with 1 update in the / directory: [glob](https://github.com/isaacs/node-glob).


Updates `glob` from 10.4.5 to 10.5.0
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.4.5...v10.5.0)

---
updated-dependencies:
- dependency-name: glob
  dependency-version: 10.5.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
…heck handling/tests

* Add .npmignore to exclude src/, tests/, configs, logs, temp, and docs while including dist/ and README.md
* Remove "files": ["dist"] and add repository metadata in package.json
* Implement checkWorkflowConfiguration and helper isTriggeredByPullRequest in src/github.ts; lower maxConsecutiveNoChecks from 6 to 3; refine logs for branch-only workflow runs; log recovery instructions line-by-line
* Remove checkWorkflowConfiguration from public exports in src/index.ts
* Add tests/checkWorkflowConfiguration.test.ts for workflow trigger detection; update tests/github.test.ts to skip flaky API error test and use timers/Promise.allSettled for stability
* Delete documentation files: BUILD-SUCCESS.md, EXTRACTION-SUMMARY.md, FINAL-STATUS.md, INTEGRATION-GUIDE.md
- Update dependency in package.json: @eldrforge/git-tools ^0.1.1 -> ^0.1.4
* Update package.json version from 0.1.5-dev.0 to 0.1.5
* Update root "version" from 0.1.5-dev.0 to 0.1.5
* Update packages[""].version from 0.1.5-dev.0 to 0.1.5
…_yarn-bdc76aff73

Bump glob from 10.4.5 to 10.5.0 in the npm_and_yarn group across 1 directory
* Bump vitest from ^3.2.4 to ^4.0.13 in package.json
* Bump @vitest/coverage-v8 from ^3.2.4 to ^4.0.13 in package.json
* Replace arrow callback with function() { return mockOctokit; } in MockOctokit.mockImplementation in tests/checkWorkflowConfiguration.test.ts and tests/github.test.ts
- Change coverage thresholds.branches from 80% to 70% under defineConfig coverage settings
* Remove top-level env.NODE_AUTH_TOKEN from .github/workflows/npm-publish.yml
* Drop "Update npm" step (npm install -g npm@latest) from .github/workflows/npm-publish.yml
Calen Varek added 7 commits December 11, 2025 20:13
* Bump version in package.json from 0.1.8-dev.0 to 0.1.8
* Update version of @eldrforge/git-tools from "^0.1.6" to "^0.1.7" in package.json
* Delete two version entries in package.json ("0.1.9-dev.0" and "0.1.9")
* Leave other metadata (name, description, main, type) unchanged in package.json
@github-advanced-security
Copy link
Copy Markdown

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@ghost ghost merged commit 6b583cb into main Dec 12, 2025
5 checks passed
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant