Skip to content

Update build tooling#42

Merged
AndreasArvidsson merged 4 commits intomainfrom
buildTooling
Apr 26, 2026
Merged

Update build tooling#42
AndreasArvidsson merged 4 commits intomainfrom
buildTooling

Conversation

@AndreasArvidsson
Copy link
Copy Markdown
Member

@AndreasArvidsson AndreasArvidsson commented Apr 26, 2026

  • Replace yarn with npm
  • Replace eslint with oxlint
  • Replace prettier with oxfmt
  • Update all dependency versions
  • Enable much stricter lint rules
  • Added test ci workflow

@AndreasArvidsson AndreasArvidsson requested a review from a team as a code owner April 26, 2026 10:24
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3ccd4aaaa0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/regex.ts
Comment thread .github/workflows/deploy.yaml Outdated
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 99132b7dce

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

run: |
if git ls-remote --exit-code --tags origin "refs/tags/${{ env.version }}" > /dev/null; then
echo "Version ${{ env.version }} is already tagged."
exit 1
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Skip deploy when release tag already exists

This step hard-fails the job when the version tag is already present, but this workflow now runs automatically after every successful Test run on main. Any normal push that does not bump package.json will therefore make Deploy fail even though there is nothing to publish, which leaves the release pipeline red between version bumps and makes reruns brittle. Treating an existing tag as a no-op (or conditionally skipping publish steps) avoids false failures.

Useful? React with 👍 / 👎.

@AndreasArvidsson AndreasArvidsson merged commit ab333ab into main Apr 26, 2026
1 check passed
@AndreasArvidsson AndreasArvidsson deleted the buildTooling branch April 26, 2026 11:01
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 92fc543e18

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/deploy.yaml
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