Commit Graph

350 Commits

Author SHA1 Message Date
dependabot[bot]
569d74e85f build(deps-dev): bump the npm-development group with 8 updates
Bumps the npm-development group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.17.32` | `20.17.46` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.31.1` | `8.32.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.31.1` | `8.32.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.1.2` | `3.1.3` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.2` | `10.1.5` |
| [globals](https://github.com/sindresorhus/globals) | `16.0.0` | `16.1.0` |
| [rollup](https://github.com/rollup/rollup) | `4.40.1` | `4.40.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.1.2` | `3.1.3` |


Updates `@types/node` from 20.17.32 to 20.17.46
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.31.1 to 8.32.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.32.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.31.1 to 8.32.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.32.0/packages/parser)

Updates `@vitest/coverage-v8` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.3/packages/coverage-v8)

Updates `eslint-config-prettier` from 10.1.2 to 10.1.5
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v10.1.2...v10.1.5)

Updates `globals` from 16.0.0 to 16.1.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v16.0.0...v16.1.0)

Updates `rollup` from 4.40.1 to 4.40.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.40.1...v4.40.2)

Updates `vitest` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.3/packages/vitest)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 20.17.46
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 3.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: globals
  dependency-version: 16.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: rollup
  dependency-version: 4.40.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: vitest
  dependency-version: 3.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-12 10:16:08 +00:00
Naoki Oketani
b9540af011 Merge pull request #260 from oke-py/fix/remove-explicit-any
fix(lint): resolve @typescript-eslint/no-explicit-any warnings
2025-05-07 21:17:41 +09:00
Naoki Oketani
7e887fbc7b fix(lint): remove unnecessary ESLint rules 2025-05-07 12:14:50 +00:00
Naoki Oketani
d5d84ff3f1 fix(lint): resolve @typescript-eslint/no-explicit-any warnings 2025-05-07 12:11:12 +00:00
Naoki Oketani
2b30d09e26 Merge pull request #259 from oke-py/fix/unused-vars
fix(eslint): resolve @typescript-eslint/no-unused-vars errors
2025-05-07 21:00:33 +09:00
Naoki Oketani
307d90f9c7 fix(eslint): resolve @typescript-eslint/no-unused-vars errors 2025-05-07 11:58:37 +00:00
Naoki Oketani
162f0864b5 Merge pull request #258 from oke-py/fix/suppress-test-output
fix: suppress unnecessary output during test execution
2025-05-07 20:21:49 +09:00
Naoki Oketani
0ac2be2860 fix: suppress unnecessary output during test execution 2025-05-07 11:18:01 +00:00
Naoki Oketani
57f2b64786 Merge pull request #257 from oke-py/refactor/remove-run-call-from-main
refactor(main): remove run() call as index.ts is now the entry point
2025-05-07 19:48:12 +09:00
Naoki Oketani
014977e077 chore(dist): update dist files after removing run() call 2025-05-07 10:46:49 +00:00
Naoki Oketani
8af85fa7a9 refactor(main): remove run() call as index.ts is now the entry point 2025-05-07 10:44:05 +00:00
Naoki Oketani
fa0968161c Merge pull request #256 from oke-py/docs/update-dist-guidelines
docs(rules): update dist directory inclusion guidelines
2025-05-06 20:55:36 +09:00
Naoki Oketani
8a6e85ccc7 docs(rules): update dist directory inclusion guidelines 2025-05-06 11:53:28 +00:00
Naoki Oketani
d7acd4a206 Merge pull request #255 from oke-py/docs/update-typescript-best-practices
docs: update TypeScript/JavaScript best practices
2025-05-05 22:52:21 +09:00
Naoki Oketani
b9161df351 docs: update TypeScript/JavaScript best practices 2025-05-05 13:50:45 +00:00
Naoki Oketani
c3b3f890cf Merge pull request #254 from oke-py/chore/format-code
style(format): format code with Prettier
2025-05-05 22:40:55 +09:00
Naoki Oketani
f45ed00267 style(format): format code with Prettier 2025-05-05 13:37:57 +00:00
Naoki Oketani
c2c82aa5b2 Merge pull request #253 from oke-py/fix/rollup
fix(rollup): update dependencies and build output
2025-05-05 22:35:09 +09:00
Naoki Oketani
17ac3e350c fix(rollup): update dependencies and build output 2025-05-05 13:33:29 +00:00
Naoki Oketani
6147dd3431 Merge pull request #251 from oke-py/dependabot/npm_and_yarn/rollup/plugin-node-resolve-16.0.1
build(deps-dev): bump @rollup/plugin-node-resolve from 15.3.1 to 16.0.1
2025-05-05 22:26:54 +09:00
dependabot[bot]
b8f1959b24 build(deps-dev): bump @rollup/plugin-node-resolve from 15.3.1 to 16.0.1
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.3.1 to 16.0.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v16.0.1/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-version: 16.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-05 13:20:44 +00:00
Naoki Oketani
d65d8c1a0a Merge pull request #252 from oke-py/refactor/update-eslint-config
refactor: update eslint configuration to match typescript-action template
2025-05-05 22:19:36 +09:00
Naoki Oketani
ef3accdd1c refactor: update eslint configuration to match typescript-action template 2025-05-05 13:15:49 +00:00
Naoki Oketani
768e68f33d Merge pull request #250 from oke-py/dependabot/npm_and_yarn/npm-development-44135b917d
build(deps-dev): bump vite from 6.3.4 to 6.3.5 in the npm-development group
2025-05-05 21:57:19 +09:00
dependabot[bot]
42c4e9db01 build(deps-dev): bump vite in the npm-development group
Bumps the npm-development group with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 6.3.4 to 6.3.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.3.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-05 12:55:26 +00:00
Naoki Oketani
e1569ad13f Merge pull request #248 from oke-py/dependabot/npm_and_yarn/rollup/plugin-typescript-12.1.2
build(deps-dev): bump @rollup/plugin-typescript from 11.1.6 to 12.1.2
2025-05-05 21:54:54 +09:00
dependabot[bot]
f9cf37ac3d build(deps-dev): bump @rollup/plugin-typescript from 11.1.6 to 12.1.2
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.6 to 12.1.2.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v12.1.2/packages/typescript)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
  dependency-version: 12.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-05 12:51:14 +00:00
Naoki Oketani
244e780b91 Merge pull request #247 from oke-py/refactor/update-prettierignore
refactor(style): update .prettierignore to match template repository
2025-05-05 21:46:11 +09:00
Naoki Oketani
9f0ca85362 refactor(style): update .prettierignore to match template repository 2025-05-05 12:42:43 +00:00
Naoki Oketani
44d6f21d62 Merge pull request #245 from oke-py/refactor/rename-format-scripts
refactor(scripts): rename format scripts to format:write and format:check
2025-05-05 21:34:03 +09:00
Naoki Oketani
abbc1083ab refactor(scripts): rename format scripts to format:write and format:check 2025-05-05 12:32:22 +00:00
licensed-ci
6e4412d764 Auto-update license files 2025-05-05 12:20:00 +00:00
Naoki Oketani
05d22ffd2a Merge pull request #244 from oke-py/refactor/sync-with-typescript-action
refactor: sync with typescript-action template
2025-05-05 21:13:49 +09:00
Naoki Oketani
b91c65bee2 fix(workdir): handle directory change errors gracefully 2025-05-05 12:09:35 +00:00
Naoki Oketani
b1bbd22155 fix(workflow): remove trailing slash from working_directory path 2025-05-05 12:06:23 +00:00
Naoki Oketani
0ff4c383ef fix(workdir): handle trailing slash in working directory path 2025-05-05 12:03:14 +00:00
Naoki Oketani
db3cc003b1 refactor(build): update dist files 2025-05-05 11:59:23 +00:00
Naoki Oketani
616e881987 refactor(build): update TypeScript and Rollup configuration 2025-05-05 11:52:10 +00:00
Naoki Oketani
8f327f3780 chore(license): add license checking configuration and workflow 2025-05-05 11:23:30 +00:00
Naoki Oketani
cf52e91acd style(yaml): apply yaml linter to workflow files 2025-05-05 11:20:51 +00:00
Naoki Oketani
38278c3f41 chore(lint): add markdown and yaml linter configurations 2025-05-05 11:15:04 +00:00
Naoki Oketani
070f5ce924 refactor(ci): update workflow configuration and add Node.js version file 2025-05-05 11:12:23 +00:00
Naoki Oketani
976886170e chore(deps): update dependabot configuration 2025-05-05 11:07:27 +00:00
Naoki Oketani
752234037f chore(git): add .gitattributes file for consistent line endings and generated files 2025-05-05 11:04:47 +00:00
Naoki Oketani
c79bdb2e52 refactor(devcontainer): update development environment configuration 2025-05-05 11:02:50 +00:00
oke-py
0db6a3c6fe chore(build): automated change 2025-05-05 10:41:41 +00:00
Naoki Oketani
6ee35e41aa Merge pull request #243 from oke-py/fix/ci
refactor(ci): rename npm script from pack to package and update workflow
2025-05-05 19:41:17 +09:00
Naoki Oketani
7b3bcfed2f refactor(ci): rename npm script from pack to package and update workflow 2025-05-05 10:37:01 +00:00
Naoki Oketani
05194fb0ff Merge pull request #242 from oke-py/feature/migrate-to-rollup
chore: migrate build process from @vercel/ncc to rollup
2025-05-05 19:16:18 +09:00
Naoki Oketani
e40ed27938 chore: migrate build process from @vercel/ncc to rollup 2025-05-05 10:14:17 +00:00