yup-locale-ja

Japanese localization for yup

Commits at cad4f8b1161c299facb4d3dc3490aa91f7c78049

  1. 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
  2. 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
  3. 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
  4. 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
  5. b48e7eb9 chore: Tidy workflows Actions and steps were old and redundant. Shota FUJI authored at Shota FUJI comitted at
  6. 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
  7. d1e1df7a docs: Update Shields badge URL for GitHub Actions <https://github.com/badges/shields/issues/8671> Shota FUJI authored at Shota FUJI comitted at
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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
  18. 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
  19. 3c9ab083 docs: Update README wording Shota Fuji authored at GitHub comitted at
  20. 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
  21. 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
  22. 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
  23. 02b7b198 chore(deps-dev): Upgrade dependencies $ yarn upgrade Shota Fuji authored at Shota Fuji comitted at
  24. f9f38182 docs: Update CHANGELOG Shota Fuji authored at Shota Fuji comitted at
  25. 913b3b7a v0.1.3 Shota Fuji authored at Shota Fuji comitted at
  26. 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
  27. 64bb9e84 docs: Update status badges :) Shota Fuji authored at Shota Fuji comitted at
  28. ba1f44a5 v0.1.2 Shota Fuji authored at Shota Fuji comitted at
  29. 18e2b48d misc: Include Japanese README into tarball Shota Fuji authored at Shota Fuji comitted at
  30. 9662535a docs: Add links to status badges Shota Fuji authored at Shota Fuji comitted at
  31. 485241bf docs: Fix CHANGELOG version number Shota Fuji authored at Shota Fuji comitted at
  32. ef812884 docs: Add status badges Shota Fuji authored at Shota Fuji comitted at
  33. a6bda5c7 v0.1.1 Shota Fuji authored at Shota Fuji comitted at
  34. 461e0d03 chore: Fix bundle files missing from tarball Shota Fuji authored at Shota Fuji comitted at
  35. 5f178a01 misc: Create LICENSE Shota Fuji authored at GitHub comitted at
  36. ad9e86b8 v0.1.0 Shota Fuji authored at Shota Fuji comitted at
  37. cc099c39 Initial commit Shota Fuji authored at Shota Fuji comitted at
  38. 36ad14bb chore(deps): Bump lodash from 4.17.20 to 4.17.21 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21) Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot] authored at GitHub comitted at
  39. 6c77c218 chore(deps): Bump hosted-git-info from 2.8.8 to 2.8.9 Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot] authored at GitHub comitted at
  40. 86700181 chore(deps): Bump ws from 7.4.3 to 7.4.6 Bumps [ws](https://github.com/websockets/ws) from 7.4.3 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.3...7.4.6) Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot] authored at GitHub comitted at
  41. 1343c269 chore(deps): Bump path-parse from 1.0.6 to 1.0.7 Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot] authored at GitHub comitted at
  42. 8f1a9028 chore(deps): Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot] authored at GitHub comitted at
  43. a9ba5eaa chore(deps): Bump ansi-regex from 5.0.0 to 5.0.1 Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot] authored at GitHub comitted at
  44. 4b3352c6 chore(deps): Bump semver-regex from 3.1.2 to 3.1.3 Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/sindresorhus/semver-regex/releases) - [Commits](https://github.com/sindresorhus/semver-regex/commits) --- updated-dependencies: - dependency-name: semver-regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot] authored at GitHub comitted at
  45. c724f625 chore(deps): Bump minimist from 1.2.5 to 1.2.6 Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot] authored at GitHub comitted at
  46. 2b8b235d chore(deps): Bump lodash-es from 4.17.20 to 4.17.21 Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21) --- updated-dependencies: - dependency-name: lodash-es dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot] authored at GitHub comitted at
  47. f642f602 chore(deps): Bump jsdom from 16.4.0 to 16.7.0 Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/16.4.0...16.7.0) --- updated-dependencies: - dependency-name: jsdom dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot] authored at GitHub comitted at
  48. e4a376fe chore(deps): Bump semver-regex from 3.1.3 to 3.1.4 Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/sindresorhus/semver-regex/releases) - [Commits](https://github.com/sindresorhus/semver-regex/commits/v3.1.4) --- updated-dependencies: - dependency-name: semver-regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot] authored at GitHub comitted at
  49. 5cd32832 chore(deps): Bump decode-uri-component from 0.2.0 to 0.2.2 Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot] authored at GitHub comitted at
  50. 5b22df73 chore(deps): Bump minimatch from 3.0.4 to 3.1.2 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot] authored at GitHub comitted at