-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump nanoid from 3.3.7 to 3.3.8 #1082
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
andergmartins
added a commit
that referenced
this pull request
Jan 8, 2025
* Do not remove post meta when action is disabled, #1053 * Update cross-spawn fixing a security warning (on dev environments only) * Update node-fetch addressing a security (on dev environments only) * Update micromatch addressing a security issue (on dev environment only( * Update cookie addressing a security issue (on dev environmrnts) * Prevent DOM text reinterpreted as HTML * Update the changelog * Move notification settings to a specific tab, #190 * Allow users to change metabox name, #227 * Update the changelog * Fix error when a trigger node type is not found * Fix php warning: PHP Deprecated: ltrim(): Passing null to parameter #1 PHP Deprecated: ltrim(): Passing null to parameter #1 ($string) of type string is deprecated in /Users/andersonmartins/LocalSites/future-free/app/public/wp-includes/formatting.php on line 4467 * Update the changelog * Fix DB error when deleting orphan scheduled steps, #1060 * Fix warning about method get_data not existent * Update minified js scritps * Add global.execution_id variable for the workflow execution, #1061 * 704 export import (#1062) * Implement workflow exporting feature * Add settings to the exported backup * Split the backup window in a component * Fix error on default tab * Fix file upload * Adjust the notices * Adjust UI and create new component * Improve code splitting tab into new components * Rename folders * Implement export and import for general and notifications * Allow to export and import display settings * Allow to import advanced settings * Allow to import post types settings * Fix export and import actions to workflow screenshots * Fix displaced labels, #1057 * Translate the user roles in the settings page, #1050 * Add * to indicate a required field on post query, #974 * Update language files * Update js files * Bump version to 4.2.0-beta.1 * Update the changelgo * Change backup page name to Export / Import * Remove extra chars in backup screen, #1063 * Improve error handling when importing a backup file * Fix error on importing JSON missing some data, #1065 * Add setting to enable/disable the screenshot feature, #1066 * Add custom data field to Ray Debug step, #1067 * Replace input field with text area on log message field, #1068 * Add support to metadata in the variables resolvers, #1069, #939 Add more space for subject and custom email address on send email step. * Set default value to the Email Recipient on Send Email step, #1071 * Add "meta" property on variables schema * Add site ID to the site data type schema * Adjust hooks on settings to implemenet export/import on Pro * Add general filters and actions for export/import * Pass the selected settings to the filter * Update the changelog * Bump version to 4.2.0-beta.2 * Update the js files * Update language files * Make sure to reply only json in the export/import api * Code cleanup * Code cleanup * Deprecate functions not used and use proper facades * Fix error when date or time format are empty, #212 * Fix empty label when custom title and label are empty, #1075 * Fix size of label in the block editor, #1076 * Update the changelog * Implement Post is Published trigger, #944 * Implement basic trigger for Post Status Changes, #945 * Implement basic trigger for Post is Scheduled, #946 * Basic implementation of the variables selector, or expression builder * Add label and description to the variables list * Make adjustments to the variables selector * Improve style on expression editor * Improve button to edit the expression * Add actual variables list to the expression editor * Fix the display of variables descriptions * Use the expression builder in the debug data field on Ray Debug * Replace simple setting fields with the new expression builder * Improve expression builder code * Minor improvement to the steps in the graph * Fix double click * Some minor improvements * Bump version to 4.3.0-beta.1 * Fix color to indicate the step data flow panel as dev panel * Update the changelog * Add better support to metadata in the expression builder * Add the item id to the description message in the expression builder * Reorganize the code * Improve visual of variables selector * Display the variable ID when showing its description * Refactor methods handleClick to onClick * Fix the selection of items in the variables selector. Fix the update in the path, removing all items that come after the current selected column. * Refactor the list of variables renaming properties Rename "id" and "name" to "name" and "label" respectively. Since we don't list the variables into options list anymore, we don't need to convert to a format compatible to the tree component. * Refactor the functions that get expanded variables * Stop exporting function getVariablesLIst * Improve listing child properties on variables that are objects, #947, #976 * Disable autocomplete in the expression builder Disabling it until we are able to implement the autocompleter based on the current context. The event onCursorChange seems to not work right now. * Add default message when no variable is hovered This avoids to make the popover panel to grow when hovering a variable for the first time. * Refactor the expression builder to a modal window instead of a popover * Improve style of the expression editor * Fix user meta resolution in the workflow * Remove arrow and add new Status column, #970 * Update the changelog * Improve UI of the Debug Ray step settings * Refactor the query builder using the expression builder * Implement single variable mode on the expression builder * Improve query builder in the conditional step * Update the changelog * Remove prefix from post and user data type properties * Remove a blank line in the code * Implement basic step for metadata changes, #1059 * Fix output of the metadata chagnes trigger, #1059 * Move the changes to the correct file :), #1059 * Update the changelog * Update js files * Bump version to 4.3.0-beta.3 * Clarify the description of branch output in the conditional step * Improve step settings field description * Move metadata settings to specific panel in the meta changed step * Add the oldMetaValue to the output of Post Meta Changed trigger * Rename the new meta value output * Add new output to the meta changed step * Update field description * Adjust the max size of the conditional modal to 600px * Auto focus the expression builder and close it when single variable mode * Fix property names of post and user removing prefix Add post_name property for posts * Fix the permalink in the post before on Post Updated trigger * Ignore long lines on phpcs * Add the basic action to add post meta, #732 * Fix the "Is single" setting on the meta add action * Update the changelog * Add the basic action to delete post meta, #732 * Add new $metaValue param to the deleteMeta method * Add a stop command to the dev-workspace environment * Add new action to update post meta, #732 * Add manually enabled via checkbox support to bulk-edit, #942 * Implement save workflow hotkey, #1084 * Improve fields description, #1081 * Update the changelog * Fix post field values, #1079 * Fix the validation message for the recipient field in the Send Email, #1078 * Fix default date format in the shortcode * Add new display setting to set wrapper and class to the shortcode, #203 * Only display the bulk sync option if enabled, #622 * Pass the post type to the new filter, #622 * Update language files, #1077 * Add explanation text to the meta keys field, #1080 * Minor visual improvements to the UI * Fix loading a workflow that doesn't have a specific step type, #883 * Fix the first save to transit from auto-saved to draft, #1086 * Replace deprecated jQuery `.click` method * Remove focus from the toolbar button when node is selected, #1083 * Add docs about how to register new data type * Improve style of the selected items in the variables list * Remove the steps property from the workflow data type schema and fix meta * Add future action variable to post variables, #948 * Fix the custom date source * 1090 edit labels (#1091) * Remove not used function * Refactor part of the workflow store and add basic node details panel * Refactor the way we handle editedWorkflow * Update the changelog * Refactor the keyboard shortcuts definition * Fix the edit behavior on workflow summary panel * Fix top margin of the expression editor * Fix the cronstep when instantiating a post resolver * Bump version number to 4.3.0-beta.4 * Update .pot files * Update minified js files * Update changelog * Bump version to 4.3.0-beta.5 * Bump nanoid from 3.3.7 to 3.3.8 (#1082) Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anderson Grüdtner Martins <anderson@publishpress.com> * Bump webpack from 5.92.0 to 5.94.0 (#925) Bumps [webpack](https://github.com/webpack/webpack) from 5.92.0 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.92.0...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anderson Grüdtner Martins <anderson@publishpress.com> * Fix optional param declared before required param, #1094 * Fix the auto-layout algorithm, #1102 * Update js scripts * Improve text for variables modal * Update the changelog * Improve the text on expression builder for single variable mode * Update js scripts * Update language files * Bump version to 4.3.0 * Update the changelog * Bump copyright year to 2025 * Update the changelog in the readme.txt file * Fix call to deprecated method `next`, #1107 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merged
andergmartins
added a commit
that referenced
this pull request
Feb 3, 2025
* Update the changelog * Add better support to metadata in the expression builder * Add the item id to the description message in the expression builder * Reorganize the code * Improve visual of variables selector * Display the variable ID when showing its description * Refactor methods handleClick to onClick * Fix the selection of items in the variables selector. Fix the update in the path, removing all items that come after the current selected column. * Refactor the list of variables renaming properties Rename "id" and "name" to "name" and "label" respectively. Since we don't list the variables into options list anymore, we don't need to convert to a format compatible to the tree component. * Refactor the functions that get expanded variables * Stop exporting function getVariablesLIst * Improve listing child properties on variables that are objects, #947, #976 * Disable autocomplete in the expression builder Disabling it until we are able to implement the autocompleter based on the current context. The event onCursorChange seems to not work right now. * Add default message when no variable is hovered This avoids to make the popover panel to grow when hovering a variable for the first time. * Refactor the expression builder to a modal window instead of a popover * Improve style of the expression editor * Fix user meta resolution in the workflow * Remove arrow and add new Status column, #970 * Update the changelog * Improve UI of the Debug Ray step settings * Refactor the query builder using the expression builder * Implement single variable mode on the expression builder * Improve query builder in the conditional step * Update the changelog * Remove prefix from post and user data type properties * Remove a blank line in the code * Implement basic step for metadata changes, #1059 * Fix output of the metadata chagnes trigger, #1059 * Move the changes to the correct file :), #1059 * Update the changelog * Update js files * Bump version to 4.3.0-beta.3 * Clarify the description of branch output in the conditional step * Improve step settings field description * Move metadata settings to specific panel in the meta changed step * Add the oldMetaValue to the output of Post Meta Changed trigger * Rename the new meta value output * Add new output to the meta changed step * Update field description * Adjust the max size of the conditional modal to 600px * Auto focus the expression builder and close it when single variable mode * Fix property names of post and user removing prefix Add post_name property for posts * Fix the permalink in the post before on Post Updated trigger * Ignore long lines on phpcs * Add the basic action to add post meta, #732 * Fix the "Is single" setting on the meta add action * Update the changelog * Add the basic action to delete post meta, #732 * Add new $metaValue param to the deleteMeta method * Add a stop command to the dev-workspace environment * Add new action to update post meta, #732 * Add manually enabled via checkbox support to bulk-edit, #942 * Implement save workflow hotkey, #1084 * Improve fields description, #1081 * Update the changelog * Fix post field values, #1079 * Fix the validation message for the recipient field in the Send Email, #1078 * Fix default date format in the shortcode * Add new display setting to set wrapper and class to the shortcode, #203 * Only display the bulk sync option if enabled, #622 * Pass the post type to the new filter, #622 * Update language files, #1077 * Add explanation text to the meta keys field, #1080 * Minor visual improvements to the UI * Fix loading a workflow that doesn't have a specific step type, #883 * Fix the first save to transit from auto-saved to draft, #1086 * Replace deprecated jQuery `.click` method * Remove focus from the toolbar button when node is selected, #1083 * Add docs about how to register new data type * Improve style of the selected items in the variables list * Remove the steps property from the workflow data type schema and fix meta * Add future action variable to post variables, #948 * Fix the custom date source * 1090 edit labels (#1091) * Remove not used function * Refactor part of the workflow store and add basic node details panel * Refactor the way we handle editedWorkflow * Update the changelog * Refactor the keyboard shortcuts definition * Fix the edit behavior on workflow summary panel * Fix top margin of the expression editor * Fix the cronstep when instantiating a post resolver * Bump version number to 4.3.0-beta.4 * Update .pot files * Update minified js files * Update changelog * Bump version to 4.3.0-beta.5 * Bump nanoid from 3.3.7 to 3.3.8 (#1082) Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anderson Grüdtner Martins <anderson@publishpress.com> * Bump webpack from 5.92.0 to 5.94.0 (#925) Bumps [webpack](https://github.com/webpack/webpack) from 5.92.0 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.92.0...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anderson Grüdtner Martins <anderson@publishpress.com> * Fix optional param declared before required param, #1094 * Fix the auto-layout algorithm, #1102 * Update js scripts * Improve text for variables modal * Update the changelog * Improve the text on expression builder for single variable mode * Bump cookie and @wordpress/scripts Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates ancestor dependency [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts). These dependencies need to be updated together. Updates `cookie` from 0.6.0 to 0.7.2 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.6.0...v0.7.2) Updates `@wordpress/scripts` from 27.9.0 to 30.8.1 - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/scripts@30.8.1/packages/scripts) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: "@wordpress/scripts" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Add subversion to the github action for deployment * Bump ws and @wordpress/scripts Bumps [ws](https://github.com/websockets/ws) to 8.18.0 and updates ancestor dependency [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts). These dependencies need to be updated together. Updates `ws` from 8.13.0 to 8.18.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.13.0...8.18.0) Updates `@wordpress/scripts` from 27.9.0 to 30.8.1 - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/scripts@30.8.1/packages/scripts) --- updated-dependencies: - dependency-name: ws dependency-type: indirect - dependency-name: "@wordpress/scripts" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Update js dependencies path-to-regexp to 6.3.0 express to 4.21.2 cookie to 0.7.2 ws to 8.18.0 * Fix SQL syntax for MariaDB 10.3.39, #1087 * Update the changelog * Update js files * Replace deprecated constant POSTEXPIRATOR_BASEURL * Replace deprecated constant * Fix class use * Add option to control behavior on duplicated scheduled action, #956 * Update the changelog * Improve output of the custom labels, #1114 * Improve style for node description, #956 * Move the variable description to before the variables list, #1097 * Improve description for the shortcode settings, #1103 * Improve future action column style fields description, #1104 * Update the changelog * Improve field descriptions in the post query field, #1100 * Fix minor text issue * Add description to the time format setting, #1105 * Update the changelog * Add description to the Is Single field on meta related steps, #1095. Display field description in the toggle fields, if set * Improve labels for distinguishing Schedule related steps, #1122 * Update the changelog * Improve label and description for the Schedule steps, #1122, #1119 * Update the and label for the Conditional step, #1117 * Make the color of the false branch in the Conditional step darker * Update the changelog * Update description and hide the not checkbox if no rules are set, #1118 * Update language files, #1113 * Update the changelog * Update the validation rule msg of stick and unstick steps, #1101 * Update the changelog * Fix extra lines in Future Actions column, #1106 * Fix error when step is not found, #1123 * Update the changelog * Clarify the message for missed Schedule steps, #971 * Improve styling for the step description * Fix issue reference in the changelog * Minor fix for the space in the right margin of workflow steps * Improve step labels for keeping consistency, #1132 * Make all module classes "final" * Fix task to clean up old and complete tasks filtering pending tasks, #1133 * Refactor method renaming to getExpiredPendingActions * Fix queries on ScheduledActionsModel to use group_id * Add past-due actions notification, #229 * Add icon and message to highlight expired/overdue jobs, #232 * Update the changelog * Fix bottom border for placeholder workflow step * Rename method isInfinityLoopDetected to isInfiniteLoopDetected * Fix infinite loop detection for bulk edit actions, #943 * Remove the "single variable mode" text, #1118 * Update language files * Update the changelog * Fix SQL error * Fix styling in the scheduled actions page * Unschedule tasks when manually enabled workflow is disabled for post, #901 * Add simple expression validation in the workflow editor, #742 * Fix step validation performance debouncing it, #1137 * Improve debounced node validation removing lodash dependency, #1137 * Fix nl_NL language file fixing sprintf arguments references, #1138 * Fix constructor of some triggers, #1141 * Add auto-selection for post-related settings, #969 * Update js files with debug statement * Fix error when expression value is an integer, #1142 * Update js file * Update language files * Remove the screenshot feature, #1135 * Bump version 4.3.1-beta.1 * Update the changelog * Restore the list of workflows in the Export page, #1135 * Update labels and descriptions of workflow steps, #1101 * Update the changelog * Fix fields validation in the workflow editor, #1145 * Fix typo * Update translations, #1139 * Update js files * Bump version to 4.3.1-beta.2 * Bump version to 4.3.1-beta.3 * Change default duplicate handling to "replace" and improve settings, #956 * Simplify the options to prevent duplicated scheduled task, #956 * Update js files * Bump version to 4.3.1-beta.4 * Minor fix in the Autoload class adding missed backslash * Update workflow steps folder structure * Fix Spatie Ray classes * Rename SpatieRay to Ray * Fix text * Rename debug steps to keep consistence * Update changelog * Refactor more classes * More refactoring * Refactor constant * Replace deprecated class * Refactor other variables and classes * Refactor constant and services * Fix constants * Strip tags from help text * Update language files * Update language files * Refactor more classes * Bump version to 4.3.1-beta.5 * Fix the stripTags function * Bump version to 4.3.1-beta.6 * Minor adjustments to the date offset field * Remove more references to deprecated interfaces * Remove more references to deprecated classes * Hide the step's slug * Standardize the step slug base * Update the changelog * Bump version to 4.3.1-rc.1 * Bump version to 4.3.1 * Update language files * Add PHP 7.2 check for the main file * Update the changelog * Fix method name * Fix methods * Fix methods after refactoring * Fix typo in the changelogs * Minor fix to the changelog * Rename some *_NODE constants * Add missed call to WorkflowsHooksAbstract::ACTION_ASYNC_EXECUTE_STEP * Fix reference to deprecated class CoreOnManuallyEnabledForPost; * Fix call to undefined method getNodeType * Fixes references to deprecated classes * Fix errors on catch-exception file * Fix translation of text in the Display setting page Original error: Function esc_html invoked with 2 parameters, 1 required. * Fix warning Parameter #1 $text of function esc_attr expects string * Fix error Parameter #1 $text of function esc_attr expects string, int given. * Fix more warnings pointed out by phpstan * Parameter #2 $array of function array_map expects array * Fix Variable $container might not be defined * Fix typo when referencing interface * Fix type reference to triggers * Fix class reference * Bump version to 4.3.2 * Update the changelog * Update the changelog * Update language files * Fix the overdue action check, #1155 * Bump version to 4.3.3-beta.2 * Update the changelog * Update translations, #1156 * Bump version to 4.3.3 * Update the changelog * Fix code style using PHP-CS-FIXER * Remove ray debug statement * Update the changelog --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps nanoid from 3.3.7 to 3.3.8.
Changelog
Sourced from nanoid's changelog.
Commits
3044cd5
Release 3.3.8 version4fe3495
Update size limitd643045
Fix pool pollution, infinite loop (#510)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.