mergify[bot]
132b089f32
build(deps): bump snyk from 1.707.0 to 1.996.0 ( #18311 ) ( #18337 )
Bumps [snyk](https://github.com/snyk/snyk ) from 1.707.0 to 1.996.0.
- [Release notes](https://github.com/snyk/snyk/releases )
- [Commits](https://github.com/snyk/snyk/compare/v1.707.0...v1.996.0 )
---
updated-dependencies:
- dependency-name: snyk
dependency-type: direct:production
...
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>
(cherry picked from commit 6c2f73a030
)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 лет назад
mergify[bot]
a8fa47ebef
build: reliable asset building in production (backport #18133 ) ( #18136 )
* build: move all devDependencies to Dependencies
These are real dependencies without which you can't locally build apps.
(cherry picked from commit 06aaaaaedf
)
* fix: fail code when build fails in production
In production it is useful to fail with proper exit code. To avoid
silently pushing bad assets in built pipelines.
(cherry picked from commit 1ba99396bc
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
2 лет назад
Ankush Menat
21a7291d00
ci: Stripped down config for Semantic checks ( #17542 )
* ci: Stripped down config for Semantic checks
Conventional commit enforces too many pointless rules, all we care about
is type and subject.
* ci: auto merge on commit pass
2 лет назад
Ankush Menat
8ac7e32214
ci: check commit messages with commitlint ( #17541 )
2 лет назад
Ankush Menat
3304e1c222
chore: bump frappe-charts to latest
2 лет назад
dependabot[bot]
39ded52028
build(deps): bump moment from 2.29.2 to 2.29.4
Bumps [moment](https://github.com/moment/moment ) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2 лет назад
Suraj Shetty
4b6ab45c57
refactor: Replace fluxify with vuex
Reason:
fluxify has GPL2 licence which is incompatible with MIT hence using vuex which is a similar library and has MIT license.
2 лет назад
Suraj Shetty
728ff49cec
refactor: Get sortable js from node_modules instead of vendoring it
- No point in having a copy since there are no customization done.
2 лет назад
Suraj Shetty
05f416e448
refactor: Removed vendored socketio library
- Removed vendored socketio library
- Add socket.io-client library
- Removed unnecessary code in socketio server
- Remove chat related code
2 лет назад
Suraj Shetty
c72731c4af
chore: Update socket io, remove fuse.js
- Install cliui as devDependency
- Add @vue/component-compiler
2 лет назад
Suraj Shetty
870b98a34e
chore: Update esbuild-vue and vue
3 лет назад
Suraj Shetty
78ceec6a95
chore: Update showdown and yargs
3 лет назад
Suraj Shetty
eeeef86ae3
fix: Replace node-sass with dart-sass
3 лет назад
Ankush Menat
fd324db67e
chore!: remove deprecated quaggajs based barcode scanner ( #17248 )
3 лет назад
Shariq Ansari
f96c623b33
fix: added text editor dialog on hide action ( #17117 )
* fix: added text editor dialog on hide action
When we edit text editor field and close the dialog the cell in datatable is empty
* chore: bump datatable to 1.16.4
3 лет назад
Ankush Menat
ba5004e5cc
chore: bump plyr to latest version
3 лет назад
dependabot[bot]
42cfcdadf9
chore(deps): bump moment from 2.24.0 to 2.29.2
Bumps [moment](https://github.com/moment/moment ) from 2.24.0 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.24.0...2.29.2 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3 лет назад
Faris Ansari
0a09ad2a2f
chore: update esbuild to 0.14.29
3 лет назад
Suraj Shetty
24f3123552
build: Use @frappe/esbuild-plugin-postcss2 to auto-trigger rebuild on scss file changes
3 лет назад
Shariq Ansari
6526e48e0a
revert: package.json file updated with cypress
3 лет назад
Shariq Ansari
d2e656eff5
fix(linter): Trim Trailing Whitespace
3 лет назад
dependabot[bot]
26d802737f
build(deps): bump node-sass from 4.14.1 to 7.0.0
Bumps [node-sass](https://github.com/sass/node-sass ) from 4.14.1 to 7.0.0.
- [Release notes](https://github.com/sass/node-sass/releases )
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/node-sass/compare/v4.14.1...v7.0.0 )
---
updated-dependencies:
- dependency-name: node-sass
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3 лет назад
Shariq Ansari
3f7ede278d
build: Upgrade Frappe Gantt from 0.5.0 to 0.6.0 ( #15635 )
3 лет назад
Faris Ansari
6ef4b6833d
fix: datatable column resize in rtl
3 лет назад
hrwx
a3c5c08cff
chore: bump datatable version
3 лет назад
Shariq Ansari
192a975d7f
build: Upgrade jQuery 3.5.0 to 3.6.0
3 лет назад
MitulDavid
d8d8c8e54e
ci: Code coverage for JS files
3 лет назад
Snyk bot
104b903748
fix: package.json & yarn.lock to reduce vulnerabilities ( #14175 )
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
3 лет назад
Faris Ansari
b8fbed0f66
feat: New Print Format Builder
- Print Format Builder Beta page
- Add margin fields in Print Format
- Using vuedraggable for drag and drop
3 лет назад
Shariq Ansari
7caae74004
build: Update datatable to 1.15.4 ( #14016 )
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
3 лет назад
Faris Ansari
bbcead50c1
feat: frappe.ui.Scanner
- Uses https://github.com/mebjas/html5-qrcode
- Supports a number of different formats including barcodes and qrcodes
- Simple and generic API
3 лет назад
Snyk bot
3fa9b42f26
chre(Snyk): Security upgrade snyk from 1.520.0 to 1.667.0 ( #13790 )
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
3 лет назад
MitulDavid
47ac923b3e
feat: Image cropping
3 лет назад
Suraj Shetty
40dd522796
feat: Auto generate RTL styles using rtlcss
https://github.com/MohammadYounes/rtlcss
4 лет назад
shariquerik
398e591ad1
fix: Removed unused libraries & fixed yarn.lock file
4 лет назад
leela
e534dc0a02
feat: Make url's clickable in text editor when typed/copied
Using a Quill module named quill-magic-url to automatically convert
typed/copied urls into links.
4 лет назад
dependabot-preview[bot]
14a1b7f4ac
chore(deps): [security] bump jquery from 2.2.4 to 3.5.0
Bumps [jquery](https://github.com/jquery/jquery ) from 2.2.4 to 3.5.0. **This update includes security fixes.**
- [Release notes](https://github.com/jquery/jquery/releases )
- [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 лет назад
snyk-bot
d7d0ddf6ad
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NORMALIZEURL-1296539
4 лет назад
shariquerik
3112d6d843
fix: Sidebar Child Item Draggable & minor fixes
4 лет назад
Faris Ansari
4b39f7f699
fix: Print rebuilt files in watch mode
4 лет назад
Faris Ansari
9000d86681
fix: Pin node version to 14 in package.json
- Install node 14 in CI
4 лет назад
Faris Ansari
dacd0bf107
fix: Remove rollup code and unused dependencies
4 лет назад
shariquerik
902676ffb3
feat: Wiki based desk page
4 лет назад
Faris Ansari
adc236e35d
feat: Notify build events to browser
- Update assets_json directly from node
- Show error overlay or success message
- Open file in editor from error overlay
4 лет назад
Faris Ansari
86c0f7f9d6
fix: Use yargs for cli argument parsing
4 лет назад
dependabot[bot]
68f8315dc8
chore(deps): bump redis from 2.8.0 to 3.1.1
Bumps [redis](https://github.com/NodeRedis/node-redis ) from 2.8.0 to 3.1.1.
- [Release notes](https://github.com/NodeRedis/node-redis/releases )
- [Changelog](https://github.com/NodeRedis/node-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NodeRedis/node-redis/compare/v.2.8.0...v3.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 43285fd2d8
)
4 лет назад
dependabot[bot]
6b08f3437a
chore(deps): bump redis from 2.8.0 to 3.1.1
Bumps [redis](https://github.com/NodeRedis/node-redis ) from 2.8.0 to 3.1.1.
- [Release notes](https://github.com/NodeRedis/node-redis/releases )
- [Changelog](https://github.com/NodeRedis/node-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NodeRedis/node-redis/compare/v.2.8.0...v3.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 43285fd2d8
)
4 лет назад
dependabot[bot]
43285fd2d8
chore(deps): bump redis from 2.8.0 to 3.1.1
Bumps [redis](https://github.com/NodeRedis/node-redis ) from 2.8.0 to 3.1.1.
- [Release notes](https://github.com/NodeRedis/node-redis/releases )
- [Changelog](https://github.com/NodeRedis/node-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NodeRedis/node-redis/compare/v.2.8.0...v3.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
4 лет назад
Suraj Shetty
8b8bd2a463
chore: Upgrade frappe-charts to rc13 ( #12896 )
4 лет назад
Faris Ansari
09f5e904a9
fix: Pretty CLI Output
4 лет назад