Skip to content
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

chore(deps): update devdependencies (non-major) #1015

Merged
merged 1 commit into from
Jan 6, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/jest 26.0.15 -> 26.0.19 age adoption passing confidence
@types/lodash 4.14.165 -> 4.14.167 age adoption passing confidence
@types/node 14.14.10 -> 14.14.20 age adoption passing confidence
@types/prettier 2.1.5 -> 2.1.6 age adoption passing confidence
graphql-request 3.3.0 -> 3.4.0 age adoption passing confidence
graphql-scalars 1.5.0 -> 1.7.0 age adoption passing confidence
prettier (source) 2.2.0 -> 2.2.1 age adoption passing confidence
ts-morph 9.0.0 -> 9.1.0 age adoption passing confidence
ts-node 9.0.0 -> 9.1.1 age adoption passing confidence
tslib (source) 2.0.3 -> 2.1.0 age adoption passing confidence
typescript (source) 4.1.2 -> 4.1.3 age adoption passing confidence

Release Notes

prisma/graphql-request

v3.4.0

Compare Source

Features
Chores
Urigo/graphql-scalars

v1.7.0

Compare Source

Contact us here for help, more necessary open source tools and Enterprise support
or Chat with us on discord

v1.6.1

Contact us here for help, more necessary open source tools and Enterprise support
or Chat with us on discord

  • Now Duration scalar available as an alias of ISO8601Duration!
prettier/prettier

v2.2.1

Compare Source

diff

Fix formatting for AssignmentExpression with ClassExpression (#​9741 by @​sosukesuzuki)
// Input
module.exports = class A extends B {
  method() {
    console.log("foo");
  }
};

// Prettier 2.2.0
module.exports = class A extends (
  B
) {
  method() {
    console.log("foo");
  }
};

// Prettier 2.2.1
module.exports = class A extends B {
  method() {
    console.log("foo");
  }
};
dsherret/ts-morph

v9.1.0

Compare Source

TypeStrong/ts-node

v9.1.1

Compare Source

No code changes. We re-packed and republished v9.1.1, because the v9.1.0 package was broken due to an npm v7 bug.

Fixes

  • Published tarball had extra slashes in the paths of dist files. #​1172

v9.1.0

Compare Source

Added

  • Expose ts-node REPL via the API (#​1121) (MarcManiez)
  • Allow --typeCheck flag to override --transpileOnly flag specified in tsconfig.json (#​1142)

Changed

  • Rename interface Register to Service. It is still aliased as Register for backwards compatibility (#​1158)
  • Update code copied from node's ESM resolver to be the latest from node 15, to keep our ESM resolver's behavior as close as possible to vanilla node (#​1167)

Fixed

  • ESM resolver will preserve search portion of URL, used for cache busting (#​1165) @​frandiox
  • Fix ESM resolution of builtin modules on node >=14.13.1 (#​1136)
  • Recognize --es-module-specifier-resolution as an alias of --experimental-specifier-resolution for node 12 compatibility (#​1122) @​nguyensomniac

Docs

Misc

  • Changes to test matrix: Test against node 15; drop node 13 tests; remove 12.16 in favor of latest 12.x.x (#​1138, #​1148)
  • Improve codecov rules to remove misleading test failures (#​1159)
Microsoft/tslib

v2.1.0

Compare Source

This release adds a new __spreadArray helper which avoids side-effects compared to the now-deprecated __spreadArrays and __spread helpers. See microsoft#​133 for more details.

This release also provides a more-specific error message when extending from a type which is not a function and not null. See microsoft#​138 for more details.

Microsoft/TypeScript

v4.1.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the type/chore Something that does not warrant a release, zero runtime impact label Jan 6, 2021
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 336e688 to fcba097 Compare January 6, 2021 13:52
@jasonkuhrt jasonkuhrt merged commit 29f5e21 into main Jan 6, 2021
@jasonkuhrt jasonkuhrt deleted the renovate/devdependencies-(non-major) branch January 6, 2021 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/chore Something that does not warrant a release, zero runtime impact
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants