Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(deps): update all non-major dependencies #4545

Merged
merged 1 commit into from
Sep 18, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 9, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.14.8 -> ^7.15.5 age adoption passing confidence
@babel/plugin-transform-react-jsx (source) ^7.14.5 -> ^7.14.9 age adoption passing confidence
@babel/plugin-transform-typescript (source) ^7.14.6 -> ^7.15.4 age adoption passing confidence
@babel/standalone (source) ^7.14.9 -> ^7.15.7 age adoption passing confidence
@microsoft/api-extractor (source) ^7.18.4 -> ^7.18.9 age adoption passing confidence
@typescript-eslint/eslint-plugin ^4.28.5 -> ^4.31.1 age adoption passing confidence
@typescript-eslint/parser ^4.28.5 -> ^4.31.1 age adoption passing confidence
@vue/babel-plugin-jsx ^1.0.6 -> ^1.0.7 age adoption passing confidence
@vue/compiler-dom ^3.1.5 -> ^3.2.12 age adoption passing confidence
@vue/compiler-sfc ^3.2.6 -> ^3.2.12 age adoption passing confidence
acorn ^8.4.1 -> ^8.5.0 age adoption passing confidence
actions-cool/issues-helper v2.2.1 -> v2.4.3 age adoption passing confidence
core-js ^3.16.0 -> ^3.17.3 age adoption passing confidence
es-module-lexer ^0.7.1 -> ^0.8.0 age adoption passing confidence
jest (source) ^27.0.6 -> ^27.2.0 age adoption passing confidence
lint-staged ^11.1.1 -> ^11.1.2 age adoption passing confidence
node-fetch ^2.6.1 -> ^2.6.2 age adoption passing confidence
playwright-chromium (source) ^1.13.1 -> ^1.14.1 age adoption passing confidence
prettier (source) 2.3.2 -> 2.4.1 age adoption passing confidence
source-map-support ^0.5.19 -> ^0.5.20 age adoption passing confidence
systemjs ^6.10.2 -> ^6.10.3 age adoption passing confidence
terser (source) ^5.7.1 -> ^5.8.0 age adoption passing confidence
ts-jest (source) ^27.0.4 -> ^27.0.5 age adoption passing confidence
tslib (source) ^2.3.0 -> ^2.3.1 age adoption passing confidence
vitepress ^0.17.1 -> ^0.18.1 age adoption passing confidence
ws ^7.5.3 -> ^7.5.5 age adoption passing confidence

Release Notes

babel/babel

v7.15.7

Compare Source

🐛 Bug Fix
🏠 Internal
actions-cool/issues-helper

v2.4.3

Compare Source

2021.09.13

  • 🚀 feat: default number support issue-comment. #​90

v2.4.2

Compare Source

2021.09.06

  • 🐞 fix: doRemoveLabels when has no label. #​88

v2.4.1

Compare Source

2021.09.05

  • 🐞 fix: remove labels define error. #​86

v2.4.0

Compare Source

2021.08.15

  • 🚀 feat: support custom repo. #​83
  • 🚀 feat: support default issueNumber get from context. #​81
  • 🐞 fix: action run async. #​79

v2.3.1

Compare Source

2021.08.09

v2.3.0

Compare Source

2021.08.09

  • 🚀 feat: add exclude-labels for check-inactive close-issues lock-issues. #​74
guybedford/es-module-lexer

v0.8.0

Compare Source

prettier/prettier

v2.4.1

Compare Source

diff

Fix wildcard syntax in @forward (#​11482) (#​11487 by @​niksy)
// Input
@​forward "library" as btn-*;

// Prettier 2.4.0
@​forward "library" as btn- *;

// Prettier 2.4.1
@​forward "library" as btn-*;
Add new CLI option debug-print-ast (#​11514 by @​sosukesuzuki)

A new --debug-print-ast CLI flag for debugging.

v2.4.0

Compare Source

diff

🔗 Release Notes

vuejs/vitepress

v0.18.1

Compare Source

Bug Fixes
  • ensure stable pages entry order across builds (929bcf5)

v0.18.0

Compare Source

Features
  • map mode + remove deprecated options (b94b163)
  • support <script client> in mpa mode (e0b6997)

0.17.3 (2021-09-09)

Bug Fixes
  • emit prevented hashchange event (4fb387d)

0.17.2 (2021-09-08)

Bug Fixes
Features

0.17.1 (2021-09-08)

Bug Fixes
  • avoid using spread for client code (03abee7)
  • default-theme: use description as tagline by default (b94c827)
  • handle case when there is no themeConfig (034c737)
Performance Improvements

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.

👻 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 dependencies Pull requests that update a dependency file label Aug 9, 2021
@Shinigami92
Copy link
Member

There is a memory issue 🤔
I will try to rerun the job, if it persists, we need to look deeper into that later

image

@Shinigami92
Copy link
Member

Issue persists ⚠️

I also found two other comments that looks at least similar currently

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 952f052 to 1d33700 Compare August 15, 2021 13:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from ea7031d to 893758b Compare August 17, 2021 18:19
@Shinigami92 Shinigami92 self-assigned this Aug 17, 2021
@Shinigami92
Copy link
Member

I can reproduce it on my local machine

image

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 508d13b to e8f0a9c Compare September 6, 2021 12:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from e53f9d2 to ff6ce99 Compare September 13, 2021 17:50
@patak-dev
Copy link
Member

@Shinigami92 do you think it is better that we start manually sending minor updates in separate PRs (maybe bundling a few) for the deps that we know are safe to update?

@Shinigami92
Copy link
Member

@Shinigami92 do you think it is better that we start manually sending minor updates in separate PRs (maybe bundling a few) for the deps that we know are safe to update?

Mh 🤔 ...

We could try to solve the issue for the moment

The logs indicates that we need to e.g. set useUnknownInCatchVariables to false 🤔

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 5d9e326 to b0e4884 Compare September 18, 2021 18:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b0e4884 to 6d4e2bd Compare September 18, 2021 19:12
@antfu
Copy link
Member

antfu commented Sep 18, 2021

FYI, I have updated the config to

It seems to work now, I will merge then.

@antfu antfu merged commit a44fd5d into main Sep 18, 2021
@antfu antfu deleted the renovate/all-minor-patch branch September 18, 2021 19:23
ygj6 pushed a commit to ygj6/vite that referenced this pull request Sep 22, 2021
Co-authored-by: Renovate Bot <bot@renovateapp.com>
aleclarson pushed a commit to aleclarson/vite that referenced this pull request Nov 8, 2021
Co-authored-by: Renovate Bot <bot@renovateapp.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants