This repository was archived by the owner on Aug 23, 2025. It is now read-only.
Update dependencies (with npm 6)#987
Merged
Merged
Conversation
pavel-slepenkov
added a commit
to pavel-slepenkov/sqlpad
that referenced
this pull request
Apr 19, 2021
* master: (174 commits) v6.6.0 Update dependencies (sqlpad#1002) add the useHTTPS checkbox to fix https/http support in Presto connection (sqlpad#997) Add support authentication for presto, allow https for presto (sqlpad#995) Fix clickhouse queries beginning with comment (sqlpad#991) v6.5.0 Fix ClickHouse FORMAT JSON application and LIMIT syntax parsing (sqlpad#989) Fix package-lock.json files Update dependencies (with npm 6) (sqlpad#987) Add query run history viewer (sqlpad#986) add the *FORMAT JSON* clause to the query in order to fix the clickhouse library bug. (sqlpad#985) v6.4.3 Set base during development only (sqlpad#983) v6.4.2 Fix chart download button (sqlpad#981) v6.4.1 Fix history modal padding (sqlpad#980) v6.4.0 Add cell expanded value modal (sqlpad#979) Render connection name when hiding connection dropdown (sqlpad#977) ...
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Updates dependencies with npm 6. npm 7 is strict with peer dependencies, and some of the packages used on front end include react 17 in the range.
To work around this, npm has a flag
--legacy-peer-deps, but that isn't a detail I want to have a SQLPad collaborator to have to know. This stuff is confusing enough for people that know Node.js well enough.Will plan on using npm 6 a while longer while waiting for the ecosystem to stabilize a bit (lol because will that ever happen with JavaScript)