dependabot[bot]
9d7365d5f6
chore(deps): bump json5 from 2.2.0 to 2.2.2 in /packages/nc-cli
...
Bumps [json5](https://github.com/json5/json5 ) from 2.2.0 to 2.2.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/v2.2.0...v2.2.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-29 10:51:13 +00:00
dependabot[bot]
123562e934
chore(deps): bump qs and express in /packages/nc-cli
...
Bumps [qs](https://github.com/ljharb/qs ) to 6.11.0 and updates ancestor dependency [express](https://github.com/expressjs/express ). These dependencies need to be updated together.
Updates `qs` from 6.9.6 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.9.6...v6.11.0 )
Updates `express` from 4.17.2 to 4.18.2
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.17.2...4.18.2 )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-06 16:20:59 +00:00
աɨռɢӄաօռɢ
65dcc84bd6
Merge pull request #4567 from nocodb/dependabot/npm_and_yarn/packages/nc-cli/xmldom/xmldom-0.7.9
...
chore(deps): bump @xmldom/xmldom from 0.7.6 to 0.7.9 in /packages/nc-cli
2022-12-02 11:40:03 +08:00
dependabot[bot]
0654081f9d
chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2
...
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 >
2022-12-02 01:39:46 +00:00
dependabot[bot]
30ee325195
chore(deps): bump @xmldom/xmldom from 0.7.6 to 0.7.9 in /packages/nc-cli
...
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom ) from 0.7.6 to 0.7.9.
- [Release notes](https://github.com/xmldom/xmldom/releases )
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xmldom/xmldom/compare/0.7.6...0.7.9 )
---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-02 01:38:47 +00:00
dependabot[bot]
adb49c6bf5
chore(deps): bump minimatch from 3.0.4 to 3.1.2 in /packages/nc-cli
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-26 10:05:42 +00:00
dependabot[bot]
bfa12d72f8
chore(deps): bump loader-utils from 2.0.3 to 2.0.4 in /packages/nc-cli
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.3...v2.0.4 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-17 03:32:44 +00:00
dependabot[bot]
131a9152f1
chore(deps): bump loader-utils from 2.0.2 to 2.0.3 in /packages/nc-cli
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.3 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-08 08:41:24 +00:00
Wing-Kam Wong
2a07f73094
fix(nc-cli): add webpack-cli back
2022-10-31 12:00:00 +08:00
Wing-Kam Wong
3d6b7da779
refactor(nc-cli): remove unused dependencies
2022-10-31 11:50:09 +08:00
Wing-Kam Wong
49ab2b225b
refactor(global): add license
2022-10-29 18:22:23 +08:00
Wing-Kam Wong
ce232ac2bf
refactor(nc-cli): add project description
2022-10-29 16:52:38 +08:00
Wing-Kam Wong
6d986350b4
chore(nc-cli): remove license
2022-10-29 16:52:18 +08:00
Wing-Kam Wong
9fd51c7792
refactor(nc-cli): prettier source code
2022-10-29 16:52:03 +08:00
Wing-Kam Wong
9f8a137c46
refactor(global): revise package.json
2022-10-29 14:00:50 +08:00
Wing-Kam Wong
59f03e9eb4
refactor: remove copyright block as CLA covers it
2022-10-28 20:25:11 +08:00
աɨռɢӄաօռɢ
2f5f7ab1b8
Merge pull request #4123 from nocodb/dependabot/npm_and_yarn/packages/nc-cli/xmldom/xmldom-0.7.6
...
chore(deps): bump @xmldom/xmldom from 0.7.5 to 0.7.6 in /packages/nc-cli
2022-10-28 17:31:15 +08:00
աɨռɢӄաօռɢ
869748dfc2
Merge pull request #2747 from nocodb/dependabot/npm_and_yarn/packages/nc-cli/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /packages/nc-cli
2022-10-28 17:25:12 +08:00
dependabot[bot]
fd858abad0
chore(deps): bump @xmldom/xmldom from 0.7.5 to 0.7.6 in /packages/nc-cli
...
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom ) from 0.7.5 to 0.7.6.
- [Release notes](https://github.com/xmldom/xmldom/releases )
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xmldom/xmldom/compare/0.7.5...0.7.6 )
---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-27 08:20:15 +00:00
Wing-Kam Wong
fb7f68819e
fix(nc-cli) package version
2022-10-27 16:18:43 +08:00
Wing-Kam Wong
2f8d56049a
refactor(nc-cli): remove unused t flag in NC_DB
2022-10-27 14:21:52 +08:00
Wing-Kam Wong
2d4963cbff
chore(nc-cli): bump version
2022-10-27 14:21:28 +08:00
Wing-Kam Wong
f3748f802c
refactor(nc-cli): remove unncessary build commands
2022-10-27 14:21:15 +08:00
Pranav C
b91e638254
chore(cli): publish the cli and remove unused dependency
...
Signed-off-by: Pranav C <pranavxc@gmail.com >
2022-10-13 15:14:02 +05:30
Pranav C
3bff97f57d
refactor(cli): rename nc alias to noco to avoid conflict
...
- currently `nc` is conflicting with `nc` (netcat) command in ubuntu and not allowing user to run the script
Signed-off-by: Pranav C <pranavxc@gmail.com >
2022-10-13 15:01:50 +05:30
dependabot[bot]
68febd24fa
chore(deps): bump terser from 5.10.0 to 5.14.2 in /packages/nc-cli
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 06:42:23 +00:00
dependabot[bot]
2473ccf20a
chore(deps): bump async from 2.6.3 to 2.6.4 in /packages/nc-cli
...
Bumps [async](https://github.com/caolan/async ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-16 11:04:06 +00:00
dependabot[bot]
33fa92eb9f
chore(deps): bump minimist from 1.2.5 to 1.2.6 in /packages/nc-cli
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-30 02:20:51 +00:00
dependabot[bot]
abfe6eb8ee
chore(deps): bump follow-redirects in /packages/nc-cli
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.6 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.6...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-12 17:56:18 +00:00
Naveen MR
a73ec2cea8
fix : bump cli-table3 for color.js fix
...
Signed-off-by: Naveen MR <oof1lab@gmail.com >
2022-01-09 19:50:59 +00:00
Naveen MR
43b625f491
fix : bump cli-table3 for color.js fix
...
Signed-off-by: Naveen MR <oof1lab@gmail.com >
2022-01-09 19:50:41 +00:00
Naveen MR
aa57501949
fix : color.js fix
...
Signed-off-by: Naveen MR <oof1lab@gmail.com >
2022-01-09 10:23:58 +00:00
Naveen MR
32c307f7cc
fix: Packages related to docs, static sites, i18n are moved to MIT license. DCO check not required for these.
...
Signed-off-by: Naveen MR <oof1lab@gmail.com >
2021-11-25 18:33:44 +00:00
Navi
1c30e6e564
chore : setting non-nocodb packages to MIT
2021-11-25 18:27:11 +00:00
dependabot[bot]
219ea5419a
chore(deps): bump validator from 13.5.2 to 13.7.0 in /packages/nc-cli ( #743 )
...
Bumps [validator](https://github.com/validatorjs/validator.js ) from 13.5.2 to 13.7.0.
- [Release notes](https://github.com/validatorjs/validator.js/releases )
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/validatorjs/validator.js/compare/13.5.2...13.7.0 )
---
updated-dependencies:
- dependency-name: validator
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-25 17:54:58 +05:30
Pranav C
7a0f65ab52
fix: bug fix and refactoring
...
re #755 , #747 , #732 , #767 , #739
Signed-off-by: Pranav C <pranavxc@gmail.com >
2021-11-22 20:22:14 +05:30
Naveen MR
b33f37d94f
fix : pull latest docker instead of 0.11.33.
2021-09-22 23:25:00 +01:00
Naveen MR
cef4dd1a3f
fix: setting docker pulls to 0.11.33!
...
Signed-off-by: Naveen MR <oof1lab@gmail.com >
2021-09-22 22:10:28 +01:00
Pranav C
ad4a3c3a91
Merge pull request #510 from nocodb/dependabot/npm_and_yarn/packages/nc-cli/axios-0.21.1
...
chore(deps): Bump axios from 0.19.2 to 0.21.1 in /packages/nc-cli
2021-09-10 12:21:53 +05:30
Naveen MR
495036b617
docs : refactor
...
Signed-off-by: Naveen MR <oof1lab@gmail.com >
2021-09-07 12:22:08 +01:00
dependabot[bot]
667c393c70
chore(deps): Bump axios from 0.19.2 to 0.21.1 in /packages/nc-cli
...
Bumps [axios](https://github.com/axios/axios ) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-03 15:00:08 +00:00
dependabot[bot]
43c3555ec1
chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /packages/nc-cli
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-16 07:28:32 +00:00
Wing-Kam Wong
fe8d9c2702
fix: incorrect hk language tag
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com >
2021-07-27 20:01:56 +05:30
wingkwong
87ae660c64
chore: sync version with package.json
2021-06-04 21:38:37 +08:00
“pranavxc”
69be190d68
Xmysql is now NocoDB (An Open Source Airtable alternative)
2021-05-27 11:37:53 +05:30