Jan Oberhauser
981d2dc313
🔖 Release n8n@0.142.0
2021-10-07 23:08:08 +00:00
Jan Oberhauser
1ef6bef7ab
⬆️ Set n8n-core@0.87.0, n8n-editor-ui@0.110.0, n8n-nodes-base@0.139.0 and n8n-workflow@0.71.0 on n8n
2021-10-07 23:08:08 +00:00
Jan Oberhauser
a077c8e416
🔖 Release n8n@0.141.1
2021-10-01 10:48:09 -05:00
Jan Oberhauser
5002ebfabe
⬆️ Set n8n-core@0.86.1 on n8n
2021-10-01 10:47:40 -05:00
Jan Oberhauser
0243fc68d9
🔖 Release n8n@0.141.0
2021-09-30 19:23:13 +00:00
Jan Oberhauser
a675faffd5
⬆️ Set n8n-core@0.86.0, n8n-editor-ui@0.109.0 and n8n-nodes-base@0.138.0 on n8n
2021-09-30 19:23:13 +00:00
Jan Oberhauser
4db91d55dd
🔖 Release n8n@0.140.0
2021-09-28 22:26:19 +00:00
Jan Oberhauser
dfce6476e3
⬆️ Set n8n-core@0.85.0, n8n-editor-ui@0.108.0 and n8n-nodes-base@0.137.0 on n8n
2021-09-28 22:26:19 +00:00
Jan Oberhauser
5b2741e258
🔖 Release n8n@0.139.1
2021-09-23 10:51:55 +02:00
Jan Oberhauser
5140b6c231
⬆️ Set n8n-editor-ui@0.107.1 on n8n
2021-09-23 10:50:58 +02:00
Jan Oberhauser
4836a31714
🔖 Release n8n@0.139.0
2021-09-22 15:58:14 +00:00
Jan Oberhauser
84e983df56
⬆️ Set n8n-core@0.84.0, n8n-editor-ui@0.107.0, n8n-nodes-base@0.136.0 and n8n-workflow@0.70.0 on n8n
2021-09-22 15:58:14 +00:00
Iván Ovejero
f57409eb9e
📌 Unpin libphonenumber-js ( #2224 )
2021-09-21 19:42:10 +02:00
Jan Oberhauser
7a6b926e4a
🔖 Release n8n@0.138.0
2021-09-15 09:33:29 +00:00
Jan Oberhauser
8ed6186c34
⬆️ Set n8n-core@0.83.0, n8n-editor-ui@0.106.0, n8n-nodes-base@0.135.0 and n8n-workflow@0.69.0 on n8n
2021-09-15 09:33:29 +00:00
Jan Oberhauser
6e270cd77e
⬆️ Set body-parser-xml@2.0.3 on n8n
2021-09-15 10:37:41 +02:00
Iván Ovejero
bf9d3d4ce7
⚡ Pin libphonenumber in /cli package to fix build issue ( #2193 )
2021-09-10 14:01:21 +02:00
Jan Oberhauser
0e89166013
🔖 Release n8n@0.137.0
2021-09-05 17:51:01 +00:00
Jan Oberhauser
55242a39d7
⬆️ Set n8n-core@0.82.0, n8n-editor-ui@0.105.0, n8n-nodes-base@0.134.0 and n8n-workflow@0.67.0 on n8n
2021-09-05 17:51:00 +00:00
Jan Oberhauser
098bafefe2
🔖 Release n8n@0.136.0
2021-08-29 21:28:23 +00:00
Jan Oberhauser
a947ab0084
⬆️ Set n8n-core@0.81.0, n8n-editor-ui@0.104.0, n8n-nodes-base@0.133.0 and n8n-workflow@0.66.0 on n8n
2021-08-29 21:28:23 +00:00
Iván Ovejero
56c4c6991f
🎨 Set up linting and formatting ( #2120 )
...
* ⬆️ Upgrade TS to 4.3.5
* 👕 Add ESLint configs
* 🎨 Add Prettier config
* 📦 Add deps and commands
* ⚡ Adjust global .editorconfig to new ruleset
* 🔥 Remove unneeded local .editorconfig
* 📦 Update deps in editor-ui
* 🔨 Limit Prettier to only TS files
* ⚡ Add recommended VSCode extensions
* 👕 Fix build
* 🔥 Remove Vue setting from global config
* ⚡ Disable prefer-default-export per feedback
* ✏️ Add forgotten divider
* 👕 Disable no-plusplus
* 👕 Disable class-methods-use-this
* ✏️ Alphabetize overrides
* 👕 Add one-var consecutive override
* ⏪ Revert one-var consecutive override
This reverts commit b9252cf935
.
* 🎨 👕 Lint and format workflow package (#2121 )
* 🎨 Format /workflow package
* 👕 Lint /workflow package
* 🎨 Re-format /workflow package
* 👕 Re-lint /workflow package
* ✏️ Fix typo
* ⚡ Consolidate if-checks
* 🔥 Remove prefer-default-export exceptions
* 🔥 Remove no-plusplus exceptions
* 🔥 Remove class-methods-use-this exceptions
* 🎨 👕 Lint and format node-dev package (#2122 )
* 🎨 Format /node-dev package
* ⚡ Exclude templates from ESLint config
This keeps the templates consistent with the codebase while preventing lint exceptions from being made part of the templates.
* 👕 Lint /node-dev package
* 🔥 Remove prefer-default-export exceptions
* 🔥 Remove no-plusplus exceptions
* 🎨 👕 Lint and format core package (#2123 )
* 🎨 Format /core package
* 👕 Lint /core package
* 🎨 Re-format /core package
* 👕 Re-lint /core package
* 🔥 Remove prefer-default-export exceptions
* 🔥 Remove no-plusplus exceptions
* 🔥 Remove class-methods-use-this exceptions
* 🎨 👕 Lint and format cli package (#2124 )
* 🎨 Format /cli package
* 👕 Exclude migrations from linting
* 👕 Lint /cli package
* 🎨 Re-format /cli package
* 👕 Re-lint /cli package
* 👕 Fix build
* 🔥 Remove prefer-default-export exceptions
* ⚡ Update exceptions in ActiveExecutions
* 🔥 Remove no-plusplus exceptions
* 🔥 Remove class-methods-use-this exceptions
* 👕 fix lint issues
* 🔧 use package specific linter, remove tslint command
* 🔨 resolve build issue, sync dependencies
* 🔧 change lint command
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
2021-08-29 20:58:11 +02:00
Snyk bot
96f3a6256d
⬆️ Set mysql2@3.3.0 on n8n
...
Snyk has created this PR to upgrade mysql2 from 2.2.5 to 2.3.0.
See this package in npm:
https://www.npmjs.com/package/mysql2
See this project in Snyk:
https://app.snyk.io/org/janober/project/fc678bbc-0ac7-4659-9458-8f7f360e2566?utm_source=github&utm_medium=upgrade-pr
2021-08-29 13:46:41 +02:00
Jan Oberhauser
52fb4563d7
🔖 Release n8n@0.135.3
2021-08-27 19:47:21 +02:00
Jan Oberhauser
d88cdd8058
⬆️ Set n8n-editor-ui@0.103.1 and n8n-nodes-base@0.132.1 on n8n
2021-08-27 19:46:36 +02:00
Jan Oberhauser
6835d62b3a
🔖 Release n8n@0.135.2
2021-08-26 13:46:32 +02:00
Jan Oberhauser
5e66c4789f
🔖 Release n8n@0.135.1
2021-08-23 10:27:56 +02:00
Jan Oberhauser
75fc6300e9
🔖 Release n8n@0.135.0
2021-08-22 12:41:49 +00:00
Jan Oberhauser
e8293d6a66
⬆️ Set n8n-core@0.80.0, n8n-editor-ui@0.103.0, n8n-nodes-base@0.132.0 and n8n-workflow@0.65.0 on n8n
2021-08-22 12:41:48 +00:00
Omar Ajoue
199377e183
⚡ Replace glob-promise with fast-glob ( #2096 )
...
Co-authored-by: lublak <lublak.de@gmail.com>
2021-08-20 23:48:02 +02:00
Jan Oberhauser
967aabbf55
🔖 Release n8n@0.134.0
2021-08-15 18:32:57 +00:00
Jan Oberhauser
b4600d787d
⬆️ Set n8n-core@0.79.0, n8n-editor-ui@0.102.0 and n8n-nodes-base@0.131.0 on n8n
2021-08-15 18:32:57 +00:00
Jan Oberhauser
1d4a5ba8ce
🔖 Release n8n@0.133.0
2021-08-08 10:48:21 +00:00
Jan Oberhauser
73c83fddba
⬆️ Set n8n-editor-ui@0.101.0 and n8n-nodes-base@0.130.0 on n8n
2021-08-08 10:48:20 +00:00
Ben Hesseldieck
ffecbc7004
🐛 Fix db connection check /healthz ( #2041 )
...
* 🐛 fix db connection check
* 👕 fix missing semi
* ⏪ Revert "🐛 Hardcode typeorm@0.2.34 as new version makes health-check fail"
This reverts commit ddee2ec47c
.
* 🐛 fix health-check in WebhookServer
2021-08-08 12:04:04 +02:00
Jan Oberhauser
ce354ed0cf
🔖 Release n8n@0.132.2
2021-08-02 22:46:33 +02:00
Jan Oberhauser
139b5ec03e
⬆️ Set n8n-nodes-base@0.129.1 on n8n
2021-08-02 22:45:58 +02:00
Jan Oberhauser
8f07bcee03
🔖 Release n8n@0.132.1
2021-08-02 17:14:43 +02:00
Jan Oberhauser
ddee2ec47c
🐛 Hardcode typeorm@0.2.34 as new version makes health-check fail
2021-08-02 17:09:17 +02:00
Jan Oberhauser
1c7033a76b
🔖 Release n8n@0.132.0
2021-08-01 19:53:03 +00:00
Jan Oberhauser
1af6b1207d
⬆️ Set n8n-nodes-base@0.129.0 on n8n
2021-08-01 19:53:03 +00:00
Jan Oberhauser
231c15801a
🔖 Release n8n@0.131.0
2021-07-24 20:02:30 +00:00
Jan Oberhauser
8380a441cf
⬆️ Set n8n-core@0.78.0, n8n-editor-ui@0.100.0, n8n-nodes-base@0.128.0 and n8n-workflow@0.64.0 on n8n
2021-07-24 20:02:30 +00:00
Jan Oberhauser
c7c42e185b
🔖 Release n8n@0.130.0
2021-07-18 12:27:39 +00:00
Jan Oberhauser
1c313941f2
⬆️ Set n8n-editor-ui@0.99.0 and n8n-nodes-base@0.127.0 on n8n
2021-07-18 12:27:39 +00:00
Jan Oberhauser
25b5d36dda
🔖 Release n8n@0.129.0
2021-07-12 11:30:02 +00:00
Jan Oberhauser
314ef7e1ab
⬆️ Set n8n-nodes-base@0.126.0 on n8n
2021-07-12 11:30:02 +00:00
Jan Oberhauser
94ad8cef2f
🔖 Release n8n@0.128.0
2021-07-11 16:24:03 +00:00
Jan Oberhauser
44cb995071
⬆️ Set n8n-core@0.77.0, n8n-editor-ui@0.98.0 and n8n-nodes-base@0.125.0 on n8n
2021-07-11 16:24:03 +00:00
Jan Oberhauser
297d9fe77d
🔖 Release n8n@0.127.0
2021-07-04 18:15:30 +00:00