Skip to content

feat(npm-publish workflow): add debug output step#46

Merged
danielchalef merged 2 commits into
mainfrom
chore/automate-next-tag
Feb 13, 2024
Merged

feat(npm-publish workflow): add debug output step#46
danielchalef merged 2 commits into
mainfrom
chore/automate-next-tag

Conversation

@danielchalef

@danielchalef danielchalef commented Feb 13, 2024

Copy link
Copy Markdown
Member
Ellipsis 🚀 This PR description was created by Ellipsis for commit 130114a.

Summary:

This PR integrates a debug output step into the 'Check if version is a prerelease' step of the npm-publish GitHub Actions workflow to print the values of PACKAGE_VERSION, NON_PRERELEASE_VERSION, and is_next variables.

Key points:

  • Added a debug output step in the 'npm-publish' GitHub Actions workflow.
  • The debug output prints the values of PACKAGE_VERSION, NON_PRERELEASE_VERSION, and is_next variables.
  • The debug output was added to the 'Check if version is a prerelease' step.

Generated with ❤️ by ellipsis.dev

@ellipsis-dev ellipsis-dev Bot changed the title ... feat(npm-publish workflow): add debug output step Feb 13, 2024

@ellipsis-dev ellipsis-dev Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes requested. Reviewed entire PR up to commit 2cafed6

Reviewed 17 lines of code across 1 files in 39 second(s).

See details
  • Skipped files: 0 (please contact us to request support for these files)
  • Confidence threshold: 50%
  • Drafted 0 additional comments.
  • Workflow ID: wflow_QjZiSGRO09EgWafH

Something look wrong? You can customize Ellipsis by editing the ellipsis.yaml for this repository.

Generated with ❤️ by ellipsis.dev

Comment thread .github/workflows/npm-publish.yml Outdated

@ellipsis-dev ellipsis-dev Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes requested. Incremental review on commit 0c3fb31

Reviewed 31 lines of code across 1 files in 52 second(s).

See details
  • Skipped files: 0 (please contact us to request support for these files)
  • Confidence threshold: 50%
  • Drafted 0 additional comments.
  • Workflow ID: wflow_IKLZuLcalfSRdtKK

Something look wrong? You can customize Ellipsis by editing the ellipsis.yaml for this repository.

Generated with ❤️ by ellipsis.dev

Comment thread .github/workflows/npm-publish.yml
@ellipsis-dev

ellipsis-dev Bot commented Feb 13, 2024

Copy link
Copy Markdown
Contributor

Sorry, Ellipsis encountered a problem while addressing your comments on this pull request. Our team has been alerted and is investigating. (wflow_DHA0ZGW8OU9L0QxS) 🤖

@danielchalef danielchalef merged commit 130114a into main Feb 13, 2024
@danielchalef danielchalef deleted the chore/automate-next-tag branch February 13, 2024 03:03

@ellipsis-dev ellipsis-dev Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problems found on commit 130114a


Something look wrong? You can customize Ellipsis by editing the ellipsis.yaml for this repository.

Generated with ❤️ by ellipsis.dev

jackaldenryan added a commit that referenced this pull request Jun 5, 2026
Both were only ever used by the examples/ directory, which was deleted
in #149 (commit 4b7760c, 2025-08-04), leaving them orphaned and unused
for ~10 months. The current tree has zero imports of uuid.

Removing them drops two packages from the dependency tree (and their
future Dependabot alerts) and supersedes the uuid 10->11 bump as the
fix for the uuid buffer-bounds alerts (#45/#46). The fast-uri, picomatch,
and @tootallnate/once resolutions are unaffected (pulled via jest/
webpack/msw, not uuid). yarn build and the full test suite (363) pass.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
jackaldenryan added a commit that referenced this pull request Jun 5, 2026
* chore(deps): resolve all Dependabot security alerts (dev deps)

Resolve all 6 open Dependabot alerts, all in development scope:

- uuid ^10.0.0 -> ^11.1.1 (devDependency) — missing buffer bounds
  check in v3/v5/v6 (#46, #45)
- fast-uri 3.0.6 -> 3.1.2 via resolutions — host confusion and path
  traversal via percent-encoded sequences (#42, #41)
- picomatch 2.3.1 -> 2.3.2 via resolutions — method injection in
  POSIX character classes (#36)
- @tootallnate/once 2.0.0 -> 2.0.1 via resolutions — incorrect
  control flow scoping (#43)

Transitive deps are pinned via the existing `resolutions` block since
Yarn 1's `upgrade` doesn't bump transitive-only packages. All changes
are dev-scoped; `yarn build` and the full test suite (363 tests) pass.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* chore(deps): remove unused uuid and @types/uuid devDependencies

Both were only ever used by the examples/ directory, which was deleted
in #149 (commit 4b7760c, 2025-08-04), leaving them orphaned and unused
for ~10 months. The current tree has zero imports of uuid.

Removing them drops two packages from the dependency tree (and their
future Dependabot alerts) and supersedes the uuid 10->11 bump as the
fix for the uuid buffer-bounds alerts (#45/#46). The fast-uri, picomatch,
and @tootallnate/once resolutions are unaffected (pulled via jest/
webpack/msw, not uuid). yarn build and the full test suite (363) pass.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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