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 #147

Merged
merged 1 commit into from
Dec 24, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node 13.13.36 -> 13.13.38 age adoption passing confidence
@types/prettier 2.1.5 -> 2.1.6 age adoption passing confidence
@types/sinon 9.0.9 -> 9.0.10 age adoption passing confidence
@types/yargs 15.0.11 -> 15.0.12 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.9.1 -> 4.11.0 age adoption passing confidence
@typescript-eslint/parser 4.9.1 -> 4.11.0 age adoption passing confidence
builtin-modules 3.1.0 -> 3.2.0 age adoption passing confidence
eslint (source) 7.15.0 -> 7.16.0 age adoption passing confidence
eslint-config-prettier 7.0.0 -> 7.1.0 age adoption passing confidence
markdownlint-cli 0.25.0 -> 0.26.0 age adoption passing confidence
node v14.15.1 -> 14.15.3 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint

v4.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [non-nullable-type-assertion-style] handle const assertion (#​2881) (53dc34d)
Features

v4.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] fix wrong member of method and property meta selectors (#​2856) (9a6c362)
Features
  • eslint-plugin: add rule non-nullable-type-assertion-style (#​2624) (7eee44f)

4.9.1 (2020-12-07)

Bug Fixes
  • eslint-plugin: [method-signature-style] fix crash with methods without a return type (#​2836) (fed89f2), closes #​2834
  • eslint-plugin: [no-unused-vars] false-positive with class expressions (#​2833) (aadb39f), closes #​2831
  • eslint-plugin: [no-unused-vars] fix race condition between naming-convention and no-unused-vars (#​2848) (ccb6b94), closes #​2844
sindresorhus/builtin-modules

v3.2.0

Compare Source

eslint/eslint

v7.16.0

Compare Source

  • a62ad6f Update: fix false negative of no-extra-parens with NewExpression (#​13930) (Milos Djermanovic)
  • f85b4c7 Fix: require-atomic-updates false positive across await (fixes #​11954) (#​13915) (buhi)
  • 301d0c0 Fix: no-constant-condition false positives with unary expressions (#​13927) (Milos Djermanovic)
  • 555c128 Fix: false positive with await and ** in no-extra-parens (fixes #​12739) (#​13923) (Milos Djermanovic)
  • d93c935 Docs: update JSON Schema links (#​13936) (Milos Djermanovic)
  • 8d0c93a Upgrade: table@6.0.4 (#​13920) (Rouven Weßling)
  • 9247683 Docs: Remove for deleted npm run profile script (#​13931) (Brandon Mills)
  • ab240d4 Fix: prefer-exponentiation-operator invalid autofix with await (#​13924) (Milos Djermanovic)
  • dc76911 Chore: Add .pre-commit-hooks.yaml file (#​13628) (Álvaro Mondéjar)
  • 2124e1b Docs: Fix wrong rule name (#​13913) (noisyboy25)
  • 06b5809 Sponsors: Sync README with website (ESLint Jenkins)
  • 26fc12f Docs: Update README team and sponsors (ESLint Jenkins)
prettier/eslint-config-prettier

v7.1.0

Compare Source

  • Added: [unicorn/empty-brace-spaces]. Thanks to fisker Cheung (@​fisker)!
igorshubovych/markdownlint-cli

v0.26.0

Compare Source

  • Update markdownlint dependency to 0.22.0
    • Allow extends in config to reference installed packages by name
    • Add markdownlint-disable-next-line inline comment
    • Support JSON front matter
    • Improve MD009/MD026/MD028/MD043
    • Update dependencies (including markdown-it to v12).
  • Update all dependencies via Dependabot
nodejs/node

v14.15.3

Compare Source

Notable Changes

Node.js v14.15.2 included a commit that has caused reported breakages when cloning request objects. This release reverts the commit that introduced the behaviour change. See #​36550 for more details.

Commits

v14.15.2

Compare Source

Notable Changes
  • deps:
    • upgrade npm to 6.14.9 (Myles Borins) #​36450
    • update acorn to v8.0.4 (Michaël Zasso) #​35791
  • doc: add release key for Danielle Adams (Danielle Adams) #​35545
  • http2: check write not scheduled in scope destructor (David Halls) #​36241
  • stream: fix regression on duplex end (Momtchil Momtchev) #​35941
Commits

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 d74e499 to aa3caaa Compare December 15, 2020 17:36
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v4.10.0 chore(deps): update all non-major dependencies Dec 15, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 47e5511 to bb9d537 Compare December 22, 2020 06:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ec2f769 to 1d45b42 Compare December 23, 2020 20:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1d45b42 to 975561a Compare December 23, 2020 23:48
@folke folke merged commit 1d317e1 into master Dec 24, 2020
@renovate renovate bot deleted the renovate/all-minor-patch branch December 24, 2020 17:46
folke pushed a commit that referenced this pull request Dec 24, 2020
## [3.8.0](v3.7.1...v3.8.0) (2020-12-24)

### Features

* ✨ set default concurrency to number of cpus ([a63c3d5](a63c3d5))

### Bug Fixes

* 🐛 add `-h` as alias for `--help` ([439f8cf](439f8cf))
* 🐛 resolution in pnp subpackages ([#150](#150)) ([823def0](823def0))

### Other

* 📦️ fix semantic-release script ([8c1b81c](8c1b81c))
* 📦️ fix semantic-release script ([a90c790](a90c790))
* 📦️ fix semantic-release script ([c13472b](c13472b))
* **deps:** 🔗 udpates ([f7a062b](f7a062b))
* **deps:** pin dependencies ([#146](#146)) ([f44b70e](f44b70e))
* **deps:** update actions/setup-node action to v2 ([#148](#148)) ([d5b44b9](d5b44b9))
* **deps:** update all non-major dependencies ([#147](#147)) ([1d317e1](1d317e1))
* **deps:** update dependency eslint-plugin-unicorn to v24 ([#149](#149)) ([32eeb3d](32eeb3d))
@folke
Copy link
Owner

folke commented Dec 24, 2020

🎉 This PR is included in version 3.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@folke folke added the released label Dec 24, 2020
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