Skip to content

chore: init config for changeset#44

Merged
Crunchyman-ralph merged 2 commits intonextfrom
crunchyman/feat.add.changeset
Mar 28, 2025
Merged

chore: init config for changeset#44
Crunchyman-ralph merged 2 commits intonextfrom
crunchyman/feat.add.changeset

Conversation

@Crunchyman-ralph
Copy link
Collaborator

@Crunchyman-ralph Crunchyman-ralph commented Mar 28, 2025

Why are we doing these changes

  • Right now we have no automated way to generate changelogs and version bumps, this PR fixes that

What are these changes doing

How will the flows change from now on?

  • We will have to create a protection for PRs created on main
  • We will have to make sure all PRs are created to merge into next
    • Once we have a stable release, we will create a PR from next to main and changeset will take care of automatically releasing official versions to github and npm

@changeset-bot
Copy link

changeset-bot bot commented Mar 28, 2025

🦋 Changeset detected

Latest commit: cef451b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
task-master-ai Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@Crunchyman-ralph Crunchyman-ralph changed the base branch from main to next March 28, 2025 11:43
@Crunchyman-ralph Crunchyman-ralph merged commit eafdb47 into next Mar 28, 2025
@Crunchyman-ralph Crunchyman-ralph deleted the crunchyman/feat.add.changeset branch March 28, 2025 17:45
@github-actions github-actions bot mentioned this pull request Mar 29, 2025
eyaltoledano added a commit that referenced this pull request Nov 29, 2025
…logic

Address PR #1452 review comments from Crunchyman-ralph:

- Add AUTH_TIMEOUT_MS and MFA_MAX_ATTEMPTS constants to @tm/core
- Create shared auth-ui.ts with AuthCountdownTimer class and MFA utilities
- Refactor auth-guard.ts to use shared utilities (reduced duplication)
- Refactor auth.command.ts to use shared utilities and expose methods
- Simplify login.command.ts to delegate to AuthCommand (341→50 lines)
- Simplify logout.command.ts to delegate to AuthCommand (76→45 lines)
- Convert dynamic imports to static imports in scripts/init.js
- Convert dynamic import to static import in scripts/modules/ui.js

Fixes: #31, #32, #33, #17, #18, #44, #53 from PR review
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.

Implement Changeset, for more structured releases

1 participant