rijkvanzanten
9af8d43cdd
npm vs dependabot round 5
2021-06-10 16:17:13 -04:00
Juan Carlos Blanco Delgado
5826fd6110
Adding an example to cron hook ( #6188 )
...
* Adding an example to cron hook
* Update docs/guides/api-hooks.md
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2021-06-10 16:16:33 -04:00
Rijk van Zanten
4cb8d1f814
Add additional check to Two-Factor Authentication (by @masterwendu) ( #6187 )
...
* 6113 add tfa generate endpoint
* 6113 implement tfa otp check in user settings
* 6113 add autfocus for otp field on login form
* update package-lock
* improve TFA uri with user email
* fix vue 3 compatibility
* reduce code duplication for enableTFA
* Remove unnecessary parameters
* Use project name in otp url when available
* Update docs/reference/api/system/users.md
Co-authored-by: Wendelin Peleska <wendu@pm.me >
2021-06-10 15:36:34 -04:00
Nicola Krumschmidt
f55a2072e1
Refactor bookmark query navigation ( #6170 )
...
* Revert back to using query params for bookmarks
Aka "this hurts so much"
* Fix collection navigation active state
* Add active and query props to v-button
Also unify active and activated state.
* Remove not needed exact prop from collections navigation
2021-06-10 15:11:01 -04:00
Rijk van Zanten
976baa7206
Add number formatting to formatted-values display ( #6186 )
...
* Render number values as formatted numbers
* Allow for 0 in formatted-values display
* Use isNil for empty check
2021-06-10 12:45:34 -04:00
dependabot[bot]
34d0d2d2c0
Bump aws-sdk from 2.924.0 to 2.925.0 ( #6177 )
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.924.0 to 2.925.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.924.0...v2.925.0 )
---
updated-dependencies:
- dependency-name: aws-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10 10:25:03 -04:00
dependabot[bot]
4cc4868eb7
Bump jest-environment-jsdom from 26.6.2 to 27.0.3 ( #6175 )
...
* Bump jest-environment-jsdom from 26.6.2 to 27.0.3
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom ) from 26.6.2 to 27.0.3.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v27.0.3/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Remove jest-env-jsdom
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-06-10 10:24:40 -04:00
dependabot[bot]
acb31abe3e
Bump @azure/storage-blob from 12.5.0 to 12.6.0 ( #6176 )
...
Bumps [@azure/storage-blob](https://github.com/Azure/azure-sdk-for-js ) from 12.5.0 to 12.6.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases )
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/storage-blob_12.5.0...@azure/storage-blob_12.6.0 )
---
updated-dependencies:
- dependency-name: "@azure/storage-blob"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10 09:24:34 -04:00
rijkvanzanten
1b319706b3
Remove unused import
2021-06-10 09:24:00 -04:00
Rijk van Zanten
11ea192368
Fix issue that would cause sort order of fields to be corrupted on field changes ( #6174 )
...
Fixes #6091
2021-06-09 20:13:21 -04:00
Rijk van Zanten
1f2bce9fd2
Prevent translation rows from being edited before existing values are loaded ( #6173 )
...
Fixes #6094
2021-06-09 19:13:03 -04:00
Rijk van Zanten
e9a8850a58
Fix translations hint not linking to collection ( #6172 )
2021-06-09 19:10:11 -04:00
Rijk van Zanten
e20ad6c6b5
Use JSON editor for JSON field type default value ( #6171 )
...
Fixes #6088
2021-06-09 18:52:48 -04:00
Pascal Jufer
927b9f8cc2
Fix DB column update for data types with length or boolean as default value ( #6163 )
...
* Fix DB column update for types with length or boolean as default value
* Add docs/index.json to gitignore
* Remove specificType support
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-06-09 18:30:59 -04:00
rijkvanzanten
8ac6c44c95
Align styling of list-m2m list-o2m
2021-06-09 17:48:54 -04:00
rijkvanzanten
094819acb7
Fix styling of list-rows
2021-06-09 17:46:22 -04:00
Rijk van Zanten
76a31ca020
Don't initialize mailer on startup ( #6169 )
...
* Fix m2m relationship not showing current col/pk
* Don't initialize mailer on first boot
Another step to serverless!
2021-06-09 17:31:50 -04:00
rijkvanzanten
61f66eaf5d
Fix m2m relationship not showing current col/pk
2021-06-09 17:26:00 -04:00
Rijk van Zanten
c2c57ef567
Show better message for improperly formatted emails ( #6168 )
...
Closes #6115
2021-06-09 17:14:56 -04:00
Rijk van Zanten
fb908efe8f
Cleanup one_allowed_collections field on collection delete ( #6167 )
...
Fixes #6161
2021-06-09 17:02:47 -04:00
Rijk van Zanten
b5abb0fb20
New translations en-US.yaml (Spanish) ( #6164 )
2021-06-09 16:39:03 -04:00
Adam Sparks
c1b30a6d8c
match url whitelist to domain ( #5694 )
...
* match url whitelist to domain
* Improve url-domain check
* Update lockfile
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-06-09 15:12:34 -04:00
Tien Tran
7ecbe49bb6
Support async preRegisterCheck for custom modules ( #6118 )
...
* Support async preRegisterCheck for custom modules
* Make loop a tad more expressive
* Update type to indicate potential promise return
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-06-09 14:16:17 -04:00
Pascal Jufer
a2a35aaab5
Add support for _FILE environment variables ( #6101 )
...
* Add support for _FILE environment variables
* Enhance processing of _FILE env vars
* Same processing as with other env vars (do not simply treat as string)
- tested successfully
* Warn if both variables are set (EXAMPLE and EXAMPLE_FILE)
* Add comments to make it easier to understand the code
* Set newKey only after file read was successful
* Don't convert value > MAX_SAFE_INTEGER to number
Thanks to @skizer!
As stated by @skizer (from #6119 ):
Altho it seems that we do have a numerical value
it can happen that its outside of Number.MAX_SAFE_INTEGER
thus resulting in a change of the original intended value
e.g oauth -> discord -> client_id
* Fix recursive logger-env import
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-06-09 14:08:26 -04:00
Rijk van Zanten
1a867f17d1
New Crowdin updates ( #6154 )
...
* New translations en-US.yaml (Spanish)
* New translations en-US.yaml (Spanish)
2021-06-09 13:56:08 -04:00
Rijk van Zanten
61f2e48ced
Allow any of grant's (nested) configuration parameters (oAuth) ( #6155 )
...
* Allow underscore configuration extraction
* Allow any of grants config properties
2021-06-09 12:08:48 -04:00
skizer
ad8bd3e7cd
Don't treat numbers larger than the JS max number size as number values in environment variables ( #6119 )
...
* Incorrect parsing of numeric values in env.
* Fixes incorrect parsing of the env. file with numeric values that are outside of Number.MAX_SAFE_INTEGER resulting in unwanted behaviour.
- Like wrong client_ids for oauth. (tested with discord oauth)
* Removed unnecessary multiple "IF" statements since value can only be ether one of the listed values.
* Implements custom_param for OAUTH via grant
According to grants documentation you can provide additionally custom parameters to supported OAUTH provider with ```custom_params```.
This change allows to add them in JSON format and thus adding multiple parameters.
* Fix linter warnings, remove JSON support in favor of nested Grant support
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-06-09 11:53:57 -04:00
dependabot[bot]
792281ceb6
Bump dotenv from 9.0.2 to 10.0.0 ( #6147 )
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 9.0.2 to 10.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases )
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v9.0.2...v10.0.0 )
---
updated-dependencies:
- dependency-name: dotenv
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-09 11:20:21 -04:00
Rijk van Zanten
a26d2473d2
Update knex-schema-inspector ( #6153 )
2021-06-09 11:19:59 -04:00
Rijk van Zanten
7da3f2c701
New Crowdin updates ( #6148 )
...
* New translations en-US.yaml (German)
* New translations en-US.yaml (German)
* New translations en-US.yaml (German)
* New translations en-US.yaml (French)
2021-06-09 11:18:47 -04:00
Nicola Krumschmidt
12a3b22aa1
App type improvements ( #6151 )
...
* Fix v-table interalItems type
* Fix useGroupable return type
* Fix useCollection return type
* Fix useCustomSelection return type
* Fix useElementSize return type
* Fix useFormFields return type
* Fix useItem return type
* Fix useItems return type
* Prepend composable return type name with "Usable"
* Fix usePreset return type
* Fix useScrollDistance return type
* Fix useTitle return type
* Fix useWindowSize return type
* Fix usePermissions return type
* Fix useTemplateData return type
* Fix a few type issues in field store
* Fix extension getter return types
* Fix hydrate store type issue and double-hydrating users store
* Fix code interface type issue
* Fix m2m composables return types
* Fix html editor composables return types
* Fix collections module composables return types
* Fix files module composable return type
* Fix settings module composable return type
* Fix settings module roles composables return types
* Fix settings module users composable return type
* Fix return type issues in utils and a nasty parameter overwrite
* Fix modelValue casing in template
2021-06-09 11:18:21 -04:00
dependabot[bot]
70c8e08476
Bump jest-environment-jsdom from 26.6.2 to 27.0.3 ( #6146 )
...
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom ) from 26.6.2 to 27.0.3.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v27.0.3/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-09 09:34:44 -04:00
dependabot[bot]
64bccfab04
Bump @types/codemirror from 0.0.109 to 5.60.0 ( #6145 )
...
Bumps [@types/codemirror](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/codemirror ) from 0.0.109 to 5.60.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/codemirror )
---
updated-dependencies:
- dependency-name: "@types/codemirror"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-09 09:09:25 -04:00
dependabot[bot]
edc4690484
Bump lint-staged from 10.5.4 to 11.0.0 ( #6144 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 10.5.4 to 11.0.0.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v10.5.4...v11.0.0 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-09 09:09:07 -04:00
Nacho García
284d9789c0
Add breaking API changes ( #6150 )
...
Add filter operators change.
2021-06-09 09:06:26 -04:00
rijkvanzanten
a40638a3bf
Fix relational preview
2021-06-08 17:57:54 -04:00
rijkvanzanten
9349f2e9b8
Fix options for input interface
2021-06-08 17:57:49 -04:00
Rijk van Zanten
bc8370d084
Add item duplicate fields configuration option to directus_collections ( #6140 )
...
* Add item_duplication_fields field
* Add types for item duplicate fields
2021-06-08 17:57:28 -04:00
Rijk van Zanten
175039f52d
New Crowdin updates ( #6139 )
...
* New translations en-US.yaml (French)
* New translations en-US.yaml (Vietnamese)
* New translations en-US.yaml (Lithuanian)
* New translations en-US.yaml (Dutch)
* New translations en-US.yaml (Norwegian)
* New translations en-US.yaml (Polish)
* New translations en-US.yaml (Portuguese)
* New translations en-US.yaml (Slovak)
* New translations en-US.yaml (Serbian (Cyrillic))
* New translations en-US.yaml (Turkish)
* New translations en-US.yaml (Georgian)
* New translations en-US.yaml (Portuguese, Brazilian)
* New translations en-US.yaml (Spanish, Chile)
* New translations en-US.yaml (Malay)
* New translations en-US.yaml (Spanish, Latin America)
* New translations en-US.yaml (Thai)
* New translations en-US.yaml (Serbian (Latin))
* New translations en-US.yaml (Arabic)
* New translations en-US.yaml (Estonian)
* New translations en-US.yaml (Bulgarian)
* New translations en-US.yaml (German)
* New translations en-US.yaml (Hungarian)
* New translations en-US.yaml (Swedish)
* New translations en-US.yaml (Ukrainian)
* New translations en-US.yaml (Chinese Simplified)
* New translations en-US.yaml (Chinese Traditional)
* New translations en-US.yaml (Indonesian)
* New translations en-US.yaml (Russian)
* New translations en-US.yaml (Italian)
* New translations en-US.yaml (Romanian)
* New translations en-US.yaml (Spanish)
* New translations en-US.yaml (Afrikaans)
* New translations en-US.yaml (Catalan)
* New translations en-US.yaml (Czech)
* New translations en-US.yaml (Danish)
* New translations en-US.yaml (Greek)
* New translations en-US.yaml (Finnish)
* New translations en-US.yaml (Hebrew)
2021-06-08 17:51:59 -04:00
Nicola Krumschmidt
1961dc188b
Port the app to Vue 3 ( #5339 )
...
* Fix linting errors
* Fix remaining catch all routes
* Fix directive registration regression
* Replace $router global with composition function
* Fix v-bind overwrite order in nested-draggable
* Migrate vuedraggable
* Fix building with empty translation files
* Add comment regarding array equality check
* Fix markdown-it plugins import
* Fix newly introduced wrong store usage
* Fix v-button-group model
* Fix v-fancy-select model
* Fix v-field-template model
* Fix v-input model
* Fix v-item-group model
* Fix v-menu model
* Fix v-select model
* Fix v-tabs model
* Fix v-tabs-items model
* Fix v-textarea model
* Fix v-checkbox model
* Fix v-dialog model
* Fix v-drawer model
* Fix v-form model
* Fix v-list model
* Fix v-table model
* Fix v-detail model
* Fix v-radio model
* Fix v-switch model
* Fix files-navigation model
* Fix replace-file model
* Fix bookmark-add model
* Fix bookmark-edit model
* Fix drawer-batch model
* Fix drawer-item model
* Fix file-lightbox model
* Fix image-editor model
* Fix notifications-preview model
* Fix users-invite model
* Lowercase editor component name
* Fix collections-filter model
* Fix filter-input model
* Fix filter-sidebar-detail model
* Fix folder-picker model
* Fix interface-checkboxes model
* Fix interface-code model
* Fix interface-icon model
* Fix interface-repeater model
* Fix refresh-sidebar-detail model
* Fix search-input model
* Fix interface/display component option v-model usage
* Replace calling listener through $attrs with $emit and add emits option
* Add comment regarding useCustomSelection emits
* Fix context menu activation
* Fix collectionsStore access
* Fix popperjs
* Hotfix useGroupable
* Fix notifications-preview old prop name
* Fix module bar tooltip translation
* Fix useSync type signature
* Fix update:layoutOptions emit name
* Fix usePermissions missing imports regression
* Revert changes to docs vuepress instance
* Fix module-relative-resolve vite plugin when serving
* Fix docs
* Fix refresh on first load
* Fix creating new collection
* Fix loading of collection route
* Fix v-dialog/v-menu appear transition
* Access props directly
* Fix v-table clickable
* Fix v-drawer cancelable
* Fix v-icon clickable
* Fix v-input clickable
* Fix v-list-group clickable
* Fix v-list-item clickable
* Fix v-overlay clickable
* Fix header-bar primary button
* Fix v-table item.* slot
* Fix vue warning regarding exposed variables starting with _ or $
* Fix usePermissions
* Add package-lock.json
* Fix v-form unset regression
* Fix vue shims
* Fix useCustomSelection emit
* Make extensions arrays shallow
* Move teleport targets out of the vue app
* Fix v-field-select model
* Fix v-slider model
* Fix v-pagination model
* Fix card model
* Fix v-select item-value prop usage
* Fix layout-sidebar-detail model
* Fix form-field model
* Fix form-field-menu model
* Fix form-field-interface model
* Fix v-form model
* Use kebab-case for modelValue
* Update package-lock.json
* Add missing dependency
* Replace $t with i18n composable
* Replace remaining usages of $t
* Replace $te with i18n composable
* Replace $n with i18n composable
* Disable global injection in vue-i18n
* Replace i18n.global.t usage where composable is already imported
* Replace remaining i18n.global.t usage with composable
* Replace remaining i18n.global usages with composable
* Fix uploadFile emitter regression
* Remove inheritAttrs: false from file-info-sidebar-detail
* Hotfix v-input
* Update .eslintrc.js
* Fix use-preview
* Fix eslint issues
* Remove unused imports
* Fix extension getter type
* Refactor layout structure and fix tabular layout
* Fix build
* Fix cards layout
* Hotfix vuedraggable
* Dev is true again
* Register export-sidebar-detail globally
* Deconstruct layout state
* Fix calendar layout
* Fix cards/calendar layouts
* Fix layout options when switching layout
* Replace marked usage with md util
* Use useLayout everywhere
* Fix type issue
* Fix codemirror dynamic imports
* Fix data-fns dynamic import
* Fix useLayout selection
* Fix v-avatar scoped styling
* Remove unused v-button-group component
* Remove v-deep from v-card-actions
* Replace v-deep in v-dialog
* Use correct pseudoclasses for vue3
* Fix v-deep in v-field-template
* Replace v-deep in v-list-item-content
* Replace v-deep in v-list-item
* v-deep in v-list
* v-deep in v-notice
* Replace breakpoint mixin
* Replace v-deep in v-button
* Enforce empty line before block
* v-deep in v-pagination
* No white lines on the inner brackets of a block please
* Replace v-deep in v-select
* Fix stylelint rule
* Replace v-deep in v-table
* Replace v-deep in v-tabs
* Replace v-deep in rich text input
* Replace v-deep
* Replace v-deep elsewhere
* Needs more stylelint tweaks, but v-deep is done
* Fix translations interface
* Fix date layout
* Fix npm install
* Fix router catch all routes
* Fix layout options
* Remove call to next in router guards
* Remove vue router in-component guards
* Refactor module route registration
* Fix collections module navigation
* Fix settings module navigation
* Fix router-passthrough in devtools
* Refactor docs export and docs route registration
* Import docs routes using exported function
* Remove moduleRelativeResolve vite hack
* Re-add dev scripts
* Fix deprecated hljs usage
* Use activateContextMenu without parens
* Re-add readme/license/editorconfig
* Fix groupable
* Fix initial docs navigation
* Move global app css to app component
* Fix collection navigation icon color
* Fix field setup style
* Fix divider icon style
* Fix optional v-input slots
* Use $slots direct property access
* Fix docs font style
* Fix docs v-deep
* Fix docs add missing styles
* Remove docs style margin
* Fix save options color
* Fix nested v-slotted usage
* Fix v-button exact prop
* Fix v-list-item exact prop
* Fix package-lock.json
* Improve useSync type
* Fix route type error
* Fix bookmark router links
* Add redirect to route with bookmark
* Fix files module folder route
* Fix users module role route
* Add redirect routes to files and roles sub-routes
* Fix users module role active state
* Replace routerPassthrough function with object
* Nest file routes
* Improve module bar hidden check
* Remove slash from module router link
* Fix files and folder navigation
* Revert users route nesting
* Fix buttons in list
* Don't make nav item mandatory in left sidebar
* Fix infinite loop in box open
* Fix interactivity in v-list items
* Fix docs menu jumps
* Fix right click positioning
* Fix missing translations
* Fix close/open alignment of color interface
* Fix code editor interfaces
* Fix relation access in cards layout
* Remove template ref from collection-or-item
* Revert jest-environment-jsdom package update
* Fix package-lock.json
* Resolve vue3 TODO comments
* Fix layout presets
* Remove reactivity fix
* Remove Todo3 comment
* Fix icon color override
* Add error message to useLayoutState
* Add composable to properly transition dialog routes
* Fix new collection transition
* Fix add new role transition
* Fix add new file transition
* Fix activity item transition
* Fix error type in useItems
* Fix collection error dialog transition
* Fix field detail transition
* Fix permissions detail transition
* Fix store getters types
* Update package-lock
* Fix preview icon color
* Fix reference to selections
* Fix linter warnings
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-06-08 15:59:55 -04:00
Ben Haynes
32737ba884
Update api-hooks.md ( #6135 )
2021-06-08 10:14:00 -04:00
dependabot[bot]
e5fe2c4517
Bump connect-redis from 5.2.0 to 6.0.0 ( #6123 )
...
Bumps [connect-redis](https://github.com/visionmedia/connect-redis ) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/visionmedia/connect-redis/releases )
- [Commits](https://github.com/visionmedia/connect-redis/compare/v5.2.0...v6.0.0 )
---
updated-dependencies:
- dependency-name: connect-redis
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-08 08:42:24 -04:00
dependabot[bot]
a125ff2eb6
Bump slugify from 1.5.0 to 1.5.3 ( #6125 )
...
Bumps [slugify](https://github.com/simov/slugify ) from 1.5.0 to 1.5.3.
- [Release notes](https://github.com/simov/slugify/releases )
- [Commits](https://github.com/simov/slugify/compare/v1.5.0...v1.5.3 )
---
updated-dependencies:
- dependency-name: slugify
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-08 08:41:41 -04:00
dependabot[bot]
03dfca8100
Bump prettier from 2.3.0 to 2.3.1 ( #6124 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.3.0...2.3.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-08 08:41:30 -04:00
dependabot[bot]
7eb13e3de2
Bump execa from 5.0.1 to 5.1.1 ( #6126 )
...
Bumps [execa](https://github.com/sindresorhus/execa ) from 5.0.1 to 5.1.1.
- [Release notes](https://github.com/sindresorhus/execa/releases )
- [Commits](https://github.com/sindresorhus/execa/compare/v5.0.1...v5.1.1 )
---
updated-dependencies:
- dependency-name: execa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-08 08:41:12 -04:00
dependabot[bot]
bf824b9742
Bump @types/sharp from 0.28.1 to 0.28.3 ( #6122 )
...
Bumps [@types/sharp](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sharp ) from 0.28.1 to 0.28.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sharp )
---
updated-dependencies:
- dependency-name: "@types/sharp"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-08 08:27:36 -04:00
Rijk van Zanten
9dc3ba68c9
Update changelog.md
2021-06-07 17:43:16 -04:00
rijkvanzanten
735fb74b7e
v9.0.0-rc.74
v9.0.0-rc.74
2021-06-07 17:00:20 -04:00
Rijk van Zanten
1e4850f53a
Add support for CRON hooks (interval) ( #6116 )
...
* Install node-cron
* Support CRON hooks
* Document interval hook
* Fix package-lokc
2021-06-07 16:57:32 -04:00
Rijk van Zanten
eaa3f423e5
New translations en-US.yaml (Portuguese, Brazilian) ( #6114 )
2021-06-07 16:02:43 -04:00