1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00
Commit Graph

143 Commits

Author SHA1 Message Date
93065d46ca feat(packages/vue): update useCounter composable to include additional functionality 2024-05-31 01:17:35 +07:00
d9973af2ed feat(packages/vue): add useRenderCount composable 2024-05-31 01:16:33 +07:00
107e192b33 feat(packages/vue): add useSyncRefs composable 2024-05-31 01:15:30 +07:00
34c72146e2 chore(repo): update pnpm and node versions in cli tool 2024-05-30 04:17:57 +07:00
d7c32f2f45 feat(packages/vue): add useCounter composable 2024-05-30 04:16:45 +07:00
03245921da feat(packages/vue): new package with initial configuration files 2024-05-30 04:16:15 +07:00
c007a54522 chore(repo): update pnpm 2024-05-30 02:57:34 +07:00
d0c74be856 refactor(packages/stdlib): change getByPath type to string and add comments to template types 2024-05-30 02:51:08 +07:00
ba68e293b9 chore(packages/stdlib): update pnpm 2024-05-30 02:48:50 +07:00
925af11be4 Merge branch 'master' into stdlib-types 2024-05-30 02:44:37 +07:00
2a931bbeb9 chore(packages/tsconfig): update removeComments option to false 2024-05-28 00:24:13 +07:00
renovate[bot]
fe3311bdfb chore(deps): update all non-major dependencies (#17)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-27 14:05:59 +07:00
2b5d81420a chore(repo): updated the pnpm version to 9.1.0 and the Vite version to 5.2.11 in the CLI file. 2024-05-08 05:30:32 +07:00
renovate[bot]
a6d40a4482 chore(deps): update all non-major dependencies (#16)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-08 04:31:05 +07:00
dc48cbc44b feat(packages/stdlib): start getByPath and template tools 2024-05-04 06:59:35 +07:00
6931fc6f18 chore(packages/stdlib): add ts and js utility types 2024-05-04 06:57:46 +07:00
7091352be2 chore(packages/stdlib): update import statement to use single quotes in mapRange function, lowercase in test desciptions 2024-05-04 06:53:46 +07:00
30654d2fe6 Docs (#15)
* feat(docs): update Vitepress config to include @robonen/renovate and @robonen/stdlib packages

* chore(packages/renovate): mark package.json private to true
2024-05-01 05:41:34 +07:00
8a33f6945c chore(packages/renovate): mark package.json private to true 2024-05-01 01:23:07 +07:00
aa10ed0f13 feat(docs): update Vitepress config to include @robonen/renovate and @robonen/stdlib packages 2024-05-01 01:22:05 +07:00
renovate[bot]
a9975bd06b chore(deps): update all non-major dependencies (#14)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-30 22:47:03 +07:00
renovate[bot]
8d64b012a1 chore(deps): update all non-major dependencies (#13)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-28 17:02:43 +07:00
cafe245732 feat(packages/renovate): auto approve 2024-04-28 17:02:10 +07:00
5105c2374c chore(repo): update pnpm version to 9.0.6 and Node version to >=20.12.2 2024-04-27 06:34:53 +07:00
4b960a3ad3 chore(packages/stdlib): update description 2024-04-26 02:03:13 +07:00
a5f62c16a3 feat(packages/renovate): add @robonen/renovate package (#12) 2024-04-26 04:39:23 +07:00
26b2392f9b ops(repo): add CI workflow for running tests on pull requests (#11)
* ops(repo): add CI workflow for running tests on pull requests

* fix(repo): test command in CI workflow to use pnpm run all:test

* fix(repo): update Node version in CI workflow to 20.x

* fix(repo): update CI workflow to install dependencies using pnpm
2024-04-26 04:20:02 +07:00
f6a1e68d85 chore(repo): script to run tests from monorepo root 2024-04-26 01:18:44 +07:00
cfcf0818ad Merge pull request #10 from robonen/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2024-04-26 01:32:21 +07:00
renovate[bot]
4e92ed18ed chore(deps): update all non-major dependencies 2024-04-25 18:30:47 +00:00
69f9ae0900 Merge pull request #8 from robonen/renovate/node-20.x
chore(deps): update node.js to v20
2024-04-26 01:28:04 +07:00
renovate[bot]
18c3e16bb2 chore(deps): update node.js to v20 2024-04-25 18:25:17 +00:00
4afbe234f8 Merge pull request #7 from robonen/renoveate-bot
feat(repo): add .github/CODEOWNERS file and renovate.json configuration
2024-04-26 01:24:39 +07:00
b2923964e5 feat(repo): add .github/CODEOWNERS file and renovate.json configuration 2024-04-25 22:28:04 +07:00
531e1721bb feat(packages/stdlib): change build system to unbuild 2024-04-19 02:29:27 +07:00
26a99b7d67 chore(repo): update deps 2024-04-19 01:10:07 +07:00
90328bf8d0 Merge pull request #5 from robonen/stdlib-structs
Stack impl
2024-04-18 21:44:16 +07:00
55440a83ba chore(repo): update packageManager version to pnpm@9.0.1 2024-04-18 10:26:53 +07:00
943e913e76 refactor(packages/stdlib): use toReversed method instead of reverese 2024-04-18 10:26:16 +07:00
c90c17db93 feat(packages/stdlib): add structs exports 2024-04-17 04:04:28 +07:00
7546f2b653 feat(packages/stdlib): add stack data structure and tests 2024-04-17 04:00:41 +07:00
784457a507 refactor(packages/stdlib): add more accurate expectation RangeError for bitsflags 2024-04-17 03:59:35 +07:00
5bf6317673 refactor(packages/stdlib): add jsdoc for pubsub 2024-04-17 02:01:29 +07:00
80d8e37c03 refactor(packages/stdlib): add bitflags export 2024-04-16 23:08:57 +07:00
8a5d063800 Merge pull request #4 from robonen/stdlib-bitsflags
feat(packages/stdlib): add flagsGenerator and bitwise operation funct…
2024-04-17 05:08:22 +07:00
bf9e811346 feat(packages/stdlib): add flagsGenerator and bitwise operation functions 2024-04-16 23:03:20 +07:00
841d172598 chore(packages/stdlib): bump vitest to 1.5.0 2024-04-16 21:04:34 +07:00
43796ecae2 Merge pull request #3 from robonen/stdlib-pubsub
Stdlib pubsub
2024-04-16 17:07:14 +07:00
e3ef3a693e feat(packages/stdlib): add patterns exports 2024-04-16 16:39:24 +07:00
f987f722df feat(packages/stdlib): add PubSub class and tests to patterns 2024-04-16 16:32:56 +07:00