-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update development tools and workflows #603
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
razor-x
commented
Mar 14, 2024
- Do not ignore d.ts files under src
- 1.0.2
- Create new repo with workflow dispatch (Live demo #1)
- Fix makenew workflow
- Fix codeowner find/replace
- Simplify sed_insert command
- 1.1.0
- Add codeowner as admin to new repo
- Use github.actor for codeowner
- Match package name to repo
- Rename bootstrap job
- Update dependencies
- 1.1.1
- Remove redundant exclude in package.json files
- 1.1.2
- Add package input to makenew workflow
- Add Windows and macOS to .gitignore
- 1.1.3
- Remove trailingComma none from prettier config
- Remove extra quotes in stale config
- Run npm update
- Fix typo in README
- 1.1.4
- ci: Set semantic-release concurrency
- 1.1.5
- Pass node_auth_token to workflows
- Add sleep step in makenew workflow
- 1.1.6
- Fix publish workflow
- 1.1.7
- Run npm update
- Use new publish action
- 1.1.8
- Use bash for makenew script
- Run npm update
- Update c8
- Update to prettier v3
- Update eslint-config-standard-with-typescript to v36
- Add types to export map
- Rename registry_host to registry_url in action
- Use package name over index.js
- Remove dependencies check
- 1.2.0
- Use conventional commit message in ci
- 1.2.1
- Fix types in export map
- 1.2.2
- Fix input in publish action
- Fix secret name in workflow
- Use registry_token over node_auth_token
- Update branch triggers
- Update workflow text
- Fix registry_token description
- Update dependencies
- 1.2.3
- Always makenew branch to main
- Only build on linux
- Update to semantic-release action v4
- 1.2.4
- Update eslint dependencies
- 1.2.5
- Only install check on linux
- 1.2.6
- Run npm update
- Run npm update
- 1.2.7
- Add "import/no-relative-parent-imports": "error"
- 1.2.8
- Update to Node.js v20
- Set composite true in tsconfig.json
- Update ava.config.js for Node v20
- Update eslint-config-standard-with-typescript
- Update to tsx v4
- Update to AVA v6
- Update all action versions
- Update eslint-config-standard-with-typescript to v42
- 1.2.9
- Update eslint-config-standard-with-typescript
- Update c8
- 1.3.0
- Update dependencies
- Add CJS build with tsup
- Remove default export
- 1.4.0
- Fix missing declaration files
- 1.4.1
- Run npm update
- 1.4.2
- Do not let semantic-release release version 1.0.0
- Fix semantic-release step references
- Update upload-artifact and download-artifact actions
- 1.4.3
- Run npm update
- Add .terraform to .gitignore for prettier
- Remove duplicated yaml block
- Keep typescript at 5.3.0
mikewuu
approved these changes
Mar 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.