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 all non-major dependencies #151

Merged
merged 1 commit into from
Jan 11, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/jest 26.0.19 -> 26.0.20 age adoption passing confidence
@types/node 13.13.38 -> 13.13.39 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.11.0 -> 4.12.0 age adoption passing confidence
@typescript-eslint/parser 4.11.0 -> 4.12.0 age adoption passing confidence
eslint (source) 7.16.0 -> 7.17.0 age adoption passing confidence
eslint-plugin-prettier 3.3.0 -> 3.3.1 age adoption passing confidence
husky 4.3.6 -> 4.3.7 age adoption passing confidence
node 14.15.3 -> 14.15.4 age adoption passing confidence
semantic-release 17.3.0 -> 17.3.1 age adoption passing confidence
sinon (source) 9.2.2 -> 9.2.3 age adoption passing confidence
tslib (source) 2.0.3 -> 2.1.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint

v4.12.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-spacing] handle empty type params (#​2915) (4d69fbb)
Features
  • eslint-plugin: add rule sort-type-union-intersection-members (#​2913) (9092c04)

4.11.1 (2020-12-28)

Bug Fixes
  • eslint-plugin: [naming-convention] fix precedence of method and property meta selectors (#​2877) (2f10e1a)

v4.11.1

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] fix precedence of method and property meta selectors (#​2877) (2f10e1a)
eslint/eslint

v7.17.0

Compare Source

  • e128e77 Update: check logical assignment in no-constant-condition (#​13946) (Milos Djermanovic)
  • cc48713 Chore: refactor calculating range and loc in no-useless-escape (#​13964) (Milos Djermanovic)
  • 535fe47 Update: use regexpp's default ecmaVersion in no-control-regex (#​13969) (Milos Djermanovic)
  • 83e98cd Fix: use regexpp's default ecmaVersion in no-invalid-regexp (#​13968) (Milos Djermanovic)
  • 7297363 Docs: fix examples for no-multi-str (#​13966) (Milos Djermanovic)
  • 0649871 Update: add autofix to rule multiline-ternary (#​13958) (薛定谔的猫)
  • f6e7e32 Fix: no-useless-escape wrong loc and fix with CRLF in template elements (#​13953) (Milos Djermanovic)
  • 19c69c0 Fix: one-var shouldn't split declaration if it isn't in a statement list (#​13959) (Milos Djermanovic)
  • e451b96 Docs: update build tool for webpack (#​13962) (Sam Chen)
  • c3e9acc Chore: fix typos (#​13960) (YeonJuan)
  • 7289ecf Sponsors: Sync README with website (ESLint Jenkins)
prettier/eslint-plugin-prettier

v3.3.1

Compare Source

  • fix: add eslint-config-prettier as an optional peer dependency (#​374) (d59df27)
  • build(deps-dev): bump eslint from 7.16.0 to 7.17.0 (b87985d)
  • build(deps-dev): bump eslint from 7.15.0 to 7.16.0 (11e427e)
typicode/husky

v4.3.7

Compare Source

  • Fix: upgrade find-versions to 4.0.0 #​837
nodejs/node

v14.15.4

Compare Source

This is a security release.

Notable Changes

Vulnerabilities fixed:

  • CVE-2020-1971: OpenSSL - EDIPARTYNAME NULL pointer de-reference (High)

  • CVE-2020-8265: use-after-free in TLSWrap (High)

    • Affected Node.js versions are vulnerable to a use-after-free bug in
      its TLS implementation. When writing to a TLS enabled socket,
      node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly
      allocated WriteWrap object as first argument. If the DoWrite method
      does not return an error, this object is passed back to the caller as
      part of a StreamWriteResult structure. This may be exploited to
      corrupt memory leading to a Denial of Service or potentially other
      exploits.
  • CVE-2020-8287: HTTP Request Smuggling in nodejs (Low)

    • Affected versions of Node.js allow two copies of a header field in
      a http request. For example, two Transfer-Encoding header fields. In
      this case Node.js identifies the first header field and ignores the
      second. This can lead to HTTP Request Smuggling
      (https://cwe.mitre.org/data/definitions/444.html).
Commits
semantic-release/semantic-release

v17.3.1

Compare Source

Bug Fixes
sinonjs/sinon

v9.2.3

Compare Source

==================

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.


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 force-pushed the renovate/all-minor-patch branch from 05452da to a41b5f7 Compare December 29, 2020 20:45
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v4.11.1 chore(deps): update all non-major dependencies Dec 29, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 722a731 to 31b0510 Compare January 7, 2021 09:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 31b0510 to cd3da77 Compare January 11, 2021 16:39
@folke folke merged commit f5b10f6 into master Jan 11, 2021
@renovate renovate bot deleted the renovate/all-minor-patch branch January 11, 2021 16:41
folke pushed a commit that referenced this pull request Jan 11, 2021
### [3.8.1](v3.8.0...v3.8.1) (2021-01-11)

### Bug Fixes

* 🐛  resolve binaries from current package location and memoize costly operations ([#154](#154)) ([8c5ed2a](8c5ed2a))
* 🐛 fixed linting errors related to pnpapi ([0d32d08](0d32d08))

### Other

* 📦️ disable unicorn/import-reduce rule ([392a5ae](392a5ae))
* **deps:** pin dependency @types/pnpapi to 0.0.1 ([#156](#156)) ([581714b](581714b))
* **deps:** update all non-major dependencies ([#151](#151)) ([f5b10f6](f5b10f6))
* **deps:** update dependency eslint-plugin-unicorn to v26 ([#152](#152)) ([f801087](f801087))
@folke
Copy link
Owner

folke commented Jan 11, 2021

🎉 This PR is included in version 3.8.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@folke folke added the released label Jan 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants