Commit graph

343 commits

Author SHA1 Message Date
dependabot[bot]
af5821a7b7
chore(deps): bump cookie from 0.4.2 to 0.7.0
Bumps [cookie](https://github.com/jshttp/cookie) from 0.4.2 to 0.7.0.
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.4.2...v0.7.0)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-07 10:54:33 +00:00
dependabot[bot]
226d7e09d0
chore(deps): bump @sentry/browser from 7.81.1 to 7.119.1
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 7.81.1 to 7.119.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.119.1/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.81.1...7.119.1)

---
updated-dependencies:
- dependency-name: "@sentry/browser"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-04 17:22:04 +00:00
dependabot[bot]
4e2bff410a
chore(deps): bump micromatch from 4.0.5 to 4.0.8
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-31 21:39:31 +00:00
dependabot[bot]
a621cd8e22
build(deps): bump pug from 3.0.2 to 3.0.3
Bumps [pug](https://github.com/pugjs/pug) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/pugjs/pug/releases)
- [Commits](https://github.com/pugjs/pug/compare/pug@3.0.2...pug@3.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-21 11:36:55 +00:00
dependabot[bot]
48b230a94d
build(deps): bump braces from 3.0.2 to 3.0.3
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-16 09:54:23 +00:00
Rutwik Hiwalkar
426a4991ca build(deps): add photoswipe dependency 2024-05-20 14:26:56 +05:30
Rutwik Hiwalkar
c7c3eee6d5 build(deps): add fullcalendar and related plugins 2024-05-11 13:23:21 +05:30
Ankush Menat
be0e9350a0
build: bump datatable (#26011)
Fixes filtering https://github.com/frappe/datatable/pull/198
2024-04-17 20:18:58 +05:30
Ankush Menat
266b2797aa refactor: use Fetch API instead of superagent 2024-04-06 21:26:45 +05:30
Ankush Menat
96d2bcde86 build: Bump datatable
perf fix for large data
2024-03-13 18:17:37 +05:30
Ankush Menat
692a400632 perf: Add optional socketio native packages
These are native implementations of some of the things socketio relies
on. Just installing makes few things faster.

These are optional so yarn should ignore failure to install.
2024-02-20 11:07:47 +05:30
RitvikSardana
e948afe938 build(deps): bump frappe-datable to v1.17.14 2024-01-08 15:31:21 +05:30
Corentin Flr
c6bdc7fe45
fix(workspace): Fix widget rendering for EditorJS v2.28 (#23918)
* fix(workspace): Ensure Block.render() always return an element

If `has_data` is false, then `this.wrapper` is still empty (because it was just created and `this.make` did nothing), so it's safe to give it back to EditorJS for rendering.

* build(deps): Bump EditorJS
2024-01-07 12:36:55 +05:30
Shariq Ansari
1659f01f05 build(deps): bump datatable to latest 2024-01-03 14:57:41 +05:30
Saqib Ansari
2ef75be7ff chore: update datatable 2024-01-02 12:35:10 +05:30
Shariq Ansari
cf69a6e340 build(deps): bump datatable to latest 2023-12-21 14:20:31 +05:30
Shariq Ansari
b483800a06 fix: pass filter to formatter to handle custom logic 2023-12-07 19:45:32 +05:30
Ankush Menat
ddedfd1d9e
build: pin editor js (#23534) 2023-12-01 13:18:33 +05:30
dependabot[bot]
821b469ff3
build(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 (#23532)
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md)
- [Commits](https://github.com/adobe/css-tools/commits)

---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01 12:12:12 +05:30
Ankush Menat
cccb95387c build(deps): add sentry/browser dependency 2023-11-30 17:13:41 +05:30
Shariq Ansari
d95b3b6fb0 feat: created autocomplete component to control options with up/down key 2023-10-31 20:28:31 +05:30
dependabot[bot]
d24d4f52c3
build(deps): bump postcss from 8.4.24 to 8.4.31 (#22615)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.24...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-10 14:17:12 +05:30
Shariq Ansari
6e62baeef9
Merge pull request #22108 from barredterra/open-file-from-picker
feat(File Uploader): open file details from search
2023-09-15 18:45:42 +05:30
Shariq Ansari
920a88e1ac feat: show preview on popover if file is image type 2023-09-15 17:17:22 +05:30
Suraj Shetty
c135e3d07a build(deps): Bump frappe-datatable to 1.17.3 2023-09-11 13:15:08 +05:30
dependabot[bot]
dd8f314bf4
chore(deps): bump @adobe/css-tools from 4.2.0 to 4.3.1 (#22247)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 16:50:40 +05:30
David Arnold
7780670ae4
build(deps): update node redis client to v4 (#21797)
* build(deps): update redis client to v4 in legacy mode

* fix: node17+ - prefer ipv4

* chore: use redis client v4 api (async) and adapt error handling

* fix: timeout by exiting if not in watch mode

* fix: parse message before republishing

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-07-25 14:07:46 +05:30
Shariq Ansari
a5025cbd0c build(deps): Again bump bootstrap to v4.6.2 2023-07-17 18:21:12 +05:30
Ankush Menat
e50ff81f41 Revert: bootstrap update 2023-07-17 17:06:47 +05:30
Ankush Menat
d17a336249
build(deps): bump JS dependencies (#21697)
- Bootstrap
- html5-qrcode
- editorjs
- jquery
- jsbarcode
- localforage
- sass
- rtlcss
- socketio server and client
- sortablejs
- superagent

TODO (maybe separate PRs):
- redis v4
- esbuild latest (ugh)
2023-07-16 23:01:45 +05:30
dependabot[bot]
9d15768536
build(deps): bump semver from 5.7.1 to 5.7.2 (#21640)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-11 16:46:26 +05:30
Suraj Shetty
e8fc200180 chore: Update dependencies 2023-06-26 09:14:17 +05:30
Suraj Shetty
efb8c24f72 chore: Upgrade vue v3.2 to v3.3
change log: https://blog.vuejs.org/posts/vue-3-3
2023-06-26 09:14:17 +05:30
Suraj Shetty
729c955665 chore: Update plyr to avoid build failures 2023-06-26 09:14:17 +05:30
Suraj Shetty
c44db90bed chore: Upgrade minimum required node version to 18
- Also update all the node packages
2023-06-26 09:14:17 +05:30
Shariq Ansari
c61be69ca2 fix: vueflow & pinia setup 2023-05-01 15:41:55 +05:30
Shariq Ansari
551861be63 build(deps): Bump frappe-datatable to 1.17.2 2023-03-03 11:51:17 +05:30
Shariq Ansari
2a1c5f1fa9 build(deps): Bump frappe-datatable to 1.17.1 2023-01-25 18:45:10 +05:30
Shariq Ansari
599f5a0ce5 build(deps): Bump frappe-datatable to 1.17.0 2023-01-25 17:25:26 +05:30
dependabot[bot]
788d512a69
chore(deps): bump cookiejar from 2.1.2 to 2.1.4 (#19737)
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases)
- [Commits](https://github.com/bmeck/node-cookiejar/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-24 11:33:00 +05:30
dependabot[bot]
be23576631
chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#19090)
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-11 11:18:35 +05:30
Shariq Ansari
5363e6db15 build(deps): Bump editorjs to 2.26.3 2022-12-14 18:12:26 +05:30
Shariq Ansari
b10056f9cd build(deps): Bump editorjs to 2.26.2 2022-12-14 18:03:27 +05:30
Ankush Menat
c06bddb94b
chore: Drop snyk (#19245)
We use dependabot mainly instead of snyk

[skip ci]
2022-12-12 17:19:39 +05:30
Shariq Ansari
318e810d64
Merge branch 'develop' into form-builder-vue3 2022-12-08 18:57:18 +05:30
dependabot[bot]
775321b99d
build(deps): bump qs from 6.7.0 to 6.11.0 (#19182)
Bumps [qs](https://github.com/ljharb/qs) from 6.7.0 to 6.11.0.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.7.0...v6.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-08 13:30:33 +05:30
Shariq Ansari
98af2fa85c
Merge branch 'develop' into form-builder-vue3 2022-12-06 22:23:33 +05:30
dependabot[bot]
9e91f209b6
build(deps): bump engine.io from 6.2.0 to 6.2.1 (#19127)
Bumps [engine.io](https://github.com/socketio/engine.io) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/engine.io/compare/6.2.0...6.2.1)

---
updated-dependencies:
- dependency-name: engine.io
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-06 12:14:26 +05:30
Shariq Ansari
4f13ad24b1
Merge branch 'develop' into form-builder-vue3 2022-11-16 18:00:19 +05:30
Shariq Ansari
0831babf5a fix: render rest of the fieldtypes in properties section & main form 2022-11-16 17:22:33 +05:30