yup-locale-ja

Japanese localization for yup

Commits at e9a9f1a10593f2247a6f6c6e96378cc64ef5d6c2

  1. e9a9f1a1 chore: Update lockfile ... by executing ```sh $ yarn ``` I forgot to run the command after updating peerDeps (c7ad6aa678cb0824b1eacb807a95c1849643bf92). Shota FUJI authored at Shota FUJI comitted at
  2. cad4f8b1 feat: Translation for `array.length` It was added in yup@0.31.0. There are also `tuple.notType` (v1.0~) and `boolean` (v0.31.1~) but I couldn't come up with okay-ish translation for those... Shota FUJI authored at Shota FUJI comitted at
  3. c7ad6aa6 chore(deps): Support for yup v1 <https://github.com/pocka/yup-locale-ja/issues/16> Upgraded yup to v1. Thanks to its optional locale structure, I could keep support for v0.x. I removed translation for `number.notEqual` due to it already being removed at v0.24. It's listed in neither CHANGELOG nor migration guide, and no type definition for that so keeping that leads to type errors. I believe it's not a breaking change. See <https://github.com/jquense/yup/pull/705> for more details on removal of `number.notEqual`. Shota FUJI authored at Shota FUJI comitted at
  4. 77bb19c4 chore: Replace Jest with Vitest I'm exhausted to see dependabot creating a PR for Jest's frequent major updates. Still, no improvement on its ESM and TS interop. Vitest, on the other hand, has good support for both, less deps, and I believe it will receive thoughtfull and well-designed updates. Shota FUJI authored at Shota FUJI comitted at
  5. d6f4759f chore: Upgrade TypeScript version to latest (v5) While I wanted to the keep TS version so output does not change, Vitest seems not to work with TS 3.9. I manually checked the built files and confirmed no breaking changes. Shota FUJI authored at Shota FUJI comitted at
  6. b48e7eb9 chore: Tidy workflows Actions and steps were old and redundant. Shota FUJI authored at Shota FUJI comitted at
  7. 2a7dccb5 chore: Upgrade Yarn v3 From my experience, Yarn Berry is much faster than v1 (Classic) even for small project. It also has nicer status messages and CLI design, even though some significant changes exist (e.g. lifecycle scripts). Shota FUJI authored at Shota FUJI comitted at
  8. d1e1df7a docs: Update Shields badge URL for GitHub Actions <https://github.com/badges/shields/issues/8671> Shota FUJI authored at Shota FUJI comitted at
  9. 6d4212a4 chore: Upgrade Node.js version for development Node.js v14 ends LTS at 2023-04-30. This change does not affect end-users. Shota FUJI authored at Shota FUJI comitted at
  10. 19ae9392 Merge pull request #14 from pocka/dependabot/npm_and_yarn/minimatch-3.1.2 chore(deps): Bump minimatch from 3.0.4 to 3.1.2 Shota FUJI authored at GitHub comitted at
  11. dac87ebf Merge pull request #13 from pocka/dependabot/npm_and_yarn/decode-uri-component-0.2.2 chore(deps): Bump decode-uri-component from 0.2.0 to 0.2.2 Shota FUJI authored at GitHub comitted at
  12. e72d339e Merge pull request #11 from pocka/dependabot/npm_and_yarn/semver-regex-3.1.4 chore(deps): Bump semver-regex from 3.1.3 to 3.1.4 Shota FUJI authored at GitHub comitted at
  13. 5501b468 Merge pull request #12 from pocka/dependabot/npm_and_yarn/jsdom-16.7.0 chore(deps): Bump jsdom from 16.4.0 to 16.7.0 Shota FUJI authored at GitHub comitted at
  14. cdf6ac95 Merge pull request #10 from pocka/dependabot/npm_and_yarn/lodash-es-4.17.21 chore(deps): Bump lodash-es from 4.17.20 to 4.17.21 Shota FUJI authored at GitHub comitted at
  15. 8751b71a Merge pull request #9 from pocka/dependabot/npm_and_yarn/minimist-1.2.6 chore(deps): Bump minimist from 1.2.5 to 1.2.6 Shota FUJI authored at GitHub comitted at
  16. f4f73cd9 Merge pull request #6 from pocka/dependabot/npm_and_yarn/semver-regex-3.1.3 chore(deps): Bump semver-regex from 3.1.2 to 3.1.3 Shota FUJI authored at GitHub comitted at
  17. 02ec6d68 Merge pull request #8 from pocka/dependabot/npm_and_yarn/ansi-regex-5.0.1 chore(deps): Bump ansi-regex from 5.0.0 to 5.0.1 Shota FUJI authored at GitHub comitted at
  18. 7ef5ab78 Merge pull request #7 from pocka/dependabot/npm_and_yarn/tmpl-1.0.5 chore(deps): Bump tmpl from 1.0.4 to 1.0.5 Shota FUJI authored at GitHub comitted at
  19. a4b3e8ae Merge pull request #5 from pocka/dependabot/npm_and_yarn/path-parse-1.0.7 chore(deps): Bump path-parse from 1.0.6 to 1.0.7 Shota Fuji authored at GitHub comitted at
  20. 3c9ab083 docs: Update README wording Shota Fuji authored at GitHub comitted at
  21. b204f6d6 Merge pull request #4 from pocka/dependabot/npm_and_yarn/ws-7.4.6 chore(deps): Bump ws from 7.4.3 to 7.4.6 Shota Fuji authored at GitHub comitted at
  22. dfd03cfe Merge pull request #3 from pocka/dependabot/npm_and_yarn/hosted-git-info-2.8.9 chore(deps): Bump hosted-git-info from 2.8.8 to 2.8.9 Shota Fuji authored at GitHub comitted at
  23. ba5809b8 Merge pull request #2 from pocka/dependabot/npm_and_yarn/lodash-4.17.21 chore(deps): Bump lodash from 4.17.20 to 4.17.21 Shota Fuji authored at GitHub comitted at
  24. 02b7b198 chore(deps-dev): Upgrade dependencies $ yarn upgrade Shota Fuji authored at Shota Fuji comitted at
  25. f9f38182 docs: Update CHANGELOG Shota Fuji authored at Shota Fuji comitted at
  26. 913b3b7a v0.1.3 Shota Fuji authored at Shota Fuji comitted at
  27. 489f8a84 chore: Add repository field in package.json https://github.com/pocka/yup-locale-ja/issues/1 Shota Fuji authored at Shota Fuji comitted at
  28. 64bb9e84 docs: Update status badges :) Shota Fuji authored at Shota Fuji comitted at
  29. ba1f44a5 v0.1.2 Shota Fuji authored at Shota Fuji comitted at
  30. 18e2b48d misc: Include Japanese README into tarball Shota Fuji authored at Shota Fuji comitted at