-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Snyk] Upgrade commander from 5.0.0 to 6.2.0 #1622
Merged
davimacedo
merged 1 commit into
master
from
snyk-upgrade-f0a3713b444ba043bd4852a12e5f9755
Nov 17, 2020
Merged
[Snyk] Upgrade commander from 5.0.0 to 6.2.0 #1622
davimacedo
merged 1 commit into
master
from
snyk-upgrade-f0a3713b444ba043bd4852a12e5f9755
Nov 17, 2020
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
Snyk has created this PR to upgrade commander from 5.0.0 to 6.2.0. See this package in npm: https://www.npmjs.com/package/commander See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr
davimacedo
approved these changes
Nov 17, 2020
davimacedo
added a commit
to back4app/parse-dashboard
that referenced
this pull request
Dec 15, 2020
* Context menu with quick filter initials * Support for filtering Pointer type of entities * Adding more filters to context menu * Introducing general, reusable ContextMenu component * Move ContextMenu item in pig list to keep alphabetical order * Reverting changes in parse-dashboard-config.json file * Showing "Get related records from..." context menu option when clicking on Pointer or objectId * Changing categories to fill context menu horizontally * Fully functional 'Get related records from...' context menu item * Fixing CI build by removing empty test file * Closing context menu after chosing an option * Properly handling 'Get related records from...' logic when executing it on cell containing Pointer * Fixing click on empty cell by checking value * Closing context menu after clicking outside it * Adding key attributes to ContextMenu JSX * Positioning menu sections to not go off the screen + animations * Functional options to add a filter to existing one(s) * Showing "Add fiter..." context menu option only if there's any filter applied * Generating context menu filters dynamically basing on available ones * Code cleaning + missing import * Passing BLACKLISTED_FILTERS when getting filters available for context menu * Restoring accidentally removed line * Sorting objects listed in context menu item "Get related records from..." alphabetically; * Handling context menu filters for "Date" type of data * Getting "compareTo" value only for constrains that are comparable * Update csurf to the latest version 🚀 (parse-community#1452) * fix(package): update csurf to version 1.11.0 * chore(package): update lockfile package-lock.json * Update README.md (parse-community#1455) * Update README.md Add the PARSE_DASHBOARD_COOKIE_SESSION_SECRET option explanation * improve grammar Co-authored-by: Tom Fox <13188249+TomWFox@users.noreply.github.com> * Update cross-env to the latest version 🚀 (parse-community#1456) * chore(package): update cross-env to version 7.0.0 * chore(package): update lockfile package-lock.json * Update graphql to the latest version 🚀 (parse-community#1457) * fix(package): update graphql to version 14.6.0 * chore(package): update lockfile package-lock.json * Update puppeteer to the latest version 🚀 (parse-community#1458) * chore(package): update puppeteer to version 2.1.0 * chore(package): update lockfile package-lock.json * Update babel7 to the latest version 🚀 (parse-community#1461) * chore(package): update @babel/core to version 7.8.4 * chore(package): update @babel/plugin-proposal-decorators to version 7.8.3 * chore(package): update @babel/preset-env to version 7.8.4 * chore(package): update @babel/preset-react to version 7.8.3 * fix(package): update @babel/runtime to version 7.8.4 * chore(package): update lockfile package-lock.json * Update semver to the latest version 🚀 (parse-community#1462) * fix(package): update semver to version 7.1.2 * chore(package): update lockfile package-lock.json * Update commander to the latest version 🚀 (parse-community#1467) * fix(package): update commander to version 4.1.1 * chore(package): update lockfile package-lock.json * Update puppeteer to the latest version 🚀 (parse-community#1468) * chore(package): update puppeteer to version 2.1.1 * chore(package): update lockfile package-lock.json * Update eslint-plugin-jest to the latest version 🚀 (parse-community#1469) * chore(package): update eslint-plugin-jest to version 23.7.0 * chore(package): update lockfile package-lock.json * View/Edit single row modal (parse-community#1448) * EditRowDialog - initial version * TextInput - change focus to new input/textarea field when multiline props has changed * EditRowDialg - removed custom FormModal width * EditRowDialog - initial version * TextInput - change focus to new input/textarea field when multiline props has changed * EditRowDialg - removed custom FormModal width * package-lock.json sync after rebase from master * EditRowDialog - moved objectId, createdAt, updatedAt to dialog title. ACL added as confim button in footer. Also removed these fields from content * EditRowDialog - creating new objects with modal implemented * EditRowDialog: - fixed bug when creating new objects with modal; - ACL modal visible without closing editRowDialog; - fixed bug when relation clicked after newly saved object - FormModal replaced with Modal component * EditRowDialog - picker for pointer and relation Co-authored-by: Antonio Davi Macedo Coelho de Castro <adavimacedo@gmail.com> * Update request to the latest version 🚀 (parse-community#1471) * chore(package): update request to version 2.88.2 * chore(package): update lockfile package-lock.json * Update semver to the latest version 🚀 (parse-community#1472) * fix(package): update semver to version 7.1.3 * chore(package): update lockfile package-lock.json * Update query-string to the latest version 🚀 (parse-community#1450) * fix(package): update query-string to version 6.10.1 * chore(package): update lockfile package-lock.json Co-authored-by: Antonio Davi Macedo Coelho de Castro <adavimacedo@gmail.com> * Update react-redux to the latest version 🚀 (parse-community#1473) * fix(package): update react-redux to version 7.2.0 * chore(package): update lockfile package-lock.json * Playground (parse-community#1464) * * chore(package): update lockfile package-lock.json * chore(package): added react-simple-code-editor dependency * feat(CodeEditor): added CodeEditor component * added id tho the code editor props * added playground to dashboard * added react-json dependency to show playground results * update changelog * fix playground button CSS spacing and update risky dependencies * fix(React life-cycle): fixes requested on PR parse-community#1464 review * feat(Playground): update CodeEditor component and show result just in console * feat(Playground): update CodeEditor component and show result just in console * fix(Playground): fix erron in test of CodeEditor component * Update parse-dashboard-config.json * fix(Playground): implemented requested changes and put Playground into JS Console * fix(Playground): fix double quotes and change JS Console playground * fix(Playground): fix missing dependency Co-authored-by: Antonio Davi Macedo Coelho de Castro <adavimacedo@gmail.com> * Update eslint-plugin-jest to the latest version 🚀 (parse-community#1476) * chore(package): update eslint-plugin-jest to version 23.8.0 * chore(package): update lockfile package-lock.json * Taking hidden columns into account when calculating Editor position (parse-community#1438) Co-authored-by: Antonio Davi Macedo Coelho de Castro <adavimacedo@gmail.com> * Update babel-eslint to the latest version 🚀 (parse-community#1479) * chore(package): update babel-eslint to version 10.1.0 * chore(package): update lockfile package-lock.json * Update react to the latest version 🚀 (parse-community#1480) * fix(package): update react to version 16.13.0 * fix(package): update react-dom to version 16.13.0 * chore(package): update react-test-renderer to version 16.13.0 * chore(package): update lockfile package-lock.json * Update babel7 to the latest version 🚀 (parse-community#1481) * chore(package): update @babel/core to version 7.8.6 * chore(package): update @babel/preset-env to version 7.8.6 * chore(package): update lockfile package-lock.json * Removing duplicated prop * Fixing lint errors * Adding "Edit row" option to BrowserCell context menu * Keeping BLACKLISTED_FILTERS in single place * Removing unnecessary onSelect call (as cell is already selected at this stage) * Removing unnecessary setCopyableValue call (as it should be called at this stage) * Update eslint-plugin-jest to the latest version 🚀 (parse-community#1483) * chore(package): update eslint-plugin-jest to version 23.8.1 * chore(package): update lockfile package-lock.json * Update webpack to the latest version 🚀 (parse-community#1484) * chore(package): update webpack to version 4.42.0 * chore(package): update lockfile package-lock.json * Update query-string to the latest version 🚀 (parse-community#1485) * fix(package): update query-string to version 6.11.1 * chore(package): update lockfile package-lock.json * Update cross-env to the latest version 🚀 (parse-community#1486) * chore(package): update cross-env to version 7.0.1 * chore(package): update lockfile package-lock.json * Add ProtectedFields dialog and enhance Permissions dialogs (parse-community#1478) * chip and multiselect dense variant * autocomplete component * popover refactor, ContextProxy -> portal * add intersection observer component * suggestions for autocomplete * do not show security dialog in edit modal * table will ignore keys when security modal opened * add autocomplete for ACL * add protected fields dialog component * permissioons dialog refactor * add new dialogs to databroowser toolbar * protected fields dialog example * removed comments * fix floating menus - show on top of toolbar * add whitespaces in toolbar menu * use menuitem * trailing newlines * update examples * adds scroll hint * handle case when no fields to protect Co-authored-by: Antonio Davi Macedo Coelho de Castro <adavimacedo@gmail.com> * Bump react-redux back to 5.1.2 (parse-community#1482) * Fix audience conditions when Installation class does not exist (parse-community#1451) * Fix audience conditions when Installation class does not exist * Improve code readability Co-authored-by: Ricardo Paiva <ricardo@ricardopaiva.com> * Update babel7 to the latest version 🚀 (parse-community#1487) * chore(package): update @babel/core to version 7.8.7 * chore(package): update @babel/plugin-transform-regenerator to version 7.8.7 * chore(package): update @babel/preset-env to version 7.8.7 * fix(package): update @babel/runtime to version 7.8.7 * chore(package): update lockfile package-lock.json * Update cross-env to the latest version 🚀 (parse-community#1488) * chore(package): update cross-env to version 7.0.2 * chore(package): update lockfile package-lock.json * Update eslint-plugin-jest to the latest version 🚀 (parse-community#1489) * chore(package): update eslint-plugin-jest to version 23.8.2 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update eslint-plugin-react to the latest version 🚀 (parse-community#1490) * chore(package): update eslint-plugin-react to version 7.19.0 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update regenerator-runtime to the latest version 🚀 (parse-community#1495) * fix(package): update regenerator-runtime to version 0.13.5 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update commander to the latest version 🚀 (parse-community#1496) * fix(package): update commander to version 5.0.0 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update file-loader to the latest version 🚀 (parse-community#1498) * chore(package): update file-loader to version 6.0.0 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update marked to the latest version 🚀 (parse-community#1499) * chore(package): update marked to version 0.8.1 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update react to the latest version 🚀 (parse-community#1500) * fix(package): update react to version 16.13.1 * fix(package): update react-dom to version 16.13.1 * chore(package): update react-test-renderer to version 16.13.1 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update babel-loader to the latest version 🚀 (parse-community#1501) * chore(package): update babel-loader to version 8.1.0 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update marked to the latest version 🚀 (parse-community#1503) * chore(package): update marked to version 0.8.2 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update webpack to the latest version 🚀 (parse-community#1504) * chore(package): update webpack to version 4.42.1 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update parse to the latest version 🚀 (parse-community#1507) * fix(package): update parse to version 2.12.0 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update prismjs to the latest version 🚀 (parse-community#1509) * fix(package): update prismjs to version 1.20.0 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update js-beautify to the latest version 🚀 (parse-community#1510) * fix(package): update js-beautify to version 1.11.0 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update css-loader to the latest version 🚀 (parse-community#1512) * chore(package): update css-loader to version 3.5.0 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update semver to the latest version 🚀 (parse-community#1513) * fix(package): update semver to version 7.2.0 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update css-loader to the latest version 🚀 (parse-community#1514) * chore(package): update css-loader to version 3.5.1 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update core-js to the latest version 🚀 (parse-community#1518) * chore(package): update core-js to version 3.6.5 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update react-helmet to the latest version 🚀 (parse-community#1519) * fix(package): update react-helmet to version 6.0.0 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update css-loader to the latest version 🚀 (parse-community#1520) * chore(package): update css-loader to version 3.5.2 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update semver to the latest version 🚀 (parse-community#1521) * fix(package): update semver to version 7.2.2 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update semver to the latest version 🚀 (parse-community#1524) * fix(package): update semver to version 7.2.3 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update semver to the latest version 🚀 (parse-community#1525) * fix(package): update semver to version 7.3.0 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update semver to the latest version 🚀 (parse-community#1526) * fix(package): update semver to version 7.3.1 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update semver to the latest version 🚀 (parse-community#1527) * fix(package): update semver to version 7.3.2 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Update puppeteer to the latest version 🚀 (parse-community#1531) * chore(package): update puppeteer to version 3.0.0 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> * Release 2.1.0 (parse-community#1516) * Update CHANGELOG.md * bump version & npm install * Clear state.data when setting relation to column type mismatch. (parse-community#1564) * Fix pointer CLPs (parse-community#1556) * Fix pointer CLPs * Restore removed new lines * Add checks Co-authored-by: Musa Yassin-Fort <musa.yassin@bureapr.com> * fixed master key not being passed in when saving file in global config (parse-community#1581) * Update Babel Env Preset (parse-community#1605) * Fix graphql env variable name in example (parse-community#1592) * chore: Bump parse to 2.17.0 (parse-community#1606) * Fixes toolbar overlap to page title (parse-community#1578) * chore: Remove wontfix label from Stalebot (parse-community#1607) Similar to parse-community/parse-server#6810 Fixes labels, allow stalebot for only issues. * fix: package.json & package-lock.json to reduce vulnerabilities (parse-community#1608) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 * fix: upgrade query-string from 6.11.1 to 6.13.3 (parse-community#1609) Snyk has created this PR to upgrade query-string from 6.11.1 to 6.13.3. See this package in npm: https://www.npmjs.com/package/query-string See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr * fix: upgrade query-string from 6.13.3 to 6.13.4 (parse-community#1610) Snyk has created this PR to upgrade query-string from 6.13.3 to 6.13.4. See this package in npm: https://www.npmjs.com/package/query-string See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr * fix: upgrade query-string from 6.13.4 to 6.13.5 (parse-community#1611) Snyk has created this PR to upgrade query-string from 6.13.4 to 6.13.5. See this package in npm: https://www.npmjs.com/package/query-string See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr * Fixes EditRowDialog - update fields automatically when they are updated on server - don't update array, object and polygon when no changes are in the field - GeoPointEditor added componentWillReceiveProps on values change - TextInput textarea added rows props to be used * fix: upgrade prismjs from 1.20.0 to 1.22.0 (parse-community#1612) Snyk has created this PR to upgrade prismjs from 1.20.0 to 1.22.0. See this package in npm: https://www.npmjs.com/package/prismjs See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr * fix: upgrade @babel/runtime from 7.8.7 to 7.12.0 (parse-community#1614) Snyk has created this PR to upgrade @babel/runtime from 7.8.7 to 7.12.0. See this package in npm: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr * fix: upgrade multiple dependencies with Snyk (parse-community#1615) Snyk has created this PR to upgrade: - react from 16.13.1 to 16.14.0. See this package in npm: https://www.npmjs.com/package/react - react-dom from 16.13.1 to 16.14.0. See this package in npm: https://www.npmjs.com/package/react-dom See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr * fix: upgrade @babel/runtime from 7.12.0 to 7.12.1 (parse-community#1616) Snyk has created this PR to upgrade @babel/runtime from 7.12.0 to 7.12.1. See this package in npm: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/dplewis/project/ee612fa1-606a-467d-b7af-8919569c80d1?utm_source=github&utm_medium=upgrade-pr * fix: upgrade query-string from 6.13.5 to 6.13.6 (parse-community#1617) Snyk has created this PR to upgrade query-string from 6.13.5 to 6.13.6. See this package in npm: https://www.npmjs.com/package/query-string See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr * Add Finished At to Job Status (parse-community#1620) * feat: upgrade commander from 5.0.0 to 6.2.0 (parse-community#1622) Snyk has created this PR to upgrade commander from 5.0.0 to 6.2.0. See this package in npm: https://www.npmjs.com/package/commander See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr * (feat) column preference for data browser (parse-community#1625) * fix: upgrade @babel/runtime from 7.12.1 to 7.12.5 (parse-community#1626) Snyk has created this PR to upgrade @babel/runtime from 7.12.1 to 7.12.5. See this package in npm: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/dplewis/project/ee612fa1-606a-467d-b7af-8919569c80d1?utm_source=github&utm_medium=upgrade-pr * fix: upgrade query-string from 6.13.6 to 6.13.7 (parse-community#1628) Snyk has created this PR to upgrade query-string from 6.13.6 to 6.13.7. See this package in npm: https://www.npmjs.com/package/query-string See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr * Fix object error * Fix render * Remove icon * Fix Icon define * change button Filtered * fix unexpected behaviors on parse dashboard * hide clean up files Co-authored-by: Artur Drozdz <arturd@xara.com> Co-authored-by: 404-html <45104241+404-html@users.noreply.github.com> Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> Co-authored-by: Jeff Gu Kang <jeffgukang@gmail.com> Co-authored-by: Tom Fox <13188249+TomWFox@users.noreply.github.com> Co-authored-by: NIno Črljenec <nino.crljenec@gmail.com> Co-authored-by: Antonio Davi Macedo Coelho de Castro <adavimacedo@gmail.com> Co-authored-by: Pedro Mutter <pedro.mutter@gmail.com> Co-authored-by: Old Grandpa <yurasopakomlev@gmail.com> Co-authored-by: Ricardo Paiva <ricardo@ricardopaiva.com> Co-authored-by: peril-parse-community[bot] <29808948+peril-parse-community[bot]@users.noreply.github.com> Co-authored-by: John Dillick <john@dillick.us> Co-authored-by: mess-lelouch <musa.yassin@gmail.com> Co-authored-by: Musa Yassin-Fort <musa.yassin@bureapr.com> Co-authored-by: stevestencil <stevestencil@gmail.com> Co-authored-by: Alessandro Di Felice <alessandro.difelice@gmail.com> Co-authored-by: Philipp B <16269108+TheTyrius@users.noreply.github.com> Co-authored-by: Diamond Lewis <findlewis@gmail.com> Co-authored-by: Sergei Smirnov <sergous@gmail.com> Co-authored-by: Snyk bot <github+bot@snyk.io> Co-authored-by: Snyk bot <snyk-bot@snyk.io> Co-authored-by: dblythy <daniel-blyth@live.com.au> Co-authored-by: Rafael Santos <rafael@back4app.com>
michaelcartner
added a commit
to noodlapp/parse-dashboard
that referenced
this pull request
Jan 19, 2021
commit 5a31407 Author: Snyk bot <snyk-bot@snyk.io> Date: Tue Jan 19 08:27:55 2021 +0200 feat: upgrade react-ace from 8.0.0 to 9.2.1 (parse-community#1642) Snyk has created this PR to upgrade react-ace from 8.0.0 to 9.2.1. See this package in npm: https://www.npmjs.com/package/react-ace See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr commit b8e3f71 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Jan 13 17:08:14 2021 -0500 chore(deps): bump ini from 1.3.5 to 1.3.8 (parse-community#1641) Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](npm/ini@v1.3.5...v1.3.8) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 1d2e0d3 Author: Snyk bot <snyk-bot@snyk.io> Date: Wed Jan 13 23:56:39 2021 +0200 fix: upgrade semver from 7.3.2 to 7.3.4 (parse-community#1634) Snyk has created this PR to upgrade semver from 7.3.2 to 7.3.4. See this package in npm: https://www.npmjs.com/package/semver See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr Co-authored-by: Diamond Lewis <findlewis@gmail.com> commit e6c2f91 Author: Snyk bot <snyk-bot@snyk.io> Date: Wed Jan 13 22:55:20 2021 +0200 fix: upgrade commander from 6.2.0 to 6.2.1 (parse-community#1636) Snyk has created this PR to upgrade commander from 6.2.0 to 6.2.1. See this package in npm: https://www.npmjs.com/package/commander See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr Co-authored-by: Diamond Lewis <findlewis@gmail.com> commit 8b72954 Author: Snyk bot <snyk-bot@snyk.io> Date: Wed Jan 13 22:36:57 2021 +0200 [Snyk] Upgrade parse from 2.17.0 to 2.18.0 (parse-community#1629) * fix: upgrade parse from 2.17.0 to 2.18.0 Snyk has created this PR to upgrade parse from 2.17.0 to 2.18.0. See this package in npm: https://www.npmjs.com/package/parse See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr * bump parse to 2.19.0 Co-authored-by: Diamond Lewis <findlewis@gmail.com> commit 97b9814 Author: Diamond Lewis <findlewis@gmail.com> Date: Wed Jan 13 15:31:18 2021 -0500 Github Action (parse-community#1640) commit faf8d2d Author: Snyk bot <snyk-bot@snyk.io> Date: Fri Nov 27 22:01:56 2020 +0200 fix: upgrade query-string from 6.13.6 to 6.13.7 (parse-community#1628) Snyk has created this PR to upgrade query-string from 6.13.6 to 6.13.7. See this package in npm: https://www.npmjs.com/package/query-string See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr commit 8fe3e7f Author: Snyk bot <snyk-bot@snyk.io> Date: Thu Nov 26 00:08:34 2020 +0200 fix: upgrade @babel/runtime from 7.12.1 to 7.12.5 (parse-community#1626) Snyk has created this PR to upgrade @babel/runtime from 7.12.1 to 7.12.5. See this package in npm: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/dplewis/project/ee612fa1-606a-467d-b7af-8919569c80d1?utm_source=github&utm_medium=upgrade-pr commit 8c5155b Author: dblythy <daniel-blyth@live.com.au> Date: Thu Nov 19 05:19:44 2020 +1100 (feat) column preference for data browser (parse-community#1625) commit 2394ea9 Author: Snyk bot <snyk-bot@snyk.io> Date: Tue Nov 17 07:35:27 2020 +0200 feat: upgrade commander from 5.0.0 to 6.2.0 (parse-community#1622) Snyk has created this PR to upgrade commander from 5.0.0 to 6.2.0. See this package in npm: https://www.npmjs.com/package/commander See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr commit ef7c275 Author: Diamond Lewis <findlewis@gmail.com> Date: Mon Nov 9 23:50:27 2020 -0600 Add Finished At to Job Status (parse-community#1620) commit 75c23be Author: Snyk bot <snyk-bot@snyk.io> Date: Mon Nov 9 19:07:28 2020 +0200 fix: upgrade query-string from 6.13.5 to 6.13.6 (parse-community#1617) Snyk has created this PR to upgrade query-string from 6.13.5 to 6.13.6. See this package in npm: https://www.npmjs.com/package/query-string See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr commit df623be Author: Snyk bot <snyk-bot@snyk.io> Date: Fri Nov 6 18:27:24 2020 +0200 fix: upgrade @babel/runtime from 7.12.0 to 7.12.1 (parse-community#1616) Snyk has created this PR to upgrade @babel/runtime from 7.12.0 to 7.12.1. See this package in npm: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/dplewis/project/ee612fa1-606a-467d-b7af-8919569c80d1?utm_source=github&utm_medium=upgrade-pr commit 3481de3 Author: Snyk bot <snyk-bot@snyk.io> Date: Thu Nov 5 07:14:31 2020 +0200 fix: upgrade multiple dependencies with Snyk (parse-community#1615) Snyk has created this PR to upgrade: - react from 16.13.1 to 16.14.0. See this package in npm: https://www.npmjs.com/package/react - react-dom from 16.13.1 to 16.14.0. See this package in npm: https://www.npmjs.com/package/react-dom See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr commit 07b5a2b Author: Snyk bot <snyk-bot@snyk.io> Date: Thu Nov 5 07:13:58 2020 +0200 fix: upgrade @babel/runtime from 7.8.7 to 7.12.0 (parse-community#1614) Snyk has created this PR to upgrade @babel/runtime from 7.8.7 to 7.12.0. See this package in npm: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr commit 78d3772 Author: Snyk bot <snyk-bot@snyk.io> Date: Sun Nov 1 20:58:22 2020 +0200 fix: upgrade prismjs from 1.20.0 to 1.22.0 (parse-community#1612) Snyk has created this PR to upgrade prismjs from 1.20.0 to 1.22.0. See this package in npm: https://www.npmjs.com/package/prismjs See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr commit 5b03d39 Author: Nino Črljenec <nino.crljenec@gmail.com> Date: Thu Oct 29 01:27:22 2020 +0100 Fixes EditRowDialog - update fields automatically when they are updated on server - don't update array, object and polygon when no changes are in the field - GeoPointEditor added componentWillReceiveProps on values change - TextInput textarea added rows props to be used commit 6c8e63d Author: Snyk bot <snyk-bot@snyk.io> Date: Sat Oct 24 01:19:35 2020 +0300 fix: upgrade query-string from 6.13.4 to 6.13.5 (parse-community#1611) Snyk has created this PR to upgrade query-string from 6.13.4 to 6.13.5. See this package in npm: https://www.npmjs.com/package/query-string See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr commit db735b1 Author: Snyk bot <snyk-bot@snyk.io> Date: Tue Oct 20 01:31:21 2020 +0300 fix: upgrade query-string from 6.13.3 to 6.13.4 (parse-community#1610) Snyk has created this PR to upgrade query-string from 6.13.3 to 6.13.4. See this package in npm: https://www.npmjs.com/package/query-string See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr commit 1b8b361 Author: Snyk bot <snyk-bot@snyk.io> Date: Mon Oct 19 09:20:15 2020 +0300 fix: upgrade query-string from 6.11.1 to 6.13.3 (parse-community#1609) Snyk has created this PR to upgrade query-string from 6.11.1 to 6.13.3. See this package in npm: https://www.npmjs.com/package/query-string See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr commit fe14142 Author: Snyk bot <github+bot@snyk.io> Date: Fri Oct 16 19:14:34 2020 +0300 fix: package.json & package-lock.json to reduce vulnerabilities (parse-community#1608) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 commit d167205 Author: Diamond Lewis <findlewis@gmail.com> Date: Thu Oct 15 16:53:23 2020 -0500 chore: Remove wontfix label from Stalebot (parse-community#1607) Similar to parse-community/parse-server#6810 Fixes labels, allow stalebot for only issues. commit 6726f23 Author: Sergei Smirnov <sergous@gmail.com> Date: Thu Oct 15 14:38:28 2020 -0700 Fixes toolbar overlap to page title (parse-community#1578) commit 142e943 Author: Diamond Lewis <findlewis@gmail.com> Date: Thu Oct 15 16:33:06 2020 -0500 chore: Bump parse to 2.17.0 (parse-community#1606) commit 7d3ddb0 Author: Philipp B <16269108+TheTyrius@users.noreply.github.com> Date: Thu Oct 15 22:10:47 2020 +0200 Fix graphql env variable name in example (parse-community#1592) commit 8f8f9a1 Author: Alessandro Di Felice <alessandro.difelice@gmail.com> Date: Mon Oct 12 00:56:32 2020 -0500 Update Babel Env Preset (parse-community#1605)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Snyk has created this PR to upgrade commander from 5.0.0 to 6.2.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Warning: This is a major version upgrade, and may be a breaking change.
Release notes
Package name: commander
Added
.description()
to describe command arguments (#1353)Fixed
Changed
Added
.combineFlagAndOptionalValue(false)
to ease upgrade path from older versions of Commander (#1326).helpOption(false)
(#1325)argumentDescription
to.description()
(#1323)Changed
Fixed
Added
-n
accessed asopts().n
(previously uppercase)Fixed
Added
Added
addCommand()
forhidden
andisDefault
(#1232)Fixed
helpOption
(#1248)Changed
arguments
to improve auto-generated help in editors (#1235).command()
configurationnoHelp
tohidden
(but not remove old support) (#1232)Read more
Commit messages
Package name: commander
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs