-
Notifications
You must be signed in to change notification settings - Fork 180
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
Update typescript-eslint monorepo to v3 (major) #634
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
4f6f1fb
to
413d31d
Compare
PR has been edited👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description. |
ryands17
added a commit
to ryands17/node-pg-migrate
that referenced
this pull request
Sep 21, 2020
* Update all non-major dependencies * Update typescript-eslint monorepo to v3 (major) (salsita#634) * Update typescript-eslint monorepo to v3 * Fixing lint Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Jan Dolezel <[email protected]> * Update all non-major dependencies * Keep this bind in logger methods (salsita#638) * Updated changelog * 5.0.1 * Fix alter column collation (salsita#641) * Updated changelog * 5.0.2 * Ability to specify own template file (salsita#642) * Updated changelog * 5.1.0 * Update all non-major dependencies * Fix creating migration (salsita#646) * Fix creating migration * Check migration creation * Fix yaml * another method of counting files * Updated changelog * 5.1.1 * Update all non-major dependencies * Update dependency mocha to v8 (salsita#650) Co-authored-by: Renovate Bot <[email protected]> * Update all non-major dependencies * View options (salsita#656) * View options * Fix migration * Fix creating SQL * Updated changelog * 5.2.0 * Update all non-major dependencies * Update all non-major dependencies * Update all non-major dependencies * Update dependency @types/mocha to v8 (salsita#662) Co-authored-by: Renovate Bot <[email protected]> * let console.error display all the properties on an err object, which can include useful debugging information. (salsita#660) * Updated changelog * 5.3.0 * Updated dependencies (salsita#663) * Update all non-major dependencies * Update all non-major dependencies * Update all non-major dependencies * docs: fixed small error (salsita#666) * Update isExternalClient check (salsita#664) * Update isExternalClient check Problem using pg-promise - adopting the method used here: https://github.com/voxpelli/node-connect-pg-simple/blob/master/index.js#L95 * Update db.ts * Do not use 'any' Co-authored-by: Jan Dolezel <[email protected]> * Updated changelog * 5.4.0 * Update all non-major dependencies * Regenerated package-lock.json (salsita#674) * Allow opclass and sort per column in indexes (salsita#671) * Allow opclass and sort per column in indexes * Fixes for using schemalize * Fix double escaping * Using structured object instead of array * Updated changelog * 5.5.0 * Update all non-major dependencies * Update all non-major dependencies Docker tags * Do not try to unlock DB if connection failed (salsita#677) * Updated changelog * 5.5.1 * PgLiteral can be serialized (salsita#678) * Updated changelog * 5.6.0 * Using pg client in custom runner test (salsita#679) * Update all non-major dependencies * Update dependency ts-node to v9 (salsita#681) Co-authored-by: Renovate Bot <[email protected]> * Update dependency typescript to v4 (salsita#682) * Update dependency typescript to v4 * Refactored type computing * Regenerated dependencies Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Jan Dolezel <[email protected]> * Update all non-major dependencies * Update all non-major dependencies * Update all non-major dependencies * Update dependency yargs to v16 (salsita#691) Co-authored-by: Renovate Bot <[email protected]> * Eslint config (salsita#692) * Simplified eslint config, eslint fixes * Simplify prettier config * Update all non-major dependencies * Bump node-fetch from 2.6.0 to 2.6.1 (salsita#689) Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](node-fetch/node-fetch@v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jan Dolezel <[email protected]> Co-authored-by: Joel Hillacre <[email protected]> Co-authored-by: 0xflotus <[email protected]> Co-authored-by: Jon <[email protected]> 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
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.
This PR contains the following updates:
2.34.0
->3.0.0
2.34.0
->3.0.0
Release Notes
typescript-eslint/typescript-eslint
v3.0.0
Compare Source
Please see the release notes for v3.0.0
Bug Fixes
Import
node type (f199cbd)TSEmptyBodyFunctionExpression
for body-less nodes (#1289) (82e7163)Features
checkArrayPredicates
and always check it (#1579) (bfd9b60)null
/undefined
(#1659) (7fa9060)allowNumber: true
by default (#2005) (643ec24)allowNullable
toallowNullish
(#2006) (264b017)ignoreRHS
(#1163) (ee8dd8f)eslint-recommended
set (#1996) (9a96e18)Renovate configuration
📅 Schedule: "before 3am on Monday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by WhiteSource Renovate. View repository job log here.