ota-meshi / eslint-plugin-regexp

ESLint plugin for finding regex mistakes and style guide violations.
https://ota-meshi.github.io/eslint-plugin-regexp/
MIT License
696 stars 10 forks source link

chore: add script to auto update unicode-alias #730

Closed ota-meshi closed 6 months ago

ota-meshi commented 6 months ago

This PR adds a script to automatically update unicode-alias. I also added a GitHub Action to periodically check for updates.

changeset-bot[bot] commented 6 months ago

⚠️ No Changeset found

Latest commit: e646b43077193b8a46b74da0464062ae3b1b6224

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

fisker commented 6 months ago

You can use action to create PR https://github.com/sindresorhus/get-east-asian-width/blob/61a40a00326ec6924a143d0fd0a01f3618714115/.github/workflows/update.yml#L18

ota-meshi commented 6 months ago

Very interesting! Can I see PRs created using that peter-evans/create-pull-request? It looked like that repository didn't have it yet. https://github.com/sindresorhus/get-east-asian-width/pulls?q=is%3Apr+is%3Aclosed

fisker commented 6 months ago

The data has not been updated yet.. See another repo https://github.com/sindresorhus/globals/commits?author=github-actions%5Bbot%5D

ota-meshi commented 6 months ago

@fisker Thank you! I opened a PR to use it.