Sidharth Vinod
b11f40e8ce
Merge branch 'develop' into chore/downgrade-chokidar-to-3.6.0
...
* develop:
chore: Update jsdom
Update @argos-ci/cypress to v5.0.2
Update @argos-ci/cypress to v5.0.1
chore: Upgrade cypress
chore: Update @argos-ci/cypress to v5
chore(test): Finish refactoring of jsdomit tests
docs(tests): Documentation for `jsdomIt` tests
test(refactor): Provide SVG selection in `jsdomIt` function
test(refactor): Use real-ish rendering instead of heavy mocking in unit tests
2025-07-15 16:40:18 +05:30
Sidharth Vinod
b0ec93f29c
chore: Update jsdom
2025-07-15 13:54:45 +05:30
Sidharth Vinod
d7b8ed2c5a
Merge remote-tracking branch 'origin/develop' into pr/quilicicf/6675
...
* origin/develop:
Update @argos-ci/cypress to v5.0.2
Update @argos-ci/cypress to v5.0.1
chore: Upgrade cypress
chore: Update @argos-ci/cypress to v5
2025-07-15 13:34:11 +05:30
Sidharth Vinod
6e56869566
Update @argos-ci/cypress to v5.0.2
2025-07-14 23:22:40 +05:30
Sidharth Vinod
852cb35f0a
Update @argos-ci/cypress to v5.0.1
2025-07-14 20:05:57 +05:30
omkarht
a28965064d
chore: downgrade chokidar to 3.6.0
2025-07-14 19:34:02 +05:30
Sidharth Vinod
355eeeb9cc
chore: Upgrade cypress
2025-07-14 18:33:09 +05:30
Sidharth Vinod
5449d6a447
chore: Update @argos-ci/cypress to v5
...
This fixes the random test renaming issue
2025-07-14 18:15:18 +05:30
quilicicf
4145879003
test(refactor): Use real-ish rendering instead of heavy mocking in unit tests
...
* Creates a utility method `jsdomIt` that overrides `it` from `vitest` and fakes a browser environment by :
* Creating a DOM with `jsdom` (and `canvas`)
* Adding (for the duration of the test) that DOM's `window` and `document` on `global`
* Monkey-patching DOM methods that require a rendering engine (`Element.getBBox` & `Element.getComputedLength`)
* Removes all d3 mocking since it can now work normally in `jsdomIt` tests
* Re-writes existing rendering tests to :
* Use `jsdomIt`
* Get rid of most of the involved mocking
* Run `expect` calls on the generated SVG instead
Inspired by d3's own test code mocking : https://github.com/d3/d3-selection/blob/v3.0.0/test/jsdom.js
2025-07-14 14:04:52 +02:00
renovate[bot]
d3c0893937
fix(deps): update all major dependencies
2025-07-09 19:53:14 +00:00
Knut Sveidqvist
fe33d5fb53
Merge remote-tracking branch 'origin/develop' into knsv-treemap
2025-05-12 19:18:04 +02:00
Knut Sveidqvist
f0c3dfe3b3
Added rendering and documentation for treemap
2025-05-12 15:47:58 +02:00
renovate[bot]
e2e22de1d9
chore(deps): update eslint
2025-05-07 20:28:30 +00:00
renovate[bot]
8738288bc0
chore(deps): update dependency eslint-plugin-unicorn to v59
2025-04-29 06:51:00 +00:00
renovate[bot]
67806022b9
chore(deps): update eslint
2025-04-28 19:56:38 +00:00
renovate[bot]
8c63a2e411
fix(deps): update all major dependencies
2025-04-14 07:25:55 +00:00
renovate[bot]
ea987861f3
chore(deps): update eslint
2025-04-09 13:45:21 +00:00
omkarht
32c70a0f6a
chore: Downgrade chokidar to 3.6.0 for hot reloading fix
2025-03-31 20:38:12 +05:30
renovate[bot]
8f89ba1930
chore(deps): update dependency eslint-plugin-unicorn to v58
2025-03-31 01:56:12 +00:00
Sidharth Vinod
3be59a7b4d
Merge pull request #6318 from mermaid-js/renovate/patch-eslint
...
chore(deps): update eslint (patch)
2025-02-24 03:40:50 +00:00
renovate[bot]
9d06d8f31e
fix(deps): update all patch dependencies
2025-02-24 01:52:02 +00:00
renovate[bot]
97b12e9718
chore(deps): update eslint
2025-02-24 01:51:31 +00:00
Sidharth Vinod
c22b5701db
chore: Fix types
2025-02-21 23:30:34 +05:30
renovate[bot]
c6b715f737
fix(deps): update all major dependencies
2025-02-21 17:50:49 +00:00
Sidharth Vinod
a64b14dbfd
chore: bump ts-eslint version
2025-02-21 23:02:39 +05:30
Sidharth Vinod
1c8b996cbb
chore: Bump eslint version
2025-02-21 22:57:43 +05:30
Sidharth Vinod
2fdd24ab15
Merge branch 'develop' into renovate/all-minor
...
* develop:
[autofix.ci] apply automated fixes
chore(deps): update eslint
2025-02-21 16:33:51 +05:30
renovate[bot]
dbf885b077
chore(deps): update eslint
2025-02-20 18:25:55 +00:00
renovate[bot]
78c1d97f0f
fix(deps): update all minor dependencies
2025-02-20 16:41:05 +00:00
Sidharth Vinod
d1d5bd14f6
Merge branch 'develop' into renovate/major-eslint
...
* develop:
chore: Add tslib
[autofix.ci] apply automated fixes
fix(deps): update all patch dependencies
2025-02-19 00:28:32 +05:30
Sidharth Vinod
6eb56b9363
Merge branch 'develop' into renovate/patch-all-patch
...
* develop: (97 commits)
chore: Update actions/cache
chore: Update actions/cache
fix: CodeQL double escape warning
chore(deps): update eslint
Added changeset.
refactor: handle StateDB `.extract()` properly
chore(deps): update dependency esbuild to ^0.25.0 [security]
Update .changeset/grumpy-cheetahs-deliver.md
chore: Use RUN_VISUAL_TEST in cypress config
chore: Use argos tokenless auth
chore: Add tokenless auth to argos
fix(deps): update dependency dompurify to v3.2.4 [security]
chore: Update argos token
Ignore huehive
chore: Run argos on all PRs, except renovate bot's
chore: Fix exclude
[autofix.ci] apply automated fixes
chore(deps): update dependency vitest to v1.6.1 [security]
docs: Cleanup minor issues
Add files via upload
...
2025-02-19 00:08:50 +05:30
Sidharth Vinod
f7c91a72cb
chore: Add tslib
2025-02-19 00:06:45 +05:30
renovate[bot]
c53e044559
chore(deps): update eslint
2025-02-18 18:26:30 +00:00
renovate[bot]
a758b24b75
chore(deps): update dependency esbuild to ^0.25.0 [security]
2025-02-15 16:16:28 +00:00
renovate[bot]
ce586e1b31
chore(deps): update dependency eslint-plugin-unicorn to v56
2024-10-08 08:18:32 +00:00
Sidharth Vinod
86a91597f9
Upgrade @argos-ci
2024-10-07 19:12:23 +05:30
Sidharth Vinod
8fc36d2684
chore: Split cypress tests locally
2024-10-04 01:54:36 +05:30
Sidharth Vinod
f9818b8bd7
fix: Patch roughjs type
2024-10-02 18:46:50 +05:30
Sidharth Vinod
750f58d7db
Merge pull request #5838 from bollwyvl/gh-5747-relative-paths
...
fix 5747 replace $root with relative paths
2024-09-09 11:47:58 +00:00
renovate[bot]
b830e6151b
chore(deps): update dependency eslint-plugin-jsdoc to v50
2024-09-09 00:15:23 +00:00
Nicholas Bollweg
7156cf4c71
merge upstream
2024-09-02 15:57:57 -05:00
Sidharth Vinod
f4decdee49
chore: Update cypress
2024-09-02 18:01:35 +05:30
Sidharth Vinod
8ef24e5a18
chore: update pnpm, remove dependency
2024-09-02 14:47:46 +05:30
Nicholas Bollweg
0b672e2636
add test for out-of-tree tsc project
2024-09-01 16:40:12 -05:00
Sidharth Vinod
db1b055c7f
chore: Update husky
2024-08-24 17:21:21 +05:30
Sidharth Vinod
cc545f4433
Update changelog format
2024-08-22 15:57:56 +05:30
Sidharth Vinod
c4b92069ba
chore: Copy readme before publish
2024-08-22 15:45:20 +05:30
Sidharth Vinod
6e7a24e200
Update version and publish scripts
2024-08-22 15:21:48 +05:30
Sidharth Vinod
c61159b63f
Update release command
2024-08-22 14:37:17 +05:30
Sidharth Vinod
d0ea3dd82b
chore: Update release command
2024-08-22 14:27:34 +05:30