Commit Graph
544 Commits
Author SHA1 Message Date
davelopez accc3053a5 Move @types/d3 to dev dependencies 2023-03-29 10:58:54 +02:00
Dannon Baker 077b08b5cf Incremental conversion of utils to typescript 2023-03-20 16:38:18 -04:00
Dannon 0a34ae2ea9 Merge pull request #15783 from jmchilton/object_store_ui_followup_2
Convert more of the object store selection client to TypeScript.
2023-03-16 10:21:11 -04:00
mvdbeek bd753160bb Merge branch 'release_23.0' into dev 2023-03-15 19:20:21 +01:00
Dannon Baker 87a887ac55 Webpack dependency updates to address dependabot alert 2023-03-15 09:02:45 -04:00
John Chilton 9f0864daf4 ObjectStoreBadge -> composition, ts 2023-03-13 12:53:29 -04:00
mvdbeek 756d047e1c Merge branch 'release_23.0' into dev 2023-03-06 18:08:05 +01:00
Dannon Baker 89ed8b5852 Add dompurify 2023-03-05 12:27:16 -05:00
dependabot[bot] 2ebd6aa99f Bump undici from 5.14.0 to 5.19.1 in /client
Bumps [undici](https://github.com/nodejs/undici) from 5.14.0 to 5.19.1.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.14.0...v5.19.1)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-16 23:16:41 +00:00
Dannon Baker bd27b0be24 Upgrade eslint-compat. 2023-02-14 13:00:12 -05:00
Dannon Baker 3615257822 Upgrade vue-a11y linting plugin and add no-static-element-interactions
as a warning.  We should fix these, but it's a lot to handle at once,
so, warn for now.
2023-02-14 12:59:27 -05:00
Dannon Baker 10ed30ff43 Upgrade compliant eslint/ts deps 2023-02-14 12:59:27 -05:00
Dannon Baker 9466b5c3c6 Drop karma, qunit dependencies 2023-02-14 08:00:04 -05:00
Dannon Baker ecf07d4bd6 Bump caniuse-lite 2023-02-14 07:59:50 -05:00
Dannon Baker b45a7b1cc5 Fix style issues w/ older prism by forcing a new one. Prism v2 is on the way, but we may want to consider alternatives; vue-prismjs seems unmaintained 2023-02-13 11:43:09 -05:00
Dannon Baker 2cdc0dfff1 Typescript minor version bump 2023-02-13 11:43:09 -05:00
Dannon Baker f95154bbe4 Vue core updates -- type inference has a bug in tests that isn't addressed here, so annotate it as any with a note to remove in the future 2023-02-13 11:43:09 -05:00
Dannon Baker ddb8ab2086 Upgrade core-js 2023-02-13 11:43:09 -05:00
Dannon Baker 2eb4cbd35e Update loaders, babel core. 2023-02-13 11:43:09 -05:00
Dannon Baker 20dd4a889e Upgrade webpack, style loaders, standard font. 2023-02-13 11:43:09 -05:00
Dannon Baker 7845f3a453 Merge remote-tracking branch 'upstream/release_23.0' into dev 2023-02-01 09:36:48 -05:00
Dannon Baker 9d14ea0dd1 Allow secondary version of d3 for compatibility during transition of src/viz 2023-01-31 10:20:29 -05:00
dependabot[bot] c3ae63d538 Bump ua-parser-js from 0.7.31 to 0.7.33 in /client
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.31...0.7.33)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-27 10:19:43 +00:00
Dannon Baker d9e09ab9f2 Separate build staging process, use client/dist. Include toplevel
yarn.lock.
2023-01-20 10:19:48 -05:00
Laila Los 658bc49bcb update prettier 2023-01-19 10:47:14 +01:00
mvdbeek 3985ef8c91 Drop monaco workflow preview for now 2023-01-09 17:54:41 +01:00
mvdbeek c6443ba35c Explicit @vue/runtime-dom dependency not needed 2023-01-09 17:22:38 +01:00
mvdbeek 36a66be4e6 Upgrade vueuse to 9.10.0 2023-01-09 17:22:36 +01:00
mvdbeek bf12af5bbe D3, aria etc 2023-01-09 17:22:29 +01:00
mvdbeek 2eb5c6d611 yarn.lock 2023-01-09 17:22:26 +01:00
mvdbeek da0ec68526 yarn.lock 2023-01-09 17:22:23 +01:00
mvdbeek f539278e37 Add monaco component mounted into workflow editor side panel 2023-01-09 17:15:50 +01:00
mvdbeek bb21a4dbdc Cleanup unused remains 2023-01-09 17:15:46 +01:00
mvdbeek dfd0bc4e81 Use d3-zoom to handle zoom and pan 2023-01-09 17:15:46 +01:00
mvdbeek e78a66c629 WIP: Do dragging without revue-draggable 2023-01-09 17:15:46 +01:00
mvdbeek cd18ae9ef3 WIP: switch to vue-pinch-zoom 2023-01-09 17:15:46 +01:00
mvdbeek fea8f0a0b1 Swict back to vue-svg-pan-zoom, fixes zoom button and zoom reset 2023-01-09 17:15:44 +01:00
mvdbeek 2a1f903cc9 Zoom and pan, div at 0 2023-01-09 17:15:44 +01:00
mvdbeek aa24d64c53 WIP pan-zoom 2023-01-09 17:15:43 +01:00
mvdbeek 7852cf3e67 Kind works, but extremely slow 2023-01-09 17:15:42 +01:00
mvdbeek 7c3ded0345 Drag sort of working 2023-01-09 17:15:41 +01:00
dependabot[bot] 3672135ce5 Bump json5 from 1.0.1 to 1.0.2 in /client
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-03 17:32:08 +00:00
Dannon Baker e78a2b6c5e Merge remote-tracking branch 'upstream/dev' into it-store 2023-01-03 10:55:00 -05:00
Laila Los 3e9debb0e4 Merge remote-tracking branch 'upstream/dev' into dnd-upload 2022-12-19 12:10:43 +01:00
Dannon Baker 96b9c204b2 Add tsconfig-paths-webpack-plugin 2022-12-12 13:46:07 -05:00
Martin Cech c2260c147b move the entrypoint store polling to masthead
optimize updating the store's state after API call
2022-12-09 15:14:30 -08:00
Björn Grüning b0779c3af9 Merge pull request #15160 from guerler/update_scroller
Update Vue Virtual Scroll List
2022-12-09 19:56:55 +01:00
guerler 98cc8caee2 Update virtual scroller to 2.3.4 2022-12-09 09:19:18 -05:00
Dannon Baker 7f61a73fa1 Bump handsontable to non-beta, and match correct peer dependency version. Checked, and these were still MIT licensed 2022-12-09 13:00:34 +01:00
Laila Los b579f9e179 Merge remote-tracking branch 'upstream/dev' into dnd-upload 2022-12-08 18:21:22 +01:00