Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
maxdzin pushed 9 commits to main maxdzin/vue3-signature-pad
- fix: Signature Pad types c9eb6ef
- Merge pull request #19 from selemondev/fix/types fix: Signature Pad types b60178e
- chore: lint d2f0dbd
- Merge pull request #20 from selemondev/chore/lint chore: lint 39bf955
- chore: update dep 37d5fe8
- Merge pull request #21 from selemondev/chore/update-dep chore: update dependency 6187421
- chore: release v1.1.1 93c5b92
- chore(release): v1.1.2 e285794
- chore(release): v1.1.1 b8e73e6
maxdzin pushed 30 commits to main maxdzin/pinia-colada
- chore(deps): update all non-major dependencies (#101) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.no... 77037e5
- docs: nuxt install 0f7a9c5
- docs: nuxt install 0f907eb
- chore(deps): update codecov/codecov-action action to v5 (#110) Co-authored-by: renovate[bot] <29139614+renovate[bot]... de53609
- chore(deps): update all non-major dependencies (#109) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.no... ca9f38d
- feat(types): remove undefined with initialData and placeholderData (#114) BREAKING CHANGE: placeholderData no longer... 6e1863e
- build: use app imports 43efbe3
- chore: up deps 0fdb91e
- build: upgrade release script 2281952
- release: @pinia/[email protected] 1b6a4bc
- chore: remove note 02ceece
- test: missing await 10ef95d
- chore: note 662c177
- chore: playground tests d815642
- build: up release script 56c17d4
- feat: autoinstall pinia colada 5df88ca
- release: @pinia/[email protected] 4a04301
- chore(deps): update dependency vite to v6 (#124) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply... 224975c
- chore(deps): update vueuse monorepo to v12 (#125) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.norepl... 17cf59b
- fix: specify pinia as a peer dep Fix #126 8ed7a01
- and 10 more ...
maxdzin created a comment on an issue on intlify/eslint-plugin-vue-i18n
@mkeyy0 Thank you 🙏 Indeed, the `next` version works.
maxdzin pushed 375 commits to main maxdzin/vue-core-vapor
- workflow: simplify size report action cffe866
- chore(deps): bump vitest to 2.0 63b7c01
- fix(reactivity): ensure extended method arguments are not lost (#11574) close #11570 4085def
- test(custom-element): test custom element hydration w/ declarative shadow dom 90caac4
- chore: log stats in size script 0a16eae
- workflow: test publish commit workflow 8921c2d
- workflow: handle targetVersion in release script with publishOnly flag a1ee8b7
- workflow: use explicit registry when publishing 119a0b3
- workflow: skip provenance when publishing commits cac1e4e
- workflow: move private packages to separate directory 6a5b209
- chore: bump transition tests buffer in ci 85ee76f
- workflow: upload-built-packages 2dc1c31
- chore: rename workflow da2bf96
- workflow: adjust upload depth 67cdb5f
- workflow: fix size report 765abf8
- chore(deps): update all non-major dependencies (#11582) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.... 43ccad4
- chore(deps): update build (#11583) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> a26d481
- fix(deps): update dependency postcss to ^8.4.41 (#11585) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users... 4c4e12a
- chore(deps): update dependency puppeteer to v23 (#11588) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users... 31deff4
- chore(deps): update test to ^2.0.5 (#11584) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.gith... cffa128
- and 355 more ...
maxdzin pushed 153 commits to main maxdzin/drizzle-orm
- fix: $with for withReplicas 407ace4
- Merge branch 'beta' into with-replicas-fix b54a848
- Merge branch 'beta' into with-replicas-fix b03c15b
- add drizzle-seed to monorepo 172fec9
- [SingleStore] Add SingleStore connector (#32) 89ee201
- rebase singlestore connector with last commit: https://github.com/drizzle-team/drizzle-orm/commit/526996bd2ea20d5b1a0... b813ee5
- skip view tests 2f84354
- Merge branch 'main' of https://github.com/drizzle-team/drizzle-orm into feature/new-dialect-singlestore 0a4ef87
- Merge branch 'beta' of https://github.com/drizzle-team/drizzle-orm into feature/new-dialect-singlestore 3c34713
- Fix conflicts 456758b
- No fks? dab40c8
- Fix after failed tests 465a8a2
- Add drizzleIntegration query header Added query header for future logging of integration usage 6b8676e
- Add a few test changes Using database for tests and remove datetime and json from singlestore allTypes test on push feb0e60
- [SingleStore] Add SingleStore connector (#32) d2fb074
- rebase singlestore connector with last commit: https://github.com/drizzle-team/drizzle-orm/commit/526996bd2ea20d5b1a0... 6e91991
- skip view tests f5c662b
- imports checker with OHM grammar 67d0548
- imports checker with OHM grammar + fix of imports issues beddb85
- Fix conflicts a9ad0ae
- and 133 more ...
maxdzin created a comment on an issue on intlify/eslint-plugin-vue-i18n
Strange thing... I installed the latest `@intlify/eslint-plugin-vue-i18n` v3.2.0, but such an error is still showing: ``` ✘ [ERROR] No matching export in "node_modules/.pnpm/@[email protected]...
maxdzin pushed 33 commits to main maxdzin/nuxt-auth-utils
- chore: update deps 6072a74
- feat: add authentik provider * feat: add authentik provider * Update src/runtime/server/lib/oauth/authentik.ts ... 33686af
- fix(composable): use same context for `clear` and `fetch` (#278) Resolves #273 1fb081c
- chore(release): v0.5.3 9dc929c
- chore: add SessionConfig type 7633e27
- chore: fix types 5d58645
- feat: forward set-cookie header for `useUserSession().clear()` (#282) * feat: forward set-cookie header for `useUser... f147d1a
- chore: update deps ffafb2c
- chore: rename jtw to jwt 139197b
- chore(release): v0.5.4 21bff83
- feat: add workos oauth provider bfa2a88
- feat: add seznam oauth provider (#285) * feat: add seznam oauth provider * chore: add user type --------- C... db876cf
- chore: update packageManager to pnpm 9.13.2 fc0d991
- feat(webauthn): add event to validateUser to track authenticated users (#287) 5392da9
- chore(release): v0.5.5 f2b4bbc
- feat: adding `organization_id` option for WorkOS provider 677b226
- fix: seznam config * feat: add seznam oauth provider * chore: add user type * fix: seznam config * fix: upd... 90d0d18
- atinux * fix: removed problematic user logging * chore: added Zitadel auth provider in the documentation 25ece86
- feat: add strava oauth provider * feat: add strava oauth provider * chore: add missing icons dep --------- ... 96363b2
- fix(instagram): oauth provider 192e0e7
- and 13 more ...
maxdzin pushed 558 commits to master maxdzin/github-readme-stats
- Docs: add link to themes contribution guidelines (#2898) 5d959bc
- Docs: reorder themes contributing guidelines (#2897) 720617a
- refactor: update languages JSON (#2899) Co-authored-by: rickstaa <[email protected]> Co-authored-by... ecac85e
- CI: Resolve OSSF GitHub token permissions security alert (#2891) 888c4ce
- ci: fix id-token 'read' bug (#2904) This commit fixes a bug that is present when the `read` option is used for the ... de4efa9
- Eslint integration (#2885) * eslint integration * ci & pre commit * dev * dev * dev 6c92fe9
- build: rename lint command (#2909) This commit renames the eslint npm command so that it is consistent with the nam... b7928aa
- Fixed docstring for scripts helper function (#2913) 1726c5b
- Fixed typos and grammars in readme.md (#2919) ebafbfc
- Fixed docstring for fetchOpenPRs function (#2920) 631dfe7
- Refactor: Fixed docstrings for close stale theme PRS workflow helper functions (#2923) 6dbc1f5
- Refactor: Fixed docstrings for preview theme workflow helper functions (#2924) ebbadef
- Build(deps): Bump tough-cookie from 4.1.2 to 4.1.3 (#2927) Bumps [tough-cookie](https://github.com/salesforce/tough-... 317a3d9
- Set ecmaVersion inside .eslintrc (#2931) 1bfad46
- Refactor: Fixed returns statement for wakatime card functions docstrings (#2934) 9ca24c6
- Refactor: Fixed stats card createTextNode function docstring (#2933) d5fdfe1
- Refactor: Fixed docstring for retryer function (#2937) 45f4320
- Refactor: Improve docstrings for card class methods (#2938) 4eb01d8
- Refactor: remove redundant import from wakatime data fetcher (#2944) 87619d6
- Docs: Add note about outdated translations (#2947) 53d9beb
- and 538 more ...
maxdzin pushed 11 commits to main maxdzin/standard-schema
- migrate to StandardSchemaV1 namespace 8474dd0
- docs: add GQLoom to third party implementations fb47224
- Merge pull request #18 from xcfox/gqloom docs: add GQLoom to third parties 8d47d27
- implement pr feedback dcafb21
- add ignore for biome namespace export warning 2b3ea61
- Update JSDoc comment of two types e0efdf2
- Update README to reflect new structure and names 2462820
- Merge pull request #17 from standard-schema/standard-namespace Migrate to StandardSchemaV1 namespace 2de1d92
- Bump version of spec to 1.0.0-beta.4 ba94e9f
- Update utils to new Standard Schema spec a9d5e35
- Bump version of utils to 0.3.0 1cf11f8